@charset "utf-8";
@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0);
src: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/font-awesome/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: 0.2em 0.25em 0.15em;
border: solid 0.08em #eeeeee;
border-radius: 0.1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right {
margin-left: 0.3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.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 {
-webkit-filter: none;
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: '\f000';
}
.fa-music:before {
content: '\f001';
}
.fa-search:before {
content: '\f002';
}
.fa-envelope-o:before {
content: '\f003';
}
.fa-heart:before {
content: '\f004';
}
.fa-star:before {
content: '\f005';
}
.fa-star-o:before {
content: '\f006';
}
.fa-user:before {
content: '\f007';
}
.fa-film:before {
content: '\f008';
}
.fa-th-large:before {
content: '\f009';
}
.fa-th:before {
content: '\f00a';
}
.fa-th-list:before {
content: '\f00b';
}
.fa-check:before {
content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: '\f00d';
}
.fa-search-plus:before {
content: '\f00e';
}
.fa-search-minus:before {
content: '\f010';
}
.fa-power-off:before {
content: '\f011';
}
.fa-signal:before {
content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
content: '\f013';
}
.fa-trash-o:before {
content: '\f014';
}
.fa-home:before {
content: '\f015';
}
.fa-file-o:before {
content: '\f016';
}
.fa-clock-o:before {
content: '\f017';
}
.fa-road:before {
content: '\f018';
}
.fa-download:before {
content: '\f019';
}
.fa-arrow-circle-o-down:before {
content: '\f01a';
}
.fa-arrow-circle-o-up:before {
content: '\f01b';
}
.fa-inbox:before {
content: '\f01c';
}
.fa-play-circle-o:before {
content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
content: '\f01e';
}
.fa-refresh:before {
content: '\f021';
}
.fa-list-alt:before {
content: '\f022';
}
.fa-lock:before {
content: '\f023';
}
.fa-flag:before {
content: '\f024';
}
.fa-headphones:before {
content: '\f025';
}
.fa-volume-off:before {
content: '\f026';
}
.fa-volume-down:before {
content: '\f027';
}
.fa-volume-up:before {
content: '\f028';
}
.fa-qrcode:before {
content: '\f029';
}
.fa-barcode:before {
content: '\f02a';
}
.fa-tag:before {
content: '\f02b';
}
.fa-tags:before {
content: '\f02c';
}
.fa-book:before {
content: '\f02d';
}
.fa-bookmark:before {
content: '\f02e';
}
.fa-print:before {
content: '\f02f';
}
.fa-camera:before {
content: '\f030';
}
.fa-font:before {
content: '\f031';
}
.fa-bold:before {
content: '\f032';
}
.fa-italic:before {
content: '\f033';
}
.fa-text-height:before {
content: '\f034';
}
.fa-text-width:before {
content: '\f035';
}
.fa-align-left:before {
content: '\f036';
}
.fa-align-center:before {
content: '\f037';
}
.fa-align-right:before {
content: '\f038';
}
.fa-align-justify:before {
content: '\f039';
}
.fa-list:before {
content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
content: '\f03b';
}
.fa-indent:before {
content: '\f03c';
}
.fa-video-camera:before {
content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: '\f03e';
}
.fa-pencil:before {
content: '\f040';
}
.fa-map-marker:before {
content: '\f041';
}
.fa-adjust:before {
content: '\f042';
}
.fa-tint:before {
content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: '\f044';
}
.fa-share-square-o:before {
content: '\f045';
}
.fa-check-square-o:before {
content: '\f046';
}
.fa-arrows:before {
content: '\f047';
}
.fa-step-backward:before {
content: '\f048';
}
.fa-fast-backward:before {
content: '\f049';
}
.fa-backward:before {
content: '\f04a';
}
.fa-play:before {
content: '\f04b';
}
.fa-pause:before {
content: '\f04c';
}
.fa-stop:before {
content: '\f04d';
}
.fa-forward:before {
content: '\f04e';
}
.fa-fast-forward:before {
content: '\f050';
}
.fa-step-forward:before {
content: '\f051';
}
.fa-eject:before {
content: '\f052';
}
.fa-chevron-left:before {
content: '\f053';
}
.fa-chevron-right:before {
content: '\f054';
}
.fa-plus-circle:before {
content: '\f055';
}
.fa-minus-circle:before {
content: '\f056';
}
.fa-times-circle:before {
content: '\f057';
}
.fa-check-circle:before {
content: '\f058';
}
.fa-question-circle:before {
content: '\f059';
}
.fa-info-circle:before {
content: '\f05a';
}
.fa-crosshairs:before {
content: '\f05b';
}
.fa-times-circle-o:before {
content: '\f05c';
}
.fa-check-circle-o:before {
content: '\f05d';
}
.fa-ban:before {
content: '\f05e';
}
.fa-arrow-left:before {
content: '\f060';
}
.fa-arrow-right:before {
content: '\f061';
}
.fa-arrow-up:before {
content: '\f062';
}
.fa-arrow-down:before {
content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
content: '\f064';
}
.fa-expand:before {
content: '\f065';
}
.fa-compress:before {
content: '\f066';
}
.fa-plus:before {
content: '\f067';
}
.fa-minus:before {
content: '\f068';
}
.fa-asterisk:before {
content: '\f069';
}
.fa-exclamation-circle:before {
content: '\f06a';
}
.fa-gift:before {
content: '\f06b';
}
.fa-leaf:before {
content: '\f06c';
}
.fa-fire:before {
content: '\f06d';
}
.fa-eye:before {
content: '\f06e';
}
.fa-eye-slash:before {
content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: '\f071';
}
.fa-plane:before {
content: '\f072';
}
.fa-calendar:before {
content: '\f073';
}
.fa-random:before {
content: '\f074';
}
.fa-comment:before {
content: '\f075';
}
.fa-magnet:before {
content: '\f076';
}
.fa-chevron-up:before {
content: '\f077';
}
.fa-chevron-down:before {
content: '\f078';
}
.fa-retweet:before {
content: '\f079';
}
.fa-shopping-cart:before {
content: '\f07a';
}
.fa-folder:before {
content: '\f07b';
}
.fa-folder-open:before {
content: '\f07c';
}
.fa-arrows-v:before {
content: '\f07d';
}
.fa-arrows-h:before {
content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: '\f080';
}
.fa-twitter-square:before {
content: '\f081';
}
.fa-facebook-square:before {
content: '\f082';
}
.fa-camera-retro:before {
content: '\f083';
}
.fa-key:before {
content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
content: '\f085';
}
.fa-comments:before {
content: '\f086';
}
.fa-thumbs-o-up:before {
content: '\f087';
}
.fa-thumbs-o-down:before {
content: '\f088';
}
.fa-star-half:before {
content: '\f089';
}
.fa-heart-o:before {
content: '\f08a';
}
.fa-sign-out:before {
content: '\f08b';
}
.fa-linkedin-square:before {
content: '\f08c';
}
.fa-thumb-tack:before {
content: '\f08d';
}
.fa-external-link:before {
content: '\f08e';
}
.fa-sign-in:before {
content: '\f090';
}
.fa-trophy:before {
content: '\f091';
}
.fa-github-square:before {
content: '\f092';
}
.fa-upload:before {
content: '\f093';
}
.fa-lemon-o:before {
content: '\f094';
}
.fa-phone:before {
content: '\f095';
}
.fa-square-o:before {
content: '\f096';
}
.fa-bookmark-o:before {
content: '\f097';
}
.fa-phone-square:before {
content: '\f098';
}
.fa-twitter:before {
content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
content: '\f09a';
}
.fa-github:before {
content: '\f09b';
}
.fa-unlock:before {
content: '\f09c';
}
.fa-credit-card:before {
content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
content: '\f09e';
}
.fa-hdd-o:before {
content: '\f0a0';
}
.fa-bullhorn:before {
content: '\f0a1';
}
.fa-bell:before {
content: '\f0f3';
}
.fa-certificate:before {
content: '\f0a3';
}
.fa-hand-o-right:before {
content: '\f0a4';
}
.fa-hand-o-left:before {
content: '\f0a5';
}
.fa-hand-o-up:before {
content: '\f0a6';
}
.fa-hand-o-down:before {
content: '\f0a7';
}
.fa-arrow-circle-left:before {
content: '\f0a8';
}
.fa-arrow-circle-right:before {
content: '\f0a9';
}
.fa-arrow-circle-up:before {
content: '\f0aa';
}
.fa-arrow-circle-down:before {
content: '\f0ab';
}
.fa-globe:before {
content: '\f0ac';
}
.fa-wrench:before {
content: '\f0ad';
}
.fa-tasks:before {
content: '\f0ae';
}
.fa-filter:before {
content: '\f0b0';
}
.fa-briefcase:before {
content: '\f0b1';
}
.fa-arrows-alt:before {
content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
content: '\f0c1';
}
.fa-cloud:before {
content: '\f0c2';
}
.fa-flask:before {
content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
content: '\f0c5';
}
.fa-paperclip:before {
content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
content: '\f0c7';
}
.fa-square:before {
content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: '\f0c9';
}
.fa-list-ul:before {
content: '\f0ca';
}
.fa-list-ol:before {
content: '\f0cb';
}
.fa-strikethrough:before {
content: '\f0cc';
}
.fa-underline:before {
content: '\f0cd';
}
.fa-table:before {
content: '\f0ce';
}
.fa-magic:before {
content: '\f0d0';
}
.fa-truck:before {
content: '\f0d1';
}
.fa-pinterest:before {
content: '\f0d2';
}
.fa-pinterest-square:before {
content: '\f0d3';
}
.fa-google-plus-square:before {
content: '\f0d4';
}
.fa-google-plus:before {
content: '\f0d5';
}
.fa-money:before {
content: '\f0d6';
}
.fa-caret-down:before {
content: '\f0d7';
}
.fa-caret-up:before {
content: '\f0d8';
}
.fa-caret-left:before {
content: '\f0d9';
}
.fa-caret-right:before {
content: '\f0da';
}
.fa-columns:before {
content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: '\f0de';
}
.fa-envelope:before {
content: '\f0e0';
}
.fa-linkedin:before {
content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
content: '\f0e4';
}
.fa-comment-o:before {
content: '\f0e5';
}
.fa-comments-o:before {
content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
content: '\f0e7';
}
.fa-sitemap:before {
content: '\f0e8';
}
.fa-umbrella:before {
content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
content: '\f0ea';
}
.fa-lightbulb-o:before {
content: '\f0eb';
}
.fa-exchange:before {
content: '\f0ec';
}
.fa-cloud-download:before {
content: '\f0ed';
}
.fa-cloud-upload:before {
content: '\f0ee';
}
.fa-user-md:before {
content: '\f0f0';
}
.fa-stethoscope:before {
content: '\f0f1';
}
.fa-suitcase:before {
content: '\f0f2';
}
.fa-bell-o:before {
content: '\f0a2';
}
.fa-coffee:before {
content: '\f0f4';
}
.fa-cutlery:before {
content: '\f0f5';
}
.fa-file-text-o:before {
content: '\f0f6';
}
.fa-building-o:before {
content: '\f0f7';
}
.fa-hospital-o:before {
content: '\f0f8';
}
.fa-ambulance:before {
content: '\f0f9';
}
.fa-medkit:before {
content: '\f0fa';
}
.fa-fighter-jet:before {
content: '\f0fb';
}
.fa-beer:before {
content: '\f0fc';
}
.fa-h-square:before {
content: '\f0fd';
}
.fa-plus-square:before {
content: '\f0fe';
}
.fa-angle-double-left:before {
content: '\f100';
}
.fa-angle-double-right:before {
content: '\f101';
}
.fa-angle-double-up:before {
content: '\f102';
}
.fa-angle-double-down:before {
content: '\f103';
}
.fa-angle-left:before {
content: '\f104';
}
.fa-angle-right:before {
content: '\f105';
}
.fa-angle-up:before {
content: '\f106';
}
.fa-angle-down:before {
content: '\f107';
}
.fa-desktop:before {
content: '\f108';
}
.fa-laptop:before {
content: '\f109';
}
.fa-tablet:before {
content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: '\f10b';
}
.fa-circle-o:before {
content: '\f10c';
}
.fa-quote-left:before {
content: '\f10d';
}
.fa-quote-right:before {
content: '\f10e';
}
.fa-spinner:before {
content: '\f110';
}
.fa-circle:before {
content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
content: '\f112';
}
.fa-github-alt:before {
content: '\f113';
}
.fa-folder-o:before {
content: '\f114';
}
.fa-folder-open-o:before {
content: '\f115';
}
.fa-smile-o:before {
content: '\f118';
}
.fa-frown-o:before {
content: '\f119';
}
.fa-meh-o:before {
content: '\f11a';
}
.fa-gamepad:before {
content: '\f11b';
}
.fa-keyboard-o:before {
content: '\f11c';
}
.fa-flag-o:before {
content: '\f11d';
}
.fa-flag-checkered:before {
content: '\f11e';
}
.fa-terminal:before {
content: '\f120';
}
.fa-code:before {
content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: '\f123';
}
.fa-location-arrow:before {
content: '\f124';
}
.fa-crop:before {
content: '\f125';
}
.fa-code-fork:before {
content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
content: '\f127';
}
.fa-question:before {
content: '\f128';
}
.fa-info:before {
content: '\f129';
}
.fa-exclamation:before {
content: '\f12a';
}
.fa-superscript:before {
content: '\f12b';
}
.fa-subscript:before {
content: '\f12c';
}
.fa-eraser:before {
content: '\f12d';
}
.fa-puzzle-piece:before {
content: '\f12e';
}
.fa-microphone:before {
content: '\f130';
}
.fa-microphone-slash:before {
content: '\f131';
}
.fa-shield:before {
content: '\f132';
}
.fa-calendar-o:before {
content: '\f133';
}
.fa-fire-extinguisher:before {
content: '\f134';
}
.fa-rocket:before {
content: '\f135';
}
.fa-maxcdn:before {
content: '\f136';
}
.fa-chevron-circle-left:before {
content: '\f137';
}
.fa-chevron-circle-right:before {
content: '\f138';
}
.fa-chevron-circle-up:before {
content: '\f139';
}
.fa-chevron-circle-down:before {
content: '\f13a';
}
.fa-html5:before {
content: '\f13b';
}
.fa-css3:before {
content: '\f13c';
}
.fa-anchor:before {
content: '\f13d';
}
.fa-unlock-alt:before {
content: '\f13e';
}
.fa-bullseye:before {
content: '\f140';
}
.fa-ellipsis-h:before {
content: '\f141';
}
.fa-ellipsis-v:before {
content: '\f142';
}
.fa-rss-square:before {
content: '\f143';
}
.fa-play-circle:before {
content: '\f144';
}
.fa-ticket:before {
content: '\f145';
}
.fa-minus-square:before {
content: '\f146';
}
.fa-minus-square-o:before {
content: '\f147';
}
.fa-level-up:before {
content: '\f148';
}
.fa-level-down:before {
content: '\f149';
}
.fa-check-square:before {
content: '\f14a';
}
.fa-pencil-square:before {
content: '\f14b';
}
.fa-external-link-square:before {
content: '\f14c';
}
.fa-share-square:before {
content: '\f14d';
}
.fa-compass:before {
content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
content: '\f153';
}
.fa-gbp:before {
content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: '\f158';
}
.fa-won:before,
.fa-krw:before {
content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
content: '\f15a';
}
.fa-file:before {
content: '\f15b';
}
.fa-file-text:before {
content: '\f15c';
}
.fa-sort-alpha-asc:before {
content: '\f15d';
}
.fa-sort-alpha-desc:before {
content: '\f15e';
}
.fa-sort-amount-asc:before {
content: '\f160';
}
.fa-sort-amount-desc:before {
content: '\f161';
}
.fa-sort-numeric-asc:before {
content: '\f162';
}
.fa-sort-numeric-desc:before {
content: '\f163';
}
.fa-thumbs-up:before {
content: '\f164';
}
.fa-thumbs-down:before {
content: '\f165';
}
.fa-youtube-square:before {
content: '\f166';
}
.fa-youtube:before {
content: '\f167';
}
.fa-xing:before {
content: '\f168';
}
.fa-xing-square:before {
content: '\f169';
}
.fa-youtube-play:before {
content: '\f16a';
}
.fa-dropbox:before {
content: '\f16b';
}
.fa-stack-overflow:before {
content: '\f16c';
}
.fa-instagram:before {
content: '\f16d';
}
.fa-flickr:before {
content: '\f16e';
}
.fa-adn:before {
content: '\f170';
}
.fa-bitbucket:before {
content: '\f171';
}
.fa-bitbucket-square:before {
content: '\f172';
}
.fa-tumblr:before {
content: '\f173';
}
.fa-tumblr-square:before {
content: '\f174';
}
.fa-long-arrow-down:before {
content: '\f175';
}
.fa-long-arrow-up:before {
content: '\f176';
}
.fa-long-arrow-left:before {
content: '\f177';
}
.fa-long-arrow-right:before {
content: '\f178';
}
.fa-apple:before {
content: '\f179';
}
.fa-windows:before {
content: '\f17a';
}
.fa-android:before {
content: '\f17b';
}
.fa-linux:before {
content: '\f17c';
}
.fa-dribbble:before {
content: '\f17d';
}
.fa-skype:before {
content: '\f17e';
}
.fa-foursquare:before {
content: '\f180';
}
.fa-trello:before {
content: '\f181';
}
.fa-female:before {
content: '\f182';
}
.fa-male:before {
content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
content: '\f184';
}
.fa-sun-o:before {
content: '\f185';
}
.fa-moon-o:before {
content: '\f186';
}
.fa-archive:before {
content: '\f187';
}
.fa-bug:before {
content: '\f188';
}
.fa-vk:before {
content: '\f189';
}
.fa-weibo:before {
content: '\f18a';
}
.fa-renren:before {
content: '\f18b';
}
.fa-pagelines:before {
content: '\f18c';
}
.fa-stack-exchange:before {
content: '\f18d';
}
.fa-arrow-circle-o-right:before {
content: '\f18e';
}
.fa-arrow-circle-o-left:before {
content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: '\f191';
}
.fa-dot-circle-o:before {
content: '\f192';
}
.fa-wheelchair:before {
content: '\f193';
}
.fa-vimeo-square:before {
content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
content: '\f195';
}
.fa-plus-square-o:before {
content: '\f196';
}
.fa-space-shuttle:before {
content: '\f197';
}
.fa-slack:before {
content: '\f198';
}
.fa-envelope-square:before {
content: '\f199';
}
.fa-wordpress:before {
content: '\f19a';
}
.fa-openid:before {
content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: '\f19d';
}
.fa-yahoo:before {
content: '\f19e';
}
.fa-google:before {
content: '\f1a0';
}
.fa-reddit:before {
content: '\f1a1';
}
.fa-reddit-square:before {
content: '\f1a2';
}
.fa-stumbleupon-circle:before {
content: '\f1a3';
}
.fa-stumbleupon:before {
content: '\f1a4';
}
.fa-delicious:before {
content: '\f1a5';
}
.fa-digg:before {
content: '\f1a6';
}
.fa-pied-piper:before {
content: '\f1a7';
}
.fa-pied-piper-alt:before {
content: '\f1a8';
}
.fa-drupal:before {
content: '\f1a9';
}
.fa-joomla:before {
content: '\f1aa';
}
.fa-language:before {
content: '\f1ab';
}
.fa-fax:before {
content: '\f1ac';
}
.fa-building:before {
content: '\f1ad';
}
.fa-child:before {
content: '\f1ae';
}
.fa-paw:before {
content: '\f1b0';
}
.fa-spoon:before {
content: '\f1b1';
}
.fa-cube:before {
content: '\f1b2';
}
.fa-cubes:before {
content: '\f1b3';
}
.fa-behance:before {
content: '\f1b4';
}
.fa-behance-square:before {
content: '\f1b5';
}
.fa-steam:before {
content: '\f1b6';
}
.fa-steam-square:before {
content: '\f1b7';
}
.fa-recycle:before {
content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
content: '\f1ba';
}
.fa-tree:before {
content: '\f1bb';
}
.fa-spotify:before {
content: '\f1bc';
}
.fa-deviantart:before {
content: '\f1bd';
}
.fa-soundcloud:before {
content: '\f1be';
}
.fa-database:before {
content: '\f1c0';
}
.fa-file-pdf-o:before {
content: '\f1c1';
}
.fa-file-word-o:before {
content: '\f1c2';
}
.fa-file-excel-o:before {
content: '\f1c3';
}
.fa-file-powerpoint-o:before {
content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: '\f1c8';
}
.fa-file-code-o:before {
content: '\f1c9';
}
.fa-vine:before {
content: '\f1ca';
}
.fa-codepen:before {
content: '\f1cb';
}
.fa-jsfiddle:before {
content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: '\f1cd';
}
.fa-circle-o-notch:before {
content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before {
content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
content: '\f1d1';
}
.fa-git-square:before {
content: '\f1d2';
}
.fa-git:before {
content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: '\f1d4';
}
.fa-tencent-weibo:before {
content: '\f1d5';
}
.fa-qq:before {
content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: '\f1d9';
}
.fa-history:before {
content: '\f1da';
}
.fa-circle-thin:before {
content: '\f1db';
}
.fa-header:before {
content: '\f1dc';
}
.fa-paragraph:before {
content: '\f1dd';
}
.fa-sliders:before {
content: '\f1de';
}
.fa-share-alt:before {
content: '\f1e0';
}
.fa-share-alt-square:before {
content: '\f1e1';
}
.fa-bomb:before {
content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: '\f1e3';
}
.fa-tty:before {
content: '\f1e4';
}
.fa-binoculars:before {
content: '\f1e5';
}
.fa-plug:before {
content: '\f1e6';
}
.fa-slideshare:before {
content: '\f1e7';
}
.fa-twitch:before {
content: '\f1e8';
}
.fa-yelp:before {
content: '\f1e9';
}
.fa-newspaper-o:before {
content: '\f1ea';
}
.fa-wifi:before {
content: '\f1eb';
}
.fa-calculator:before {
content: '\f1ec';
}
.fa-paypal:before {
content: '\f1ed';
}
.fa-google-wallet:before {
content: '\f1ee';
}
.fa-cc-visa:before {
content: '\f1f0';
}
.fa-cc-mastercard:before {
content: '\f1f1';
}
.fa-cc-discover:before {
content: '\f1f2';
}
.fa-cc-amex:before {
content: '\f1f3';
}
.fa-cc-paypal:before {
content: '\f1f4';
}
.fa-cc-stripe:before {
content: '\f1f5';
}
.fa-bell-slash:before {
content: '\f1f6';
}
.fa-bell-slash-o:before {
content: '\f1f7';
}
.fa-trash:before {
content: '\f1f8';
}
.fa-copyright:before {
content: '\f1f9';
}
.fa-at:before {
content: '\f1fa';
}
.fa-eyedropper:before {
content: '\f1fb';
}
.fa-paint-brush:before {
content: '\f1fc';
}
.fa-birthday-cake:before {
content: '\f1fd';
}
.fa-area-chart:before {
content: '\f1fe';
}
.fa-pie-chart:before {
content: '\f200';
}
.fa-line-chart:before {
content: '\f201';
}
.fa-lastfm:before {
content: '\f202';
}
.fa-lastfm-square:before {
content: '\f203';
}
.fa-toggle-off:before {
content: '\f204';
}
.fa-toggle-on:before {
content: '\f205';
}
.fa-bicycle:before {
content: '\f206';
}
.fa-bus:before {
content: '\f207';
}
.fa-ioxhost:before {
content: '\f208';
}
.fa-angellist:before {
content: '\f209';
}
.fa-cc:before {
content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: '\f20b';
}
.fa-meanpath:before {
content: '\f20c';
}
.fa-buysellads:before {
content: '\f20d';
}
.fa-connectdevelop:before {
content: '\f20e';
}
.fa-dashcube:before {
content: '\f210';
}
.fa-forumbee:before {
content: '\f211';
}
.fa-leanpub:before {
content: '\f212';
}
.fa-sellsy:before {
content: '\f213';
}
.fa-shirtsinbulk:before {
content: '\f214';
}
.fa-simplybuilt:before {
content: '\f215';
}
.fa-skyatlas:before {
content: '\f216';
}
.fa-cart-plus:before {
content: '\f217';
}
.fa-cart-arrow-down:before {
content: '\f218';
}
.fa-diamond:before {
content: '\f219';
}
.fa-ship:before {
content: '\f21a';
}
.fa-user-secret:before {
content: '\f21b';
}
.fa-motorcycle:before {
content: '\f21c';
}
.fa-street-view:before {
content: '\f21d';
}
.fa-heartbeat:before {
content: '\f21e';
}
.fa-venus:before {
content: '\f221';
}
.fa-mars:before {
content: '\f222';
}
.fa-mercury:before {
content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
content: '\f224';
}
.fa-transgender-alt:before {
content: '\f225';
}
.fa-venus-double:before {
content: '\f226';
}
.fa-mars-double:before {
content: '\f227';
}
.fa-venus-mars:before {
content: '\f228';
}
.fa-mars-stroke:before {
content: '\f229';
}
.fa-mars-stroke-v:before {
content: '\f22a';
}
.fa-mars-stroke-h:before {
content: '\f22b';
}
.fa-neuter:before {
content: '\f22c';
}
.fa-genderless:before {
content: '\f22d';
}
.fa-facebook-official:before {
content: '\f230';
}
.fa-pinterest-p:before {
content: '\f231';
}
.fa-whatsapp:before {
content: '\f232';
}
.fa-server:before {
content: '\f233';
}
.fa-user-plus:before {
content: '\f234';
}
.fa-user-times:before {
content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
content: '\f236';
}
.fa-viacoin:before {
content: '\f237';
}
.fa-train:before {
content: '\f238';
}
.fa-subway:before {
content: '\f239';
}
.fa-medium:before {
content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
content: '\f23b';
}
.fa-optin-monster:before {
content: '\f23c';
}
.fa-opencart:before {
content: '\f23d';
}
.fa-expeditedssl:before {
content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before {
content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: '\f244';
}
.fa-mouse-pointer:before {
content: '\f245';
}
.fa-i-cursor:before {
content: '\f246';
}
.fa-object-group:before {
content: '\f247';
}
.fa-object-ungroup:before {
content: '\f248';
}
.fa-sticky-note:before {
content: '\f249';
}
.fa-sticky-note-o:before {
content: '\f24a';
}
.fa-cc-jcb:before {
content: '\f24b';
}
.fa-cc-diners-club:before {
content: '\f24c';
}
.fa-clone:before {
content: '\f24d';
}
.fa-balance-scale:before {
content: '\f24e';
}
.fa-hourglass-o:before {
content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: '\f253';
}
.fa-hourglass:before {
content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: '\f256';
}
.fa-hand-scissors-o:before {
content: '\f257';
}
.fa-hand-lizard-o:before {
content: '\f258';
}
.fa-hand-spock-o:before {
content: '\f259';
}
.fa-hand-pointer-o:before {
content: '\f25a';
}
.fa-hand-peace-o:before {
content: '\f25b';
}
.fa-trademark:before {
content: '\f25c';
}
.fa-registered:before {
content: '\f25d';
}
.fa-creative-commons:before {
content: '\f25e';
}
.fa-gg:before {
content: '\f260';
}
.fa-gg-circle:before {
content: '\f261';
}
.fa-tripadvisor:before {
content: '\f262';
}
.fa-odnoklassniki:before {
content: '\f263';
}
.fa-odnoklassniki-square:before {
content: '\f264';
}
.fa-get-pocket:before {
content: '\f265';
}
.fa-wikipedia-w:before {
content: '\f266';
}
.fa-safari:before {
content: '\f267';
}
.fa-chrome:before {
content: '\f268';
}
.fa-firefox:before {
content: '\f269';
}
.fa-opera:before {
content: '\f26a';
}
.fa-internet-explorer:before {
content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
content: '\f26c';
}
.fa-contao:before {
content: '\f26d';
}
.fa-500px:before {
content: '\f26e';
}
.fa-amazon:before {
content: '\f270';
}
.fa-calendar-plus-o:before {
content: '\f271';
}
.fa-calendar-minus-o:before {
content: '\f272';
}
.fa-calendar-times-o:before {
content: '\f273';
}
.fa-calendar-check-o:before {
content: '\f274';
}
.fa-industry:before {
content: '\f275';
}
.fa-map-pin:before {
content: '\f276';
}
.fa-map-signs:before {
content: '\f277';
}
.fa-map-o:before {
content: '\f278';
}
.fa-map:before {
content: '\f279';
}
.fa-commenting:before {
content: '\f27a';
}
.fa-commenting-o:before {
content: '\f27b';
}
.fa-houzz:before {
content: '\f27c';
}
.fa-vimeo:before {
content: '\f27d';
}
.fa-black-tie:before {
content: '\f27e';
}
.fa-fonticons:before {
content: '\f280';
}@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/material-design-icons/MaterialIcons-Regular.eot); src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),
url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/material-design-icons/MaterialIcons-Regular.woff) format('woff'),
url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga';
}@font-face {
font-family: 'icomoon';
src: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/icomoon/icomoon.eot);
src: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/icomoon/icomoon.eot) format("embedded-opentype"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/icomoon/icomoon.ttf) format("truetype"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/icomoon/icomoon.woff) format("woff"), url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/fonts/icomoon/icomoon.svg) 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-airplane:before {
content: '\e97e';
}
.icon-athens:before {
content: '\e97f';
}
.icon-axe-1:before {
content: '\e980';
}
.icon-axe:before {
content: '\e981';
}
.icon-backpacking:before {
content: '\e982';
}
.icon-backpaker-2:before {
content: '\e983';
}
.icon-bag:before {
content: '\e984';
}
.icon-balloon:before {
content: '\e985';
}
.icon-beanie:before {
content: '\e986';
}
.icon-binoculars-1:before {
content: '\e987';
}
.icon-binoculars-2:before {
content: '\e988';
}
.icon-binoculars:before {
content: '\e989';
}
.icon-bonfire:before {
content: '\e98a';
}
.icon-bow-arrow:before {
content: '\e98b';
}
.icon-bowling-pin:before {
content: '\e98c';
}
.icon-briefcase:before {
content: '\e98d';
}
.icon-burj-khalifa:before {
content: '\e98e';
}
.icon-cab:before {
content: '\e98f';
}
.icon-cabin:before {
content: '\e990';
}
.icon-camp-chair:before {
content: '\e991';
}
.icon-campfire-1:before {
content: '\e992';
}
.icon-campfire:before {
content: '\e993';
}
.icon-canal-house:before {
content: '\e994';
}
.icon-canopy-walking:before {
content: '\e995';
}
.icon-car-luggage:before {
content: '\e996';
}
.icon-car:before {
content: '\e997';
}
.icon-carabiner:before {
content: '\e998';
}
.icon-christ:before {
content: '\e999';
}
.icon-climbing-rope:before {
content: '\e99a';
}
.icon-coffee-set:before {
content: '\e99b';
}
.icon-compass-small:before {
content: '\e99c';
}
.icon-compass:before {
content: '\e99d';
}
.icon-country-skiing:before {
content: '\e99e';
}
.icon-cruise-ship:before {
content: '\e99f';
}
.icon-directions:before {
content: '\e9a0';
}
.icon-door-sign:before {
content: '\e9a1';
}
.icon-eiffel:before {
content: '\e9a2';
}
.icon-fir-tree:before {
content: '\e9a3';
}
.icon-fishing-rod:before {
content: '\e9a4';
}
.icon-fishing:before {
content: '\e9a5';
}
.icon-flash-light:before {
content: '\e9a6';
}
.icon-globe-1:before {
content: '\e9a7';
}
.icon-grill:before {
content: '\e9a8';
}
.icon-hang-glider:before {
content: '\e9a9';
}
.icon-helecopter-1:before {
content: '\e9aa';
}
.icon-helecopter:before {
content: '\e9ab';
}
.icon-hiking-1:before {
content: '\e9ac';
}
.icon-hiking-poles:before {
content: '\e9ad';
}
.icon-hot-air-balloon:before {
content: '\e9ae';
}
.icon-information-circle:before {
content: '\e9af';
}
.icon-information:before {
content: '\e9b0';
}
.icon-jeep-1:before {
content: '\e9b1';
}
.icon-jeep-2:before {
content: '\e9b2';
}
.icon-kayak-1:before {
content: '\e9b3';
}
.icon-kayak:before {
content: '\e9b4';
}
.icon-key:before {
content: '\e9b5';
}
.icon-knife:before {
content: '\e9b6';
}
.icon-lantren:before {
content: '\e9b7';
}
.icon-life-vest:before {
content: '\e9b8';
}
.icon-lighter:before {
content: '\e9b9';
}
.icon-london:before {
content: '\e9ba';
}
.icon-map-1:before {
content: '\e9bb';
}
.icon-map-2:before {
content: '\e9bc';
}
.icon-map-3:before {
content: '\e9bd';
}
.icon-map-4:before {
content: '\e9be';
}
.icon-map-marker:before {
content: '\e9bf';
}
.icon-motorcycle:before {
content: '\e9c0';
}
.icon-mountain-2:before {
content: '\e9c1';
}
.icon-mountain-3:before {
content: '\e9c2';
}
.icon-mountain-1:before {
content: '\e9c3';
}
.icon-mug:before {
content: '\e9c4';
}
.icon-off-road:before {
content: '\e9c5';
}
.icon-opera-house:before {
content: '\e9c6';
}
.icon-palm-tree-2:before {
content: '\e9c7';
}
.icon-palm-tree-1:before {
content: '\e9c8';
}
.icon-parachute:before {
content: '\e9c9';
}
.icon-paraglide:before {
content: '\e9ca';
}
.icon-passport:before {
content: '\e9cb';
}
.icon-picnic-table:before {
content: '\e9cc';
}
.icon-pilot:before {
content: '\e9cd';
}
.icon-pocket-knife:before {
content: '\e9ce';
}
.icon-rafting:before {
content: '\e9cf';
}
.icon-road:before {
content: '\e9d0';
}
.icon-rowing:before {
content: '\e9d1';
}
.icon-sailboat:before {
content: '\e9d2';
}
.icon-ship:before {
content: '\e9d3';
}
.icon-sight-seeing:before {
content: '\e9d4';
}
.icon-signpost:before {
content: '\e9d5';
}
.icon-silver-ware:before {
content: '\e9d6';
}
.icon-ski-boot:before {
content: '\e9d7';
}
.icon-ski-diving:before {
content: '\e9d8';
}
.icon-ski-tour:before {
content: '\e9d9';
}
.icon-suitcase:before {
content: '\e9da';
}
.icon-sun:before {
content: '\e9db';
}
.icon-suv:before {
content: '\e9dc';
}
.icon-tent-1:before {
content: '\e9dd';
}
.icon-icon-set-1_tent:before {
content: '\e9de';
}
.icon-tourist:before {
content: '\e9df';
}
.icon-train:before {
content: '\e9e0';
}
.icon-zipline:before {
content: '\e9e1';
}
.icon-instagram:before {
content: '\e97c';
}
.icon-youtube:before {
content: '\e97d';
}
.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';
}@font-face {
font-family: 'icomoon';
src:  url(//www.elephantconservationcenter.com/wp-content/themes/ecc/custom-icomoon/fonts/icomoon.eot?agvpm6);
src:  url(//www.elephantconservationcenter.com/wp-content/themes/ecc/custom-icomoon/fonts/icomoon.eot?agvpm6#iefix) format('embedded-opentype'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/custom-icomoon/fonts/icomoon.ttf?agvpm6) format('truetype'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/custom-icomoon/fonts/icomoon.woff?agvpm6) format('woff'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/custom-icomoon/fonts/icomoon.svg?agvpm6#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
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-tripadvisor:before {
content: "\ec7e";
}
.icon-airplane:before {
content: "\e97e";
}
.icon-athens:before {
content: "\e97f";
}
.icon-axe-1:before {
content: "\e980";
}
.icon-axe:before {
content: "\e981";
}
.icon-backpacking:before {
content: "\e982";
}
.icon-backpaker-2:before {
content: "\e983";
}
.icon-bag:before {
content: "\e984";
}
.icon-balloon:before {
content: "\e985";
}
.icon-beanie:before {
content: "\e986";
}
.icon-binoculars-1:before {
content: "\e987";
}
.icon-binoculars-2:before {
content: "\e988";
}
.icon-binoculars:before {
content: "\e989";
}
.icon-bonfire:before {
content: "\e98a";
}
.icon-bow-arrow:before {
content: "\e98b";
}
.icon-bowling-pin:before {
content: "\e98c";
}
.icon-briefcase:before {
content: "\e98d";
}
.icon-burj-khalifa:before {
content: "\e98e";
}
.icon-cab:before {
content: "\e98f";
}
.icon-cabin:before {
content: "\e990";
}
.icon-camp-chair:before {
content: "\e991";
}
.icon-campfire-1:before {
content: "\e992";
}
.icon-campfire:before {
content: "\e993";
}
.icon-canal-house:before {
content: "\e994";
}
.icon-canopy-walking:before {
content: "\e995";
}
.icon-car-luggage:before {
content: "\e996";
}
.icon-car:before {
content: "\e997";
}
.icon-carabiner:before {
content: "\e998";
}
.icon-christ:before {
content: "\e999";
}
.icon-climbing-rope:before {
content: "\e99a";
}
.icon-coffee-set:before {
content: "\e99b";
}
.icon-compass-small:before {
content: "\e99c";
}
.icon-compass:before {
content: "\e99d";
}
.icon-country-skiing:before {
content: "\e99e";
}
.icon-cruise-ship:before {
content: "\e99f";
}
.icon-directions:before {
content: "\e9a0";
}
.icon-door-sign:before {
content: "\e9a1";
}
.icon-eiffel:before {
content: "\e9a2";
}
.icon-fir-tree:before {
content: "\e9a3";
}
.icon-fishing-rod:before {
content: "\e9a4";
}
.icon-fishing:before {
content: "\e9a5";
}
.icon-flash-light:before {
content: "\e9a6";
}
.icon-globe-1:before {
content: "\e9a7";
}
.icon-grill:before {
content: "\e9a8";
}
.icon-hang-glider:before {
content: "\e9a9";
}
.icon-helecopter-1:before {
content: "\e9aa";
}
.icon-helecopter:before {
content: "\e9ab";
}
.icon-hiking-1:before {
content: "\e9ac";
}
.icon-hiking-poles:before {
content: "\e9ad";
}
.icon-hot-air-balloon:before {
content: "\e9ae";
}
.icon-information-circle:before {
content: "\e9af";
}
.icon-information:before {
content: "\e9b0";
}
.icon-jeep-1:before {
content: "\e9b1";
}
.icon-jeep-2:before {
content: "\e9b2";
}
.icon-kayak-1:before {
content: "\e9b3";
}
.icon-kayak:before {
content: "\e9b4";
}
.icon-key:before {
content: "\e9b5";
}
.icon-knife:before {
content: "\e9b6";
}
.icon-lantren:before {
content: "\e9b7";
}
.icon-life-vest:before {
content: "\e9b8";
}
.icon-lighter:before {
content: "\e9b9";
}
.icon-london:before {
content: "\e9ba";
}
.icon-map-1:before {
content: "\e9bb";
}
.icon-map-2:before {
content: "\e9bc";
}
.icon-map-3:before {
content: "\e9bd";
}
.icon-map-4:before {
content: "\e9be";
}
.icon-map-marker:before {
content: "\e9bf";
}
.icon-motorcycle:before {
content: "\e9c0";
}
.icon-mountain-2:before {
content: "\e9c1";
}
.icon-mountain-3:before {
content: "\e9c2";
}
.icon-mountain-1:before {
content: "\e9c3";
}
.icon-mug:before {
content: "\e9c4";
}
.icon-off-road:before {
content: "\e9c5";
}
.icon-opera-house:before {
content: "\e9c6";
}
.icon-palm-tree-2:before {
content: "\e9c7";
}
.icon-palm-tree-1:before {
content: "\e9c8";
}
.icon-parachute:before {
content: "\e9c9";
}
.icon-paraglide:before {
content: "\e9ca";
}
.icon-passport:before {
content: "\e9cb";
}
.icon-picnic-table:before {
content: "\e9cc";
}
.icon-pilot:before {
content: "\e9cd";
}
.icon-pocket-knife:before {
content: "\e9ce";
}
.icon-rafting:before {
content: "\e9cf";
}
.icon-road:before {
content: "\e9d0";
}
.icon-rowing:before {
content: "\e9d1";
}
.icon-sailboat:before {
content: "\e9d2";
}
.icon-ship:before {
content: "\e9d3";
}
.icon-sight-seeing:before {
content: "\e9d4";
}
.icon-signpost:before {
content: "\e9d5";
}
.icon-silver-ware:before {
content: "\e9d6";
}
.icon-ski-boot:before {
content: "\e9d7";
}
.icon-ski-diving:before {
content: "\e9d8";
}
.icon-ski-tour:before {
content: "\e9d9";
}
.icon-suitcase:before {
content: "\e9da";
}
.icon-sun:before {
content: "\e9db";
}
.icon-suv:before {
content: "\e9dc";
}
.icon-tent-1:before {
content: "\e9dd";
}
.icon-icon-set-1_tent:before {
content: "\e9de";
}
.icon-tourist:before {
content: "\e9df";
}
.icon-train:before {
content: "\e9e0";
}
.icon-zipline:before {
content: "\e9e1";
}
.icon-instagram:before {
content: "\e97c";
}
.icon-youtube:before {
content: "\e97d";
}
.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";
}
.icon-flower:before {
content: "\e9e2";
}
.icon-plant1:before {
content: "\e9e3";
}
.icon-plant-1:before {
content: "\e9e4";
}
.icon-plant-2:before {
content: "\e9e5";
}
.icon-plant-3:before {
content: "\e9e6";
}
.icon-tree1:before {
content: "\e9e7";
}
.icon-watering-can:before {
content: "\e9e8";
}
.icon-windmill:before {
content: "\e9e9";
}
.icon-bin:before {
content: "\e9ea";
}
.icon-bio:before {
content: "\e9eb";
}
.icon-bolt:before {
content: "\e9ec";
}
.icon-bulb1:before {
content: "\e9ed";
}
.icon-book:before {
content: "\e9ee";
}
.icon-reuse:before {
content: "\e9ef";
}
.icon-co2:before {
content: "\e9f0";
}
.icon-electricity:before {
content: "\e9f1";
}
.icon-eco-home:before {
content: "\e9f2";
}
.icon-fire:before {
content: "\e9f3";
}
.icon-bolt-1:before {
content: "\e9f4";
}
.icon-led-bulb:before {
content: "\e9f5";
}
.icon-green:before {
content: "\e9f6";
}
.icon-plant11:before {
content: "\e9f7";
}
.icon-plastic-bottle:before {
content: "\e9f8";
}
.icon-recycle:before {
content: "\e9f9";
}
.icon-science:before {
content: "\e9fa";
}
.icon-solar-energy:before {
content: "\e9fb";
}
.icon-solar-panel:before {
content: "\e9fc";
}
.icon-water-tap:before {
content: "\e9fd";
}
.icon-beaker:before {
content: "\e9fe";
}
.icon-brain:before {
content: "\e9ff";
}
.icon-calculator:before {
content: "\ea00";
}
.icon-cell:before {
content: "\ea01";
}
.icon-compass1:before {
content: "\ea02";
}
.icon-dna:before {
content: "\ea03";
}
.icon-dropper:before {
content: "\ea04";
}
.icon-earth-globe:before {
content: "\ea05";
}
.icon-flask:before {
content: "\ea06";
}
.icon-flask-1:before {
content: "\ea07";
}
.icon-flask-2:before {
content: "\ea08";
}
.icon-flask-3:before {
content: "\ea09";
}
.icon-gear1:before {
content: "\ea0a";
}
.icon-laboratory:before {
content: "\ea0b";
}
.icon-microscope:before {
content: "\ea0c";
}
.icon-molecule:before {
content: "\ea0d";
}
.icon-molecule-1:before {
content: "\ea0e";
}
.icon-molecule-2:before {
content: "\ea0f";
}
.icon-newton-cradle:before {
content: "\ea10";
}
.icon-nuclear1:before {
content: "\ea11";
}
.icon-plant2:before {
content: "\ea12";
}
.icon-telescope:before {
content: "\ea13";
}
.icon-test-tube:before {
content: "\ea14";
}
.icon-test-tube-1:before {
content: "\ea15";
}
.icon-test-tubes:before {
content: "\ea16";
}
.icon-books:before {
content: "\ea17";
}
.icon-calculator1:before {
content: "\ea18";
}
.icon-calendar:before {
content: "\ea19";
}
.icon-certificate:before {
content: "\ea1a";
}
.icon-elearning:before {
content: "\ea1b";
}
.icon-student:before {
content: "\ea1c";
}
.icon-graduation-cap:before {
content: "\ea1d";
}
.icon-marker:before {
content: "\ea1e";
}
.icon-notebook:before {
content: "\ea1f";
}
.icon-notebook-1:before {
content: "\ea20";
}
.icon-painting:before {
content: "\ea21";
}
.icon-pencil:before {
content: "\ea22";
}
.icon-post-it:before {
content: "\ea23";
}
.icon-set-square:before {
content: "\ea24";
}
.icon-school-bag:before {
content: "\ea25";
}
.icon-school-bus:before {
content: "\ea26";
}
.icon-school:before {
content: "\ea27";
}
.icon-lab:before {
content: "\ea28";
}
.icon-smartphone:before {
content: "\ea29";
}
.icon-telescope1:before {
content: "\ea2a";
}
.icon-trophy:before {
content: "\ea2b";
}
.icon-graduation:before {
content: "\ea2c";
}
.icon-whiteboard:before {
content: "\ea2d";
}
.icon-elephant:before {
content: "\ea2e";
}
.icon-donation:before {
content: "\ea2f";
}
.icon-growth:before {
content: "\ea30";
}
.icon-funds:before {
content: "\ea31";
}
.icon-campaign:before {
content: "\ea32";
}
.icon-give:before {
content: "\ea33";
}
.icon-handshake:before {
content: "\ea34";
}
.icon-community:before {
content: "\ea35";
}
.icon-solidarity:before {
content: "\ea36";
}
.icon-first-aid-kit:before {
content: "\ea37";
}
.icon-peace:before {
content: "\ea38";
}
.icon-blood-donation:before {
content: "\ea39";
}
.icon-care:before {
content: "\ea3a";
}
.icon-clean-water:before {
content: "\ea3b";
}
.icon-volunteer:before {
content: "\ea3c";
}
.icon-sustainability:before {
content: "\ea3d";
}
.icon-volunteer-1:before {
content: "\ea3e";
}
.icon-help:before {
content: "\ea3f";
}
.icon-love:before {
content: "\ea40";
}
.icon-veterinary:before {
content: "\ea41";
}
.icon-electricity1:before {
content: "\ea42";
}
.icon-charity:before {
content: "\ea43";
}
.icon-volunteer-2:before {
content: "\ea44";
}
.icon-tshirt:before {
content: "\ea45";
}
.icon-donation-2:before {
content: "\ea46";
}
.icon-organization:before {
content: "\ea47";
}
.icon-love-1:before {
content: "\ea48";
}
.icon-donation-3:before {
content: "\ea49";
}
.icon-donation-5:before {
content: "\ea4a";
}
.icon-youth:before {
content: "\ea4b";
}
.icon-plant3:before {
content: "\ea4c";
}
.icon-love-2:before {
content: "\ea4d";
}
.icon-children:before {
content: "\ea4e";
}
.icon-volunteer-3:before {
content: "\ea4f";
}
.icon-speech:before {
content: "\ea50";
}
.icon-environment:before {
content: "\ea51";
}
.icon-donation-6:before {
content: "\ea52";
}
.icon-adoption:before {
content: "\ea53";
}
.icon-medical-assistance:before {
content: "\ea54";
}
.icon-housing:before {
content: "\ea55";
}
.icon-teamwork:before {
content: "\ea56";
}
.icon-hospital:before {
content: "\ea57";
}
.icon-clothes:before {
content: "\ea58";
}
.icon-veterinary-1:before {
content: "\ea59";
}
.icon-volunteer-4:before {
content: "\ea5a";
}
.icon-plant-11:before {
content: "\ea5b";
}
.icon-cricket:before {
content: "\ea5c";
}
.icon-palm-tree:before {
content: "\ea5d";
}
.icon-drop1:before {
content: "\ea5e";
}
.icon-fog:before {
content: "\ea5f";
}
.icon-snowing:before {
content: "\ea60";
}
.icon-storm-1:before {
content: "\ea61";
}
.icon-tiger-1:before {
content: "\ea62";
}
.icon-storm:before {
content: "\ea63";
}
.icon-leopard:before {
content: "\ea64";
}
.icon-rain:before {
content: "\ea65";
}
.icon-cloud:before {
content: "\ea66";
}
.icon-cloudy-2:before {
content: "\ea67";
}
.icon-cloudy-day:before {
content: "\ea68";
}
.icon-cloudy-1:before {
content: "\ea69";
}
.icon-sun-1:before {
content: "\ea6a";
}
.icon-fire1:before {
content: "\ea6b";
}
.icon-lightning:before {
content: "\ea6c";
}
.icon-scorpion:before {
content: "\ea6d";
}
.icon-lizard:before {
content: "\ea6e";
}
.icon-snake:before {
content: "\ea6f";
}
.icon-spider:before {
content: "\ea70";
}
.icon-sun1:before {
content: "\ea71";
}
.icon-ant:before {
content: "\ea72";
}
.icon-bee:before {
content: "\ea73";
}
.icon-earth-globe-1:before {
content: "\ea74";
}
.icon-earth-globe1:before {
content: "\ea75";
}
.icon-rice:before {
content: "\ea76";
}
.icon-leaves-1:before {
content: "\ea77";
}
.icon-leaves:before {
content: "\ea78";
}
.icon-bamboo:before {
content: "\ea79";
}
.icon-herb:before {
content: "\ea7a";
}
.icon-pawprints:before {
content: "\ea7b";
}
.icon-atom1:before {
content: "\ea7c";
}
.icon-axis:before {
content: "\ea7d";
}
.icon-bacteria1:before {
content: "\ea7e";
}
.icon-book1:before {
content: "\ea7f";
}
.icon-calculator2:before {
content: "\ea80";
}
.icon-cell1:before {
content: "\ea81";
}
.icon-clipboard:before {
content: "\ea82";
}
.icon-dna-structure:before {
content: "\ea83";
}
.icon-earth:before {
content: "\ea84";
}
.icon-earth-globe2:before {
content: "\ea85";
}
.icon-element:before {
content: "\ea86";
}
.icon-flasks:before {
content: "\ea87";
}
.icon-magnifying-glass:before {
content: "\ea88";
}
.icon-medicines:before {
content: "\ea89";
}
.icon-microscope1:before {
content: "\ea8a";
}
.icon-molecular:before {
content: "\ea8b";
}
.icon-molecule1:before {
content: "\ea8c";
}
.icon-observation:before {
content: "\ea8d";
}
.icon-scientist:before {
content: "\ea8e";
}
.icon-solar-system:before {
content: "\ea8f";
}
.icon-statistics:before {
content: "\ea90";
}
.icon-telescope2:before {
content: "\ea91";
}
.icon-test-tube1:before {
content: "\ea92";
}
.icon-mobile:before {
content: "\e000";
}
.icon-laptop1:before {
content: "\e001";
}
.icon-desktop:before {
content: "\e002";
}
.icon-tablet3:before {
content: "\e003";
}
.icon-phone6:before {
content: "\e004";
}
.icon-document:before {
content: "\e005";
}
.icon-documents:before {
content: "\e006";
}
.icon-search3:before {
content: "\e007";
}
.icon-clipboard6:before {
content: "\e008";
}
.icon-newspaper1:before {
content: "\e009";
}
.icon-notebook1:before {
content: "\e00a";
}
.icon-book-open1:before {
content: "\e00b";
}
.icon-browser1:before {
content: "\e00c";
}
.icon-calendar7:before {
content: "\e00d";
}
.icon-presentation1:before {
content: "\e00e";
}
.icon-picture1:before {
content: "\e00f";
}
.icon-pictures3:before {
content: "\e010";
}
.icon-video2:before {
content: "\e011";
}
.icon-camera6:before {
content: "\e012";
}
.icon-printer3:before {
content: "\e013";
}
.icon-toolbox:before {
content: "\e014";
}
.icon-briefcase1:before {
content: "\e015";
}
.icon-wallet2:before {
content: "\e016";
}
.icon-gift1:before {
content: "\e017";
}
.icon-bargraph:before {
content: "\e018";
}
.icon-grid4:before {
content: "\e019";
}
.icon-expand1:before {
content: "\e01a";
}
.icon-focus:before {
content: "\e01b";
}
.icon-edit2:before {
content: "\e01c";
}
.icon-adjustments:before {
content: "\e01d";
}
.icon-ribbon:before {
content: "\e01e";
}
.icon-hourglass1:before {
content: "\e01f";
}
.icon-lock3:before {
content: "\e020";
}
.icon-megaphone3:before {
content: "\e021";
}
.icon-shield1:before {
content: "\e022";
}
.icon-trophy1:before {
content: "\e023";
}
.icon-flag2:before {
content: "\e024";
}
.icon-map3:before {
content: "\e025";
}
.icon-puzzle:before {
content: "\e026";
}
.icon-basket1:before {
content: "\e027";
}
.icon-envelope3:before {
content: "\e028";
}
.icon-streetsign:before {
content: "\e029";
}
.icon-telescope3:before {
content: "\e02a";
}
.icon-gears:before {
content: "\e02b";
}
.icon-key2:before {
content: "\e02c";
}
.icon-paperclip2:before {
content: "\e02d";
}
.icon-attachment1:before {
content: "\e02e";
}
.icon-pricetags:before {
content: "\e02f";
}
.icon-lightbulb:before {
content: "\e030";
}
.icon-layers1:before {
content: "\e031";
}
.icon-pencil3:before {
content: "\e032";
}
.icon-tools1:before {
content: "\e033";
}
.icon-tools-2:before {
content: "\e034";
}
.icon-scissors2:before {
content: "\e035";
}
.icon-paintbrush:before {
content: "\e036";
}
.icon-magnifying-glass1:before {
content: "\e037";
}
.icon-circle-compass:before {
content: "\e038";
}
.icon-linegraph:before {
content: "\e039";
}
.icon-mic1:before {
content: "\e03a";
}
.icon-strategy:before {
content: "\e03b";
}
.icon-beaker1:before {
content: "\e03c";
}
.icon-caution:before {
content: "\e03d";
}
.icon-recycle1:before {
content: "\e03e";
}
.icon-anchor2:before {
content: "\e03f";
}
.icon-profile-male:before {
content: "\e040";
}
.icon-profile-female:before {
content: "\e041";
}
.icon-bike2:before {
content: "\e042";
}
.icon-wine:before {
content: "\e043";
}
.icon-hotairballoon:before {
content: "\e044";
}
.icon-globe3:before {
content: "\e045";
}
.icon-genius:before {
content: "\e046";
}
.icon-map-pin1:before {
content: "\e047";
}
.icon-dial:before {
content: "\e048";
}
.icon-chat4:before {
content: "\e049";
}
.icon-heart6:before {
content: "\e04a";
}
.icon-cloud5:before {
content: "\e04b";
}
.icon-upload3:before {
content: "\e04c";
}
.icon-download5:before {
content: "\e04d";
}
.icon-target2:before {
content: "\e04e";
}
.icon-hazardous:before {
content: "\e04f";
}
.icon-piechart:before {
content: "\e050";
}
.icon-speedometer:before {
content: "\e051";
}
.icon-global:before {
content: "\e052";
}
.icon-compass3:before {
content: "\e053";
}
.icon-lifesaver:before {
content: "\e054";
}
.icon-clock3:before {
content: "\e055";
}
.icon-aperture1:before {
content: "\e056";
}
.icon-quote2:before {
content: "\e057";
}
.icon-scope:before {
content: "\e058";
}
.icon-alarmclock1:before {
content: "\e059";
}
.icon-refresh1:before {
content: "\e05a";
}
.icon-happy:before {
content: "\e05b";
}
.icon-sad1:before {
content: "\e05c";
}
.icon-facebook1:before {
content: "\e05d";
}
.icon-twitter1:before {
content: "\e05e";
}
.icon-googleplus:before {
content: "\e05f";
}
.icon-rss1:before {
content: "\e060";
}
.icon-tumblr:before {
content: "\e061";
}
.icon-linkedin1:before {
content: "\e062";
}
.icon-dribbble:before {
content: "\e063";
}
.icon-database2:before {
content: "\eaf7";
}
.icon-undo:before {
content: "\eaf8";
}
.icon-redo:before {
content: "\eaf9";
}
.icon-undo2:before {
content: "\eafa";
}
.icon-redo2:before {
content: "\eafb";
}
.icon-forward3:before {
content: "\eafc";
}
.icon-reply3:before {
content: "\eafd";
}
.icon-bubble1:before {
content: "\eafe";
}
.icon-bubbles:before {
content: "\eaff";
}
.icon-bubbles2:before {
content: "\eb00";
}
.icon-bubble2:before {
content: "\eb01";
}
.icon-bubbles3:before {
content: "\eb02";
}
.icon-bubbles4:before {
content: "\eb03";
}
.icon-user6:before {
content: "\eb04";
}
.icon-users4:before {
content: "\eb05";
}
.icon-user-plus1:before {
content: "\eb06";
}
.icon-user-minus1:before {
content: "\eb07";
}
.icon-user-check1:before {
content: "\eb08";
}
.icon-user-tie:before {
content: "\eb09";
}
.icon-quotes-left:before {
content: "\eb0a";
}
.icon-quotes-right:before {
content: "\eb0b";
}
.icon-hour-glass2:before {
content: "\eb0c";
}
.icon-spinner:before {
content: "\eb0d";
}
.icon-spinner2:before {
content: "\eb0e";
}
.icon-spinner3:before {
content: "\eb0f";
}
.icon-spinner4:before {
content: "\eb10";
}
.icon-spinner5:before {
content: "\eb11";
}
.icon-spinner6:before {
content: "\eb12";
}
.icon-spinner7:before {
content: "\eb13";
}
.icon-spinner8:before {
content: "\eb14";
}
.icon-spinner9:before {
content: "\eb15";
}
.icon-spinner10:before {
content: "\eb16";
}
.icon-spinner11:before {
content: "\eb17";
}
.icon-binoculars1:before {
content: "\eb18";
}
.icon-search5:before {
content: "\eb19";
}
.icon-zoom-in2:before {
content: "\eb1a";
}
.icon-zoom-out2:before {
content: "\eb1b";
}
.icon-enlarge:before {
content: "\eb1c";
}
.icon-shrink:before {
content: "\eb1d";
}
.icon-enlarge2:before {
content: "\eb1e";
}
.icon-shrink2:before {
content: "\eb1f";
}
.icon-key5:before {
content: "\eb20";
}
.icon-key21:before {
content: "\eb21";
}
.icon-lock5:before {
content: "\eb22";
}
.icon-unlocked4:before {
content: "\eb23";
}
.icon-wrench1:before {
content: "\eb24";
}
.icon-equalizer1:before {
content: "\eb25";
}
.icon-equalizer2:before {
content: "\eb26";
}
.icon-cog4:before {
content: "\eb27";
}
.icon-cogs1:before {
content: "\eb28";
}
.icon-hammer1:before {
content: "\eb29";
}
.icon-magic-wand:before {
content: "\eb2a";
}
.icon-aid-kit:before {
content: "\eb2b";
}
.icon-bug1:before {
content: "\eb2c";
}
.icon-pie-chart2:before {
content: "\eb2d";
}
.icon-stats-dots:before {
content: "\eb2e";
}
.icon-stats-bars:before {
content: "\eb2f";
}
.icon-stats-bars2:before {
content: "\eb30";
}
.icon-trophy4:before {
content: "\eb31";
}
.icon-gift3:before {
content: "\eb32";
}
.icon-glass:before {
content: "\eb33";
}
.icon-glass2:before {
content: "\eb34";
}
.icon-mug2:before {
content: "\eb35";
}
.icon-spoon-knife:before {
content: "\eb36";
}
.icon-leaf1:before {
content: "\eb37";
}
.icon-rocket2:before {
content: "\eb38";
}
.icon-meter1:before {
content: "\eb39";
}
.icon-meter2:before {
content: "\eb3a";
}
.icon-hammer2:before {
content: "\eb3b";
}
.icon-fire3:before {
content: "\eb3c";
}
.icon-lab4:before {
content: "\eb3d";
}
.icon-magnet3:before {
content: "\eb3e";
}
.icon-bin1:before {
content: "\eb3f";
}
.icon-bin2:before {
content: "\eb40";
}
.icon-briefcase3:before {
content: "\eb41";
}
.icon-airplane1:before {
content: "\eb42";
}
.icon-truck3:before {
content: "\eb43";
}
.icon-road1:before {
content: "\eb44";
}
.icon-accessibility:before {
content: "\eb45";
}
.icon-target4:before {
content: "\eb46";
}
.icon-shield4:before {
content: "\eb47";
}
.icon-power1:before {
content: "\eb48";
}
.icon-switch4:before {
content: "\eb49";
}
.icon-power-cord:before {
content: "\eb4a";
}
.icon-clipboard9:before {
content: "\eb4b";
}
.icon-list-numbered:before {
content: "\eb4c";
}
.icon-list6:before {
content: "\eb4d";
}
.icon-list21:before {
content: "\eb4e";
}
.icon-tree2:before {
content: "\eb4f";
}
.icon-menu3:before {
content: "\eb50";
}
.icon-menu21:before {
content: "\eb51";
}
.icon-menu31:before {
content: "\eb52";
}
.icon-menu4:before {
content: "\eb53";
}
.icon-cloud8:before {
content: "\eb54";
}
.icon-cloud-download:before {
content: "\eb55";
}
.icon-cloud-upload1:before {
content: "\eb56";
}
.icon-cloud-check:before {
content: "\eb57";
}
.icon-download21:before {
content: "\eb58";
}
.icon-upload21:before {
content: "\eb59";
}
.icon-download31:before {
content: "\eb5a";
}
.icon-upload31:before {
content: "\eb5b";
}
.icon-sphere:before {
content: "\eb5c";
}
.icon-earth1:before {
content: "\eb5d";
}
.icon-link5:before {
content: "\eb5e";
}
.icon-flag5:before {
content: "\eb5f";
}
.icon-attachment4:before {
content: "\eb60";
}
.icon-eye4:before {
content: "\eb61";
}
.icon-eye-plus:before {
content: "\eb62";
}
.icon-eye-minus:before {
content: "\eb63";
}
.icon-eye-blocked:before {
content: "\eb64";
}
.icon-bookmark6:before {
content: "\eb65";
}
.icon-bookmarks1:before {
content: "\eb66";
}
.icon-sun4:before {
content: "\eb67";
}
.icon-contrast:before {
content: "\eb68";
}
.icon-brightness-contrast:before {
content: "\eb69";
}
.icon-star-empty:before {
content: "\eb6a";
}
.icon-star-half:before {
content: "\eb6b";
}
.icon-star-full1:before {
content: "\eb6c";
}
.icon-heart9:before {
content: "\eb6d";
}
.icon-heart-broken:before {
content: "\eb6e";
}
.icon-man1:before {
content: "\eb6f";
}
.icon-woman:before {
content: "\eb70";
}
.icon-man-woman:before {
content: "\eb71";
}
.icon-happy1:before {
content: "\eb72";
}
.icon-happy2:before {
content: "\eb73";
}
.icon-smile:before {
content: "\eb74";
}
.icon-smile2:before {
content: "\eb75";
}
.icon-tongue:before {
content: "\eb76";
}
.icon-tongue2:before {
content: "\eb77";
}
.icon-sad2:before {
content: "\eb78";
}
.icon-sad21:before {
content: "\eb79";
}
.icon-wink:before {
content: "\eb7a";
}
.icon-wink2:before {
content: "\eb7b";
}
.icon-grin:before {
content: "\eb7c";
}
.icon-grin2:before {
content: "\eb7d";
}
.icon-cool:before {
content: "\eb7e";
}
.icon-cool2:before {
content: "\eb7f";
}
.icon-angry:before {
content: "\eb80";
}
.icon-angry2:before {
content: "\eb81";
}
.icon-evil:before {
content: "\eb82";
}
.icon-evil2:before {
content: "\eb83";
}
.icon-shocked:before {
content: "\eb84";
}
.icon-shocked2:before {
content: "\eb85";
}
.icon-baffled:before {
content: "\eb86";
}
.icon-baffled2:before {
content: "\eb87";
}
.icon-confused:before {
content: "\eb88";
}
.icon-confused2:before {
content: "\eb89";
}
.icon-neutral:before {
content: "\eb8a";
}
.icon-neutral2:before {
content: "\eb8b";
}
.icon-hipster:before {
content: "\eb8c";
}
.icon-hipster2:before {
content: "\eb8d";
}
.icon-wondering:before {
content: "\eb8e";
}
.icon-wondering2:before {
content: "\eb8f";
}
.icon-sleepy:before {
content: "\eb90";
}
.icon-sleepy2:before {
content: "\eb91";
}
.icon-frustrated:before {
content: "\eb92";
}
.icon-frustrated2:before {
content: "\eb93";
}
.icon-crying:before {
content: "\eb94";
}
.icon-crying2:before {
content: "\eb95";
}
.icon-point-up:before {
content: "\eb96";
}
.icon-point-right:before {
content: "\eb97";
}
.icon-point-down:before {
content: "\eb98";
}
.icon-point-left:before {
content: "\eb99";
}
.icon-warning2:before {
content: "\eb9a";
}
.icon-notification2:before {
content: "\eb9b";
}
.icon-question1:before {
content: "\eb9c";
}
.icon-plus4:before {
content: "\eb9d";
}
.icon-minus5:before {
content: "\eb9e";
}
.icon-info4:before {
content: "\eb9f";
}
.icon-cancel-circle:before {
content: "\eba0";
}
.icon-blocked1:before {
content: "\eba1";
}
.icon-cross2:before {
content: "\eba2";
}
.icon-checkmark5:before {
content: "\eba3";
}
.icon-checkmark21:before {
content: "\eba4";
}
.icon-spell-check:before {
content: "\eba5";
}
.icon-enter1:before {
content: "\eba6";
}
.icon-exit:before {
content: "\eba7";
}
.icon-play21:before {
content: "\eba8";
}
.icon-pause2:before {
content: "\eba9";
}
.icon-stop1:before {
content: "\ebaa";
}
.icon-previous:before {
content: "\ebab";
}
.icon-next:before {
content: "\ebac";
}
.icon-backward1:before {
content: "\ebad";
}
.icon-forward21:before {
content: "\ebae";
}
.icon-play3:before {
content: "\ebaf";
}
.icon-pause21:before {
content: "\ebb0";
}
.icon-stop2:before {
content: "\ebb1";
}
.icon-backward2:before {
content: "\ebb2";
}
.icon-forward31:before {
content: "\ebb3";
}
.icon-first:before {
content: "\ebb4";
}
.icon-last:before {
content: "\ebb5";
}
.icon-previous2:before {
content: "\ebb6";
}
.icon-next2:before {
content: "\ebb7";
}
.icon-eject:before {
content: "\ebb8";
}
.icon-volume-high:before {
content: "\ebb9";
}
.icon-volume-medium:before {
content: "\ebba";
}
.icon-volume-low:before {
content: "\ebbb";
}
.icon-volume-mute1:before {
content: "\ebbc";
}
.icon-volume-mute2:before {
content: "\ebbd";
}
.icon-volume-increase1:before {
content: "\ebbe";
}
.icon-volume-decrease1:before {
content: "\ebbf";
}
.icon-loop2:before {
content: "\ebc0";
}
.icon-loop21:before {
content: "\ebc1";
}
.icon-infinite:before {
content: "\ebc2";
}
.icon-shuffle4:before {
content: "\ebc3";
}
.icon-arrow-up-left1:before {
content: "\ebc4";
}
.icon-arrow-up4:before {
content: "\ebc5";
}
.icon-arrow-up-right1:before {
content: "\ebc6";
}
.icon-arrow-right4:before {
content: "\ebc7";
}
.icon-arrow-down-right1:before {
content: "\ebc8";
}
.icon-arrow-down4:before {
content: "\ebc9";
}
.icon-arrow-down-left1:before {
content: "\ebca";
}
.icon-arrow-left4:before {
content: "\ebcb";
}
.icon-arrow-up-left2:before {
content: "\ebcc";
}
.icon-arrow-up21:before {
content: "\ebcd";
}
.icon-arrow-up-right2:before {
content: "\ebce";
}
.icon-arrow-right21:before {
content: "\ebcf";
}
.icon-arrow-down-right2:before {
content: "\ebd0";
}
.icon-arrow-down21:before {
content: "\ebd1";
}
.icon-arrow-down-left2:before {
content: "\ebd2";
}
.icon-arrow-left21:before {
content: "\ebd3";
}
.icon-circle-up:before {
content: "\ebd4";
}
.icon-circle-right:before {
content: "\ebd5";
}
.icon-circle-down:before {
content: "\ebd6";
}
.icon-circle-left:before {
content: "\ebd7";
}
.icon-tab:before {
content: "\ebd8";
}
.icon-move-up:before {
content: "\ebd9";
}
.icon-move-down:before {
content: "\ebda";
}
.icon-sort-alpha-asc:before {
content: "\ebdb";
}
.icon-sort-alpha-desc:before {
content: "\ebdc";
}
.icon-sort-numeric-asc:before {
content: "\ebdd";
}
.icon-sort-numberic-desc:before {
content: "\ebde";
}
.icon-sort-amount-asc:before {
content: "\ebdf";
}
.icon-sort-amount-desc:before {
content: "\ebe0";
}
.icon-command1:before {
content: "\ebe1";
}
.icon-shift:before {
content: "\ebe2";
}
.icon-ctrl:before {
content: "\ebe3";
}
.icon-opt:before {
content: "\ebe4";
}
.icon-checkbox-checked1:before {
content: "\ebe5";
}
.icon-checkbox-unchecked:before {
content: "\ebe6";
}
.icon-radio-checked:before {
content: "\ebe7";
}
.icon-radio-checked2:before {
content: "\ebe8";
}
.icon-radio-unchecked:before {
content: "\ebe9";
}
.icon-crop3:before {
content: "\ebea";
}
.icon-make-group:before {
content: "\ebeb";
}
.icon-ungroup:before {
content: "\ebec";
}
.icon-scissors4:before {
content: "\ebed";
}
.icon-filter2:before {
content: "\ebee";
}
.icon-font:before {
content: "\ebef";
}
.icon-ligature:before {
content: "\ebf0";
}
.icon-ligature2:before {
content: "\ebf1";
}
.icon-text-height:before {
content: "\ebf2";
}
.icon-text-width:before {
content: "\ebf3";
}
.icon-font-size:before {
content: "\ebf4";
}
.icon-bold1:before {
content: "\ebf5";
}
.icon-underline1:before {
content: "\ebf6";
}
.icon-italic1:before {
content: "\ebf7";
}
.icon-strikethrough:before {
content: "\ebf8";
}
.icon-omega:before {
content: "\ebf9";
}
.icon-sigma:before {
content: "\ebfa";
}
.icon-page-break:before {
content: "\ebfb";
}
.icon-superscript:before {
content: "\ebfc";
}
.icon-subscript:before {
content: "\ebfd";
}
.icon-superscript2:before {
content: "\ebfe";
}
.icon-subscript2:before {
content: "\ebff";
}
.icon-text-color:before {
content: "\ec00";
}
.icon-pagebreak:before {
content: "\ec01";
}
.icon-clear-formatting:before {
content: "\ec02";
}
.icon-table:before {
content: "\ec03";
}
.icon-table2:before {
content: "\ec04";
}
.icon-insert-template:before {
content: "\ec05";
}
.icon-pilcrow:before {
content: "\ec06";
}
.icon-ltr:before {
content: "\ec07";
}
.icon-rtl:before {
content: "\ec08";
}
.icon-section:before {
content: "\ec09";
}
.icon-paragraph-left:before {
content: "\ec0a";
}
.icon-paragraph-center:before {
content: "\ec0b";
}
.icon-paragraph-right:before {
content: "\ec0c";
}
.icon-paragraph-justify:before {
content: "\ec0d";
}
.icon-indent-increase1:before {
content: "\ec0e";
}
.icon-indent-decrease1:before {
content: "\ec0f";
}
.icon-share4:before {
content: "\ec10";
}
.icon-new-tab:before {
content: "\ec11";
}
.icon-embed:before {
content: "\ec12";
}
.icon-embed2:before {
content: "\ec13";
}
.icon-terminal1:before {
content: "\ec14";
}
.icon-share21:before {
content: "\ec15";
}
.icon-mail3:before {
content: "\ec16";
}
.icon-mail21:before {
content: "\ec17";
}
.icon-mail31:before {
content: "\ec18";
}
.icon-mail4:before {
content: "\ec19";
}
.icon-amazon:before {
content: "\ec1a";
}
.icon-google1:before {
content: "\ec1b";
}
.icon-google2:before {
content: "\ec1c";
}
.icon-google3:before {
content: "\ec1d";
}
.icon-google-plus1:before {
content: "\ec1e";
}
.icon-google-plus2:before {
content: "\ec1f";
}
.icon-google-plus3:before {
content: "\ec20";
}
.icon-hangouts:before {
content: "\ec21";
}
.icon-google-drive1:before {
content: "\ec22";
}
.icon-facebook3:before {
content: "\ec23";
}
.icon-facebook21:before {
content: "\ec24";
}
.icon-instagram2:before {
content: "\ec25";
}
.icon-home4:before {
content: "\ea93";
}
.icon-home21:before {
content: "\ea94";
}
.icon-home31:before {
content: "\ea95";
}
.icon-office:before {
content: "\ea96";
}
.icon-newspaper2:before {
content: "\ea97";
}
.icon-pencil5:before {
content: "\ea98";
}
.icon-pencil21:before {
content: "\ea99";
}
.icon-quill:before {
content: "\ea9a";
}
.icon-pen3:before {
content: "\ea9b";
}
.icon-blog:before {
content: "\ea9c";
}
.icon-eyedropper2:before {
content: "\ea9d";
}
.icon-droplet1:before {
content: "\ea9e";
}
.icon-paint-format:before {
content: "\ea9f";
}
.icon-image4:before {
content: "\eaa0";
}
.icon-images1:before {
content: "\eaa1";
}
.icon-camera9:before {
content: "\eaa2";
}
.icon-headphones3:before {
content: "\eaa3";
}
.icon-music4:before {
content: "\eaa4";
}
.icon-play2:before {
content: "\eaa5";
}
.icon-film5:before {
content: "\eaa6";
}
.icon-video-camera1:before {
content: "\eaa7";
}
.icon-dice:before {
content: "\eaa8";
}
.icon-pacman1:before {
content: "\eaa9";
}
.icon-spades:before {
content: "\eaaa";
}
.icon-clubs:before {
content: "\eaab";
}
.icon-diamonds:before {
content: "\eaac";
}
.icon-bullhorn1:before {
content: "\eaad";
}
.icon-connection:before {
content: "\eaae";
}
.icon-podcast:before {
content: "\eaaf";
}
.icon-feed:before {
content: "\eab0";
}
.icon-mic4:before {
content: "\eab1";
}
.icon-book8:before {
content: "\eab2";
}
.icon-books1:before {
content: "\eab3";
}
.icon-library2:before {
content: "\eab4";
}
.icon-file-text1:before {
content: "\eab5";
}
.icon-profile3:before {
content: "\eab6";
}
.icon-file-empty:before {
content: "\eab7";
}
.icon-files-empty:before {
content: "\eab8";
}
.icon-file-text2:before {
content: "\eab9";
}
.icon-file-picture:before {
content: "\eaba";
}
.icon-file-music:before {
content: "\eabb";
}
.icon-file-play:before {
content: "\eabc";
}
.icon-file-video:before {
content: "\eabd";
}
.icon-file-zip:before {
content: "\eabe";
}
.icon-copy3:before {
content: "\eabf";
}
.icon-paste1:before {
content: "\eac0";
}
.icon-stack5:before {
content: "\eac1";
}
.icon-folder5:before {
content: "\eac2";
}
.icon-folder-open:before {
content: "\eac3";
}
.icon-folder-plus1:before {
content: "\eac4";
}
.icon-folder-minus1:before {
content: "\eac5";
}
.icon-folder-download:before {
content: "\eac6";
}
.icon-folder-upload:before {
content: "\eac7";
}
.icon-price-tag1:before {
content: "\eac8";
}
.icon-price-tags:before {
content: "\eac9";
}
.icon-barcode2:before {
content: "\eaca";
}
.icon-qrcode:before {
content: "\eacb";
}
.icon-ticket5:before {
content: "\eacc";
}
.icon-cart1:before {
content: "\eacd";
}
.icon-coin-dollar:before {
content: "\eace";
}
.icon-coin-euro:before {
content: "\eacf";
}
.icon-coin-pound:before {
content: "\ead0";
}
.icon-coin-yen:before {
content: "\ead1";
}
.icon-credit-card3:before {
content: "\ead2";
}
.icon-calculator7:before {
content: "\ead3";
}
.icon-lifebuoy1:before {
content: "\ead4";
}
.icon-phone9:before {
content: "\ead5";
}
.icon-phone-hang-up:before {
content: "\ead6";
}
.icon-address-book:before {
content: "\ead7";
}
.icon-envelop:before {
content: "\ead8";
}
.icon-pushpin:before {
content: "\ead9";
}
.icon-location4:before {
content: "\eada";
}
.icon-location21:before {
content: "\eadb";
}
.icon-compass5:before {
content: "\eadc";
}
.icon-compass21:before {
content: "\eadd";
}
.icon-map6:before {
content: "\eade";
}
.icon-map21:before {
content: "\eadf";
}
.icon-history:before {
content: "\eae0";
}
.icon-clock5:before {
content: "\eae1";
}
.icon-clock21:before {
content: "\eae2";
}
.icon-alarm1:before {
content: "\eae3";
}
.icon-bell2:before {
content: "\eae4";
}
.icon-stopwatch2:before {
content: "\eae5";
}
.icon-calendar10:before {
content: "\eae6";
}
.icon-printer5:before {
content: "\eae7";
}
.icon-keyboard4:before {
content: "\eae8";
}
.icon-display1:before {
content: "\eae9";
}
.icon-laptop3:before {
content: "\eaea";
}
.icon-mobile2:before {
content: "\eaeb";
}
.icon-mobile21:before {
content: "\eaec";
}
.icon-tablet6:before {
content: "\eaed";
}
.icon-tv4:before {
content: "\eaee";
}
.icon-drawer:before {
content: "\eaef";
}
.icon-drawer2:before {
content: "\eaf0";
}
.icon-box-add:before {
content: "\eaf1";
}
.icon-box-remove:before {
content: "\eaf2";
}
.icon-download8:before {
content: "\eaf3";
}
.icon-upload6:before {
content: "\eaf4";
}
.icon-floppy-disk:before {
content: "\eaf5";
}
.icon-drive1:before {
content: "\eaf6";
}
.icon-database2:before {
content: "\eaf7";
}
.icon-undo:before {
content: "\eaf8";
}
.icon-redo:before {
content: "\eaf9";
}
.icon-undo2:before {
content: "\eafa";
}
.icon-redo2:before {
content: "\eafb";
}
.icon-forward3:before {
content: "\eafc";
}
.icon-reply3:before {
content: "\eafd";
}
.icon-bubble1:before {
content: "\eafe";
}
.icon-bubbles:before {
content: "\eaff";
}
.icon-bubbles2:before {
content: "\eb00";
}
.icon-bubble2:before {
content: "\eb01";
}
.icon-bubbles3:before {
content: "\eb02";
}
.icon-bubbles4:before {
content: "\eb03";
}
.icon-user6:before {
content: "\eb04";
}
.icon-users4:before {
content: "\eb05";
}
.icon-user-plus1:before {
content: "\eb06";
}
.icon-user-minus1:before {
content: "\eb07";
}
.icon-user-check1:before {
content: "\eb08";
}
.icon-user-tie:before {
content: "\eb09";
}
.icon-quotes-left:before {
content: "\eb0a";
}
.icon-quotes-right:before {
content: "\eb0b";
}
.icon-hour-glass2:before {
content: "\eb0c";
}
.icon-spinner:before {
content: "\eb0d";
}
.icon-spinner2:before {
content: "\eb0e";
}
.icon-spinner3:before {
content: "\eb0f";
}
.icon-spinner4:before {
content: "\eb10";
}
.icon-spinner5:before {
content: "\eb11";
}
.icon-spinner6:before {
content: "\eb12";
}
.icon-spinner7:before {
content: "\eb13";
}
.icon-spinner8:before {
content: "\eb14";
}
.icon-spinner9:before {
content: "\eb15";
}
.icon-spinner10:before {
content: "\eb16";
}
.icon-spinner11:before {
content: "\eb17";
}
.icon-binoculars1:before {
content: "\eb18";
}
.icon-search5:before {
content: "\eb19";
}
.icon-zoom-in2:before {
content: "\eb1a";
}
.icon-zoom-out2:before {
content: "\eb1b";
}
.icon-enlarge:before {
content: "\eb1c";
}
.icon-shrink:before {
content: "\eb1d";
}
.icon-enlarge2:before {
content: "\eb1e";
}
.icon-shrink2:before {
content: "\eb1f";
}
.icon-key5:before {
content: "\eb20";
}
.icon-key21:before {
content: "\eb21";
}
.icon-lock5:before {
content: "\eb22";
}
.icon-unlocked4:before {
content: "\eb23";
}
.icon-wrench1:before {
content: "\eb24";
}
.icon-equalizer1:before {
content: "\eb25";
}
.icon-equalizer2:before {
content: "\eb26";
}
.icon-cog4:before {
content: "\eb27";
}
.icon-cogs1:before {
content: "\eb28";
}
.icon-hammer1:before {
content: "\eb29";
}
.icon-magic-wand:before {
content: "\eb2a";
}
.icon-aid-kit:before {
content: "\eb2b";
}
.icon-bug1:before {
content: "\eb2c";
}
.icon-pie-chart2:before {
content: "\eb2d";
}
.icon-stats-dots:before {
content: "\eb2e";
}
.icon-stats-bars:before {
content: "\eb2f";
}
.icon-stats-bars2:before {
content: "\eb30";
}
.icon-trophy4:before {
content: "\eb31";
}
.icon-gift3:before {
content: "\eb32";
}
.icon-glass:before {
content: "\eb33";
}
.icon-glass2:before {
content: "\eb34";
}
.icon-mug2:before {
content: "\eb35";
}
.icon-spoon-knife:before {
content: "\eb36";
}
.icon-leaf1:before {
content: "\eb37";
}
.icon-rocket2:before {
content: "\eb38";
}
.icon-meter1:before {
content: "\eb39";
}
.icon-meter2:before {
content: "\eb3a";
}
.icon-hammer2:before {
content: "\eb3b";
}
.icon-fire3:before {
content: "\eb3c";
}
.icon-lab4:before {
content: "\eb3d";
}
.icon-magnet3:before {
content: "\eb3e";
}
.icon-bin1:before {
content: "\eb3f";
}
.icon-bin2:before {
content: "\eb40";
}
.icon-briefcase3:before {
content: "\eb41";
}
.icon-airplane1:before {
content: "\eb42";
}
.icon-truck3:before {
content: "\eb43";
}
.icon-road1:before {
content: "\eb44";
}
.icon-accessibility:before {
content: "\eb45";
}
.icon-target4:before {
content: "\eb46";
}
.icon-shield4:before {
content: "\eb47";
}
.icon-power1:before {
content: "\eb48";
}
.icon-switch4:before {
content: "\eb49";
}
.icon-power-cord:before {
content: "\eb4a";
}
.icon-clipboard9:before {
content: "\eb4b";
}
.icon-list-numbered:before {
content: "\eb4c";
}
.icon-list6:before {
content: "\eb4d";
}
.icon-list21:before {
content: "\eb4e";
}
.icon-tree2:before {
content: "\eb4f";
}
.icon-menu3:before {
content: "\eb50";
}
.icon-menu21:before {
content: "\eb51";
}
.icon-menu31:before {
content: "\eb52";
}
.icon-menu4:before {
content: "\eb53";
}
.icon-cloud8:before {
content: "\eb54";
}
.icon-cloud-download:before {
content: "\eb55";
}
.icon-cloud-upload1:before {
content: "\eb56";
}
.icon-cloud-check:before {
content: "\eb57";
}
.icon-download21:before {
content: "\eb58";
}
.icon-upload21:before {
content: "\eb59";
}
.icon-download31:before {
content: "\eb5a";
}
.icon-upload31:before {
content: "\eb5b";
}
.icon-sphere:before {
content: "\eb5c";
}
.icon-earth1:before {
content: "\eb5d";
}
.icon-link5:before {
content: "\eb5e";
}
.icon-flag5:before {
content: "\eb5f";
}
.icon-attachment4:before {
content: "\eb60";
}
.icon-eye4:before {
content: "\eb61";
}
.icon-eye-plus:before {
content: "\eb62";
}
.icon-eye-minus:before {
content: "\eb63";
}
.icon-eye-blocked:before {
content: "\eb64";
}
.icon-bookmark6:before {
content: "\eb65";
}
.icon-bookmarks1:before {
content: "\eb66";
}
.icon-sun4:before {
content: "\eb67";
}
.icon-contrast:before {
content: "\eb68";
}
.icon-brightness-contrast:before {
content: "\eb69";
}
.icon-star-empty:before {
content: "\eb6a";
}
.icon-star-half:before {
content: "\eb6b";
}
.icon-star-full1:before {
content: "\eb6c";
}
.icon-heart9:before {
content: "\eb6d";
}
.icon-heart-broken:before {
content: "\eb6e";
}
.icon-man1:before {
content: "\eb6f";
}
.icon-woman:before {
content: "\eb70";
}
.icon-man-woman:before {
content: "\eb71";
}
.icon-happy1:before {
content: "\eb72";
}
.icon-happy2:before {
content: "\eb73";
}
.icon-smile:before {
content: "\eb74";
}
.icon-smile2:before {
content: "\eb75";
}
.icon-tongue:before {
content: "\eb76";
}
.icon-tongue2:before {
content: "\eb77";
}
.icon-sad2:before {
content: "\eb78";
}
.icon-sad21:before {
content: "\eb79";
}
.icon-wink:before {
content: "\eb7a";
}
.icon-wink2:before {
content: "\eb7b";
}
.icon-grin:before {
content: "\eb7c";
}
.icon-grin2:before {
content: "\eb7d";
}
.icon-cool:before {
content: "\eb7e";
}
.icon-cool2:before {
content: "\eb7f";
}
.icon-angry:before {
content: "\eb80";
}
.icon-angry2:before {
content: "\eb81";
}
.icon-evil:before {
content: "\eb82";
}
.icon-evil2:before {
content: "\eb83";
}
.icon-shocked:before {
content: "\eb84";
}
.icon-shocked2:before {
content: "\eb85";
}
.icon-baffled:before {
content: "\eb86";
}
.icon-baffled2:before {
content: "\eb87";
}
.icon-confused:before {
content: "\eb88";
}
.icon-confused2:before {
content: "\eb89";
}
.icon-neutral:before {
content: "\eb8a";
}
.icon-neutral2:before {
content: "\eb8b";
}
.icon-hipster:before {
content: "\eb8c";
}
.icon-hipster2:before {
content: "\eb8d";
}
.icon-wondering:before {
content: "\eb8e";
}
.icon-wondering2:before {
content: "\eb8f";
}
.icon-sleepy:before {
content: "\eb90";
}
.icon-sleepy2:before {
content: "\eb91";
}
.icon-frustrated:before {
content: "\eb92";
}
.icon-frustrated2:before {
content: "\eb93";
}
.icon-crying:before {
content: "\eb94";
}
.icon-crying2:before {
content: "\eb95";
}
.icon-point-up:before {
content: "\eb96";
}
.icon-point-right:before {
content: "\eb97";
}
.icon-point-down:before {
content: "\eb98";
}
.icon-point-left:before {
content: "\eb99";
}
.icon-warning2:before {
content: "\eb9a";
}
.icon-notification2:before {
content: "\eb9b";
}
.icon-question1:before {
content: "\eb9c";
}
.icon-plus4:before {
content: "\eb9d";
}
.icon-minus5:before {
content: "\eb9e";
}
.icon-info4:before {
content: "\eb9f";
}
.icon-cancel-circle:before {
content: "\eba0";
}
.icon-blocked1:before {
content: "\eba1";
}
.icon-cross2:before {
content: "\eba2";
}
.icon-checkmark5:before {
content: "\eba3";
}
.icon-checkmark21:before {
content: "\eba4";
}
.icon-spell-check:before {
content: "\eba5";
}
.icon-enter1:before {
content: "\eba6";
}
.icon-exit:before {
content: "\eba7";
}
.icon-play21:before {
content: "\eba8";
}
.icon-pause2:before {
content: "\eba9";
}
.icon-stop1:before {
content: "\ebaa";
}
.icon-previous:before {
content: "\ebab";
}
.icon-next:before {
content: "\ebac";
}
.icon-backward1:before {
content: "\ebad";
}
.icon-forward21:before {
content: "\ebae";
}
.icon-play3:before {
content: "\ebaf";
}
.icon-pause21:before {
content: "\ebb0";
}
.icon-stop2:before {
content: "\ebb1";
}
.icon-backward2:before {
content: "\ebb2";
}
.icon-forward31:before {
content: "\ebb3";
}
.icon-first:before {
content: "\ebb4";
}
.icon-last:before {
content: "\ebb5";
}
.icon-previous2:before {
content: "\ebb6";
}
.icon-next2:before {
content: "\ebb7";
}
.icon-eject:before {
content: "\ebb8";
}
.icon-volume-high:before {
content: "\ebb9";
}
.icon-volume-medium:before {
content: "\ebba";
}
.icon-volume-low:before {
content: "\ebbb";
}
.icon-volume-mute1:before {
content: "\ebbc";
}
.icon-volume-mute2:before {
content: "\ebbd";
}
.icon-volume-increase1:before {
content: "\ebbe";
}
.icon-volume-decrease1:before {
content: "\ebbf";
}
.icon-loop2:before {
content: "\ebc0";
}
.icon-loop21:before {
content: "\ebc1";
}
.icon-infinite:before {
content: "\ebc2";
}
.icon-shuffle4:before {
content: "\ebc3";
}
.icon-arrow-up-left1:before {
content: "\ebc4";
}
.icon-arrow-up4:before {
content: "\ebc5";
}
.icon-arrow-up-right1:before {
content: "\ebc6";
}
.icon-arrow-right4:before {
content: "\ebc7";
}
.icon-arrow-down-right1:before {
content: "\ebc8";
}
.icon-arrow-down4:before {
content: "\ebc9";
}
.icon-arrow-down-left1:before {
content: "\ebca";
}
.icon-arrow-left4:before {
content: "\ebcb";
}
.icon-arrow-up-left2:before {
content: "\ebcc";
}
.icon-arrow-up21:before {
content: "\ebcd";
}
.icon-arrow-up-right2:before {
content: "\ebce";
}
.icon-arrow-right21:before {
content: "\ebcf";
}
.icon-arrow-down-right2:before {
content: "\ebd0";
}
.icon-arrow-down21:before {
content: "\ebd1";
}
.icon-arrow-down-left2:before {
content: "\ebd2";
}
.icon-arrow-left21:before {
content: "\ebd3";
}
.icon-circle-up:before {
content: "\ebd4";
}
.icon-circle-right:before {
content: "\ebd5";
}
.icon-circle-down:before {
content: "\ebd6";
}
.icon-circle-left:before {
content: "\ebd7";
}
.icon-tab:before {
content: "\ebd8";
}
.icon-move-up:before {
content: "\ebd9";
}
.icon-move-down:before {
content: "\ebda";
}
.icon-sort-alpha-asc:before {
content: "\ebdb";
}
.icon-sort-alpha-desc:before {
content: "\ebdc";
}
.icon-sort-numeric-asc:before {
content: "\ebdd";
}
.icon-sort-numberic-desc:before {
content: "\ebde";
}
.icon-sort-amount-asc:before {
content: "\ebdf";
}
.icon-sort-amount-desc:before {
content: "\ebe0";
}
.icon-command1:before {
content: "\ebe1";
}
.icon-shift:before {
content: "\ebe2";
}
.icon-ctrl:before {
content: "\ebe3";
}
.icon-opt:before {
content: "\ebe4";
}
.icon-checkbox-checked1:before {
content: "\ebe5";
}
.icon-checkbox-unchecked:before {
content: "\ebe6";
}
.icon-radio-checked:before {
content: "\ebe7";
}
.icon-radio-checked2:before {
content: "\ebe8";
}
.icon-radio-unchecked:before {
content: "\ebe9";
}
.icon-crop3:before {
content: "\ebea";
}
.icon-make-group:before {
content: "\ebeb";
}
.icon-ungroup:before {
content: "\ebec";
}
.icon-scissors4:before {
content: "\ebed";
}
.icon-filter2:before {
content: "\ebee";
}
.icon-font:before {
content: "\ebef";
}
.icon-ligature:before {
content: "\ebf0";
}
.icon-ligature2:before {
content: "\ebf1";
}
.icon-text-height:before {
content: "\ebf2";
}
.icon-text-width:before {
content: "\ebf3";
}
.icon-font-size:before {
content: "\ebf4";
}
.icon-bold1:before {
content: "\ebf5";
}
.icon-underline1:before {
content: "\ebf6";
}
.icon-italic1:before {
content: "\ebf7";
}
.icon-strikethrough:before {
content: "\ebf8";
}
.icon-omega:before {
content: "\ebf9";
}
.icon-sigma:before {
content: "\ebfa";
}
.icon-page-break:before {
content: "\ebfb";
}
.icon-superscript:before {
content: "\ebfc";
}
.icon-subscript:before {
content: "\ebfd";
}
.icon-superscript2:before {
content: "\ebfe";
}
.icon-subscript2:before {
content: "\ebff";
}
.icon-text-color:before {
content: "\ec00";
}
.icon-pagebreak:before {
content: "\ec01";
}
.icon-clear-formatting:before {
content: "\ec02";
}
.icon-table:before {
content: "\ec03";
}
.icon-table2:before {
content: "\ec04";
}
.icon-insert-template:before {
content: "\ec05";
}
.icon-pilcrow:before {
content: "\ec06";
}
.icon-ltr:before {
content: "\ec07";
}
.icon-rtl:before {
content: "\ec08";
}
.icon-section:before {
content: "\ec09";
}
.icon-paragraph-left:before {
content: "\ec0a";
}
.icon-paragraph-center:before {
content: "\ec0b";
}
.icon-paragraph-right:before {
content: "\ec0c";
}
.icon-paragraph-justify:before {
content: "\ec0d";
}
.icon-indent-increase1:before {
content: "\ec0e";
}
.icon-indent-decrease1:before {
content: "\ec0f";
}
.icon-share4:before {
content: "\ec10";
}
.icon-new-tab:before {
content: "\ec11";
}
.icon-embed:before {
content: "\ec12";
}
.icon-embed2:before {
content: "\ec13";
}
.icon-terminal1:before {
content: "\ec14";
}
.icon-share21:before {
content: "\ec15";
}
.icon-mail3:before {
content: "\ec16";
}
.icon-mail21:before {
content: "\ec17";
}
.icon-mail31:before {
content: "\ec18";
}
.icon-mail4:before {
content: "\ec19";
}
.icon-amazon:before {
content: "\ec1a";
}
.icon-google1:before {
content: "\ec1b";
}
.icon-google2:before {
content: "\ec1c";
}
.icon-google3:before {
content: "\ec1d";
}
.icon-google-plus1:before {
content: "\ec1e";
}
.icon-google-plus2:before {
content: "\ec1f";
}
.icon-google-plus3:before {
content: "\ec20";
}
.icon-hangouts:before {
content: "\ec21";
}
.icon-google-drive1:before {
content: "\ec22";
}
.icon-facebook3:before {
content: "\ec23";
}
.icon-facebook21:before {
content: "\ec24";
}
.icon-instagram2:before {
content: "\ec25";
}
.icon-whatsapp:before {
content: "\ec26";
}
.icon-spotify1:before {
content: "\ec27";
}
.icon-telegram:before {
content: "\ec28";
}
.icon-twitter3:before {
content: "\ec29";
}
.icon-vine1:before {
content: "\ec2a";
}
.icon-vk1:before {
content: "\ec2b";
}
.icon-renren1:before {
content: "\ec2c";
}
.icon-sina-weibo1:before {
content: "\ec2d";
}
.icon-rss3:before {
content: "\ec2e";
}
.icon-rss21:before {
content: "\ec2f";
}
.icon-youtube2:before {
content: "\ec30";
}
.icon-youtube21:before {
content: "\ec31";
}
.icon-twitch:before {
content: "\ec32";
}
.icon-vimeo1:before {
content: "\ec33";
}
.icon-vimeo2:before {
content: "\ec34";
}
.icon-lanyrd:before {
content: "\ec35";
}
.icon-flickr1:before {
content: "\ec36";
}
.icon-flickr2:before {
content: "\ec37";
}
.icon-flickr3:before {
content: "\ec38";
}
.icon-flickr4:before {
content: "\ec39";
}
.icon-dribbble2:before {
content: "\ec3a";
}
.icon-behance1:before {
content: "\ec3b";
}
.icon-behance2:before {
content: "\ec3c";
}
.icon-deviantart:before {
content: "\ec3d";
}
.icon-500px:before {
content: "\ec3e";
}
.icon-steam:before {
content: "\ec3f";
}
.icon-steam2:before {
content: "\ec40";
}
.icon-dropbox1:before {
content: "\ec41";
}
.icon-onedrive1:before {
content: "\ec42";
}
.icon-github2:before {
content: "\ec43";
}
.icon-npm:before {
content: "\ec44";
}
.icon-basecamp1:before {
content: "\ec45";
}
.icon-trello:before {
content: "\ec46";
}
.icon-wordpress:before {
content: "\ec47";
}
.icon-joomla:before {
content: "\ec48";
}
.icon-ello:before {
content: "\ec49";
}
.icon-blogger:before {
content: "\ec4a";
}
.icon-blogger2:before {
content: "\ec4b";
}
.icon-tumblr2:before {
content: "\ec4c";
}
.icon-tumblr21:before {
content: "\ec4d";
}
.icon-yahoo:before {
content: "\ec4e";
}
.icon-yahoo2:before {
content: "\ec4f";
}
.icon-tux:before {
content: "\ec50";
}
.icon-appleinc:before {
content: "\ec51";
}
.icon-finder:before {
content: "\ec52";
}
.icon-android1:before {
content: "\ec53";
}
.icon-windows1:before {
content: "\ec54";
}
.icon-windows8:before {
content: "\ec55";
}
.icon-soundcloud1:before {
content: "\ec56";
}
.icon-soundcloud2:before {
content: "\ec57";
}
.icon-skype1:before {
content: "\ec58";
}
.icon-reddit:before {
content: "\ec59";
}
.icon-hackernews:before {
content: "\ec5a";
}
.icon-wikipedia:before {
content: "\ec5b";
}
.icon-linkedin3:before {
content: "\ec5c";
}
.icon-linkedin21:before {
content: "\ec5d";
}
.icon-lastfm1:before {
content: "\ec5e";
}
.icon-lastfm2:before {
content: "\ec5f";
}
.icon-delicious:before {
content: "\ec60";
}
.icon-stumbleupon1:before {
content: "\ec61";
}
.icon-stumbleupon2:before {
content: "\ec62";
}
.icon-stackoverflow:before {
content: "\ec63";
}
.icon-pinterest1:before {
content: "\ec64";
}
.icon-pinterest2:before {
content: "\ec65";
}
.icon-xing1:before {
content: "\ec66";
}
.icon-xing2:before {
content: "\ec67";
}
.icon-flattr1:before {
content: "\ec68";
}
.icon-foursquare1:before {
content: "\ec69";
}
.icon-yelp1:before {
content: "\ec6a";
}
.icon-paypal1:before {
content: "\ec6b";
}
.icon-chrome1:before {
content: "\ec6c";
}
.icon-firefox:before {
content: "\ec6d";
}
.icon-IE:before {
content: "\ec6e";
}
.icon-edge:before {
content: "\ec6f";
}
.icon-safari:before {
content: "\ec70";
}
.icon-opera:before {
content: "\ec71";
}
.icon-file-pdf:before {
content: "\ec72";
}
.icon-file-openoffice:before {
content: "\ec73";
}
.icon-file-word:before {
content: "\ec74";
}
.icon-file-excel:before {
content: "\ec75";
}
.icon-libreoffice:before {
content: "\ec76";
}
.icon-html-five:before {
content: "\ec77";
}
.icon-html-five2:before {
content: "\ec78";
}
.icon-css3:before {
content: "\ec79";
}
.icon-git:before {
content: "\ec7a";
}
.icon-codepen1:before {
content: "\ec7b";
}
.icon-svg:before {
content: "\ec7c";
}
.icon-IcoMoon:before {
content: "\ec7d";
}.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
  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: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.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;
-webkit-box-shadow: none !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;
}
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #1f2933;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #7b8794;
text-decoration: none;
}
a:hover, a:focus {
color: #57616b;
text-decoration: none;
}
a:focus {
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.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.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 #eeeeee;
}
.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: #777777;
}
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: #777777;
}
.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 #eeeeee;
}
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.42857;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
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.42857;
color: #777777;
}
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 #eeeeee;
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.42857;
}
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;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
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.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.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.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.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.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.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.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
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.42857;
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: 0.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: #333333;
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;
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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 5px;
font-size: 14px;
line-height: 1.42857;
color: #9d9d9d;
}
.form-control {
display: block;
width: 100%;
height: 30px;
padding: 4px 10px;
font-size: 14px;
line-height: 1.42857;
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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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: #eeeeee;
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.form-control[type="date"],
.input-group-sm > input.input-group-addon[type="date"],
.input-group-sm > .input-group-btn > input.btn[type="date"],
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm > input.form-control[type="time"],
.input-group-sm > input.input-group-addon[type="time"],
.input-group-sm > .input-group-btn > input.btn[type="time"],
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm > input.form-control[type="datetime-local"],
.input-group-sm > input.input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm > input.form-control[type="month"],
.input-group-sm > input.input-group-addon[type="month"],
.input-group-sm > .input-group-btn > input.btn[type="month"],
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
.input-group-lg > input.input-group-addon[type="date"],
.input-group-lg > .input-group-btn > input.btn[type="date"],
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg > input.form-control[type="time"],
.input-group-lg > input.input-group-addon[type="time"],
.input-group-lg > .input-group-btn > input.btn[type="time"],
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg > input.form-control[type="datetime-local"],
.input-group-lg > input.input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg > input.form-control[type="month"],
.input-group-lg > input.input-group-addon[type="month"],
.input-group-lg > .input-group-btn > input.btn[type="month"],
.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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
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.33333;
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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
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.33333;
}
.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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 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: #4f6982;
}
@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;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 4px 10px;
font-size: 14px;
line-height: 1.42857;
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: 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, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.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: #1c1919;
background-color: #fff;
border-color: #1c1919;
}
.btn-primary:focus, .btn-primary.focus {
color: #1c1919;
background-color: #e6e6e6;
border-color: black;
}
.btn-primary:hover {
color: #1c1919;
background-color: #e6e6e6;
border-color: black;
}
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #1c1919;
background-color: #e6e6e6;
border-color: black;
}
.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: #1c1919;
background-color: #d4d4d4;
border-color: black;
}
.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: #1c1919;
}
.btn-primary .badge {
color: #fff;
background-color: #1c1919;
}
.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: #7b8794;
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: #57616b;
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: #777777;
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
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 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.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;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-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, 0.15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 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.42857;
color: #1c1919;
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: #777777;
}
.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.42857;
color: #777777;
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, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 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: #eeeeee;
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: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #7b8794;
}
.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.42857;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee 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;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.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;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-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;
-webkit-box-shadow: none;
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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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: #777777;
}
.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.42857;
text-decoration: none;
color: #1c1919;
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: #777777;
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.33333;
}
.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: #777777;
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: #777777;
}
.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: #777777;
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: #7b8794;
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: #eeeeee;
}
.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.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.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: #1f2933;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #7b8794;
}
.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, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 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, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: #eeeeee;
color: #777777;
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: #777777;
}
.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, 0.05);
box-shadow: 0 1px 1px rgba(0, 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: #333333;
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: #333333;
}
.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, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 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: 0.2;
filter: alpha(opacity=20);
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.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%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-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, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 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: 0.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.42857;
}
.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, 0.5);
box-shadow: 0 5px 15px rgba(0, 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.42857;
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: 0.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: #1c1919;
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: #1c1919;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #1c1919;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #1c1919;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #1c1919;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #1c1919;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #1c1919;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #1c1919;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #1c1919;
}
.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.42857;
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, 0.2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 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: #999999;
border-top-color: rgba(0, 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: #999999;
border-right-color: rgba(0, 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: #999999;
border-bottom-color: rgba(0, 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: #999999;
border-left-color: rgba(0, 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: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.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 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-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: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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: 0.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: rgba(0, 0, 0, 0);
}
.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, 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;
-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;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/styles/lib/grabbing.png) 8 8, move;
} .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div {
color: #616e7c;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
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;
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;
border-radius: 30px;
} .owl-item.loading {
min-height: 150px;
background: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/styles/lib/AjaxLoader.gif) no-repeat center center;
}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/jquery-ui/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}.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(//www.elephantconservationcenter.com/wp-content/themes/entrada/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(//www.elephantconservationcenter.com/wp-content/themes/entrada/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(//www.elephantconservationcenter.com/wp-content/themes/entrada/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(//www.elephantconservationcenter.com/wp-content/themes/entrada/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(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/vendors/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker-rtl {
direction: rtl;
}
.datepicker-rtl.dropdown-menu {
left: auto;
}
.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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] {
background-color: #0044cc;
}
.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 {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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-color: #0044cc;
}
.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 {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker-rtl {
direction: rtl;
}
.datepicker-rtl.dropdown-menu {
left: auto;
}
.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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] {
background-color: #0044cc;
}
.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 {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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-color: #0044cc;
}
.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 {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 20px;
padding: 4px 5px;
font-weight: normal;
line-height: 20px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-size: 13px;
line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
padding: 4px 5px;
}.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;direction:ltr}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}.default-list, .cart-list, .top-user-panel, .top-right-panel, .side-list, .material-icons-list, .testimonial-holder .owl-pagination, .dropdown-menu ul, .drop-link .general-dropdown, .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, .social-networks, .social-wrap, .booking-form .option,
.twocol-form .option, .trip-detail .img-list, .reviews-info, .reviews-info .ico-list, .content-list, .search-form .ui-autocomplete, .footer-nav ul, .payment-option, .comments .comment_list, .comments .comment_list .children {
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, .drop-container:after, .article.blog-article .meta:after, .contact-form .form-group:after, .cart-option:after, .footer-holder:after {
content: '';
display: block;
clear: both;
}
.trip-detail .detail .img-list {
text-align: justify;
line-height: 0;
}
.trip-detail .detail .img-list > * {
display: inline-block;
vertical-align: top;
text-align: left;
line-height: inherit;
}
.trip-detail .detail .img-list:after {
content: '';
width: 100%;
display: inline-block;
vertical-align: top;
}
.gallery-list .hover, .gallery-list a, .btn, .woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button, .recent-block.recent-wide-thumbnail .thumbnail, .social-wrap {
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
clear: both;
}
.alignright {
margin: 5px 0 20px 20px;
clear: right;
float: right;
}
.alignleft {
margin: 5px 20px 20px 0;
clear: left;
float: left;
}
a img.alignright {
margin: 5px 0 20px 20px;
clear: right;
float: right;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
margin: 5px 20px 20px 0;
clear: left;
float: left;
}
a img.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
clear: both;
}
.logohide {
display: none;
} .calendar_wrap table {
width: 100%;
}
.calendar_wrap table .calendar_wrap caption {
margin-bottom: 0;
}
.blog-holder table,
aside table,
nav.footer-nav table {
width: 100%;
margin-bottom: 30px;
background: #f7f5fa;
border-collapse: separate;
border-spacing: 0;
}
.blog-holder table caption,
aside table caption,
nav.footer-nav table caption,
.blog-holder table td,
aside table td,
nav.footer-nav table td,
.blog-holder table th,
aside table th,
nav.footer-nav table th {
padding: 5px;
font-weight: 400;
text-align: center;
}
.blog-holder table th,
aside table th,
nav.footer-nav table th {
font-weight: 600;
}
th:first-child,
td:first-child {
border-left: medium none;
}
tr:last-child td,
tfoot tr:last-child td {
border-bottom: medium none;
}
caption {
border: 1px solid #eeeeee;
margin-bottom: 15px;
background: #383838 none repeat scroll 0 0;
}
nav.footer-nav table th,
nav.footer-nav table td {
padding: 4px;
} aside#sidebar ul.menu ul.sub-menu {
padding: 5px 0 0 15px;
}
aside#sidebar .children.side-list.post-list li {
padding-left: 15px;
}
aside#sidebar ul.menu ul.sub-menu li:before {
content: none;
} .screen-reader-text {
position: absolute !important;
overflow: hidden;
width: 1px;
height: 1px;
clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
z-index: 100000; top: 5px;
left: 5px;
display: block;
width: auto;
height: auto;
padding: 15px 23px 14px;
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
line-height: normal;
text-decoration: none;
}
.sticky {
padding: 10px;
background: #e4e7eb;
}
.comment-form-cookies-consent {
padding-left: 18px;
}
.blog-holder label {
padding-left: 20px;
} .wp-caption {
max-width: 100%;
padding: 5px 3px 10px;
border: 1px solid #f0f0f0;
background: #e5f2ff;
clear: both;
color: black;
font-size: 90%;
}
.wp-caption-text {
margin: 10px 0 5px 10px;
} .widget_calendar {
float: left;
}
#wp-calendar {
width: 100%;
}
#wp-calendar caption {
border-bottom: 1px solid #fff;
margin-top: 10px;
margin-bottom: 0;
background-color: #f5f7fa;
font-size: 16px;
text-align: right;
}
#wp-calendar thead {
background: #f5f7fa;
}
#wp-calendar thead th {
padding-bottom: 10px;
color: #616e7c;
}
#wp-calendar tbody {
color: #616e7c;
}
#wp-calendar tbody td {
border: 1px solid #fff;
background: #f5f7fa;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: #fff;
}
#wp-calendar tfoot #next {
text-align: right;
text-transform: uppercase;
}
#wp-calendar tfoot #prev {
padding-top: 10px;
text-transform: uppercase;
}
.default-widget-panel input,
.default-widget-panel button,
.default-widget-panel select,
.default-widget-panel textarea {
border: 0;
}
.comments-area {
clear: both;
}
.page-links {
clear: both;
}
.comments-area {
padding: 45px 0;
}
.comment-form {
padding: 45px 0;
}
.page-content-inner label {
padding-left: 20px;
}
.page-content-inner .comment-form {
background-color: #f5f7fa;
}
.blog-single .meta-article {
clear: both;
} 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;
max-width: 100%;
}
a {
outline: none !important;
}
a:hover {
color: #b0a377;
}
@media only screen and (min-width: 1230px) and (max-width: 1300px) {
.container {
max-width: 1110px;
}
}
.form-group {
margin-bottom: 20px;
} #wrapper {
width: 100%;
overflow: hidden;
}
.page-wrapper {
position: relative;
overflow: hidden;
}
.layout-fluid {
max-width: 1600px;
}
.form-control {
border: 2px solid #f8f8f8;
height: 37px;
font-size: 14px;
line-height: 18px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
font-weight: 400;
}
.form-control::-webkit-input-placeholder {
color: #1c1919;
}
.form-control:-moz-placeholder {
color: #1c1919;
}
.form-control::-moz-placeholder {
color: #1c1919;
}
.form-control:-ms-input-placeholder {
color: #1c1919;
}
.form-control:focus {
border-color: #dfdfdf;
-webkit-box-shadow: none;
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, 0.65);
}
.has-overlay.has-overlay-dark:before {
background: rgba(0, 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;
}
@media only screen and (min-width: 768px) {
#content {
float: right;
margin-bottom: 0;
}
}
.content-inner {
padding: 30px 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: 20px;
}
@media only screen and (min-width: 768px) {
.content-with-sidebar.content-left #content {
float: left;
}
.content-with-sidebar.content-both-sidebar #content {
float: none;
margin-top: 30px;
}
}
@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;
}
}
.default-list li {
display: inline-block;
vertical-align: top;
padding: 0 10px 10px;
}
.common-spacing {
padding-top: 45px;
padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
.common-spacing {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) {
.common-spacing {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media only screen and (min-width: 768px) {
.db-3-col [class^='col-'],
.db-3-col [class*=' col-'] {
display: inline-block;
vertical-align: top;
float: none;
margin-right: -0.25em;
}
} .resize-active * {
-webkit-transition-duration: 0s !important;
-o-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;
} .page-bg-colored {
background: #fafafa;
} .text-white {
color: #fff;
}
body.search-active {
overflow: hidden !important;
}
body.search-active:parent {
overflow: hidden !important;
}
@media only screen and (min-width: 1025px) {
a[href^='tel'] {
pointer-events: none;
cursor: default;
}
} body {
font: 1.4em/1.71429 "Poppins", sans-serif;
}
h1,
h2,
h3,
.h3,
h4 {
font-family: "Poppins", sans-serif;
color: #474d4b;
margin: 0 0 15px;
}
h1 {
font-size: 2.571428em;
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 2.857142em;
}
}
@media only screen and (min-width: 992px) {
h1 {
font-size: 3.428571em;
}
}
h2 {
font-weight: 700;
font-size: 1.2857em;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
h2 {
font-size: 1.714em;
}
}
@media only screen and (min-width: 992px) {
h2 {
font-size: 2.857em;
margin-bottom: 12px;
}
}
h3,
.h3 {
font-size: 1.142857em;
}
@media only screen and (min-width: 992px) {
h3,
.h3 {
font-size: 1.714em;
}
}
h4,
.h4 {
font-size: 1.132857em;
}
@media only screen and (min-width: 992px) {
h4,
.h4 {
font-size: 1.2457em;
}
}
h2.title-heading,
h3.title-heading {
font-weight: 700;
letter-spacing: 0.02em;
}
h2.intro-heading,
h3.intro-heading {
font-size: 1.71428em;
letter-spacing: 0;
font-weight: 400;
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
h2.intro-heading,
h3.intro-heading {
font-size: 1.857142em;
margin-bottom: 25px;
}
}
@media only screen and (min-width: 992px) {
h2.intro-heading,
h3.intro-heading {
font-size: 2.142857em;
margin-bottom: 35px;
}
}
h1.small-size {
font-size: 1.71428em;
letter-spacing: 2px;
text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
h1.small-size {
font-size: 2.143em;
}
}
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;
}
@media only screen and (min-width: 768px) {
h1.content-main-heading,
h2.content-main-heading {
font-size: 2.142857em;
}
}
@media only screen and (min-width: 992px) {
h1.content-main-heading,
h2.content-main-heading {
font-size: 2.571428em;
}
}
p.intro {
font-size: 1em;
margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
p.intro {
font-size: 1.286em;
line-height: 2;
}
}
p.special-text {
font-size: 1.286em;
font-weight: 300;
text-align: center;
letter-spacing: 0.035em;
margin: 0;
color: #fff;
}
p.special-text strong {
font-weight: 700;
font-family: "Poppins", sans-serif;
}
p.special-text a {
color: #fff;
display: inline-block;
}
@media only screen and (min-width: 768px) {
p.special-text {
font-size: 2em;
}
}
@media only screen and (min-width: 992px) {
p.special-text {
font-size: 2.571em;
}
}
blockquote {
font-size: 1.428571em;
line-height: 1.6;
font-weight: normal;
margin: 0;
padding: 10px 20px 0;
quotes: none;
}
blockquote cite {
text-transform: uppercase;
letter-spacing: 2px;
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}
blockquote.testimonial-quote {
font-style: normal;
font-size: 1em;
line-height: 1.6;
}
@media only screen and (min-width: 768px) {
blockquote.testimonial-quote {
font-size: 1.286em;
line-height: 2;
}
}
blockquote.normal {
font-size: 1.28571em;
}
@media only screen and (min-width: 768px) {
blockquote.normal {
font-size: 1.857142em;
}
}
@media only screen and (min-width: 992px) {
blockquote.normal {
font-size: 2.142857em;
}
}
.main-heading {
letter-spacing: 2px;
text-transform: uppercase;
}
.main-subtitle {
font-size: 1.143em;
line-height: 1.25;
letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
.main-subtitle {
font-size: 1.286em;
}
}
@media only screen and (min-width: 992px) {
.main-subtitle {
font-size: 1.429em;
}
}
.content-title {
display: block;
font-size: 1.143em;
margin: 0 0 10px;
text-transform: capitalize;
font-family: "Poppins", sans-serif;
font-weight: 400;
}
.info-title {
font-size: 1em;
font-weight: normal;
}
.info-title a:not(:first-child) {
padding-left: 5px;
}
.inner-main-heading {
font-size: 2.571em;
line-height: 1.2;
text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
.inner-main-heading {
font-size: 3.439em;
}
}
.material-icons {
margin-right: 5px;
display: inline-block;
vertical-align: middle;
font-size: 1.4em;
} .preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
white-space: nowrap;
text-align: center;
background: #f8f8f8;
z-index: 999999;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
background-color: #474d4b;
}
.preloader:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.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: 0px 0px 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;
-webkit-box-shadow: 5px 0px 0px 0px #6b6957, 5px -5px 0px 0px #6b6957, 10px 0px 0px 0px #6b6957;
box-shadow: 5px 0px 0px 0px #6b6957, 5px -5px 0px 0px #6b6957, 10px 0px 0px 0px #6b6957;
-webkit-animation: steam 700ms linear infinite alternate;
animation: steam 700ms linear infinite alternate;
}
@-webkit-keyframes steam {
0% {
height: 0px;
}
100% {
height: 10px;
}
}
@keyframes steam {
0% {
height: 0px;
}
100% {
height: 10px;
}
}  #header {
position: relative;
z-index: 256;
background: transparent;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
min-width: 320px;
background: #252525;
}
@media only screen and (max-width: 991px) {
#header .container-fluid {
padding: 0;
}
}
@media only screen and (min-width: 992px) {
#header {
border-bottom: 1px solid #2d2d2d;
background: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 76px;
}
}
@media only screen and (min-width: 1025px) {
#header {
position: fixed;
}
}
@media only screen and (min-width: 1230px) {
#header {
height: 102px;
}
} #header.fixed-position {
margin-top: 0;
}
@media only screen and (min-width: 1025px) {
#header.fixed-position {
background: #252525;
border-color: #181818;
height: 70px;
}
#header.fixed-position .logo {
border-right-color: #181818;
}
#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;
}
}
@media only screen and (min-width: 992px) {
#header.fixed-position .logo {
height: 70px;
}
}
@media only screen and (min-width: 1230px) {
#header.fixed-position .search-form {
right: 50px;
}
} .logo {
text-align: center;
position: relative;
margin: 0 50px 0 60px;
z-index: 9;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
height: 67px;
padding: 5px 0;
margin: 0 auto;
}
.logo .gray-logo {
display: none;
}
.logo:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.25em;
}
.logo a {
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
max-height: 100%;
overflow: hidden;
padding: 0 10px 5px 0;
}
.logo img {
width: auto;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
.logo {
width: 180px;
margin: 0;
padding: 0 15px 0 0;
float: left;
border-right: 1px solid #2d2d2d;
height: 76px;
}
.logo img {
width: 100%;
}
}
@media only screen and (min-width: 1230px) {
.logo {
width: 240px;
height: 102px;
padding: 0 15px 0 0;
}
}
span.header_logo_text {
color: #b0a377;
font-weight: bold;
font-size: 24px;
}
.fixed-position .logo {
padding: 10px 0;
}
.cart-wrap .footer {
padding: 20px 0;
overflow: hidden;
}
.cart-wrap .footer .btn, .cart-wrap .footer .woocommerce a.button, .woocommerce .cart-wrap .footer a.button,
.cart-wrap .footer .woocommerce input.button, .woocommerce .cart-wrap .footer input.button,
.cart-wrap .footer .woocommerce button.button, .woocommerce .cart-wrap .footer button.button {
float: right;
padding: 2px 20px;
margin-left: 5px;
border-radius: 4px;
}
.cart-wrap .footer .btn:hover, .cart-wrap .footer .woocommerce a.button:hover, .woocommerce .cart-wrap .footer a.button:hover,
.cart-wrap .footer .woocommerce input.button:hover, .woocommerce .cart-wrap .footer input.button:hover,
.cart-wrap .footer .woocommerce button.button:hover, .woocommerce .cart-wrap .footer button.button: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 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.cart-list li:hover .name a {
color: #b0a377;
}
.cart-list li:hover .img a {
border-color: #adadad;
}
.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 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.2s linear;
}
.cart-list .img a > img {
min-height: 32px;
}
.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 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.cart-list .price {
display: block;
} @media only screen and (min-width: 992px) {
.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: #1c1919;
}
.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;
}
}
@media only screen and (min-width: 1025px) {
.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: #1c1919;
}
.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,
#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: #1c1919;
}
.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: #1c1919;
border-color: #1c1919;
}
@media only screen and (min-width: 992px) {
.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: #1c1919;
}
.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;
}
}
@media only screen and (min-width: 1025px) {
.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-top {
background: #252525;
padding: 10px;
position: absolute;
left: 0;
right: 0;
bottom: 100%;
border-bottom: 1px solid #1b1b1b;
font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) {
.header-top {
background: #252525;
}
}
.header-top a {
color: #fff;
}
.header-top a:hover {
color: #b0a377;
}
@media only screen and (max-width: 767px) {
.header-top .visible-xs.cart-visible {
display: inline-block !important;
}
}
.header-top .dropdown-menu {
border-top: 9px solid transparent;
}
.header-top .drop-wrap {
font-size: 0.9em;
}
.top-user-panel, .top-right-panel,
.top-right-panel {
margin: 0 -10px;
float: left;
max-width: 61%;
}
.top-user-panel .icon, .top-right-panel .icon,
.top-user-panel .icon-cart-add,
.top-right-panel .icon-cart-add,
.top-right-panel .icon,
.top-right-panel .icon-cart-add {
margin-right: 5px;
}
.top-user-panel [class^='icon-'], .top-right-panel [class^='icon-'],
.top-user-panel [class*=' icon-'],
.top-right-panel [class*=' icon-'],
.top-user-panel .text,
.top-right-panel .text,
.top-right-panel [class^='icon-'],
.top-right-panel [class*=' icon-'],
.top-right-panel .text {
display: inline-block;
vertical-align: middle;
}
.top-user-panel .material-icons, .top-right-panel .material-icons,
.top-right-panel .material-icons {
color: #fff;
}
.top-user-panel [class^='icon-'], .top-right-panel [class^='icon-'] {
margin-right: 5px;
}
.top-user-panel > li, .top-right-panel > li {
float: left;
padding: 0 10px;
}
.top-user-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: 50%;
}
.top-header {
margin-top: 44px;
} #header.header-v1.fixed-position .navbar-default .dropdown-menu {
margin-top: 1px;
}
.header-v1 .logo {
text-align: left;
border: 0;
}
.header-v1 .navbar-default .navbar-nav li:last-child {
padding-right: 0;
}
@media only screen and (min-width: 992px) {
.header-v1 .navbar-default .navbar-nav {
float: right;
}
}
@media only screen and (max-width: 991px) {
.header-v1 .container {
width: auto;
padding: 0;
}
.header-v1 .logo {
text-align: center;
}
.header-v1 .logo a {
width: 150px;
}
.header-v1 .header-top {
padding: 10px 28px;
}
}
.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;
}
@media only screen and (min-width: 992px) {
.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;
}
}
@media only screen and (min-width: 1230px) {
.header-v2 .navbar-default .nav-center {
width: calc(100% - 430px);
}
}
#header.header-logo-centered {
height: auto;
}
#header.header-logo-centered .logo {
float: none;
margin: 0 auto -20px;
}
#header.header-logo-centered .navbar-nav {
text-align: left;
}
#header.header-v2 .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
margin: 0 auto;
}  .sidebar {
font-weight: 500;
}
.sidebar label {
font-weight: 500;
}
.sidebar .sidebar-holder {
-webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.1);
box-shadow: 0 2px 2px rgba(1, 2, 2, 0.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: #1f2933;
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 {
-webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.1);
box-shadow: 0 2px 2px rgba(1, 2, 2, 0.1);
}
.sidebar .panel-group .panel-default {
border: 0;
margin: 0;
}
.sidebar .panel-title {
font-size: 1em;
line-height: 1.7124em;
letter-spacing: 0.05em;
}
.sidebar .panel-heading a {
display: block;
padding: 10px 50px 10px 30px;
background: #f8f8f8;
color: #b0a377;
-webkit-box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0 1px 1px rgba(1, 2, 2, 0.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 0.3s linear;
transition: -webkit-transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.sidebar .panel-collapse {
border: 1px solid #f8f8f8;
}
.sidebar .title {
display: block;
font-size: 1.143em;
margin-bottom: 10px;
}
.sidebar .panel-body {
background: #fff;
padding: 20px 30px;
color: #9d9d9d;
}
@media only screen and (min-width: 992px) {
.sidebar {
float: left;
}
}
@media only screen and (max-width: 767px) {
.mobile-openclose {
max-height: 0;
overflow: hidden;
padding: 0;
min-height: 0;
max-width: 470px;
margin: 0 auto;
}
.mobile-openclose .layout-holder {
padding-bottom: 20px;
}
} .side-list.check-list {
margin-bottom: 5px;
}
.side-list.check-list li {
margin-bottom: 5px;
}
.side-list.post-list li {
position: relative;
margin-bottom: 20px;
padding-bottom: 5px;
}
.side-list.post-list li:last-child {
margin-bottom: 0;
}
.side-list.post-list li ul > li:before {
content: '-';
text-indent: -5px;
}
.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: -0.25em;
text-align: center;
}
.side-list.gallery-side-list.horizontal-list {
margin-bottom: -10px;
}
.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: #616e7c;
}
.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);
}
@media only screen and (min-width: 768px) {
.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;
}
}
@media only screen and (min-width: 992px) {
.side-list.horizontal-list {
margin-bottom: -25px;
}
.side-list.horizontal-list li {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 991px) {
.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;
}
}
.price-input {
width: 100%;
border: 0;
background: none;
color: #1f2933;
font-size: 14px;
} .boxed-layout {
background: #6b6957;
}
.boxed-layout.bg-pattern {
background: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/styles/img/banner/dark_wood.png);
}
.boxed-layout.bg-image {
background: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/styles/img/banner/image-bg-1.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-left: auto;
margin-right: 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;
}
@media only screen and (min-width: 992px) {
.boxed-layout .logo {
width: 180px;
}
}
.wow {
visibility: hidden;
}
.ui-widget {
font-family: "Poppins", sans-serif;
}
.rev_slider {
color: #fff;
}
@media only screen and (max-width: 767px) {
.rev_slider .tparrows {
display: none !important;
}
}
.rev_slider_wrapper {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rev_slider_wrapper .banner-heading-sub {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
line-height: 30px;
color: #b0a377;
padding-right: 10px;
}
.rev_slider_wrapper .banner-heading-text {
font-family: "Poppins", sans-serif;
}
.rev_slider_wrapper .rev-btn {
font-family: "Poppins", sans-serif !important;
}
.rev_slider_wrapper .rev-btn .btn-banner {
border-color: #6b6957;
background: none;
color: #b0a377;
border-radius: 25px;
}
.rev_slider_wrapper .rev-btn .btn-banner:hover {
border-color: #6b6957;
background: #6b6957;
color: #fff;
}
.rev_slider_wrapper .rev-btn.filled a {
color: #b0a377;
}
.rev_slider_wrapper .rev-btn.filled:hover a {
color: #b0a377;
}
.rev_slider_wrapper .rev-btn a {
display: inline-block;
}
.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;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
background: #fff;
color: #1c1919;
} .testimonial-holder {
position: relative;
color: #fff;
text-align: center;
padding: 45px 0;
}
.testimonial-holder .owl-pagination {
position: static;
text-align: center;
padding: 30px 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 {
border-left: 0;
}
.testimonial-holder blockquote .img {
border: 2px solid #fff;
width: 90px;
border-radius: 100%;
margin: 0 auto 30px;
}
.testimonial-holder blockquote .img img {
max-width: 100%;
border-radius: 100%;
}
@media only screen and (min-width: 992px) {
.testimonial-holder blockquote .img {
display: inline-block;
vertical-align: top;
width: 112px;
margin: 20px 0 0;
}
}
@media only screen and (min-width: 992px) {
.testimonial-holder blockquote .text {
display: inline-block;
vertical-align: top;
width: calc(100% - 150px);
padding-left: 55px;
}
}
.testimonial-holder blockquote cite {
display: block;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-bottom: 30px;
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;
}
@media only screen and (min-width: 768px) {
.testimonial-holder blockquote cite {
padding-bottom: 30px;
letter-spacing: 1px;
}
}
@media only screen and (min-width: 768px) {
.testimonial-holder blockquote {
margin: 0 8.2%;
}
}
@media only screen and (min-width: 768px) {
.testimonial-holder {
padding: 60px 0;
}
}
@media only screen and (min-width: 992px) {
.testimonial-holder {
padding: 60px 0 60px;
}
.testimonial-holder .owl-pagination {
padding-left: 193px;
}
} .services-block {
position: relative;
padding: 45px 0;
}
.services-block .ico-holder {
font-size: 40px;
}
.services-block.parallax {
color: #fff;
}
.services-block.parallax .wpb_wrapper {
margin-top: -30px;
}
.services-block.parallax .ico-article {
line-height: 24px;
}
.services-block.parallax .ico-article .content-title,
.services-block.parallax .ico-article a {
color: #fff;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.services-block.parallax .ico-article .ico-holder {
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
.services-block.parallax .ico-article:hover .content-title,
.services-block.parallax .ico-article:hover a {
color: #b0a377;
}
.services-block.parallax .ico-article:hover .ico-holder {
color: #b0a377;
}
.services-block.parallax .ico-holder {
min-height: 50px;
}
.services-block.parallax .title {
text-transform: uppercase;
margin-bottom: 15px;
}
.services-block .ico-article {
margin-top: 30px;
}
.services-block .row {
margin-top: -30px;
}
@media only screen and (min-width: 768px) {
.services-block {
padding: 60px 0;
}
}
@media only screen and (min-width: 992px) {
.services-block {
padding: 60px 0 60px;
}
.services-block.parallax .wpb_wrapper {
margin-top: -45px;
}
.services-block .ico-article {
margin-top: 45px;
}
.services-block .row {
margin-top: -45px;
}
}
.description-text {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.description-text {
margin-top: 45px;
}
}
@media only screen and (min-width: 992px) {
.description-text {
margin-top: 60px;
}
} .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 > * {
z-index: 2;
position: relative;
}
.parallax:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
background: rgba(0, 0, 0, 0.47);
z-index: 1;
}
.parallax.banner:before {
background: rgba(0, 0, 0, 0.1);
}
.parallax.banner-inner:before {
background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
.parallax {
background-attachment: scroll;
background-position: 50% 50% !important;
}
}
.no-overlay:before {
display: none;
}
.services-block:before {
background: rgba(0, 0, 0, 0.7);
}  .navbar-default {
background: transparent;
border: none;
min-height: 1px;
height: 100%;
margin: 0;
font-size: 14px;
letter-spacing: 0.05em;
font-family: "Poppins", 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;
z-index: 10;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background: none;
}
.navbar-default .navbar-toggle .icon-bar {
width: 28px;
height: 1px;
background-color: #9d9d9d;
border-radius: 0;
border: 1px solid #9d9d9d;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
margin-top: 6px;
}
.navbar-default .icon-angle-down {
font-size: 8px;
float: right;
margin-top: 7px;
}
.navbar-default .navbar-nav {
margin: 0;
}
.navbar-default .navbar-nav > li {
border-top: 1px solid #000;
padding: 0;
-webkit-transition: all linear 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
padding: 20px 30px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.navbar-default .navbar-nav > li > a > .text {
color: #b0a377;
font-weight: 700;
}
.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-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #252525;
color: #fff;
}
@media only screen and (max-width: 991px) {
.navbar-default {
min-height: 0;
}
.navbar-default .navbar-collapse {
border: none;
}
}
@media only screen and (min-width: 992px) {
.navbar-default {
font-size: 0.9em;
}
.navbar-default .open .dropdown-menu {
display: none;
}
.navbar-default .navbar-nav {
max-width: calc(100% - 180px);
float: right;
}
.navbar-default .navbar-nav .dropdown.hover > .dropdown-menu {
display: block;
}
.navbar-default .navbar-nav .icon {
margin-right: 0;
}
.navbar-default .navbar-nav > li {
padding: 30px 6px 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;
}
}
@media only screen and (min-width: 1230px) {
.navbar-default .navbar-nav {
max-width: calc(100% - 240px);
}
.navbar-default .navbar-nav > li {
padding: 40px 9px 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;
font-size: 15px;
}
.navbar-default .navbar-nav .v-divider {
border-left: 1px solid #2d2d2d;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
}
@media only screen and (min-width: 1600px) {
.navbar-default .navbar-nav > li {
padding: 40px 14px 0;
}
}
@media only screen and (min-width: 1025px) {
#header.fixed-position .navbar-default .navbar-nav > li > a {
height: 44px;
}
#header.fixed-position .navbar-default .v-divider {
border-left-color: #181818;
}
}
@media only screen and (min-width: 992px) {
#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: #252525;
margin: 0;
padding: 0;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media only screen and (min-width: 992px) {
.navbar-collapse {
background: none;
}
}
@media only screen and (min-width: 1230px) {
.navbar-collapse {
padding-right: 0;
}
} .dropdown-menu {
border: 0;
padding: 0;
position: static;
width: 100%;
min-width: 210px;
font-size: 12px;
color: #9d9d9d;
background-color: #252525;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 99999;
}
.dropdown-menu [class^='icon-'],
.dropdown-menu [class*=' icon-'] {
margin-right: 5px;
-webkit-transition: margin 0.2s linear;
-o-transition: margin 0.2s linear;
transition: margin 0.2s linear;
}
.dropdown-menu > ul > li > a {
padding: 10px 10px 10px 30px;
}
.dropdown-menu > ul > li > a:hover {
padding-left: 35px;
}
.dropdown-menu a {
display: block;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.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;
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: 10px 30px;
}
.dropdown-menu .drop-wrap ul {
padding: 0;
}
.dropdown-menu .header-link li {
padding: 10px 0;
}
.dropdown-menu .header-link li a {
padding: 0;
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 .row [class^='col-'],
.dropdown-menu .drop-holder .row [class*=' col-'] {
margin-top: 0;
}
.dropdown-menu .drop-holder .row [class^='col-']:first-child .col,
.dropdown-menu .drop-holder .row [class*=' col-']:first-child .col {
margin-top: 0;
}
.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);
}
@media only screen and (min-width: 992px) {
.dropdown-menu {
border-style: solid;
display: block;
position: absolute;
width: auto;
left: 0;
font-size: 1.063em;
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 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21);
transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21);
-o-transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21);
transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21);
transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.59, 1.21), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.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;
}
.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;
}
}
@media only screen and (min-width: 1230px) {
.dropdown-menu {
border-top: 1px solid transparent;
}
.dropdown-menu .five-col {
margin: 0 -40px;
}
.dropdown-menu .five-col .column {
padding: 0 40px;
}
}
@media only screen and (min-width: 992px) {
.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 {
width: 100%;
}
@media only screen and (min-width: 992px) {
.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;
}
}
@media only screen and (min-width: 1600px) {
.has-mega-dropdown > .dropdown-menu {
left: 170px;
right: 170px;
}
}
#header.fixed-position .dropdown-menu {
border-top: 1px solid transparent;
}
#header.fixed-position .navbar-default .navbar-nav li.has-mega-dropdown .dropdown-menu {
margin-top: -1px;
}
#header.fixed-position .navbar-default .navbar-nav li.has-mega-dropdown .dropdown-menu .drop-wrap {
margin-top: 1px;
}
#header.fixed-position .navbar-default .navbar-nav li.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
margin-top: -1px;
border-top: 1px solid #1d1d1d;
} .dropdown .icon-angle-down {
-webkit-transition: -webkit-transform 0.3s linear;
transition: -webkit-transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.dropdown.open .icon-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
@media only screen and (min-width: 992px) {
.dropdown.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;
}
}
@media only screen and (min-width: 992px) {
.dropdown:hover .dropdown-menu {
overflow: visible;
transform: rotateX(0) translateZ(0);
-ms-transform: rotateX(0) translateZ(0);
-webkit-transform: rotateX(0) translateZ(0);
opacity: 1;
visibility: visible;
}
.dropdown:hover .icon-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
}
.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;
}
@media only screen and (min-width: 1600px) {
.navbar-nav > li.has-mega-dropdown:last-child .dropdown-menu, .navbar-nav > li.has-mega-dropdown.last-dropdown .dropdown-menu {
left: 170px;
right: 170px;
}
}
.drop-link {
position: relative;
display: inline-block;
}
.drop-link:hover .general-dropdown {
max-height: 1000px;
-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.drop-link .fa {
display: inline-block;
width: 20px;
}
.drop-link .general-dropdown {
position: absolute;
left: 0;
top: 100%;
z-index: 1;
max-height: 0;
overflow: hidden;
-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 50% 0;
-webkit-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;
background: #fff;
border: 1px solid #adadad;
}
.drop-link .general-dropdown li {
width: 150px;
margin: 0;
font-size: 14px;
display: block;
}
.drop-link .general-dropdown li a {
padding: 5px 10px;
display: inline-block;
}
.has-mega-dropdown.mega-md .dropdown-menu {
background: none;
}
@media only screen and (min-width: 992px) {
.has-mega-dropdown.mega-md .dropdown-menu {
left: auto;
width: 850px;
right: 140px;
}
}
@media only screen and (min-width: 1230px) {
.has-mega-dropdown.mega-md .dropdown-menu {
left: auto;
width: 800px;
right: 234px;
}
}
.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
background: #252525;
}
#header.fixed-position .has-mega-dropdown .mega-md .drop-wrap {
border-top: 1px solid #252525;
margin-top: -1px;
}
.ico-action .dropdown:hover .dropdown-menu.drop-social-share {
max-height: 500px;
overflow: visible;
}
.dropdown-menu.drop-social-share {
min-width: 130px;
margin-top: 0;
position: absolute;
max-height: 0;
overflow: hidden;
display: block;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.dropdown-menu.drop-social-share li {
display: block;
margin: 0;
}
.dropdown-menu.drop-social-share li a {
padding: 10px;
color: #9d9d9d;
}
.dropdown-menu.drop-social-share li a:hover {
background: #3f3f3f;
}
.dropdown-menu.drop-social-share li a:hover [class^='icon-'],
.dropdown-menu.drop-social-share li a:hover [class*=' icon-'] {
margin-right: 5px;
margin-left: -2px;
}
.dropdown-menu.drop-social-share:before {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #252525;
content: '';
position: absolute;
left: 10px;
bottom: 100%;
} .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: 0.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;
}
@media only screen and (max-width: 1599px) {
.banner.banner-slider .banner-text {
width: 1000px;
}
}
@media only screen and (max-width: 1169px) {
.banner.banner-slider .banner-text {
width: 950px;
}
}
@media only screen and (max-width: 991px) {
.banner.banner-slider .banner-text {
width: 520px;
}
}
@media only screen and (max-width: 539px) {
.banner.banner-slider .banner-text {
width: 300px;
}
}
.banner .banner-video {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
background: url(//www.elephantconservationcenter.com/wp-content/themes/entrada/dist/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, 0.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;
-o-transition: 1s opacity;
transition: 1s opacity;
}
.banner.banner-inner {
height: 100vh;
min-height: 320px;
max-height: 470px;
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, 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;
margin-bottom: 40px;
font-weight: 400;
}
.banner.banner-inner h1 {
line-height: 1.2;
margin-bottom: 15px;
color: #fff;
}
@media only screen and (min-width: 768px) {
.banner {
min-height: 600px;
}
.banner.banner-inner .subtitle {
font-size: 1.571428em;
}
}
@media only screen and (min-width: 992px) {
.banner.banner-inner {
height: 666px;
}
.banner.banner-inner .banner-text {
bottom: 0;
}
.banner.banner-inner .banner-text .center-text {
margin: 5% 0;
}
.banner.banner-inner .subtitle {
font-size: 1.714285em;
}
}
.banner-inner .banner-text {
bottom: 100px;
}
#slider-wrapper {
position: relative;
} .banner-image {
height: 100%;
min-height: 320px;
position: relative;
}
.banner-image .has-overlay:before {
background: rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) {
.banner-image {
max-height: none;
position: static;
}
}
@media only screen and (min-width: 992px) {
.banner-image {
height: 100vh;
}
}
.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: 0.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;
}
@media only screen and (min-width: 992px) {
.banner-home .banner-text .center-text {
margin: 5% 0;
}
.banner-home .banner-text h1 {
font-size: 5.143em;
}
.banner-home .banner-text h1 span {
font-size: 0.72em;
}
.banner-home .banner-text .subtitle {
font-size: 1.714em;
}
}
@media only screen and (min-width: 1600px) {
.banner-home .banner-text h1 {
font-size: 7.143em;
}
.banner-home .banner-text h1 span {
font-size: 0.72em;
}
.banner-home .banner-text .subtitle {
font-size: 2.143em;
}
} .banner-text {
position: absolute;
top: 100px;
bottom: 100px;
left: 0;
right: 0;
white-space: nowrap;
z-index: 22;
text-align: center;
}
.banner-text h1 {
line-height: 0.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: -0.25em;
}
.banner-text .center-text {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
padding: 0 10px;
}
@media only screen and (min-width: 992px) {
.banner-text h1 {
margin-bottom: 20px;
}
}
@media only screen and (min-width: 1600px) {
.banner-text {
bottom: 170px;
}
.banner-text h1 {
margin-bottom: 20px;
}
}
.banner-icon-search .banner-text h1 {
font-size: 3.571em;
}
.banner-icon-search .banner-text .center-text {
margin-top: 0;
}
@media only screen and (min-width: 768px) {
.banner-icon-search .banner-text h1 {
font-size: 4.571em;
}
}
@media only screen and (min-width: 1600px) {
.banner-icon-search .banner-text h1 {
font-size: 5.571em;
}
}
.heading-home {
font: 700 3.571em/0.9em "Poppins", sans-serif !important;
color: #fff;
margin-bottom: 0;
text-align: center;
}
.heading-home span {
display: block;
font-weight: 400;
font-size: 0.8em;
}
@media only screen and (min-width: 992px) {
.heading-home {
font-size: 7.143em !important;
margin-bottom: 20px;
}
.heading-home span {
font-size: 0.72em;
}
}
.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;
}
@media only screen and (min-width: 768px) {
.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
font-size: 1.714em;
}
}
@media only screen and (min-width: 992px) {
.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;
}
}
@media only screen and (min-width: 1230px) {
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
max-width: 1200px;
}
}  .feature-block {
background: #252525;
z-index: 9;
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 0.2s linear;
-o-transition: top 0.2s linear;
transition: top 0.2s linear;
font-size: 25px;
line-height: 1;
}
.feature-block .info {
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.feature-block .holder {
overflow-x: auto; -webkit-overflow-scrolling: touch; }
.feature-block ul {
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
width: 100%;
overflow: hidden;
}
.feature-block li {
display: table-cell;
vertical-align: middle;
padding: 10px;
position: relative;
font-family: "Poppins", sans-serif;
text-align: center;
}
.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;
}
@media only screen and (min-width: 768px) {
.feature-block {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
}
@media only screen and (min-width: 1600px) {
.feature-block {
font-size: 1em;
padding: 20px 0 15px;
}
.feature-block ul li {
padding: 20px 10px;
}
.feature-block li a:hover .ico {
top: -10px;
}
.feature-block .ico {
font-size: 45px;
}
}
@media only screen and (max-width: 1299px) {
.feature-block ul {
min-width: 1210px;
overflow: visible;
}
} .content-heading {
text-align: center;
position: relative;
}
.content-heading .subtitle {
display: block;
}
.bottom-spacing {
margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.bottom-spacing {
margin-bottom: 45px;
}
}
@media only screen and (min-width: 992px) {
.bottom-spacing {
margin-bottom: 60px;
}
}
.adventure-holder.gallery-home-holder {
margin-top: 30px;
}
.adventure-holder.gallery-home-holder h2 {
color: #1f2933;
}
@media only screen and (min-width: 768px) {
.adventure-holder.gallery-home-holder {
margin-top: 45px;
}
.adventure-holder.gallery-home-holder .text-block {
padding-bottom: 10px;
}
.adventure-holder.gallery-home-holder .gallery-list {
margin-bottom: 0;
}
}
@media only screen and (min-width: 992px) {
.adventure-holder.gallery-home-holder {
margin-top: 60px;
}
.adventure-holder.gallery-home-holder .text-block {
padding-bottom: 14px;
}
.adventure-holder.gallery-home-holder .text-block .centered {
padding: 0;
}
.adventure-holder.gallery-home-holder .row {
display: table;
width: 100%;
table-layout: fixed;
}
.adventure-holder.gallery-home-holder [class^='col-'],
.adventure-holder.gallery-home-holder [class*=' col-'] {
float: none;
display: table-cell;
vertical-align: middle;
}
} .content-block {
padding: 45px 0;
background: #fafafa;
}
.content-block.bg-white {
background: #fff;
}
.content-block.content-sub {
padding: 30px 0;
}
.content-block.content-sub .article {
margin-top: 20px;
}
.content-block.content-sub .content-holder {
margin: 0 0 30px;
}
.content-block.content-sub .list-view.content-holder {
margin-top: 30px;
}
.content-block.content-sub .list-view .article {
margin-top: 15px;
}
.content-block.content-center .img-wrap {
width: 110px;
margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
.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 .img-article {
margin-top: 30px;
}
.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, 0.4);
z-index: 1;
opacity: 0;
-webkit-transition: opacity linear 0.5s;
-o-transition: opacity linear 0.5s;
transition: opacity linear 0.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 {
margin-left: 0;
margin-right: 0;
}
.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: 0.05em;
}
.content-block.guide-sub .description {
font-size: 1.143em;
line-height: 1.875;
}
.content-block.guide-sub .description p {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.content-block.guide-sub .description,
.content-block.guide-sub .bar-holder {
max-width: none;
}
}
@media only screen and (min-width: 992px) {
.content-block.guide-sub .img-article {
margin-top: 60px;
}
}
.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 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.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 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.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: 30px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 0;
}
.content-block.content-spacing .content-heading {
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.content-block {
padding: 60px 0;
}
.content-block .article {
margin-top: 30px;
}
.content-block.content-sub {
padding-top: 45px;
padding-bottom: 45px;
}
.content-block.guide-sub .img-article {
margin-top: 45px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 15px;
}
.content-block.content-spacing .content-heading {
margin-bottom: 15px;
}
}
@media only screen and (min-width: 992px) {
.content-block {
padding: 60px 0;
}
.content-block.content-sub {
padding-top: 60px;
padding-bottom: 60px;
}
.content-block.guide-sub .img-article {
margin-top: 60px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 30px;
}
.content-block.content-spacing .content-heading {
margin-bottom: 30px;
}
}
.content-sub-holder .article {
margin-top: 20px;
}
.content-with-sidebar .content-sub-holder {
padding-bottom: 30px;
} .adventure-holder .text-block {
white-space: nowrap;
}
.adventure-holder .text-block:after {
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.25em;
content: '';
}
.adventure-holder .text-block .centered {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
padding: 20px 0 15px;
}
.adventure-holder.featured-content {
text-align: center;
}
.adventure-holder.featured-content .centered {
padding: 45px 15px;
}
@media only screen and (min-width: 768px) {
.adventure-holder .text-block .centered {
padding: 45px 15px;
}
.adventure-holder.gallery-home-holder .text-block .centered {
padding-bottom: 0;
}
}
@media only screen and (min-width: 992px) {
.adventure-holder .text-block:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.25em;
}
.adventure-holder .text-block .centered {
display: inline-block;
vertical-align: middle;
white-space: normal;
max-width: 680px;
}
}
@media only screen and (max-width: 767px) {
.adventure-holder .height {
height: auto !important;
}
}
.grid-view-sidebar,
.list-view-sidebar {
padding-bottom: 45px;
}
.grid-view-sidebar #content,
.list-view-sidebar #content {
float: none;
margin-top: 20px;
}
.grid-view-sidebar #sidebar,
.list-view-sidebar #sidebar {
margin-top: 20px;
}
.grid-view-sidebar .db-3-col .article,
.list-view-sidebar .db-3-col .article {
display: block;
margin-right: auto;
}
.grid-view-sidebar .pagination-wrap,
.list-view-sidebar .pagination-wrap {
max-width: 470px;
margin-left: auto;
margin-right: auto;
}
.grid-view-sidebar .filter-option,
.list-view-sidebar .filter-option {
max-width: 470px;
}
@media only screen and (min-width: 768px) {
.grid-view-sidebar,
.list-view-sidebar {
padding-bottom: 60px;
}
.grid-view-sidebar .container,
.list-view-sidebar .container {
padding-top: 168px;
}
.grid-view-sidebar #content,
.list-view-sidebar #content {
margin-top: 30px;
}
.grid-view-sidebar #sidebar,
.list-view-sidebar #sidebar {
margin-top: 30px;
}
}
@media only screen and (min-width: 992px) {
.grid-view-sidebar,
.list-view-sidebar {
padding-top: 60px;
padding-bottom: 60px;
}
.grid-view-sidebar .container,
.list-view-sidebar .container {
padding-top: 0;
}
.grid-view-sidebar #content,
.list-view-sidebar #content {
float: right;
margin-top: 0;
}
.grid-view-sidebar #sidebar,
.list-view-sidebar #sidebar {
margin-top: 0;
}
.grid-view-sidebar .filter-option,
.list-view-sidebar .filter-option {
max-width: none;
}
.grid-view-sidebar .db-3-col .article,
.list-view-sidebar .db-3-col .article {
display: inline-block;
margin-right: -0.25em;
}
.grid-view-sidebar .pagination-wrap,
.list-view-sidebar .pagination-wrap {
max-width: none;
}
}
@media only screen and (max-width: 991px) {
.grid-view-sidebar .container,
.grid-view-sidebar .container-fluid,
.list-view-sidebar .container,
.list-view-sidebar .container-fluid {
position: relative;
padding-top: 153px;
max-width: 700px;
}
.grid-view-sidebar [class^='col-'],
.grid-view-sidebar [class*=' col-'],
.list-view-sidebar [class^='col-'],
.list-view-sidebar [class*=' col-'] {
position: static;
}
.grid-view-sidebar .filter-option,
.list-view-sidebar .filter-option {
position: absolute;
top: 45px;
left: 15px;
right: 15px;
max-width: none;
}
.grid-view-sidebar .filter-option .result-info,
.list-view-sidebar .filter-option .result-info {
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
}
@media only screen and (max-width: 767px) {
.grid-view-sidebar .container,
.grid-view-sidebar .container-fluid,
.list-view-sidebar .container,
.list-view-sidebar .container-fluid {
max-width: 500px;
}
}
@media only screen and (min-width: 768px) {
.content-center .content-heading {
margin-bottom: 15px;
}
}
@media only screen and (min-width: 992px) {
.content-center .content-heading {
margin-bottom: 30px;
}
} 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: #1f2933;
z-index: 2;
}
.gallery-list.has-center .caption:before {
content: '';
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
border: 1px solid #1c1919;
z-index: 8;
}
.gallery-list.has-center .caption:after {
display: inline-block;
vertical-align: middle;
content: '';
margin-right: -0.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: "Poppins", 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: #1c1919;
content: '';
bottom: 0;
margin-left: -25px;
}
.gallery-list.has-center a:after {
background: rgba(255, 255, 255, 0.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 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.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: 50%;
position: absolute;
font-size: 30px;
color: #fff;
display: block;
z-index: 4;
margin: -25px 0 0 -20px;
}
.gallery-list a {
overflow: hidden;
margin: 0;
display: block;
position: relative;
overflow: hidden;
z-index: 2;
}
.gallery-list a img {
-webkit-transition: -webkit-transform 0.3s linear;
transition: -webkit-transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.gallery-list a:hover img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.gallery-list a:after {
content: '';
position: absolute;
left: 0;
right: -1px;
top: 0;
bottom: 0;
background: rgba(71, 77, 75, 0.92);
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.gallery-list a:hover:after {
opacity: 1;
}
.gallery-list a:hover .hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gallery-list li {
float: left;
width: 33.333%;
padding: 0 5px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
clear: right;
}
.gallery-list .info {
position: absolute;
bottom: 10px;
left: 5px;
letter-spacing: 1px;
right: 5px;
text-align: center;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 1.5;
font-weight: 700;
text-transform: uppercase;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
@media only screen and (min-width: 768px) {
.gallery-list .info {
letter-spacing: 1px;
}
.gallery-list .hover {
font-size: 48px;
}
}
@media only screen and (min-width: 1230px) {
.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;
}
} .btn, .woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button {
text-transform: capitalize;
}
.btn.radius, .woocommerce a.radius.button,
.woocommerce input.radius.button,
.woocommerce button.radius.button {
border-radius: 25px;
}
.btn.btn-shadow, .woocommerce a.btn-shadow.button,
.woocommerce input.btn-shadow.button,
.woocommerce button.btn-shadow.button {
-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
.btn.btn-primary, .woocommerce a.btn-primary.button,
.woocommerce input.btn-primary.button,
.woocommerce button.btn-primary.button {
background: none;
}
.btn.btn-primary:hover, .woocommerce a.btn-primary.button:hover,
.woocommerce input.btn-primary.button:hover,
.woocommerce button.btn-primary.button:hover {
border-color: #b0a377;
background: #b0a377;
color: #fff;
}
.btn.btn-trip, .woocommerce a.btn-trip.button,
.woocommerce input.btn-trip.button,
.woocommerce button.btn-trip.button {
border-radius: 3px;
font-style: normal;
font-weight: 700;
width: 100%;
color: #b0a377;
background: #252525;
letter-spacing: 0.05em;
padding: 7px 10px;
}
@media only screen and (min-width: 992px) {
.btn.btn-trip, .woocommerce a.btn-trip.button,
.woocommerce input.btn-trip.button,
.woocommerce button.btn-trip.button {
padding: 8px 10px;
font-size: 1.143em;
letter-spacing: 0.05em;
}
}
.btn.btn-trip:hover, .woocommerce a.btn-trip.button:hover,
.woocommerce input.btn-trip.button:hover,
.woocommerce button.btn-trip.button:hover {
background: #4f4d40;
}
.btn.btn-info-sub, .woocommerce a.btn-info-sub.button,
.woocommerce input.btn-info-sub.button,
.woocommerce button.btn-info-sub.button {
background: #6b6957;
border-color: #6b6957;
color: #fff;
font-weight: 700;
}
.btn.btn-info-sub:hover, .woocommerce a.btn-info-sub.button:hover,
.woocommerce input.btn-info-sub.button:hover,
.woocommerce button.btn-info-sub.button:hover {
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
background: #87856e;
border-color: #87856e;
}
.btn.btn-info, .woocommerce a.btn-info.button,
.woocommerce input.btn-info.button,
.woocommerce button.btn-info.button {
background: #b0a377;
border-color: #b0a377;
color: #fff;
}
.btn.btn-info:hover, .woocommerce a.btn-info.button:hover,
.woocommerce input.btn-info.button:hover,
.woocommerce button.btn-info.button:hover {
background: #9a8c5a;
color: #fff;
}
.btn.btn-white, .woocommerce a.btn-white.button,
.woocommerce input.btn-white.button,
.woocommerce button.btn-white.button {
border: 1px solid #fff;
color: #fff;
padding: 3px 15px;
min-width: 260px;
}
.btn.btn-white:hover, .woocommerce a.btn-white.button:hover,
.woocommerce input.btn-white.button:hover,
.woocommerce button.btn-white.button:hover {
background: #fff;
color: #b0a377;
}
.btn.btn-lg, .woocommerce a.btn-lg.button,
.woocommerce input.btn-lg.button,
.woocommerce button.btn-lg.button {
padding: 10px;
min-width: 250px;
border-radius: 5px;
}
.btn.btn-md, .woocommerce a.btn-md.button,
.woocommerce input.btn-md.button,
.woocommerce button.btn-md.button {
font-size: 18px;
line-height: 24px;
padding: 12px;
min-width: 250px;
letter-spacing: 1px;
}
.btn.btn-trip-v2, .woocommerce a.btn-trip-v2.button,
.woocommerce input.btn-trip-v2.button,
.woocommerce button.btn-trip-v2.button {
background: #6b6957;
color: #fff;
padding: 0 40px;
height: 52px;
border: 0;
position: relative;
border-radius: 0;
}
.btn.btn-trip-v2:before, .woocommerce a.btn-trip-v2.button:before,
.woocommerce input.btn-trip-v2.button:before,
.woocommerce button.btn-trip-v2.button: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.no-border, .woocommerce a.no-border.button,
.woocommerce input.no-border.button,
.woocommerce button.no-border.button {
border: 0;
}
.btn.btn-solid, .woocommerce a.btn-solid.button,
.woocommerce input.btn-solid.button,
.woocommerce button.btn-solid.button {
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, .woocommerce a.btn-solid.button:hover,
.woocommerce input.btn-solid.button:hover,
.woocommerce button.btn-solid.button:hover {
background: #252525;
}
@media only screen and (max-width: 991px) {
.btn.btn-solid, .woocommerce a.btn-solid.button,
.woocommerce input.btn-solid.button,
.woocommerce button.btn-solid.button {
font-size: 14px;
line-height: 20px;
padding: 10px;
}
.btn.btn-trip-v2, .woocommerce a.btn-trip-v2.button,
.woocommerce input.btn-trip-v2.button,
.woocommerce button.btn-trip-v2.button {
height: 32px;
}
}
@media only screen and (max-width: 767px) {
.btn.btn-trip-v2, .woocommerce a.btn-trip-v2.button,
.woocommerce input.btn-trip-v2.button,
.woocommerce button.btn-trip-v2.button {
height: 40px;
}
}
@media only screen and (min-width: 992px) {
.btn.btn-default, .woocommerce a.btn-default.button,
.woocommerce input.btn-default.button,
.woocommerce button.btn-default.button {
min-width: 150px;
font-size: 16px;
}
.btn.btn-lg, .woocommerce a.btn-lg.button,
.woocommerce input.btn-lg.button,
.woocommerce button.btn-lg.button {
font-size: 30px;
line-height: 38px;
font-weight: 300;
min-width: 345px;
letter-spacing: 1px;
}
}
.btn-h-slide, .btn-default {
position: relative;
z-index: 1;
}
.btn-h-slide:before, .btn-default:before {
content: '';
width: 0;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: -1;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.btn-h-slide.btn-default:before, .btn-default:before {
background: #b0a377;
}
.btn-h-slide:hover, .btn-default:hover {
background: none;
}
.btn-h-slide:hover:before, .btn-default:hover:before {
width: 100%;
}
.btn-default {
font-weight: 700;
padding: 3px 20px;
letter-spacing: 1px;
min-width: 110px;
font-size: 14px;
line-height: 20px;
border-color: #e2e2e2;
background-color: #6b6957;
border-radius: 3px;
}
.btn-default:hover {
background: #b0a377;
border-radius: 3px;
border-color: #e2e2e2;
}
.btn-banner {
z-index: 8;
white-space: nowrap;
font-size: 12px;
line-height: 16px;
font-weight: 700;
color: #b0a377;
background-color: transparent;
padding: 7px 45px;
border: 1px solid #6b6957;
text-transform: uppercase;
}
.btn-banner:hover {
background: #6b6957;
color: #fff;
}
@media only screen and (min-width: 768px) {
.btn-banner {
font-size: 18px;
line-height: 22px;
padding: 12px 70px;
border-width: 2px;
letter-spacing: 1px;
}
}
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button {
text-align: center;
border-radius: 5px;
color: #fff;
}
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover {
background: #b0a377;
color: #fff;
}
.woocommerce .btn.btn-default, .woocommerce a.btn-default.button,
.woocommerce input.btn-default.button,
.woocommerce button.btn-default.button {
background: #b0a377 !important;
}
.woocommerce .btn:hover, .woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover {
background: #474d4b;
}
.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
margin-top: 20px;
}
@media only screen and (min-width: 768px) {
.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
margin-top: 50px;
}
}
.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 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.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;
}
@media only screen and (max-width: 767px) {
.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 #1c1919;
height: 34px;
width: 34px;
}
}
.filter-option .jcf-select .jcf-select-drop {
margin-left: 0;
left: 0;
}
.filter-option .filter-slide {
max-height: 0;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
width: calc(100% + 130px);
margin-bottom: -10px;
padding-top: 10px;
overflow: hidden;
}
.filter-option .filter-slide .select-col {
margin-top: 10px;
width: 100%;
}
.filter-option.filter-box {
background: #fff;
padding: 15px 25px 5px 20px;
}
@media only screen and (max-width: 767px) {
.filter-option.filter-box {
padding: 10px;
}
}
.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;
}
@media only screen and (max-width: 767px) {
.filter-option.filter-box .select-holder {
width: calc(100% - 86px);
}
}
.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: -0.25em;
}
@media only screen and (max-width: 767px) {
.filter-option .select-col {
padding: 0 15px 10px;
}
}
.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 -0.25em 0 19px;
font-size: 25px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.filter-option .link:last-child {
margin-right: 0;
}
.filter-option .link.active, .filter-option .link:hover {
color: #b0a377;
}
@media only screen and (min-width: 768px) {
.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;
overflow: visible;
}
.filter-option .filter-slide .select-col {
margin-top: 0;
width: 200px;
}
}
@media only screen and (min-width: 1230px) {
.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;
}
}
@media only screen and (min-width: 1230px) {
.filter-option-list .filter-slide {
text-align: right;
}
.filter-option-list .filter-slide .select-col {
text-align: left;
}
}
.filter-active .filter-slide {
max-height: 350px;
overflow: visible;
}  .pagination-wrap {
padding: 25px 20px;
text-align: center;
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0 1px 1px rgba(1, 2, 2, 0.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: #7b8794;
}
.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;
}
@media only screen and (min-width: 992px) {
.pagination-wrap .btn-next,
.pagination-wrap .btn-prev {
width: 70px;
font-size: 20px;
padding-top: 0;
}
.pagination-wrap li {
padding: 0 15px;
}
}
.post-navigation {
margin-bottom: 30px;
padding: 0 45px 30px;
}
.post-navigation .nav-links {
padding: 0;
overflow: hidden;
margin: 0 -10px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
float: left;
width: 50%;
border: 0;
padding: 0 10px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
display: block;
padding: 10px;
border: 1px solid #e2e2e2;
text-align: center;
font-size: 16px;
width: 120px;
border-radius: 25px;
}
.post-navigation .nav-previous a .text,
.post-navigation .nav-next a .text {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
max-width: calc(100% - 35px);
}
.post-navigation .nav-previous a .icon,
.post-navigation .nav-next a .icon {
display: inline-block;
vertical-align: middle;
margin-top: 5px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
width: 20px;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
border-color: #b0a377;
color: #b0a377;
}
.post-navigation .nav-next {
text-align: right;
float: right;
}
.post-navigation .nav-next a {
margin: 0 0 0 auto;
}
.post-navigation .nav-next a .icon {
margin: 0 0 3px 4px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
} .count-block {
color: #fff;
text-align: center;
}
.count-block .icon {
display: block;
margin: 0 auto 15px;
position: relative;
top: 0;
-webkit-transition: top 0.2s linear;
-o-transition: top 0.2s linear;
transition: top 0.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;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.count-block .info {
font-size: 1.667em;
font-weight: 700;
font-family: "Poppins", 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: 30px 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;
}
@media only screen and (max-width: 539px) {
.count-block [class^='col-'],
.count-block [class*=' col-'] {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
.count-block .holder {
font-size: 1em;
padding: 45px 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;
}
}
@media only screen and (min-width: 992px) {
.count-block .txt {
letter-spacing: 2px;
}
}
@media only screen and (min-width: 1230px) {
.count-block .info {
font-size: 2.857em;
}
.count-block .txt {
font-size: 1.286em;
letter-spacing: 4px;
}
}
@media only screen and (min-width: 1600px) {
.count-block .holder {
padding: 60px 10px;
}
} .article {
line-height: 1.714;
max-width: 500px;
margin: 30px auto 0;
}
.article.article-top-space {
margin-top: 30px;
}
.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 0.2s linear;
transition: -webkit-transform 0.2s linear;
-o-transition: transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.article.has-hover-s1:hover .img-wrap img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.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 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.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%;
-webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
content: '';
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 1);
transform: scale3d(0.5, 0.5, 1);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background: rgba(0, 0, 0, 0.2);
}
.article.has-hover-s2 .img-wrap .text:before,
.article.has-hover-s2 .img-wrap p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.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 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
-o-transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.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: 0.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 .icons .icon-remove-favourite {
font-size: 80%;
top: -2px;
display: inline-block;
position: relative;
color: #b0a377;
}
.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: -0.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: #1c1919;
}
.article h3 a:hover {
color: #b0a377;
}
.article .more {
color: #7b8794;
font-style: italic;
font-weight: 400;
letter-spacing: 0.05em;
}
.article .more:hover {
color: #b0a377;
}
.article .social-networks {
font-size: 21px;
margin: 0 -7px;
}
.article .social-networks li {
padding: 0 7px;
font-size: 17px;
}
.article .social-networks a {
color: #1c1919;
}
.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 .img-wrap1 img {
height: 140px;
}
.article h2 {
color: #000;
letter-spacing: 0.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 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.article .img-wrap .social-networks li {
margin-right: -0.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: 600;
z-index: 2;
letter-spacing: 0.02em;
font-family: "Poppins", sans-serif;
}
.article .thumbnail {
margin-bottom: 0;
padding: 10px;
border: none;
line-height: 1.7142857;
}
.article .thumbnail:hover {
-webkit-box-shadow: -4px 10px 24px -2px rgba(222, 222, 222, 0.89);
box-shadow: -4px 10px 24px -2px rgba(222, 222, 222, 0.89);
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.article .thumbnail:hover h3 a {
color: #b0a377;
}
.article .thumbnail:hover footer .price span {
color: #b0a377;
}
.article .thumbnail:hover footer .price del span {
color: #9d9d9d;
}
.article .thumbnail .info-title {
display: block;
margin-bottom: 10px;
}
.article .thumbnail .img-wrap {
margin: 0 0 25px;
}
.article .thumbnail .meta {
padding-bottom: 25px;
margin-bottom: 10px;
border-bottom: 1px solid #dedede;
}
.article .thumbnail .meta .country {
padding-right: 5px;
}
.article .thumbnail .meta .country,
.article .thumbnail .meta .activity {
max-width: 50%;
display: inline-block;
vertical-align: top;
margin-right: -0.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: 0.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: 55%;
float: right;
padding-top: 5px;
}
.article footer .price,
.article .info-aside .price {
overflow: hidden;
display: block;
letter-spacing: 1px;
max-width: 45%;
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 {
margin-bottom: 5px;
display: block;
}
.article .info a:not(:first-child) {
padding-left: 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;
}
@media only screen and (min-width: 768px) {
.article {
max-width: none;
}
.article.article-top-space {
margin-top: 45px;
}
.article .heading {
margin: 0 0 10px;
}
.article .heading h3 {
display: inline-block;
vertical-align: middle;
max-width: 76%;
padding-right: 10px;
margin: 0 -0.25em 0 0;
}
.article .meta {
font-size: 0.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 {
vertical-align: middle;
font-size: 1.143em;
line-height: 1em;
padding-left: 10px;
position: relative;
border-left: 1px solid #e2e2e2;
max-width: 24%;
}
}
@media only screen and (min-width: 992px) {
.article .heading h3 {
padding-right: 15px;
}
.article.article-top-space {
margin-top: 60px;
}
.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: 55%;
float: right;
padding-top: 5px;
border-bottom: 0;
}
.article footer .price,
.article .info-aside .price {
overflow: hidden;
display: block;
letter-spacing: 1px;
max-width: 45%;
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;
}
}
@media only screen and (min-width: 1230px) {
.article .info-day {
padding-left: 15px;
font-size: 1.286em;
}
.article .img-caption {
font-size: 18px;
}
}
@media only screen and (max-width: 767px) {
.article.height {
height: auto !important;
}
} .meta-article {
overflow: hidden;
margin: 20px 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: #7b8794;
margin-bottom: 0;
}
.meta-article .ico-action a:hover {
color: #474d4b;
}
.meta-article .ico-action .dropdown-menu.drop-social-share a {
color: #9d9d9d;
}
.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:first-child:before,
.meta-article .comment:first-child:before,
.meta-article .ico-action:first-child:before,
.meta-article .rate-info:first-child:before {
display: none;
}
.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 { 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: #1c1919;
}
.img-article.article-light .text-block a {
color: #1c1919;
}
.img-article .caption {
margin: -50px 40px 0;
position: relative;
z-index: 4;
background: #6b6957;
padding: 15px 10px;
color: #fff;
text-align: center;
-webkit-box-shadow: 1px 2px 1px rgba(1, 2, 2, 0.3);
box-shadow: 1px 2px 1px rgba(1, 2, 2, 0.3);
-webkit-transition: margin 0.2s linear;
-o-transition: margin 0.2s linear;
transition: margin 0.2s linear;
}
.img-article .caption h3 {
color: #fff;
}
.img-article .text-block {
background: #6b6957;
padding: 20px 15px 15px;
color: #fff;
-webkit-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.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;
color: #fff;
}
.img-article .social-networks {
margin: 0 -7px;
}
.img-article .social-networks li {
font-size: 22px;
padding: 0 7px;
}
.img-article .social-networks a {
color: #fff;
}
.product-badge {
position: absolute;
bottom: 10px;
left: 10px;
}
.product-badge ul {
margin: 0;
padding: 0;
}
.product-badge ul li {
display: inline-block;
margin-right: 10px;
list-style-type: none;
vertical-align: middle;
}
.product-badge ul li img {
max-width: 40px;
width: auto;
-webkit-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
@media only screen and (min-width: 768px) {
.product-badge.sale {
width: 40px;
}
}
@media only screen and (min-width: 1230px) {
.product-badge.sale {
width: 55px;
}
}
.price del {
color: #9d9d9d;
font-size: 70%;
display: inline-block;
}
.guide-info {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.guide-info {
margin-top: 45px;
}
}
@media only screen and (min-width: 992px) {
.guide-info {
margin-top: 60px;
}
}
@media only screen and (min-width: 768px) {
.content-with-sidebar .article .social-networks {
margin: 0 -5px;
}
.content-with-sidebar .article .social-networks li {
padding: 0 5px;
}
}
@media only screen and (min-width: 1230px) {
.content-with-sidebar .article .meta .country {
padding-right: 10px;
}
} .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 .thumbnail:hover .dropdown-menu a {
color: #9d9d9d;
}
.list-view .article .thumbnail:hover .price del span {
color: #9d9d9d;
}
.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: #1c1919;
font-size: 1.186em;
}
.list-view .article h3 {
overflow: hidden;
padding-bottom: 3px;
}
.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 .dropdown-menu.drop-social-share {
font-size: 14px;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share li {
display: block;
margin: 0;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share:before {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #252525;
content: '';
position: absolute;
left: 10px;
bottom: 100%;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share [class^='icon-'],
.list-view .article .info-footer .dropdown-menu.drop-social-share [class*=' icon-'] {
font-size: 14px;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share a {
padding: 10px;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share a:hover {
background: #3f3f3f;
}
.list-view .article .info-footer .dropdown-menu.drop-social-share a:hover [class^='icon-'],
.list-view .article .info-footer .dropdown-menu.drop-social-share a:hover [class*=' icon-'] {
margin-right: 5px;
margin-left: -2px;
}
.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;
margin-bottom: 0;
}
.list-view .article .ico-action a:hover {
color: #b0a377;
}
@media only screen and (min-width: 768px) {
.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;
}
}
@media only screen and (min-width: 992px) {
.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;
}
}
@media only screen and (min-width: 1230px) {
.list-view .article .ico-list > li {
margin: 0 30px 0 0;
}
.list-view .article .info-footer .ico-action {
margin-left: 30px;
}
.list-view .article .info-footer .ico-action > li {
margin: 0 0 0 30px;
}
.list-view .article .info-footer .ico-action > li:first-child {
margin-left: 0;
}
}
.list-view-sidebar .list-view {
margin-bottom: 45px;
}
.list-view-sidebar .list-view .article {
margin-top: 15px;
} .recent-block {
padding: 30px 0;
position: relative;
z-index: 2;
}
.recent-block h2 {
margin: 0;
}
.recent-block .thumbnail {
padding: 20px 10px;
}
.recent-block .thumbnail:hover .sub-info span:last-child {
color: #474d4b;
}
.recent-block .thumbnail:hover .sub-info del span {
color: #9d9d9d;
}
.recent-block.recent-wide-thumbnail .img-wrap {
margin: 0 -10px 25px;
}
.recent-block.recent-wide-thumbnail .thumbnail:hover {
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.recent-block.recent-list .thumbnail {
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
}
.recent-block .article {
margin-top: 20px;
}
.recent-block.recent-gray {
background: #fafafa;
}
.recent-block.recent-gray .thumbnail {
background: #fff;
}
.recent-block.recent-gray .article .col-holder {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.recent-block.recent-gray .article footer {
margin: 0;
}
.recent-block .thumbnail {
background: #f8f8f8;
}
.recent-block h3 {
color: #1f2933;
}
.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 -20px;
}
.recent-block .sub-info > span {
display: inline-block;
vertical-align: middle;
padding: 0 5px 0 8px;
position: relative;
margin-right: -0.25em;
max-width: 50%;
}
.recent-block .sub-info > span:before {
content: '';
left: 0;
top: 2px;
bottom: 2px;
background: #1c1919;
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 3px 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;
}
@media only screen and (min-width: 768px) {
.recent-block {
padding-bottom: 45px;
}
.recent-block h2 {
margin: 0 0 15px;
}
}
@media only screen and (min-width: 992px) {
.recent-block {
padding: 45px 0 60px;
}
.recent-block .ico-list {
float: none;
width: auto;
}
.recent-block .sub-info {
float: none;
width: auto;
margin-bottom: 15px;
}
.recent-block h3 {
font-size: 1.142857em;
}
}
@media only screen and (min-width: 1230px) {
.recent-block h2 {
margin-bottom: 30px;
}
.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;
}
}
.recent-block .sub-info > span {
max-width: 55%;
}
.recent-block .sub-info del {
display: block;
color: #9d9d9d;
font-size: 70%;
} .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: 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 .article .popup {
top: auto;
bottom: 100%;
margin-bottom: 25px;
background: #474d4b;
}
.recent-block .article .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: "Poppins", sans-serif;
}
.comment-slot .name cite {
font-style: normal;
}
.comment-slot .name a {
color: #7b8794;
}
.comment-slot .name a:hover {
color: #474d4b;
}
.comment-slot .text {
display: inline-block;
vertical-align: middle;
width: calc(100% - 70px);
} .comments {
padding: 20px 15px;
border: 1px solid #f8f8f8;
}
.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 time a:not(.comment-edit-link) {
pointer-events: none;
cursor: default;
}
.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 20px;
}
.comments.reply {
padding: 0;
-webkit-box-shadow: none;
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:last-child {
padding-bottom: 0;
}
.comments .comment-slot:last-child .text .comment-detail {
border-bottom: 0;
padding-bottom: 0;
}
.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 #fafafa;
padding: 0 20px 20px 0;
}
.comments .link-holder {
font-style: italic;
}
.comments .link-holder a {
color: #7b8794;
}
.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: 20px;
margin-top: 15px;
margin-left: 175px;
border-top: 1px solid #e2e2e2;
}
.comments .link-more a {
color: #7b8794;
}
.comments .link-more a:hover {
color: #b0a377;
}
.comments .star-rating {
display: inline-block;
vertical-align: top;
margin-top: 4px;
}
@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;
}
}  .social-networks li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.social-networks a span {
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.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-pin:hover {
color: #007bb5;
} .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: 24px;
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;
}
@media only screen and (min-width: 480px) {
.social-wrap [class^='icon-'],
.social-wrap [class*=' icon-'] {
font-size: 24px;
}
}
@media only screen and (min-width: 768px) {
.social-wrap [class^='icon-'],
.social-wrap [class*=' icon-'] {
font-size: 24px;
}
} .seperator {
display: none;
border-bottom: 1px solid #e2e2e2;
position: relative;
padding-bottom: 20px;
}
.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;
}
@media only screen and (min-width: 992px) {
.seperator {
padding-bottom: 30px;
}
.seperator:before {
height: 8px;
width: 170px;
}
} .booking-form .form-holder,
.twocol-form .form-holder {
-webkit-box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.1);
background: #f8f8f8;
padding: 20px 10px;
margin-bottom: 30px;
}
.booking-form .form-holder .form-control,
.twocol-form .form-holder .form-control {
border-color: #dfdfdf;
background: transparent;
color: #1c1919;
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: #1f2933;
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 1px solid rgba(125, 125, 125, 0.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 .btn, .booking-form .woocommerce a.button, .woocommerce .booking-form a.button,
.booking-form .woocommerce input.button, .woocommerce .booking-form input.button,
.booking-form .woocommerce button.button, .woocommerce .booking-form button.button,
.twocol-form .btn,
.twocol-form .woocommerce a.button,
.woocommerce .twocol-form a.button,
.twocol-form .woocommerce input.button,
.woocommerce .twocol-form input.button,
.twocol-form .woocommerce button.button,
.woocommerce .twocol-form button.button {
width: 100%;
}
.booking-form .link-view .btn, .booking-form .link-view .woocommerce a.button, .woocommerce .booking-form .link-view a.button,
.booking-form .link-view .woocommerce input.button, .woocommerce .booking-form .link-view input.button,
.booking-form .link-view .woocommerce button.button, .woocommerce .booking-form .link-view button.button,
.twocol-form .link-view .btn,
.twocol-form .link-view .woocommerce a.button,
.woocommerce .twocol-form .link-view a.button,
.twocol-form .link-view .woocommerce input.button,
.woocommerce .twocol-form .link-view input.button,
.twocol-form .link-view .woocommerce button.button,
.woocommerce .twocol-form .link-view button.button {
width: auto;
}
.booking-form .btn-hold,
.twocol-form .btn-hold {
padding-top: 15px;
}
@media only screen and (min-width: 768px) {
.booking-form .form-holder,
.twocol-form .form-holder {
padding: 30px 30px;
}
.booking-form .payment-option,
.twocol-form .payment-option {
display: block;
}
.booking-form h2,
.twocol-form h2 {
margin-bottom: 30px;
}
.booking-form .wrap,
.twocol-form .wrap {
padding-right: 30px;
}
.booking-form .btn-hold,
.twocol-form .btn-hold {
padding-top: 20px;
}
}
@media only screen and (min-width: 992px) {
.booking-form .form-holder,
.twocol-form .form-holder {
margin-bottom: 0;
}
.booking-form .btn-hold,
.twocol-form .btn-hold {
padding-top: 30px;
}
} .product-table {
border: 0;
width: 100%;
margin-bottom: 45px;
}
.product-table td,
.product-table th {
padding: 10px;
}
.product-table th {
border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}
.product-table tfoot td {
font-weight: 700;
border-top: 1px solid rgba(125, 125, 125, 0.2);
}
.product-table .amount {
font-weight: 700;
}
.product-table .title,
.product-table time {
display: block;
}
.product-table .title {
font-weight: 700;
}
@media only screen and (min-width: 992px) {
.product-table td,
.product-table th {
padding: 15px 20px;
}
}
.hold {
margin-bottom: 20px;
} .top-box {
font-size: 16px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 25px;
font-family: "Poppins", sans-serif;
}
.top-box .holder {
color: #1f2933;
display: block;
border: 2px solid #f8f8f8;
padding: 10px 20px;
overflow: hidden;
position: relative;
-webkit-transition: border 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.2s linear;
}
.top-box .holder:hover .arrow {
right: 20px;
}
.top-box .left {
display: none;
width: 70%;
padding-right: 10px;
}
.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 0.2s linear;
-o-transition: right 0.2s linear;
transition: right 0.2s linear;
}
.top-box .arrow:before {
content: '\e906';
font: 18px/1 'icomoon';
}
@media only screen and (min-width: 768px) {
.top-box .holder {
padding: 25px 60px 25px 30px;
}
.top-box .left {
display: block;
float: left;
}
.top-box .left,
.top-box .right {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.top-box .right {
float: right;
max-width: 30%;
}
} .account-form .btn-holder {
margin-top: 30px;
padding: 0;
}
.account-form .table thead th {
padding: 10px;
}
.account-form .table tbody tr {
border: 0;
}
.account-form .table tbody tr:first-child td {
border-top: 1px solid #f8f8f8;
}
.account-form .table tbody tr td {
border-top: 1px solid #f8f8f8;
padding: 10px;
}
.account-form .table.no-border {
border-width: 0;
}
.account-form .table.no-border td,
.account-form .table.no-border th {
border-width: 0;
}
.account-form .table.no-border tbody tr:first-child td {
border-width: 0;
}
.account-form h3 {
margin-bottom: 20px;
}
.account-form .order-block {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #ebebeb;
}
.account-form .two-cols [class^='col-'],
.account-form .two-cols [class*=' col-'],
.account-form #two-columns [class^='col-'],
.account-form #two-columns [class*=' col-'] {
margin-bottom: 30px;
}
.account-form .btn-holder {
margin-bottom: 15px;
}
.account-form .order-info p {
margin-bottom: 0;
}
.order-sub {
margin: 20px 0 45px;
font-weight: 700;
background: #f8f8f8;
border: 1px solid #f3f3f3;
}
.order-sub span {
width: 49%;
display: inline-block;
padding: 10px;
}
@media only screen and (min-width: 768px) {
.order-sub {
display: table;
width: 100%;
table-layout: fixed;
}
.order-sub span {
display: table-cell;
vertical-align: middle;
}
}
.order-table tbody tr:last-child td {
padding-bottom: 30px;
}
.order-table tfoot {
font-size: 1.2em;
}
.order-table tfoot tr:first-child th {
padding-top: 30px;
border-top: 1px solid #eaeaea;
}
.table.customer-detail-table {
min-width: 0;
}
.customer-detail-block .form-holder {
padding: 10px;
}
.order-main {
margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
.top-box .left {
display: inline-block;
}
}
.col-account {
margin-top: 45px;
}
@media only screen and (min-width: 768px) {
.col-account {
margin-top: 0;
}
}
.side-list .active a {
color: #b0a377;
} .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;
}
@media only screen and (min-width: 992px) {
.featured-content.feature-small .text-block {
padding: 45px 0;
}
}
.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;
}
@media only screen and (max-width: 991px) {
.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;
}
}
@media only screen and (min-width: 992px) {
.featured-content .text-block .holder {
padding: 60px 30px;
}
.featured-content .image {
min-height: 527px;
}
}
@media only screen and (min-width: 1230px) {
.featured-content .image {
min-height: 627px;
}
} .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;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 20px;
overflow: visible;
}
.progress .progress-bar {
position: relative;
-webkit-box-shadow: none;
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: 30px;
margin-bottom: -10px;
}
@media only screen and (min-width: 992px) {
.progress-holder {
float: right;
padding-top: 0;
}
} .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, 0.69);
z-index: -1;
}
.block-quotation img {
opacity: 0.52;
}
@media only screen and (min-width: 768px) {
.block-quotation {
padding: 20px 15px;
}
}
@media only screen and (min-width: 992px) {
.block-quotation {
padding: 30px 25px;
}
}  .partner-block {
padding: 45px 0;
text-align: center;
background: #fafafa;
}
.partner-block .partner {
margin-top: 30px;
padding: 0 15px;
padding-bottom: 1px;
}
.partner-block a {
display: block;
height: 100%;
border-bottom: 1px solid #dedede;
padding-bottom: 30px;
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 0.2s linear, left 0.2s linear;
-o-transition: width 0.2s linear, left 0.2s linear;
transition: width 0.2s linear, left 0.2s linear;
}
.partner-block a .hover {
display: none;
}
.partner-block a img {
-webkit-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
display: inline-block;
max-height: 70px;
}
.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%;
}
@media only screen and (min-width: 768px) {
.partner-block {
padding: 60px 0;
}
.partner-block .partner {
margin-top: 45px;
}
}
@media only screen and (min-width: 992px) {
.partner-block {
padding: 45px 0;
}
.partner-block .partner {
margin-top: 60px;
}
} .ico-article {
margin-top: 20px;
line-height: 1.714;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.ico-article .ico-holder {
margin: 0 0 15px;
min-height: 35px;
}
@media only screen and (min-width: 768px) {
.ico-article {
margin-top: 30px;
max-width: none;
}
.ico-article .ico-holder {
min-height: 65px;
}
} .step-block {
padding: 30px 0;
color: #fff;
position: relative;
overflow: hidden;
font-family: "Poppins", sans-serif;
}
.step-block .container {
position: relative;
z-index: 2;
}
@media only screen and (min-width: 768px) {
.step-block {
padding: 45px 0;
}
}
@media only screen and (min-width: 992px) {
.step-block {
padding: 60px 0;
}
} .content-intro {
padding-bottom: 10px;
}
.content-intro .text-holder {
padding-top: 45px;
margin-bottom: 30px;
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;
}
@media only screen and (min-width: 992px) {
.content-intro .map-col .holder {
border: 10px solid #fff;
}
}
.content-intro .map-holder {
margin: 0 0 20px;
border: 0;
min-height: 0;
text-align: center;
}
.content-intro .map-holder img {
max-height: 260px;
}
.content-intro .info {
color: #fff;
}
.content-intro .info strong {
display: block;
font-size: 18px;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
.content-intro .info .sub {
font-style: normal;
font-size: 16px;
letter-spacing: 0.0475em;
}
@media only screen and (min-width: 768px) {
.content-intro {
padding-bottom: 10px;
}
.content-intro .text-holder {
text-align: left;
padding-top: 60px;
}
}
@media only screen and (min-width: 992px) {
.content-intro {
padding-bottom: 10px;
}
.content-intro .map-col .holder {
margin-top: -240px;
}
.content-intro .text-holder {
padding-top: 60px;
}
} .trip-info {
background: #fafafa;
z-index: 1;
position: relative;
overflow: hidden;
}
.trip-info > .row {
min-height: calc(100vh - 102px);
}
.trip-info .col: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: -0.25em;
}
.trip-info .text-col .holder {
display: inline-block;
vertical-align: middle;
width: 100%;
white-space: normal;
max-width: 755px;
padding: 20px 0;
}
.trip-info .rate-left {
display: block;
overflow: hidden;
}
.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 20px;
}
.trip-info .price strong {
font-style: normal;
font-weight: 700;
display: block;
color: #474d4b;
margin-top: 20px;
font-family: "Poppins", sans-serif;
}
.trip-info .price-prefix {
font-size: 1.250em;
}
.trip-info .description {
margin-bottom: 20px;
}
.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 30px;
}
@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 only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
.trip-info .bg-stretch {
position: static;
}
.trip-info .bg-stretch img {
width: 100% !important;
height: auto !important;
margin: 0 !important;
}
}
@media only screen and (min-width: 768px) {
.trip-info .text-col .holder {
padding: 30px 20px;
}
.trip-info .price {
margin-bottom: 20px;
font-size: 2.143em;
}
}
@media only screen and (min-width: 992px) {
.trip-info > .row {
display: table;
margin: 0;
width: 100%;
table-layout: fixed;
}
.trip-info > .row > .col {
height: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
float: none;
}
.trip-info .reviews-info {
margin-bottom: 0;
}
.trip-info #tour-slide {
position: fixed;
top: 0;
height: 100vh;
left: 0;
width: 50%;
}
}
@media only screen and (min-width: 1600px) {
.trip-info {
padding-bottom: 0;
}
.trip-info .reviews-info {
margin-bottom: 30px;
}
.trip-info .social-share {
width: 60%;
margin: 0 auto;
}
.trip-info .social-share li .ico {
margin-right: 10px;
}
.trip-info .text-col .holder {
padding: 60px 20px 60px;
}
.trip-info .description {
margin-bottom: 60px;
}
.trip-info .btn-holder {
margin-bottom: 60px;
}
.trip-info .btn-holder {
margin-bottom: 60px;
}
}
.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: #252525;
color: #fff;
width: 50px;
height: 50px;
float: left;
text-align: center;
line-height: 50px;
font-size: 14px;
-webkit-transition: background linear 0.3s;
-o-transition: background linear 0.3s;
transition: background linear 0.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-info .price strong del {
font-size: 70%;
color: #9d9d9d;
margin-left: 5px;
}
.tab-container {
background: #fff;
z-index: 9;
} .trip-detail {
padding-top: 30px;
padding-bottom: 30px;
}
.trip-detail .img-article {
max-width: none;
margin-top: 20px;
}
.trip-detail .img-article:first-child {
margin-top: 0;
}
.trip-detail .img-article .text-block {
padding: 25px 20px 15px;
font-size: 0.857em;
font-weight: 400;
letter-spacing: 0.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: 30px;
}
.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: 0.04em;
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid rgba(157, 157, 157, 0.15);
}
.trip-detail .comments .comment-holder {
margin-bottom: 0;
}
.trip-detail .comments .comment-slot:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.trip-detail .comments .comment-slot p:last-child {
margin-bottom: 0;
}
.trip-detail .header-box {
margin-bottom: 20px;
}
.trip-detail .gallery-list {
margin: 0 -15px -30px;
}
.trip-detail .gallery-list.has-center .title {
padding-bottom: 10px;
margin-bottom: 15px;
letter-spacing: 0.03em;
}
.trip-detail .gallery-list li {
width: auto;
margin: 0 auto 20px;
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: 20px;
}
.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: 20px 0;
font-size: 14px;
line-height: 24px;
}
.trip-detail .detail {
padding: 20px 10px 10px;
background: #f8f8f8;
-webkit-box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.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;
margin-bottom: 0;
margin-top: 20px;
}
.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: 30px;
}
.trip-detail .accomodation-block .text-box .sub-title {
margin-bottom: 20px;
}
.trip-detail .accomodation-block .text-box .img-holder img {
margin: 0;
}
.trip-detail .accomodation-block .text-box .img-holder p {
margin: 0;
}
@media only screen and (min-width: 768px) {
.trip-detail {
padding-top: 45px;
padding-bottom: 45px;
}
.trip-detail .gallery-list li {
width: 50%;
float: left;
}
}
@media only screen and (min-width: 992px) {
.trip-detail {
padding-top: 60px;
padding-bottom: 60px;
}
.trip-detail .text-box {
padding-left: 80px;
padding-right: 40px;
margin-top: 30px;
}
.trip-detail .text-box:first-child {
margin-top: 0;
}
.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%;
}
}
@media only screen and (min-width: 1230px) {
.trip-detail {
padding-bottom: 60px;
}
.trip-detail .text-box {
padding-left: 100px;
padding-right: 80px;
}
} .reviews-info {
margin-bottom: 30px;
}
.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: #e4e7eb;
}
.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;
}
@media only screen and (min-width: 992px) {
.reviews-info {
margin: 0 -30px 50px;
}
.reviews-info > li {
padding: 0 30px 5px;
display: inline-block;
vertical-align: top;
width: 50%;
margin-right: -0.25em;
margin-bottom: 40px;
font-size: 16px;
}
.reviews-info > li:before {
left: 30px;
right: 30px;
}
}
@media only screen and (min-width: 1300px) {
.reviews-info {
margin-bottom: 80px;
}
}
.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: "Poppins", sans-serif;
color: #1c1919;
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;
}
@media only screen and (min-width: 992px) {
.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;
}
}
@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;
}
} .header-box {
padding: 10px;
border: 1px solid #f8f8f8;
display: block;
margin: 0 0 20px;
overflow: hidden;
font-weight: 600;
}
.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;
}
@media only screen and (min-width: 992px) {
.header-box {
padding: 20px 30px;
font-size: 16px;
}
} .tab-container {
position: relative;
z-index: 2;
}
.tab-container .nav-tabs {
text-align: left;
}
.tab-container .tab-pane {
display: block !important;
position: absolute;
top: -9999px;
left: -9999px;
}
.tab-container .tab-pane.active {
position: static;
}
@media only screen and (min-width: 768px) {
.tab-container .nav-tabs {
text-align: justify;
line-height: 0;
}
.tab-container .nav-tabs > * {
display: inline-block;
vertical-align: top;
text-align: left;
line-height: inherit;
}
.tab-container .nav-tabs:after {
content: '';
width: 100%;
display: inline-block;
vertical-align: top;
}
}
.nav-wrap {
background: #252525;
z-index: 13;
position: relative;
top: -1px;
}
@media only screen and (max-width: 1024px) {
.nav-wrap.is-stuck {
top: 0 !important;
bottom: auto !important;
}
} .nav-tabs {
font-size: 1.286em;
font-weight: 600;
padding: 10px 0;
}
.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: #b0a377;
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: #9d9d9d;
padding: 0;
display: inline-block;
}
.nav-tabs > li > a:hover {
background: none;
color: #b0a377;
}
@media only screen and (max-width: 539px) {
.nav-tabs > li {
font-size: 16px;
}
}
@media only screen and (min-width: 768px) {
.nav-tabs {
padding: 0;
}
.nav-tabs > li {
padding: 15px 10px;
}
}
@media only screen and (min-width: 992px) {
.nav-tabs > li {
width: auto;
padding: 25px 10px;
}
} .has-mega-dropdown .dropdown-menu .nav-hover {
display: inline-block;
vertical-align: top;
width: 110px;
padding-right: 15px;
font-size: inherit;
}
.has-mega-dropdown .dropdown-menu .nav-hover li {
margin: 0 0 10px;
padding: 0;
display: block;
font-size: inherit;
width: auto;
}
.has-mega-dropdown .dropdown-menu .nav-hover li a {
padding: 0;
display: inline-block;
}
.has-mega-dropdown .dropdown-menu .nav-hover li a:focus {
background: none;
}
@media only screen and (min-width: 768px) {
.has-mega-dropdown .dropdown-menu .nav-hover {
width: 33%;
padding-right: 10%;
}
}
.has-mega-dropdown .tab-content {
display: inline-block;
vertical-align: top;
width: calc(100% - 115px);
padding-left: 20px;
}
.has-mega-dropdown .tab-content .header-link li {
padding: 0;
margin-bottom: 20px;
}
@media only screen and (min-width: 540px) {
.has-mega-dropdown .tab-content .header-link {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.has-mega-dropdown .tab-content .header-link li {
text-align: left;
}
}
@media only screen and (min-width: 768px) {
.has-mega-dropdown .tab-content {
width: 65%;
}
}
.dropdown-menu {
top: 99%;
}
.no-icons .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 0;
}
.mega-md .drop-holder {
position: relative;
}
.mega-md .drop-holder:before {
top: 0;
bottom: 0;
left: 110px;
width: 1px;
background: #000;
content: '';
position: absolute;
}
@media only screen and (min-width: 768px) {
.mega-md .drop-holder:before {
left: 28%;
}
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
left: 0;
right: 0;
width: auto;
-webkit-box-shadow: none;
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;
}
@media only screen and (max-width: 991px) {
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media only screen and (min-width: 992px) {
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 140px;
}
}
@media only screen and (min-width: 1230px) {
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 236px;
}
}
@media only screen and (max-width: 767px) {
.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover {
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;
}
}
.drop-container .region-img {
padding: 0 10px;
text-align: center;
margin-bottom: 20px;
}
.drop-container .region-img img {
max-width: 200px;
width: 100%;
}
.drop-container .region-des {
overflow: hidden;
padding: 0 10px;
}
@media only screen and (min-width: 768px) {
.drop-container .region-img {
width: 150px;
float: left;
margin-bottom: 0;
}
}  .table-container .date-text {
display: block;
font-size: 16px;
margin-bottom: 5px;
font-family: "Poppins", sans-serif;
}
.table-container .sub-text {
display: block;
font-weight: 400;
font-style: italic;
letter-spacing: 0.09em;
}
.table-container .btn, .table-container .woocommerce a.button, .woocommerce .table-container a.button,
.table-container .woocommerce input.button, .woocommerce .table-container input.button,
.table-container .woocommerce button.button, .woocommerce .table-container button.button {
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 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;
}
.table-hover tbody tr:hover {
background: #f8f8f8;
} table.table {
font-size: 0.9em;
min-width: 725px;
}
table.table tbody tr td,
table.table thead tr td {
vertical-align: middle;
}
table.table .btn, table.table .woocommerce a.button, .woocommerce table.table a.button,
table.table .woocommerce input.button, .woocommerce table.table input.button,
table.table .woocommerce button.button, .woocommerce table.table button.button {
min-width: 1px;
font-size: 1em;
}
table.table tbody td:last-child .cell {
border-right: 1px solid #f8f8f8;
}
@media only screen and (min-width: 768px) {
table.table {
table-layout: fixed;
}
table.table.table-align-right td:last-child,
table.table.table-align-right th:last-child {
text-align: right;
}
}
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;
}
@media only screen and (min-width: 992px) {
table.table .btn, table.table .woocommerce a.button, .woocommerce table.table a.button,
table.table .woocommerce input.button, .woocommerce table.table input.button,
table.table .woocommerce button.button, .woocommerce table.table button.button {
min-width: 150px;
}
table.table thead tr th {
padding: 10px 20px 15px;
}
table.table tbody td .middle {
padding: 5px 20px;
}
}
.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;
}
@media only screen and (min-width: 992px) {
table.table {
font-size: 1em;
}
}
.table-responsive .table-responsive {
overflow: visible;
}
@media only screen and (max-width: 991px) {
.table-responsive {
overflow: auto;
overflow-y: hidden;
width: 100%;
}
} .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: #1c1919;
}
.detail-accordion > li:not(.active) > a:after {
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
}
.detail-accordion > li.active {
-webkit-box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.07);
box-shadow: 1px 1px 1px rgba(1, 2, 2, 0.07);
}
.detail-accordion > li.active:after {
border-color: #1c1919;
}
.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 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.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 0.2s;
-o-transition: all linear 0.2s;
transition: all linear 0.2s;
}
.detail-accordion > li > a span {
font-style: italic;
}
.detail-accordion .title {
display: block;
font-size: 1.143em;
margin-bottom: -5px;
font-family: "Poppins", 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;
}
@media only screen and (min-width: 992px) {
.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-overlay {
background: rgba(0, 0, 0, 0.87);
min-width: 320px;
}
.fancybox-skin {
border-radius: 0;
padding: 20px !important;
background: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
width: 30px;
height: 30px;
border-radius: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 1px rgba(0, 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;
-webkit-box-shadow: 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;
}
@media only screen and (min-width: 768px) {
.fancybox-close:after {
font-size: 16px;
}
}
.fancybox-nav {
width: 30px;
height: 30px;
top: 50%;
margin-top: -15px;
background: rgba(0, 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: 7px;
top: 0;
font-size: 12px;
}
@media only screen and (min-width: 992px) {
.fancybox-prev span:after,
.fancybox-next span:after {
font-size: 20px;
}
}
.fancybox-next span:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
left: auto;
right: 7px;
}
.fancybox-title {
right: 0;
left: 0;
margin: 0 20px -9px;
width: auto !important;
}
.fancybox-title .child {
margin: 0;
display: block;
border-radius: 0;
padding: 5px 20px;
background: #252525;
}
@media only screen and (min-width: 992px) {
.fancybox-close {
width: 60px;
height: 60px;
}
.fancybox-close:after {
line-height: 60px;
}
.fancybox-nav {
width: 60px;
height: 60px;
margin-top: -20px;
}
.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-fade .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
-o-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: #44228f;
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;
}
@media only screen and (min-width: 992px) {
.carousel .carousel-control {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 11px;
}
} .content-list.tick-list li:before {
content: '\e962';
}
.content-list.cross-list li:before {
content: '\e914';
}
.content-list li {
padding-left: 35px;
position: relative;
margin-bottom: 5px;
}
.content-list li:before {
position: absolute;
left: 0;
top: 5px;
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: 0.04em;
}
.reviews-slot .name a:hover {
color: #b0a377;
}
.reviews-body {
background: #f8f8f8;
}
.reviews-body .comment-slot {
border-bottom: 1px solid rgba(157, 157, 157, 0.15);
padding-bottom: 20px;
padding-top: 20px;
} .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: #1c1919;
}  .blog-full-width {
padding-bottom: 60px;
}
.header-box-single .comments-title {
font-weight: normal;
} .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 .meta {
overflow: visible;
}
.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 .dropdown-menu a {
color: #9d9d9d;
}
.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 .ico-action .dropdown-menu.drop-social-share li {
display: block;
margin: 0;
padding: 0;
}
.article.blog-article .star-rating {
padding: 0;
margin-right: 0;
}
.article.blog-article .star-rating .jq-ry-container {
padding-left: 0;
}
.article.blog-article .star-rating:before {
display: none;
}
@media only screen and (min-width: 768px) {
.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:first-child:before,
.article.blog-article .comment:first-child:before,
.article.blog-article .ico-action:first-child:before,
.article.blog-article .rate-info:first-child:before {
display: none;
}
.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 .footer-sub {
margin: 0;
display: inline-block;
}
}
@media only screen and (min-width: 992px) {
.article.blog-article .description {
padding: 20px 30px;
}
}
@media only screen and (min-width: 1230px) {
.article.blog-article .meta {
padding-bottom: 25px;
}
} .blog-list.list-view .article.blog-article .description {
border: 0;
padding: 0;
}
.blog-list .article.blog-article .thumbnail {
border: 1px solid #f8f8f8;
-webkit-box-shadow: none;
box-shadow: none;
}
.blog-list .article.blog-article .heading {
font-family: "Poppins", sans-serif;
font-weight: 400;
}
@media only screen and (min-width: 992px) {
.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: 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;
}
}
@media only screen and (min-width: 1230px) {
.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:first-child,
.blog-list.list-view .ico-action:first-child {
padding-left: 0;
}
.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;
}
}
.blog-holder {
margin-bottom: 30px;
background-color: #fff;
}
.blog-holder.no-pagination {
margin-bottom: 0;
}
.blog-holder.no-pagination .blog-single {
margin-bottom: 0;
} .blog-single .img-wrap {
margin: 0 0 20px;
overflow: hidden;
border-radius: 5px 5px 0 0;
}
.blog-single .img-wrap img {
width: 100%;
}
.blog-single .description {
padding: 20px 10px;
margin: 0 0 20px;
}
.blog-single .description h1 {
font-size: 1.714285em;
letter-spacing: 1px;
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 {
overflow: visible;
}
.blog-single .meta-article .footer-sub {
display: inline-block;
}
.blog-single .meta-article a:hover {
color: #b0a377;
}
@media only screen and (min-width: 768px) {
.blog-single .description {
padding: 25px 20px;
}
.blog-single .description h1 {
font-size: 2.142857em;
}
}
@media only screen and (min-width: 992px) {
.blog-single .description {
padding: 20px 45px;
}
.blog-single .description h1 {
font-size: 2.571428em;
}
}
@media only screen and (max-width: 767px) {
.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;
}
}
@media only screen and (max-width: 991px) {
.wow {
visibility: visible !important;
-webkit-animation: none !important;
animation: none !important;
}
}
@media only screen and (max-width: 991px) {
.animated {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
}  .search-form {
position: absolute;
right: 20px;
top: 23px;
font-size: 20px;
z-index: 2;
-webkit-transition: top 0.2s linear;
-o-transition: top 0.2s linear;
transition: top 0.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;
}
@media only screen and (min-width: 992px) {
.search-form {
top: 19px;
}
.search-form .search-opener {
font-size: 11px;
color: #fff;
}
}
@media only screen and (min-width: 1230px) {
.search-form {
right: 50px;
}
}
.search-wrap {
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.87);
position: fixed;
z-index: 999999;
visibility: hidden;
opacity: 0;
white-space: nowrap;
text-align: center;
overflow-y: auto;
padding: 45px 10px;
line-height: 1.2;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
min-width: 320px;
}
.search-wrap:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.25em;
}
.search-wrap .form-group {
display: inline-block;
vertical-align: middle;
text-align: left;
white-space: normal;
width: 100%;
max-width: 1200px;
margin-bottom: 60px;
padding: 0 20px;
}
.search-wrap .close {
height: 40px;
width: 40px;
position: absolute;
right: 24px;
top: 30px;
font-size: 30px;
line-height: 40px;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
opacity: 1;
text-shadow: none;
color: #fff;
padding: 0;
}
.search-wrap .close:hover {
opacity: 0.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;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-o-text-overflow: ellipsis;
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;
}
@media only screen and (min-width: 768px) {
.search-wrap .close {
right: 10px;
}
}
@media only screen and (min-width: 992px) {
.search-wrap {
padding: 30px 10px;
}
.search-wrap .form-control {
font-size: 30px;
line-height: 50px;
}
.search-wrap .close {
top: 30px;
right: 30px;
}
}
@media only screen and (max-width: 767px) {
.search-wrap .trip-form.trip-form-v2 {
background: none;
}
} .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-weight: 600;
color: #fff;
max-width: 1170px;
margin: 5% auto 0;
-webkit-box-shadow: none;
box-shadow: none;
background: rgba(70, 69, 57, 0.85);
border: 10px solid #414141;
padding: 20px 10px;
text-align: left;
position: relative;
}
.trip-form label {
display: none;
font-weight: 400;
letter-spacing: 0.09em;
}
.trip-form .holder {
padding: 0 5px;
margin-bottom: 10px;
}
.trip-form .select-holder {
margin: 10px 0 0;
position: relative;
}
.trip-form .input-group.date {
max-width: none;
}
@media only screen and (max-width: 767px) {
.trip-form {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
padding: 0;
max-width: 450px;
margin-top: 0;
}
}
@media only screen and (min-width: 767px) and (max-width: 967px) {
.trip-form .holder:last-child {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
.trip-form {
margin-top: 13%;
}
.trip-form .holder {
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0 15px;
margin-right: -0.25em;
margin-bottom: 20px;
}
.trip-form .trip-wrap .holder.btn-holder {
width: auto;
float: none;
display: block;
margin: 0;
padding: 0;
}
}
@media only screen and (min-width: 992px) {
.trip-form {
display: block;
margin-bottom: -30px;
}
.trip-form .holder {
width: 25%;
margin-bottom: 30px;
}
.trip-form label {
display: block;
}
.trip-form .trip-wrap .holder {
width: 33.33333%;
}
.trip-form .trip-wrap .holder.btn-holder {
margin: 31px 45px 0 0;
}
}
@media only screen and (min-width: 1600px) {
.trip-form .trip-form {
margin-top: 10%;
}
}
.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;
}
@media only screen and (min-width: 992px) {
.trip-form-v2.trip-search-main {
vertical-align: middle;
margin-top: 0;
}
.trip-form-v2.trip-search-main .holder {
width: 33.33333%;
}
}
.jcf-select-drop.jcf-select-trip,
.jcf-select-drop.jcf-select-trip-select {
font-style: normal;
font-weight: 400;
} .jcf-select {
display: inline-block;
vertical-align: top;
position: relative;
cursor: pointer;
}
.jcf-select.jcf-select-filter-select {
background: #b0a377;
-webkit-box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0 1px 1px rgba(1, 2, 2, 0.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: #1c1919;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-opener:after {
color: #1c1919;
}
.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: #1c1919;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-opener:after {
color: #1c1919;
}
.jcf-select.jcf-select-filter-select .jcf-select-text {
font-size: 14px;
color: #1c1919;
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;
-webkit-box-shadow: none;
box-shadow: none;
text-align: left;
height: 34px;
}
.jcf-select.jcf-select-sort-select .jcf-select-text {
line-height: 34px;
color: #fff;
}
.jcf-select.jcf-select-sort-select .jcf-select-opener:after {
color: #fff;
}
.jcf-select.jcf-select-trip {
background: rgba(37, 37, 37, 0.7);
border-radius: 4px;
font-size: 14px;
line-height: 20px;
padding: 5px 10px;
min-width: 75px;
color: #9d9d9d;
width: 100%;
}
@media only screen and (min-width: 992px) {
.jcf-select.jcf-select-trip {
padding: 10px;
}
}
.jcf-select.jcf-select-trip .jcf-select-text {
font-size: 14px;
line-height: 24px;
font-style: normal;
color: #b0a377;
}
@media only screen and (min-width: 992px) {
.jcf-select.jcf-select-trip .jcf-select-text {
font-size: 1.143em;
}
}
.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: 0.05em;
}
.jcf-select-trip.jcf-select-dark .jcf-list .jcf-option {
color: #fff;
}
.jcf-select select {
z-index: 1;
left: 0;
top: 0;
}
.jcf-select .jcf-select-text {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
margin: 0 20px 0 0;
color: #fff;
letter-spacing: 0.05em;
}
.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;
}
.default-widget .jcf-select .jcf-select-text {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
margin: 0 75px 0 0;
color: #616e7c;
letter-spacing: 0.05em;
}
.default-widget .jcf-select .jcf-select-opener {
position: absolute;
text-align: center;
width: 25px;
bottom: 0;
right: 0;
top: 0;
}
.default-widget .jcf-select .jcf-select-opener:after {
content: '\e906';
position: absolute;
right: 0;
top: 50%;
font: 14px/14px 'icomoon';
margin-top: -7px;
color: #616e7c;
}
body > .jcf-select-drop {
position: absolute;
margin: -1px 0 0;
z-index: 99;
min-width: 90px;
}
body.search-active .jcf-select-drop {
z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
position: absolute;
margin-top: 0px;
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: 1.143em;
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 .jcf-overflow {
overflow: auto;
}
.jcf-list .jcf-option {
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
padding: 10px;
color: #656565;
height: 1%;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.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: #fff;
}
.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}
.jcf-select-drop {
-webkit-box-shadow: 0 1px 1px 0 rgba(157, 157, 157, 0.5);
box-shadow: 0 1px 1px 0 rgba(157, 157, 157, 0.5);
}
.jcf-select-drop .jcf-option-hideme {
display: none;
}
@media only screen and (min-width: 992px) {
.jcf-select-drop.jcf-select-trip {
-webkit-box-shadow: none;
box-shadow: none;
}
}
.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: #1c1919;
}
.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: #1c1919;
}
.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;
}
@media only screen and (min-width: 992px) {
.jcf-select-drop.jcf-select-question .jcf-option {
padding-left: 30px;
}
}
.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, 0.7);
color: #b0a377;
}
.jcf-select-trip .jcf-list {
background: rgba(37, 37, 37, 0.7);
color: #b0a377;
}
.jcf-select-trip .jcf-hover {
background: rgba(12, 12, 12, 0.7);
color: #b0a377;
} .subscribe-form .form-control {
border: 0;
background: #f8f8f8;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px;
height: 30px;
border-radius: 3px;
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;
}
@media only screen and (min-width: 992px) {
.subscribe-form .form-control {
width: 270px;
}
}
.subscribe-form .form-group {
margin-bottom: 20px;
}
.subscribe-form .btn-holder {
padding: 0;
}
.subscribe-form .btn, .subscribe-form .woocommerce a.button, .woocommerce .subscribe-form a.button,
.subscribe-form .woocommerce input.button, .woocommerce .subscribe-form input.button,
.subscribe-form .woocommerce button.button, .woocommerce .subscribe-form button.button {
font-size: 14px;
min-width: 110px;
}  .comment-form {
padding: 45px;
max-width: 765px;
}
.comment-form h3 {
margin: 0 0 30px;
}
.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: 10px;
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, .comment-form .woocommerce a.button, .woocommerce .comment-form a.button,
.comment-form .woocommerce input.button, .woocommerce .comment-form input.button,
.comment-form .woocommerce button.button, .woocommerce .comment-form button.button {
width: 100%;
height: 40px;
}
.comment-form .btn-holder {
margin-top: 15px;
}  .map-col-main {
margin-top: 40px;
}
@media only screen and (min-width: 992px) {
.map-col-main {
margin-top: 0;
}
}
.contact-info {
margin-top: 30px;
margin-bottom: 30px;
}
.contact-info .col-sm-4 {
margin-bottom: 20px;
}
.contact-info .tel {
padding: 20px 5px;
display: block;
background: #44228f;
text-align: center;
font-size: 24px;
line-height: 62px;
font-weight: 700;
letter-spacing: 2px;
height: 118px;
margin-bottom: 20px;
font-family: "Poppins", sans-serif;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.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: #1f2933;
}
@media only screen and (max-width: 991px) {
.contact-info .tel {
font-size: 15px;
}
.contact-info .tel [class^='icon-'],
.contact-info .tel [class*=' icon-'] {
font-size: 25px;
}
}
@media only screen and (min-width: 768px) {
.contact-info {
margin-top: 45px;
margin-bottom: 45px;
}
}
@media only screen and (min-width: 992px) {
.contact-info {
margin-top: 60px;
margin-bottom: 104px;
}
.contact-info .col-sm-4 {
margin-bottom: 0;
}
}
@media only screen and (min-width: 1230px) {
.contact-info .tel {
margin-bottom: 43px;
}
.contact-info [class^='icon-'],
.contact-info [class*=' icon-'] {
margin: 0 10px;
}
}
@media only screen and (max-width: 767px) {
.contact-info .tel {
line-height: 32px;
height: 72px;
padding: 12px 10px;
}
.contact-info .tel [class^='icon-'],
.contact-info .tel [class*=' icon-'] {
display: none;
}
}
@media only screen and (max-width: 479px) {
.contact-info {
margin-bottom: 20px;
}
} .contact-form {
background: #f8f8f8;
color: #1c1919;
padding: 15px;
letter-spacing: 0.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;
}
@media only screen and (min-width: 768px) {
.contact-form .form-title {
text-align: right;
}
}
.contact-form .form-control {
background: transparent;
border-width: 0 0 1px;
border-color: #adadad;
border-style: solid;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #1c1919;
height: 31px;
width: 100%;
padding: 4px 0;
}
.contact-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-form textarea.form-control {
resize: none;
height: 115px;
width: 100% !important;
min-height: 115px !important;
}
.contact-form [type='submit'].btn, .contact-form .woocommerce a.button[type='submit'], .woocommerce .contact-form a.button[type='submit'],
.contact-form .woocommerce input.button[type='submit'], .woocommerce .contact-form input.button[type='submit'],
.contact-form .woocommerce button.button[type='submit'], .woocommerce .contact-form button.button[type='submit'] {
background: transparent;
width: 100%;
font-size: 16px;
line-height: 20px;
font-weight: 700;
padding: 14px 10px;
border-color: #b0a377;
color: #1c1919;
min-width: 1px;
}
.contact-form [type='submit'].btn:hover, .contact-form .woocommerce a.button[type='submit']:hover, .woocommerce .contact-form a.button[type='submit']:hover,
.contact-form .woocommerce input.button[type='submit']:hover, .woocommerce .contact-form input.button[type='submit']:hover,
.contact-form .woocommerce button.button[type='submit']:hover, .woocommerce .contact-form button.button[type='submit']:hover {
background: #b0a377;
color: #fff;
}
.contact-form .btn-holder {
padding-left: 0;
padding-right: 0;
}
@media only screen and (min-width: 768px) {
.contact-form {
padding: 45px 80px 45px 30px;
}
.contact-form .btn-holder {
padding-top: 20px;
}
}
.map-holder {
min-height: 320px;
}
.map-holder iframe {
width: 100%;
border: 0;
}
@media only screen and (max-width: 767px) {
.map-holder iframe {
height: 360px;
}
}
.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 {
-webkit-box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.07);
box-shadow: 0.5px 0.9px 1px rgba(1, 2, 2, 0.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: "Poppins", 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;
-webkit-box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
background: #f8f8f8;
display: block;
padding: 15px;
-webkit-transition: background linear 0.3s, color linear 0.3s;
-o-transition: background linear 0.3s, color linear 0.3s;
transition: background linear 0.3s, color linear 0.3s;
}
.load-more a:hover {
background: #dfdfdf;
} .error-page #main {
padding-top: 20px;
}
@media only screen and (min-width: 768px) {
.error-page #main {
padding-top: 60px;
}
}
@media only screen and (min-width: 992px) {
.error-page #main {
padding-top: 60px;
}
}
.error-page #header.fixed-position .cart-holder:before {
background: #eaeaea;
}
.error-holder {
background-color: #6b6957;
color: #fff;
text-align: center;
padding: 20px 0 30px;
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: 20px;
font-weight: 400;
}
.error-holder .title {
display: block;
font-size: 1.786em;
line-height: 1.2;
margin-bottom: 30px;
}
.error-holder .button-holder .btn, .error-holder .button-holder .woocommerce a.button, .woocommerce .error-holder .button-holder a.button,
.error-holder .button-holder .woocommerce input.button, .woocommerce .error-holder .button-holder input.button,
.error-holder .button-holder .woocommerce button.button, .woocommerce .error-holder .button-holder button.button {
margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
.error-holder {
padding-top: 60px;
}
.error-holder h1 {
font-size: 6.143em;
}
.error-holder .title {
font-size: 2.143em;
margin-bottom: 45px;
}
.error-holder .button-holder .btn, .error-holder .button-holder .woocommerce a.button, .woocommerce .error-holder .button-holder a.button,
.error-holder .button-holder .woocommerce input.button, .woocommerce .error-holder .button-holder input.button,
.error-holder .button-holder .woocommerce button.button, .woocommerce .error-holder .button-holder button.button {
width: auto;
min-width: 270px;
margin: 0 14px 20px;
}
}
@media only screen and (min-width: 992px) {
.error-holder {
padding-top: 60px;
}
.error-holder h1 {
font-size: 7.143em;
}
.error-holder .title {
margin-bottom: 60px;
}
} .inner-search,
#searchform.inner-search {
font-size: 1em;
line-height: 1.4;
margin: 0 auto 30px;
border-bottom: 0;
padding: 0;
}
.inner-search .input-wrap,
#searchform.inner-search .input-wrap {
max-width: 570px;
margin: 0 auto 40px;
background: #fff;
height: 50px;
position: relative;
}
.inner-search [type='text'],
#searchform.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 0.3s linear;
-o-transition: border 0.3s linear;
transition: border 0.3s linear;
}
.inner-search [type='text']::-webkit-input-placeholder,
#searchform.inner-search [type='text']::-webkit-input-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:-moz-placeholder,
#searchform.inner-search [type='text']:-moz-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']::-moz-placeholder,
#searchform.inner-search [type='text']::-moz-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:-ms-input-placeholder,
#searchform.inner-search [type='text']:-ms-input-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:focus,
#searchform.inner-search [type='text']:focus {
border-color: #9d9d9d;
}
.inner-search [type='submit'],
#searchform.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,
#searchform.inner-search [type='submit']:hover {
color: #000;
}
@media only screen and (min-width: 768px) {
.inner-search,
#searchform.inner-search {
font-size: 1.286em;
line-height: 2;
margin-bottom: 45px;
max-width: 950px;
}
}
@media only screen and (min-width: 992px) {
.inner-search,
#searchform.inner-search {
margin-bottom: 60px;
}
}  @media only screen and (min-width: 992px) {
.default-spacing.confirmation-block {
padding-bottom: 60px;
}
}
.default-page #header {
background: #252525;
border-bottom: 1px solid #1d1d1d;
}
.default-page #header .header-top {
background: #252525;
}
@media only screen and (max-width: 991px) {
.default-page #header {
border-bottom: none;
}
}
.default-page #header.default-white-header {
border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 992px) {
.default-page #header.top-header ~ #main {
padding-top: 115px;
}
}
@media only screen and (min-width: 1230px) {
.default-page #header.top-header ~ #main {
padding-top: 145px;
}
}
.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: 0.7;
}
.default-page .header-right .login-holder.active > a,
.default-page .header-right .cart-holder.active > a {
color: #fff;
}
@media only screen and (min-width: 992px) {
.default-page #main {
padding-top: 76px;
}
}
@media only screen and (min-width: 1230px) {
.default-page #main {
padding-top: 60px;
}
}
.inner-top {
background: #f8f8f8;
padding: 20px 0;
-webkit-box-shadow: 1px 1.7px 2px rgba(173, 173, 173, 0.35);
box-shadow: 1px 1.7px 2px rgba(173, 173, 173, 0.35);
}
.inner-top h1 {
margin: 0 0 15px;
color: #1f2933;
}
.inner-top .breadcrumbs {
font-size: 0.8em;
color: #1f2933;
}
.inner-top .breadcrumbs a {
color: #7b8794;
}
.inner-top .breadcrumbs a:hover {
color: #000;
}
@media only screen and (min-width: 768px) {
.inner-top {
padding: 30px 0;
}
}
@media only screen and (min-width: 992px) {
.inner-top {
padding: 45px 0;
}
.inner-top .breadcrumbs {
font-size: 1em;
}
}
.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 0.2s linear;
-o-transition: border 0.2s linear;
transition: border 0.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: 0.8em;
}
.inner-main .contact-form .forgot:hover {
color: #000;
}
.inner-main .contact-form [type='submit'].btn, .inner-main .contact-form .woocommerce a.button[type='submit'], .woocommerce .inner-main .contact-form a.button[type='submit'],
.inner-main .contact-form .woocommerce input.button[type='submit'], .woocommerce .inner-main .contact-form input.button[type='submit'],
.inner-main .contact-form .woocommerce button.button[type='submit'], .woocommerce .inner-main .contact-form button.button[type='submit'] {
padding: 8px 25px;
width: auto;
font-size: 14px;
}
@media only screen and (min-width: 992px) {
.inner-main .contact-form {
padding: 45px 20px;
}
.inner-main .contact-form .btn-holder {
padding-top: 15px;
}
} .special-block {
background: #474d4b;
padding: 20px 0;
border: 20px solid #5f6865;
color: #fff;
}
.special-block .special-text {
text-align: center;
}
.special-block .special-text a {
color: #fff;
display: inline-block;
}
@media only screen and (min-width: 768px) {
.special-block .special-text {
font-size: 2em;
}
}
@media only screen and (min-width: 992px) {
.special-block .special-text {
font-size: 2.571em;
}
}
@media only screen and (min-width: 768px) {
.special-block {
padding: 30px 0;
}
}
@media only screen and (min-width: 992px) {
.special-block {
padding: 45px 0;
}
} .browse-block {
overflow: hidden;
font-size: 1em;
text-transform: uppercase;
}
.browse-block a {
color: #fff;
display: block;
height: auto;
-webkit-transition: background 0.3s linear;
-o-transition: background 0.3s linear;
transition: background 0.3s linear;
}
.browse-block a:hover {
color: #fff;
}
.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;
}
@media only screen and (min-width: 768px) {
.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;
}
}
@media only screen and (min-width: 992px) {
.browse-block a span {
line-height: 150px;
}
} .cart-holder table.table {
table-layout: initial;
}
.cart-holder table.table tbody tr .middle {
padding-top: 20px;
padding-bottom: 20px;
}
.cart-holder .price {
font-weight: 700;
}
.cart-holder .delete {
font-size: 24px;
color: #252525;
}
.cart-holder .delete:hover {
color: #b0a377;
}
.cart-holder .img-wrap {
width: 85px;
float: left;
margin-right: 20px;
}
.cart-holder .text-wrap {
overflow: hidden;
}
.cart-holder .product-title {
display: block;
font-weight: 400;
margin-bottom: 5px;
font-family: "Poppins", 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: #1f2933;
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, .cart-option .woocommerce a.button, .woocommerce .cart-option a.button,
.cart-option .woocommerce input.button, .woocommerce .cart-option input.button,
.cart-option .woocommerce button.button, .woocommerce .cart-option button.button {
height: 41px;
width: 100%;
float: none;
}
.cart-option .button-hold {
text-align: center;
}
.cart-option .button-hold .btn, .cart-option .button-hold .woocommerce a.button, .woocommerce .cart-option .button-hold a.button,
.cart-option .button-hold .woocommerce input.button, .woocommerce .cart-option .button-hold input.button,
.cart-option .button-hold .woocommerce button.button, .woocommerce .cart-option .button-hold button.button {
margin: 0 0 20px;
padding: 10px 20px;
}
.cart-option .button-hold .btn:last-child, .cart-option .button-hold .woocommerce a.button:last-child, .woocommerce .cart-option .button-hold a.button:last-child,
.cart-option .button-hold .woocommerce input.button:last-child, .woocommerce .cart-option .button-hold input.button:last-child,
.cart-option .button-hold .woocommerce button.button:last-child, .woocommerce .cart-option .button-hold button.button:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
.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, .cart-option .button-hold .woocommerce a.button, .woocommerce .cart-option .button-hold a.button,
.cart-option .button-hold .woocommerce input.button, .woocommerce .cart-option .button-hold input.button,
.cart-option .button-hold .woocommerce button.button, .woocommerce .cart-option .button-hold button.button {
margin: 0 0 0 25px;
float: left;
}
.cart-option .btn, .cart-option .woocommerce a.button, .woocommerce .cart-option a.button,
.cart-option .woocommerce input.button, .woocommerce .cart-option input.button,
.cart-option .woocommerce button.button, .woocommerce .cart-option button.button {
width: auto;
}
} .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;
}
@media only screen and (min-width: 992px) {
.coupon-hold {
width: 400px;
float: left;
}
.coupon-hold .submit-wrap {
float: right;
height: auto;
margin-left: 20px;
}
} .show-grid [class^='col-'] {
background-color: rgba(176, 163, 119, 0.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;
}
@media only screen and (min-width: 768px) {
.font-demo-wrapper .glyph.fs1 {
display: inline-block;
vertical-align: top;
width: 49%;
}
}
@media only screen and (min-width: 992px) {
.font-demo-wrapper .glyph.fs1 {
width: 32%;
}
}  #footer {
background: #252525 url(//www.elephantconservationcenter.com/dist/images/footer/footer-pattern.png);
position: relative;
z-index: 9;
}
#footer > .container {
padding-top: 45px;
padding-bottom: 30px;
}
#footer.fullscreen-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
}
@media only screen and (min-width: 768px) {
#footer > .container {
padding-top: 60px;
padding-bottom: 45px;
}
}
@media only screen and (min-width: 992px) {
#footer > .container {
padding-top: 60px;
padding-bottom: 60px;
}
} .newsletter-form {
margin: 0 0 30px;
font-family: "Poppins", sans-serif;
}
.newsletter-form .info {
display: block;
letter-spacing: 0.04em;
color: #fff !important;
text-align: center;
}
.newsletter-form .form-control {
width: 100%;
background: #252525;
border: none;
font-size: 16px;
line-height: 22px;
font-weight: 400;
letter-spacing: 3px;
color: #fff;
padding: 6px 20px;
min-height: 65px;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 7px;
}
.newsletter-form .form-control::-webkit-input-placeholder {
color: #fff;
}
.newsletter-form .form-control:-moz-placeholder {
color: #fff;
}
.newsletter-form .form-control::-moz-placeholder {
color: #fff;
}
.newsletter-form .form-control:-ms-input-placeholder {
color: #fff;
}
.newsletter-form .input-holder {
position: relative;
padding-right: 90px;
margin-bottom: 15px;
border-radius: 7px;
background: #252525;
}
.newsletter-form [type='submit'] {
border: 0;
border-left: 2px solid #6b6957;
border-radius: 0 7px 7px 0;
background: none;
line-height: 66px;
font-weight: 400;
color: #fff;
position: absolute;
right: 0;
bottom: 0;
padding: 0 15px;
margin: 0;
-webkit-transition: background linear 0.3s;
-o-transition: background linear 0.3s;
transition: background linear 0.3s;
}
.newsletter-form [type='submit']:hover {
background: #6b6957;
color: #fff;
}
.newsletter-form [type='submit']:focus {
outline: none;
}
@media only screen and (min-width: 480px) {
.newsletter-form .form-control {
line-height: 36px;
}
.newsletter-form input[type='submit'] {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
.newsletter-form {
max-width: 600px;
margin: 0 auto;
}
.newsletter-form .form-control {
line-height: 55px;
}
.newsletter-form input[type='submit'] {
line-height: 67px;
}
}
@media only screen and (min-width: 992px) {
.newsletter-form {
margin-bottom: 60px;
}
}
.footer-holder {
margin: 0 -15px 30px;
}
@media only screen and (max-width: 991px) {
.footer-holder .col-xs-6 {
margin-bottom: 30px;
float: none;
display: inline-block;
vertical-align: top;
margin-right: -0.27em;
}
}
@media only screen and (max-width: 479px) {
.footer-holder .col-xs-6 {
width: auto;
}
} .footer-nav {
letter-spacing: 0.02em;
margin-bottom: 15px;
font-family: "Poppins", 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 0.2s linear;
transition: -webkit-transform 0.2s linear;
-o-transition: transform 0.2s linear;
transition: transform 0.2s linear;
transition: transform 0.2s linear, -webkit-transform 0.2s linear;
font-size: 8px;
position: absolute;
right: 0;
top: 8px;
content: '\e906';
font-family: 'icomoon';
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 0.3s linear;
-o-transition: color 0.3s linear;
transition: color 0.3s linear;
}
.footer-nav a:hover {
color: #e2e2e2;
}
.footer-nav p {
color: #9d9d9d;
}
.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;
}
@media only screen and (min-width: 768px) {
.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;
}
}
@media only screen and (min-width: 1230px) {
.footer-nav {
margin-bottom: 15px;
}
.footer-nav h3 {
margin-bottom: 35px;
}
}
.footer-nav .gallery img {
float: left;
width: 25%;
padding: 5px;
border-radius: 7px;
opacity: 0.8;
}
.footer-nav .gallery img:hover {
opacity: 1;
}
.footer-nav .side-list.gallery-side-list.horizontal-list img {
float: left;
border-radius: 5px;
opacity: 0.8;
max-width: 100%;
height: auto;
}
.footer-nav .side-list.gallery-side-list.horizontal-list img:hover {
opacity: 1;
}
.wrap-text {
white-space: nowrap;
}
.address-block li:first-letter {
text-transform: inherit;
}
.footer-bottom {
background: #252525;
padding: 10px 0;
font-size: 1em;
text-align: center;
color: #9d9d9d;
position: relative;
}
@media only screen and (min-width: 768px) {
.footer-bottom {
padding: 20px 0;
}
}
@media only screen and (min-width: 1230px) {
.footer-bottom {
text-align: left;
}
}
.footer-bottom a {
color: #9d9d9d;
}
.footer-bottom a:hover {
color: #e2e2e2;
}
.copyright {
font-weight: normal;
letter-spacing: 0.03em;
font-size: 0.9em;
line-height: 1;
}
.copyright .icon-copyright {
font-size: 0.9em;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
@media only screen and (min-width: 768px) {
.copyright {
font-size: 1em;
}
.copyright .icon-copyright {
font-size: 1.4em;
margin-right: 10px;
}
} .payment-option {
float: right;
margin: 15px -14px 0;
display: none;
}
@media only screen and (min-width: 1230px) {
.payment-option {
margin-top: 0;
display: block;
}
}
.payment-option li {
display: inline-block;
vertical-align: middle;
}  .bg-white {
background: #fff;
}
.bg-light-gray {
background: #fafafa;
}
.bg-gray {
background: #f8f8f8;
} #scroll-to-top {
position: fixed;
bottom: 10px;
right: 0;
background: #b0a377;
width: 45px;
height: 45px;
text-decoration: none;
border-radius: 4px 0 0 4px;
display: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 99;
}
#scroll-to-top i {
color: #fff;
position: relative;
top: 12px;
font-size: 20px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.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, 0.9);
}
#scroll-to-top:hover i {
color: #fff;
top: 10px;
}
@media only screen and (min-width: 768px) {
#scroll-to-top {
bottom: 15px;
right: 0;
}
} .dropdown-menu.datepicker-dropdown {
visibility: visible;
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
position: absolute;
background: #252525;
color: #fff;
border-radius: 0;
width: 250px;
padding: 5px;
font-weight: normal;
font-style: normal;
text-align: center;
}
.dropdown-menu.datepicker-dropdown table {
width: 100%;
}
.dropdown-menu.datepicker-dropdown td,
.dropdown-menu.datepicker-dropdown th {
text-align: center;
}
.date-depart .dropdown-menu.datepicker-orient-bottom,
.date-return .dropdown-menu.datepicker-orient-bottom {
margin-top: 8px;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
border-bottom-color: #252525;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after {
border-top-color: #252525;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
border-bottom-color: #252525;
}
.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: #252525;
}
.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;
}
.datepicker-orient-top {
margin-top: 5px;
}
.datepicker-orient-bottom {
margin-top: 0;
}
.trip-form .input-group.date {
background: rgba(37, 37, 37, 0.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, 0.7);
border-color: rgba(24, 24, 24, 0.7);
border-radius: 0 4px 4px 0;
color: #b0a377;
}
.trip-form .date.picker-solid-bg {
padding-left: 20px;
}
.trip-form .date.picker-solid-bg:before {
font: 16px/18px 'icomoon';
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
content: '\e9bf';
color: #b0a377;
}
.trip-form .date.picker-solid-bg .input-group-addon {
background: none;
border: 0;
} .trip-form-v2 {
background: rgba(68, 34, 143, 0.88);
border-color: rgba(62, 76, 89, 0.88);
-webkit-box-shadow: none;
box-shadow: none;
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: normal;
text-transform: uppercase;
letter-spacing: 0.1em;
display: none;
}
.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;
}
.trip-form-v2 .input-group input {
padding-left: 35px;
}
.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 .holder {
margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
.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;
}
}
@media only screen and (min-width: 992px) {
.trip-form-v2 .holder {
width: 50%;
}
.trip-form-v2 button {
height: 52px;
}
}
@media only screen and (min-width: 1025px) {
.trip-form-v2 {
margin: 0;
}
}
.trip-form.trip-form-v2 .input-group.date {
border: 2px solid #464646;
background: none;
border-radius: 4px;
padding: 0;
}
.trip-form.trip-form-v2 .input-group.date input {
color: #a0a0a0;
}
@media only screen and (min-width: 1025px) {
.trip-form.trip-form-v2 .input-group.date input {
letter-spacing: 0.1em;
padding-left: 45px;
}
}
.trip-form.trip-form-v2 .input-group.date input::-webkit-input-placeholder {
color: #a0a0a0;
}
.trip-form.trip-form-v2 .input-group.date input:-moz-placeholder {
color: #a0a0a0;
}
.trip-form.trip-form-v2 .input-group.date input::-moz-placeholder {
color: #a0a0a0;
}
.trip-form.trip-form-v2 .input-group.date input:-ms-input-placeholder {
color: #a0a0a0;
}
.trip-form.trip-form-v2 .input-group.date .input-group-addon {
background: none;
color: #a0a0a0;
border: 0;
}
.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: 0.1em;
}
@media only screen and (max-width: 991px) {
.trip-note {
margin: 0 15px 10px;
font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
.trip-note {
margin: 0 5px 10px;
text-align: center;
}
}
.btn-holder {
padding: 0 25px;
}
@media only screen and (max-width: 991px) {
.btn-holder {
padding: 0 15px;
}
}
@media only screen and (max-width: 767px) {
.btn-holder {
padding: 0 5px;
text-align: center;
}
}
.jcf-select.jcf-select-trip-select-v2 {
background: none;
border: 2px solid #464646;
height: 52px;
width: 100%;
}
@media only screen and (max-width: 991px) {
.jcf-select.jcf-select-trip-select-v2 {
border-width: 2px;
height: 32px;
}
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
color: #a0a0a0;
font-size: 14px;
font-style: normal;
padding: 13px 0 13px 40px;
position: relative;
}
@media only screen and (max-width: 991px) {
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
padding: 2px 0 1px 35px;
font-size: 12px;
}
}
@media only screen and (min-width: 1025px) {
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
letter-spacing: 0.1em;
left: 6px;
}
}
.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%);
}
@media only screen and (max-width: 991px) {
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
font-size: 12px;
left: 10px;
}
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener {
padding: 0 10px;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener:after {
content: '\e91e';
right: 10px;
color: #a0a0a0;
}
.jcf-select-drop.jcf-select-trip-select-v2 {
background: #252525;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-list {
background: #252525;
text-transform: capitalize;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-option {
color: #fff;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-hover {
background: #b0a377;
color: #fff;
}
.trip-form-v2 .input-group.date:before {
content: '\f073';
font-family: 'FontAwesome';
}
.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';
}
@media only screen and (min-width: 992px) {
.banner .trip-form {
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.banner .trip-form fieldset {
overflow: hidden;
max-height: 98px;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
}
@media only screen and (min-width: 992px) {
.trip-active .banner .trip-form fieldset {
max-height: 250px;
}
}
.trip-active .expand-link span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.expand-link {
position: absolute;
right: 0;
top: 50px;
padding: 0 10px;
background: #414141;
line-height: 36px;
color: #fff;
border-radius: 3px 0 0 3px;
display: none;
}
.expand-link.open {
display: block;
}
@media only screen and (max-width: 991px) {
.expand-link {
visibility: hidden;
}
}
.expand-link span {
display: inline-block;
-webkit-transition: -webkit-transform linear 0.3s;
transition: -webkit-transform linear 0.3s;
-o-transition: transform linear 0.3s;
transition: transform linear 0.3s;
transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.expand-link:hover, .expand-link:focus {
color: #fff;
}
@media only screen and (min-width: 768px) {
.std-alone-search-block .trip-form {
margin-top: 0;
}
}
.std-alone-search-block .banner-text {
position: static;
} .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 #eaeaea;
}
.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;
}
@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;
}
}
.loadmore-wrap {
max-width: 470px;
margin: 0 auto;
}
.loadmore-wrap .btn, .loadmore-wrap .woocommerce a.button, .woocommerce .loadmore-wrap a.button,
.loadmore-wrap .woocommerce input.button, .woocommerce .loadmore-wrap input.button,
.loadmore-wrap .woocommerce button.button, .woocommerce .loadmore-wrap button.button {
display: block;
padding: 15px;
font-size: 18px;
}
@media only screen and (min-width: 768px) {
.loadmore-wrap {
max-width: 720px;
}
}
@media only screen and (min-width: 992px) {
.loadmore-wrap {
max-width: none;
}
}
.grid-view-sidebar .loadmore-wrap,
.list-view-sidebar .loadmore-wrap {
max-width: none;
}
.product-list-block .db-3-col [class^='col-'],
.product-list-block .db-3-col [class*=' col-'] {
margin-right: auto;
}
.vc_row-fluid,
.vc_row {
margin-left: 0;
margin-right: 0;
}
.vc_row-fluid > .container > .vc_column_container > .vc_column-inner,
.vc_row > .container > .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.featured-content .row {
margin-left: -15px;
margin-right: -15px;
}
.count-block.row {
margin-left: -15px;
margin-right: -15px;
}
.content-block {
margin: 0;
}
.gallery-home-block {
margin: 0;
}
.progress-holder {
float: none;
}
@media only screen and (min-width: 992px) {
.progress-holder {
width: 90%;
margin-left: auto;
}
}
.common-top-space {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.common-top-space {
margin-top: 45px;
}
}
@media only screen and (min-width: 768px) {
.common-top-space {
margin-top: 60px;
}
}
.article .img-caption {
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
max-width: 68%;
}
.article .activity-level .text {
margin-top: 0;
}
.article .thumbnail .meta .country {
padding-right: 10px;
}
.list-view-block .article .info-footer {
margin-bottom: 20px;
}
.price del {
margin-right: 5px;
}
.addthis_toolbox a {
margin-bottom: 0 !important;
}
.list-view .price del {
margin-bottom: -10px;
display: block;
font-size: 60%;
}
.list-view .activity-level .ico {
margin-bottom: -10px;
}
.parallax:before {
display: block !important;
}
.testimonial-holder {
height: auto;
}
.myaccount-form {
padding: 15px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0px 1px 1px 1px rgba(1, 2, 2, 0.1);
}
.myaccount_table {
border: 2px solid #dfdfdf;
margin-bottom: 60px;
}
.myaccount-overview #content {
margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
.myaccount-overview #content {
margin-top: 0;
}
}
@media only screen and (min-width: 992px) {
.list-view-sidebar .list-view .article .img-wrap {
float: none;
width: auto;
margin-bottom: 40px;
}
.list-view-sidebar .list-view .article .description {
width: auto;
}
}
@media only screen and (min-width: 1230px) {
.list-view-sidebar .list-view .article .img-wrap {
float: left;
width: 350px;
margin-bottom: 0;
}
.list-view-sidebar .list-view .article .description {
width: calc(100% - 370px);
}
.list-view-sidebar .list-view .article .btn, .list-view-sidebar .list-view .article .woocommerce a.button, .woocommerce .list-view-sidebar .list-view .article a.button,
.list-view-sidebar .list-view .article .woocommerce input.button, .woocommerce .list-view-sidebar .list-view .article input.button,
.list-view-sidebar .list-view .article .woocommerce button.button, .woocommerce .list-view-sidebar .list-view .article button.button {
min-width: 110px;
}
}
@media only screen and (min-width: 1600px) {
.list-view-sidebar .list-view .article .btn, .list-view-sidebar .list-view .article .woocommerce a.button, .woocommerce .list-view-sidebar .list-view .article a.button,
.list-view-sidebar .list-view .article .woocommerce input.button, .woocommerce .list-view-sidebar .list-view .article input.button,
.list-view-sidebar .list-view .article .woocommerce button.button, .woocommerce .list-view-sidebar .list-view .article button.button {
min-width: 150px;
}
}
#subscribe_message_box ul,
#poll_message_box ul {
padding: 10px;
}
.custom-radio-sq {
display: block;
}
.custom-radio-sq input {
display: none;
}
.custom-radio-sq input[type='checkbox']:checked + .check-input:after {
opacity: 1;
}
.custom-radio-sq input[type='radio']:checked + .check-input:after {
opacity: 1;
}
.custom-radio-sq .check-input {
width: 15px;
height: 15px;
border: 1px solid #9d9d9d;
display: inline-block;
vertical-align: top;
position: relative;
margin: 6px 12px 0 0;
}
.custom-radio-sq .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-radio-sq .check-label {
display: inline-block;
vertical-align: top;
max-width: calc(100% - 32px);
}
.sidebar .poll-result-holder {
padding: 15px 0 0;
}
.sidebar .poll-result-holder .title {
font-size: 1em;
margin-bottom: 35px;
}
.sidebar .poll-result-holder .progress {
height: 6px;
margin-bottom: 0;
}
.sidebar .poll-result-holder .progress .value {
top: -25px;
padding: 2px 4px;
font-size: 12px;
min-width: 32px;
}
.sidebar .poll-result-holder .progress .value:before {
border-width: 6px 6px 0 0;
}
.sidebar .widget-title {
display: block;
text-transform: uppercase;
padding: 10px 50px 10px 30px;
background: #f8f8f8;
color: #b0a377;
-webkit-box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
box-shadow: 0 1px 1px rgba(1, 2, 2, 0.1);
position: relative;
font-size: 1em;
line-height: 1.7124em;
letter-spacing: 0.05em;
margin: 0;
font-weight: normal;
}
.sidebar #searchform.inner-search {
margin: 0;
padding: 0;
}
.sidebar #searchform.inner-search .input-wrap {
margin: 0;
}
.sidebar #searchform.inner-search [type='text'] {
padding: 5px 25px 5px 10px;
border-color: #f5f5f5;
}
.sidebar #searchform.inner-search [type='submit'] {
right: 10px;
}
.comments .link-more.has-button {
margin: 0 86px 0 76px;
overflow: hidden;
}
.comments .link-more .nav-next {
float: right;
}
.comments .nav-next,
.comments .nav-previous {
position: relative;
}
.comments .nav-next:after,
.comments .nav-previous:before {
content: '\e905';
font: 12px/1 'icomoon';
display: inline-block;
vertical-align: middle;
margin: -2px 10px 0 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.comments .nav-next:after {
margin: -2px 0 0 10px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.link-wrapper {
overflow: hidden;
}
.link-wrapper .reply {
float: right;
}
.link-wrapper .link-holder {
float: left;
}
.comment-reply-title {
margin: 20px 0;
}
.blog-comment-form {
padding: 0 !important;
max-width: none !important;
}
@media only screen and (min-width: 768px) {
.blog-holder .blog-single {
margin-bottom: -45px;
}
} .contact-info .vc_col-sm-4 {
margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
.contact-info .vc_col-sm-6 {
float: none;
width: auto;
}
}
.wpcf7-form {
background: #f8f8f8;
color: #1c1919;
padding: 15px;
letter-spacing: 0.04em;
margin-bottom: 16px;
text-align: right;
font-weight: bold;
font-size: 16px;
border: 8px solid #e2e2e2;
}
.wpcf7-form p {
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 1px;
padding-top: 10px;
position: relative;
}
.wpcf7-form p:before, .wpcf7-form p:after {
content: '';
display: table;
}
.wpcf7-form p:after {
clear: both;
}
.wpcf7-form .form-title {
float: left;
font-size: 16px;
line-height: 20px;
padding: 13px 15px 0 0;
text-transform: capitalize;
width: 33%;
}
.wpcf7-form .wpcf7-form-control {
background: transparent;
border-width: 0 0 1px;
border-color: #adadad;
border-style: solid;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #1c1919;
height: 31px;
width: 100%;
padding: 4px 0;
font-size: 14px;
font-weight: normal;
}
.wpcf7-form .wpcf7-form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpcf7-form textarea.wpcf7-form-control {
resize: none;
height: 115px;
width: 100% !important;
min-height: 115px !important;
}
.wpcf7-form br {
display: none;
}
.wpcf7-form .btn-wrap {
padding-left: 33%;
display: block;
}
.wpcf7-form .wpcf7-submit {
background: transparent;
width: 100%;
font-size: 16px;
line-height: 20px;
font-weight: 700;
padding: 14px 10px;
border-width: 1px;
border-color: #adadad;
color: #1c1919;
min-width: 1px;
margin-top: 28px;
height: 50px;
text-transform: uppercase;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.wpcf7-form .wpcf7-submit:hover {
background: #b0a377;
color: #fff;
}
.wpcf7-form span.wpcf7-not-valid-tip {
font-size: 12px;
font-weight: normal;
text-align: left;
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
border-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap[class^='checkbox-'],
.wpcf7-form .wpcf7-form-control-wrap[class*=' checkbox-'],
.wpcf7-form .wpcf7-form-control-wrap[class^='radio-'],
.wpcf7-form .wpcf7-form-control-wrap[class*=' radio-'] {
margin-top: 0;
}
.wpcf7-form-control-wrap {
display: block;
overflow: hidden;
}
.wpcf7-form p {
display: block;
overflow: visible;
position: relative;
}
.wpcf7-form-control-wrap {
display: block;
overflow: visible;
float: right;
width: 67%;
}
.wpcf7-form-control-wrap .wpcf7-recaptcha {
margin: -80px 0 0;
min-height: 95px;
border: none;
}
.wpcf7-form .wpcf7-submit {
width: 67%;
margin-top: 20px;
float: right;
}
@media only screen and (max-width: 767px) {
.wpcf7-form-control-wrap .wpcf7-recaptcha {
margin: 0;
}
.wpcf7-form .wpcf7-submit {
width: 100%;
margin-top: 0;
float: none;
}
}
.jcf-select.jcf-select-wpcf7-form-control {
width: 100%;
border-bottom: 1px solid #adadad;
padding: 4px 0;
height: 31px;
}
.jcf-select.jcf-select-wpcf7-form-control .jcf-select-text {
color: #1c1919;
text-transform: capitalize;
}
.jcf-select.jcf-select-wpcf7-form-control .jcf-select-opener:after {
color: #1c1919;
}
.wpcf7-validation-errors {
font-size: 13px;
color: red;
border: 1px solid red !important;
text-align: left;
font-weight: normal;
padding: 7px 10px;
}
.wpcf7-mail-sent-ok {
font-size: 13px;
color: #b0a377;
border: 1px solid #b0a377 !important;
text-align: left;
font-weight: normal;
padding: 7px 10px;
}
.browse-block.row.vc_row-fluid,
.browse-block.row.vc_row-fluid .column {
display: block;
width: auto;
}
.star-rating > span {
margin-right: 2px;
}
#testimonial-home-slide {
padding: 0 15px;
}
.special-block.row {
margin: 0;
}
.cart-holder .img-wrap {
float: none;
display: inline-block;
vertical-align: middle;
margin-right: 0;
width: 75px;
padding-right: 20px;
}
.cart-holder .text-wrap {
display: inline-block;
vertical-align: middle;
width: calc(100% - 80px);
}
.wrap-text {
white-space: nowrap;
}
.footer-nav .address-block li:first-letter {
text-transform: none;
}
@media only screen and (max-width: 991px) {
.cart-option .button-hold {
margin-bottom: -20px;
}
}
.datepicker table tr td.day:hover,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused {
color: #fff;
}
@media only screen and (min-width: 768px) {
.content-block .content-spacing {
margin-top: 15px;
}
}
@media only screen and (min-width: 992px) {
.content-block .content-spacing {
margin-top: 45px;
}
} .nav-links {
padding: 0 0 30px;
line-height: inherit;
font-size: 20px;
}
.nav-previous {
float: left;
width: 50%;
overflow: hidden;
border-right: 1px solid #e2e2e2;
text-align: left;
}
.nav-next {
float: right;
text-align: right;
overflow: hidden;
width: 50%;
border-left: 1px solid #e2e2e2;
}
.no-border {
border: none;
}
.nav-links img {
width: 35px;
margin: 0 10px;
}
.reviews-info .ico-list li {
position: relative;
}
.reviews-info .ico-list li .popup {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.content-intro .text-holder .btn-holder {
padding: 0;
}
.recent-block .ico-list {
width: calc(100% - 135px);
}
.recent-block .sub-info {
width: 157px;
}
.recent-block .sub-info > span {
padding: 0 10px 0 8px;
}
.recent-block .sub-info > span:first-child {
font-size: 85%;
}
.pagination-top-margin {
margin-top: 65px;
} .text-box.not-included li:before {
content: '\e914';
}
.text-box ul {
padding: 0;
margin: 0;
}
.text-box li {
list-style: none;
padding-left: 35px;
position: relative;
margin-bottom: 5px;
}
.text-box li:before {
content: '\e962';
position: absolute;
left: 0;
top: 7px;
font: 16px/16px 'icomoon';
color: #adadad;
}
.map-holder {
min-height: 0;
} .pop-opener.top .popup {
top: auto;
bottom: 100%;
margin-bottom: 10px;
}
.pop-opener.top .popup:before {
border-bottom: 0;
border-top-color: #b0a377;
bottom: auto;
top: 100%;
}
div.wpcf7 img.ajax-loader {
display: block;
}
.trip-detail [class^='col-'],
.trip-detail [class*=' col-'] {
margin-bottom: 20px;
}
.trip-detail [class^='col-'].form-group,
.trip-detail [class*=' col-'].form-group {
margin-bottom: 20px;
}
.trip-detail .comment-form {
padding: 0;
}
.trip-detail .comment-form .star-rating {
margin-top: 1px;
right: 20px;
}
.select2-container .select2-choice {
border: 2px solid #dfdfdf;
border-radius: 0;
background: none;
}
.woocommerce { }
.woocommerce form .form-row .select2-container {
line-height: 2.6em;
}
.woocommerce .form-holder.checkout-form-slide {
margin-bottom: 20px;
}
.woocommerce .woocommerce-info {
border-top-color: #b0a377;
}
.woocommerce .woocommerce-info:before {
color: #1c1919;
background: #dfdfdf;
}
.woocommerce .price ins {
text-decoration: none;
}
.woocommerce-message {
border-top-color: #b0a377;
color: #fff;
}
.woocommerce-message a {
color: #fff;
}
.woocommerce-message a:hover {
color: #fff;
}
.woocommerce-message:before {
color: #b0a377;
}
h2.widget-title ~ ul {
padding: 0 15px 30px;
list-style: none;
margin-bottom: 0;
border-bottom: 1px solid #f8f8f8;
}
h2.widget-title ~ ul li {
position: relative;
margin-bottom: 30px;
padding-bottom: 5px;
}
h2.widget-title ~ ul li:last-child {
margin-bottom: 0;
}
h2.widget-title ~ ul li:before {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 2px;
width: 30px;
background: #e2e2e2;
}
h2.widget-title ~ ul a {
color: #9d9d9d;
}
h2.widget-title ~ ul a:hover {
color: #b0a377;
}
#searchform {
padding: 0 15px 30px;
margin-bottom: 30px;
font-size: 1em;
border-bottom: 1px solid #f8f8f8;
}
#searchform input[type='text'] {
border: 1px solid #e2e2e2;
}
.vc_parallax > * {
z-index: 11;
}
.main-subtitle p {
margin: 0;
}
.tab-pane:focus,
.tab-pane .row:focus {
outline: none;
}
.content-block-no-padding-margin.row {
margin: 0;
}
.content-block-no-padding-margin.row .vc_column-inner {
padding: 0;
}
.post { }
.post-4564 { }
.category-dancing { }
.sticky { }
.gallery-caption { }
.bypostauthor { }
.navbar-default .icon-cart {
margin-right: 5px;
}
.adventure-holder.gallery-home-holder.text-block {
margin-top: 0;
padding: 20px 0 15px;
}
@media only screen and (min-width: 992px) {
.adventure-holder.gallery-home-holder.text-block {
padding: 45px 15px 10px;
}
}
@media only screen and (max-width: 991px) {
.comments .link-more.has-button {
margin-right: 0;
}
.gallery-home-block .vc_col-sm-6 {
width: auto;
float: none;
}
.count-block [class^='col-'],
.count-block [class*=' col-'],
.count-block .vc_col-sm-3 {
width: 50%;
float: left;
}
.wpcf7-form .btn-wrap {
padding-left: 0;
}
}
@media only screen and (max-width: 767px) {
.myaccount-overview {
width: 100%;
table-layout: fixed;
display: table;
margin: 0;
}
.myaccount-overview .sidebar {
display: table-header-group;
}
.myaccount-overview .sidebar .sidebar-holder {
margin: 0 15px;
}
.wpcf7-form {
text-align: left;
}
.wpcf7-form label,
.wpcf7-form .form-title,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-submit {
float: none;
width: 100%;
padding-left: 0;
max-width: none;
}
}
@media only screen and (max-width: 539px) {
.comments .link-more .nav-next,
.comments .link-more .nav-previous {
float: none;
display: block;
}
.count-block [class^='col-'],
.count-block [class*=' col-'],
.count-block .vc_col-sm-3 {
width: auto;
float: none;
}
}
@media only screen and (min-width: 768px) {
.footer-nav .menu {
position: static !important;
width: auto !important;
}
.myaccount-overview .sidebar {
margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit {
width: 67%;
margin: 0 0 0 auto;
}
}
@media only screen and (min-width: 992px) {
.content-with-sidebar.content-left #sidebar {
float: right;
}
.contact-info .vc_col-sm-4 {
margin-bottom: 0;
}
.wpcf7-form {
padding: 45px 80px 45px 30px;
}
.gallery-home-block .vc_row {
display: table;
table-layout: fixed;
width: 100%;
}
.gallery-home-block .vc_row > .vc_column_container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: table-cell;
vertical-align: middle;
float: none;
}
.list-view .article .description {
width: calc(100% - 270px);
}
.list-view .article .img-wrap {
width: 250px;
}
.list-view .price del {
margin-bottom: -20px;
}
.recent-block .sub-info {
width: auto;
}
.recent-block .sub-info del {
margin-top: -12px;
}
.recent-block .ico-list {
width: auto;
}
.nav-right {
max-width: calc(100% - 240px);
float: right;
}
.header-v1 .navbar-default .navbar-nav {
float: left;
}
.navbar-default .navbar-nav {
float: left;
max-width: none;
}
.gallery-home-holder.text-block {
padding-bottom: 14px;
}
}
@media only screen and (min-width: 1230px) {
.recent-block .sub-info {
width: 144px;
}
.recent-block .ico-list {
width: calc(100% - 122px);
}
.list-view .article .description {
width: calc(100% - 370px);
}
.list-view .article .img-wrap {
width: 350px;
}
.navbar-default .navbar-nav {
max-width: none;
}
}
.screen-reader-text {
position: absolute !important;
left: -999em;
}
@media only screen and (min-width: 768px) {
.comments .comment_list .children {
padding: 40px 0 0 60px;
}
}
@media only screen and (min-width: 992px) {
.comments .comment_list .children {
padding: 40px 0 0 100px;
}
}
.comments .comment_list .comment-slot:last-child {
padding-bottom: 15px;
}
.comments .comment_list .comment-slot:last-child .comment-detail {
border-bottom: 1px solid #fafafa;
padding: 0 20px 20px 0;
}
.comments .comment_list > li:last-child > .comment-slot:last-child {
padding-bottom: 0;
}
.comments .comment_list > li:last-child > .comment-slot:last-child > .text > .comment-detail {
border-bottom: 0;
padding-bottom: 0;
}
.checkout-note {
margin-bottom: 20px;
}
.wc_payment_methods.payment_methods.methods .title .custom-radio {
margin-bottom: 0;
}
.myaccount_address {
margin-bottom: 40px;
} #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: transparent;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
background-color: transparent;
}
.select2-container--default .select2-selection--single {
background-color: transparent;
border: 2px solid #d3dce9;
}
.wc-proceed-to-checkout .checkout-button {
background-color: #fff;
} .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
padding: 0;
border: none;
margin: 0;
border-radius: 0;
}
.entrada-wc-error ul li {
list-style: none;
}
.jcf-select.jcf-select-country_select {
display: block !important;
border: 2px solid #dfdfdf;
-webkit-box-shadow: none;
box-shadow: none;
}
.jcf-select.jcf-select-country_select .jcf-select-text {
padding-left: 10px;
font-style: italic;
font-weight: 500;
}
.slot-option {
max-width: 150px;
}
.input-text {
display: block;
height: 40px;
padding: 4px 10px;
border: 2px solid #dfdfdf;
background: transparent;
color: #5c5e62;
}
.woocommerce form .btn.btn-default, .woocommerce form a.btn-default.button,
.woocommerce form input.btn-default.button,
.woocommerce form button.btn-default.button {
height: 40px;
padding: 10px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
position: relative;
width: auto;
padding: 1em 1em 1em 3.5em;
background: #fff;
border-radius: 4px;
color: #1f2933;
list-style: none outside;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
color: #5c5e62;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
display: block;
clear: both;
content: '';
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
padding-left: 0;
margin-left: 0;
list-style: none outside;
}
.woocommerce-message {
border-top: 3px solid #e4e7eb;
}
.woocommerce-info {
border-top: 3px solid #ccc;
margin-bottom: 20px;
background: #f5f5f5;
color: #5c5e62;
}
.woocommerce-info:before {
display: inline-block;
padding: 0 10px;
margin-right: 15px;
background-color: #d9d9d9;
border-radius: 100%;
color: black;
content: 'i';
font-family: Times, Georgia, serif;
font-style: italic;
}
.woocommerce-error {
border-top: 3px solid #b81c23;
}
.myaccount-sidebar.sidebar .heading h3 {
padding-left: 40px;
}
.myaccount-sidebar.sidebar .heading h3:before {
top: 3px;
content: '\e975';
font-size: 18px;
}
.myaccount-sidebar.sidebar .sidebar-holder {
-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.myaccount-sidebar.sidebar .side-list a {
display: block;
padding: 10px 30px;
border-top: 1px solid #dedede;
color: #5c5e62;
}
.myaccount-overview .form-row.form-bottom-space {
margin-bottom: 30px;
}
.myaccount-sidebar.sidebar .side-list a:hover,
.myaccount-sidebar.sidebar .side-list .active a {
background: #dedede;
color: #5c5e62;
}
.myaccount-sidebar.sidebar .side-list a:hover .ico-holder {
width: 30px;
}
.myaccount-sidebar.sidebar .side-list .ico-holder {
width: 35px;
}
.myaccount-sidebar .side-list [class^='icon-'],
.myaccount-sidebar .side-list [class*=' icon-'] {
font-size: 20px;
}
.myaccount-sidebar .side-list .ico-holder,
.myaccount-sidebar .side-list .text {
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.myaccount-sidebar.sidebar .side-list li {
margin: 0;
}
.myaccount-overview h2 {
margin: 0 0 10px;
font-size: 1.8em;
}
.table-container .date-text {
display: block;
margin-bottom: 5px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
.table-container .sub-text {
display: block;
font-style: italic;
font-weight: 400;
letter-spacing: 0.09em;
}
.woocommerce form .form-row {
margin-bottom: 20px;
}
.woocommerce form .form-row:last-child {
margin-bottom: 0;
}
.woocommerce form .form-row label {
padding-left: 0;
margin-bottom: 10px;
line-height: 1.71429;
}
.myaccount-overview .table-container .text-wrap {
overflow: hidden;
}
.myaccount-overview .table-container .product-title {
display: block;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
}
.myaccount_user {
margin-bottom: 30px;
}
.myaccount-overview .table-container time {
display: block;
font-style: italic;
font-weight: 400;
}
.table {
margin: 0;
}
.myaccount-overview .addresses {
margin-top: 30px;
}
.account-form .link-view {
margin-bottom: 15px;
}
.woocommerce .order_details {
padding: 0;
border: 1px solid #f3f3f3;
margin: 20px 0;
background: #f5f7fa;
font-weight: 700;
}
.woocommerce .order_details li {
display: inline-block;
width: 49%;
padding: 10px;
border: 0;
margin: 0;
}
.form.holder.form-holder-details {
margin-bottom: 30px;
}
.woocommerce h2 {
margin: 20px 0;
color: #5c5e62;
font-size: 1.2857em;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation-link {
margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation-link a {
position: relative;
display: inline-block;
padding-left: 50px;
}
.woocommerce-MyAccount-navigation-link a:before {
position: absolute;
top: 0;
left: 0;
content: '\e976';
font-family: 'icomoon';
font-size: 25px;
line-height: 1;
}
.woocommerce-MyAccount-navigation-link.is-active a {
color: #b0a377;
}
.woocommerce-MyAccount-navigation-link--orders a:before {
content: '\e971';
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
content: '\e973';
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
content: '\e90f';
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
content: '\e974';
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
content: '\e972';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
content: '\e871';
font-family: 'Material Icons';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--vendor-dashboard a:before {
content: '\e871';
font-family: 'Material Icons';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
content: '\e167';
font-family: 'Material Icons';
}
.woocommerce table.shop_table {
border: 0;
}
.woocommerce table.shop_table td {
padding: 25px 20px;
border-top: 1px solid #f5f5f5;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
height: 40px;
padding: 0.618em 1em;
}
.woocommerce table.shop_table .product-subtotal {
text-align: right;
}
.woocommerce table.shop_table th {
padding: 25px 20px;
font-weight: bold;
}
.woocommerce table.shop_table .product-thumbnail {
width: 85px;
padding-right: 0;
padding-left: 0;
}
.woocommerce table.shop_table .product-remove a {
display: block;
overflow: hidden;
width: 30px;
height: 30px;
padding: 5px;
color: #252525;
text-indent: -9999px;
}
.woocommerce table.shop_table .product-remove {
width: 80px;
}
.woocommerce table.shop_table .product-remove a:before {
display: inline-block;
color: #252525;
content: '\e963';
font-family: 'icomoon' !important;
font-size: 24px;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-indent: 9999px;
text-transform: none;
}
.woocommerce table.shop_table .product-remove a:hover {
background: none;
color: #252525;
}
.woocommerce table.shop_table .product-name {
font-size: 16px;
font-weight: 600;
}
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
font-weight: bold;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
float: left;
}
.woocommerce table.cart td.actions .coupon {
margin-bottom: 20px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
background: #777;
color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
background: #999;
color: #fff;
}
.woocommerce table.cart td.actions .coupon .input-text {
display: inline-block;
width: 210px;
border-color: #f5f5f5;
margin-right: 20px;
margin-right: 20px;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
max-width: 400px;
margin-right: auto;
margin-left: auto;
}
.woocommerce table.cart .addons-row td {
border-color: #f0f0f0;
background: #f3f3f3;
}
.woocommerce form .btn.more-option-opener, .woocommerce form a.more-option-opener.button,
.woocommerce form input.more-option-opener.button,
.woocommerce form button.more-option-opener.button {
display: none;
height: auto;
padding: 5px;
margin-top: 15px;
font-size: 12px;
}
.woocommerce table.cart .btn-row:hover td {
background: none;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .button {
width: 170px;
float: right;
font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: auto;
padding: 20px;
border: 1px solid #f5f5f5;
float: none;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
margin: 0 0 20px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td {
padding: 10px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td {
text-align: right;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #000;
}
.woocommerce table.shop_table th {
font-size: 16px;
}
.woocommerce table.shop_table tr td {
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.woocommerce table.shop_table tr td.product-price {
vertical-align: top;
}
.woocommerce table.shop_table tr:last-child:hover td {
background: none;
}
.woocommerce table.shop_table .sub-text {
display: block;
margin-top: 5px;
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 400;
letter-spacing: 0.09em;
}
.wc-proceed-to-checkout {
text-align: right;
}
.woocommerce table.shop_table .product-quantity .num-hold {
display: inline-block;
width: 150px;
height: 32px;
border: 1px solid #e1e1e1;
background: #f8f8f8;
line-height: 29px;
text-align: center;
}
.woocommerce table.shop_table .product-quantity .num-hold .control {
width: 41px;
height: 100%;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #e1e1e1;
color: #5c5e62;
float: left;
font-size: 14px;
line-height: 31px;
}
.woocommerce table.shop_table .product-quantity .num-hold .control.plus {
border-width: 0 0 0 1px;
float: right;
}
.woocommerce table.shop_table .product-quantity .input-count-hold {
overflow: hidden;
}
.woocommerce table.shop_table .product-quantity .input-count-hold input {
width: 100%;
height: 32px;
border: 0;
background: none;
text-align: center;
}
.woocommerce table.shop_table .time {
display: block;
font-size: 12.6px;
font-weight: normal;
}
.woocommerce table.shop_table td.actions {
padding-top: 60px;
}
.woocommerce table.shop_table th.product-name {
font-weight: bold;
}
.woocommerce a.button {
padding: 14px 10px;
}
input#apply_for_vendor ~ label {
display: inline-block;
margin: 0 0 0 10px;
}
input#apply_for_vendor {
margin-top: 0;
margin-left: 10px;
}
.addons-more-option {
overflow: hidden;
max-height: 0;
font-style: normal;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.addons-more-option .time {
margin-bottom: 15px;
}
.addons-more-option .time span {
display: inline-block;
overflow: hidden;
width: 230px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
}
.woocommerce table.shop_table tr.addons-row td {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce table.shop_table tr.addons-row td:last-child {
text-align: right;
}
.cart-inner-table {
width: 100%;
}
.addons-row input {
width: 70px;
height: 30px;
padding: 0 10px;
border: 2px solid #e4e7eb;
}
.wc_vendor_shop {
position: absolute;
z-index: 3;
top: 10px;
right: 10px;
display: none;
width: 70px;
color: #fff;
cursor: pointer;
font-size: 18px;
text-align: center;
}
.wcv_shop_detail {
padding: 15px;
text-align: center;
}
.wcv_shop_detail h1 {
margin: 0 0 10px;
font-size: 20px;
font-weight: 400;
}
.wcv_shop_description {
margin: 0;
}
.num-hold .input-count-hold {
overflow: hidden;
}
.num-hold .input-count-hold input {
width: 100%;
padding: 0 10px;
border: 0;
background: none;
font-weight: 700;
text-align: center;
} .color-option {
padding: 0;
margin: 0;
list-style: none;
}
.num-hold {
width: 150px;
height: 32px;
border: 1px solid #e1e1e1;
background: #f8f8f8;
line-height: 29px;
text-align: center;
}
.num-hold .control {
width: 41px;
height: 100%;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #e1e1e1;
color: #5c5e62;
float: left;
font-size: 14px;
line-height: 31px;
}
.num-hold .control:hover {
background: #e1e1e1;
}
.num-hold .control.plus {
border-width: 0 0 0 1px;
float: right;
}
.num-hold .val {
padding: 0 10px;
font-weight: 700;
}
.product-detail-container .nav-v {
text-align: center;
}
.product-detail-container .nav-v li {
width: auto;
}
.product-detail-container .nav-v li.active a,
.product-detail-container .nav-v li:focus a {
border: 2px solid #b0a377;
}
.product-detail-container .nav-v li.active a:focus,
.product-detail-container .nav-v li:focus a:focus {
border: 2px solid #b0a377;
}
.product-detail-container .nav-v li a {
display: block;
overflow: hidden;
width: 50px;
height: 50px;
border: 2px solid #e4e7eb;
border-radius: 50%;
}
.product-detail-container .nav-v li a img {
width: 100%;
}
.product-detail-container .jq-ry-container {
padding-left: 0;
margin-bottom: 30px;
}
.product-detail-container .col-wrapper {
margin-bottom: 45px;
}
.product-detail-container .des {
margin-bottom: 30px;
}
.product-detail-container .slot {
margin-bottom: 30px;
}
.product-detail-container .slot .lbltext {
display: inline-block;
width: 70px;
vertical-align: middle;
}
.product-detail-container .slot .slot-hold {
display: inline-block;
width: calc(100% - 75px);
vertical-align: middle;
}
.product-detail-container .badge {
margin-bottom: 15px;
border-radius: 0;
}
.product-detail-container .price {
font-size: 20px;
font-weight: 700;
}
.product-detail-container .price sup {
color: #9d9d9d;
}
.product-detail-container .tab-content {
text-align: center;
}
.product-detail-container .pro-detail-frame {
overflow: hidden;
padding-top: 25px;
border-top: 1px solid #e4e7eb;
margin-bottom: 0;
}
.product-detail-container .pro-detail-frame .right-pos {
margin-top: 15px;
}
.product-detail-container .pro-detail-frame .left-pos,
.product-detail-container .pro-detail-frame .right-pos {
text-align: center;
}
.product-detail-container .pro-detail-frame .left-pos span,
.product-detail-container .pro-detail-frame .left-pos i,
.product-detail-container .pro-detail-frame .right-pos span,
.product-detail-container .pro-detail-frame .right-pos i {
display: inline-block;
width: auto;
margin-right: 10px;
vertical-align: middle;
}
.product-detail-container .pro-detail-frame .left-pos .lbltext,
.product-detail-container .pro-detail-frame .right-pos .lbltext {
letter-spacing: 2px;
text-transform: uppercase;
}
.badge.bg-primary {
background: #b0a377;
}
.number-action {
display: inline-block;
display: table;
width: 100px;
border: 2px solid #e4e7eb;
border-radius: 25px;
}
.number-action > * {
display: table-cell;
padding: 5px;
text-align: center;
vertical-align: middle;
}
.number-action .number {
font-weight: 700;
}
.color-option li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.color-option li.selected a {
width: 24px;
height: 24px;
}
.color-option li.selected a:before {
top: 6px;
right: 6px;
bottom: 6px;
left: 6px;
}
.color-option li.selected a:after {
border: 2px solid #e4e7eb;
}
.color-option li.green a:before {
background: green;
}
.color-option li.purple a:before {
background: purple;
}
.color-option li.brown a:before {
background: brown;
}
.color-option li.gray a:before {
background: gray;
}
.color-option li a {
position: relative;
display: inline-block;
overflow: hidden;
width: 12px;
height: 12px;
border-radius: 100%;
text-indent: -9999px;
vertical-align: middle;
}
.color-option li a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 100%;
content: '';
}
.color-option li a:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 100%;
content: '';
}
.product-list .button-container {
margin: 20px 0;
}
.product-list .color-option {
margin-top: 10px;
float: right;
} .woocommerce .label {
display: inline-block;
padding: 0;
margin: 33px 0 0;
border-radius: 0;
color: #5c5e62;
font-size: 16px;
}
.woocommerce .variations_form.cart {
width: 100%;
}
.woocommerce .variations_form.cart table {
position: relative;
width: 100%;
}
.woocommerce .variations_form.cart tr {
width: 41%;
padding-right: 15px;
float: left;
}
.woocommerce .jcf-select.jcf-select-variation-prod-select {
position: relative;
display: block;
width: 215px;
height: 44px;
padding: 11px 0 0 15px;
border: 1px solid #b0a377;
margin: 5px 0 15px;
background-color: #b0a377;
color: #fff;
cursor: pointer;
vertical-align: top;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-text,
.jcf-select-variation-prod-select.jcf-select .jcf-select-opener:after {
color: #fff;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.05em;
line-height: 22px;
text-transform: uppercase;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-opener {
right: 10px;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-opener:after {
font-weight: normal;
line-height: 18px;
}
.jcf-select-variation-prod-select .jcf-list ul {
padding: 0;
margin: 0;
background: #a79867;
list-style: none;
}
.jcf-select-variation-prod-select .jcf-list ul li {
display: block;
}
.jcf-select-variation-prod-select .jcf-list .jcf-option {
padding-left: 15px;
color: #fff;
}
.jcf-select-variation-prod-select.jcf-select-drop .jcf-hover,
.jcf-select-variation-prod-select .jcf-list-box .jcf-selected {
background: #8a7d50;
}
.woocommerce .quantity .qty {
width: 215px;
height: 40px;
border: 1px solid #b0a377;
margin: 0 0 15px 0;
background: #b0a377;
color: #fff;
font-weight: 700;
outline: none;
text-align: left;
}
.woocommerce .single_variation_wrap {
position: relative;
}
.woocommerce .quantity {
width: 41%;
float: left;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 215px;
outline: none;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #474d4b;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #777;
}
.woocommerce .product_meta {
padding: 15px 0 0 0;
}
.product-detail-container .woocommerce .price {
margin: 0 0 0;
color: #474d4b;
font-size: 1.8em;
font-weight: 700;
}
.product-detail-container .woocommerce .single_variation_wrap .price {
position: absolute;
right: -15px;
margin: 0 0 0 -22px;
}
.woocommerce a.reset_variations {
position: absolute;
top: 100%;
right: 0;
padding: 0;
margin: -38px 0 0 0;
font-size: 16px;
font-weight: 700;
}
.trip-info .price {
position: relative;
font-style: normal;
text-transform: lowercase;
}
.trip-info p.price {
font-size: 1.25em;
}
.trip-info .woocommerce-Price-amount.amount {
font-size: 2.143em;
}
.trip-info span.value {
font-size: 14px;
}
.trip-info .woocommerce-Price-amount.amount {
position: absolute;
top: 100%;
left: 0;
display: block;
width: 100%;
margin: 25px 0 0;
color: #474d4b;
font-style: normal;
font-weight: 700;
text-align: center;
}
.wc-bookings-booking-form {
border: none;
}
.wc-bookings-booking-form span.label {
padding: 0 0;
color: #5c5e62;
font-size: 16px;
text-align: left;
}
.wc-bookings-booking-form fieldset legend small {
padding-left: 0;
color: #5c5e62;
font-size: 14px;
text-decoration: none;
}
.wc-bookings-booking-form fieldset.wc-bookings-date-picker {
width: 100%;
float: none;
text-align: left;
}
.wc-bookings-booking-form fieldset + .wc-bookings-booking-cost,
.wc-bookings-booking-form fieldset + .form-field.form-field-wide {
position: relative;
padding: 0 0 3px 0;
border-top: none;
margin: 0 0 25px;
background: none;
font-size: 16px; text-align: left;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
background-image: none;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
height: 3em;
background: #252525;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
border: 0;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
border-radius: 0;
}
.wc-bookings-booking-form fieldset input {
height: 40px;
border: 1px solid #e1e1e1;
border: 0;
margin: 0 0 0 0;
background: #f5f7fa;
background-color: #ffffff;
border-radius: 7px;
-webkit-box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
color: #5c5e62;
font-weight: 700;
outline: none;
text-align: center;
}
.wc-bookings-booking-form fieldset label {
width: 30.7%;
}
.wc-bookings-booking-form fieldset label span {
display: none;
margin: 10px 0 0;
color: #5c5e62;
font-size: 14px;
}
.wc-bookings-booking-form .wc-bookings-booking-cost .woocommerce-Price-amount.amount {
position: relative;
top: 0;
left: 0;
font-size: 1.8em;
text-align: left;
}
.trip-info .product_meta {
padding: 20px 0;
font-size: 16px;
font-weight: 700;
text-align: left;
}
.trip-info .product_meta a {
margin: 0 0 0 10px;
font-size: 14px;
font-weight: normal;
}
.trip-info .product_meta span {
display: none;
width: 50%;
margin: 10px 0 0;
float: left;
}
.wc-bookings-booking-form .wc-bookings-date-picker-date-fields {
padding: 5px 0;
}
.wc-bookings-booking-form .wc-bookings-booking-cost { padding: 20px 0 5px;
border-top: none;
margin: 0;
background: none;
font-size: 16px;
text-align: left;
}
.wc-bookings-booking-form .block-picker {
padding-bottom: 10px;
}
.woocommerce-product-rating .star-rating {
display: none;
}
.woocommerce-product-rating .value {
display: none;
}
@media only screen and (min-width: 768px) {
.product-detail-container .nav-v {
width: 150px;
float: left;
text-align: left;
}
.product-detail-container .nav-v li {
width: auto;
}
.product-detail-container .nav-v li.active a,
.product-detail-container .nav-v li:focus a {
border: 2px solid #b0a377;
}
.product-detail-container .nav-v li.active a:focus,
.product-detail-container .nav-v li:focus a:focus {
border: 2px solid #b0a377;
}
.product-detail-container .nav-v li a {
display: block;
overflow: hidden;
width: 80px;
height: 80px;
border: 2px solid #9d9d9d;
border-radius: 50%;
}
.product-detail-container .nav-v li a img {
width: 100%;
}
.product-detail-container .pro-detail-frame .left-pos,
.product-detail-container .pro-detail-frame .right-pos {
width: 50%;
float: left;
text-align: left;
}
.product-detail-container .pro-detail-frame .right-pos {
margin-top: 0;
text-align: right;
}
.product-detail-container .col-wrapper {
display: table;
width: 100%;
}
.product-detail-container .col-wrapper .col {
display: table-cell;
vertical-align: middle;
}
}
@media (min-width: 768px) {
.wc-bookings-booking-form .order_details {
display: table;
width: 100%;
text-align: left;
}
.wc-bookings-booking-form table.shop_table tr:hover td {
background: #f5f5f5;
}
.wc-bookings-booking-form .order_details li {
display: table-cell;
width: auto;
margin: 0;
float: none;
vertical-align: middle;
}
.wc-bookings-booking-form h2 {
font-size: 1.5857em;
}
.form-holder.form-holder-details {
margin-bottom: 30px;
}
.wc-bookings-booking-form #content table.cart td.actions .coupon,
.wc-bookings-booking-form table.cart td.actions .coupon,
.wc-bookings-booking-form #content table.cart td.actions .coupon,
.wc-bookings-booking-form table.cart td.actions .coupon {
width: 400px;
float: left;
}
.woocommerce form .btn.more-option-opener, .woocommerce form a.more-option-opener.button,
.woocommerce form input.more-option-opener.button,
.woocommerce form button.more-option-opener.button {
display: inline-block;
}
.addons-row {
display: none;
}
.addons-row.show-option {
display: table-row;
}
}
@media only screen and (min-width: 992px) {
.product-detail-container .col-wrapper {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.wc_vendor_shop {
display: block;
}
.wcv_shop_detail {
position: absolute;
z-index: 3;
top: 75px;
right: calc(50% + 90px);
background: rgba(0, 0, 0, 0.3);
color: #fff;
opacity: 0;
text-align: right;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.wcv_shop_detail.toggle-des {
opacity: 1;
}
.wcv_shop_detail h1 {
color: #fff;
}
}
@media (min-width: 1230px) {
.wcv_shop_detail {
top: 102px;
}
}
@media only screen and (max-width: 1531px) {
.wc-bookings-booking-form fieldset label {
width: 28.7%;
}
}
@media only screen and (max-width: 1300px) {
.woocommerce .jcf-select.jcf-select-variation-prod-select,
.woocommerce .quantity .qty,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 240px;
}
}
@media only screen and (max-width: 1239px) {
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form input.button.alt {
width: 160px;
}
}
@media only screen and (max-width: 991px) {
.wc-bookings-booking-form .variations_form.cart tr {
display: block;
width: 100%;
padding-right: 0;
margin: 0 0 25px;
float: none;
text-align: left;
}
.wc-bookings-booking-form .variations_form.cart tr:last-child {
margin: 0;
}
.wc-bookings-booking-form .label {
display: block;
width: 100%;
margin: 0 0 0;
text-align: left;
}
.wc-bookings-booking-form .variations_form.cart {
max-width: 100%;
margin-top: 25px;
}
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form nput.button.alt {
width: inherit;
}
.wc-bookings-booking-form .quantity {
width: 100%;
float: none;
}
.wc-bookings-booking-form .variations_form.cart th {
display: block;
padding: 0;
}
.wc-bookings-booking-form .jcf-select {
margin: 0;
}
.wc-bookings-booking-form .single_variation_wrap {
margin-top: 15px;
}
.product-detail-container .wc-bookings-booking-form .single_variation_wrap .price {
position: relative;
right: 0;
margin: 0;
}
.wc-bookings-booking-form .woocommerce-variation-price {
padding: 8px 0 15px;
}
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form input.button.alt {
width: 100%;
}
.wc-bookings-booking-form #respond input#submit.alt.disabled,
.wc-bookings-booking-form #respond input#submit.alt.disabled:hover,
.wc-bookings-booking-form #respond input#submit.alt:disabled,
.wc-bookings-booking-form #respond input#submit.alt:disabled:hover,
.wc-bookings-booking-form #respond input#submit.alt:disabled[disabled],
.wc-bookings-booking-form #respond input#submit.alt:disabled[disabled]:hover,
.wc-bookings-booking-form a.button.alt.disabled,
.wc-bookings-booking-form a.button.alt.disabled:hover,
.wc-bookings-booking-form a.button.alt:disabled,
.wc-bookings-booking-form a.button.alt:disabled:hover,
.wc-bookings-booking-form a.button.alt:disabled[disabled],
.wc-bookings-booking-form a.button.alt:disabled[disabled]:hover,
.wc-bookings-booking-form button.button.alt.disabled,
.wc-bookings-booking-form button.button.alt.disabled:hover,
.wc-bookings-booking-form button.button.alt:disabled,
.wc-bookings-booking-form button.button.alt:disabled:hover,
.wc-bookings-booking-form button.button.alt:disabled[disabled],
.wc-bookings-booking-form button.button.alt:disabled[disabled]:hover,
.wc-bookings-booking-form input.button.alt.disabled,
.wc-bookings-booking-form input.button.alt.disabled:hover,
.wc-bookings-booking-form input.button.alt:disabled,
.wc-bookings-booking-form nput.button.alt:disabled:hover,
.wc-bookings-booking-form input.button.alt:disabled[disabled],
.wc-bookings-booking-form input.button.alt:disabled[disabled]:hover {
margin: 20px 0 0;
}
.trip-info {
margin-bottom: 0;
}
.wc-bookings-booking-form fieldset label {
width: 30.7%;
}
}
@media (max-width: 767px) {
.woocommerce .quantity .qty {
display: inline-block;
}
.woocommerce table.shop_table .product-remove {
width: auto;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
max-width: 400px;
padding-bottom: 0;
margin: 0 auto 20px;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .button {
width: 100%;
margin-top: 20px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
max-width: 400px;
margin: 20px auto 0;
}
.woocommerce table.shop_table td {
padding: 15px;
}
}
@media only screen and (max-width: 767px) {
.wc-bookings-booking-form p.form-field-wide {
width: 100%;
float: none;
}
.wc-bookings-booking-form p.form-field-wide:nth-child(odd) {
margin-right: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .jcf-select .jcf-select-text,
.jcf-select .jcf-select-opener:after {
font-size: 12px;
}
.variations_form a.reset_variations {
position: relative;
top: -5px;
margin: 0;
font-size: 14px;
}
.product-detail-container .woocommerce .price {
font-size: 1.2em;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
max-width: 100%;
margin: 20px 0 0;
}
.woocommerce .jcf-select.jcf-select-variation-prod-select,
.woocommerce .quantity .qty,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 100%;
}
.woocommerce .variations_form.cart tr,
.woocommerce .quantity {
width: 100%;
padding-right: 0;
float: none;
}
.woocommerce .label {
display: block;
width: 100%;
margin: 20px 0 0;
float: none;
text-align: left;
}
.woocommerce .variations_form.cart td,
.woocommerce .variations_form.cart th {
display: block;
}
.product-detail-container .woocommerce .single_variation_wrap .price {
position: relative;
right: 0;
margin: 0;
}
.trip-info .product_meta span {
display: none;
width: 100%;
float: none;
}
.wc-bookings-booking-form.wc-bookings-booking-cost .woocommerce-Price-amount.amount {
font-size: 1.5em;
}
.wc-bookings-booking-form fieldset label {
width: 29.7%;
}
}
#wc-bookings-booking-form .jcf-select {
padding-left: 1rem;
border: 0;
margin: 0 10px 15px 0;
background-color: #ffffff;
border-radius: 7px;
-webkit-box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
outline: none;
}
.cart-holder table.table tbody tr td,
.cart-holder table.table thead tr td {
vertical-align: top;
}
.cart-holder .img-wrap {
width: 55px;
padding-right: 0;
margin-right: 20px;
margin-bottom: 0;
}
.cart-holder table.table tbody tr .middle {
padding-top: 0;
padding-bottom: 0;
}
.woocommerce .order_details {
padding: 20px 44px;
}
.woocommerce-order-details ul.wc-item-meta {
padding: 0;
}
.woocommerce form .form-row .input-checkbox {
position: relative;
} #wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
background-color: #b0a377;
color: #c4c6ff;
}
#wc-bookings-booking-form .ui-state-hover,
#wc-bookings-booking-form .ui-datepicker-next-hover {
background-color: #b0a377;
color: #c4c6ff;
}
#wc-bookings-booking-form .ui-state-disabled,
#wc-bookings-booking-form .ui-widget-content .ui-state-disabled,
#wc-bookings-booking-form .ui-widget-header .ui-state-disabled {
opacity: 1;
}
#wc-bookings-booking-form .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
border: 0;
} .ui-datepicker-calendar tbody {
background-color: #1f2933;
}
.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
background-color: #1f2933 !important;
}
#wc-bookings-booking-form .ui-corner-all:hover,
#wc-bookings-booking-form .ui-datepicker-next:hover {
background-color: #b0a377;
color: #c4c6ff;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
font-weight: 700;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
border: 0;
background-color: #f5f7fa;
color: #1f2933;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
background-color: #f5f7fa;
color: #1f2933;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td .ui-state-default {
border: 0;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
background: #fff;
color: #9aa5b1;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
background-color: #e6e6ff !important;
color: #1f2933 !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
background-color: #3525e6 !important;
color: #fff !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.not_bookable {
background-color: #c02127 !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a {
background-color: #e6e6ff !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
background-color: #1f2933 !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
background: #b0a377 !important;
}
.wc-bookings-booking-form .block-picker li a {
background-color: #ffffff !important;
}
.wc-bookings-booking-form .block-picker li a.selected {
background: #fff !important;
color: #b0a377 !important;
}
.wc-bookings-booking-form .block-picker li a:hover {
background-color: #3525e6 !important;
}
.wc-bookings-booking-form label {
text-align: left;
}
.wc-bookings-booking-form .jcf-select .jcf-select-opener {
right: 5px !important;
}
.wc-bookings-booking-form .jcf-select .jcf-select-opener:after {
color: #5c5e62;
}
.wc-bookings-booking-form .jcf-select .jcf-select-text {
color: #5c5e62;
line-height: 34px;
}
.wc-bookings-booking-form .form-field {
display: inline-block;
min-width: 200px;
margin-right: 20px;
font-size: 16px;
}
.wc-bookings-booking-form .form-field input[type='number'] {
width: 100%;
line-height: 34px;
}
.wc-bookings-booking-form input[type='number'] {
padding-left: 1rem;
border: 0;
margin: 0 10px 15px 0;
background-color: #ffffff;
border-radius: 7px;
-webkit-box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
box-shadow: 0 6px 4px 1px rgba(237, 237, 237, 0.5);
outline: none;
}
.wc-bookings-booking-form-button {
min-width: 345px;
padding: 0;
border-color: #5d55fa;
margin: 0 0 30px;
background: #5d55fa;
border-radius: 5px;
color: #ffffff;
font-size: 18px;
letter-spacing: 1px;
line-height: 38px;
text-transform: capitalize;
}
.wc-bookings-booking-form-button:hover {
border-color: #3525e6;
background: #3525e6;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
} @media only screen and (min-width: 1230px) {
.inner-top {
padding-top: 90px;
}
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: none;
padding: 0;
margin: 0;
border-radius: 0;
}
.entrada-wc-error ul li {
list-style: none;
}
.jcf-select.jcf-select-country_select {
display: block !important;
box-shadow: none;
border: 2px solid #dfdfdf;
}
.jcf-select.jcf-select-country_select .jcf-select-text {
padding-left: 10px;
font-style: italic;
font-weight: 500;
}
.slot-option {
max-width: 150px;
}
.input-text {
border: 2px solid #dfdfdf;
background: transparent;
color: #5c5e62;
height: 40px;
padding: 4px 10px;
display: block;
}
.woocommerce form .btn.btn-default {
height: 40px;
padding: 10px;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
padding: 1em 1em 1em 3.5em;
position: relative;
border-radius: 4px;
background: #fff;
color: #5c5e62;
list-style: none outside;
width: auto;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
color: #5c5e62;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
content: '';
display: block;
clear: both;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
list-style: none outside;
padding-left: 0;
margin-left: 0;
}
.woocommerce-message {
border-top: 3px solid #e2e2e2;
}
.woocommerce-info {
border-top: 3px solid #ccc;
background: #f5f5f5;
color: #5c5e62;
margin-bottom: 20px;
}
.woocommerce-info:before {
font-family: Times, Georgia, serif;
font-style: italic;
background-color: #d9d9d9;
content: 'i';
display: inline-block;
padding: 0 10px;
border-radius: 100%;
color: black;
margin-right: 15px;
}
.woocommerce-error {
border-top: 3px solid #b81c23;
}
.myaccount-sidebar.sidebar .heading h3 {
padding-left: 40px;
}
.myaccount-sidebar.sidebar .heading h3:before {
content: '\e975';
font-size: 18px;
top: 3px;
}
.myaccount-sidebar.sidebar .sidebar-holder {
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.myaccount-sidebar.sidebar .side-list a {
padding: 10px 30px;
display: block;
border-top: 1px solid #dedede;
color: #5c5e62;
}
.myaccount-overview .form-row.form-bottom-space {
margin-bottom: 30px;
}
.myaccount-sidebar.sidebar .side-list a:hover,
.myaccount-sidebar.sidebar .side-list .active a {
background: #dedede;
color: #5c5e62;
}
.myaccount-sidebar.sidebar .side-list a:hover .ico-holder {
width: 30px;
}
.myaccount-sidebar.sidebar .side-list .ico-holder {
width: 35px;
}
.myaccount-sidebar .side-list [class^='icon-'],
.myaccount-sidebar .side-list [class*=' icon-'] {
font-size: 20px;
}
.myaccount-sidebar .side-list .ico-holder,
.myaccount-sidebar .side-list .text {
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.myaccount-sidebar.sidebar .side-list li {
margin: 0;
}
.myaccount-overview h2 {
font-size: 1.8em;
margin: 0 0 10px;
}
.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: 0.09em;
}
.woocommerce form .form-row {
margin-bottom: 20px;
}
.woocommerce form .form-row:last-child {
margin-bottom: 0;
}
.woocommerce form .form-row label {
line-height: 1.71429;
margin-bottom: 10px;
}
.myaccount-overview .table-container .text-wrap {
overflow: hidden;
}
.myaccount-overview .table-container .product-title {
display: block;
font-weight: 400;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.myaccount_user {
margin-bottom: 30px;
}
.myaccount-overview .table-container time {
font-style: italic;
display: block;
font-weight: 400;
}
.table {
margin: 0;
}
.myaccount-overview .addresses {
margin-top: 30px;
}
.account-form .link-view {
margin-bottom: 15px;
}
.woocommerce .order_details {
margin: 20px 0;
padding: 0;
font-weight: 700;
background: #f5f7fa;
border: 1px solid #f3f3f3;
}
.woocommerce .order_details li {
width: 49%;
display: inline-block;
padding: 10px;
border: 0;
margin: 0;
}
.form.holder.form-holder-details {
margin-bottom: 30px;
}
.woocommerce h2 {
font-size: 1.2857em;
color: #5c5e62;
margin: 20px 0;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation-link {
margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation-link a {
display: inline-block;
position: relative;
padding-left: 50px;
}
.woocommerce-MyAccount-navigation-link a:before {
position: absolute;
top: 0;
left: 0;
font-family: 'icomoon';
content: '\e976';
font-size: 25px;
line-height: 1;
}
.woocommerce-MyAccount-navigation-link.is-active a {
color: #3e4c59;
}
.woocommerce-MyAccount-navigation-link--orders a:before {
content: '\e971';
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
content: '\e973';
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
content: '\e90f';
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
content: '\e974';
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
content: '\e972';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
font-family: 'Material Icons';
content: '\e871';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--vendor-dashboard a:before {
font-family: 'Material Icons';
content: '\e871';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
font-family: 'Material Icons';
content: '\e167';
}
.woocommerce table.shop_table {
border: 0;
}
.woocommerce table.shop_table td {
border-top: 1px solid #f5f5f5;
padding: 25px 20px;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
height: 40px;
padding: 0.618em 1em;
}
.woocommerce table.shop_table .product-subtotal {
text-align: right;
}
.woocommerce table.shop_table th {
padding: 25px 20px;
font-weight: bold;
}
.woocommerce table.shop_table .product-thumbnail {
width: 85px;
padding-left: 0;
padding-right: 0;
}
.woocommerce table.shop_table .product-remove a {
text-indent: -9999px;
overflow: hidden;
display: block;
color: #252525;
padding: 5px;
width: 30px;
height: 30px;
}
.woocommerce table.shop_table .product-remove {
width: 80px;
}
.woocommerce table.shop_table .product-remove a:before {
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;
content: '\e963';
display: inline-block;
text-indent: 9999px;
color: #252525;
font-size: 24px;
}
.woocommerce table.shop_table .product-remove a:hover {
background: none;
color: #252525;
}
.woocommerce table.shop_table .product-name {
font-size: 16px;
font-weight: 600;
}
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal {
font-weight: bold;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
float: left;
}
.woocommerce table.cart td.actions .coupon {
margin-bottom: 20px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: #fff;
background: #777;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
color: #fff;
background: #999;
}
.woocommerce table.cart td.actions .coupon .input-text {
display: inline-block;
margin-right: 20px;
border-color: #f5f5f5;
margin-right: 20px;
width: 210px;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.woocommerce table.cart .addons-row td {
background: #f3f3f3;
border-color: #f0f0f0;
}
.woocommerce form .btn.more-option-opener {
margin-top: 15px;
font-size: 12px;
padding: 5px;
height: auto;
display: none;
}
.woocommerce table.cart .btn-row:hover td {
background: none;
}
.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder {
color: #5c5e62;
}
.woocommerce table.cart td.actions .coupon .button {
float: right;
width: 170px;
font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
border: 1px solid #f5f5f5;
padding: 20px;
float: none;
width: auto;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
margin: 0 0 20px;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td {
padding: 10px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background: none;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td {
text-align: right;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #000;
}
.woocommerce table.shop_table th {
font-size: 16px;
}
.woocommerce table.shop_table tr td {
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.woocommerce table.shop_table tr td.product-price {
vertical-align: top;
}
.woocommerce table.shop_table tr:last-child:hover td {
background: none;
}
.woocommerce table.shop_table .sub-text {
display: block;
font-weight: 400;
font-style: italic;
letter-spacing: 0.09em;
margin-top: 5px;
font-size: 14px;
font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.wc-proceed-to-checkout {
text-align: right;
}
.woocommerce table.shop_table .product-quantity .num-hold {
width: 150px;
height: 32px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
text-align: center;
line-height: 29px;
display: inline-block;
}
.woocommerce table.shop_table .product-quantity .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;
}
.woocommerce table.shop_table .product-quantity .num-hold .control.plus {
float: right;
border-width: 0 0 0 1px;
}
.woocommerce table.shop_table .product-quantity .input-count-hold {
overflow: hidden;
}
.woocommerce table.shop_table .product-quantity .input-count-hold input {
width: 100%;
background: none;
border: 0;
height: 32px;
text-align: center;
}
.woocommerce table.shop_table .time {
display: block;
font-weight: normal;
font-size: 12.6px;
}
.woocommerce table.shop_table td.actions {
padding-top: 60px;
}
.woocommerce table.shop_table th.product-name {
font-weight: bold;
}
.woocommerce a.button {
padding: 14px 10px;
}
input#apply_for_vendor ~ label {
display: inline-block;
margin: 0 0 0 10px;
}
input#apply_for_vendor {
margin-top: 0;
margin-left: 10px;
}
.addons-more-option {
max-height: 0;
overflow: hidden;
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
font-style: normal;
}
.addons-more-option .time {
margin-bottom: 15px;
}
.addons-more-option .time span {
display: inline-block;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 230px;
}
.woocommerce table.shop_table tr.addons-row td {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce table.shop_table tr.addons-row td:last-child {
text-align: right;
}
.cart-inner-table {
width: 100%;
}
.addons-row input {
border: 2px solid #e2e2e2;
height: 30px;
width: 70px;
padding: 0 10px;
}
.wc_vendor_shop {
position: absolute;
z-index: 3;
top: 10px;
right: 10px;
color: #fff;
font-size: 18px;
width: 70px;
text-align: center;
cursor: pointer;
display: none;
}
.wcv_shop_detail {
padding: 15px;
text-align: center;
}
.wcv_shop_detail h1 {
font-size: 20px;
margin: 0 0 10px;
font-weight: 400;
}
.wcv_shop_description {
margin: 0;
}
.num-hold .input-count-hold {
overflow: hidden;
}
.num-hold .input-count-hold input {
padding: 0 10px;
font-weight: 700;
background: none;
border: 0;
text-align: center;
width: 100%;
} .color-option {
list-style: none;
margin: 0;
padding: 0;
}
.num-hold {
width: 150px;
height: 32px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
text-align: center;
line-height: 29px;
}
.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;
}
.num-hold .control:hover {
background: #e1e1e1;
}
.num-hold .control.plus {
float: right;
border-width: 0 0 0 1px;
}
.num-hold .val {
padding: 0 10px;
font-weight: 700;
}
.product-detail-container .nav-v {
text-align: center;
}
.product-detail-container .nav-v li {
width: auto;
}
.product-detail-container .nav-v li.active a,
.product-detail-container .nav-v li:focus a {
border: 2px solid #3e4c59;
}
.product-detail-container .nav-v li.active a:focus,
.product-detail-container .nav-v li:focus a:focus {
border: 2px solid #3e4c59;
}
.product-detail-container .nav-v li a {
display: block;
border: 2px solid #e2e2e2;
border-radius: 50%;
width: 50px;
height: 50px;
overflow: hidden;
}
.product-detail-container .nav-v li a img {
width: 100%;
}
.product-detail-container .jq-ry-container {
padding-left: 0;
margin-bottom: 30px;
}
.product-detail-container .col-wrapper {
margin-bottom: 45px;
}
.product-detail-container .des {
margin-bottom: 30px;
}
.product-detail-container .slot {
margin-bottom: 30px;
}
.product-detail-container .slot .lbltext {
display: inline-block;
vertical-align: middle;
width: 70px;
}
.product-detail-container .slot .slot-hold {
display: inline-block;
vertical-align: middle;
width: calc(100% - 75px);
}
.product-detail-container .badge {
margin-bottom: 15px;
border-radius: 0;
}
.product-detail-container .price {
font-size: 20px;
font-weight: 700;
}
.product-detail-container .price sup {
color: #9d9d9d;
}
.product-detail-container .tab-content {
text-align: center;
}
.product-detail-container .pro-detail-frame {
padding-top: 25px;
margin-bottom: 0;
border-top: 1px solid #e2e2e2;
overflow: hidden;
}
.product-detail-container .pro-detail-frame .right-pos {
margin-top: 15px;
}
.product-detail-container .pro-detail-frame .left-pos,
.product-detail-container .pro-detail-frame .right-pos {
text-align: center;
}
.product-detail-container .pro-detail-frame .left-pos span,
.product-detail-container .pro-detail-frame .left-pos i,
.product-detail-container .pro-detail-frame .right-pos span,
.product-detail-container .pro-detail-frame .right-pos i {
display: inline-block;
vertical-align: middle;
width: auto;
margin-right: 10px;
}
.product-detail-container .pro-detail-frame .left-pos .lbltext,
.product-detail-container .pro-detail-frame .right-pos .lbltext {
text-transform: uppercase;
letter-spacing: 2px;
}
.badge.bg-primary {
background: #3e4c59;
}
.number-action {
border: 2px solid #e2e2e2;
border-radius: 25px;
display: inline-block;
display: table;
width: 100px;
}
.number-action > * {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 5px;
}
.number-action .number {
font-weight: 700;
}
.color-option li {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.color-option li.selected a {
width: 24px;
height: 24px;
}
.color-option li.selected a:before {
left: 6px;
right: 6px;
top: 6px;
bottom: 6px;
}
.color-option li.selected a:after {
border: 2px solid #e2e2e2;
}
.color-option li.green a:before {
background: green;
}
.color-option li.purple a:before {
background: purple;
}
.color-option li.brown a:before {
background: brown;
}
.color-option li.gray a:before {
background: gray;
}
.color-option li a {
text-indent: -9999px;
overflow: hidden;
display: inline-block;
vertical-align: middle;
width: 12px;
height: 12px;
border-radius: 100%;
position: relative;
}
.color-option li a:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
border-radius: 100%;
}
.color-option li a:after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 100%;
}
.product-list .button-container {
margin: 20px 0;
}
.product-list .color-option {
float: right;
margin-top: 10px;
} .woocommerce .label {
color: #5c5e62;
font-size: 16px;
margin: 33px 0 0;
padding: 0;
border-radius: 0;
display: inline-block;
}
.woocommerce .variations_form.cart {
width: 100%;
}
.woocommerce .variations_form.cart table {
width: 100%;
position: relative;
}
.woocommerce .variations_form.cart tr {
width: 41%;
float: left;
padding-right: 15px;
}
.woocommerce .jcf-select.jcf-select-variation-prod-select {
position: relative;
border: 1px solid #3e4c59;
display: block;
height: 44px;
width: 215px;
cursor: pointer;
background-color: #3e4c59;
margin: 5px 0 15px;
color: #fff;
padding: 11px 0 0 15px;
border-radius: 7px;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-text,
.jcf-select-variation-prod-select.jcf-select .jcf-select-opener:after {
font-size: 14px;
color: #fff;
font-weight: 700;
line-height: 22px;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-opener {
right: 10px;
}
.woocommerce .jcf-select-variation-prod-select.jcf-select .jcf-select-opener:after {
font-weight: normal;
line-height: 18px;
}
.jcf-select-variation-prod-select .jcf-list ul {
list-style: none;
padding: 0;
margin: 0;
background: #323f4b;
}
.jcf-select-variation-prod-select .jcf-list ul li {
display: block;
}
.jcf-select-variation-prod-select .jcf-list .jcf-option {
padding-left: 15px;
color: #fff;
}
.jcf-select-variation-prod-select.jcf-select-drop .jcf-hover,
.jcf-select-variation-prod-select .jcf-list-box .jcf-selected {
background: #1f2933;
}
.woocommerce .quantity .qty {
width: 215px;
text-align: left;
margin: 0 0 15px 0;
outline: none;
height: 40px;
background: #3e4c59;
border: 1px solid #3e4c59;
color: #fff;
font-weight: 700;
border-radius: 7px;
}
.woocommerce .single_variation_wrap {
position: relative;
}
.woocommerce .quantity {
width: 41%;
float: left;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 215px;
outline: none;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #474d4b;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #777;
}
.woocommerce .product_meta {
padding: 15px 0 0 0;
}
.product-detail-container .woocommerce .price {
font-size: 1.8em;
font-weight: 700;
margin: 0 0 0;
color: #474d4b;
}
.product-detail-container .woocommerce .single_variation_wrap .price {
position: absolute;
right: -15px;
margin: 0 0 0 -22px;
}
.woocommerce a.reset_variations {
padding: 0;
font-size: 16px;
font-weight: 700;
position: absolute;
top: 100%;
right: 0;
margin: -38px 0 0 0;
}
.trip-info .price {
position: relative;
}
.trip-info .woocommerce-Price-amount.amount {
position: absolute;
top: 100%;
left: 0;
text-align: center;
width: 100%;
font-style: normal;
font-weight: 700;
display: block;
color: #474d4b;
margin: 25px 0 0;
}
.wc-bookings-booking-form {
border: none;
padding: 0;
margin: 100px 0 0 0;
}
.wc-bookings-booking-form label {
display: block;
color: #5c5e62;
font-size: 16px;
text-align: left;
}
.wc-bookings-booking-form p.form-field-wide {
margin: 0 0 1em;
text-align: left;
width: 47.9%;
float: left; }
.wc-bookings-booking-form p.form-field-wide:nth-child(odd) {
margin-right: 4%;
}
.wc-bookings-booking-form span.label {
color: #5c5e62;
font-size: 16px;
text-align: left;
padding: 0 0;
}
.wc-bookings-booking-form fieldset legend small {
text-decoration: none;
padding-left: 0;
color: #5c5e62;
font-size: 14px;
}
.wc-bookings-booking-form fieldset.wc-bookings-date-picker {
float: none;
width: 100%;
text-align: left;
}
.wc-bookings-booking-form fieldset + .wc-bookings-booking-cost,
.wc-bookings-booking-form fieldset + .form-field.form-field-wide {
background: none;
border-top: none;
position: relative;
margin: 0 0 25px;
padding: 0 0 3px 0; text-align: left;
font-size: 16px;
}
.wc-bookings-booking-form .form-field input[type='number'] {
width: 60%;
text-align: center;
margin: 0 10px 15px 0;
outline: none;
height: 40px;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
background-image: none;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev {
background: #252525;
height: 3em;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
border: 0;
}
.wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.wc-bookings-booking-form fieldset input {
text-align: center;
margin: 0 0 0 0;
outline: none;
height: 40px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
color: #5c5e62;
font-weight: 700;
}
.wc-bookings-booking-form fieldset label {
width: 30.7%;
}
.wc-bookings-booking-form fieldset label span {
font-size: 14px;
color: #5c5e62;
margin: 10px 0 0;
}
.wc-bookings-booking-form .wc-bookings-booking-cost .woocommerce-Price-amount.amount {
font-size: 1.8em;
text-align: left;
position: relative;
top: 0;
left: 0;
}
.wc-bookings-booking-form-button {
background: #5d55fa;
border-color: #5d55fa;
font-size: 30px;
line-height: 38px;
font-weight: 300;
min-width: 345px;
letter-spacing: 1px;
padding: 10px;
color: #ffffff;
text-transform: capitalize;
}
.wc-bookings-booking-form-button:hover {
background: #3525e6;
border-color: #3525e6;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.wc-bookings-booking-form .form-field {
font-size: 16px;
}
.trip-info .product_meta {
padding: 20px 0;
font-size: 16px;
font-weight: 700;
text-align: left;
}
.trip-info .product_meta a {
font-weight: normal;
margin: 0 0 0 10px;
font-size: 14px;
}
.trip-info .product_meta span {
display: inline-block;
width: 50%;
float: left;
margin: 10px 0 0;
}
.wc-bookings-booking-form .wc-bookings-date-picker-date-fields {
padding: 5px 0;
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
background: none;
border-top: none;
margin: 0; padding: 20px 0 5px;
text-align: left;
font-size: 16px;
}
.wc-bookings-booking-form .block-picker {
padding-bottom: 10px;
}
.woocommerce-product-rating .star-rating {
display: inline-block;
}
@media only screen and (min-width: 768px) {
.product-detail-container .nav-v {
float: left;
width: 150px;
text-align: left;
}
.product-detail-container .nav-v li {
width: auto;
}
.product-detail-container .nav-v li.active a,
.product-detail-container .nav-v li:focus a {
border: 2px solid #3e4c59;
}
.product-detail-container .nav-v li.active a:focus,
.product-detail-container .nav-v li:focus a:focus {
border: 2px solid #3e4c59;
}
.product-detail-container .nav-v li a {
display: block;
border: 2px solid #3e4c59;
border-radius: 50%;
width: 80px;
height: 80px;
overflow: hidden;
}
.product-detail-container .nav-v li a img {
width: 100%;
}
.product-detail-container .pro-detail-frame .left-pos,
.product-detail-container .pro-detail-frame .right-pos {
text-align: left;
width: 50%;
float: left;
}
.product-detail-container .pro-detail-frame .right-pos {
margin-top: 0;
text-align: right;
}
.product-detail-container .col-wrapper {
display: table;
width: 100%;
}
.product-detail-container .col-wrapper .col {
display: table-cell;
vertical-align: middle;
}
}
@media (min-width: 768px) {
.wc-bookings-booking-form .order_details {
display: table;
width: 100%;
text-align: left;
}
.wc-bookings-booking-form table.shop_table tr:hover td {
background: #f5f5f5;
}
.wc-bookings-booking-form .order_details li {
display: table-cell;
vertical-align: middle;
width: auto;
float: none;
margin: 0;
}
.wc-bookings-booking-form h2 {
font-size: 1.5857em;
}
.form-holder.form-holder-details {
margin-bottom: 30px;
}
.wc-bookings-booking-form #content table.cart td.actions .coupon,
.wc-bookings-booking-form table.cart td.actions .coupon,
.wc-bookings-booking-form #content table.cart td.actions .coupon,
.wc-bookings-booking-form table.cart td.actions .coupon {
float: left;
width: 400px;
}
.woocommerce form .btn.more-option-opener {
display: inline-block;
}
.addons-row {
display: none;
}
.addons-row.show-option {
display: table-row;
}
}
@media only screen and (min-width: 992px) {
.product-detail-container .col-wrapper {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.wc_vendor_shop {
display: block;
}
.wcv_shop_detail {
position: absolute;
right: calc(50% + 90px);
top: 75px;
text-align: right;
z-index: 3;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
opacity: 0;
color: #fff;
}
.wcv_shop_detail.toggle-des {
opacity: 1;
}
.wcv_shop_detail h1 {
color: #fff;
}
}
@media (min-width: 1230px) {
.wcv_shop_detail {
top: 102px;
}
}
@media only screen and (max-width: 1531px) {
.wc-bookings-booking-form .form-field input[type='number'] {
width: 80%;
}
.wc-bookings-booking-form fieldset label {
width: 28.7%;
}
}
@media only screen and (max-width: 1300px) {
.woocommerce .jcf-select.jcf-select-variation-prod-select,
.woocommerce .quantity .qty,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 240px;
}
.wc-bookings-booking-form .form-field input[type='number'] {
width: 30%;
}
}
@media only screen and (max-width: 1239px) {
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form input.button.alt {
width: 160px;
}
}
@media only screen and (max-width: 991px) {
.wc-bookings-booking-form .variations_form.cart tr {
width: 100%;
float: none;
padding-right: 0;
display: block;
text-align: left;
margin: 0 0 25px;
}
.wc-bookings-booking-form .variations_form.cart tr:last-child {
margin: 0;
}
.wc-bookings-booking-form .label {
display: block;
width: 100%;
text-align: left;
margin: 0 0 0;
}
.wc-bookings-booking-form .variations_form.cart {
max-width: 100%;
margin-top: 25px;
}
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form nput.button.alt {
width: inherit;
}
.wc-bookings-booking-form .quantity {
width: 100%;
float: none;
}
.wc-bookings-booking-form .variations_form.cart th {
padding: 0;
display: block;
}
.wc-bookings-booking-form .jcf-select {
margin: 0;
}
.wc-bookings-booking-form .single_variation_wrap {
margin-top: 15px;
}
.product-detail-container .wc-bookings-booking-form .single_variation_wrap .price {
position: relative;
right: 0;
margin: 0;
}
.wc-bookings-booking-form .woocommerce-variation-price {
padding: 8px 0 15px;
}
.wc-bookings-booking-form .jcf-select,
.wc-bookings-booking-form .quantity .qty,
.wc-bookings-booking-form #respond input#submit.alt,
.wc-bookings-booking-form a.button.alt,
.wc-bookings-booking-form button.button.alt,
.wc-bookings-booking-form input.button.alt {
width: 100%;
}
.wc-bookings-booking-form #respond input#submit.alt.disabled,
.wc-bookings-booking-form #respond input#submit.alt.disabled:hover,
.wc-bookings-booking-form #respond input#submit.alt:disabled,
.wc-bookings-booking-form #respond input#submit.alt:disabled:hover,
.wc-bookings-booking-form #respond input#submit.alt:disabled[disabled],
.wc-bookings-booking-form #respond input#submit.alt:disabled[disabled]:hover,
.wc-bookings-booking-form a.button.alt.disabled,
.wc-bookings-booking-form a.button.alt.disabled:hover,
.wc-bookings-booking-form a.button.alt:disabled,
.wc-bookings-booking-form a.button.alt:disabled:hover,
.wc-bookings-booking-form a.button.alt:disabled[disabled],
.wc-bookings-booking-form a.button.alt:disabled[disabled]:hover,
.wc-bookings-booking-form button.button.alt.disabled,
.wc-bookings-booking-form button.button.alt.disabled:hover,
.wc-bookings-booking-form button.button.alt:disabled,
.wc-bookings-booking-form button.button.alt:disabled:hover,
.wc-bookings-booking-form button.button.alt:disabled[disabled],
.wc-bookings-booking-form button.button.alt:disabled[disabled]:hover,
.wc-bookings-booking-form input.button.alt.disabled,
.wc-bookings-booking-form input.button.alt.disabled:hover,
.wc-bookings-booking-form input.button.alt:disabled,
.wc-bookings-booking-form nput.button.alt:disabled:hover,
.wc-bookings-booking-form input.button.alt:disabled[disabled],
.wc-bookings-booking-form input.button.alt:disabled[disabled]:hover {
margin: 20px 0 0;
}
.trip-info {
margin-bottom: 0;
}
.wc-bookings-booking-form .form-field input[type='number'] {
width: 60%;
}
.wc-bookings-booking-form fieldset label {
width: 30.7%;
}
}
@media (max-width: 767px) {
.woocommerce .quantity .qty {
display: inline-block;
}
.woocommerce table.shop_table .product-remove {
width: auto;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
max-width: 400px;
margin: 0 auto 20px;
padding-bottom: 0;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .button {
width: 100%;
margin-top: 20px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
max-width: 400px;
margin: 20px auto 0;
}
.woocommerce table.shop_table td {
padding: 15px;
}
}
@media only screen and (max-width: 767px) {
.wc-bookings-booking-form p.form-field-wide {
width: 100%;
float: none;
}
.wc-bookings-booking-form p.form-field-wide:nth-child(odd) {
margin-right: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .jcf-select .jcf-select-text,
.jcf-select .jcf-select-opener:after {
font-size: 12px;
}
.variations_form a.reset_variations {
font-size: 14px;
top: -5px;
margin: 0;
position: relative;
}
.product-detail-container .woocommerce .price {
font-size: 1.2em;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
margin: 20px 0 0;
max-width: 100%;
}
.woocommerce .jcf-select.jcf-select-variation-prod-select,
.woocommerce .quantity .qty,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
width: 100%;
}
.woocommerce .variations_form.cart tr,
.woocommerce .quantity {
width: 100%;
float: none;
padding-right: 0;
}
.woocommerce .label {
margin: 20px 0 0;
display: block;
width: 100%;
float: none;
text-align: left;
}
.woocommerce .variations_form.cart td,
.woocommerce .variations_form.cart th {
display: block;
}
.product-detail-container .woocommerce .single_variation_wrap .price {
margin: 0;
position: relative;
right: 0;
}
.trip-info .product_meta span {
display: block;
width: 100%;
float: none;
}
.wc-bookings-booking-form-button {
font-size: 18px;
padding: 0 0;
margin: 0 0;
}
.wc-bookings-booking-form.wc-bookings-booking-cost .woocommerce-Price-amount.amount {
font-size: 1.5em;
}
.wc-bookings-booking-form fieldset label {
width: 29.7%;
}
}
.wc-bookings-booking-form .jcf-select .jcf-select-text {
color: #5c5e62;
}
.wc-bookings-booking-form .jcf-select .jcf-select-opener:after {
color: #5c5e62;
}
.cart-holder table.table tbody tr td,
.cart-holder table.table thead tr td {
vertical-align: top;
}
.cart-holder .img-wrap {
margin-right: 20px;
margin-bottom: 0;
width: 55px;
padding-right: 0;
border-radius: 5px;
}
.cart-holder table.table tbody tr .middle {
padding-top: 0;
padding-bottom: 0;
}
.woocommerce .order_details {
padding: 20px 44px;
}
.woocommerce-order-details ul.wc-item-meta {
padding: 0;
}
.woocommerce form .form-row .input-checkbox {
position: relative;
} h1,
h2,
h3,
.h3,
h4 {
font-family: "Poppins", sans-serif !important;
}
@media only screen and (min-width: 992px)
h3, .h3 {
font-size: 1.714em !important;
}
.bold a{
font-weight:bold;
}
.footer-nav {
font-family:"Poppins", sans-serif;
}
@font-face {
font-family: 'proxima_nova_bold';
src: url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.eot);
src: url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.woff2) format('woff2'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.woff) format('woff'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.ttf) format('truetype'),
url(//www.elephantconservationcenter.com/wp-content/themes/ecc/fonts/proxima_nova_altbold-webfont.svg#proxima_nova_altbold) format('svg');
font-weight: normal;
font-style: normal;
}
#header:not(.fixed-position) {
background: rgba(37,37,37,0.7);
border-bottom: 1px solid #1d1d1d;
}
#header .navbar-default .navbar-nav > li.menu-item > a {
font-family: 'proxima_nova_bold';
font-size:16px !important;
text-transform:uppercase;
height:auto;
padding:3px;
padding-left:6px;
padding-right:6px;
margin:-3px;
}
#header .navbar-default .navbar-nav > li.menu-item > a > small {
font-size:12px !important;
text-transform:none;
}
.navbar-default .navbar-nav>li {
height:auto !important;
}
@media only screen and (min-width: 992px) {
#header.fixed-position .navbar-default .navbar-nav > li {
padding:inherit;
margin-top:25px;
}
}
@media only screen and (min-width: 992px) {
.navbar-default .navbar-nav > li {
padding:inherit;
margin:30px 6px 0;
}
}
@media only screen and (min-width: 1230px) {
.navbar-default .navbar-nav > li {
padding:inherit;
margin:40px 9px 0;
}
}
@media only screen and (min-width: 1600px) {
.navbar-default .navbar-nav > li {
padding:inherit;
margin:40px 14px 0;
}
}
.ecoremainmenu, .ecoremainmenu a  {
background: #a2c034 !important;
color: #FFF;
}
.supportmainmenu, .supportmainmenu a  {
background: #488792 !important;
color: #FFF;
}
.bookmainmenu, .bookmainmenu a {
background: #e9ae43 !important;
color: #FFF;
}
#header:not(.fixed-position) .navbar-default .navbar-nav > li.menu-item > a {
background:rgba(37,37,37,0.7);
}
#header .navbar-default .navbar-nav > li.menu-item.important > a {
color:#EFCE59;
}
.navbar-default .navbar-social, .navbar-default .navbar-social > li {
float:left;
}
.navbar-default .navbar-social img{
width:30px;
}
.navbar-default .navbar-social > li > a{
padding: 10px 5px;
}  .navbar-nav .usernavbar {
display:none;
}
.support-yellow .give-btn-modal {
background: #e9ae43;
color: #FFF;
}
.support-blue .give-btn-modal {
background: #488792;
color: #FFF;
}
.support-grey .give-btn-modal {
background: #58585a;
color: #FFF;
}
.support-green .give-btn-modal {
background: #6cb156;
color: #FFF;
}
.support-red .give-btn-modal {
background: #dc3832;
color: #FFF;
}
.center-align {
text-align:center;
}
.partner-block .owl-carousel .owl-item a {
display: inline-block;
width: auto !important;
}
@media only screen and (min-width: 992px) {
.content-intro .map-col .holder {
margin-top:-150px;
}
}
.testimonial-holder.greencolor {
background-color:#558269 !important;
}
.elephant-type .map-col .vc_column-inner {
margin-top:-150px;
background:#474d4b;
padding:10px !important;
border:10px solid #2f3231;
}
.elephant-type .map-col .vc_column-inner .wpb_text_column {
color:#ffffff;
}
.teamslide .partner-list .partner img {
max-height:250px;
}
a {
color:#b0a377;
}
p a:hover {
color:#b0a377;
text-decoration:underline;
}
.trip-info .reviews-info, .trip-info .social-share{
display:none;
}
.trip-info .price strong {
display:inline;
}
.iconnavbarpages {
margin-top:100px !important;
padding-bottom:40px !important;
}   @media only screen and (max-width: 1230px){ #main {
padding:0px !important;
}
.iconnavbarpages {
margin-top:0px !important;
padding-bottom:20px !important;
}
#header .navbar-default .navbar-nav > li.menu-item > a {
font-family: 'proxima_nova_bold';
font-size:14px !important;
}
}  @media only screen and (max-width: 767px){
body .vc_custom_1547102510474{
margin-left:0px !important;
}
} .bar-holder .title {
margin-bottom:50px !important;
}
.parallax.banner-inner:before {
background: rgba(0, 0, 0, .3) !important;
}
@media only screen and (max-width: 1600px){
#main {
padding: 0;
}
}
.elephant-type .wpb_wrapper .vc_btn3-container{
margin-top:40px;
}
.article .thumbnail .meta .country, .article .thumbnail .meta .activity {
display:none;
}
#partner-slide .owl-item img {
width:inherit !important;
}
.grecaptcha-badge{opacity:0!important}
#elephantgrid .img-article .caption {
margin:-50px 0px 0;
}
.vc_btn3.vc_btn3-style-custom {
background-image:none !important;
} .advanced-sidebar-menu ul {
border-radius: 2px;
border-top: 1px solid #eee;
padding:0;
}
.advanced-sidebar-menu ul li a {
display: block;
padding: 12px 35px 12px 15px;
border-left: 1px solid #eee;
border-left-color: rgb(238, 238, 238);
border-right: 1px solid #eee;
border-right-color: rgb(238, 238, 238);
border-bottom: 1px solid #eee;
border-bottom-color: rgb(238, 238, 238);
color: #385900;
position: relative;
font-size: 17px;
line-height: 1.35em;
opacity: 1;
font-weight: 400;
}
.advanced-sidebar-menu ul li {
margin-bottom: 0px;
list-style: none;
}
.advanced-sidebar-menu ul li.current_page_item > a, .advanced-sidebar-menu ul li.current_page_item > a:hover, .advanced-sidebar-menu ul li.current_page_ancestor > a, .advanced-sidebar-menu ul li.current_page_ancestor > a:hover {
background-color: #f7f7f7;
border-color: #eee;
}
.advanced-sidebar-menu ul li a::after {
content: "\f054";
font-family: 'FontAwesome';
font-size: 11px;
color: #e2e2e2;
position: absolute;
right: 15px;
top: 50%;
margin-top: -10px;
transition: all 0.3s ease-in-out 0s;
}
.hidebooking {
display:none;
}
.evc-tabs .ui-widget-header {
border: #6b6957 !important;
background-color: #6b6957 !important;
}
.evc-tabs.ui-widget-content{
background-color: inherit !important;
}
.evc-tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border:1px solid #b0a379 !important;
}
.evc-tabs .ui-widget-content {
background:none !important;
}
#menu-socialmainmenu > li {
margin-top:20px;
}
#header.fixed-position #menu-socialmainmenu > li {
margin-top:inherit !important;
}
@media only screen and (max-width: 1600px){
#header #menu-socialmainmenu {
display: none;
}
}
@media only screen and (min-width: 1230px) {
.logo {
width: 240px;
height: 102px;
padding: 0 15px 0 0;
}
}
@media only screen and (min-width: 992px){
.logo img {
width: auto;
}
} .fixed-position .logo {
padding: 0 !important;
}
@media only screen and (max-width: 991px){
.logo img{
max-height:50px !important;
}
}
.vc_custom_1591159513500, .vc_custom_1591164792931 {
z-index:1;
}
#elephantgrid h3 {
font-size:24px !important;
}
 .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
margin-bottom: 0 !important;
}
.browse-block .vc_col-sm-6{ padding-left: 0; padding-right: 0; }
.browse-block .column { width: auto; display: block;}
.browse-block.vc_row { margin-left: 0; margin-right: 0;}
.count-block .vc_column-inner,
.browse-block .vc_column-inner{ padding:0 !important;}
.count-block .wpb_wrapper {
display: block;
}
.content-block-no-padding-margin.row .vc_column-inner {
padding: 0 !important;
}