@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-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-pp: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-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'ElegantIcons';
src:url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/elegant-font/fonts/ElegantIcons.eot);
src:url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/elegant-font/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/elegant-font/fonts/ElegantIcons.woff) format('woff'),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/elegant-font/fonts/ElegantIcons.ttf) format('truetype'),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/elegant-font/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.tourmaster-column-10{ float: left; width: 16.6666%; }
.tourmaster-column-12{ float: left; width: 20%; }
.tourmaster-column-15{ float: left; width: 25%; }
.tourmaster-column-20{ float: left; width: 33.3333%; }
.tourmaster-column-24{ float: left; width: 40%; }
.tourmaster-column-30{ float: left; width: 50%; }
.tourmaster-column-36{ float: left; width: 60%; }
.tourmaster-column-40{ float: left; width: 66.6666%; }
.tourmaster-column-45{ float: left; width: 75%; }
.tourmaster-column-48{ float: left; width: 80%; }
.tourmaster-column-50{ float: left; width: 83.3333%; }
.tourmaster-column-60{ float: left; width: 100%; }
.tourmaster-column-first{ clear: left; } 
.tourmaster-media-image{ line-height: 0; position: relative; }
.tourmaster-page-content{ padding-top: 70px; padding-bottom: 30px; }
.tourmaster-template-wrapper .tourmaster-sidebar-right{ float: right; }
.tourmaster-template-wrapper .tourmaster-sidebar-center{ float: none; display: inline-block; }
.tourmaster-template-wrapper .tourmaster-content-area{ padding-top: 70px; padding-bottom: 40px; }
.tourmaster-template-wrapper .tourmaster-sidebar-area{ padding-top: 70px; }
.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-pdlr{ padding-left: 0px; padding-right: 0px; }
.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mglr{ margin-left: 0px; margin-right: 0px; }
.gdlr-core-pbf-wrapper-full-no-space .tourmaster-item-mgb{ margin-bottom: 0px; } .gdlr-core-fluid-video-wrapper { width: 100%; position: relative; padding: 0; }
.gdlr-core-fluid-video-wrapper iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .tourmaster-filterer-wrap{ margin-bottom: 50px; }
.tourmaster-filterer-wrap.tourmaster-style-text { font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer{ margin: 0px 18px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:first-child{ margin-left: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-text .tourmaster-filterer:last-child{ margin-right: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-button a{ display: inline-block; padding: 10px 20px; background: #f1f1f1; 
font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0px 4px; letter-spacing: 1px;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.tourmaster-filterer-wrap.tourmaster-style-button a:first-child{ margin-left: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-button a:last-child{ margin-right: 0px; }
.tourmaster-filterer-wrap.tourmaster-style-button a.tourmaster-active{ cursor: default; }
.tourmaster-pbf-wrapper-full-no-space .tourmaster-filterer-wrap{ padding-left: 50px; padding-right: 50px; } .single-tour .tourmaster-tour-info-outer{ padding: 55px 0px 20px; }
.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info{ font-weight: 500; font-size: 15px;  margin-bottom: 15px; width: 50%; float: left; } 
.single-tour .tourmaster-tour-info-outer .tourmaster-tour-info i{ width: 27px; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap,
.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap{ padding-right: 410px; }
.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap,
.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content,
.single-tour .tourmaster-with-sidebar .tourmaster-single-review{ padding-right: 410px; }
.single-tour .tourmaster-with-sidebar .gdlr-core-container{ padding-right: 430px; }
.single-tour .tourmaster-with-sidebar .gdlr-core-container .gdlr-core-container{ padding-right: 0px; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container{ padding-right: 430px; }
.tourmaster-single-header .tourmaster-header-price,
.tourmaster-tour-booking-bar-outer,
.tourmaster-tour-booking-bar-anchor,
.tourmaster-tour-booking-bar-wrap{ width: 370px; }
.tourmaster-tour-booking-bar-error{ margin-bottom: 30px; }
.tourmaster-single-header{ background-size: cover; background-position: center; position: relative; overflow: hidden; }
.tourmaster-single-header-top-overlay{ position: absolute; top: 0px; right: 0px; left: 0px; height: 500px;
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x; }
.tourmaster-single-header-overlay{ position: absolute; right: 0px; bottom: 0px; left: 0px; height: 300px;
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/single-tour-gradient.png) bottom repeat-x; }
.tourmaster-single-header-background-overlay{ background: #000; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.3; filter: alpha(opacity=30);}
.tourmaster-single-header-container-inner{ position: relative; }
.tourmaster-single-header-title-wrap .tourmaster-single-header-title{ font-size: 29px; font-weight: bold; margin-bottom: 0px; margin-top: 22px;  }
.tourmaster-single-header-title-wrap .tourmaster-tour-rating{ margin-top: 16px; font-size: 16px; }
.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text{ font-size: 14px; }
.tourmaster-single-header .gdlr-core-flexslider{ z-index: 0; }
.tourmaster-single-header .gdlr-core-flexslider img{ width: 100%; }
.tourmaster-single-header.tourmaster-with-slider .tourmaster-single-header-title-wrap{ padding-top: 0px; position: absolute; bottom: 0px; left: 0px; right: 0px; }
.tourmaster-single-header .tourmaster-single-header-gallery-button{ background: #fafafa; }
.tourmaster-single-header .tourmaster-single-header-gallery-button,
.tourmaster-single-header .tourmaster-single-header-gallery-button:hover{ color: #2a2a2a; }
.tourmaster-single-header .tourmaster-single-header-gallery-button{ padding: 7px 12px 5px; font-size: 12px; 
cursor: pointer; display: inline-block; margin-right: 10px; }
.tourmaster-single-header .tourmaster-single-header-gallery-button i{ margin-right: 8px; }
.tourmaster-single-header.tourmaster-background-video-wrap{ overflow: hidden; }
.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.tourmaster-single-header.tourmaster-background-video-wrap .tourmaster-background-video video{ width: 100%; height: 100%; }
.tourmaster-tour-booking-bar-container-inner{ position: relative; }
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor,
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap{ position: absolute; right: 0px; z-index: 98; }
.tourmaster-single-related-tour{ margin-bottom: 40px; }
.tourmaster-single-related-tour .tourmaster-single-related-tour-title{ font-size: 24px; font-weight: 600; margin-bottom: 28px; }
.tourmaster-single-header .tourmaster-tour-rating-empty{ display: none; }
.tourmaster-single-review{ margin-bottom: 18px; }
.tourmaster-single-review-head{ border-top-width: 2px; border-style: solid; border-bottom-width: 2px; padding: 30px 0px; margin-bottom: 40px; }
.tourmaster-single-review-head .tourmaster-tour-rating{ float: left; padding: 10px 0px; }
.tourmaster-single-review-head .tourmaster-tour-rating-text{ font-size: 15px; font-weight: 600; margin-right: 15px; line-height: 25px; float: left; }
.tourmaster-single-review-head .tourmaster-tour-rating i{ font-size: 16px; margin-right: 2px; line-height: 25px; float: left; }
.tourmaster-single-review-head .tourmaster-single-review-filter{ float: right; }
.tourmaster-single-review-head .tourmaster-single-review-sort-by{ float: left; line-height: 25px; padding: 10px 0px; margin-right: 20px; }
.tourmaster-single-review-sort-by .tourmaster-head{ font-weight: bold; margin-right: 15px; }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field{ margin-right: 15px; padding-right: 20px; position: relative; cursor: pointer;  }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field:after{ content: "\f0de"; font-family: fontAwesome; position: absolute; right: 0px; top: 5px; line-height: 1; }
.tourmaster-single-review-sort-by .tourmaster-sort-by-field.tourmaster-active:after{ content: "\f0dd"; top: 1px; }
.tourmaster-single-review-head .tourmaster-single-review-filter-by{ float: left; width: 170px; }
.tourmaster-single-review-content{ padding-left: 50px; padding-bottom: 30px; }
.tourmaster-single-review-content .tourmaster-single-review-content-item{ margin-bottom: 30px; }
.tourmaster-single-review-content .tourmaster-single-review-user{ float: left; text-align: center; width: 220px; padding-right: 50px; }
.tourmaster-single-review-content .tourmaster-single-review-avatar{ width: 65px; height: 65px; overflow: hidden; margin: 0px auto 15px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-single-review-content .tourmaster-single-review-user-name{ font-size: 14px; margin-bottom: 4px; }
.tourmaster-single-review-content .tourmaster-single-review-user-type{ font-size: 12px; }
.tourmaster-single-review-content .tourmaster-single-review-detail{ overflow: hidden; padding-bottom: 30px;
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-single-review-content .tourmaster-single-review-detail-rating{ font-size: 14px; margin-bottom: 6px; }
.tourmaster-single-review-content .tourmaster-single-review-detail-date{ font-size: 13px; font-style: italic; }
.tourmaster-single-review-content .tourmaster-single-review-detail-rating i{ margin-right: 4px; }
.tourmaster-single-review-content .tourmaster-review-content-pagination { margin-left: 220px; }
.tourmaster-review-content-pagination span{ display: inline-block; margin-right: 3px; width: 34px; 
line-height: 1; text-align: center; padding: 13px 0px 12px; cursor: pointer;
transition: color 200ms, background-color 200ms; -moz-transition: color 200ms, background-color 200ms; 
-o-transition: color 200ms, background-color 200ms; -webkit-transition: color 200ms, background-color 200ms; }
.tourmaster-review-content-pagination span.tourmaster-active{ cursor: default; } .tourmaster-payment-head{ background-size: cover; background-position: center; position: relative; }
.tourmaster-payment-head .tourmaster-payment-head-overlay-opacity{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.5); }
.tourmaster-payment-head .tourmaster-payment-head-overlay{ position: absolute; height: 243px; right: 0px; bottom: 0px; left: 0px;
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/payment-step-gradient.png) bottom repeat-x; }
.tourmaster-payment-head .tourmaster-payment-head-top-overlay{ position: absolute; height: 278px; top: 0px; right: 0px; left: 0px;
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/single-tour-top-gradient.png) top repeat-x; }
.tourmaster-payment-head .tourmaster-payment-title{ font-size: 31px; font-weight: 800; padding-top: 80px; padding-bottom: 80px; margin-bottom: 0px; position: relative; }
.tourmaster-payment-head .tourmaster-payment-step-inner{ padding-right: 400px; }
.tourmaster-payment-step-wrap{ position: relative; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
opacity: 0.19; filter: alpha(opacity=19); background: #fff; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-title{ font-size: 13px; font-weight: bold; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item{ float: left; position: relative; padding: 28px 50px 28px 0px; overflow: hidden; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item .tourmaster-text{ font-weight: bold; line-height: 25px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable{ cursor: pointer; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable i,
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked i{ display: block; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-enable  .tourmaster-text,
.tourmaster-payment-step-wrap .tourmaster-payment-step-item.tourmaster-checked .tourmaster-text{ display: none; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:after{ content: " "; top: 0px; bottom: 0px; right: 15px; position: absolute;
width: 25px; background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/payment-step-separator.png) center right; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child{ padding-right: 0px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:last-child:after{ display: none; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon{ display: inline-block; width: 40px; height: 40px; 
padding: 8px 7px 7px; vertical-align: middle; margin-right: 20px; overflow: hidden; text-align: center;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
transition: color 200ms, background-color 200ms; -moz-transition: color 200ms, background-color 200ms; 
-o-transition: color 200ms, background-color 200ms; -webkit-transition: color 200ms, background-color 200ms; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon i{ display: none; line-height: 25px; }
#tourmaster-payment-template-wrapper{ position: relative; }
.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ margin-top: -200px; }
.tourmaster-tour-booking-error{ margin-bottom: 30px; }
.tourmaster-payment-traveller-info-wrap{ max-width: 720px; padding-bottom: 45px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field{ margin-bottom: 20px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-payment-traveller-info-title i{ margin-right: 17px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-head{ float: left; width: 120px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-input{ float: left; width: 47%; margin-right: 3%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport{ float: left; margin-right: 3%; width: 97%; margin-top: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom{ position: relative; float: left; margin-right: 3%; width: 97%; margin-top: 18px; }
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom input,
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-custom select{ width: 100%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input{ width: 37%; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title{ float: left; width: 17%; margin-right: 3%; }
.tourmaster-payment-service-form-wrap{ padding: 32px 35px; margin-bottom: 60px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{ font-size: 16px;  padding-bottom: 24px; text-align: center;
border-bottom-width: 2px; border-bottom-style: solid; margin-bottom: 40px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-wrap{ max-width: 550px; margin: 0px auto; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item{ font-size: 14px; margin-bottom: 16px;}
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item input[type="checkbox"]{ margin: 0px 12px 0px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-title{ font-weight: 500; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap{ float: right; font-weight: 600; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap .tourmaster-sep{ margin: 0px 4px; }
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap input[type="text"]{ margin-left: 10px; width: 40px; padding: 2px 10px; 
border-width: 1px; border-style: solid; }
.tourmaster-payment-contact-wrap{ max-width: 600px; padding-bottom: 45px; }
.tourmaster-payment-contact-wrap .tourmaster-contact-field{ margin-bottom: 20px; }
.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-contact-wrap .tourmaster-payment-contact-title i{ margin-right: 17px; }
.tourmaster-payment-contact-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-contact-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-billing-wrap{ max-width: 600px; margin-bottom: 50px; }
.tourmaster-payment-billing-wrap .tourmaster-billing-field{ margin-bottom: 20px; }
.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-billing-wrap .tourmaster-payment-billing-title i{ margin-right: 17px; }
.tourmaster-payment-billing-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-billing-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-billing-copy-wrap{ margin-bottom: 30px; }
.tourmaster-payment-billing-copy{ margin: -1px 10px 0px 150px; }
.tourmaster-payment-billing-copy-text{ font-size: 13px; font-weight: 500; }
.tourmaster-payment-additional-note-wrap{ max-width: 720px; padding-bottom: 0px; }
.tourmaster-payment-additional-note-wrap .tourmaster-additional-note-field{ margin-bottom: 20px; }
.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title{ font-size: 18px; margin-bottom: 40px; }
.tourmaster-payment-additional-note-wrap .tourmaster-payment-additional-note-title i{ margin-right: 17px; }
.tourmaster-payment-additional-note-wrap .tourmaster-head{ float: left; width: 150px; line-height: 45px; font-weight: 500; }
.tourmaster-payment-additional-note-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-tour-payment-content .tourmaster-tour-booking-continue{ margin-left: 150px; width: 160px; text-align: center; cursor: pointer; margin-bottom: 25px; }
.tourmaster-tour-payment-content .tourmaster-tour-booking-required-error{ margin-left: 150px; display: none; }
.tourmaster-payment-contact-detail-wrap{ margin-bottom: 30px; }
.tourmaster-payment-detail-wrap{ float: left; width: 50%; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-detail-wrap .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 8px; }
.tourmaster-payment-detail-wrap .tourmaster-head{ float: left; width: 110px; font-weight: 500; }
.tourmaster-payment-detail-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-detail-notes-wrap{ margin-bottom: 40px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 8px; }
.tourmaster-payment-detail-notes-wrap .tourmaster-head{ float: left; width: 200px; font-weight: 500; }
.tourmaster-payment-detail-notes-wrap .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-traveller-detail{ margin-bottom: 60px; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title{ font-size: 18px; margin-bottom: 28px; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail-title i{ margin-right: 17px; }
.tourmaster-payment-traveller-detail .tourmaster-payment-detail{ font-size: 14px; margin-bottom: 10px; }
.tourmaster-payment-traveller-detail .tourmaster-head{ float: left; width: 110px; font-weight: 500; }
.tourmaster-payment-traveller-detail .tourmaster-tail{ overflow: hidden; display: block; }
.tourmaster-payment-method-wrap{ padding: 30px 34px; margin-bottom: 30px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-title{ font-size: 16px; text-align: center; font-weight: 600; 
border-bottom-width: 2px; border-bottom-style: solid; padding-bottom: 25px; margin-bottom: 50px; }
.tourmaster-payment-method-wrap .tourmaster-payment-gateway{ margin-bottom: 40px; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card{ text-align: center; line-height: 1; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal > img,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card > img{ height: 76px; cursor: pointer; 
border-width: 2px; border-style: solid; border-color: transparent;
transition: border-color 400ms; -moz-transition: border-color 400ms; -o-transition: border-color 400ms; -webkit-transition: border-color 400ms; }
.tourmaster-payment-method-wrap .tourmaster-payment-paypal-service-fee-text,
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-service-fee-text{ font-size: 11px; margin-top: 16px; max-width: 170px; margin-left: auto; margin-right: auto; line-height: 1.3; }
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type{ margin-top: 16px; }
.tourmaster-payment-method-wrap .tourmaster-payment-credit-card-type img{ margin: 0px 5px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or{ font-size: 16px; font-weight: 600; text-align: center; 
margin-bottom: 40px; position: relative; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-left{ position: absolute; top: 50%; left: 0px;
margin-top: -1px; border-bottom-width: 2px;  border-bottom-style: solid; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-or .tourmaster-right{ position: absolute; top: 50%; right: 0px;
margin-top: -1px; border-bottom-width: 2px;  border-bottom-style: solid; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms{ font-size: 12px; text-align: center; margin-bottom: 40px; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms input{ margin-right: 10px; }
.tourmaster-payment-method-wrap .tourmaster-payment-terms .tourmaster-tour-booking-required-error{ margin: 20px 0px 0px; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-booking{ margin-bottom: 10px; text-align: center; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-booking-button{ letter-spacing: 0px; min-width: 230px; max-width: 100%; margin-bottom: 40px; cursor: pointer; font-weight: 700; }
.tourmaster-payment-method-wrap .tourmaster-payment-method-description{ font-size: 12px; text-align: center; margin-bottom: 20px; }
.tourmaster-payment-method-wrap.tourmaster-none-online-payment .tourmaster-payment-method-title{ margin-bottom: 30px; }
.tourmaster-payment-method-wrap.tourmaster-both-online-payment .tourmaster-online-payment-method{ float: left; width: 50%; }
.tourmaster-payment-complete-wrap{ padding: 30px 30px; margin-bottom: 40px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head{ font-size: 17px; font-weight: bold; text-align: center; 
border-bottom-width: 2px; border-bottom-style: solid;  padding-bottom: 18px; margin-bottom: 25px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon{ font-size: 70px; margin-bottom: 20px; display: inline-block; padding-top: 20px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content-wrap{ text-align: center; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you{ font-size: 20px; font-weight: 600; margin-bottom: 25px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-button{ letter-spacing: 0.5px; width: 210px; max-width: 100%; margin-bottom: 20px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-content{ margin-bottom: 32px; }
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-bottom-text{ padding-top: 40px; border-top-width: 2px; border-top-style: solid; margin-top: 20px; } .tourmaster-payment-receipt-form{ max-width: 600px; margin: 0px auto 40px; }
.tourmaster-payment-receipt-field{ margin-bottom: 20px; }
.tourmaster-payment-receipt-field-submit{ margin-left: 45%; padding-left: 30px; }
.tourmaster-payment-receipt-field .tourmaster-head{ float: left; width: 45%; margin-right: 30px; text-align: right; font-size: 13px; font-weight: 500; }
.tourmaster-payment-receipt-field .tourmaster-tail{ display: block; overflow: hidden; }
.tourmaster-payment-receipt-field-receipt .tourmaster-head{ line-height: 75px;}
.tourmaster-payment-receipt-field-transaction-id .tourmaster-head{ line-height: 45px; }
.tourmaster-payment-receipt-description{ font-size: 12px; text-align: center; margin-top: 40px; }
.tourmaster-payment-receipt-form .tourmaster-lb-submit-error{ display: none; margin-top: 30px; margin-bottom: 25px; }
.tourmaster-payment-receipt-field-submit input.tourmaster-payment-receipt-field-submit-button.tourmaster-button{ padding: 12px 35px; }
.tourmaster-payment-receipt-deposit-option{ font-size: 14px; margin-bottom: 5px; }
.tourmaster-payment-receipt-deposit-option label{ cursor: pointer; margin-right: 20px; display: block; margin-bottom: 5px; }
.tourmaster-payment-receipt-deposit-option label i{ margin-right: 12px; }
.tourmaster-payment-receipt-deposit-option label input{ display: none; }
.tourmaster-payment-receipt-deposit-option label input + span{ transition: color 200ms; 
-moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; } .tourmaster-header-price{ 
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }
.tourmaster-header-price .tourmaster-header-price-ribbon{ font-size: 16px; text-align: center; font-weight: 600; padding: 12px; }
.tourmaster-header-price .tourmaster-header-price-wrap{ position: relative; text-align: center; padding: 38px 20px 34px; }
.tourmaster-header-price .tourmaster-header-price-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.8; filter: alpha(opacity=80); 
transition: opacity 200ms; -moz-transition: opacity 200ms; 
-o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.tourmaster-header-price .tourmaster-tour-price-wrap{ position: relative; }
.tourmaster-header-price .tourmaster-tour-price-wrap:before{ font-family: 'ElegantIcons'; content: "\e017"; font-size: 23px; margin-right: 15px; }
.tourmaster-header-price .tourmaster-tour-price{ text-align: center; font-weight: 500; }
.tourmaster-header-price .tourmaster-tour-price .tourmaster-head{ font-size: 14px; margin-right: 10px; }
.tourmaster-header-price .tourmaster-tour-price .tourmaster-tail{ font-size: 32px; margin-right: 15px; font-weight: 800; }
.tourmaster-header-price .tourmaster-tour-discount-price{ font-size: 32px; font-weight: 800; }
.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 15px; font-weight: 500; text-decoration: line-through; }
.tourmaster-header-price .tourmaster-tour-price-info{ vertical-align: top; margin-left: -5px; }
.tourmaster-header-price .tourmaster-discount .tourmaster-tour-price-info { margin-left: 5px; }
.tourmaster-single-header.tourmaster-start-script .tourmaster-header-price{ display: none; }
.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-header-price.tourmaster-price-updated .tourmaster-tour-price-info{ display: none; }
.tourmaster-tour-booking-bar-wrap.tourmaster-top .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-bottom .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-lock .tourmaster-header-price .tourmaster-header-price-overlay,
.tourmaster-tour-booking-bar-wrap.tourmaster-fixed .tourmaster-header-price .tourmaster-header-price-overlay{ opacity: 1; filter: alpha(opacity=100); }
.tourmaster-single-header .tourmaster-header-price{ position: absolute; right: 0px; bottom: 0px;
box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2); }
.tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ margin-left: 0px; margin-right: 0px; display: none; }
.tourmaster-tour-booking-bar-wrap.tourmaster-start-script .tourmaster-header-price{ display: block;}
.tourmaster-tour-booking-bar-outer{
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
.tourmaster-tour-booking-next-sign{ position: absolute; left: 40px; margin-top: -29px; }
.tourmaster-tour-booking-next-sign:before,
.tourmaster-tour-booking-next-sign span,
.tourmaster-tour-booking-next-sign:after{ width: 4px; height: 4px; display: block; overflow: hidden; margin-bottom: 6px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-tour-booking-next-sign:before{ content: " "; opacity: 0.33; filter: alpha(opacity=33); }
.tourmaster-tour-booking-next-sign span{ opacity: 0.66; filter: alpha(opacity=66); }
.tourmaster-tour-booking-next-sign:after{ content: " "; margin-bottom: 0px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-fields{ padding: 40px 34px 5px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral{ padding: 40px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral .tourmaster-button{ display: block; text-align: center; }
.tourmaster-tour-booking-bar-wrap .tourmaster-single-tour-booking-referral-text{ margin-bottom: 20px; }
.tourmaster-tour-booking-available{ margin-left: 45px; margin-top: -14px; margin-bottom: 20px; font-size: 13px; }
.tourmaster-tour-booking-package{ margin-bottom: 35px; }
.tourmaster-tour-booking-package > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-package .tourmaster-combobox-list-wrap{ margin-left: 45px; }
.tourmaster-tour-booking-date{ margin-bottom: 35px; }
.tourmaster-tour-booking-date > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-date-input{ overflow: hidden; }
.tourmaster-tour-booking-date .tourmaster-tour-booking-date-display{ font-size: 16px; line-height: 45px; font-weight: 600; padding-left: 6px; }
.tourmaster-tour-booking-room{ margin-bottom: 35px; }
.tourmaster-tour-booking-room > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-room-input{ overflow: hidden; }
.tourmaster-tour-booking-room-template{ display: none !important; }
.tourmaster-tour-booking-people{ margin-bottom: 35px; }
.tourmaster-tour-booking-people > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-people-input{ overflow: hidden; }
.tourmaster-tour-booking-people.tourmaster-variable{ margin-bottom: 15px; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap{ width: 48%; float: left; margin-bottom: 15px; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(odd){ margin-right: 2%; }
.tourmaster-tour-booking-people-input.tourmaster-variable .tourmaster-combobox-wrap:nth-child(even){ margin-left: 2%; }
.tourmaster-tour-booking-people-container{ margin: 0px -35px 50px; padding: 35px 35px 5px;
border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ font-size: 12px; font-weight: 500; 
text-transform: uppercase; float: left; margin-right: 20px; line-height: 45px; }
.tourmaster-tour-booking-submit{ margin-bottom: 35px; }
.tourmaster-tour-booking-submit > i{ font-size: 20px; line-height: 45px; float: left; width: 30px; margin-right: 15px; }
.tourmaster-tour-booking-submit-input{ overflow: hidden; }
.tourmaster-tour-booking-submit input[type="submit"], 
.tourmaster-tour-booking-submit .tourmaster-button{ width: 100%; text-align: center; }
.tourmaster-tour-booking-submit-error, 
.tourmaster-tour-booking-error-max-people{ font-size: 12px; line-height: 1.6; margin-top: 15px; padding: 11px 16px; display: none; }
.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom{ border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ padding: 28px 0px; text-align: center; float: left; width: 70%;
border-right-width: 1px; border-right-style: solid; cursor: pointer; line-height: 1; }
.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list i{ margin-right: 12px; }
.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap{ position: relative; }
.tourmaster-save-wish-list .tourmaster-save-wish-list-icon-wrap i{ 
transition: opacity 200ms, transform 200ms; -moz-transition: opacity 200ms, -moz-transform 200ms; 
-o-transition: opacity 200ms, -o-transform 200ms; -webkit-transition: opacity 200ms, -webkit-transform 200ms; }
.tourmaster-save-wish-list .tourmaster-icon-inactive{ opacity: 1; 
transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.tourmaster-save-wish-list .tourmaster-icon-active{ opacity: 0; position: absolute; 
transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); }
.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-inactive{ opacity: 0; 
transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); }
.tourmaster-save-wish-list.tourmaster-active .tourmaster-icon-active{ opacity: 1; 
transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.tourmaster-tour-booking-bar-wrap .tourmaster-view-count{ padding: 28px 0px; text-align: center; overflow: hidden; line-height: 1; }
.tourmaster-tour-booking-bar-wrap .tourmaster-view-count i{  margin-right: 12px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary{ padding: 38px 30px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title{ font-size: 17px; font-weight: 600; margin-bottom: 25px; }
.tourmaster-tour-booking-bar-summary-info{ font-size: 14px; margin-bottom: 9px; }
.tourmaster-tour-booking-bar-summary-info .tourmaster-head{ margin-bottom: 10px; font-weight: 500; }
.tourmaster-tour-booking-bar-summary-room-text{ font-weight: 700; float: left; margin-right: 25px; }
.tourmaster-tour-booking-bar-summary-room-wrap{ font-size: 14px; padding-top: 16px; }
.tourmaster-tour-booking-bar-summary-people-wrap{ padding-top: 15px; }
.tourmaster-tour-booking-bar-summary-people{ overflow: hidden; margin-bottom: 14px; }
.tourmaster-tour-booking-bar-summary-people-amount{ margin-bottom: 10px; }
.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount{ float: left; margin-right: 12px; margin-bottom: 5px; }
.tourmaster-tour-booking-bar-summary-people.tourmaster-variable .tourmaster-tour-booking-bar-summary-people-amount:nth-child(3){ clear: left; }
.tourmaster-tour-booking-bar-summary-people-amount .tourmaster-head{ font-weight: 500; }
.tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown{ display: none; padding-top: 40px; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-price-breakdown-link{ font-size: 13px; margin-top: 25px; display: inline-block;cursor: pointer; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit{ font-size: 13px; font-weight: 600; cursor: pointer; }
.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-temp{ display: none; }
.tourmaster-tour-booking-bar-coupon-wrap{ margin-top: 30px; margin-bottom: 10px; }
.tourmaster-tour-booking-bar-coupon-wrap input[type="text"].tourmaster-tour-booking-bar-coupon{ padding: 10px 15px; width: 150px; border-width: 1px; margin-right: 18px; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate{ font-weight: 600; font-size: 13px; cursor: pointer; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message{ display: none; font-size: 11px; margin-top: 10px; }
.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message.tourmaster-failed{ color: #fff; padding: 6px 12px; }
.tourmaster-tour-booking-bar-total-price-wrap{ font-size: 16px; line-height: 27px; padding: 32px 30px; 
border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-booking-bar-total-price-wrap > i{ margin-right: 12px; vertical-align: middle; }
.tourmaster-tour-booking-bar-total-price-title{ font-weight: 600; display: inline-block; }
.tourmaster-tour-booking-bar-total-price{ font-size: 22px; font-weight: bold; float: right; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-continue{ width: 100%; text-align: center; padding: 18px 0px; cursor: pointer; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-widget{ padding-top: 60px; }
.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ float: right; margin-left: 50px; }
.tourmaster-template-payment .tourmaster-tour-payment-content{ overflow: hidden; padding-bottom: 15px; } .tourmaster-header-price .tourmaster-header-enquiry{ font-size: 22px; font-weight: bold; position: relative; }
.tourmaster-header-price .tourmaster-header-enquiry-ribbon{ height: 8px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap{ padding: 40px 34px 40px; position: relative; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field{ margin-bottom: 22px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-field .tourmaster-head{ margin-bottom: 8px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button{ width: 100%; 
transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-booking-bar-wrap .tourmaster-enquiry-form .tourmaster-button.tourmaster-now-loading{ opacity: 0.8; }
.tourmaster-enquiry-form .tourmaster-enquiry-form-message{ display: none; }
.tourmaster-enquiry-form  .tourmaster-enquiry-form-message{ font-size: 13px; font-weight: 500; padding: 15px 20px 13px;
border-width: 1px; border-style: solid; margin-bottom: 24px; }
.tourmaster-booking-tab-title-item{ cursor: pointer; padding: 20px 28px; float: left; font-size: 14px; font-weight: 500;
transition: border-color 200ms, background-color 200ms; -moz-transition: border-color 200ms, background-color 200ms; 
-o-transition: border-color 200ms, background-color 200ms; -webkit-transition: border-color 200ms, background-color 200ms; }
.tourmaster-booking-tab-title-item.tourmaster-active{ background: #fff; }
.tourmaster-booking-tab-content{ display: none; }
.tourmaster-booking-tab-content.tourmaster-active{ display: block; } .tourmaster-tour-booking-bar-deposit-option{ font-size: 14px; margin-bottom: 20px; }
.tourmaster-tour-booking-bar-deposit-option label{ cursor: pointer; margin-right: 20px; }
.tourmaster-tour-booking-bar-deposit-option label i{ margin-right: 12px; }
.tourmaster-tour-booking-bar-deposit-option label input{ display: none; }
.tourmaster-tour-booking-bar-deposit-option label input + span{ transition: color 200ms; 
-moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }
.tourmaster-tour-booking-bar-deposit-text{ font-size: 16px; line-height: 27px; padding: 32px 30px 28px;
border-top-width: 1px; border-top-style: solid; display: none; }
.tourmaster-tour-booking-bar-deposit-text.tourmaster-active{ display: block; }
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-title{ font-size: 21px; font-weight: bold; }
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-price{ font-size: 23px; font-weight: bold; float: right;}
.tourmaster-tour-booking-bar-deposit-text .tourmaster-tour-booking-bar-deposit-caption{ display: block; margin-top: 4px; font-size: 12px; }
.tourmaster-tour-booking-bar-deposit-info{ font-size: 12px; line-height: 1; margin-bottom: 15px; }
.tourmaster-tour-booking-bar-deposit-info .tourmaster-head{ float: left; }
.tourmaster-tour-booking-bar-deposit-info .tourmaster-tail{ float: right; } .tourmaster-price-breakdown{ font-size: 14px; }
.tourmaster-price-breakdown .tourmaster-head{ font-weight: 600; margin-right: 13px; }
.tourmaster-price-breakdown .tourmaster-tail.tourmaster-right{ float: right; }
.tourmaster-price-breakdown .tourmaster-tail .tourmaster-price{ float: right; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price-wrap{ margin-bottom: 20px; padding-bottom: 8px; 
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-base-price{ margin-bottom: 12px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room{ margin-bottom: 20px; padding-bottom: 20px; 
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-head{ margin-bottom: 15px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price{ margin-bottom: 10px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-room-price:last-child{ margin-bottom: 0px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service{ margin-bottom: 20px; padding-bottom: 10px;
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-title{ font-size: 16px; padding-top: 5px; margin-bottom: 16px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item{ margin-bottom: 10px; }
.tourmaster-price-breakdown .tourmaster-price-breakdown-additional-service-item .tourmaster-head{ font-weight: 400; }
.tourmaster-price-breakdown-sub-total,
.tourmaster-price-breakdown-tax-rate,
.tourmaster-price-breakdown-tax-due,
.tourmaster-price-breakdown-coupon-code,
.tourmaster-price-breakdown-coupon-amount{ margin-bottom: 12px; }
.tourmaster-price-breakdown-group-discount{ margin-bottom: 20px; padding-top: 20px; padding-bottom: 20px;
border-bottom-width: 1px; border-top-width: 1px; border-style: solid; }
.tourmaster-price-breakdown-group-discount-amount{ margin-bottom: 12px; }
.tourmaster-price-breakdown-coupon-code .tourmaster-coupon-text{ float: right; } .tourmaster-login-bar-shortcode{ text-align: right; }
.tourmaster-login-bar-shortcode .tourmaster-user-top-bar-nav{ text-align: left; }
.tourmaster-user-top-bar{ font-size: 13px; line-height: 30px; position: relative; }
.tourmaster-user-top-bar.tourmaster-guest{ cursor: pointer; }
.tourmaster-user-top-bar.tourmaster-guest i{ margin-right: 12px; }
.tourmaster-user-top-bar.tourmaster-guest .tourmaster-user-top-bar-signup{ margin-left: 26px; }
.tourmaster-user-top-bar.tourmaster-user{ cursor: pointer; }
.tourmaster-user-top-bar.tourmaster-user > img{ vertical-align: middle; margin-right: 15px; width: 30px; height: 30px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-user-top-bar.tourmaster-user > i{ margin-left: 18px; vertical-align: text-top; }
.tourmaster-user-top-bar-nav{ position: absolute; right: 0px; top: 100%; width: 185px; z-index: 99; line-height: 1.7; padding-top: 10px; }
.tourmaster-user-top-bar-nav-inner{ display: none; cursor: default;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.tourmaster-user-top-bar-nav-item{ padding: 4px 20px; }
.tourmaster-user-top-bar-nav-item:first-child{ padding-top: 18px; }
.tourmaster-user-top-bar-nav-item:last-child{ padding-bottom: 14px; }
.tourmaster-user-top-bar-nav-item.tourmaster-nav-sign-out{ padding-top: 13px; padding-bottom: 11px; margin-top: 10px;
border-top-width: 1px; border-top-style: solid; } .tourmaster-template-wrapper-user{ overflow: hidden; }
.tourmaster-user-navigation{ float: left; width: 280px; padding: 60px 0px 10060px 0px; margin-bottom: -10000px; }
.tourmaster-user-navigation .tourmaster-user-navigation-head{ font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 40px 35px 30px; margin-bottom: 0px; }
.tourmaster-user-navigation .tourmaster-user-navigation-head:first-child{ padding-top: 0px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item{ font-size: 14px; padding: 0px 35px 15px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item-icon{ display: inline-block; font-size: 16px; margin-right: 11px; width: 20px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before{ content: " "; height: 20px; display: inline-block;
border-left-width: 3px; border-left-style: solid; vertical-align: sub; margin-right: 18px; }
.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out{ padding-top: 15px; padding-bottom: 15px; margin-top: 24px;
border-top-width: 1px; border-top-style: solid; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-user-navigation .tourmaster-user-navigation-bottom-text{ padding: 50px 35px 0px; }
.tourmaster-user-content{ overflow: hidden; }
.tourmaster-user-content-inner{ padding: 40px; }
.tourmaster-user-content-inner .tourmaster-user-content-block{ margin-left: 0px; margin-right: 0px; overflow: auto; }
.tourmaster-user-content-block{ margin: 35px; padding: 24px 28px; 
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.tourmaster-user-content-block .tourmaster-user-content-title{ font-size: 14px; float: left; margin-bottom: 0px; font-weight: 600; }
.tourmaster-user-content-block .tourmaster-user-content-title-link{ font-size: 12px; float: right; }
.tourmaster-user-content-block .tourmaster-user-content-title-wrap{ overflow: hidden; padding-bottom: 14px; margin-bottom: 12px; border-bottom-width: 2px; border-bottom-style: solid; }
.tourmaster-user-content-block .tourmaster-user-content-block-content{ overflow: auto; } .tourmaster-user-breadcrumbs{ font-size: 14px; margin-bottom: 40px;  }
.tourmaster-user-breadcrumbs .tourmaster-sep { margin: 0px 14px; } .tourmaster-my-profile-wrapper{ margin-top: 45px; margin-bottom: 10px; }
.tourmaster-my-profile-avatar{ float: left; margin-right: 40px; }
.tourmaster-my-profile-avatar img{ width: 85px; height: 85px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-my-profile-info-wrap{ overflow: hidden; }
.tourmaster-my-profile-info{ font-size: 13px; margin-bottom: 14px; float: left; width: 50%;
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-my-profile-info.tourmaster-odd{ padding-left: 10px; }
.tourmaster-my-profile-info.tourmaster-even{ clear: left; padding-right: 10px; }
.tourmaster-my-profile-info .tourmaster-head{ float: left; width: 130px; margin-right: 10px; }
.tourmaster-my-profile-info .tourmaster-tail{ display: block; overflow: hidden; font-weight: 600; } .tourmaster-user-update-notification{ font-size: 13px; padding: 15px 18px 12px; margin-bottom: 50px; }
.tourmaster-user-update-notification i{ margin-right: 13px; }
.tourmaster-edit-profile-avatar{ margin-bottom: 40px; }
.tourmaster-edit-profile-avatar img{ width: 85px; height: 85px; display: inline-block; vertical-align: middle; margin-right: 95px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-edit-profile-avatar input[type="file"]{ display: none; }
.tourmaster-edit-profile-avatar .tourmaster-button{ cursor: pointer; }
.tourmaster-edit-profile-submit.tourmaster-button{ margin-left: 180px; margin-top: 10px; }
.tourmaster-edit-profile-wrap .tourmaster-req{ margin-left: 5px; }
.tourmaster-edit-profile-wrap .tourmaster-head{ float: left; width: 160px; margin-right: 20px; display: block; line-height: 45px; font-size: 13px; }
.tourmaster-edit-profile-wrap .tourmaster-tail{ overflow: hidden; display: block; max-width: 370px; }
.tourmaster-edit-profile-wrap .tourmaster-profile-field{ margin-bottom: 22px; }
.tourmaster-profile-field-gender .tourmaster-combobox-wrap{ max-width: 160px; }
input.tourmaster-edit-profile-submit.tourmaster-button { margin-bottom: 30px; margin-top: 0; } .tourmaster-user-content-inner-wish-list .tourmaster-user-content-block{ padding-bottom: 35px; }
table.tourmaster-wish-list-table th:nth-child(1){ width: 85%; }
table.tourmaster-wish-list-table th:nth-child(2){ width: 15%; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table tr td{ vertical-align: middle; padding: 20px 0px;
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-title{ font-size: 14px; font-weight: 800; display: block; margin-bottom: 5px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-info{ font-size: 12px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-info i{ margin-right: 9px; }
.tourmaster-wish-list-item .tourmaster-wish-list-thumbnail{ float: left; max-width: 65px; margin-right: 20px; }
.tourmaster-wish-list-item .tourmaster-wish-list-item-content{ overflow: hidden; padding-top: 5px; }
.tourmaster-wish-list-remove-item{ font-size: 14px; cursor: pointer; }
.tourmaster-wish-list-remove-item i{ margin-right: 10px; } .tourmaster-my-booking-filter .tourmaster-sep{ margin: 0px 13px; }
.tourmaster-my-booking-filter .tourmaster-sep:first-child{ display: none; }
table.tourmaster-my-booking-table{ font-size: 13px; min-width: 800px; }
table.tourmaster-my-booking-table th:nth-child(1){ width: 50%; }
table.tourmaster-my-booking-table th:nth-child(2){ width: 18%; }
table.tourmaster-my-booking-table th:nth-child(3){ width: 12%; }
table.tourmaster-my-booking-table th:nth-child(4){ width: 20%; }
table.tourmaster-my-booking-table .tourmaster-my-booking-price{ font-weight: 600; }
table.tourmaster-my-booking-table .tourmaster-my-booking-status{ margin-right: 20px; }
table.tourmaster-my-booking-table .tourmaster-my-booking-status i{ margin-right: 9px; }
table.tourmaster-my-booking-table .tourmaster-my-booking-action{ line-height: 27px; margin-top: -5px; margin-bottom: -5px; text-align: center; display: inline-block; width: 27px; cursor: pointer; margin-right: 4px; }
.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title{ font-size: 15px; text-transform: uppercase;
padding-top: 20px; padding-bottom: 16px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-sub-title{ font-size: 14px; font-weight: 600; padding-top: 40px; 
border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 15px; margin-bottom: 20px; }
.tourmaster-my-booking-single-sidebar{ float: right; width: 20%; padding-left: 30px; }
.tourmaster-my-booking-single-sidebar .tourmaster-button{ margin-bottom: 10px; cursor: pointer; text-align: center; }
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-head{ float: none; }
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-field .tourmaster-tail{ display: inline; }
.tourmaster-my-booking-single-content{ overflow: hidden; }
.tourmaster-my-booking-single-content-wrap{ padding: 20px 35px; min-width: 970px; }
.tourmaster-my-booking-single-field{ margin-bottom: 10px; }
.tourmaster-my-booking-single-field .tourmaster-head{ font-weight: 600; float: left; margin-right: 10px; }
.tourmaster-my-booking-single-field .tourmaster-tail{ display: block; overflow: hidden; }
.tourmaster-my-booking-single-field.tourmaster-additional-note .tourmaster-head{ float: none; margin-bottom: 7px; display: block; }
.tourmaster-my-booking-single-price-breakdown .tourmaster-price-breakdown-summary{ float: right; min-width: 350px; }
.tourmaster-my-booking-single-total-price{ padding-top: 15px; padding-bottom: 3px; margin-top: 20px; margin-bottom: 15px;
border-top-width: 1px; border-bottom-width: 1px; border-style: solid; }
.tourmaster-my-booking-single-total-price .tourmaster-tail{ float: right; font-weight: 600; }
.tourmaster-my-booking-single-total-price .tourmaster-my-booking-single-field{ float: right; min-width: 350px; }
.tourmaster-my-booking-single-traveller-info{ margin-top: 15px; margin-bottom: 35px; }
.tourmaster-my-booking-single-price-breakdown{ margin-top: 15px; margin-bottom: 30px; }
.tourmaster-my-booking-single-payment-receipt{ margin-bottom: 20px; }
.tourmaster-my-booking-single-content .tourmaster-item-rvpdlr{ margin-bottom: 30px; }
.tourmaster-user-content-inner-my-booking-single .tourmaster-user-content-block{ padding: 0px; }
.tourmaster-my-booking-single-traveller-info .tourmaster-my-booking-single-field{ margin-bottom: 25px; }
.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail{ display: block; font-size: 11px; }
.tourmaster-my-booking-single-content .tourmaster-my-booking-package-detail span{ display: block; } table.tourmaster-user-review-table{ font-size: 13px; min-width: 720px; }
table.tourmaster-user-review-table th:nth-child(1){ width: 70%; }
table.tourmaster-user-review-table th:nth-child(2){ width: 18%; }
table.tourmaster-user-review-table th:nth-child(3){ width: 12%; }
.tourmaster-user-review-table .tourmaster-user-review-action{ cursor: pointer; }
.tourmaster-review-form{ padding-bottom: 40px;}
.tourmaster-review-form .tourmaster-review-form-title{ font-size: 15px; margin-bottom: 25px; }
.tourmaster-review-form .tourmaster-review-form-title .tourmaster-head{ font-weight: bold; margin-right: 4px; }
.tourmaster-review-form .tourmaster-review-form-description{ margin-bottom: 25px; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-head{ display: block; margin-bottom: 15px; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail{ font-weight: 600; }
.tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail p{ margin-bottom: 10px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type{ margin-bottom: 25px; max-width: 300px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-head{ display: block; margin-bottom: 15px; }
.tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail{ font-weight: 600; }
.tourmaster-review-form .tourmaster-review-form-rating-wrap{ margin-bottom: 30px; }
.tourmaster-review-form .tourmaster-review-form-rating-wrap .tourmaster-head{ display: block; margin-bottom: 12px; }
.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border textarea, 
.tourmaster-review-form.tourmaster-form-field.tourmaster-with-border select{ border-width: 1px; }
.tourmaster-review-form-rating{ font-size: 18px; line-height: 1; }
.tourmaster-review-form-rating i{ float: left; height: 18px; margin-right: 7px; }
.tourmaster-review-form-rating i.tourmaster-rating-select{ margin-right: 0px; cursor: pointer; }
.tourmaster-review-form-rating span.tourmaster-rating-select{ float: left; width: 15px; height: 18px; 
margin-left: -4px; margin-right: -4px; position: relative; z-index: 1; cursor: pointer; }
.tourmaster-review-form-rating span.tourmaster-rating-select:first-child{ margin-left: -11px; } table.tourmaster-invoices-table{ font-size: 13px; }
table.tourmaster-invoices-table th:nth-child(1){ width: 50%; }
table.tourmaster-invoices-table th:nth-child(2){ width: 18%; }
table.tourmaster-invoices-table th:nth-child(3){ width: 12%; }
table.tourmaster-invoices-table th:nth-child(4){ width: 20%; }
.tourmaster-user-content-inner-invoices-single .tourmaster-user-content-block{ padding: 0px; overflow: auto; }
.tourmaster-invoice-wrap{ background: #fff; padding: 50px 50px; font-size: 14px; width: 1050px; }
.tourmaster-invoice-head{ margin-bottom: 60px; }
.tourmaster-invoice-head-left{ float: left; }
.tourmaster-invoice-head-left .tourmaster-invoice-logo{ margin-bottom: 35px; }
.tourmaster-invoice-head-left .tourmaster-invoice-id{ font-size: 16px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver{ margin-top: 34px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-head{ font-size: 16px; font-weight: bold; 
text-transform: uppercase; margin-bottom: 5px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-name{ display: block; margin-bottom: 4px; }
.tourmaster-invoice-head-left .tourmaster-invoice-receiver-address{ display: block; max-width: 250px; }
.tourmaster-invoice-head-right{ float: right; padding-top: 10px; width: 180px; }
.tourmaster-invoice-head-right .tourmaster-invoice-company-name{ font-size: 16px; font-weight: bold; margin-bottom: 20px; } 
.tourmaster-invoice-price-head{ padding: 18px 25px; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.tourmaster-invoice-price-head .tourmaster-head{ width: 80%; float: left; }
.tourmaster-invoice-price-head .tourmaster-tail{ overflow: hidden; }
.tourmaster-invoice-price-item{ padding: 18px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-invoice-price-item.tourmaster-large{ padding: 30px 25px 25px; }
.tourmaster-invoice-price-item .tourmaster-head-title{ display: block; font-size: 15px; margin-bottom: 2px; }
.tourmaster-invoice-price-item .tourmaster-head-caption{ display: block; font-size: 13px; }
.tourmaster-invoice-price-item .tourmaster-head{ width: 80%; float: left; }
.tourmaster-invoice-price-item .tourmaster-tail{ font-size: 16px; }
.tourmaster-invoice-price-item .tourmaster-invoice-price-additional-service-title{ font-size: 15px; margin-bottom: 12px; }
.tourmaster-invoice-price-sub-total, 
.tourmaster-invoice-price-tax,
.tourmaster-invoice-price-last, 
.tourmaster-invoice-total-price{ padding: 18px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-invoice-price-sub-total .tourmaster-head, 
.tourmaster-invoice-price-tax .tourmaster-head, 
.tourmaster-invoice-price-last .tourmaster-head,
.tourmaster-invoice-total-price .tourmaster-head{ float: left; margin-left: 55%; width: 25%; font-size: 15px; }
.tourmaster-invoice-price-sub-total .tourmaster-tail, 
.tourmaster-invoice-price-tax .tourmaster-tail,
.tourmaster-invoice-price-last .tourmaster-tail, 
.tourmaster-invoice-total-price .tourmaster-tail{ display: block; overflow: hidden; font-size: 16px; }
.tourmaster-invoice-total-price{ font-weight: bold; border-top-width: 1px; border-top-style: solid; border-bottom-width: 2px; }
.tourmaster-invoice-payment-info{ padding: 22px 35px; margin-top: 40px; }
.tourmaster-invoice-payment-info-item{ float: left; margin-right: 60px; text-transform: uppercase; }
.tourmaster-invoice-payment-info-item .tourmaster-head{ font-weight: 800; margin-bottom: 5px; }
.tourmaster-invoice-button{ width: 1050px; padding: 0px 50px 60px; text-align: right; }
.tourmaster-invoice-button .tourmaster-button{ margin-left: 5px; font-size: 13px; }
.tourmaster-invoice-button .tourmaster-button:first-child{ margin-left: 0px; }
.tourmaster-invoice-button .tourmaster-button i{ margin-right: 10px; } .tourmaster-notification-box{ font-size: 13px; padding: 15px 18px 15px; margin-bottom: 20px; }
.tourmaster-notification-box a{ font-weight: bold; }
.tourmaster-notification-box i{ margin-right: 13px; }
.tourmaster-login-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-login-form .tourmaster-login-form-fields{ margin: 0px -15px; }
.tourmaster-login-form .tourmaster-login-user,
.tourmaster-login-form .tourmaster-login-pass{ width: 50%; float: left; padding: 0px 15px; }
.tourmaster-login-form .tourmaster-login-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }
.tourmaster-login-form .tourmaster-login-lost-password{ font-size: 13px; font-weight: 500; text-align: right; }
.tourmaster-login-bottom{ text-align: center; border-top-width: 1px; border-top-style: solid; padding-top: 32px; margin-bottom: 30px; margin-top: 40px; }
.tourmaster-login-bottom .tourmaster-login-bottom-title{ font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.tourmaster-login-bottom .tourmaster-login-bottom-link{ font-size: 11px; font-weight: 600; text-transform: uppercase; }
.tourmaster-lost-password-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-lost-password-form .tourmaster-lost-password-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }
.tourmaster-reset-password-form label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-reset-password-form .tourmaster-reset-password-submit .tourmaster-button{ width: 100%; text-align: center; margin-top: 10px; }
#pass-strength-result{ padding: 12px 20px 10px; margin-bottom: 18px; color: #23282d; font-weight: 600; font-size: 12px; }
#pass-strength-result.short{ background-color: #f1adad; }
#pass-strength-result.bad{ background-color: #fbc5a9; }
#pass-strength-result.good{ background-color: #ffe399; }
#pass-strength-result.strong{ background-color: #c1e1b9; }
.tourmaster-reset-password-new #pass1,
.tourmaster-reset-password-confirm{ position: absolute; z-index: -1; opacity: 0; } 
.tourmaster-login-form2{ float: left; width: 50%; padding-right: 30px; }
.tourmaster-login-form2 label{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-login-form2 .tourmaster-login-title{ font-size: 14px; text-transform: uppercase; font-weight: 700; margin-bottom: 25px; }
.tourmaster-login-form2 .tourmaster-login-submit .tourmaster-button{ width: 120px; text-align: center; }
.tourmaster-login2-right{ float: left; width: 50%; text-align: center; padding-left: 30px; 
margin-top: -45px; padding-top: 45px; padding-bottom: 999px; margin-bottom: -999px;
border-left-width: 1px; border-left-style: solid; }
.tourmaster-login2-right .tourmaster-login2-right-title{ font-size: 14px; text-transform: uppercase; font-weight: 700; margin-top: 40px; }
.tourmaster-login2-right .tourmaster-login2-right-title:first-child{ margin-top: 0px; }
.tourmaster-login2-right .tourmaster-login2-right-description{ font-size: 12px; margin-bottom: 30px; }
.tourmaster-login2-right .tourmaster-button{ width: 100%; text-align: center; } .tourmaster-register-form{ padding-bottom: 10px; }
.tourmaster-register-form .tourmaster-register-message{ font-size: 12px; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-submit{ width: 100%; text-align: center; margin-top: 10px; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-term{ font-size: 13px; text-align: center; margin-bottom: 30px; }
.tourmaster-register-form .tourmaster-register-form-fields{ margin-left: -15px; margin-right: -15px; }
.tourmaster-register-form .tourmaster-profile-field{ width: 50%; float: left; padding: 0px 15px; margin-bottom: 22px; }
.tourmaster-register-form .tourmaster-profile-field .tourmaster-head{ display: block; margin-bottom: 17px; font-size: 14px; font-weight: 500; }
.tourmaster-register-form .tourmaster-profile-field-password{ clear: left; }
.tourmaster-register-bottom{ text-align: center; border-top-width: 1px; border-top-style: solid; padding-top: 32px; margin-bottom: 30px; }
.tourmaster-register-bottom .tourmaster-register-bottom-title{ font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; }
.tourmaster-register-bottom .tourmaster-register-bottom-link{ font-size: 11px; font-weight: 600; text-transform: uppercase; } .tourmaster-tour-review-item{ padding-bottom: 30px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-list{ margin-bottom: 25px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-avatar{ float: left; width: 36px; overflow: hidden; margin-right: 18px;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-content{ overflow: hidden; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-title{ font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-rating{ font-size: 14px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-rating i{ margin-right: 6px; }
.tourmaster-tour-review-item .tourmaster-tour-review-item-user{ font-size: 12px; margin-left: 12px; } .tourmaster-form-field input[type="text"], 
.tourmaster-form-field input[type="email"],
.tourmaster-form-field input[type="password"],
.tourmaster-form-field textarea,
.tourmaster-form-field select{ font-size: 13px; height: 48px; padding: 12px 17px; width: 100%; border: 0px; outline: none;
border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-form-field textarea{ height: 125px; }
.tourmaster-form-field select, 
.tourmaster-form-field select:focus{ 
box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
-webkit-appearance: none; -moz-appearance: none; appearance: none; }
.tourmaster-form-field .tourmaster-combobox-wrap{ position: relative; }
.tourmaster-form-field .tourmaster-combobox-wrap:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
position: absolute; right: 16px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-form-field .tourmaster-file-label-text{ font-size: 12px; text-transform: uppercase;
font-weight: 500; padding: 25px; display: inline-block; width: 100%; cursor: pointer; }
.tourmaster-form-field .tourmaster-file-label input[type="file"]{ display: none; }
.tourmaster-form-field .tourmaster-combobox-list-wrap{ position: relative; }
.tourmaster-form-field .tourmaster-combobox-list-wrap ul{ list-style: none; margin-left: 0px; display: none;
border-width: 0px 2px 1px 2px; border-style: solid; position: absolute; left: 0px; right: 0px; z-index: 99; }
.tourmaster-form-field .tourmaster-combobox-list-wrap ul li{ padding: 15px 17px; cursor: pointer;
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-title{ display: block; font-weight: 800; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-caption{ display: block; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-time{ display: block; font-style: italic; font-size: 12px; margin-top: 7px; }
.tourmaster-form-field .tourmaster-combobox-list-wrap .tourmaster-combobox-list-avail{ display: block; font-style: italic; font-size: 12px; }
.tourmaster-form-field .tourmaster-combobox-list-display{ position: relative; height: 48px; padding: 12px 17px; cursor: pointer; }
.tourmaster-form-field .tourmaster-combobox-list-display span{ display: block; white-space: nowrap; margin-right: 10px; overflow: hidden; }
.tourmaster-form-field .tourmaster-combobox-list-display:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
position: absolute; right: 14px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display{ border-width: 2px; border-style: solid; }
a.tourmaster-button, input[type="button"].tourmaster-button, input[type="submit"].tourmaster-button{
font-size: 12.5px; text-transform: uppercase; font-weight: 600; padding: 15px 27px; display: inline-block;
border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.tourmaster-form-field-alt-date{ width: 95px; float: left; margin-right: 10px; }
.tourmaster-form-field-alt-month{ width: 130px; float: left; margin-right: 10px; }
.tourmaster-form-field-alt-year{ width: 110px; float: left; }
.tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-form-field.tourmaster-with-border input[type="email"],
.tourmaster-form-field.tourmaster-with-border input[type="password"],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select{ border-width: 2px; border-style: solid; }
.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail{ position: relative; }
.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail input{ cursor: pointer; }
.tourmaster-form-field .tourmaster-type-datepicker .tourmaster-tail i{ pointer-events: none; position: absolute; right: 15px; top: 50%; margin-top: -8px; }
.tourmaster-datepicker-wrap{ position: relative; }
.tourmaster-datepicker-wrap:after{ content: "\f0dd"; font-family: fontAwesome; 
position: absolute; top: 50%; right: 17px; margin-top: -13px; line-height: 22px; pointer-events: none; }
.tourmaster-datepicker-wrap input{ cursor: pointer; }
.tourmaster-body .ui-datepicker{ width: 310px; border-width: 2px; border-style: solid; padding: 8px; display: none; }
.tourmaster-body .ui-datepicker .ui-datepicker-title{ padding-left: 38px; padding-right: 38px; }
.tourmaster-body .ui-datepicker .ui-datepicker-month,
.tourmaster-body .ui-datepicker .ui-datepicker-year{ width: 48%; margin: 0px 1%; border: none; height: 36px; padding: 0px 8px; font-weight: 700; }
.tourmaster-body .ui-datepicker select:focus{ outline: none; }
.tourmaster-body .ui-datepicker table{ border-collapse: separate; border-spacing: 0px; margin-bottom: 10px; }
.tourmaster-body .ui-datepicker table tr{ background: transparent; }
.tourmaster-body .ui-datepicker table tr th{ background: transparent; font-size: 13px; padding: 16px 0px 10px; }
.tourmaster-body .ui-datepicker table tr td{ padding: 0px 0px 5px; line-height: 1; text-align: center; }
.tourmaster-body .ui-datepicker table tr td span,
.tourmaster-body .ui-datepicker table tr td a{ width: 32px; font-size: 13px; line-height: 16px; 
padding: 10px 0px 6px; text-align: center; display: inline-block; 
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-body .ui-datepicker-header{ position: relative; }
.tourmaster-body .ui-datepicker-prev,
.tourmaster-body .ui-datepicker-next{ position: absolute; top: 0px; width: 36px; height: 36px; line-height: 36px; text-align: center; cursor: pointer; }
.tourmaster-body .ui-datepicker-prev{ left: 0px; }
.tourmaster-body .ui-datepicker-prev:after{ content: "\f104"; font-family: fontAwesome; }
.tourmaster-body .ui-datepicker-prev span{ display: none; }
.tourmaster-body .ui-datepicker-next{ right: 0px; }
.tourmaster-body .ui-datepicker-next:after{ content: "\f105"; font-family: fontAwesome; }
.tourmaster-body .ui-datepicker-next span{ display: none; }
.tourmaster-body .ui-datepicker-prev.ui-state-disabled,
.tourmaster-body .ui-datepicker-next.ui-state-disabled{ background: transparent; }  
.tourmaster-form-field.tourmaster-large input[type="text"], 
.tourmaster-form-field.tourmaster-large input[type="email"], 
.tourmaster-form-field.tourmaster-large input[type="password"], 
.tourmaster-form-field.tourmaster-large textarea, 
.tourmaster-form-field.tourmaster-large select{ height: 73px; padding: 18px 25px; font-size: 17px; }
.tourmaster-form-field.tourmaster-large input[type="submit"]{ height: 73px; padding: 18px 25px; font-size: 17px; text-transform: none; font-weight: 500; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field.tourmaster-large .tourmaster-tour-search-submit{ margin-top: 0px; } .tourmaster-template-wrapper table.tourmaster-table{ width: 100%; border: 0px; margin-bottom: 0px; border-collapse: separate; border-spacing: 0px;  }
.tourmaster-template-wrapper table.tourmaster-table th{ font-size: 13px; font-weight: 600; text-align: left; 
border-width: 0px 0px 1px; border-style: solid; padding: 4px 0px 16px; background: transparent; }
.tourmaster-template-wrapper table.tourmaster-table td{ font-size: 13px; font-weight: normal; padding: 0px 0px 18px; border: 0px; font-weight: normal; vertical-align: top; text-align: left; }
.tourmaster-template-wrapper table.tourmaster-table tr{ background: transparent; }
.tourmaster-template-wrapper table.tourmaster-table tr:nth-child(2) td{ padding-top: 28px; }
.tourmaster-template-wrapper table.tourmaster-table tr:last-child td { padding-bottom: 6px; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table{ min-width: 600px; }
.tourmaster-template-wrapper table.tourmaster-wish-list-table tr:last-child td {padding-bottom: 20px; } .tourmaster-tour-order-filterer-wrap{ background: #fff; }
.tourmaster-tour-order-filterer-wrap{ padding: 13px 20px; margin-bottom: 30px; 
box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-title{ font-weight: 800; font-size: 15px; padding-right: 10px; display: inline; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap{ position: relative; display: inline-block; margin-left: 10px; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
position: absolute; right: 12px; top: 50%; margin-top: -13px; pointer-events: none; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select{ font-size: 12px; height: 38px; padding: 7px 30px 7px 15px; 
width: 100%; outline: none; border-width: 1px; border-style: solid;
border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select, 
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select:focus{ 
box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
-webkit-appearance: none; -moz-appearance: none; appearance: none; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style{ float: right; font-size: 20px; margin-top: 4px; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a{ margin-left: 15px; } .tourmaster-tour-title-item{ margin-bottom: 30px; }
.tourmaster-tour-title-item .tourmaster-tour-title-item-title{ font-size: 26px; font-weight: 800; margin-bottom: 15px; }
.tourmaster-tour-title-item .tourmaster-tour-rating-text{ font-size: 14px; margin-left: 15px; }
.tourmaster-tour-title-item .tourmaster-tour-rating i{ font-size: 16px; } .tourmaster-tour-rating{ font-size: 13px; }
.tourmaster-tour-rating i{ margin-left: 4px; }
.tourmaster-tour-rating i:first-child{ margin-left: 0px; }
.tourmaster-tour-rating-text{ margin-left: 6px; font-size: 11px; font-weight: normal; }
.tourmaster-tour-rating-empty{ visibility: hidden; }
.tourmaster-tour-info-wrap{ margin-bottom: 18px; }
.tourmaster-tour-info-wrap .tourmaster-tour-info{ margin-bottom: 9px; font-weight: 500; font-size: 14px; }
.tourmaster-tour-info-wrap .tourmaster-tour-info i{ width: 20px; display: inline-block; margin-right: 4px; }
.tourmaster-thumbnail-ribbon{ line-height: 1; z-index: 1; position: absolute; top: 30px; font-size: 14px; font-weight: 600; padding: 14px 20px 14px 30px; left: -10px; }
.tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor{ position: absolute; left: -10px; bottom: -10px; width: 0px; height: 0px; 
border-style: solid; background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/ribbon-corner-shadow.png) 0px 0px no-repeat;
border-width: 0px 10px 10px 10px; border-left-color: transparent; border-top-color: transparent; border-bottom-color: transparent; }
.tourmaster-body .tourmaster-tour-info-custom-excerpt p{ line-height: 2; }
.tourmaster-tour-item{ padding-bottom: 30px; }
.tourmaster-tour-item .gdlr-core-load-more{ width: 100%; }
.tourmaster-tour-widget{ margin-top: 22px; }
.tourmaster-tour-widget:first-child{ margin-top: 0px; }
.tourmaster-tour-widget .tourmaster-tour-widget-inner{ padding-top: 22px; border-top-width: 1px; border-top-style: solid; }
.tourmaster-tour-widget:first-child .tourmaster-tour-widget-inner{ padding-top: 0px; border-top-width: 0px; }
.tourmaster-tour-widget .tourmaster-tour-thumbnail{ float: left; max-width: 66px; margin-right: 20px; }
.tourmaster-tour-widget .tourmaster-tour-content-wrap{ overflow: hidden; }
.tourmaster-tour-widget .tourmaster-tour-title{ font-size: 14px; margin-bottom: 5px; font-weight: 500; }
.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-head{ font-size: 13px; margin-right: 10px; }
.tourmaster-tour-widget .tourmaster-tour-price .tourmaster-tail{ font-size: 16px; font-weight: 700; }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ margin-right: 8px; }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 13px; font-weight: normal; margin-right: 10px; text-decoration: line-through }
.tourmaster-tour-widget .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-discount-price{ font-size: 16px; font-weight: 700; }
.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon{ padding-top: 5px; }
.tourmaster-tour-widget .tourmaster-tour-content-info.tourmaster-with-ribbon .tourmaster-tour-price-wrap{ float: right; }
.tourmaster-tour-widget .tourmaster-thumbnail-ribbon{ font-size: 12px; font-weight: 600; padding: 8px 13px 6px; float: left; position: static; }
.tourmaster-tour-widget .tourmaster-thumbnail-ribbon-cornor{ display: none; }
.tourmaster-tour-grid{ margin-bottom: 40px; }
.gdlr-core-flexslider .tourmaster-tour-grid{ margin-bottom: 0px; }
.tourmaster-tour-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-left: 10px; margin-left: -10px; }
.tourmaster-tour-grid .tourmaster-tour-title{ font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.tourmaster-tour-grid .tourmaster-tour-thumbnail{ margin-bottom: 28px; }
.tourmaster-tour-grid .tourmaster-tour-content-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-grid .tourmaster-tour-content{ font-weight: 500; }
.tourmaster-tour-grid .tourmaster-tour-rating{ margin-top: 15px; }
.tourmaster-tour-grid .tourmaster-tour-price{ font-size: 22px; font-weight: 800; line-height: 1; }
.tourmaster-tour-grid .tourmaster-tour-price .tourmaster-head{ font-size: 15px; margin-bottom: 7px; font-weight: normal; }
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; font-weight: normal; }
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 22px; line-height: 1; margin-top: 6px; font-weight: 800; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title{ padding-right: 100px; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap{ text-align: right; position: absolute; top: 0px; right: 0px; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price .tourmaster-head{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ display: block; }
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price-wrap{ margin-bottom: 10px; margin-top: 10px; }	
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price{ margin-right: 15px; }
.tourmaster-tour-grid.tourmaster-price-bottom-title .tourmaster-tour-price .tourmaster-head{ margin-right: 10px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-thumbnail{ margin-bottom: 0px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 32px 25px 8px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap{ top: 32px; right: 25px; }
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating,
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content{ margin-bottom: 14px; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap{ padding: 15px 25px 13px; line-height: 20px;  font-size: 13px; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head{ float: left; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-content{ float: right; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price,
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price{ font-size: 16px; margin-left: 12px; }
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap.tourmaster-with-discount .tourmaster-tour-price{ font-size: 13px; font-weight: normal; text-decoration: line-through; }
.tourmaster-tour-grid .tourmaster-tour-info-wrap { margin-bottom: 0px; margin-top: 17px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title { padding-right: 90px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price { font-size: 13px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-price{ font-size: 20px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 20px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-price{ font-size: 19px; margin-top: 10px; }
.tourmaster-tour-item-column-4 .tourmaster-tour-frame.tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 19px; }
.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-price{ font-size: 19px; margin-top: 10px; }
.tourmaster-tour-item-column-5 .tourmaster-tour-grid .tourmaster-tour-discount-price{ font-size: 19px; }
.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ font-weight: 700; }
.tourmaster-tour-item-style-grid .gdlr-core-block-item-title-wrap{ position: relative; margin-bottom: 40px; }
.tourmaster-tour-modern{ position: relative; }
.tourmaster-tour-modern-inner{ position: relative; overflow: hidden; }
.tourmaster-tour-item-style-modern-no-space .gdlr-core-pagination{ margin-top: 35px; }
.tourmaster-tour-modern .tourmaster-tour-title{ font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.tourmaster-tour-modern .tourmaster-tour-content-wrap{ position: relative; padding: 22px 25px 10px; }
.tourmaster-tour-modern .tourmaster-tour-info-wrap{ margin-bottom: 0px; }
.tourmaster-tour-modern .tourmaster-tour-info{ font-size: 12px; }
.tourmaster-tour-modern.tourmaster-with-info .tourmaster-tour-price-wrap{ position: absolute; right: 22px; bottom: 17px; }
.tourmaster-tour-modern.tourmaster-without-info .tourmaster-tour-price-wrap{ margin-top: -5px; margin-bottom: 10px; }
.tourmaster-tour-modern .tourmaster-tour-price{ font-size: 17px; font-weight: 800; line-height: 1; }
.tourmaster-tour-modern .tourmaster-tour-price .tourmaster-head{ display: none; }
.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 13px; font-weight: normal; }
.tourmaster-tour-modern .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-modern .tourmaster-tour-discount-price{ font-size: 17px; font-weight: 800; margin-left: 8px; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap{ position: absolute; right: 25px; left: 25px; bottom: 0px; 
-webkit-transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; }
.tourmaster-tour-modern.tourmaster-with-thumbnail:hover .tourmaster-tour-content-wrap{
-webkit-transform: translate3d(0, 2px, 0); transform: translate3d(0, 2px, 0); }
.tourmaster-tour-item-style-medium .tourmaster-tour-item-holder{ padding-bottom: 1px; }
.tourmaster-tour-medium{ margin-bottom: 40px; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail{ width: 31%; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-tour-medium-inner{ display: table; width: 100%; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail,
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ display: table-cell; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ width: 69%; padding: 20px 25px 0px 35px; vertical-align: middle; }
.tourmaster-tour-medium .tourmaster-content-left{ float: left; width: 69%; padding-right: 20px; }
.tourmaster-tour-medium .tourmaster-content-right{ overflow: hidden; padding: 10px 0px 10px 25px;
border-left-width: 2px; border-left-style: solid; }
.tourmaster-tour-medium .tourmaster-tour-title{ font-size: 20px; font-weight: 800; margin-bottom: 22px; margin-top: 3px; }
.tourmaster-tour-medium .tourmaster-tour-content{ font-weight: 500; }
.tourmaster-tour-medium .tourmaster-tour-rating-text{ display: block; }
.tourmaster-tour-medium .tourmaster-tour-rating{ text-align: center; margin-bottom: 20px; }
.tourmaster-tour-medium .tourmaster-tour-view-more{ font-size: 10px; display: block; text-align: center; 
padding: 14px 15px 12px; font-weight: bold; text-transform: uppercase; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap{ text-align: center; margin-bottom: 22px; }
.tourmaster-tour-medium .tourmaster-tour-price{ font-size: 26px; display: block; font-weight: 800; line-height: 1; }
.tourmaster-tour-medium .tourmaster-tour-price .tourmaster-head{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: inline; margin-right: 10px; }
.tourmaster-tour-medium .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-medium .tourmaster-tour-discount-price{ font-size: 26px; display: block; line-height: 1; margin-top: 10px; font-weight: 800; }	
.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding-top: 35px; padding-bottom: 35px; }
.tourmaster-tour-full{ margin-bottom: 60px; }
.tourmaster-tour-full.tourmaster-tour-frame{ margin-bottom: 40px; }
.tourmaster-tour-full .tourmaster-tour-title{ font-size: 21px; font-weight: 800; margin-bottom: 25px; }
.tourmaster-tour-full .tourmaster-tour-thumbnail{ margin-bottom: 38px; }
.tourmaster-tour-full .tourmaster-content-left{ float: left; width: 76%; padding-right: 30px; }
.tourmaster-tour-full .tourmaster-content-right{ overflow: hidden; padding: 20px 5px 20px 15px;
border-left-width: 2px; border-left-style: solid; }
.tourmaster-tour-full .tourmaster-tour-rating-text{ display: block; margin-left: 0px; margin-top: 2px; }
.tourmaster-tour-full .tourmaster-tour-rating{ text-align: center; margin-bottom: 20px; }
.tourmaster-tour-full .tourmaster-tour-view-more{ font-size: 11px; display: table; text-align: center; 
padding: 13px 22px 12px; font-weight: bold; text-transform: uppercase; margin: auto;
}
.tourmaster-tour-full .tourmaster-tour-price-wrap{ text-align: center; margin-bottom: 22px; }
.tourmaster-tour-full .tourmaster-tour-price{ font-size: 28px; display: block; font-weight: 800; line-height: 1; }
.tourmaster-tour-full .tourmaster-tour-price .tourmaster-head{ font-size: 15px; display: block; margin-bottom: 9px; font-weight: normal; margin-left: auto; margin-right: auto; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ font-size: 15px; display: block; margin-bottom: 12px; font-weight: normal; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-head{ display: inline; margin-right: 10px; }
.tourmaster-tour-full .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ text-decoration: line-through; }
.tourmaster-tour-full .tourmaster-tour-discount-price{ font-size: 28px; display: block; line-height: 1; margin-top: 10px; font-weight: 800; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-thumbnail{ margin-bottom: 0px; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 40px 27px 40px 35px; }
.tourmaster-tour-full.tourmaster-tour-frame .tourmaster-content-right { padding: 20px 0px 20px 27px; } .tourmaster-tour-category-grid .tourmaster-tour-category-head-animate{ padding: 0px 25px 27px; position: relative; }
.tourmaster-tour-category-grid .tourmaster-tour-category-head-link{ font-size: 12px; text-transform: uppercase; font-weight: 800; }
.tourmaster-tour-category-grid .tourmaster-tour-category-head-display{ padding: 0px 25px 10px; }
.tourmaster-tour-category-grid .tourmaster-tour-category-title{ font-size: 16px; margin-bottom: 0px; float: left; }
.tourmaster-tour-category-grid .tourmaster-tour-category-title i{ font-size: 18px; margin-right: 9px; }
.tourmaster-tour-category-grid .tourmaster-tour-category-count{ float: right; margin-top: 2px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; bottom: 0px; left: 0px; right: 0px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ position: absolute; left: 0px; right: 0px; bottom: 0px; 
border-bottom-width: 5px; border-bottom-style: solid; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; alpha(opacity=0);
transition: opacity 300ms; -moz-transition: opacity 300ms;
-o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-display{ padding-bottom: 25px;
transition: padding 200ms ease-out; -moz-transition: padding 200ms ease-out;
-o-transition: padding 200ms ease-out; -webkit-transition: padding 200ms ease-out; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate{ margin-bottom: -49px;
transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out;
-o-transition: margin 200ms ease-out; -webkit-transition: margin 200ms ease-out; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-display{ padding-bottom: 10px; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{ margin-bottom: 0px; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-animate{ padding: 0px 25px 0px; position: relative; text-align: center; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-link{ font-size: 12px; text-transform: uppercase; font-weight: 600; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-head-display{ padding: 0px 25px 8px; text-align: center; }
.tourmaster-tour-category-grid-2 .tourmaster-tour-category-title{ font-size: 18px; margin-bottom: 0px; font-weight: 600; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-animate{ padding-top: 10px; margin-bottom: -15px;
transition: margin 200ms ease-out, padding 200ms ease-out; -moz-transition: margin 200ms ease-out, padding 200ms ease-out;
-o-transition: margin 200ms ease-out, padding 200ms ease-out; -webkit-transition: margin 200ms ease-out, padding 200ms ease-out; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay-front{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
background: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/tour-category-item-gradient.png) bottom repeat-x; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap{ position: relative; overflow: hidden; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head{ position: absolute; padding-top: 5px; top: 100%; left: 0px; right: 0px;
transform: translate(0, -100%); -moz-transform: translate(0, -100%); -webkit-transform: translate(0, -100%); 
transition: transform 200ms ease-out, top 200ms ease-out; -moz-transition: transform 200ms ease-out, top 200ms ease-out; 
-o-transition: transform 200ms ease-out, top 200ms ease-out;  -webkit-transition: transform 200ms ease-out, top 200ms ease-out; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-overlay{ opacity: 0; alpha(opacity=0);
transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ position: absolute; 
margin-bottom: -5px; bottom: 0px; left: 0px; right: 0px; border-bottom-width: 5px; border-bottom-style: solid; 
transition: margin 200ms; -moz-transition: margin 200ms; -o-transition: margin 200ms; -webkit-transition: margin 200ms; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay{ opacity: 0.65; filter: alpha(opacity=65); }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-divider{ margin-bottom: 0; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head{ top: 50%; bottom: auto; 
transform: translate(0, -50%); -moz-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{ padding-top: 0px; margin-bottom: 0px; }
.tourmaster-tour-category-widget-holder{ margin-left: -10px; margin-right: -10px; }
.tourmaster-tour-category-widget{ padding-left: 10px; padding-right: 10px; margin-bottom: 20px; position: relative; overflow: hidden; }
.tourmaster-tour-category-widget .tourmaster-tour-category-overlay{ position: absolute; left: 10px; right: 10px; top: 0px; bottom: 0px; 
background: #000; opacity: 0.6; filter: alpha(opacity=60); }
.tourmaster-tour-category-widget .tourmaster-tour-category-title{ font-size: 13px; text-align: center; font-weight: 500; margin-bottom: 0px; padding: 0px 15px; }
.tourmaster-tour-category-widget .tourmaster-tour-category-head{ position: absolute; top: 0px; left: 10px; right: 10px; bottom: 0px; }
.tourmaster-tour-category-widget .tourmaster-tour-category-head-table{ display: table; width: 100%; height: 100%; }
.tourmaster-tour-category-widget .tourmaster-tour-category-title{ display: table-cell; vertical-align: middle; } .tourmaster-tour-search-item{ padding-bottom: 30px; }
.tourmaster-tour-search-wrap.tourmaster-with-frame{ padding: 40px 30px 30px; background-size: cover; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-title{ font-size: 20px; margin-bottom: 30px; font-weight: bold; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-field{ margin-bottom: 20px; position: relative; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-field label{ font-size: 13px; line-height: 22px; font-weight: 800; margin-bottom: 10px; display: block; }
.tourmaster-tour-search-wrap .tourmaster-tour-search-submit{ text-align: center; font-size: 13px; font-weight: 700; height: 48px;
text-transform: uppercase; padding: 13px 20px; min-width: 166px; border: 0px; margin: 5px 0px 0px; }
.tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after{ content: "\f073";margin-top: -12px;}
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner{ position: relative; }
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner:after{ content: "\f002"; font-family: fontAwesome; 
position: absolute; right: 15px; top: 50%; margin-top: -12px; line-height: 22px; }
.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner input[type="text"]{ padding-right: 40px; }
.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field{ float: left; width: 33.33%; padding-right: 20px;  }
.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-submit{ display: block; clear: both; }
.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-field{ margin-bottom: 25px; }
.tourmaster-tour-search-item.tourmaster-style-full .tourmaster-tour-search-submit{ width: 100%; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-field{ float: left; width: 16.66%; padding-right: 20px; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-tour-search-submit{ float: left; width: 16.66%; width: calc(16.66% - 20px); margin-top: 32px; min-width: 0px; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-field{ width: 50%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-2 .tourmaster-tour-search-submit{ width: 50%; width: calc(50% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-field{ width: 33.33%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-3 .tourmaster-tour-search-submit{ width: 33.33%; width: calc(33.33% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-field{ width: 25%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-4 .tourmaster-tour-search-submit{ width: 25%; width: calc(25% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-field{ width: 20%; }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-5 .tourmaster-tour-search-submit{ width: 20%; width: calc(20% - 20px); }
.tourmaster-tour-search-item.tourmaster-style-column.tourmaster-column-count-7 .tourmaster-tour-search-submit{ margin-top: 0px; }
.tourmaster-tour-search-field-rating i.tourmaster-rating-select,
.tourmaster-tour-search-field-rating span.tourmaster-rating-select{ display: inline-block; font-size: 14px; vertical-align: middle; }
.tourmaster-tour-search-field-rating span.tourmaster-rating-select{ height: 14px; width: 6px; }
.tourmaster-tour-search-field-rating .tourmaster-rating-select[data-rating-score="0"]{ margin-left: -6px; }
.tourmaster-tour-search-field-rating .tourmaster-tail{ margin-left: 10px; }
.tourmaster-tour-search-item .tourmaster-tour-search-item-divier{ padding-top: 10px; 
margin-bottom: 40px; margin-left: -30px; margin-right: -30px;
border-bottom-width: 1px; border-bottom-style: solid; }
.tourmaster-tour-search-item .tourmaster-type-filter-title{ font-size: 17px; margin-bottom: 27px; }
.tourmaster-tour-search-item .tourmaster-type-filter-title i{ float: right; cursor: pointer; }
.tourmaster-tour-search-item .tourmaster-type-filter-title i.tourmaster-active:before{ content: "\f056"; }
.tourmaster-tour-search-item .tourmaster-type-filter-item-wrap{ display: none; overflow: hidden; }
.tourmaster-tour-search-item .tourmaster-type-filter-item{ margin-bottom: 20px; }
.tourmaster-tour-search-item .tourmaster-type-filter-item-title{ font-size: 13px; }
.tourmaster-tour-search-item .tourmaster-type-filter-term{ display: block; margin-bottom: 10px; }
.tourmaster-tour-search-item .tourmaster-type-filter-term i{ margin-right: 10px; }
.tourmaster-tour-search-item .tourmaster-type-filter-display{ cursor: pointer; }
.tourmaster-type-filter-term input{ display: none; }
.tourmaster-type-filter-term input:checked + .tourmaster-type-filter-display i:before{ content: "\f058"; }
body.tourmaster-template-search .tourmaster-tour-search-item-wrap{ width: 35%; max-width: 360px; float: left; margin-bottom: 40px; }
body.tourmaster-template-search .tourmaster-tour-item{ overflow: hidden; padding-top: 2px; }
body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame{ margin-top: 2px; }
body.tourmaster-template-search .tourmaster-single-search-not-found-wrap{ overflow: hidden; }
body.tourmaster-template-search .tourmaster-tour-search-wrap.tourmaster-with-frame{
box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
.tourmaster-tour-search-item-head{ padding-bottom: 20px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title{  font-size: 17px;  margin-bottom: 9px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title i{ margin-right: 12px; }
.tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-caption { font-size: 14px; } .tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-inner{ padding: 65px 35px 45px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found{ text-align: center; margin-bottom: 50px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-title{ font-size: 60px; text-transform: uppercase; margin-bottom: 7px; }
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-caption{ font-size: 15px; }
.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-item{ text-align: center; }
.tourmaster-single-search-not-found-wrap .tourmaster-tour-search-field{ text-align: left; } .tourmaster-content-navigation-item-wrap{ overflow: hidden; }
.tourmaster-content-navigation-item-outer{ position: relative; z-index: 1; }
.tourmaster-content-navigation-item-outer.tourmaster-fixed{ position: fixed; left: 0px; right: 0px; top: 0px; z-index: 97; }
body.admin-bar .tourmaster-content-navigation-item-outer.tourmaster-fixed{ margin-top: 32px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab{ font-size: 14px; font-weight: 600; 
padding: 28px 25px 28px; display: inline-block; margin-right: 10px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider{ position: absolute; bottom: 0px; height: 3px; }
.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-item{ position: relative; } .tourmaster-quick-search-shortcode{ max-width: 700px; margin: 0px auto; }
.tourmaster-quick-search-shortcode input[type="submit"]{ font-size: 15px; letter-spacing: 0px; text-align: center !important;
font-weight: 600; text-transform: none; float: left; height: 53px; width: 29%; margin-left: 1%; }
.tourmaster-quick-search-shortcode input[type="text"]{ float: left; width: 70%; height: 53px; } .gdlr-core-flexslider.tourmaster-nav-style-rect{ position: static; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li{ margin-top: 0px; top: auto; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ padding: 16px 12px; border-style: solid; border-width: 0px; 
border-radius: 0%; -moz-border-radius: 0%; -webkit-border-radius: 0%; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i{ font-size: 22px; width: 29px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev{ left: 0px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next{ right: 0px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect{ position: static; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li{ margin-top: 0px; top: auto; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ padding: 16px 12px; border-style: solid; border-width: 0px; 
border-radius: 0%; -moz-border-radius: 0%; -webkit-border-radius: 0%; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a i{ font-size: 22px; width: 29px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-prev{ left: 0px; }
.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav .flex-nav-next{ right: 0px; } .tourmaster-lightbox-wrapper{ position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 10001; overflow: auto; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row{ display: table; width: 100%; height: 100%; position: relative; z-index: 10003; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell{ display: table-cell; vertical-align: middle; padding: 20px; overflow-y: auto; }
.tourmaster-lightbox-content-wrap{ display: none; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ display: block; max-width: 835px; margin: 0px auto; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-title{ color: #0e0e0e; font-size: 14px; text-align: center; margin-bottom: 0px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-head{ position: relative; padding-bottom: 24px; border-bottom-width: 2px; border-bottom-style: solid; margin-bottom: 45px; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ padding: 30px 30px 10px; overflow: hidden; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-close{ cursor: pointer; font-size: 25px; line-height: 25px; position: absolute; right: 0px; top: -5px; }
html.tourmaster-lightbox-on,
html.tourmaster-lightbox-on body{ position: relative; overflow: hidden; width: 100%; height: 100%; } @font-face {
font-family: "Flaticon";
src: url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.eot);
src: url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.woff) format("woff"),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.ttf) format("truetype"),
url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//rotasdovento.com/wp-content/plugins/tourmaster/plugins/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{ font-family: Flaticon; font-style: normal; }
.flaticon-plane-landing:before { content: "\f100"; }
.flaticon-takeoff-the-plane:before { content: "\f101"; } .goodlayers-payment-form{ max-width: 450px; margin-bottom: 40px; }
.goodlayers-payment-form input[type="text"]{ font-size: 12px; height: 45px; padding: 10px 20px; width: 100%; border: 0px; outline: none;
border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; 
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.goodlayers-payment-form.goodlayers-with-border input[type="text"]{ border-width: 2px; border-style: solid; }
.goodlayers-payment-form input.goodlayers-size-small[type="text"]{ width: 80px; }
.goodlayers-payment-form .goodlayers-payment-form-field{ margin-bottom: 20px; }
.goodlayers-payment-form .goodlayers-payment-field-head{ margin-bottom: 8px; display: block; }
.goodlayers-payment-form .goodlayers-separator{ margin: 0px 8px; }
.goodlayers-payment-form .goodlayers-payment-button{ margin-top: 10px; 
background-repeat: no-repeat; background-position: center;
font-size: 11px; text-transform: uppercase; font-weight: 600; padding: 15px 27px; display: inline-block;
border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.goodlayers-payment-form .goodlayers-payment-button.now-loading{ color: transparent !important; background-image: url(//rotasdovento.com/wp-content/plugins/tourmaster/images/button-loading.svg); }
.goodlayers-payment-form .goodlayers-payment-button,
.goodlayers-payment-form .goodlayers-payment-button:hover,
.goodlayers-payment-form .goodlayers-payment-button:active,
.goodlayers-payment-form .goodlayers-payment-button:focus{ color: #fff; }
.goodlayers-payment-form .payment-errors,
.goodlayers-payment-form .goodlayers-payment-req-field{ background: #bb5656; color: #fff; 
display: none; padding: 12px 20px; margin-bottom: 10px; }
.goodlayers-paypal-redirecting-message{ margin-bottom: 35px; } .tourmaster-urgency-message{ position: fixed; right: 30px; bottom: 30px; padding: 30px 40px; 
width: 350px; max-width: 100%; z-index: 99; cursor: pointer; }
.tourmaster-urgency-message .tourmaster-urgency-message-icon{ float: left; margin-right: 20px; font-size: 21px; }
.tourmaster-urgency-message .tourmaster-urgency-message-text{ overflow: hidden; font-size: 13px; } .tourmaster-notification-box,
.tourmaster-user-update-notification{ color: #fff; }
body a.tourmaster-button, 
body a.tourmaster-button:hover, 
body a.tourmaster-button:active, 
body a.tourmaster-button:focus, 
body input[type="button"].tourmaster-button, 
body input[type="button"].tourmaster-button:hover, 
body input[type="submit"].tourmaster-button, 
body input[type="submit"].tourmaster-button:hover{ color: #fff; }
.tourmaster-body .ui-datepicker table tr td a:hover,
.tourmaster-body .ui-datepicker table tr td a.ui-state-active,
.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a,
.tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span{ color: #ffffff; }
.tourmaster-body .ui-datepicker .ui-datepicker-month, 
.tourmaster-body .ui-datepicker .ui-datepicker-year{ background: #fff; }
.tourmaster-body .ui-datepicker-prev.ui-state-disabled, 
.tourmaster-body .ui-datepicker-next.ui-state-disabled{ background: auto; color: auto; }
.tourmaster-tour-item .tourmaster-tour-view-more,
.tourmaster-tour-item .tourmaster-tour-view-more:hover{ color: #fff; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-content-wrap{ background: rgba(0, 0, 0, 0.75); }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a,
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-title a:hover{ color: #fff; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-info-wrap{ color: #d2d2d2; }
.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price{ color: #ababab; }
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title,
.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-title i{ color: #fff; }
.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-title{ color: #fff; }
.tourmaster-tour-category-widget .tourmaster-tour-category-title a,
.tourmaster-tour-category-widget .tourmaster-tour-category-title a:hover{ color: #fff; }
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"]{ color: #ffffff; }
.tourmaster-payment-head .tourmaster-payment-title{ color: #fff; }
.tourmaster-payment-step-item .tourmaster-payment-step-item-icon{ color: #ffffff; }
.tourmaster-payment-step-item .tourmaster-payment-step-item-title{ color: #fff; }
.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,
.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon{ background: #ffffff; }
.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon{ color: #fff; }
.tourmaster-review-content-pagination span:hover,
.tourmaster-review-content-pagination span.tourmaster-active{ color: #ffffff; }
.tourmaster-lightbox-wrapper{ background: #000; background: rgba(0, 0, 0, 0.78); }
.tourmaster-single-header-title-wrap .tourmaster-single-header-title,
.tourmaster-single-header-title-wrap .tourmaster-tour-rating-text{ color: #fff; }
.tourmaster-header-price .tourmaster-header-price-ribbon{ color: #ffffff; }
.tourmaster-header-price .tourmaster-tour-price-wrap{ color: #fff; }
.tourmaster-header-price .tourmaster-header-enquiry{ color: #fff; }
body .tourmaster-tour-booking-submit input[type="submit"],
body .tourmaster-tour-booking-submit input[type="submit"]:hover{ color: #ffffff; }
.tourmaster-tour-booking-submit-error, 
.tourmaster-tour-booking-error-max-people{ color: #fff; }
table.tourmaster-my-booking-table a.tourmaster-my-booking-action,
table.tourmaster-my-booking-table a.tourmaster-my-booking-action:hover{ color: #fff; }
.tourmaster-tour-category-widget img{
transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out; 
-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out; 
-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }
.tourmaster-tour-category-widget .tourmaster-tour-category-thumbnail{ overflow: hidden; }
.tourmaster-tour-category-widget:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1); } .tourmaster-tour-style-2 .tourmaster-single-header .tourmaster-single-header-gallery-button{ padding: 10px 15px 8px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date .tourmaster-tour-booking-date-display{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider{ height: 2px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ display: block; padding-top: 38px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap,
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-anchor{ margin-top: -65px; }
.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-ribbon{ text-align: left; padding: 0px 30px; }
.tourmaster-tour-style-2 .tourmaster-header-price .tourmaster-header-price-wrap{ text-align: left; padding: 0px 30px; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title{ padding-top: 38px; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item{ padding: 0px 0px 5px; margin: 0px 30px 0px 0px; 
border-bottom-width: 2px; border-bottom-style: solid; }
.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item:first-child{ margin-left: 30px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1); }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-check-circle:before{ display: none; content: "\4e"; font-family: ElegantIcons; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .icon_check:before{ content: "\6c"; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .fa-calendar:before{ content: "\e023"; font-family: ElegantIcons; }
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg{ display: none; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-submit svg{ display: inline-block; max-width: 20px; float: left; margin-right: 25px; margin-top: 12px; }
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="text"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="email"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border input[type="password"], 
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border select,
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display{ border-width: 1px; font-weight: 500; height: 55px; padding: 15px 17px; }
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border textarea{ border-width: 1px; font-weight: 500; padding: 15px 17px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-submit input[type="submit"]{ padding: 18px 27px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-wrap ul{ border-width: 0px 1px 1px 1px; }
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-wrap:after,
.tourmaster-tour-style-2 .tourmaster-form-field .tourmaster-combobox-list-display:after,
.tourmaster-tour-style-2 .tourmaster-datepicker-wrap:after{ font-family: ElegantIcons; content: "\33"; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign{ height: 30px; border-left-width: 1px; border-left-style: solid; left: 43px; margin-top: -36px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign span, 
.tourmaster-tour-style-2 .tourmaster-tour-booking-next-sign:before, .tourmaster-tour-booking-next-sign:after{ display: none; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date,
.tourmaster-tour-style-2 .tourmaster-tour-booking-package{ margin-bottom: 42px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable{ margin-bottom: 27px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-date i,
.tourmaster-tour-style-2 .tourmaster-tour-booking-package i{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people.tourmaster-variable i{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container{ padding-top: 42px; padding-bottom: 0px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ line-height: 55px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom{ border: none; padding: 0px 34px; text-align: right; padding-bottom: 40px; margin-top: -22px; font-size: 13px; position: relative; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ padding: 0px; float: none; width: auto; display: inline; border: 0px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count{ padding: 0px; float: none; width: auto; display: inline; margin-left: 30px; }
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom i{ font-size: 15px; } .tourmaster-recent-tour-widget.tourmaster-tour-item{ padding-bottom: 0px; }
.tourmaster-recent-tour-widget .tourmaster-tour-widget.tourmaster-item-pdlr{ padding-left: 0px; padding-right: 0px; }
ul.tourmaster-widget-tour-category-list{ list-style: none; margin-left: 0px; }
ul.tourmaster-widget-tour-category-list li{ margin-bottom: 8px; } .tourmaster-conform-box-overlay{ position: fixed; z-index: 99998; top: 0px; right: 0px; bottom: 0px; left: 0px; background: #000; }
.tourmaster-confirm-box-wrapper { position: fixed; width: 450px; background: #ffffff; 
top: 50%; left: 50%; z-index: 99999; text-align: center; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-head { font-size: 13px; text-transform: uppercase; font-weight: bold; 
color: #828282; padding: 15px 0px; border-bottom: 1px solid #e8e8e8; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper { padding: 35px 0px; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-content-wrapper{ padding: 33px 0px; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-text { font-size: 16px; color: #404040; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-sub { font-size: 12px; margin-top: 11px; color: #b7b7b7; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button-wrapper{ overflow: hidden; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button{ width: 50%; text-align: center; float: left; cursor: pointer;
color: #fff; padding: 14px 0px; font-weight: bold; font-size: 13px; text-transform: uppercase; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-yes{ background: #f95e5e; }
.tourmaster-confirm-box-wrapper .tourmaster-confirm-box-button.tourmaster-no{ background: #383838; } .tourmaster-login-form .nsl-container{ max-width: 100%; text-align: center; }
.tourmaster-login-form .nsl-container > a{ display: inline-block; margin-left: 10px; }
.tourmaster-login-form .nsl-container > a:first-child{ margin-left: 0px; }
.tourmaster-login-form2 .nsl-container{ max-width: 100%; text-align: center; margin-bottom: 20px; }
.tourmaster-register-form .nsl-container{ max-width: 100%; text-align: center; }
.tourmaster-register-form .nsl-container > a{ display: inline-block; margin-left: 10px; }
.tourmaster-register-form .nsl-container > a:first-child{ margin-left: 0px; } .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000 !important; }
.tipsy-arrow-s { border-top-color: #000 !important; }
.tipsy-arrow-e { border-left-color: #000 !important; }
.tipsy-arrow-w { border-right-color: #000 !important; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
.tourmaster-user-mobile-navigation{ display: none; margin: 20px; 
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }
.tourmaster-show-on-mobile{ display: none; } @media only screen and (max-width: 1200px){
.tourmaster-payment-step-wrap .tourmaster-payment-step-item-icon{ margin-right: 10px; padding: 5px; height: 34px; width: 34px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item{ padding: 16px 40px 16px 0px; }
.tourmaster-payment-step-wrap .tourmaster-payment-step-item:after{ display: none; }
}
@media only screen and (max-width: 1140px){
.tourmaster-user-navigation{ width: 240px; }
.tourmaster-user-navigation .tourmaster-user-navigation-head,
.tourmaster-user-navigation .tourmaster-user-navigation-item{ padding-left: 20px; padding-right: 20px; }
.tourmaster-user-content-block{ margin: 20px; }
.tourmaster-my-profile-info{ float: none; width: auto; padding-left: 0px; padding-right: 0px; }
.tourmaster-my-profile-info.tourmaster-even{ padding-right: 0px; }
.tourmaster-my-profile-info.tourmaster-odd{  padding-left: 0px; }
.tourmaster-form-field-alt-date{ width: 30%; }
.tourmaster-form-field-alt-month{ width: 30%; }
.tourmaster-form-field-alt-year{ width: 30%; }
}
@media only screen and (max-width: 999px){
.tourmaster-hide-on-mobile{ display: none; }
.tourmaster-show-on-mobile{ display: block; }
a.tourmaster-show-on-mobile{ display: inline; }
.tourmaster-content-navigation-item-wrap{ display: none; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-header-title-wrap{ padding: 150px 20px 30px; }
.single-tour .tourmaster-single-header .tourmaster-header-price{ display: none; }
.single-tour .tourmaster-tour-info-wrap{ padding-left: 0px; padding-right: 0px; }
.single-tour.tourmaster-body .gdlr-core-container{ padding-left: 20px; padding-right: 20px; }
.single-tour .tourmaster-single-main-content,
.single-tour .tourmaster-with-sidebar .tourmaster-single-main-content, 
.single-tour .tourmaster-with-sidebar .tourmaster-tour-info-outer .tourmaster-tour-info-wrap{ padding-left: 20px; padding-right: 20px; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-review{ padding-left: 0px; padding-right: 0px; }
.single-tour .tourmaster-with-sidebar .tourmaster-single-related-tour-container{ padding-left: 15px; padding-right: 15px; }
.single-tour .tourmaster-single-review-content{ padding-left: 0px; }
.tourmaster-single-review-content .tourmaster-single-review-user{ width: 170px; padding-right: 10px; }
.tourmaster-tour-booking-bar-wrap .tourmaster-header-price{ display: block; }
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-anchor{ display: none; } 
.tourmaster-tour-booking-bar-container-inner .tourmaster-tour-booking-bar-wrap{ max-width: 100%; margin: 50px auto !important; position: static; }
.tourmaster-single-header .tourmaster-header-price, .tourmaster-tour-booking-bar-outer, 
.tourmaster-tour-booking-bar-anchor, .tourmaster-tour-booking-bar-wrap{ max-width: 100%; }
.tourmaster-header-price .tourmaster-header-price-overlay{ opacity: 1; filter: alpha(opacity=100); }
.tourmaster-payment-head .tourmaster-payment-step-inner{ padding-left: 20px; padding-right: 20px; }
.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ margin: 0px auto 70px; float: none; }
.tourmaster-template-payment .tourmaster-page-content{ max-width: 760px; margin: 0px auto; }
} @media only screen and (max-width: 767px){
.tourmaster-body .tourmaster-container,
.single-tour.tourmaster-body .tourmaster-single-related-tour-container{ max-width: 500px; padding-left: 15px; padding-right: 15px; }
.tourmaster-column-10{ width: 100%; }
.tourmaster-column-12{ width: 100%; }
.tourmaster-column-15{ width: 100%; }
.tourmaster-column-20{ width: 100%; }
.tourmaster-column-24{ width: 100%; }
.tourmaster-column-30{ width: 100%; }
.tourmaster-column-36{ width: 100%; }
.tourmaster-column-40{ width: 100%; }
.tourmaster-column-45{ width: 100%; }
.tourmaster-column-48{ width: 100%; }
.tourmaster-column-50{ width: 100%; }
.tourmaster-column-60{ width: 100%; }
.tourmaster-user-navigation{ display: none; }
.tourmaster-user-mobile-navigation{ display: block; }
.tourmaster-my-profile-avatar{ float: none; margin-right: 0px; margin-bottom: 30px; }
.tourmaster-user-content-inner{ padding: 20px; }
.tourmaster-user-content-inner.tourmaster-user-content-inner-edit-profile,
.tourmaster-user-content-inner.tourmaster-user-content-inner-change-password{ max-width: 400px; margin: 0px auto; }
.tourmaster-edit-profile-avatar img{ display: block; margin-right: 0px; margin-bottom: 30px; }
.tourmaster-edit-profile-wrap .tourmaster-head{ float: none; margin-right: 0px; }
input.tourmaster-edit-profile-submit.tourmaster-button{ margin-left: 0px; }
.tourmaster-tour-search-item.tourmaster-style-half .tourmaster-tour-search-field{ width: 100%; }
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-field{ width: 100%; padding-right: 0px;}
.tourmaster-tour-search-item.tourmaster-style-column .tourmaster-form-field .tourmaster-tour-search-submit{ width: 100%; }
.tourmaster-tour-full .tourmaster-content-right{ display: block; padding: 20px 0px 0px !important; border: 0px; }
.tourmaster-tour-full .tourmaster-tour-rating-empty{ display: none; }
.tourmaster-tour-full .tourmaster-content-left{ width: auto; float: none; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail, 
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ display: block; vertical-align: baseline; }
.tourmaster-tour-medium .tourmaster-tour-thumbnail{ width: auto; }
.tourmaster-tour-medium .tourmaster-tour-content-wrap{ width: auto; padding: 30px 0px 0px; }
.tourmaster-tour-medium .tourmaster-content-right{ display: block; padding: 0px; border: 0px; }
.tourmaster-tour-medium .tourmaster-tour-rating-empty{ display: none; }
.tourmaster-tour-medium .tourmaster-content-left{ width: auto; float: none; padding-right: 0px; }
.tourmaster-tour-medium.tourmaster-tour-frame .tourmaster-tour-content-wrap{ padding: 30px; }
.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info{ width: auto; float: none; }
.tourmaster-single-review-content .tourmaster-single-review-user{ padding-right: 0px; float: none; margin: 0px auto 25px; }
.tourmaster-payment-contact-wrap .tourmaster-head,
.tourmaster-payment-billing-wrap .tourmaster-head, 
.tourmaster-payment-additional-note-wrap .tourmaster-head, 
.tourmaster-payment-traveller-info-wrap .tourmaster-head{ float: none; display: block; width: auto; }
.tourmaster-payment-billing-copy, 
.tourmaster-tour-payment-content .tourmaster-tour-booking-continue{ margin-left: 0px; }
.tourmaster-payment-detail-wrap{ float: none; width: auto; margin-bottom: 40px; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-row{ display: block; width: 100%; height: auto; }
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-cell{ display: block; }
.tourmaster-login-form .tourmaster-login-user, 
.tourmaster-login-form .tourmaster-login-pass,
.tourmaster-register-form .tourmaster-profile-field{ width: auto; float: none; }
.tourmaster-login-form2{ float: none; width: auto; padding-right: 0px; }
.tourmaster-login2-right{ float: none; width: auto; padding-left: 0px; border-left: 0px; margin-top: 0px; padding-bottom: 20px; margin-bottom: 0px; }
table.tourmaster-my-booking-table th:nth-child(1){ width: 28%; }
.tourmaster-template-wrapper table.tourmaster-table td{ font-size: 11.5px; }
body.tourmaster-template-search .tourmaster-tour-search-item-wrap{  float: none;  margin-bottom: 0px; max-width: 100%; width: auto; }
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap{ display: block; margin-left: 0px; margin-top: 10px; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style{ float: none; margin-top: 10px; display: block; }
.tourmaster-tour-order-filterer-wrap .tourmaster-tour-order-filterer-style a{ margin-left: 0px; margin-right: 10px; } body.single-tour .tourmaster-template-wrapper{ display: flex; flex-direction: column; width: 100%; }
body.single-tour .tourmaster-template-wrapper > div{ width: 100%; }
body.single-tour .tourmaster-tour-booking-bar-container.tourmaster-container{ order: 2; }
body.single-tour .tourmaster-single-related-tour{ order: 3; }
.tourmaster-login-form .nsl-container > a{ display: block; margin: 0px 0px 10px; }
.tourmaster-register-form .nsl-container > a{ display: block; margin: 0px 0px 10px; }
}
@media only screen and (max-width: 425px){
.tourmaster-body .ui-datepicker{ margin-left: auto !important; margin-right: auto !important; left: 0px !important; right: 0px !important; }
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-title,
.tourmaster-payment-traveller-info-wrap .tourmaster-traveller-info-field.tourmaster-with-info-title .tourmaster-traveller-info-input,
.tourmaster-payment-traveller-info-wrap .tourmaster-tail .tourmaster-traveller-info-passport{ width: 100%; margin-bottom: 18px; margin-right: 0px; }
.tourmaster-urgency-message{ padding: 20px; left: 0px;  right: 0px; bottom: 0px; margin: 0px auto; }
.tourmaster-header-price .tourmaster-tour-discount-price{ font-size: 24px; }
.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ font-size: 13px; } 
.tourmaster-header-price .tourmaster-tour-price .tourmaster-head{ font-size: 12px; }
.tourmaster-header-price .tourmaster-tour-price-wrap:before{ font-size: 20px; }
.tourmaster-header-price .tourmaster-header-price-wrap{ padding-left: 10px; padding-right: 10px; }
.tourmaster-booking-tab-title-item{ padding-left: 23px; padding-right: 23px; }
} .tourmaster-left-align{ text-align: left; }
.tourmaster-center-align{ text-align: center; }
.tourmaster-right-align{ text-align: right; } .tourmaster-flexslider ul.slides{ zoom: 1; margin-left: 0px; margin-bottom: 0px; list-style: none; }
.tourmaster-flexslider ul.slides:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.tourmaster-flexslider ul.slides > li{ margin-bottom: 0px; display: none; -webkit-backface-visibility: hidden; }
.tourmaster-flexslider ul.slides > li .gdlr-core-item-list{ margin-bottom: 0px; }
.tourmaster-flexslider[data-type="carousel"] ul.slides > li{ margin-left: 0px; }
.tourmaster-flexslider[data-type="slider"] ul.slides > li{ text-align: center; }
.tourmaster-flexslider{ position: relative; }
.tourmaster-flexslider .tourmaster-flex-direction-nav{ margin-left: 0px; list-style: none; margin-bottom: 0px; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li{ position: absolute; line-height: 1; top: 50%; margin-top: -24px; z-index: 98; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li a{ display: block; padding: 14px; background: #000; background: rgba(0,0,0,0.6); color: #fff;
border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-flexslider .tourmaster-flex-direction-nav li a i{ font-size: 18px; width: 18px; text-align: center; display: block; }
.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-prev{ left: 35px; }
.tourmaster-flexslider .tourmaster-flex-direction-nav .tourmaster-flex-nav-next{ right: 35px; }
.tourmaster-single-header .tourmaster-flexslider{ z-index: 0; }
.tourmaster-single-header .tourmaster-flexslider img{ width: 100%; }
.tourmaster-flexslider .tourmaster-tour-grid{ margin-bottom: 0px; }
.tourmaster-tour-item .tourmaster-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-left: 10px; margin-left: -10px; } .tourmaster-pagination a{ cursor: pointer; }
.tourmaster-pagination a.gdlr-core-active{ cursor: default; }
.tourmaster-pagination a, 
.tourmaster-pagination span{ white-space: nowrap; font-weight: bold; }
.tourmaster-pagination a.prev:before{ content: "\f104"; font-family: fontAwesome; line-height: 1; }
.tourmaster-pagination a.next:before{ content: "\f105"; font-family: fontAwesome; line-height: 1; }
.tourmaster-pagination.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-with-border span{ background: transparent; border-width: 2px; border-style: solid; }
.tourmaster-pagination.tourmaster-with-border a.tourmaster-active,
.tourmaster-pagination.tourmaster-with-border a:hover{ background: transparent; }
.tourmaster-pagination.tourmaster-style-plain a,
.tourmaster-pagination.tourmaster-style-plain span{ background: transparent; margin-left: 15px; }
.tourmaster-pagination.tourmaster-style-plain a.gdlr-core-active,
.tourmaster-pagination.tourmaster-style-plain a:hover{ background: transparent; }
.tourmaster-pagination.tourmaster-style-plain a:before,
.tourmaster-pagination.tourmaster-style-plain span:before{ content: "/ "; margin-right: 15px; }
.tourmaster-pagination.tourmaster-style-plain a:first-child,
.tourmaster-pagination.tourmaster-style-plain span:first-child{ margin-left: 0px; }
.tourmaster-pagination.tourmaster-style-plain a:first-child:before,
.tourmaster-pagination.tourmaster-style-plain span:first-child:before{ display: none; }
.tourmaster-pagination.tourmaster-style-rectangle a, 
.tourmaster-pagination.tourmaster-style-rectangle span{ display: inline-block; font-size: 12px; padding: 9px 14px; margin-right: 1px; }
.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-rectangle.tourmaster-with-border span{ padding: 7px 12px; }	
.tourmaster-pagination.tourmaster-style-round a, 
.tourmaster-pagination.tourmaster-style-round span{ display: inline-block; font-size: 14px; padding: 9px 14px; margin-right: 3px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-round.tourmaster-with-border span{ padding: 7px 12px; line-height: 21px; }	 
.tourmaster-pagination.tourmaster-style-circle a, 
.tourmaster-pagination.tourmaster-style-circle span{ display: inline-block; width: 45px; height: 45px; line-height: 45px;  font-size: 12px; margin-right: 4px; text-align: center;  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border a, 
.tourmaster-pagination.tourmaster-style-circle.tourmaster-with-border span{ line-height: 41px;  }
.tourmaster-tour-item-style-modern-no-space .tourmaster-pagination{ margin-top: 35px; } .tourmaster-body .tourmaster-pagination a{ background: #f0f0f0; color: #929292; }
.tourmaster-body .tourmaster-pagination a:hover, 
.tourmaster-body .tourmaster-pagination a.tourmaster-active, 
.tourmaster-body .tourmaster-pagination span{ color: #fff; }
.tourmaster-body .tourmaster-filterer-wrap a{ color: #606060; }
.tourmaster-body.tourmaster-template-search .tourmaster-pagination a{ background: #e6e6e6; }.tourmaster-item-mgb{ margin-bottom: 20px; } .tourmaster-container{ max-width: 1200px; margin-left: auto; margin-right: auto; } 
.tourmaster-container{ padding-left: 10px; padding-right: 10px; } 
.tourmaster-item-pdlr{ padding-left: 10px; padding-right: 10px; }.tourmaster-item-mglr{ margin-left: 10px; margin-right: 10px; }.tourmaster-item-rvpdlr{ margin-left: -10px; margin-right: -10px; } 
.tourmaster-invoice-logo{ width: 250px; } 
.tourmaster-single-header-title-wrap{ padding-top: 500px; } 
.tourmaster-single-header-title-wrap{ padding-bottom: 50px; } 
.tourmaster-single-header-background-overlay{ opacity: 0.1; } 
.tourmaster-single-header-top-overlay{ height: 500px; } 
.tourmaster-single-header-overlay{ height: 200px; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a, .tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active a:hover{ color: #ffb73a; }.tourmaster-user-navigation .tourmaster-user-navigation-item.tourmaster-active:before{ border-color: #ffb73a; }.tourmaster-body .tourmaster-user-breadcrumbs span.tourmaster-active{ color: #ffb73a; }.tourmaster-user-content-block .tourmaster-user-content-title{ color: #ffb73a; }.tourmaster-notification-box, .tourmaster-user-update-notification{ background: #ffb73a; }body a.tourmaster-button, body a.tourmaster-button:hover, body a.tourmaster-button:active, body a.tourmaster-button:focus, body input[type="button"].tourmaster-button, body input[type="button"].tourmaster-button:hover, body input[type="submit"].tourmaster-button, body input[type="submit"].tourmaster-button:hover{ background-color: #ffb73a; }.goodlayers-payment-form form input.goodlayers-payment-button[type="submit"]{ background-color: #ffb73a; }.tourmaster-body .tourmaster-pagination a:hover, .tourmaster-body .tourmaster-pagination a.tourmaster-active, .tourmaster-body .tourmaster-pagination span{ background-color: #ffb73a; }.tourmaster-body .tourmaster-filterer-wrap a:hover, .tourmaster-body .tourmaster-filterer-wrap a.tourmaster-active{ color: #ffb73a; }table.tourmaster-my-booking-table .tourmaster-my-booking-title, table.tourmaster-my-booking-table .tourmaster-my-booking-title:hover{ color: #ffb73a; } .tourmaster-template-wrapper-user .tourmaster-my-booking-filter a:hover, .tourmaster-template-wrapper-user .tourmaster-my-booking-filter a.tourmaster-active{ color: #ffb73a; } table.tourmaster-my-booking-table a.tourmaster-my-booking-action{ background: #ffb73a; } .tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-title, .tourmaster-user-review-table .tourmaster-user-review-action{ color: #ffb73a; }.tourmaster-review-form .tourmaster-review-form-title{ color: #ffb73a; }.tourmaster-wish-list-item .tourmaster-wish-list-item-title, .tourmaster-wish-list-item .tourmaster-wish-list-item-title:hover{ color: #ffb73a; }.tourmaster-body .ui-datepicker table tr td a.ui-state-active, .tourmaster-body .ui-datepicker table tr td a:hover, .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight a, .tourmaster-body .ui-datepicker table tr td.tourmaster-highlight span{ background: #ffb73a; } .tourmaster-body .ui-datepicker select{ color: #ffb73a } .tourmaster-form-field .tourmaster-combobox-wrap:after{ color: #ffb73a; } .tourmaster-login-form .tourmaster-login-lost-password a, .tourmaster-login-form .tourmaster-login-lost-password a:hover, .tourmaster-login-bottom .tourmaster-login-bottom-link, .tourmaster-register-bottom .tourmaster-register-bottom-link{ color: #ffb73a; }.tourmaster-payment-method-wrap .tourmaster-payment-paypal > img:hover, .tourmaster-payment-method-wrap .tourmaster-payment-credit-card > img:hover{ border-color: #ffb73a; } 
.tourmaster-payment-billing-copy-text{ color: #ffb73a; }.tourmaster-tour-booking-bar-price-breakdown-link{ color: #ffb73a; }.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate, .tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-bar-coupon-validate:hover{ color: #ffb73a; }.tourmaster-tour-booking-bar-summary .tourmaster-tour-booking-bar-date-edit{ color: #ffb73a; }.tourmaster-payment-complete-wrap .tourmaster-payment-complete-icon,.tourmaster-payment-complete-wrap .tourmaster-payment-complete-thank-you{ color: #ffb73a; }.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"]{ background: #ffb73a; }.tourmaster-payment-step-item.tourmaster-checked .tourmaster-payment-step-item-icon,.tourmaster-payment-step-item.tourmaster-enable .tourmaster-payment-step-item-icon{ color: #ffb73a; }.gdlr-core-flexslider.tourmaster-nav-style-rect .flex-direction-nav li a{ background-color: #ffb73a; }body.tourmaster-template-payment a.tourmaster-button{ background-color: #ffb73a; }.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-discount-price{ color: #ffb73a; }.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-price-wrap{ color: #ffb73a; } 
.tourmaster-tour-info-wrap .tourmaster-tour-info i{ color: #ffb73a; }.tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-price .tourmaster-tail, .tourmaster-tour-modern.tourmaster-with-thumbnail .tourmaster-tour-discount-price{ color: #ffb73a; }.tourmaster-tour-item .tourmaster-tour-view-more,.tourmaster-tour-item .tourmaster-tour-view-more:hover{ background: #ffb73a; }.single-tour .tourmaster-datepicker-wrap:after,.single-tour .tourmaster-combobox-wrap:after,.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info i, .tourmaster-form-field .tourmaster-combobox-list-display:after{ color: #ffb73a; }.tourmaster-payment-step-item.tourmaster-current .tourmaster-payment-step-item-icon{ background: #ffb73a; }.tourmaster-review-content-pagination span:hover,.tourmaster-review-content-pagination span.tourmaster-active{ background: #ffb73a; }.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-slider{ background: #ffb73a; }.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-count, .tourmaster-body .tourmaster-tour-category-grid .tourmaster-tour-category-head-link{ color: #ffb73a; }.tourmaster-tour-category-grid.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider, .tourmaster-tour-category-grid-2.tourmaster-with-thumbnail .tourmaster-tour-category-head-divider{ border-color: #ffb73a; }.tourmaster-tour-booking-date > i, .tourmaster-tour-booking-room > i, .tourmaster-tour-booking-people > i, .tourmaster-tour-booking-submit > i,.tourmaster-tour-booking-package > i, .tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap .tourmaster-view-count i, .tourmaster-save-wish-list-icon-wrap .tourmaster-icon-active{ color: #ffb73a; }.tourmaster-tour-booking-next-sign:before, .tourmaster-tour-booking-next-sign span, .tourmaster-tour-booking-next-sign:after{ background-color: #ffb73a; }.tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price .tourmaster-tail{ color: #ffb73a; }.tourmaster-body .tourmaster-tour-order-filterer-style a.tourmaster-active, .tourmaster-urgency-message .tourmaster-urgency-message-icon, .tourmaster-payment-receipt-deposit-option label input:checked + span, .tourmaster-tour-booking-bar-deposit-option label input:checked + span, .tourmaster-tour-search-item .tourmaster-type-filter-title i, .tourmaster-type-filter-term input:checked + .tourmaster-type-filter-display, .tourmaster-tour-search-item-head .tourmaster-tour-search-item-head-title i{ color: #ffb73a; }.tourmaster-body.tourmaster-template-search .tourmaster-pagination a:hover, .tourmaster-body.tourmaster-template-search .tourmaster-pagination a.tourmaster-active, .tourmaster-body.tourmaster-template-search .tourmaster-pagination span{ background-color: #ffb73a; } 
body .tourmaster-tour-booking-submit input[type="submit"], body .tourmaster-tour-booking-submit input[type="submit"]:hover,body .tourmaster-tour-booking-submit .tourmaster-button, body .tourmaster-enquiry-form .tourmaster-button,.tourmaster-header-price .tourmaster-header-price-overlay{ background: #ffb73a;  background: -webkit-linear-gradient(left, #ffb73a , #ffb73a);  background: -o-linear-gradient(right, #ffb73a, #ffb73a);  background: -moz-linear-gradient(right, #ffb73a, #ffb73a);  background: linear-gradient(to right, #ffb73a , #ffb73a); } 
.tourmaster-tour-style-1 .tourmaster-header-price .tourmaster-header-price-ribbon, .tourmaster-tour-style-1 .tourmaster-header-price .tourmaster-header-enquiry-ribbon{ background: #ffb73a; background: rgba(255, 183, 58, 0.9); }.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-top .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-bottom .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-lock .tourmaster-header-price .tourmaster-header-price-ribbon,.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-wrap.tourmaster-fixed .tourmaster-header-price .tourmaster-header-price-ribbon{ background: #ffb73a; } 
.tourmaster-header-price .tourmaster-header-price-ribbon, .tourmaster-header-price .tourmaster-tour-price-wrap, .tourmaster-header-price .tourmaster-header-enquiry{ color: #ffffff; } 
.tourmaster-header-price .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price, .tourmaster-header-price .tourmaster-tour-price-info{ color: #b9daff; } 
.tourmaster-wish-list-remove-item{ color: #ba4a4a; }.tourmaster-notification-box.tourmaster-failure, .tourmaster-user-update-notification.tourmaster-failure{ background: #ba4a4a; }.tourmaster-tour-booking-submit-error, .tourmaster-tour-booking-error-max-people{ background: #ba4a4a; }.tourmaster-tour-booking-bar-coupon-wrap .tourmaster-tour-booking-coupon-message.tourmaster-failed{ background-color: #ba4a4a; } 
.tourmaster-tour-rating i, .tourmaster-review-form .tourmaster-review-form-rating, .tourmaster-single-review-content .tourmaster-single-review-detail-rating i, .tourmaster-tour-review-item .tourmaster-tour-review-item-rating i, .tourmaster-tour-search-field-rating .tourmaster-rating-select{ color: #ffb73a; } 
.tourmaster-user-top-bar-nav-inner{ background-color: #ffffff; } 
body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item{ border-color: #e6e6e6; } 
body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a, body .tourmaster-user-top-bar-nav .tourmaster-user-top-bar-nav-item a:hover{ color: #878787; } 
.tourmaster-template-wrapper-user{ background-color: #f3f3f3; } 
.tourmaster-user-navigation{ background: #ffffff; } 
.tourmaster-user-navigation .tourmaster-user-navigation-head{ color: #0a0a0a; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item a, .tourmaster-user-navigation .tourmaster-user-navigation-item a:hover{ color: #0a0a0a; } 
.tourmaster-user-navigation .tourmaster-user-navigation-item-sign-out{ border-color: #e5e5e5; } 
.tourmaster-body .tourmaster-user-breadcrumbs a, .tourmaster-body .tourmaster-user-breadcrumbs a:hover, .tourmaster-body .tourmaster-user-breadcrumbs span{ color: #a5a5a5; } 
.tourmaster-user-content-block{ background-color: #ffffff; } 
.tourmaster-user-content-block .tourmaster-user-content-title-link, .tourmaster-user-content-block .tourmaster-user-content-title-link:hover{ color: #9e9e9e; } 
.tourmaster-user-content-block .tourmaster-user-content-title-wrap, table.tourmaster-table th, .tourmaster-template-wrapper table.tourmaster-table tr td{ border-color: #e8e8e8; } 
.tourmaster-my-profile-info .tourmaster-head, .tourmaster-my-profile-info .tourmaster-tail, .tourmaster-edit-profile-wrap .tourmaster-head, table.tourmaster-table th, table.tourmaster-table td{ color: #0a0a0a; }.tourmaster-user-content-inner-my-booking-single .tourmaster-my-booking-single-field{ color: #0a0a0a; } 
table.tourmaster-my-booking-table .tourmaster-my-booking-price{ color: #0a0a0a; } 
.tourmaster-template-wrapper-user .tourmaster-my-booking-filter a{ color: #0a0a0a; } 
.tourmaster-booking-status, .tourmaster-user-review-status.tourmaster-status-submitted{ color: #acacac; } 
.tourmaster-booking-status.tourmaster-status-pending, .tourmaster-user-review-status.tourmaster-status-pending{ color: #24a04a; } 
.tourmaster-booking-status.tourmaster-status-online-paid{ color: #ffb73a; } 
.tourmaster-booking-status.tourmaster-status-deposit-paid{ color: #5b9dd9; } 
.tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button, .tourmaster-my-booking-single-sidebar .tourmaster-my-booking-single-payment-button:hover{ background-color: #48a198; } 
.tourmaster-invoice-head{ color: #121212; } 
.tourmaster-invoice-price-head, .tourmaster-invoice-payment-info{ background-color: #f3f3f3; } 
.tourmaster-invoice-price-head, .tourmaster-invoice-payment-info{ color: #454545; } 
.tourmaster-invoice-price .tourmaster-head, .tourmaster-invoice-total-price{ color: #7b7b7b; } 
.tourmaster-invoice-price .tourmaster-tail{ color: #1e1e1e; } 
.tourmaster-payment-traveller-info-wrap .tourmaster-head, .tourmaster-payment-contact-wrap .tourmaster-head, .tourmaster-payment-billing-wrap .tourmaster-head, .tourmaster-payment-additional-note-wrap .tourmaster-head, .tourmaster-payment-detail-wrap .tourmaster-payment-detail, .tourmaster-payment-detail-notes-wrap .tourmaster-payment-detail, .tourmaster-payment-traveller-detail .tourmaster-payment-detail{ color: #5c5c5c; }.goodlayers-payment-form .goodlayers-payment-form-field .goodlayers-payment-field-head{ color: #5c5c5c; } 
.tourmaster-body .tourmaster-form-field input[type="text"], .tourmaster-body .tourmaster-form-field input[type="email"], .tourmaster-body .tourmaster-form-field input[type="password"], .tourmaster-body .tourmaster-form-field textarea, .tourmaster-body .tourmaster-form-field select, .tourmaster-body .tourmaster-form-field input[type="text"]:focus, .tourmaster-form-field.tourmaster-with-border .tourmaster-combobox-list-display, .tourmaster-form-field .tourmaster-combobox-list-wrap ul, .tourmaster-body .tourmaster-form-field input[type="email"]:focus, .tourmaster-body .tourmaster-form-field input[type="password"]:focus, .tourmaster-body .tourmaster-form-field textarea:focus{ color: #545454; }.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ color: #545454; } 
.tourmaster-body .tourmaster-form-field input[type="text"], .tourmaster-body .tourmaster-form-field input[type="email"], .tourmaster-body .tourmaster-form-field input[type="password"], .tourmaster-body .tourmaster-form-field textarea, .tourmaster-body .tourmaster-form-field select, .tourmaster-body .tourmaster-form-field input[type="text"]:focus, .tourmaster-body .tourmaster-form-field input[type="email"]:focus, .tourmaster-body .tourmaster-form-field input[type="password"]:focus, .tourmaster-body .tourmaster-form-field textarea:focus{ background: #ffffff; }.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ background-color: #ffffff; } 
.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"], .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"], .tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error, .tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error{ background-color: #fff9f9; }.tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="text"]:focus, .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="email"]:focus, .tourmaster-form-field.tourmaster-with-border input.tourmaster-validate-error[type="password"]:focus, .tourmaster-form-field.tourmaster-with-border textarea.tourmaster-validate-error:focus, .tourmaster-form-field.tourmaster-with-border select.tourmaster-validate-error:focus{ background-color: #fff9f9; } 
.tourmaster-form-field.tourmaster-with-border input[type="text"], .tourmaster-form-field.tourmaster-with-border input[type="email"], .tourmaster-form-field.tourmaster-with-border input[type="password"], .tourmaster-form-field.tourmaster-with-border textarea, .tourmaster-form-field.tourmaster-with-border select{ border-color: #e6e6e6; }.goodlayers-payment-form .goodlayers-payment-form-field input[type="text"]{ border-color: #e6e6e6; } 
.tourmaster-form-field .tourmaster-file-label-text{ background-color: #f3f3f3; } 
.tourmaster-form-field .tourmaster-file-label-text{ color: #a6a6a6; } 
.tourmaster-body .ui-datepicker{ background-color: #f5f5f5; } 
.tourmaster-body .ui-datepicker{ border-color: #ebebeb; } 
.tourmaster-body .ui-datepicker table tr th{ color: #808080; } 
.tourmaster-body .ui-datepicker table tr td a, .tourmaster-body .ui-datepicker-prev, .tourmaster-body .ui-datepicker-next{ background-color: #ffffff; } 
.tourmaster-body .ui-datepicker table tr td a, .tourmaster-body .ui-datepicker-prev, .tourmaster-body .ui-datepicker-next{ color: #5b5b5b; } 
.tourmaster-body .ui-datepicker table tr td a.ui-state-disable{ color: #c0c0c0; }.tourmaster-body .ui-datepicker-prev.ui-state-disabled, .tourmaster-body .ui-datepicker-next.ui-state-disabled, .tourmaster-body .ui-datepicker table tr td{ color: #c0c0c0; } 
.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-inner, .tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer, .tourmaster-form-field .tourmaster-combobox-list-wrap ul, .tourmaster-template-payment .tourmaster-tour-booking-bar-wrap{ background-color: #ffffff; } 
.tourmaster-tour-booking-date .tourmaster-tour-booking-date-display, .tourmaster-tour-booking-bar-wrap .tourmaster-view-count{ color: #333333; }.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ color: #333333; }.tourmaster-tour-booking-people-container .tourmaster-tour-booking-room-text{ color: #333333; } 
.tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ background-color: #fbfbfb; } 
.tourmaster-tour-booking-bar-wrap .tourmaster-booking-bottom, .tourmaster-tour-booking-bar-wrap .tourmaster-save-wish-list{ border-color: #ebebeb; } 
.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-bar-summary-title{ color: #000000; } 
.tourmaster-tour-booking-bar-summary-info, .tourmaster-tour-booking-bar-summary-people-amount, .tourmaster-tour-booking-bar-summary-room-text{ color: #414141; } 
.tourmaster-price-breakdown, .tourmaster-tour-booking-bar-total-price-wrap{ color: #515151; } 
.tourmaster-tour-booking-bar-total-price, .tourmaster-tour-booking-bar-deposit-text{ color: #242424; } 
.tourmaster-payment-receipt-deposit-option label input + span, .tourmaster-tour-booking-bar-deposit-option label input + span, .tourmaster-tour-booking-bar-total-price-wrap.tourmaster-deposit, .tourmaster-tour-booking-bar-total-price-wrap.tourmaster-deposit .tourmaster-tour-booking-bar-total-price{ color: #a1a1a1; } 
.tourmaster-payment-head .tourmaster-payment-head-overlay-opacity{ background-color: rgba(0, 0, 0, 0.5); } 
.tourmaster-payment-complete-wrap,.tourmaster-payment-method-wrap{ background-color: #f5f5f5; } 
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-head, .tourmaster-payment-method-wrap .tourmaster-payment-method-title, .tourmaster-payment-method-wrap .tourmaster-payment-method-or{ color: #262626; } 
.tourmaster-payment-complete-wrap .tourmaster-payment-complete-bottom-text, .tourmaster-payment-complete-wrap .tourmaster-payment-complete-head, .tourmaster-payment-method-wrap .tourmaster-payment-method-title{ border-color: #e3e3e3; } 
.tourmaster-payment-service-form-wrap{ background-color: #f5f5f5; } 
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{ color: #1a1a1a; } 
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-title{ border-color: #e3e3e3; } 
.tourmaster-payment-service-form-wrap .tourmaster-payment-service-form-item-title{ color: #6a6a6a; } 
.tourmaster-template-search .tourmaster-template-wrapper, .tourmaster-template-archive .tourmaster-template-wrapper{ background-color: #f3f3f3; } 
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-inner{ background-color: #f6f6f6; } 
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-title{ color: #cccccc; } 
.tourmaster-single-search-not-found-wrap .tourmaster-single-search-not-found-caption{ color: #a8a8a8; } 
.tourmaster-single-header-top-overlay, .tourmaster-payment-head .tourmaster-payment-head-top-overlay{ background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }.tourmaster-single-header-overlay, .tourmaster-payment-head .tourmaster-payment-head-overlay{ background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } 
.single-tour .tourmaster-tour-info-outer{ background-color: #f5f5f5; } 
.single-tour .tourmaster-tour-info-wrap .tourmaster-tour-info{ color: #0a0a0a; } 
.tourmaster-single-review-head .tourmaster-tour-rating-text, .tourmaster-single-review-sort-by .tourmaster-head, .tourmaster-single-review-content .tourmaster-single-review-user-name, .tourmaster-single-review-content .tourmaster-single-review-user-type{ color: #0a0a0a; } 
.tourmaster-single-review-content .tourmaster-single-review-detail-date{ color: #a3a3a3; } 
.tourmaster-review-content-pagination span{ color: #2d2d2d; } 
.tourmaster-review-content-pagination span{ background-color: #f3f3f3; } 
.tourmaster-payment-step-item .tourmaster-payment-step-item-icon{ background: #161616; } 
.tourmaster-tour-style-1 .tourmaster-booking-tab-title{ background-color: #f5f5f5; } 
.tourmaster-booking-tab-title-item{ color: #4c4c4c; } 
.tourmaster-booking-tab-title-item.tourmaster-active{ color: #242424; } 
.tourmaster-tour-style-2 .tourmaster-booking-tab-title-item.tourmaster-active{ border-color: #234076; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success{ background-color: #f1f8ff; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success{ border-color: #e1ebfe; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-success{ color: #758ea8; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed{ background-color: #fff1f1; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed{ border-color: #fee1e1; } 
.tourmaster-urgency-message{ color: #ffffff; } 
.tourmaster-urgency-message{ background-color: #343434; } 
.tourmaster-enquiry-form .tourmaster-enquiry-form-message.tourmaster-failed{ color: #a87575; } 
.tourmaster-tour-item .tourmaster-tour-title a, .tourmaster-tour-item .tourmaster-tour-title a:hover{ color: #333333; } 
.tourmaster-tour-order-filterer-wrap{ background-color: #ffffff; } 
.tourmaster-tour-order-filterer-wrap .tourmaster-combobox-wrap select{ background-color: #ffffff; } 
.tourmaster-body .tourmaster-tour-order-filterer-style a{ color: #adadad; } 
.tourmaster-tour-medium.tourmaster-tour-frame, .tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap, .tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap{ background: #ffffff; } 
.tourmaster-tour-item .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-price .tourmaster-tail{ color: #1b1b1b; } 
.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price, .tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail{ color: #aaaaaa; } 
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap{ background-color: #e7e7e7; } 
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap .tourmaster-tour-price-head{ color: #5c5c5c; } 
.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap.tourmaster-with-discount .tourmaster-tour-price{ color: #989898; } 
.tourmaster-lightbox-wrapper .tourmaster-lightbox-content-wrap{ background-color: #ffffff; } 
.tourmaster-lightbox-wrapper h3, .tourmaster-lightbox-wrapper .tourmaster-lightbox-title, .tourmaster-lightbox-wrapper .tourmaster-lightbox-close, .tourmaster-payment-receipt-field .tourmaster-head, .tourmaster-login-bottom .tourmaster-login-bottom-title{ color: #0e0e0e; } 
.tourmaster-login-form label, .tourmaster-login-form2 label, .tourmaster-lost-password-form label, .tourmaster-reset-password-form label, .tourmaster-register-form .tourmaster-profile-field .tourmaster-head{ color: #5c5c5c; } .tourmaster-review-form .tourmaster-review-form-description .tourmaster-tail, .tourmaster-review-form .tourmaster-review-form-traveller-type .tourmaster-tail{ color: #5c5c5c; } 
.tourmaster-tour-review-item .tourmaster-tour-review-item-title a, .tourmaster-tour-review-item .tourmaster-tour-review-item-title a:hover{ color: #313131; } 
.tourmaster-tour-review-item .tourmaster-tour-review-item-user{ color: #5f5f5f; } 
.tourmaster-content-navigation-item-outer{ background-color: #ebebeb; } 
.tourmaster-content-navigation-item .tourmaster-content-navigation-tab{ color: #9a9a9a; } 
.tourmaster-content-navigation-item .tourmaster-content-navigation-tab.tourmaster-active, .tourmaster-content-navigation-item .tourmaster-content-navigation-tab:hover{ color: #1b1b1b; } 
.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"], .tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"]:focus, .tourmaster-tour-search-wrap .tourmaster-tour-search-field select{ background-color: #f3f3f3; } 
.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"], .tourmaster-tour-search-wrap .tourmaster-tour-search-field select{ border-color: #f3f3f3; } 
.tourmaster-tour-search-wrap .tourmaster-tour-search-title{ color: #ffffff; } 
.tourmaster-tour-search-wrap .tourmaster-tour-search-field label{ color: #383838; } 
.tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"], .tourmaster-tour-search-wrap .tourmaster-tour-search-field input[type="text"]:focus, .tourmaster-tour-search-wrap .tourmaster-tour-search-field select{ color: #7f7f7f; }.tourmaster-tour-search-wrap input::-webkit-input-placeholder{  color: #7f7f7f; }.tourmaster-tour-search-wrap input::-moz-placeholder{  color: #7f7f7f; }.tourmaster-tour-search-wrap input:-ms-input-placeholder{  color: #7f7f7f; }.tourmaster-tour-search-wrap input:-moz-placeholder{  color: #7f7f7f; } 
.tourmaster-tour-search-wrap .tourmaster-datepicker-wrap:after, .tourmaster-tour-search-wrap .tourmaster-tour-search-field-inner:after, .tourmaster-tour-search-wrap .tourmaster-combobox-wrap:after{ color: #383838; } 
.tourmaster-tour-search-wrap.tourmaster-with-frame{ background-color: #ffffff; } 
.tourmaster-type-filter-term .tourmaster-type-filter-display{ color: #878787; }.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
table td,table th{text-align:center}h5,h6{line-height:1.667em}body,h6{color:#808285}.mkdf-blog-holder article .mkdf-post-image,iframe,pre{max-width:100%}blockquote,body{line-height:27px}blockquote>*,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{letter-spacing:inherit;text-transform:inherit}#mkdf-back-to-top,.mkdf-owl-slider{visibility:hidden}.mkdf-countdown .countdown-rtl,.mkdf-owl-slider.owl-rtl{direction:rtl}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{background:0 0;border:0;margin:0;padding:0;vertical-align:baseline;outline:0}body,pre{background-color:#fff}a img,table{border:none}ol,pre,ul{margin:15px 0}article,aside,details,figcaption,figure,footer,header,nav,section{display:block}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0;vertical-align:middle;width:100%}table th{border:0;padding:5px 7px}table td{padding:5px 10px}.wp-caption,img{max-width:100%;height:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clear:after{clear:both;content:"";display:block}html{overflow-y:scroll!important}body{font-family:Cabin,sans-serif;font-size:16px;font-weight:400;overflow-x:hidden!important;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-weight:700;font-family:"Playfair Display",serif;color:#303030}h1{font-size:60px;line-height:1.167em}h2{font-size:45px;line-height:1.22em}h3{font-size:30px;line-height:1.333em}h4{font-size:20px;line-height:1.5em}h5{font-size:18px}h6{font-size:15px;font-weight:400;font-family:Cabin,sans-serif}h1,h2,h3,h4,h5,h6{margin:20px 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit}blockquote,dt{font-weight:700}a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,p a:hover{color:#ffcc05}a,p a{color:#303030;text-decoration:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}p{margin:10px 0}input[type=submit]{-webkit-appearance:none}ol,ul{list-style-position:inside}ol ol,ol ul,ul ol,ul ul{margin:0;padding:0 0 0 15px}pre{padding:15px;white-space:pre-wrap;word-wrap:break-word}dt{font-size:15px;margin-bottom:10px}dd{margin-bottom:15px}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sub{top:.5ex}sup{bottom:.5ex}.wp-caption-text{margin:0;font-style:italic}table tbody tr,table thead tr{border:1px solid #e1e1e1}table tbody th{border-right:1px solid #e1e1e1}blockquote{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:12px 0 16px;padding:0 0 0 80px;font-size:16px;font-family:"Playfair Display",serif;color:#303030;text-align:left;quotes:none;box-sizing:border-box}blockquote>*{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;margin:0}blockquote:after,blockquote:before{content:''}blockquote:before{content:'“';font-family:Kristi;font-size:192px;color:#ffcc05;font-weight:400;line-height:1;position:absolute;top:50%;left:12px;-webkit-transform:translateY(-33%);-moz-transform:translateY(-33%);transform:translateY(-33%)}blockquote cite{font-style:normal;font-weight:400}::selection{background:#ffcc05;color:#fff}::-moz-selection{background:#ffcc05;color:#fff}.bypostauthor,.gallery-caption,.sticky,.wp-caption,.wp-caption-text{opacity:1}.alignleft{display:inline;float:left;margin:0 20px 20px 0}.alignright{display:inline;float:right;margin:0 0 20px 20px}.aligncenter{clear:both;display:block;margin:10px auto}.text-align-right{text-align:right}.text-align-left{text-align:left}.text-align-center{text-align:center}.mkdf-wrapper{position:relative;left:0;z-index:1000}.mkdf-wrapper .mkdf-wrapper-inner{width:100%;overflow:hidden}.mkdf-content{position:relative;margin-top:0;z-index:100;background-color:#fff}.mkdf-boxed{overflow:hidden!important}.mkdf-boxed .mkdf-wrapper{display:inline-block;vertical-align:middle;width:100%}.touch .mkdf-boxed .mkdf-wrapper{background-repeat:repeat}.mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner{width:1150px;overflow:visible;margin:auto}.mkdf-boxed .mkdf-content{overflow:hidden}.mkdf-boxed .mkdf-footer-inner{width:1150px;margin:auto}.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-boxed .mkdf-page-header .mkdf-sticky-header{width:1150px;left:auto}.mkdf-paspartu-enabled .mkdf-wrapper{padding:10px;background-color:#fff;box-sizing:border-box}.mkdf-paspartu-enabled.mkdf-top-paspartu-disabled .mkdf-wrapper{padding-top:0!important}.mkdf-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner,.mkdf-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-paspartu-enabled .mkdf-sticky-header{left:10px;width:calc(100% - 20px)}.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled.admin-bar .mkdf-wrapper:before{top:32px}.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-wrapper:after,.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-wrapper:before{content:'';position:fixed;left:0;width:100%;height:auto;padding-top:inherit;background-color:inherit;z-index:99999}.mkdf-container:after,.mkdf-container:before{content:" ";display:table}.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-wrapper:before{top:0}.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-wrapper:after{bottom:0}.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner,.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-sticky-header.header-appear{margin-top:10px}.mkdf-relative-position{position:relative;z-index:10}.mkdf-smooth-transition-loader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;background-color:#fff}.mkdf-container{position:relative;padding:0;width:100%;z-index:100}.mkdf-container:after{clear:both}.mkdf-rev-has-paspartu,.mkdf-vertical-align-containers .mkdf-position-center-inner,.mkdf-vertical-align-containers .mkdf-position-left-inner,.mkdf-vertical-align-containers .mkdf-position-right-inner{display:inline-block;vertical-align:middle}.mkdf-container-inner{width:1100px;margin:0 auto}.mkdf-full-width{position:relative;z-index:100}.mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner,.mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner{padding-top:40px}body:not(.mkdf-disable-global-padding-bottom) .mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner,body:not(.mkdf-disable-global-padding-bottom) .mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner{padding-bottom:80px}@media only screen and (min-width:1400px){.mkdf-grid-1300 .mkdf-container-inner,.mkdf-grid-1300 .mkdf-grid,.mkdf-grid-1300 .mkdf-row-grid-section{width:1300px}.mkdf-grid-1300.mkdf-boxed .mkdf-footer-inner,.mkdf-grid-1300.mkdf-boxed .mkdf-wrapper-inner{width:1350px}.mkdf-grid-1300.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-grid-1300.mkdf-boxed .mkdf-page-header .mkdf-sticky-header{width:1350px;left:auto}}@media only screen and (min-width:1300px){.mkdf-grid-1200 .mkdf-container-inner,.mkdf-grid-1200 .mkdf-grid,.mkdf-grid-1200 .mkdf-row-grid-section{width:1200px}.mkdf-grid-1200.mkdf-boxed .mkdf-footer-inner,.mkdf-grid-1200.mkdf-boxed .mkdf-wrapper-inner{width:1250px}.mkdf-grid-1200.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-grid-1200.mkdf-boxed .mkdf-page-header .mkdf-sticky-header{width:1250px;left:auto}}@media only screen and (min-width:1200px){.mkdf-grid-1000 .mkdf-container-inner,.mkdf-grid-1000 .mkdf-grid,.mkdf-grid-1000 .mkdf-row-grid-section{width:1000px}.mkdf-grid-1000.mkdf-boxed .mkdf-footer-inner,.mkdf-grid-1000.mkdf-boxed .mkdf-wrapper-inner{width:1050px}.mkdf-grid-1000.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-grid-1000.mkdf-boxed .mkdf-page-header .mkdf-sticky-header{width:1050px;left:auto}}@media only screen and (min-width:1024px){.mkdf-grid-800 .mkdf-container-inner,.mkdf-grid-800 .mkdf-grid,.mkdf-grid-800 .mkdf-row-grid-section{width:800px}.mkdf-grid-800.mkdf-boxed .mkdf-footer-inner,.mkdf-grid-800.mkdf-boxed .mkdf-wrapper-inner{width:850px}.mkdf-grid-800.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed,.mkdf-grid-800.mkdf-boxed .mkdf-page-header .mkdf-sticky-header{width:850px;left:auto}}@-webkit-keyframes preload-background{from{background-position:0 0}to{background-position:100% 0}}@keyframes preload-background{from{background-position:0 0}to{background-position:100% 0}}.mkdf-preload-background{background:url(//rotasdovento.com/wp-content/themes/wanderers/assets/img/preload_pattern.png)!important;-webkit-animation-name:preload-background;-webkit-animation-duration:40s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-name:preload-background;animation-duration:40s;animation-iteration-count:infinite;animation-timing-function:linear;animation-delay:0s;animation-fill-mode:forwards}.mkdf-grid{width:1100px;margin:0 auto}.mkdf-vertical-align-containers{position:relative;height:100%;width:100%;padding:0 20px;box-sizing:border-box}.mkdf-parallax-row-holder,.vc_row .wpb_gmaps_widget .wpb_wrapper{padding:0;background-color:transparent}.mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-left,.mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-right{width:25%}.mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-center{width:50%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-center,.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-left,.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-right{width:33.33%}.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-center{width:50%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.mkdf-vertical-align-containers.mkdf-50-50 .mkdf-position-left,.mkdf-vertical-align-containers.mkdf-50-50 .mkdf-position-right{width:50%}.mkdf-vertical-align-containers.mkdf-33-66 .mkdf-position-left{width:33.33%}.mkdf-vertical-align-containers.mkdf-33-66 .mkdf-position-right,.mkdf-vertical-align-containers.mkdf-66-33 .mkdf-position-left{width:66.66%}.mkdf-vertical-align-containers.mkdf-66-33 .mkdf-position-right{width:33.33%}.mkdf-vertical-align-containers .mkdf-position-left{position:relative;float:left;z-index:2;height:100%}.mkdf-vertical-align-containers .mkdf-position-center{height:100%;width:100%;position:absolute;left:0;text-align:center;z-index:1}.mkdf-vertical-align-containers .mkdf-position-right{position:relative;float:right;z-index:2;height:100%;text-align:right}.mkdf-vertical-align-containers .mkdf-position-right.mkdf-has-widget .mkdf-position-right-inner{height:100%}.mkdf-vertical-align-containers .mkdf-position-center:before,.mkdf-vertical-align-containers .mkdf-position-left:before,.mkdf-vertical-align-containers .mkdf-position-right:before{content:"";display:inline-block;vertical-align:middle;height:100%;margin-right:0}.last_toggle_el_margin,.wpb_button,.wpb_content_element,.wpb_row,ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}.mkdf-row-grid-section{position:relative;width:1100px;margin:0 auto;z-index:20}.mkdf-content-aligment-left{text-align:left}.mkdf-content-aligment-center{text-align:center}.mkdf-content-aligment-right{text-align:right}.mkdf-parallax-row-holder{position:static;background-repeat:no-repeat;background-position:center 0;background-attachment:fixed;overflow:hidden}@media only screen and (max-width:1024px){.mkdf-disabled-bg-image-bellow-1024{background-image:none!important}.mkdf-parallax-row-holder{height:auto!important;min-height:200px!important;background-position:center top!important;background-attachment:scroll;background-size:cover}}.mkdf-rev-has-paspartu{position:relative;width:100%;height:100vh;margin:0;box-sizing:border-box}.admin-bar .mkdf-rev-has-paspartu{height:calc(100vh - 32px)}.mkdf-rev-has-paspartu.mkdf-side-paspartu-disabled{padding-left:0!important;padding-right:0!important}.mkdf-rev-has-paspartu.mkdf-paspartu-tiny{padding:10px}.mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 10px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 42px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 20px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 52px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-small{padding:20px}.mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 20px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 52px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 40px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 72px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-normal{padding:30px}.mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 30px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 62px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 60px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 92px)!important}@media only screen and (max-width:680px){.mkdf-disabled-bg-image-bellow-680{background-image:none!important}.mkdf-rev-has-paspartu.mkdf-paspartu-normal{padding:20px}.mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 20px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 52px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 40px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 72px)!important}}.mkdf-rev-has-paspartu.mkdf-paspartu-large{padding:50px}.mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 50px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 82px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 100px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 132px)!important}@media only screen and (max-width:680px){.mkdf-rev-has-paspartu.mkdf-paspartu-large{padding:20px}.mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled{padding-top:0}.mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 20px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 52px)!important}.mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 40px)!important}.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 72px)!important}}.mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner{width:100%!important;left:0!important}.mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper{left:0!important;width:100%!important;height:100%!important}.mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:100vh!important}.admin-bar .mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer{height:calc(100vh - 32px)!important}.screen-reader-text{position:absolute!important;height:0;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);word-wrap:normal!important}.screen-reader-text:focus{display:block;top:5px;left:5px;width:auto;height:auto;padding:15px 23px 14px;color:#21759b;font-size:14px;font-weight:700;line-height:normal;text-decoration:none;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;z-index:100000}.mkdf-two-columns-form-without-space .mkdf-column-left{display:table-cell;width:99%;vertical-align:top}.mkdf-two-columns-form-without-space .mkdf-column-right{display:table-cell;width:1%;text-align:left;vertical-align:top}.mkdf-two-columns-form-with-space .mkdf-column-left{display:table-cell;width:99%;vertical-align:top;padding:0 10px 0 0;box-sizing:border-box}.mkdf-two-columns-form-with-space .mkdf-column-right{display:table-cell;width:1%;text-align:left;vertical-align:top;padding:0 0 0 10px;box-sizing:border-box}.mkdf-grid-col-10:after,.mkdf-grid-col-10:before,.mkdf-grid-col-11:after,.mkdf-grid-col-11:before,.mkdf-grid-col-12:after,.mkdf-grid-col-12:before,.mkdf-grid-col-1:after,.mkdf-grid-col-1:before,.mkdf-grid-col-2:after,.mkdf-grid-col-2:before,.mkdf-grid-col-3:after,.mkdf-grid-col-3:before,.mkdf-grid-col-4:after,.mkdf-grid-col-4:before,.mkdf-grid-col-5:after,.mkdf-grid-col-5:before,.mkdf-grid-col-7:after,.mkdf-grid-col-7:before,.mkdf-grid-col-8:after,.mkdf-grid-col-8:before,.mkdf-grid-col-9:after,.mkdf-grid-col-9:before,.mkdf-grid-row:after,.mkdf-grid-row:before{content:" ";display:table}.mkdf-no-space.mkdf-disable-bottom-space{margin-bottom:0}.mkdf-no-space .mkdf-outer-space{margin:0}.mkdf-no-space .mkdf-outer-space .mkdf-item-space{padding:0;margin:0}.mkdf-no-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-tiny-space.mkdf-disable-bottom-space{margin-bottom:-10px}.mkdf-tiny-space .mkdf-outer-space{margin:0 -5px}.mkdf-tiny-space .mkdf-outer-space .mkdf-item-space{padding:0 5px;margin:0 0 10px}.mkdf-tiny-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-small-space.mkdf-disable-bottom-space{margin-bottom:-20px}.mkdf-small-space .mkdf-outer-space{margin:0 -10px}.mkdf-small-space .mkdf-outer-space .mkdf-item-space{padding:0 10px;margin:0 0 20px}.mkdf-small-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-normal-space.mkdf-disable-bottom-space{margin-bottom:-30px}.mkdf-normal-space .mkdf-outer-space{margin:0 -15px}.mkdf-normal-space .mkdf-outer-space .mkdf-item-space{padding:0 15px;margin:0 0 30px}.mkdf-normal-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-medium-space.mkdf-disable-bottom-space{margin-bottom:-40px}.mkdf-medium-space .mkdf-outer-space{margin:0 -20px}.mkdf-medium-space .mkdf-outer-space .mkdf-item-space{padding:0 20px;margin:0 0 40px}.mkdf-medium-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-large-space.mkdf-disable-bottom-space{margin-bottom:-50px}.mkdf-large-space .mkdf-outer-space{margin:0 -25px}.mkdf-large-space .mkdf-outer-space .mkdf-item-space{padding:0 25px;margin:0 0 50px}.mkdf-large-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-huge-space.mkdf-disable-bottom-space{margin-bottom:-60px}.mkdf-huge-space .mkdf-outer-space{margin:0 -30px}.mkdf-huge-space .mkdf-outer-space .mkdf-item-space{padding:0 30px;margin:0 0 60px}.mkdf-huge-space.mkdf-disable-item-bottom-space .mkdf-item-space{margin:0}.mkdf-grid-row{margin-left:-15px;margin-right:-15px}.mkdf-grid-row:after{clear:both}.mkdf-grid-no-gutter{margin-left:0;margin-right:0}.mkdf-grid-no-gutter>div{padding-left:0;padding-right:0}.mkdf-grid-tiny-gutter{margin-left:-5px;margin-right:-5px}.mkdf-grid-tiny-gutter>div{padding-left:5px;padding-right:5px}.mkdf-grid-small-gutter{margin-left:-10px;margin-right:-10px}.mkdf-grid-small-gutter>div{padding-left:10px;padding-right:10px}.mkdf-grid-normal-gutter{margin-left:-15px;margin-right:-15px}.mkdf-grid-normal-gutter>div{padding-left:15px;padding-right:15px}.mkdf-grid-medium-gutter{margin-left:-20px;margin-right:-20px}.mkdf-grid-medium-gutter>div{padding-left:20px;padding-right:20px}.mkdf-grid-large-gutter{margin-left:-25px;margin-right:-25px}.mkdf-grid-large-gutter>div{padding-left:25px;padding-right:25px}.mkdf-grid-huge-gutter{margin-left:-40px;margin-right:-40px}.mkdf-grid-huge-gutter>div{padding-left:40px;padding-right:40px}.mkdf-grid-col-1,.mkdf-grid-col-10,.mkdf-grid-col-11,.mkdf-grid-col-12,.mkdf-grid-col-2,.mkdf-grid-col-3,.mkdf-grid-col-4,.mkdf-grid-col-5,.mkdf-grid-col-7,.mkdf-grid-col-8,.mkdf-grid-col-9{min-height:1px;padding-left:15px;padding-right:15px;position:relative;box-sizing:border-box}.mkdf-grid-col-1{float:left;width:8.33333%}.mkdf-grid-col-1:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-1{width:100%;float:none}}.mkdf-grid-col-2{float:left;width:16.66667%}.mkdf-grid-col-2:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-2{width:100%;float:none}}.mkdf-grid-col-3{float:left;width:25%}.mkdf-grid-col-3:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-3{width:100%;float:none}}.mkdf-grid-col-4{float:left;width:33.33333%}.mkdf-grid-col-4:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-4{width:100%;float:none}}.mkdf-grid-col-5{float:left;width:41.66667%}.mkdf-grid-col-5:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-5{width:100%;float:none}}.mkdf-grid-col-6{position:relative;float:left;width:50%;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.mkdf-grid-col-6:after,.mkdf-grid-col-6:before{content:" ";display:table}.mkdf-grid-col-6:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-6{width:100%;float:none}}.mkdf-grid-col-7{float:left;width:58.33333%}.mkdf-grid-col-7:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-7{width:100%;float:none}}.mkdf-grid-col-8{float:left;width:66.66667%}.mkdf-grid-col-8:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-8{width:100%;float:none}}.mkdf-grid-col-9{float:left;width:75%}.mkdf-grid-col-9:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-9{width:100%;float:none}}.mkdf-grid-col-10{float:left;width:83.33333%}.mkdf-grid-col-10:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-10{width:100%;float:none}}.mkdf-grid-col-11{float:left;width:91.66667%}.mkdf-grid-col-11:after{clear:both}@media only screen and (max-width:1024px){.mkdf-grid-col-11{width:100%;float:none}}.mkdf-grid-col-12{float:left;width:100%}.mkdf-grid-col-12:after{clear:both}.mkdf-grid-col-push-1{left:8.33333%}.mkdf-grid-col-pull-1{right:8.33333%}@media only screen and (max-width:1024px){.mkdf-grid-col-12{width:100%;float:none}.mkdf-grid-col-push-1{left:0}.mkdf-grid-col-pull-1{right:0}}.mkdf-grid-col-push-2{left:16.66667%}.mkdf-grid-col-pull-2{right:16.66667%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-2{left:0}.mkdf-grid-col-pull-2{right:0}}.mkdf-grid-col-push-3{left:25%}.mkdf-grid-col-pull-3{right:25%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-3{left:0}.mkdf-grid-col-pull-3{right:0}}.mkdf-grid-col-push-4{left:33.33333%}.mkdf-grid-col-pull-4{right:33.33333%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-4{left:0}.mkdf-grid-col-pull-4{right:0}}.mkdf-grid-col-push-5{left:41.66667%}.mkdf-grid-col-pull-5{right:41.66667%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-5{left:0}.mkdf-grid-col-pull-5{right:0}}.mkdf-grid-col-push-6{left:50%}.mkdf-grid-col-pull-6{right:50%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-6{left:0}.mkdf-grid-col-pull-6{right:0}}.mkdf-grid-col-push-7{left:58.33333%}.mkdf-grid-col-pull-7{right:58.33333%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-7{left:0}.mkdf-grid-col-pull-7{right:0}}.mkdf-grid-col-push-8{left:66.66667%}.mkdf-grid-col-pull-8{right:66.66667%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-8{left:0}.mkdf-grid-col-pull-8{right:0}}.mkdf-grid-col-push-9{left:75%}.mkdf-grid-col-pull-9{right:75%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-9{left:0}.mkdf-grid-col-pull-9{right:0}}.mkdf-grid-col-push-10{left:83.33333%}.mkdf-grid-col-pull-10{right:83.33333%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-10{left:0}.mkdf-grid-col-pull-10{right:0}}.mkdf-grid-col-push-11{left:91.66667%}.mkdf-grid-col-pull-11{right:91.66667%}@media only screen and (max-width:1024px){.mkdf-grid-col-push-11{left:0}.mkdf-grid-col-pull-11{right:0}}.mkdf-grid-col-push-12{left:100%}.mkdf-grid-col-pull-12{right:100%}@media only screen and (max-width:1280px){.mkdf-disabled-bg-image-bellow-1280{background-image:none!important}.mkdf-grid-col-laptop-landscape-medium-1{width:8.33333%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-1{width:8.33333%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-push-12{left:0}.mkdf-grid-col-pull-12{right:0}.mkdf-grid-col-ipad-landscape-1{width:8.33333%;float:left}}@media only screen and (max-width:768px){.mkdf-disabled-bg-image-bellow-768{background-image:none!important}.mkdf-grid-col-ipad-portrait-1{width:8.33333%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-1{width:8.33333%;float:left}}@media only screen and (max-width:480px){.mkdf-disabled-bg-image-bellow-480{background-image:none!important}.mkdf-grid-col-phone-portrait-1{width:8.33333%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-1{width:8.33333%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-1{width:8.33333%;float:left}.mkdf-grid-col-laptop-landscape-large-2{width:16.66667%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-2{width:16.66667%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-2{width:16.66667%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-2{width:16.66667%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-2{width:16.66667%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-2{width:16.66667%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-2{width:16.66667%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-2{width:16.66667%;float:left}.mkdf-grid-col-smaller-phone-portrait-3{width:25%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-3{width:25%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-3{width:25%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-3{width:25%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-3{width:25%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-3{width:25%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-3{width:25%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-3{width:25%;float:left}.mkdf-grid-col-laptop-landscape-large-4{width:33.33333%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-4{width:33.33333%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-4{width:33.33333%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-4{width:33.33333%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-4{width:33.33333%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-4{width:33.33333%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-4{width:33.33333%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-4{width:33.33333%;float:left}.mkdf-grid-col-smaller-phone-portrait-5{width:41.66667%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-5{width:41.66667%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-5{width:41.66667%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-5{width:41.66667%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-5{width:41.66667%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-5{width:41.66667%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-5{width:41.66667%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-5{width:41.66667%;float:left}.mkdf-grid-col-laptop-landscape-large-6{width:50%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-6{width:50%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-6{width:50%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-6{width:50%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-6{width:50%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-6{width:50%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-6{width:50%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-6{width:50%;float:left}.mkdf-grid-col-smaller-phone-portrait-7{width:58.33333%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-7{width:58.33333%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-7{width:58.33333%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-7{width:58.33333%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-7{width:58.33333%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-7{width:58.33333%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-7{width:58.33333%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-7{width:58.33333%;float:left}.mkdf-grid-col-laptop-landscape-large-8{width:66.66667%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-8{width:66.66667%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-8{width:66.66667%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-8{width:66.66667%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-8{width:66.66667%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-8{width:66.66667%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-8{width:66.66667%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-8{width:66.66667%;float:left}.mkdf-grid-col-smaller-phone-portrait-9{width:75%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-9{width:75%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-9{width:75%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-9{width:75%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-9{width:75%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-9{width:75%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-9{width:75%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-9{width:75%;float:left}.mkdf-grid-col-laptop-landscape-large-10{width:83.33333%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-10{width:83.33333%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-10{width:83.33333%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-10{width:83.33333%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-10{width:83.33333%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-10{width:83.33333%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-10{width:83.33333%;float:left}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-10{width:83.33333%;float:left}.mkdf-grid-col-smaller-phone-portrait-11{width:91.66667%;float:left}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-11{width:91.66667%;float:left}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-11{width:91.66667%;float:left}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-11{width:91.66667%;float:left}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-11{width:91.66667%;float:left}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-11{width:91.66667%;float:left}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-11{width:91.66667%;float:left}}@media only screen and (max-width:1440px){.mkdf-grid-col-laptop-landscape-large-11{width:91.66667%;float:left}.mkdf-grid-col-laptop-landscape-large-12{width:100%;float:none}}@media only screen and (max-width:1280px){.mkdf-grid-col-laptop-landscape-medium-12{width:100%;float:none}}@media only screen and (max-width:1200px){.mkdf-grid-col-laptop-landscape-12{width:100%;float:none}}@media only screen and (max-width:1024px){.mkdf-grid-col-ipad-landscape-12{width:100%;float:none}}@media only screen and (max-width:768px){.mkdf-grid-col-ipad-portrait-12{width:100%;float:none}}@media only screen and (max-width:680px){.mkdf-grid-col-phone-landscape-12{width:100%;float:none}}@media only screen and (max-width:480px){.mkdf-grid-col-phone-portrait-12{width:100%;float:none}}@media only screen and (max-width:320px){.mkdf-grid-col-smaller-phone-portrait-12{width:100%;float:none}}@-webkit-keyframes element-from-left{0%{opacity:0;transform:translate(-20%,0)}100%{opacity:1;transform:translate(0,0)}}@keyframes element-from-left{0%{opacity:0;transform:translate(-20%,0)}100%{opacity:1;transform:translate(0,0)}}@-webkit-keyframes element-from-right{0%{opacity:0;transform:translate(20%,0)}100%{opacity:1;transform:translate(0,0)}}@keyframes element-from-right{0%{opacity:0;transform:translate(20%,0)}100%{opacity:1;transform:translate(0,0)}}@-webkit-keyframes element-from-top{0%{opacity:0;transform:translate(0,-30%)}100%{opacity:1;transform:translate(0,0)}}@keyframes element-from-top{0%{opacity:0;transform:translate(0,-30%)}100%{opacity:1;transform:translate(0,0)}}@-webkit-keyframes element-from-bottom{0%{opacity:0;transform:translate(0,30%)}100%{opacity:1;transform:translate(0,0)}}@keyframes element-from-bottom{0%{opacity:0;transform:translate(0,30%)}100%{opacity:1;transform:translate(0,0)}}.mkdf-element-from-bottom,.mkdf-element-from-fade,.mkdf-element-from-left,.mkdf-element-from-right,.mkdf-element-from-top{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-element-from-bottom>div,.mkdf-element-from-fade>div,.mkdf-element-from-left>div,.mkdf-element-from-right>div,.mkdf-element-from-top>div{position:relative;display:inline-block;width:100%;vertical-align:middle;opacity:0}.mkdf-element-from-fade.mkdf-element-from-fade-on>div{opacity:1;-webkit-transition:opacity .8s ease 0s;-moz-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s}.mkdf-element-from-left.mkdf-element-from-left-on>div{-webkit-animation:element-from-left .55s 1 ease;-moz-animation:element-from-left .55s 1 ease;animation:element-from-left .55s 1 ease;opacity:1}.mkdf-element-from-right.mkdf-element-from-right-on>div{-webkit-animation:element-from-right .55s 1 ease;-moz-animation:element-from-right .55s 1 ease;animation:element-from-right .55s 1 ease;opacity:1}.mkdf-element-from-top.mkdf-element-from-top-on>div{-webkit-animation:element-from-top .55s 1 ease;-moz-animation:element-from-top .55s 1 ease;animation:element-from-top .55s 1 ease;opacity:1}.mkdf-element-from-bottom.mkdf-element-from-bottom-on>div{-webkit-animation:element-from-bottom .55s 1 ease;-moz-animation:element-from-bottom .55s 1 ease;animation:element-from-bottom .55s 1 ease;opacity:1}.mkdf-flip-in{opacity:0;-webkit-transform:perspective(1000px) rotateY(25deg);-moz-transform:perspective(1000px) rotateY(25deg);transform:perspective(1000px) rotateY(25deg);-webkit-transition:all 1.1s ease-in-out;-moz-transition:all 1.1s ease-in-out;transition:all 1.1s ease-in-out}.mkdf-flip-in.mkdf-flip-in-on{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}.mkdf-grow-in{opacity:0;-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8);-webkit-transition:all 1s cubic-bezier(0,1,.5,1);-moz-transition:all 1s cubic-bezier(0,1,.5,1);transition:all 1s cubic-bezier(0,1,.5,1)}.mkdf-grow-in.mkdf-grow-in-on{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.mkdf-z-rotate{opacity:0;-webkit-transform:rotateZ(7deg);-moz-transform:rotateZ(7deg);transform:rotateZ(7deg);-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);-moz-transition:all .3s cubic-bezier(.165,.84,.44,1);transition:all .3s cubic-bezier(.165,.84,.44,1);-webkit-transform-origin:top right;-moz-transform-origin:top right;transform-origin:top right}.mkdf-z-rotate.mkdf-z-rotate-on{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);transform:rotateZ(0)}.mkdf-x-rotate{opacity:0;-webkit-transform:perspective(900px) rotateX(-45deg);-moz-transform:perspective(900px) rotateX(-45deg);transform:perspective(900px) rotateX(-45deg);-webkit-transition:all .6s cubic-bezier(.785,.135,.15,.86);-moz-transition:all .6s cubic-bezier(.785,.135,.15,.86);transition:all .6s cubic-bezier(.785,.135,.15,.86)}.mkdf-x-rotate.mkdf-x-rotate-on{opacity:1;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);transform:rotateX(0)}.mkdf-y-translate{opacity:0;-webkit-transform:translate(0,30px);-moz-transform:translate(0,30px);transform:translate(0,30px);-webkit-transition:all .7s cubic-bezier(.68,-.65,.265,1.65);-moz-transition:all .7s cubic-bezier(.68,-.65,.265,1.65);transition:all .7s cubic-bezier(.68,-.65,.265,1.65)}.mkdf-y-translate.mkdf-y-translate-on{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}.mkdf-fade-in-down{opacity:0;-webkit-transform:translate(0,-25px);-moz-transform:translate(0,-25px);transform:translate(0,-25px);-webkit-transition:all .9s cubic-bezier(0,1,.5,1);-moz-transition:all .9s cubic-bezier(0,1,.5,1);transition:all .9s cubic-bezier(0,1,.5,1)}.mkdf-fade-in-down.mkdf-fade-in-down-on{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}.mkdf-fade-in-left-x-rotate{opacity:0;-webkit-transform:rotateZ(-5deg) translate(-30px,0);-moz-transform:rotateZ(-5deg) translate(-30px,0);transform:rotateZ(-5deg) translate(-30px,0);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.mkdf-fade-in-left-x-rotate.mkdf-fade-in-left-x-rotate-on{opacity:1;-webkit-transform:rotateZ(0) translate(0,0);-moz-transform:rotateZ(0) translate(0,0);transform:rotateZ(0) translate(0,0)}.mkdf-fade-in{opacity:0;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.mkdf-fade-in.mkdf-fade-in-on{opacity:1}.mkdf-st-loader{position:absolute;top:50%;left:50%;z-index:2100;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mkdf-st-loader1{position:relative;display:inline-block;width:100%;height:100%}.mkdf-st-loader2{margin:-50% 0 0 -50%}@-webkit-keyframes animate-loader-path{0%{clip-path:inset(0 100% 0 0)}30%,50%{clip-path:inset(0 0 0 0)}80%{clip-path:inset(0 0 0 100%)}}@keyframes animate-loader-path{0%{clip-path:inset(0 100% 0 0)}30%,50%{clip-path:inset(0 0 0 0)}80%{clip-path:inset(0 0 0 100%)}}.mkdf-wanderer-loader{max-width:300px}.mkdf-wanderer-loader #mkdf-wanderer-loader g{-webkit-transform:translate3d(100px,15px,0);-moz-transform:translate3d(100px,15px,0);transform:translate3d(100px,15px,0)}.mkdf-wanderer-loader path{fill:#ffcc05;transform-origin:50px;clip-path:inset(0 100% 0 0);-webkit-animation:animate-loader-path 2.5s cubic-bezier(.76,.24,.29,.82) .5s forwards infinite;-moz-animation:animate-loader-path 2.5s cubic-bezier(.76,.24,.29,.82) .5s forwards infinite;animation:animate-loader-path 2.5s cubic-bezier(.76,.24,.29,.82) .5s forwards infinite}.mkdf-rotate-circles{width:60px;height:20px}.mkdf-rotate-circles>div{background-color:#333;display:inline-block;width:12px;height:12px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1.5s ease infinite;animation:ball-fall 1.5s ease infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mkdf-rotate-circles>div:nth-child(1){-webkit-animation-delay:-.2s;animation-delay:-.2s}.mkdf-rotate-circles>div:nth-child(2){-webkit-animation-delay:-.1s;animation-delay:-.1s}.mkdf-rotate-circles>div:nth-child(3){-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);transform:translateY(145%)}}@keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);transform:translateY(-145%)}10%,90%{opacity:.5}20%,80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);transform:translateY(145%)}}.mkdf-st-loader .pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:#ffcc05;border-radius:16px;-webkit-animation:scaleout 1s infinite ease-in-out;animation:scaleout 1s infinite ease-in-out}@-webkit-keyframes scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@-moz-keyframes scaleout{0%{-moz-transform:scale(0)}100%{-moz-transform:scale(1);opacity:0}}@-ms-keyframes scaleout{0%{-ms-transform:scale(0)}100%{-ms-transform:scale(1);opacity:0}}@-o-keyframes scaleout{0%{-o-transform:scale(0)}100%{-o-transform:scale(1);opacity:0}}@keyframes scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.mkdf-st-loader .double_pulse{width:40px;height:40px;margin:-20px 0 0 -20px;position:relative}.mkdf-st-loader .double_pulse .double-bounce1,.mkdf-st-loader .double_pulse .double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#ffcc05;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.mkdf-st-loader .double_pulse .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.mkdf-st-loader .cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:#ffcc05;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.mkdf-st-loader .rotating_cubes{width:32px;height:32px;margin:-16px 0 0 -16px;position:relative}.mkdf-st-loader .rotating_cubes .cube1,.mkdf-st-loader .rotating_cubes .cube2{background-color:#ffcc05;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:cubemove 1.8s infinite ease-in-out;animation:cubemove 1.8s infinite ease-in-out}.mkdf-st-loader .rotating_cubes .cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes cubemove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.mkdf-st-loader .stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center;font-size:10px}.mkdf-st-loader .stripes>div{background-color:#ffcc05;height:100%;width:6px;display:inline-block;margin:0 3px 0 0;-webkit-animation:stretchdelay 1.2s infinite ease-in-out;animation:stretchdelay 1.2s infinite ease-in-out}.mkdf-st-loader .stripes .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.mkdf-st-loader .stripes .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.mkdf-st-loader .stripes .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.mkdf-st-loader .stripes .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes stretchdelay{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.mkdf-st-loader .wave{width:72px;text-align:center;margin:-9px 0 0 -36px}.mkdf-st-loader .wave>div{width:18px;height:18px;background-color:#ffcc05;margin:0 3px 0 0;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s infinite ease-in-out;animation:bouncedelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mkdf-st-loader .wave .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.mkdf-st-loader .wave .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.mkdf-st-loader .two_rotating_circles{width:40px;height:40px;margin:-20px 0 0 -20px;position:relative;text-align:center;-webkit-animation:rotatecircles 2s infinite linear;animation:rotatecircles 2s infinite linear}.mkdf-st-loader .two_rotating_circles .dot1,.mkdf-st-loader .two_rotating_circles .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#ffcc05;border-radius:100%;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.mkdf-st-loader .two_rotating_circles .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rotatecircles{100%{-webkit-transform:rotate(360deg)}}@keyframes rotatecircles{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}.mkdf-st-loader .five_rotating_circles{width:60px;height:60px;margin:-30px 0 0 -30px;position:relative}.mkdf-st-loader .five_rotating_circles .container1>div,.mkdf-st-loader .five_rotating_circles .container2>div,.mkdf-st-loader .five_rotating_circles .container3>div{width:12px;height:12px;background-color:#ffcc05;border-radius:100%;position:absolute;-webkit-animation:bouncedelay 1.2s infinite ease-in-out;animation:bouncedelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mkdf-st-loader .five_rotating_circles .spinner-container{position:absolute;width:100%;height:100%}.mkdf-st-loader .five_rotating_circles .container2{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.mkdf-st-loader .five_rotating_circles .container3{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.mkdf-st-loader .five_rotating_circles .circle1{top:0;left:0}.mkdf-st-loader .five_rotating_circles .circle2{top:0;right:0}.mkdf-st-loader .five_rotating_circles .circle3{right:0;bottom:0}.mkdf-owl-slider .owl-nav .owl-next,body .pp_pic_holder a.pp_next{right:30px}.mkdf-st-loader .five_rotating_circles .circle4{left:0;bottom:0}.mkdf-st-loader .five_rotating_circles .container2 .circle1{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.mkdf-st-loader .five_rotating_circles .container3 .circle1{-webkit-animation-delay:-1s;animation-delay:-1s}.mkdf-st-loader .five_rotating_circles .container1 .circle2{-webkit-animation-delay:-.9s;animation-delay:-.9s}.mkdf-st-loader .five_rotating_circles .container2 .circle2{-webkit-animation-delay:-.8s;animation-delay:-.8s}.mkdf-st-loader .five_rotating_circles .container3 .circle2{-webkit-animation-delay:-.7s;animation-delay:-.7s}.mkdf-st-loader .five_rotating_circles .container1 .circle3{-webkit-animation-delay:-.6s;animation-delay:-.6s}.mkdf-st-loader .five_rotating_circles .container2 .circle3{-webkit-animation-delay:-.5s;animation-delay:-.5s}.mkdf-st-loader .five_rotating_circles .container3 .circle3{-webkit-animation-delay:-.4s;animation-delay:-.4s}.mkdf-st-loader .five_rotating_circles .container1 .circle4{-webkit-animation-delay:-.3s;animation-delay:-.3s}.mkdf-st-loader .five_rotating_circles .container2 .circle4{-webkit-animation-delay:-.2s;animation-delay:-.2s}.mkdf-st-loader .five_rotating_circles .container3 .circle4{-webkit-animation-delay:-.1s;animation-delay:-.1s}.mkdf-st-loader .atom{width:100px;height:100px;margin:-50px 0 0 -50px;position:relative}.mkdf-st-loader .atom .ball-1{height:50%;width:50%;left:50%;top:50%;position:absolute;z-index:1;-webkit-animation:atom_shrink 4.5s infinite linear;-moz-animation:atom_shrink 4.5s infinite linear;-o-animation:atom_shrink 4.5s infinite linear;animation:atom_shrink 4.5s infinite linear}.mkdf-st-loader .atom .ball-1:before{content:'';background:#ffcc05;border-radius:50%;height:100%;width:100%;position:absolute;top:-50%;left:-50%}.mkdf-st-loader .atom .ball-2,.mkdf-st-loader .atom .ball-3,.mkdf-st-loader .atom .ball-4{position:absolute;width:100%;height:100%;z-index:0}.mkdf-st-loader .atom .ball-2:before,.mkdf-st-loader .atom .ball-3:before,.mkdf-st-loader .atom .ball-4:before{content:'';height:20px;width:20px;border-radius:50%;background:#ffcc05;top:0;left:0;margin:0 auto;position:absolute}.mkdf-st-loader .atom .ball-2{-webkit-animation:atom_zindex 1.5s .75s infinite steps(2,end);-moz-animation:atom_zindex 1.5s .75s infinite steps(2,end);-o-animation:atom_zindex 1.5s .75s infinite steps(2,end);animation:atom_zindex 1.5s .75s infinite steps(2,end)}.mkdf-st-loader .atom .ball-3{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation:atom_zindex 1.5s -.25s infinite steps(2,end);-moz-animation:atom_zindex 1.5s -.25s infinite steps(2,end);-o-animation:atom_zindex 1.5s -.25s infinite steps(2,end);animation:atom_zindex 1.5s -.25s infinite steps(2,end)}.mkdf-st-loader .atom .ball-4{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation:atom_zindex 1.5s .25s infinite steps(2,end);-moz-animation:atom_zindex 1.5s .25s infinite steps(2,end);-o-animation:atom_zindex 1.5s .25s infinite steps(2,end);animation:atom_zindex 1.5s .25s infinite steps(2,end)}.mkdf-st-loader .atom .ball-2:before{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-animation:atom_position 1.5s infinite ease,atom_size 1.5s -1.125s infinite ease;-moz-animation:atom_position 1.5s infinite ease,atom_size 1.5s -1.125s infinite ease;-o-animation:atom_position 1.5s infinite ease,atom_size 1.5s -1.125s infinite ease;animation:atom_position 1.5s infinite ease,atom_size 1.5s -1.125s infinite ease}.mkdf-st-loader .atom .ball-3:before{-webkit-animation:atom_position 1.5s -1s infinite ease,atom_size 1.5s -.75s infinite ease;-moz-animation:atom_position 1.5s -1s infinite ease,atom_size 1.5s -.75s infinite ease;-o-animation:atom_position 1.5s -1s infinite ease,atom_size 1.5s -.75s infinite ease;animation:atom_position 1.5s -1s infinite ease,atom_size 1.5s -.75s infinite ease}.mkdf-st-loader .atom .ball-4:before{-webkit-animation:atom_position 1.5s -.5s infinite ease,atom_size 1.5s -125ms infinite ease;-moz-animation:atom_position 1.5s -.5s infinite ease,atom_size 1.5s -125ms infinite ease;-o-animation:atom_position 1.5s -.5s infinite ease,atom_size 1.5s -125ms infinite ease;animation:atom_position 1.5s -.5s infinite ease,atom_size 1.5s -125ms infinite ease}@-webkit-keyframes atom_position{50%{top:80px;left:80px}}@-moz-keyframes atom_position{50%{top:80px;left:80px}}@-o-keyframes atom_position{50%{top:80px;left:80px}}@keyframes atom_position{50%{top:80px;left:80px}}@-webkit-keyframes atom_size{50%{-webkit-transform:scale(.5,.5)}}@-moz-keyframes atom_size{50%{-moz-transform:scale(.5,.5)}}@-o-keyframes atom_size{50%{-o-transform:scale(.5,.5)}}@keyframes atom_size{50%{transform:scale(.5,.5)}}@-webkit-keyframes atom_zindex{100%{z-index:10}}@-moz-keyframes atom_zindex{100%{z-index:10}}@-o-keyframes atom_zindex{100%{z-index:10}}@keyframes atom_zindex{100%{z-index:10}}@-webkit-keyframes atom_shrink{50%{-webkit-transform:scale(.9,.9)}}@-moz-keyframes atom_shrink{50%{-moz-transform:scale(.9,.9)}}@-o-keyframes atom_shrink{50%{-o-transform:scale(.9,.9)}}@keyframes atom_shrink{50%{transform:scale(.9,.9)}}.mkdf-st-loader .clock{width:50px;height:50px;margin:-25px 0 0 -25px;position:relative;-webkit-animation:clock 8s infinite steps(8);-moz-animation:clock 8s infinite steps(8);-o-animation:clock 8s infinite steps(8);animation:clock 8s infinite steps(8)}.mkdf-st-loader .clock .ball{height:50px;width:50px;position:absolute}.mkdf-st-loader .clock .ball:before{content:'';border-radius:50%;height:18.32px;width:18.32px;position:absolute;background:#ffcc05}.mkdf-st-loader .clock .ball-1{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:clock1 1s ease-in infinite;-moz-animation:clock1 1s ease-in infinite;-o-animation:clock1 1s ease-in infinite;animation:clock1 1s ease-in infinite}.mkdf-st-loader .clock .ball-2{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-animation:clock2 1s ease-in infinite;-moz-animation:clock2 1s ease-in infinite;-o-animation:clock2 1s ease-in infinite;animation:clock2 1s ease-in infinite}.mkdf-st-loader .clock .ball-3{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-animation:clock3 1s ease-in infinite;-moz-animation:clock3 1s ease-in infinite;-o-animation:clock3 1s ease-in infinite;animation:clock3 1s ease-in infinite}.mkdf-st-loader .clock .ball-4{-webkit-animation:clock4 1s ease-in infinite;-moz-animation:clock4 1s ease-in infinite;-o-animation:clock4 1s ease-in infinite;animation:clock4 1s ease-in infinite}@-webkit-keyframes clock{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes clock{100%{-moz-transform:rotate(360deg)}}@-o-keyframes clock{100%{-o-transform:rotate(360deg)}}@keyframes clock{100%{transform:rotate(360deg)}}@-webkit-keyframes clock1{0%{-webkit-transform:rotate(-135deg)}100%,30%{-webkit-transform:rotate(-450deg)}}@-moz-keyframes clock1{0%{-moz-transform:rotate(-135deg)}100%,30%{-moz-transform:rotate(-450deg)}}@-o-keyframes clock1{0%{-o-transform:rotate(-135deg)}100%,30%{-o-transform:rotate(-450deg)}}@keyframes clock1{0%{transform:rotate(-135deg)}100%,30%{transform:rotate(-450deg)}}@-webkit-keyframes clock2{5%{-webkit-transform:rotate(-90deg)}100%,35%{-webkit-transform:rotate(-405deg)}}@-moz-keyframes clock2{5%{-moz-transform:rotate(-90deg)}100%,35%{-moz-transform:rotate(-405deg)}}@-o-keyframes clock2{5%{-o-transform:rotate(-90deg)}100%,35%{-o-transform:rotate(-405deg)}}@keyframes clock2{5%{transform:rotate(-90deg)}100%,35%{transform:rotate(-405deg)}}@-webkit-keyframes clock3{10%{-webkit-transform:rotate(-45deg)}100%,40%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes clock3{10%{-moz-transform:rotate(-45deg)}100%,40%{-moz-transform:rotate(-360deg)}}@-o-keyframes clock3{10%{-o-transform:rotate(-45deg)}100%,40%{-o-transform:rotate(-360deg)}}@keyframes clock3{10%{transform:rotate(-45deg)}100%,40%{transform:rotate(-360deg)}}@-webkit-keyframes clock4{15%{-webkit-transform:rotate(0)}100%,45%{-webkit-transform:rotate(-315deg)}}@-moz-keyframes clock4{15%{-moz-transform:rotate(0)}100%,45%{-moz-transform:rotate(-315deg)}}@-o-keyframes clock4{15%{-o-transform:rotate(0)}100%,45%{-o-transform:rotate(-315deg)}}@keyframes clock4{15%{transform:rotate(0)}100%,45%{transform:rotate(-315deg)}}.mkdf-st-loader .mitosis{height:50px;width:50px;margin:-25px 0 0 -25px;position:relative;-webkit-animation:mitosis_invert 2s infinite steps(2,end);-moz-animation:mitosis_invert 2s infinite steps(2,end);-o-animation:mitosis_invert 2s infinite steps(2,end);animation:mitosis_invert 2s infinite steps(2,end)}.mkdf-st-loader .mitosis .ball{height:100%;width:100%;position:absolute;border-radius:50%;top:0;left:0;background:#ffcc05}.mkdf-st-loader .mitosis .ball-1{-webkit-animation:mitosis_ball1 1s infinite alternate linear;-moz-animation:mitosis_ball1 1s infinite alternate linear;-o-animation:mitosis_ball1 1s infinite alternate linear;animation:mitosis_ball1 1s infinite alternate linear}.mkdf-st-loader .mitosis .ball-2{-webkit-animation:mitosis_ball2 1s infinite alternate linear;-moz-animation:mitosis_ball2 1s infinite alternate linear;-o-animation:mitosis_ball2 1s infinite alternate linear;animation:mitosis_ball2 1s infinite alternate linear}.mkdf-st-loader .mitosis .ball-3{-webkit-animation:mitosis_ball3 1s infinite alternate linear;-moz-animation:mitosis_ball3 1s infinite alternate linear;-o-animation:mitosis_ball3 1s infinite alternate linear;animation:mitosis_ball3 1s infinite alternate linear}.mkdf-st-loader .mitosis .ball-4{-webkit-animation:mitosis_ball4 1s infinite alternate linear;-moz-animation:mitosis_ball4 1s infinite alternate linear;-o-animation:mitosis_ball4 1s infinite alternate linear;animation:mitosis_ball4 1s infinite alternate linear}@-webkit-keyframes mitosis_invert{100%{-webkit-transform:rotate(180deg)}}@-moz-keyframes mitosis_invert{100%{-moz-transform:rotate(180deg)}}@-o-keyframes mitosis_invert{100%{-o-transform:rotate(180deg)}}@keyframes mitosis_invert{100%{transform:rotate(180deg)}}@-webkit-keyframes mitosis_ball1{12%{-webkit-transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8)}40%,60%{-webkit-transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,25%) scale(.6,.8)}100%,88%{-webkit-transform:translate(50%,50%) scale(.6,.6)}}@-moz-keyframes mitosis_ball1{12%{-moz-transform:none}26%{-moz-transform:translateX(25%) scale(1,.8)}40%,60%{-moz-transform:translateX(50%) scale(.8,.8)}74%{-moz-transform:translate(50%,25%) scale(.6,.8)}100%,88%{-moz-transform:translate(50%,50%) scale(.6,.6)}}@-o-keyframes mitosis_ball1{12%{-o-transform:none}26%{-o-transform:translateX(25%) scale(1,.8)}40%,60%{-o-transform:translateX(50%) scale(.8,.8)}74%{-o-transform:translate(50%,25%) scale(.6,.8)}100%,88%{-o-transform:translate(50%,50%) scale(.6,.6)}}@keyframes mitosis_ball1{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%,60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,25%) scale(.6,.8)}100%,88%{transform:translate(50%,50%) scale(.6,.6)}}@-webkit-keyframes mitosis_ball2{12%{-webkit-transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8)}40%,60%{-webkit-transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,-25%) scale(.6,.8)}100%,88%{-webkit-transform:translate(50%,-50%) scale(.6,.6)}}@-moz-keyframes mitosis_ball2{12%{-moz-transform:none}26%{-moz-transform:translateX(25%) scale(1,.8)}40%,60%{-moz-transform:translateX(50%) scale(.8,.8)}74%{-moz-transform:translate(50%,-25%) scale(.6,.8)}100%,88%{-moz-transform:translate(50%,-50%) scale(.6,.6)}}@-o-keyframes mitosis_ball2{12%{-o-transform:none}26%{-o-transform:translateX(25%) scale(1,.8)}40%,60%{-o-transform:translateX(50%) scale(.8,.8)}74%{-o-transform:translate(50%,-25%) scale(.6,.8)}100%,88%{-o-transform:translate(50%,-50%) scale(.6,.6)}}@keyframes mitosis_ball2{12%{transform:none}26%{transform:translateX(25%) scale(1,.8)}40%,60%{transform:translateX(50%) scale(.8,.8)}74%{transform:translate(50%,-25%) scale(.6,.8)}100%,88%{transform:translate(50%,-50%) scale(.6,.6)}}@-webkit-keyframes mitosis_ball3{12%{-webkit-transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8)}40%,60%{-webkit-transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,25%) scale(.6,.8)}100%,88%{-webkit-transform:translate(-50%,50%) scale(.6,.6)}}@-moz-keyframes mitosis_ball3{12%{-moz-transform:none}26%{-moz-transform:translateX(-25%) scale(1,.8)}40%,60%{-moz-transform:translateX(-50%) scale(.8,.8)}74%{-moz-transform:translate(-50%,25%) scale(.6,.8)}100%,88%{-moz-transform:translate(-50%,50%) scale(.6,.6)}}@-o-keyframes mitosis_ball3{12%{-o-transform:none}26%{-o-transform:translateX(-25%) scale(1,.8)}40%,60%{-o-transform:translateX(-50%) scale(.8,.8)}74%{-o-transform:translate(-50%,25%) scale(.6,.8)}100%,88%{-o-transform:translate(-50%,50%) scale(.6,.6)}}@keyframes mitosis_ball3{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%,60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,25%) scale(.6,.8)}100%,88%{transform:translate(-50%,50%) scale(.6,.6)}}@-webkit-keyframes mitosis_ball4{12%{-webkit-transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8)}40%,60%{-webkit-transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,-25%) scale(.6,.8)}100%,88%{-webkit-transform:translate(-50%,-50%) scale(.6,.6)}}@-moz-keyframes mitosis_ball4{12%{-moz-transform:none}26%{-moz-transform:translateX(-25%) scale(1,.8)}40%,60%{-moz-transform:translateX(-50%) scale(.8,.8)}74%{-moz-transform:translate(-50%,-25%) scale(.6,.8)}100%,88%{-moz-transform:translate(-50%,-50%) scale(.6,.6)}}@-o-keyframes mitosis_ball4{12%{-o-transform:none}26%{-o-transform:translateX(-25%) scale(1,.8)}40%,60%{-o-transform:translateX(-50%) scale(.8,.8)}74%{-o-transform:translate(-50%,-25%) scale(.6,.8)}100%,88%{-o-transform:translate(-50%,-50%) scale(.6,.6)}}@keyframes mitosis_ball4{12%{transform:none}26%{transform:translateX(-25%) scale(1,.8)}40%,60%{transform:translateX(-50%) scale(.8,.8)}74%{transform:translate(-50%,-25%) scale(.6,.8)}100%,88%{transform:translate(-50%,-50%) scale(.6,.6)}}.mkdf-st-loader .lines{width:60px;height:60px;margin:0 0 0 -30px}.mkdf-st-loader .lines .line1,.mkdf-st-loader .lines .line2,.mkdf-st-loader .lines .line3,.mkdf-st-loader .lines .line4{margin-left:10px;position:absolute;width:60px;height:4px;background-color:#ffcc05;-webkit-animation:lines_spin 1.5s infinite linear;-webkit-animation-timing-function:ease}.mkdf-st-loader .lines .line2{-webkit-animation-delay:.1s}.mkdf-st-loader .lines .line3{-webkit-animation-delay:.2s}.mkdf-st-loader .lines .line4{-webkit-animation-delay:.3s}@-webkit-keyframes lines_spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes lines_spin{100%{-moz-transform:rotate(360deg)}}@-o-keyframes lines_spin{100%{-o-transform:rotate(360deg)}}@keyframes lines_spin{100%{transform:rotate(360deg)}}.mkdf-st-loader .fussion{width:30px;height:30px;margin:-45px 0 0 -30px;position:relative}.mkdf-st-loader .fussion .ball{height:40px;width:40px;left:50%;top:50%;background:#ffcc05;border-radius:50%;float:left;position:absolute}.mkdf-st-loader .fussion .ball-1{background:#ffcc05;top:0;left:50%;-webkit-animation:fussion_ball1 1s 0s ease infinite;-moz-animation:fussion_ball1 1s 0s ease infinite;-o-animation:fussion_ball1 1s 0s ease infinite;animation:fussion_ball1 1s 0s ease infinite;z-index:1}.mkdf-st-loader .fussion .ball-2{background:#ffcc05;top:50%;left:100%;-webkit-animation:fussion_ball2 1s 0s ease infinite;-moz-animation:fussion_ball2 1s 0s ease infinite;-o-animation:fussion_ball2 1s 0s ease infinite;animation:fussion_ball2 1s 0s ease infinite;z-index:2}.mkdf-st-loader .fussion .ball-3{background:#ffcc05;top:100%;left:50%;-webkit-animation:fussion_ball3 1s 0s ease infinite;-moz-animation:fussion_ball3 1s 0s ease infinite;-o-animation:fussion_ball3 1s 0s ease infinite;animation:fussion_ball3 1s 0s ease infinite;z-index:1}.mkdf-st-loader .fussion .ball-4{background:#ffcc05;top:50%;left:0;-webkit-animation:fussion_ball4 1s 0s ease infinite;-moz-animation:fussion_ball4 1s 0s ease infinite;-o-animation:fussion_ball4 1s 0s ease infinite;animation:fussion_ball4 1s 0s ease infinite;z-index:2}@-webkit-keyframes fussion_ball1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@-moz-keyframes fussion_ball1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@-o-keyframes fussion_ball1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@keyframes fussion_ball1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@-webkit-keyframes fussion_ball2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@-moz-keyframes fussion_ball2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@-o-keyframes fussion_ball2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@keyframes fussion_ball2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@-webkit-keyframes fussion_ball3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@-moz-keyframes fussion_ball3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@-o-keyframes fussion_ball3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@keyframes fussion_ball3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@-webkit-keyframes fussion_ball4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@-moz-keyframes fussion_ball4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@-o-keyframes fussion_ball4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@keyframes fussion_ball4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}.mkdf-st-loader .wave_circles{width:150px;height:30px;margin:-15px 0 0 -75px}.mkdf-st-loader .wave_circles .ball{height:30px;width:30px;float:left;background:#ffcc05;border-radius:50%;margin-right:10px}.mkdf-st-loader .wave_circles .ball-1{-webkit-animation:wave_jump3 1.8s infinite ease-out;-moz-animation:wave_jump3 1.8s infinite ease-out;-o-animation:wave_jump3 1.8s infinite ease-out;animation:wave_jump3 1.8s infinite ease-out}.mkdf-st-loader .wave_circles .ball-2{-webkit-animation:wave_jump2 1.8s infinite ease-out;-moz-animation:wave_jump2 1.8s infinite ease-out;-o-animation:wave_jump2 1.8s infinite ease-out;animation:wave_jump2 1.8s infinite ease-out}.mkdf-st-loader .wave_circles .ball-3{-webkit-animation:wave_jump1 1.8s infinite ease-out;-moz-animation:wave_jump1 1.8s infinite ease-out;-o-animation:wave_jump1 1.8s infinite ease-out;animation:wave_jump1 1.8s infinite ease-out}.mkdf-st-loader .wave_circles .ball-4{margin-right:0;-webkit-animation:wave_wipe 1.8s infinite cubic-bezier(.5,0,.5,1);-moz-animation:wave_wipe 1.8s infinite cubic-bezier(.5,0,.5,1);-o-animation:wave_wipe 1.8s infinite cubic-bezier(.5,0,.5,1);animation:wave_wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}@-webkit-keyframes wave_jump1{12%{-webkit-transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in}100%,24%{-webkit-transform:translate(40px,0)}}@-moz-keyframes wave_jump1{12%{-moz-transform:translate(20px,-40px);-moz-animation-timing-function:ease-in;-o-transform:translate(20px,-40px);-o-animation-timing-function:ease-in}100%,24%{-moz-transform:translate(40px,0);-o-transform:translate(40px,0)}}@keyframes wave_jump1{12%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,24%{transform:translate(40px,0)}}@-webkit-keyframes wave_jump2{12%{-webkit-transform:translate(0,0)}24%{-webkit-transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in}100%,36%{-webkit-transform:translate(40px,0)}}@-moz-keyframes wave_jump2{12%{-moz-transform:translate(0,0)}24%{-moz-transform:translate(20px,-40px);-moz-animation-timing-function:ease-in}100%,36%{-moz-transform:translate(40px,0)}}@-o-keyframes wave_jump2{12%{-o-transform:translate(0,0)}24%{-o-transform:translate(20px,-40px);-o-animation-timing-function:ease-in}100%,36%{-o-transform:translate(40px,0)}}@keyframes wave_jump2{12%{transform:translate(0,0)}24%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,36%{transform:translate(40px,0)}}@-webkit-keyframes wave_jump3{24%{-webkit-transform:translate(0,0)}36%{-webkit-transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in}100%,48%{-webkit-transform:translate(40px,0)}}@-moz-keyframes wave_jump3{24%{-moz-transform:translate(0,0)}36%{-moz-transform:translate(20px,-40px);-moz-animation-timing-function:ease-in}100%,48%{-moz-transform:translate(40px,0)}}@-o-keyframes wave_jump3{24%{-o-transform:translate(0,0)}36%{-o-transform:translate(20px,-40px);-o-animation-timing-function:ease-in}100%,48%{-o-transform:translate(40px,0)}}@keyframes wave_jump3{24%{transform:translate(0,0)}36%{transform:translate(20px,-40px);animation-timing-function:ease-in}100%,48%{transform:translate(40px,0)}}@-webkit-keyframes wave_wipe{100%,48%{-webkit-transform:translateX(-120px)}}@-moz-keyframes wave_wipe{100%,48%{-moz-transform:translateX(-120px)}}@-o-keyframes wave_wipe{100%,48%{-o-transform:translateX(-120px)}}@keyframes wave_wipe{100%,48%{transform:translateX(-120px)}}.mkdf-st-loader .pulse_circles{width:100px;height:100px;margin:-50px 0 0 -50px;position:relative}.mkdf-st-loader .pulse_circles *{box-sizing:border-box}.mkdf-st-loader .pulse_circles .ball{height:100%;width:100%;background:#ffcc05;position:absolute;border-radius:50%;border:0 solid #ffcc05;-webkit-animation:pulse_circles_pulse 3s infinite;-moz-animation:pulse_circles_pulse 3s infinite;-o-animation:pulse_circles_pulse 3s infinite;animation:pulse_circles_pulse 3s infinite}.mkdf-st-loader .pulse_circles .ball-2{-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}.mkdf-st-loader .pulse_circles .ball-3{-webkit-animation-delay:-1.5s;-moz-animation-delay:-1.5s;-o-animation-delay:-1.5s;animation-delay:-1.5s}.mkdf-st-loader .pulse_circles .ball-4{-webkit-animation-delay:-2.25s;-moz-animation-delay:-2.25s;-o-animation-delay:-2.25s;animation-delay:-2.25s}@-webkit-keyframes pulse_circles_pulse{0%{-webkit-transform:scale(.1,.1);opacity:1;border-width:50px}100%{-webkit-transform:scale(1,1);opacity:0;border-width:0}}@-moz-keyframes pulse_circles_pulse{0%{-moz-transform:scale(.1,.1);opacity:1;border-width:50px}100%{-moz-transform:scale(1,1);opacity:0;border-width:0}}@-o-keyframes pulse_circles_pulse{0%{-o-transform:scale(.1,.1);opacity:1;border-width:50px}100%{-o-transform:scale(1,1);opacity:0;border-width:0}}@keyframes pulse_circles_pulse{0%{transform:scale(.1,.1);opacity:1;border-width:50px}100%{transform:scale(1,1);opacity:0;border-width:0}}#respond input[type=text],#respond textarea,.mkdf-style-form textarea,.post-password-form input[type=password],.wpcf7-form-control.wpcf7-date,.wpcf7-form-control.wpcf7-number,.wpcf7-form-control.wpcf7-quiz,.wpcf7-form-control.wpcf7-select,.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-textarea,input[type=text],input[type=email],input[type=password]{width:100%;margin:0 0 20px;padding:14px 18px;font-family:inherit;font-size:16px;line-height:20px;font-weight:inherit;color:#999;background-color:#f9f9f9;border:1px solid #f9f9f9;border-radius:0;outline:0;-webkit-border-radius:0;-webkit-appearance:none;cursor:pointer;box-sizing:border-box;-webkit-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);transition:border-color 175ms cubic-bezier(.18,.43,.58,1)}#respond input[type=text]:focus,#respond textarea:focus,.mkdf-style-form textarea:focus,.wpcf7-form-control.wpcf7-date:focus,.wpcf7-form-control.wpcf7-number:focus,.wpcf7-form-control.wpcf7-quiz:focus,.wpcf7-form-control.wpcf7-select:focus,.wpcf7-form-control.wpcf7-text:focus,.wpcf7-form-control.wpcf7-textarea:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus{color:#303030;border-color:#808285}.mkdf-comment-holder .mkdf-comment-list .children:not(:last-child),.mkdf-comment-holder .mkdf-comment-list li:not(:last-child){border-bottom:1px solid #f2f2f2}#respond input[type=text]::-webkit-input-placeholder,#respond textarea::-webkit-input-placeholder,.mkdf-style-form textarea::-webkit-input-placeholder,.post-password-form input[type=password]::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder{color:inherit}#respond input[type=text]:-moz-placeholder,#respond textarea:-moz-placeholder,.mkdf-style-form textarea:-moz-placeholder,.wpcf7-form-control.wpcf7-date:-moz-placeholder,.wpcf7-form-control.wpcf7-number:-moz-placeholder,.wpcf7-form-control.wpcf7-quiz:-moz-placeholder,.wpcf7-form-control.wpcf7-select:-moz-placeholder,.wpcf7-form-control.wpcf7-text:-moz-placeholder,.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=password]:-moz-placeholder{color:inherit;opacity:1}#respond input[type=text]::-moz-placeholder,#respond textarea::-moz-placeholder,.mkdf-style-form textarea::-moz-placeholder,.post-password-form input[type=password]::-moz-placeholder,.wpcf7-form-control.wpcf7-date::-moz-placeholder,.wpcf7-form-control.wpcf7-number::-moz-placeholder,.wpcf7-form-control.wpcf7-quiz::-moz-placeholder,.wpcf7-form-control.wpcf7-select::-moz-placeholder,.wpcf7-form-control.wpcf7-text::-moz-placeholder,.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder{color:inherit;opacity:1}#respond input[type=text]:-ms-input-placeholder,#respond textarea:-ms-input-placeholder,.mkdf-style-form textarea:-ms-input-placeholder,.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder,.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder{color:inherit}.mkdf-comment-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0;box-sizing:border-box}.mkdf-comment-holder .mkdf-comment-holder-inner{padding:76px 0 20px}.mkdf-comment-holder .mkdf-comment.mkdf-pingback-comment .mkdf-comment-text{padding:0}.mkdf-comment-holder .mkdf-comment-list{list-style:none;position:relative;z-index:150;padding:0;margin:0}.mkdf-comment-holder .mkdf-comment-list li{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-comment-holder .mkdf-comment-list li .mkdf-comment{padding:27px 0 23px}.mkdf-comment-holder .mkdf-comment-list>li:first-child{margin:0}.mkdf-comment-holder .mkdf-comment-list .children{border-top:1px solid #f2f2f2;padding:0 0 0 81px}.mkdf-comment-holder .mkdf-comments-title{margin-bottom:25px}.mkdf-comment-holder .mkdf-comments-title>*{margin:0}.mkdf-comment-holder .mkdf-comment-image{position:relative;display:block;left:0;width:82px;height:82px;float:left}.mkdf-comment-holder .mkdf-comment-image img{display:block;border-radius:4em}.mkdf-comment-holder .mkdf-comment-text{padding:0 0 0 111px;min-height:82px}.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-info{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0 0 4px}.mkdf-comment-holder .mkdf-comment-text .comment-edit-link,.mkdf-comment-holder .mkdf-comment-text .comment-reply-link,.mkdf-comment-holder .mkdf-comment-text .replay{float:left;margin-right:10px;font-size:15px;color:#c2c2c2;text-transform:capitalize;padding:11px 0 0}.mkdf-comment-holder .mkdf-comment-text .comment-edit-link:hover,.mkdf-comment-holder .mkdf-comment-text .comment-reply-link:hover,.mkdf-comment-holder .mkdf-comment-text .replay:hover{color:#303030}.mkdf-comment-holder .mkdf-comment-text .comment-edit-link{padding-top:13px}.mkdf-comment-holder .mkdf-comment-text .comment-reply-link:before{font-family:ElegantIcons;content:"\e05a";display:inline-block;color:#ffcc05;margin-right:9px}.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-name{float:left;color:#303030;margin:-5px 18px 0 0;font-weight:700}.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date{float:left;margin:-1px 0 0;font-size:15px;color:#c2c2c2}.mkdf-comment-holder .mkdf-comment-text .mkdf-text-holder p{margin:7px 0}.mkdf-comment-holder .mkdf-comment-text .comment-respond{margin:20px 0}.mkdf-comment-holder .mkdf-comment-text .comment-respond .comment-reply-title{margin:0 0 10px;font-size:14px}.mkdf-comment-holder .mkdf-comment-text .comment-respond .logged-in-as{margin:0 0 8px}.mkdf-comment-holder .mkdf-comment-text #cancel-comment-reply-link{margin-left:10px;font-size:12px;color:#ffcc05}.mkdf-comment-holder .mkdf-comment-text #cancel-comment-reply-link:hover{color:#303030}.mkdf-comment-holder .mkdf-comment-text ol li,.mkdf-comment-holder .mkdf-comment-text ul li{display:list-item}.mkdf-comment-holder .mkdf-comment-text li{margin:0!important;padding:0!important;border:0!important}.mkdf-comment-form{padding:0;clear:both;box-sizing:border-box}.mkdf-comment-form .mkdf-comment-form-inner{padding:52px 0 100px}.mkdf-comment-form .comment-reply-title{margin:0 0 18px;line-height:1.6em;font-weight:700;color:#303030;font-family:"Playfair Display",serif}.mkdf-comment-form .logged-in-as{margin:0 0 8px}.wpb_column.mkdf-col-animated-bg .vc_column-inner{background-position:-100px 0!important;-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1);transition:all 175ms cubic-bezier(.18,.43,.58,1)}.wpb_column.mkdf-col-animated-bg:hover .vc_column-inner{background-position:-120px 0!important}@media only screen and (max-width:768px){.mkdf-comment-holder .mkdf-comment-list .children{padding:0 0 0 40px}}@media only screen and (max-width:680px){.mkdf-comment-holder .mkdf-comment-list .children{padding:0}.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date,.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-name{float:none}.mkdf-comment-holder .mkdf-comment-text .comment-edit-link,.mkdf-comment-holder .mkdf-comment-text .comment-reply-link,.mkdf-comment-holder .mkdf-comment-text .replay{float:none;margin:0 10px 0 0}}@media only screen and (max-width:480px){.mkdf-comment-holder .mkdf-comment-image{float:none}.mkdf-comment-holder .mkdf-comment-text{padding:20px 0 0;min-height:inherit}}#respond input[type=text],#respond textarea{background-color:#f9f9f9;border-color:#f9f9f9;color:#999}.post-password-form input[type=password]{margin-top:10px}.wpcf7-form p,footer .wpcf7-form-control.wpcf7-date,footer .wpcf7-form-control.wpcf7-number,footer .wpcf7-form-control.wpcf7-quiz,footer .wpcf7-form-control.wpcf7-select,footer .wpcf7-form-control.wpcf7-text,footer .wpcf7-form-control.wpcf7-textarea,p.form-submit{margin:0}.wpcf7-form-control.wpcf7-date,.wpcf7-form-control.wpcf7-number,.wpcf7-form-control.wpcf7-quiz,.wpcf7-form-control.wpcf7-select,.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-textarea{background-color:#fff}#submit_comment,.post-password-form input[type=submit],input.wpcf7-form-control.wpcf7-submit{font-family:Montserrat,sans-serif;position:relative;display:inline-block;vertical-align:middle;width:auto;outline:0;font-size:12px;line-height:2em;letter-spacing:.2em;font-weight:700;text-transform:uppercase;box-sizing:border-box;margin:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);padding:12px 45px;color:#fff;border:1px solid transparent;background-color:#ffcc05;cursor:pointer}#submit_comment:not(.mkdf-btn-custom-hover-color):hover,.post-password-form input[type=submit]:not(.mkdf-btn-custom-hover-color):hover,input.wpcf7-form-control.wpcf7-submit:not(.mkdf-btn-custom-hover-color):hover{color:#fff!important}#submit_comment:not(.mkdf-btn-custom-hover-bg):hover,.post-password-form input[type=submit]:not(.mkdf-btn-custom-hover-bg):hover,input.wpcf7-form-control.wpcf7-submit:not(.mkdf-btn-custom-hover-bg):hover{background-color:#303030!important}#submit_comment:not(.mkdf-btn-custom-border-hover):hover,.post-password-form input[type=submit]:not(.mkdf-btn-custom-border-hover):hover,input.wpcf7-form-control.wpcf7-submit:not(.mkdf-btn-custom-border-hover):hover{border-color:#303030!important}#submit_comment:hover,.post-password-form input[type=submit]:hover,input.wpcf7-form-control.wpcf7-submit:hover{color:#fff;background-color:#303030}#submit_comment{background-color:#ffcc05}#submit_comment:hover{background-color:#000}#respond textarea,.mkdf-style-form textarea,.wpcf7-form textarea{display:block;padding:16px 18px;resize:none}.mkdf-two-columns-form-without-space .wpcf7-form .ajax-loader{display:none}@media only screen and (max-width:480px){input.wpcf7-form-control.wpcf7-submit{max-width:100%;padding-left:20px;padding-right:20px}}div.wpcf7 .ajax-loader{position:absolute}.mkdf-subsribe input[type=email]{width:calc(100% - 200px);display:inline-block;float:left}.mkdf-subsribe input[type=submit]{color:#fff;border:1px solid transparent;background-color:#303030;padding:12px 51px;display:inline-block;float:left}.mkdf-contact-us .ajax-loader,.mkdf-subsribe .ajax-loader{display:none!important}.mkdf-subsribe input[type=submit]:not(.mkdf-btn-custom-hover-color):hover{color:#fff!important}.mkdf-subsribe input[type=submit]:not(.mkdf-btn-custom-hover-bg):hover{background-color:#ffcc05!important}.mkdf-subsribe input[type=submit]:not(.mkdf-btn-custom-border-hover):hover{border-color:#ffcc05!important}.mkdf-contact-us .wpcf7-form-control-wrap textarea,.mkdf-contact-us input[type=text],.mkdf-contact-us input[type=email]{background-color:#f9f9f9;color:#808285;border:0;font-size:15px;font-weight:400;margin-bottom:14px}.mkdf-contact-us input[type=submit]{margin-top:17px}.mkdf-owl-slider .owl-stage-outer{z-index:1}.mkdf-owl-slider.mkdf-slider-is-moving .owl-item .mkdf-block-drag-link{z-index:-1!important}.mkdf-owl-slider.mkdf-slider-has-both-nav .owl-nav .owl-next,.mkdf-owl-slider.mkdf-slider-has-both-nav .owl-nav .owl-prev{-webkit-transform:translateY(calc(-50% - 21px));-moz-transform:translateY(calc(-50% - 21px));transform:translateY(calc(-50% - 21px))}.mkdf-owl-slider .owl-nav .owl-next,.mkdf-owl-slider .owl-nav .owl-prev{position:absolute;top:50%;z-index:3;color:#303030;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-owl-slider .owl-nav .owl-next:hover,.mkdf-owl-slider .owl-nav .owl-prev:hover{color:#ffcc05}.mkdf-owl-slider .owl-nav .owl-next>span,.mkdf-owl-slider .owl-nav .owl-prev>span{position:relative;display:inline-block;vertical-align:middle;font-size:46px;line-height:1}.mkdf-owl-slider .owl-nav .owl-next>span:before,.mkdf-owl-slider .owl-nav .owl-prev>span:before{display:block;line-height:inherit}.mkdf-owl-slider .owl-dots .owl-dot,.mkdf-owl-slider .owl-dots .owl-dot span,.mkdf-owl-slider+.mkdf-slider-thumbnail{display:inline-block;vertical-align:middle}.mkdf-owl-slider .owl-nav .owl-prev{left:30px}.mkdf-owl-slider .owl-dots{text-align:center;margin:55px 0 0}.mkdf-owl-slider .owl-dots .owl-dot span{width:8px;height:8px;margin:0 3px;border-radius:50%;background-color:#b7b7b7;border:#b7b7b7;box-sizing:border-box;-webkit-transition:background-color 175ms cubic-bezier(.18,.43,.58,1),border 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:background-color 175ms cubic-bezier(.18,.43,.58,1),border 175ms cubic-bezier(.18,.43,.58,1);transition:background-color 175ms cubic-bezier(.18,.43,.58,1),border 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-owl-slider .owl-dots .owl-dot.active span,.mkdf-owl-slider .owl-dots .owl-dot:hover span{background-color:#ffcc05;border-color:#ffcc05}.mkdf-owl-slider .owl-carousel .owl-item img{-webkit-transform:translateZ(0)}.mkdf-owl-slider+.mkdf-slider-thumbnail{list-style:none;margin:20px -10px 0}.mkdf-owl-slider+.mkdf-slider-thumbnail>.mkdf-slider-thumbnail-item{float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;line-height:0}.mkdf-owl-slider+.mkdf-slider-thumbnail>.mkdf-slider-thumbnail-item img{border:2px solid transparent;-webkit-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:border-color 175ms cubic-bezier(.18,.43,.58,1);transition:border-color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-owl-slider+.mkdf-slider-thumbnail>.mkdf-slider-thumbnail-item.active img{border:2px solid #ffcc05}.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-two .mkdf-slider-thumbnail-item{width:50%}@media only screen and (max-width:1024px){.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-two .mkdf-slider-thumbnail-item{width:33.3333%}}.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-three .mkdf-slider-thumbnail-item{width:33.33333%}@media only screen and (max-width:1024px){.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-three .mkdf-slider-thumbnail-item{width:33.3333%}}.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-four .mkdf-slider-thumbnail-item{width:25%}@media only screen and (max-width:1024px){.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-four .mkdf-slider-thumbnail-item{width:33.3333%}}.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-five .mkdf-slider-thumbnail-item{width:20%}@media only screen and (max-width:1024px){.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-five .mkdf-slider-thumbnail-item{width:33.3333%}}.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-six .mkdf-slider-thumbnail-item{width:16.66667%}.error404 .mkdf-wrapper{padding:0!important}.error404 .mkdf-content{height:100vh}@media only screen and (max-width:1024px){.mkdf-owl-slider+.mkdf-slider-thumbnail.mkdf-slider-columns-six .mkdf-slider-thumbnail-item{width:33.3333%}.error404 .mkdf-content{min-height:100vh;margin-top:-70px!important}}.error404.admin-bar .mkdf-content{height:calc(100vh - 32px)}.error404 .mkdf-content-inner{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.error404 .mkdf-page-not-found{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle;padding:0 20%;text-align:center}.error404 .mkdf-page-not-found .mkdf-404-title{margin:0}.error404 .mkdf-page-not-found .mkdf-404-subtitle{margin:15px 0 0}.error404 .mkdf-page-not-found .mkdf-404-text{margin:10px 0 0}.error404 .mkdf-page-not-found .searchform{display:block;margin:61px auto 0;max-width:368px}.error404 .mkdf-page-not-found .searchform button,.error404 .mkdf-page-not-found .searchform input{position:relative;display:inline-block;vertical-align:top;padding:0;margin:0;float:left;height:54px;font-family:inherit;font-weight:inherit;line-height:52px;border-radius:0;outline:0;-webkit-appearance:none;box-sizing:border-box}.error404 .mkdf-page-not-found .searchform input{width:calc(100% - 52px);font-size:16px;padding:0 10px 0 22px;background-color:#fff;border:1px solid #fff;color:#808285;border-right:0}.error404 .mkdf-page-not-found .searchform input::-webkit-input-placeholder{color:inherit}.error404 .mkdf-page-not-found .searchform input:-moz-placeholder{color:inherit;opacity:1}.error404 .mkdf-page-not-found .searchform input::-moz-placeholder{color:inherit;opacity:1}.error404 .mkdf-page-not-found .searchform input:-ms-input-placeholder{color:inherit}.error404 .mkdf-page-not-found .searchform button{width:52px;font-size:22px;color:#fff;background-color:#ffcc05;border:0;text-align:center;cursor:pointer;-webkit-transition:color .3s cubic-bezier(.48,.19,.2,.86),background-color .3s cubic-bezier(.48,.19,.2,.86);-moz-transition:color .3s cubic-bezier(.48,.19,.2,.86),background-color .3s cubic-bezier(.48,.19,.2,.86);transition:color .3s cubic-bezier(.48,.19,.2,.86),background-color .3s cubic-bezier(.48,.19,.2,.86)}#mkdf-back-to-top.on,.error404 .mkdf-page-not-found .searchform button:hover{background-color:#303030}.error404 .mkdf-page-not-found .searchform button span,.error404 .mkdf-page-not-found .searchform button span:before{display:block;line-height:inherit}@media only screen and (max-width:768px){.error404 .mkdf-page-not-found{padding:70px 30px 20px}}#mkdf-back-to-top{position:fixed;width:41px;right:25px;bottom:25px;margin:0;z-index:10000;opacity:0;overflow:hidden}#mkdf-back-to-top.off{opacity:0;visibility:hidden;-webkit-transition:opacity .15s ease,visibility 0s .15s;-moz-transition:opacity .15s ease,visibility 0s .15s;transition:opacity .15s ease,visibility 0s .15s}#mkdf-back-to-top.on{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}#mkdf-back-to-top>span{position:relative;display:block;width:39px;height:39px;line-height:38px;font-family:"Playfair Display",serif;font-weight:700;font-size:15px;text-align:center;color:#fff;background-color:#ffcc05;border:1px solid #ffcc05;overflow:hidden;-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1);transition:all 175ms cubic-bezier(.18,.43,.58,1)}#mkdf-back-to-top>span.mkdf-btt-text{position:absolute;top:100%;left:0;opacity:0;background-color:#303030;border:1px solid #303030;font-size:.9em;text-transform:none;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}#mkdf-back-to-top:hover>span{opacity:1;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:-webkit-transform .45s cubic-bezier(.22,.82,.11,1.33);-moz-transition:-moz-transform .45s cubic-bezier(.22,.82,.11,1.33);transition:transform .45s cubic-bezier(.22,.82,.11,1.33)}#mkdf-back-to-top span span{display:block;line-height:inherit}.mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-container,.mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-overlay-play,.mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-poster{height:100%!important; width:100%!important }footer .widget{margin:0 0 16px;padding:0}footer .widget .mkdf-widget-title-holder{margin-bottom:15px}footer .widget .mkdf-widget-title-holder .mkdf-widget-title{color:#fff;margin-bottom:3px}footer .widget.widget_archive .mkdf-widget-title,footer .widget.widget_categories .mkdf-widget-title,footer .widget.widget_meta .mkdf-widget-title,footer .widget.widget_nav_menu .mkdf-widget-title,footer .widget.widget_pages .mkdf-widget-title,footer .widget.widget_recent_comments .mkdf-widget-title,footer .widget.widget_recent_entries .mkdf-widget-title,footer .widget.widget_rss .mkdf-widget-title{margin-bottom:0}footer .widget .mkdf-widget-title-holder .mkdf-separator{border-color:#fff;border-bottom-width:3px;width:30px}footer .widget ul{padding:0;margin:0;list-style:none}footer .widget ul li{display:block;line-height:20px;margin:0;padding:8px 0;color:#bdbdbd}footer .widget ul li:first-child{padding-top:7px}footer .widget ul li:last-child{border:0;padding-bottom:0}footer .widget ul li a{color:#bdbdbd}footer .widget ul li a:hover{color:#ffcc05}footer .widget ul .children,footer .widget ul .sub-menu{border-top:1px solid #ccc;margin-top:15px}footer .widget.widget_archive ul li,footer .widget.widget_categories ul li,footer .widget.widget_meta ul li,footer .widget.widget_nav_menu ul li,footer .widget.widget_pages ul li,footer .widget.widget_recent_entries ul li{overflow:hidden}footer .widget.widget_archive ul li a,footer .widget.widget_categories ul li a,footer .widget.widget_meta ul li a,footer .widget.widget_nav_menu ul li a,footer .widget.widget_pages ul li a,footer .widget.widget_recent_entries ul li a{display:inline;overflow:hidden;padding:0;position:relative;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}footer .widget #wp-calendar{text-align:center;width:100%}footer .widget #wp-calendar caption{margin:0 0 15px}footer .widget #wp-calendar td,footer .widget #wp-calendar th{padding:3px 4px}footer .widget #wp-calendar td#today{color:#fff;background-color:#999}footer .widget #wp-calendar tfoot a{color:#bdbdbd}footer .widget #wp-calendar tfoot a:hover{color:#ffcc05}footer .widget.widget_rss .rss-widget-icon{display:inline-block}footer .widget.widget_rss .rss-date{display:block;margin-bottom:15px}footer .widget.widget_rss cite{display:block;margin-top:calc(15px / 2)}footer .widget.widget_search .input-holder{border-color:#ccc;border-style:solid;border-width:1px}footer .widget.widget_search .input-holder button,footer .widget.widget_search .input-holder input{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:#fff;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}footer .widget.widget_search .input-holder input.search-field{width:calc(100% - 52px);padding:0 0 0 21px}footer .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder{color:grey}footer .widget.widget_search .input-holder input.search-field:-moz-placeholder{color:grey;opacity:1}footer .widget.widget_search .input-holder input.search-field::-moz-placeholder{color:grey;opacity:1}footer .widget.widget_search .input-holder input.search-field:-ms-input-placeholder{color:grey}footer .widget.widget_search .input-holder button{background:#ffcc05;color:#fff;cursor:pointer;font-size:18px;width:52px;padding:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}footer .widget.widget_search .input-holder button:hover{color:#ffcc05}footer .widget.widget_search .input-holder button span{display:block;left:0;line-height:inherit;position:absolute;top:0;width:100%}footer .widget.widget_search .input-holder button span:before{display:block;line-height:inherit}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field,footer .widget.widget_archive select,footer .widget.widget_categories select,footer .widget.widget_text select{background-color:transparent;border-color:#ccc;border-style:solid;border-width:1px;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);vertical-align:top;color:#fff;display:inline-block;width:100%;box-sizing:border-box;outline:0;position:relative}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{float:left;-webkit-appearance:none;padding:0 25px 0 20px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder{color:#fff}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder{color:#fff;opacity:1}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder{color:#fff;opacity:1}footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder{color:#fff}footer .widget.widget_archive select,footer .widget.widget_categories select,footer .widget.widget_text select{border-radius:0;margin-top:15px;padding:0 0 0 21px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}footer .widget.widget_tag_cloud a{color:#fff;display:inline-block;font-size:12px!important;font-family:Montserrat,sans-serif;font-weight:700;line-height:30px;text-transform:uppercase;margin:0 5px 2px 0;letter-spacing:.2em}footer .widget.widget_tag_cloud a:hover{color:#ffcc05}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item{margin:0 0 10px;padding:15px}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a{display:table;width:100%}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{display:table-cell;vertical-align:middle}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);font-weight:600}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image{padding-right:20px;width:56px;height:56px}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img{display:block}footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title{color:#808285}footer .widget.widget_media_image{margin-bottom:0}footer .mkdf-footer-bottom-holder .widget{color:#555}footer .mkdf-footer-bottom-holder .widget a:hover{color:#ffcc05}.mkdf-fullscreen-sidebar .widget{margin:0 0 45px;padding:0}.mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title{color:#999;margin-bottom:3px}.mkdf-fullscreen-sidebar .widget.widget_archive .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_categories .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_meta .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_nav_menu .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_pages .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_recent_comments .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_recent_entries .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.widget_rss .mkdf-widget-title{margin-bottom:0}.mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-separator{border-color:#333;border-bottom-width:3px;width:30px}.mkdf-fullscreen-sidebar .widget ul{padding:0;margin:0;list-style:none}.mkdf-fullscreen-sidebar .widget ul li{display:block;line-height:20px;margin:0;padding:15px 0;color:#666}.mkdf-fullscreen-sidebar .widget ul li:first-child{padding-top:7px}.mkdf-fullscreen-sidebar .widget ul li:last-child{border:0;padding-bottom:0}.mkdf-fullscreen-sidebar .widget ul li a{color:#666}.mkdf-fullscreen-sidebar .widget ul li a:hover{color:#ffcc05}.mkdf-fullscreen-sidebar .widget ul .children,.mkdf-fullscreen-sidebar .widget ul .sub-menu{border-top:1px solid #ccc;margin-top:15px}.mkdf-fullscreen-sidebar .widget.widget_archive ul li,.mkdf-fullscreen-sidebar .widget.widget_categories ul li,.mkdf-fullscreen-sidebar .widget.widget_meta ul li,.mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li,.mkdf-fullscreen-sidebar .widget.widget_pages ul li,.mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li{overflow:hidden}.mkdf-fullscreen-sidebar .widget.widget_archive ul li a,.mkdf-fullscreen-sidebar .widget.widget_categories ul li a,.mkdf-fullscreen-sidebar .widget.widget_meta ul li a,.mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a,.mkdf-fullscreen-sidebar .widget.widget_pages ul li a,.mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a{display:inline;overflow:hidden;padding:0;position:relative;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-sidebar .widget #wp-calendar{text-align:center;width:100%}.mkdf-fullscreen-sidebar .widget #wp-calendar caption{margin:0 0 15px}.mkdf-fullscreen-sidebar .widget #wp-calendar td,.mkdf-fullscreen-sidebar .widget #wp-calendar th{padding:3px 4px}.mkdf-fullscreen-sidebar .widget #wp-calendar td#today{color:#333;background-color:#999}.mkdf-fullscreen-sidebar .widget #wp-calendar tfoot a{color:#666}.mkdf-fullscreen-sidebar .widget #wp-calendar tfoot a:hover{color:#ffcc05}.mkdf-fullscreen-sidebar .widget.widget_rss .rss-widget-icon{display:inline-block}.mkdf-fullscreen-sidebar .widget.widget_rss .rss-date{display:block;margin-bottom:15px}.mkdf-fullscreen-sidebar .widget.widget_rss cite{display:block;margin-top:calc(15px / 2)}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder{border-color:#ccc;border-style:solid;border-width:1px}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder button,.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:#333;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field{width:calc(100% - 52px);padding:0 0 0 21px}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder{color:grey}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder{color:grey;opacity:1}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder{color:grey;opacity:1}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder{color:grey}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder button{background:#ffcc05;color:#fff;cursor:pointer;font-size:18px;width:52px;padding:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder button:hover{color:#ffcc05}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder button span{display:block;left:0;line-height:inherit;position:absolute;top:0;width:100%}.mkdf-fullscreen-sidebar .widget.widget_search .input-holder button span:before{display:block;line-height:inherit}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field,.mkdf-fullscreen-sidebar .widget.widget_archive select,.mkdf-fullscreen-sidebar .widget.widget_categories select,.mkdf-fullscreen-sidebar .widget.widget_text select{background-color:transparent;border-color:#ccc;border-style:solid;border-width:1px;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);vertical-align:top;color:#333;display:inline-block;width:100%;box-sizing:border-box;outline:0;position:relative}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{float:left;-webkit-appearance:none;padding:0 25px 0 20px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder{color:#333}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder{color:#333;opacity:1}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder{color:#333;opacity:1}.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder{color:#333}.mkdf-fullscreen-sidebar .widget.widget_archive select,.mkdf-fullscreen-sidebar .widget.widget_categories select,.mkdf-fullscreen-sidebar .widget.widget_text select{border-radius:0;margin-top:15px;padding:0 0 0 21px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-sidebar .widget.widget_tag_cloud a{color:#333;display:inline-block;font-size:12px!important;font-family:Montserrat,sans-serif;font-weight:700;line-height:30px;text-transform:uppercase;margin:0 5px 2px 0;letter-spacing:.2em}.mkdf-fullscreen-sidebar .widget.widget_tag_cloud a:hover{color:#ffcc05}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item{margin:0 0 10px;padding:15px;background-color:#fff}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a{display:table;width:100%}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{display:table-cell;vertical-align:middle}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);font-weight:600}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image{padding-right:20px;width:56px;height:56px}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img{display:block}.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title{color:#808285}.mkdf-fullscreen-sidebar .widget{text-align:left}.mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder{margin-bottom:21px}.mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title,.mkdf-fullscreen-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-content{text-align:left}.mkdf-side-menu .widget{margin:0 0 10px;padding:0}.mkdf-side-menu .widget .mkdf-widget-title-holder{margin-bottom:15px}.mkdf-side-menu .widget .mkdf-widget-title-holder .mkdf-widget-title{color:#fff;margin-bottom:3px}.mkdf-side-menu .widget.widget_archive .mkdf-widget-title,.mkdf-side-menu .widget.widget_categories .mkdf-widget-title,.mkdf-side-menu .widget.widget_meta .mkdf-widget-title,.mkdf-side-menu .widget.widget_nav_menu .mkdf-widget-title,.mkdf-side-menu .widget.widget_pages .mkdf-widget-title,.mkdf-side-menu .widget.widget_recent_comments .mkdf-widget-title,.mkdf-side-menu .widget.widget_recent_entries .mkdf-widget-title,.mkdf-side-menu .widget.widget_rss .mkdf-widget-title{margin-bottom:0}.mkdf-side-menu .widget .mkdf-widget-title-holder .mkdf-separator{border-color:#333;border-bottom-width:3px;width:30px}.mkdf-side-menu .widget ul{padding:0;margin:0;list-style:none}.mkdf-side-menu .widget ul li{display:block;line-height:20px;margin:0;padding:15px 0;color:#fff}.mkdf-side-menu .widget ul li:first-child{padding-top:7px}.mkdf-side-menu .widget ul li:last-child{border:0;padding-bottom:0}.mkdf-side-menu .widget ul li a{color:#fff}.mkdf-side-menu .widget ul li a:hover{color:#ffcc05}.mkdf-side-menu .widget ul .children,.mkdf-side-menu .widget ul .sub-menu{border-top:1px solid #ccc;margin-top:15px}.mkdf-side-menu .widget.widget_archive ul li,.mkdf-side-menu .widget.widget_categories ul li,.mkdf-side-menu .widget.widget_meta ul li,.mkdf-side-menu .widget.widget_nav_menu ul li,.mkdf-side-menu .widget.widget_pages ul li,.mkdf-side-menu .widget.widget_recent_entries ul li{overflow:hidden}.mkdf-side-menu .widget.widget_archive ul li a,.mkdf-side-menu .widget.widget_categories ul li a,.mkdf-side-menu .widget.widget_meta ul li a,.mkdf-side-menu .widget.widget_nav_menu ul li a,.mkdf-side-menu .widget.widget_pages ul li a,.mkdf-side-menu .widget.widget_recent_entries ul li a{display:inline;overflow:hidden;padding:0;position:relative;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu .widget #wp-calendar{text-align:center;width:100%}.mkdf-side-menu .widget #wp-calendar caption{margin:0 0 15px}.mkdf-side-menu .widget #wp-calendar td,.mkdf-side-menu .widget #wp-calendar th{padding:3px 4px}.mkdf-side-menu .widget #wp-calendar td#today{color:#333;background-color:#999}.mkdf-side-menu .widget #wp-calendar tfoot a{color:#fff}.mkdf-side-menu .widget #wp-calendar tfoot a:hover{color:#ffcc05}.mkdf-side-menu .widget.widget_rss .rss-widget-icon{display:inline-block}.mkdf-side-menu .widget.widget_rss .rss-date{display:block;margin-bottom:15px}.mkdf-side-menu .widget.widget_rss cite{display:block;margin-top:calc(15px / 2)}.mkdf-side-menu .widget.widget_search .input-holder{border-color:#ccc;border-style:solid;border-width:1px}.mkdf-side-menu .widget.widget_search .input-holder button,.mkdf-side-menu .widget.widget_search .input-holder input{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:#333;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu .widget.widget_search .input-holder input.search-field{width:calc(100% - 52px);padding:0 0 0 21px}.mkdf-side-menu .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder{color:grey}.mkdf-side-menu .widget.widget_search .input-holder input.search-field:-moz-placeholder{color:grey;opacity:1}.mkdf-side-menu .widget.widget_search .input-holder input.search-field::-moz-placeholder{color:grey;opacity:1}.mkdf-side-menu .widget.widget_search .input-holder input.search-field:-ms-input-placeholder{color:grey}.mkdf-side-menu .widget.widget_search .input-holder button{background:#ffcc05;color:#fff;cursor:pointer;font-size:18px;width:52px;padding:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu .widget.widget_search .input-holder button:hover{color:#ffcc05}.mkdf-side-menu .widget.widget_search .input-holder button span{display:block;left:0;line-height:inherit;position:absolute;top:0;width:100%}.mkdf-side-menu .widget.widget_search .input-holder button span:before{display:block;line-height:inherit}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field,.mkdf-side-menu .widget.widget_archive select,.mkdf-side-menu .widget.widget_categories select,.mkdf-side-menu .widget.widget_text select{background-color:transparent;border-color:#ccc;border-style:solid;border-width:1px;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);vertical-align:top;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);color:#333;display:inline-block;width:100%;position:relative;box-sizing:border-box;outline:0}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{float:left;-webkit-appearance:none;padding:0 25px 0 20px;transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder{color:#333}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder{color:#333;opacity:1}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder{color:#333;opacity:1}.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder{color:#333}.mkdf-side-menu .widget.widget_archive select,.mkdf-side-menu .widget.widget_categories select,.mkdf-side-menu .widget.widget_text select{border-radius:0;margin-top:15px;padding:0 0 0 21px;transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu .widget.widget_tag_cloud a{color:#333;display:inline-block;font-size:12px!important;font-family:Montserrat,sans-serif;font-weight:700;line-height:30px;text-transform:uppercase;margin:0 5px 2px 0;letter-spacing:.2em}.mkdf-side-menu .widget.widget_tag_cloud a:hover{color:#ffcc05}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title,aside.mkdf-sidebar .widget{color:#808285}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item{margin:0 0 10px;padding:15px}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a{display:table;width:100%}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{display:table-cell;vertical-align:middle}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);font-weight:600}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image{padding-right:20px;width:56px;height:56px}.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img{display:block}aside.mkdf-sidebar{position:relative;z-index:11;margin:0 0 60px}aside.mkdf-sidebar .widget:last-child{margin:0!important}.wpb_widgetised_column{position:relative}.wpb_widgetised_column .widget .mkdf-sidearea-widget-title{margin:0 0 19px}.wpb_widgetised_column .widget:last-child{margin:0!important}.wpb_widgetised_column .widget,aside.mkdf-sidebar .widget{margin:0 0 40px;padding:0}.wpb_widgetised_column .widget .mkdf-widget-title-holder,aside.mkdf-sidebar .widget .mkdf-widget-title-holder{margin-bottom:11px}.wpb_widgetised_column .widget .mkdf-widget-title-holder .mkdf-widget-title,aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title{color:#000;margin-bottom:3px}.wpb_widgetised_column .widget.widget_archive .mkdf-widget-title,.wpb_widgetised_column .widget.widget_categories .mkdf-widget-title,.wpb_widgetised_column .widget.widget_meta .mkdf-widget-title,.wpb_widgetised_column .widget.widget_nav_menu .mkdf-widget-title,.wpb_widgetised_column .widget.widget_pages .mkdf-widget-title,.wpb_widgetised_column .widget.widget_recent_comments .mkdf-widget-title,.wpb_widgetised_column .widget.widget_recent_entries .mkdf-widget-title,.wpb_widgetised_column .widget.widget_rss .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_archive .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_categories .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_meta .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_nav_menu .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_pages .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_recent_comments .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_recent_entries .mkdf-widget-title,aside.mkdf-sidebar .widget.widget_rss .mkdf-widget-title{margin-bottom:0}.wpb_widgetised_column .widget .mkdf-widget-title-holder .mkdf-separator,aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-separator{border-color:inherit;border-bottom-width:3px;width:30px}.wpb_widgetised_column .widget ul,aside.mkdf-sidebar .widget ul{padding:0;margin:0;list-style:none}.wpb_widgetised_column .widget ul li,aside.mkdf-sidebar .widget ul li{display:block;line-height:20px;margin:0;padding:11px 0;color:#808285}.wpb_widgetised_column .widget ul li:first-child,aside.mkdf-sidebar .widget ul li:first-child{padding-top:7px}.wpb_widgetised_column .widget ul li:last-child,aside.mkdf-sidebar .widget ul li:last-child{border:0;padding-bottom:0}.wpb_widgetised_column .widget ul li a,aside.mkdf-sidebar .widget ul li a{color:#808285}.wpb_widgetised_column .widget ul li a:hover,aside.mkdf-sidebar .widget ul li a:hover{color:#ffcc05}.wpb_widgetised_column .widget ul .children,.wpb_widgetised_column .widget ul .sub-menu,aside.mkdf-sidebar .widget ul .children,aside.mkdf-sidebar .widget ul .sub-menu{border-top:1px solid #e1e1e1;margin-top:11px}.wpb_widgetised_column .widget.widget_archive ul li,.wpb_widgetised_column .widget.widget_categories ul li,.wpb_widgetised_column .widget.widget_meta ul li,.wpb_widgetised_column .widget.widget_nav_menu ul li,.wpb_widgetised_column .widget.widget_pages ul li,.wpb_widgetised_column .widget.widget_recent_entries ul li,aside.mkdf-sidebar .widget.widget_archive ul li,aside.mkdf-sidebar .widget.widget_categories ul li,aside.mkdf-sidebar .widget.widget_meta ul li,aside.mkdf-sidebar .widget.widget_nav_menu ul li,aside.mkdf-sidebar .widget.widget_pages ul li,aside.mkdf-sidebar .widget.widget_recent_entries ul li{overflow:hidden}.wpb_widgetised_column .widget.widget_archive ul li a,.wpb_widgetised_column .widget.widget_categories ul li a,.wpb_widgetised_column .widget.widget_meta ul li a,.wpb_widgetised_column .widget.widget_nav_menu ul li a,.wpb_widgetised_column .widget.widget_pages ul li a,.wpb_widgetised_column .widget.widget_recent_entries ul li a,aside.mkdf-sidebar .widget.widget_archive ul li a,aside.mkdf-sidebar .widget.widget_categories ul li a,aside.mkdf-sidebar .widget.widget_meta ul li a,aside.mkdf-sidebar .widget.widget_nav_menu ul li a,aside.mkdf-sidebar .widget.widget_pages ul li a,aside.mkdf-sidebar .widget.widget_recent_entries ul li a{display:inline;overflow:hidden;padding:0;position:relative;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.wpb_widgetised_column .widget #wp-calendar,aside.mkdf-sidebar .widget #wp-calendar{text-align:center;width:100%}.wpb_widgetised_column .widget #wp-calendar caption,aside.mkdf-sidebar .widget #wp-calendar caption{margin:0 0 11px}.wpb_widgetised_column .widget #wp-calendar td,.wpb_widgetised_column .widget #wp-calendar th,aside.mkdf-sidebar .widget #wp-calendar td,aside.mkdf-sidebar .widget #wp-calendar th{padding:3px 4px}.wpb_widgetised_column .widget #wp-calendar td#today,aside.mkdf-sidebar .widget #wp-calendar td#today{color:inherit;background-color:#fff}.wpb_widgetised_column .widget #wp-calendar tfoot a,aside.mkdf-sidebar .widget #wp-calendar tfoot a{color:#808285}.wpb_widgetised_column .widget #wp-calendar tfoot a:hover,aside.mkdf-sidebar .widget #wp-calendar tfoot a:hover{color:#ffcc05}.wpb_widgetised_column .widget.widget_rss .rss-widget-icon,aside.mkdf-sidebar .widget.widget_rss .rss-widget-icon{display:inline-block}.wpb_widgetised_column .widget.widget_rss .rss-date,aside.mkdf-sidebar .widget.widget_rss .rss-date{display:block;margin-bottom:11px}.wpb_widgetised_column .widget.widget_rss cite,aside.mkdf-sidebar .widget.widget_rss cite{display:block;margin-top:calc(11px / 2)}.wpb_widgetised_column .widget.widget_search .input-holder,aside.mkdf-sidebar .widget.widget_search .input-holder{border-color:#e1e1e1;border-style:solid;border-width:1px}.wpb_widgetised_column .widget.widget_search .input-holder button,.wpb_widgetised_column .widget.widget_search .input-holder input,aside.mkdf-sidebar .widget.widget_search .input-holder button,aside.mkdf-sidebar .widget.widget_search .input-holder input{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:inherit;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.wpb_widgetised_column .widget.widget_search .input-holder input.search-field,aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field{width:calc(100% - 52px);padding:0 0 0 21px}.wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder,aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder{color:grey}.wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-moz-placeholder,aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder{color:grey;opacity:1}.wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-moz-placeholder,aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder{color:grey;opacity:1}.wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-ms-input-placeholder,aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder{color:grey}.wpb_widgetised_column .widget.widget_search .input-holder button,aside.mkdf-sidebar .widget.widget_search .input-holder button{background:#ffcc05;color:#fff;cursor:pointer;font-size:18px;width:52px;padding:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.wpb_widgetised_column .widget.widget_search .input-holder button:hover,aside.mkdf-sidebar .widget.widget_search .input-holder button:hover{color:#ffcc05}.wpb_widgetised_column .widget.widget_search .input-holder button span,aside.mkdf-sidebar .widget.widget_search .input-holder button span{display:block;left:0;line-height:inherit;position:absolute;top:0;width:100%}.wpb_widgetised_column .widget.widget_search .input-holder button span:before,aside.mkdf-sidebar .widget.widget_search .input-holder button span:before{display:block;line-height:inherit}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field,aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{border-color:#e1e1e1;border-style:solid;border-width:1px;background-color:transparent;box-sizing:border-box;color:inherit;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;padding:0 25px 0 20px;width:100%;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder,aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder{color:inherit}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder,aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder{color:inherit;opacity:1}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder,aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder{color:inherit;opacity:1}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder,aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder{color:inherit}.wpb_widgetised_column .widget.widget_archive select,.wpb_widgetised_column .widget.widget_categories select,.wpb_widgetised_column .widget.widget_text select,aside.mkdf-sidebar .widget.widget_archive select,aside.mkdf-sidebar .widget.widget_categories select,aside.mkdf-sidebar .widget.widget_text select{background-color:transparent;border-color:#e1e1e1;border-style:solid;border-width:1px;border-radius:0;box-sizing:border-box;color:inherit;display:inline-block;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);margin-top:11px;outline:0;padding:0 0 0 21px;position:relative;vertical-align:top;width:100%;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.wpb_widgetised_column .widget.widget_tag_cloud a,aside.mkdf-sidebar .widget.widget_tag_cloud a{color:inherit;display:inline-block;font-size:12px!important;font-family:Montserrat,sans-serif;font-weight:700;line-height:30px;text-transform:uppercase;margin:0 5px 2px 0;letter-spacing:.2em}.wpb_widgetised_column .widget.widget_tag_cloud a:hover,aside.mkdf-sidebar .widget.widget_tag_cloud a:hover{color:#ffcc05}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item{margin:0 0 10px;padding:11px}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a{display:table;width:100%}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{display:table-cell;vertical-align:middle}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);font-weight:600}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image{padding-right:20px;width:56px;height:56px}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img{display:block}.wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title,aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title{color:#808285}.wpb_widgetised_column .widget_mkdf_twitter_widget>h4,aside.mkdf-sidebar .widget_mkdf_twitter_widget>h4{margin:0 0 4px}.wpb_widgetised_column .mkdf-blog-list-widget .mkdf-blog-list-holder,aside.mkdf-sidebar .mkdf-blog-list-widget .mkdf-blog-list-holder{margin:6px 0 0}.wpb_widgetised_column .mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-inner .mkdf-post-title a,aside.mkdf-sidebar .mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-inner .mkdf-post-title a{color:#222}.wpb_widgetised_column .mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-inner .mkdf-post-title a:hover,aside.mkdf-sidebar .mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-inner .mkdf-post-title a:hover{color:#ffcc05}.widget.mkdf-blog-list-widget{margin:0 0 20px}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bl-item .mkdf-post-image{overflow:hidden}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bl-item .mkdf-post-image img{-webkit-transition:transform 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:transform 175ms cubic-bezier(.18,.43,.58,1);transition:transform 175ms cubic-bezier(.18,.43,.58,1);backface-visibility:hidden;-webkit-backface-visibility:hidden}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bl-item:hover .mkdf-post-image img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-post-image a:after{content:normal}.widget.mkdf-blog-list-widget>h4{margin:0 0 15px}.mkdf-top-bar .widget.mkdf-blog-list-widget>h2,footer .mkdf-footer-top .widget.mkdf-blog-list-widget>h2{margin:0 0 8px}footer .widget.mkdf-blog-list-widget .mkdf-post-title,footer .widget.mkdf-blog-list-widget .mkdf-post-title a{color:#bdbdbd}footer .widget.mkdf-blog-list-widget .mkdf-post-title a:hover{color:#ffcc05}.mkdf-side-menu .widget.mkdf-blog-list-widget .mkdf-post-title{color:#fff}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a{color:#6b6b6b}.widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a:hover{color:#fff}.widget.mkdf-blog-list-widget .icon_calendar,.widget.mkdf-blog-list-widget .icon_chat{display:none}.widget{margin:0 0 40px;padding:0}.widget .mkdf-widget-title-holder{margin-bottom:11px}.widget .mkdf-widget-title-holder .mkdf-widget-title{color:#000;margin-bottom:3px}.widget ul li,.widget ul li a{color:#808285}.widget.widget_archive .mkdf-widget-title,.widget.widget_categories .mkdf-widget-title,.widget.widget_meta .mkdf-widget-title,.widget.widget_nav_menu .mkdf-widget-title,.widget.widget_pages .mkdf-widget-title,.widget.widget_recent_comments .mkdf-widget-title,.widget.widget_recent_entries .mkdf-widget-title,.widget.widget_rss .mkdf-widget-title{margin-bottom:0}.widget .mkdf-widget-title-holder .mkdf-separator{border-color:inherit;border-bottom-width:3px;width:30px}.widget ul{padding:0;margin:0;list-style:none}.widget ul li{display:block;line-height:20px;margin:0;padding:11px 0}.widget ul li:first-child{padding-top:7px}.widget ul li:last-child{border:0;padding-bottom:0}.widget ul li a:hover{color:#ffcc05}.widget ul .children,.widget ul .sub-menu{border-top:1px solid #e1e1e1;margin-top:11px}.widget.widget_archive ul li,.widget.widget_categories ul li,.widget.widget_meta ul li,.widget.widget_nav_menu ul li,.widget.widget_pages ul li,.widget.widget_recent_entries ul li{overflow:hidden}.widget.widget_archive ul li a,.widget.widget_categories ul li a,.widget.widget_meta ul li a,.widget.widget_nav_menu ul li a,.widget.widget_pages ul li a,.widget.widget_recent_entries ul li a{display:inline;overflow:hidden;padding:0;position:relative;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.widget #wp-calendar{text-align:center;width:100%}.widget #wp-calendar caption{margin:0 0 11px}.widget #wp-calendar td,.widget #wp-calendar th{padding:3px 4px}.widget #wp-calendar td#today{color:inherit;background-color:#fff}.widget #wp-calendar tfoot a{color:#808285}.widget #wp-calendar tfoot a:hover{color:#ffcc05}.widget.widget_rss .rss-widget-icon{display:inline-block}.widget.widget_rss .rss-date{display:block;margin-bottom:11px}.widget.widget_rss cite{display:block;margin-top:calc(11px / 2)}.widget.widget_search .input-holder{border-color:#e1e1e1;border-style:solid;border-width:1px}.widget.widget_search .input-holder button,.widget.widget_search .input-holder input{background-color:transparent;border:0;border-radius:0;box-sizing:border-box;color:inherit;display:inline-block;float:left;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);outline:0;position:relative;vertical-align:top;-webkit-appearance:none;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.widget.widget_search .input-holder input.search-field{width:calc(100% - 52px);padding:0 0 0 21px}.widget.widget_search .input-holder input.search-field::-webkit-input-placeholder{color:grey}.widget.widget_search .input-holder input.search-field:-moz-placeholder{color:grey;opacity:1}.widget.widget_search .input-holder input.search-field::-moz-placeholder{color:grey;opacity:1}.widget.widget_search .input-holder input.search-field:-ms-input-placeholder{color:grey}.widget.widget_search .input-holder button{background:#ffcc05;color:#fff;cursor:pointer;font-size:18px;width:52px;padding:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.widget.widget_search .input-holder button:hover{color:#ffcc05}.widget.widget_search .input-holder button span{display:block;left:0;line-height:inherit;position:absolute;top:0;width:100%}.widget.widget_search .input-holder button span:before{display:block;line-height:inherit}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field,.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{background-color:transparent;border-color:#e1e1e1;border-style:solid;border-width:1px;font-family:Cabin,sans-serif;font-size:15px;font-weight:inherit;height:52px;line-height:calc(52px - 2px);position:relative;vertical-align:top;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);color:inherit;display:inline-block;width:100%;outline:0;box-sizing:border-box}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{float:left;-webkit-appearance:none;padding:0 25px 0 20px;transition:color 175ms cubic-bezier(.18,.43,.58,1)}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder{color:inherit}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder{color:inherit;opacity:1}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder{color:inherit;opacity:1}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder{color:inherit}.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{border-radius:0;margin-top:11px;padding:0 0 0 21px;transition:color 175ms cubic-bezier(.18,.43,.58,1)}.widget.widget_tag_cloud a{color:inherit;display:inline-block;font-size:12px!important;font-family:Montserrat,sans-serif;font-weight:700;line-height:30px;text-transform:uppercase;margin:0 5px 2px 0;letter-spacing:.2em}.widget.widget_tag_cloud a:hover{color:#ffcc05}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item{margin:0 0 10px;padding:11px}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a{display:table;width:100%}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image,.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{display:table-cell;vertical-align:middle}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);font-weight:600}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image{padding-right:20px;width:56px;height:56px}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img{display:block}.mkdf-icon-widget-holder,.mkdf-icon-widget-holder>*{display:inline-block;position:relative;vertical-align:middle}.widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title{color:#808285}.mkdf-icon-widget-holder{margin:0}.mkdf-icon-widget-holder>*{color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit}.mkdf-icon-widget-holder .mkdf-icon-text{padding:0 0 0 10px}.mkdf-icon-widget-holder .mkdf-icon-text.mkdf-no-icon{padding:0}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder:hover{color:rgba(51,51,51,.8)!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder:hover{color:rgba(255,255,255,.8)!important}.widget.mkdf-image-slider-widget,.widget.mkdf-image-slider-widget .mkdf-is-widget-inner{position:relative;display:inline-block;width:100%;vertical-align:middle}.widget.mkdf-image-slider-widget .mkdf-widget-title{margin:0 0 32px}.widget.mkdf-image-slider-widget img{display:block}@media only screen and (max-width:1200px){.mkdf-instagram-feed:not(.mkdf-instagram-carousel) li img{width:100%}.mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li,.mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li{width:25%}}@media only screen and (max-width:768px){.mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li,.mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li{width:33.33333%}}@media only screen and (max-width:680px){.mkdf-instagram-feed:not(.mkdf-instagram-carousel) li{width:50%!important}}.mkdf-instagram-feed{list-style:none;padding:0;margin:0}.mkdf-instagram-feed li{float:left;box-sizing:border-box;border:none!important}.mkdf-instagram-feed li:first-child{padding-top:0!important}.mkdf-instagram-feed li .mkdf-instagram-image{position:relative;display:block;overflow:hidden}.mkdf-instagram-feed li .mkdf-instagram-image a{position:relative;display:block;will-change:transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);transition:transform .25s cubic-bezier(.18,.43,.58,1);-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.mkdf-instagram-feed li .mkdf-instagram-image a:hover{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);transform:scale(1.06)}.mkdf-instagram-feed li img{width:100%;display:block}aside.mkdf-sidebar .mkdf-instagram-feed.mkdf-instagram-gallery{margin-top:26px!important}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-no-space{margin:0}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-no-space li{padding:0;margin:0}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-tiny-space{margin:0 -5px -10px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-tiny-space li{padding:0 5px;margin:0 0 10px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-small-space{margin:0 -10px -20px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-small-space li{padding:0 10px;margin:0 0 20px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-normal-space{margin:0 -15px -30px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-normal-space li{padding:0 15px;margin:0 0 30px}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-col-2 li{width:50%}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-col-3 li{width:33.33333%}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-col-4 li{width:25%}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-col-6 li{width:16.66667%}.mkdf-instagram-feed.mkdf-instagram-gallery.mkdf-col-9 li{width:11.11111%}.mkdf-instagram-feed.mkdf-instagram-carousel li{position:relative;width:100%;margin:0;padding:0}.mkdf-instagram-feed.mkdf-instagram-carousel li a{position:relative;display:block;height:100%}.mkdf-instagram-feed.mkdf-instagram-carousel li a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.25);opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.mkdf-instagram-feed.mkdf-instagram-carousel li a:hover{opacity:1}.widget.mkdf-raw-html-widget{margin:0}.widget.mkdf-raw-html-widget.mkdf-grid-auto-width{position:relative;display:inline-block;vertical-align:middle;width:auto}.widget.mkdf-search-post-type-widget{line-height:0;position:relative}.widget.mkdf-search-post-type-widget .mkdf-search-post-type{display:inline-block;width:100%;position:relative}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-results{background:#fff;border:1px solid #e1e1e1;height:auto;display:none;width:calc(100% - 2px);position:absolute;z-index:99;left:0;top:100%}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-results ul{padding:10px 20px;box-sizing:border-box;display:inline-block;line-height:0;width:100%}.widget.mkdf-search-post-type-widget .mkdf-post-type-search-results ul li{display:inline-block;width:100%;padding:5px 0}.widget.mkdf-search-post-type-widget .mkdf-search-icon,.widget.mkdf-search-post-type-widget .mkdf-search-loading{position:absolute;background-color:#ffcc05;width:52px;height:52px;top:0;right:0;margin-top:0;line-height:52px;text-align:center;font-size:18px;color:#fff;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out;opacity:1}.widget.mkdf-search-post-type-widget .mkdf-search-icon.mkdf-hidden,.widget.mkdf-search-post-type-widget .mkdf-search-loading.mkdf-hidden{opacity:0}.widget.mkdf-search-post-type-widget .mkdf-search-loading{background-color:transparent;color:#ffcc05}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-search-post-type{background-color:rgba(255,255,255,.9)}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field{border-radius:0;height:57px;line-height:calc(57px - 2px);border:0;font-size:15px;color:#878787}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-results{background-color:rgba(255,255,255,.9);border-top:1px solid #dadada}.wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-results ul{padding:16px 20px}.widget.mkdf-separator-widget{margin:0!important}.mkdf-social-icon-widget-holder{position:relative;display:inline-block;vertical-align:middle;margin:0}.mkdf-social-icon-widget-holder .mkdf-social-icon-widget{color:inherit;line-height:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-social-icon-widget-holder{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-social-icon-widget-holder:hover{color:#ffcc05!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-social-icon-widget-holder{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-social-icon-widget-holder:hover{color:#ffcc05!important}.mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder{position:relative;width:44px;height:44px;margin:0 7px;font-size:17px;color:#fff;background-color:#303030}.mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder:hover{color:#303030;background-color:#ffcc05}.mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder .mkdf-social-icon-widget{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.mkdf-social-icons-group-widget.mkdf-square-icons.mkdf-light-skin .mkdf-social-icon-widget-holder{color:#303030;background-color:#fff}.mkdf-social-icons-group-widget.mkdf-square-icons.mkdf-light-skin .mkdf-social-icon-widget-holder:hover{color:#303030;background-color:#ffcc05}.mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder{display:inline-block;vertical-align:middle;margin:0 10px 0 0;text-align:center}.mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder:first-child{margin-left:0}.mkdf-social-icons-group-widget .mkdf-social-icon-widget-holder:last-child{margin-right:0}.mkdf-widget-sticky-sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.widget.widget_mkdf_twitter_widget{margin:0 0 20px}.widget.widget_mkdf_twitter_widget>h4{margin:0 0 8px}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li{position:relative;display:inline-block;width:100%;vertical-align:middle}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li .mkdf-tweet-text{position:relative}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li .mkdf-tweet-text a{position:relative;line-height:inherit;color:inherit}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li .mkdf-tweet-text a.mkdf-tweet-time{display:block}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li .mkdf-tweet-text a.mkdf-tweet-time span{margin:0 2px 0 0}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-twitter-icon{position:absolute;top:2px;left:0}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-twitter-icon i{font-size:18px}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text{padding:0 0 0 28px;font-size:16px;line-height:25px}footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text{font-size:15px;color:#c2c2c2}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a,.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text span{color:#ffcc05}footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a,footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text span{color:#6b6b6b}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text a,.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text span,.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a:hover{color:#ffcc05}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 40px;text-align:center;box-sizing:border-box}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li{overflow:hidden}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-twitter-icon i{font-size:16px;color:#ffcc05}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text{font-size:14px}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text a:hover{color:#303030}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text a.mkdf-tweet-time{margin:21px 0 0}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider .owl-nav .owl-prev{left:0}.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider .owl-nav .owl-next{right:0} .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.mkdf-owl-slider{position:relative;display:none;width:100%;margin:0;-webkit-tap-highlight-color:transparent;z-index:1}.mkdf-owl-slider.owl-loaded{display:block}.mkdf-owl-slider.owl-loading{opacity:0;display:block}.mkdf-owl-slider.owl-hidden{opacity:0}.mkdf-owl-slider.owl-refresh .owl-item{visibility:hidden}.mkdf-owl-slider.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mkdf-owl-slider.owl-grab{cursor:move;cursor:grab}.mkdf-owl-slider.owl-rtl .owl-item{float:right}.no-js .mkdf-owl-slider{display:block}.mkdf-owl-slider .owl-stage{position:relative;-ms-touch-action:pan-Y}.mkdf-owl-slider .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mkdf-owl-slider .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.mkdf-owl-slider .owl-item,.mkdf-owl-slider .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.mkdf-owl-slider .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.mkdf-owl-slider .owl-item img{display:block;width:100%}.mkdf-owl-slider .owl-item img .owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.mkdf-owl-slider .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.mkdf-owl-slider .owl-nav.disabled{display:none}.mkdf-owl-slider .owl-nav .owl-next,.mkdf-owl-slider .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mkdf-owl-slider .owl-dots.disabled{display:none}.mkdf-owl-slider .owl-dots .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mkdf-owl-slider .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mkdf-owl-slider .owl-animated-in{z-index:0}.mkdf-owl-slider .owl-animated-out{z-index:1}.mkdf-owl-slider .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.owl-height{transition:height .5s ease-in-out}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:none;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{height:11px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{width:11px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}body .pp_pic_holder{position:fixed!important;top:50%!important;left:50%!important;display:none;width:100px;z-index:10001!important;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media only screen and (max-width:768px){body .pp_pic_holder{width:90%!important}}body .pp_pic_holder.is-single .pp_details{display:none}body .pp_pic_holder .pp_bottom,body .pp_pic_holder .pp_top{display:none!important}body .pp_pic_holder .pp_content{position:relative;background:0 0;margin:0 auto;height:40px;min-width:40px;width:100%}@media only screen and (max-width:768px){body .pp_pic_holder .pp_content{width:100%!important}}* html body .pp_pic_holder .pp_content{width:40px}body .pp_pic_holder .pp_content_container{position:relative;text-align:left;width:100%}body .pp_pic_holder .pp_content_container .pp_left,body .pp_pic_holder .pp_content_container .pp_right{background:0 0!important;padding:0!important}body .pp_pic_holder #pp_full_res{line-height:1!important}body .pp_pic_holder #pp_full_res .pp_inline{color:#303030;text-align:left}body .pp_pic_holder #pp_full_res .pp_inline p{margin:0 0 15px}body .pp_pic_holder #pp_full_res iframe{width:100%!important}body .pp_pic_holder #pp_full_res img{display:block}@media only screen and (max-width:768px){body .pp_pic_holder #pp_full_res img{width:100%!important;height:auto!important}}body .pp_pic_holder .pp_description,body .pp_pic_holder .pp_gallery,body .pp_pic_holder .ppt{display:none!important}body .pp_pic_holder .pp_loaderIcon{position:absolute;left:50%;top:50%;width:32px;height:32px;margin:-16px 0 0 -16px;background-color:#fff;border-radius:16px;-webkit-animation:scaleout 1s infinite ease-in-out;animation:scaleout 1s infinite ease-in-out}body .pp_pic_holder .pp_fade{position:relative;top:50%;display:none;-webkit-transform:translateY(-50%) translateZ(0);-moz-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0)}body .pp_pic_holder .pp_details{position:relative;top:-1px;display:table;vertical-align:top;width:100%!important;float:none!important;margin:0!important;padding:15px 24px;background-color:#fff;box-sizing:border-box}body .pp_pic_holder .pp_details .pp_nav{position:relative;display:table-cell;vertical-align:middle;width:100%;height:auto;float:none;margin:0!important}body .pp_pic_holder .pp_details .pp_nav .pp_pause,body .pp_pic_holder .pp_details .pp_nav .pp_play{display:none}body .pp_pic_holder .pp_details .pp_nav .currentTextHolder{position:absolute;top:0;left:50%;width:auto;margin:0;padding:0;float:none;color:#808285;font-family:inherit;font-size:inherit;line-height:30px;font-style:inherit;letter-spacing:5px}body .pp_pic_holder a:focus{outline:0}body .pp_pic_holder a.pp_arrow_next,body .pp_pic_holder a.pp_arrow_previous{position:relative;display:inline-block;vertical-align:top;left:auto!important;float:none;width:auto!important;height:auto!important;margin:0!important;color:#808285;font-family:Ionicons;font-size:0;line-height:1;text-indent:0;background:0 0!important;opacity:1!important;overflow:visible}body .pp_pic_holder a.pp_arrow_next:after,body .pp_pic_holder a.pp_arrow_previous:after{font-size:30px}body .pp_pic_holder a.pp_arrow_next:hover,body .pp_pic_holder a.pp_arrow_previous:hover{color:#303030}body .pp_pic_holder a.pp_arrow_previous:after{content:"\f3d2"}body .pp_pic_holder a.pp_arrow_next{margin:0 0 0 14px!important}body .pp_pic_holder a.pp_arrow_next:after{content:"\f3d3"}body .pp_pic_holder a.pp_next,body .pp_pic_holder a.pp_previous{position:absolute;top:calc(50% - 20px);width:auto;height:auto;display:inline-block;margin:0!important;background:0 0!important;color:#fff;font-family:Ionicons;font-size:40px;line-height:1;text-indent:-9999px!important;opacity:0;-webkit-transition:opacity .2s ease-out,color .2s ease-out;-moz-transition:opacity .2s ease-out,color .2s ease-out;transition:opacity .2s ease-out,color .2s ease-out}body .pp_pic_holder a.pp_next>*,body .pp_pic_holder a.pp_previous>*{display:none}body .pp_pic_holder a.pp_next:after,body .pp_pic_holder a.pp_previous:after{display:block;line-height:inherit;text-indent:0!important}body .pp_pic_holder a.pp_close,body .pp_pic_holder a.pp_expand{height:auto;width:auto;font-family:Ionicons;font-size:0;line-height:1;text-indent:0;background:0 0!important}body .pp_pic_holder a.pp_next:hover,body .pp_pic_holder a.pp_previous:hover{color:#ffcc05}body .pp_pic_holder a.pp_previous{left:30px}body .pp_pic_holder a.pp_previous:after{content:"\f3d2"}@media only screen and (max-width:768px){body .pp_pic_holder a.pp_previous{left:20px}body .pp_pic_holder a.pp_next{right:20px}}body .pp_pic_holder a.pp_next:after{content:"\f3d3"}body .pp_pic_holder a.pp_close{position:relative;display:table-cell;vertical-align:middle;margin:0!important;color:#808285;cursor:pointer;opacity:1!important}body .pp_pic_holder a.pp_close:hover{color:#303030}body .pp_pic_holder a.pp_expand{position:absolute;right:-22px;top:-18px;display:block;color:#fff;text-align:center;z-index:2001}body .pp_pic_holder a.pp_expand:after{content:"\f386";font-size:22px}body .pp_pic_holder a.pp_expand:hover{color:rgba(255,255,255,.8)}body .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}@media only screen and (max-width:768px){body .pp_hoverContainer{width:100%!important;height:100%!important}}body .pp_hoverContainer:hover a.pp_next,body .pp_hoverContainer:hover a.pp_previous{opacity:1}body .pp_overlay{position:absolute;top:0;left:0;width:100%;display:none;background-color:#303030;z-index:10000!important}body .select2-container--default.select2-container--disabled .select2-selection--multiple,body .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}body .select2-container--default{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;border:0;border-radius:0;text-align:initial;box-sizing:border-box}body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,body .select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0 20px 0 30px}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:20px;right:auto}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0 20px 0 30px}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}body .select2-container--default.select2-container--open .select2-selection--single{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1);color:#303030}body .select2-container--default.select2-container--open .select2-dropdown{left:0}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}body .select2-container--default .select2-selection--single{display:block;height:52px;line-height:48px;padding:0;font-family:inherit;font-size:inherit;color:inherit;background-color:transparent;border:1px solid #e2e2e2;border-radius:0;box-sizing:border-box;cursor:pointer;user-select:none;-webkit-user-select:none}body .select2-container--default .select2-selection--single .select2-selection__rendered{display:block;padding:0 30px 0 20px;color:inherit;line-height:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}body .select2-container--default .select2-selection--single .select2-selection__clear{position:relative;cursor:pointer;float:right;margin:0;font-weight:inherit}body .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}body .select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;width:auto;height:100%;top:0;right:20px;color:inherit;line-height:inherit;text-align:center}body .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}body .select2-container--default .select2-selection--single .select2-selection__arrow:before{font-size:12px;content:"\f104";font-family:Ionicons;color:#000;top:2px;position:relative}body .select2-container--default .select2-selection--multiple{display:block;height:44px;line-height:42px;padding:0;font-family:inherit;font-size:inherit;color:inherit;background-color:transparent;border:1px solid #e1e1e1;border-radius:0;outline:0;box-sizing:border-box;cursor:pointer;user-select:none;-webkit-user-select:none}body .select2-container--default .select2-selection--multiple .select2-selection__rendered{display:block;list-style:none;padding:0 30px 0 20px;margin:0;color:inherit;line-height:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{float:left;margin:0;color:inherit}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:relative;cursor:pointer;float:right;margin:0;font-weight:inherit}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{float:left;margin:7px 5px 0 0;padding:0 10px;line-height:30px;color:#fff;background-color:#303030;border:0;border-radius:0;cursor:default}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{display:inline-block;margin:0 3px 0 0;color:inherit;font-weight:700;cursor:pointer;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.8}body .select2-container--default .select2-search--inline{float:left}body .select2-container--default .select2-search--inline .select2-search__field{margin:0;padding:0;font-size:100%;background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;box-sizing:border-box}body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-dropdown{position:absolute;top:0;left:-100000px;width:100%;display:block;background-color:#fff;border:1px solid #e2e2e2;border-radius:0;z-index:1051;box-sizing:border-box}body .select2-container--default .select2-results__option--highlighted[aria-selected],body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true]{background:0 0;color:#303030}body .select2-container--default .select2-search--dropdown{display:block;padding:14px 15px 2px}body .select2-container--default .select2-search--dropdown.select2-search--hide{display:none}body .select2-container--default .select2-search--dropdown .select2-search__field{padding:4px 8px;margin:0;width:100%;color:inherit;font-size:inherit;line-height:20px;font-family:inherit;font-weight:inherit;border:1px solid #e1e1e1;outline:0;box-sizing:border-box;-webkit-appearance:none}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:#303030}body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-results{display:block;padding:0;margin:0;overflow:hidden}body .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}body .select2-container--default .select2-results__options{position:relative;padding:2px 23px;margin:5px 0;list-style:none}body .select2-container--default .select2-results__option{padding:7px 0;user-select:none;-webkit-user-select:none;-webkit-transition:color .2s ease-out;-moz-transition:color .2s ease-out;transition:color .2s ease-out}body .select2-container--default .select2-results__option[aria-selected]{cursor:pointer}body .select2-container--default .select2-results__option[role=group]{padding:0}body .select2-container--default .select2-results__option[aria-disabled=true]{color:#303030}body .select2-container--default .select2-results__option .select2-results__option{padding-left:1em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}body .select2-container--default .select2-results__group{display:block;padding:7px 0;cursor:default}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}body.woocommerce-page .select2-container--default .select2-selection--single{border:1px solid #f9f9f9;background-color:#f9f9f9}body.woocommerce-page .select2-container--default .select2-dropdown{border:1px solid #808285}body.woocommerce-page .select2-container--default.select2-container--open .select2-selection--single{border-color:#808285}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;width:180px;text-align:left;box-sizing:border-box}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{position:relative;display:block;box-sizing:border-box;padding:0 10px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul{list-style:none;padding:0;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul li,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul li{display:block;width:100%;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul li a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul li a{display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul ul,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul ul{position:absolute;top:calc(100% + 8px);left:-26px;width:140px;padding:23px 0 25px;background-color:#1c1c1c;border:1px solid #1c1c1c;border-top:none;z-index:10;opacity:0;visibility:hidden;box-sizing:border-box;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul ul a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul ul a{padding:7px 35px;color:#bbb;line-height:16px;font-family:Montserrat,sans-serif;font-weight:700;font-size:10px;letter-spacing:.2em;text-transform:uppercase}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul ul a:hover,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul ul a:hover{color:#ffcc05}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover ul ul,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover ul ul{opacity:1;visibility:visible;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{display:inline-block;vertical-align:middle;margin:0 15px 5px 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin:0 0 5px}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{display:block;margin:0;padding:3px 0}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle}.widget_icl_lang_sel_widget img{position:relative;display:inline-block!important;vertical-align:middle;margin:0 5px 0 0;top:-1px}.mkdf-page-footer .widget_icl_lang_sel_widget,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,.mkdf-side-menu .widget_icl_lang_sel_widget,.mkdf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.mkdf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,.mkdf-sidebar .widget_icl_lang_sel_widget,.mkdf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.mkdf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,.wpb_widgetised_column .widget_icl_lang_sel_widget,.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{border-color:#fff}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul li a,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul li a{color:#999}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul li a:hover,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul li a:hover{color:#fff}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown ul ul,.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click ul ul{background-color:#303030;border-color:#fff}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#999}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#999}.mkdf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover,.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:auto;min-width:20px}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:0 0 0 10px;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:10px;letter-spacing:.2em;text-transform:uppercase}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle i,.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle i{position:relative;font-size:16px;top:2px}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin:0 15px 0 0}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin:0}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#999}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{float:left;margin:0 15px 0 0;padding:0}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child{margin:0}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.mkdf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#999}.mkdf-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin:0 20px 0 0}.mkdf-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin:0}.mkdf-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{float:left;margin:0 20px 0 0;padding:0}.mkdf-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child{margin:0}.mkdf-main-menu>ul>li.menu-item-language>a span{position:relative;display:block;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-main-menu>ul>li.menu-item-language>a span img{position:relative;display:inline-block;vertical-align:middle;top:-1px;margin:0 5px 0 0}.mkdf-main-menu>ul>li.menu-item-language>a span:after{content:'\33';font-family:ElegantIcons,serif;position:absolute;right:-15px;top:50%;display:block;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-main-menu .menu-item-language .submenu-languages{position:absolute;top:100%;width:200px;left:0;z-index:10;opacity:0;visibility:hidden;padding:18px 0;text-align:left;background-color:#fff;border-top:1px solid #e1e1e1;box-sizing:border-box;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out}.mkdf-main-menu .menu-item-language .submenu-languages li{display:block;width:100%;float:none;padding:0;box-sizing:border-box}.mkdf-main-menu .menu-item-language .submenu-languages a{display:block;padding:9px 26px;color:#808285}.mkdf-blog-holder,.mkdf-blog-holder article,.mkdf-blog-holder article .mkdf-post-content,.mkdf-blog-holder article .mkdf-post-image,.mkdf-main-menu .menu-item-language .submenu-languages img{display:inline-block;position:relative;vertical-align:middle}.mkdf-main-menu .menu-item-language .submenu-languages a:hover{color:#303030}.mkdf-main-menu .menu-item-language .submenu-languages img{top:-1px;margin:0 5px 0 0}.mkdf-main-menu .menu-item-language:hover ul{opacity:1;visibility:visible;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.mkdf-blog-holder{width:100%;margin:0 0 40px;clear:both}.mkdf-blog-holder article{width:100%;box-sizing:border-box}.mkdf-blog-holder article.sticky .mkdf-post-title a{color:#ffcc05}.mkdf-blog-holder article .mkdf-post-content{width:100%}.mkdf-blog-holder article .mkdf-post-image img{display:block}.mkdf-blog-holder article .mkdf-post-image-background{position:relative;display:inline-block;width:100%;vertical-align:middle;height:100%;background-position:center;background-size:cover}.mkdf-blog-holder article .mkdf-post-image-background a{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.mkdf-blog-holder article .mkdf-post-image-icon{position:absolute;top:20px;right:20px;font-size:30px;line-height:1;color:#fff}.mkdf-blog-holder article .mkdf-post-text{position:relative;display:inline-block;width:100%;vertical-align:middle;box-sizing:border-box}.mkdf-blog-holder article .mkdf-post-title{margin:0}.mkdf-blog-holder article .mkdf-post-excerpt-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:27px 0 0}.mkdf-blog-holder article .mkdf-post-excerpt-holder p{margin:0}.mkdf-blog-holder article .mkdf-post-excerpt:after{content:'...'}.mkdf-blog-holder article .mkdf-more-link-container{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:15px 0 0}.mkdf-blog-holder article .mkdf-post-info{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-blog-holder article .mkdf-post-info>*{position:relative;display:inline-block;vertical-align:top;color:currentColor}.mkdf-blog-holder article .mkdf-post-info>* a{color:inherit}.mkdf-blog-holder article .mkdf-post-info-top{margin-bottom:5px}.mkdf-blog-holder article .mkdf-post-info-top>div{position:relative;display:inline-block;vertical-align:top;padding:0 14px 0 0;color:#808285;font-size:13px;letter-spacing:.05em}.mkdf-blog-holder article .mkdf-post-info-top>div:after{content:'/';position:absolute;top:0;right:-2px}.mkdf-blog-holder article .mkdf-post-info-top>div:last-child{padding:0}.mkdf-blog-holder article .mkdf-post-info-top>div:last-child:after{content:''}.mkdf-blog-holder article .mkdf-post-info-top>div a{color:inherit}.mkdf-blog-holder article .mkdf-post-info-top>div a:hover{color:#ffcc05}.mkdf-blog-holder article .mkdf-post-info-bottom{padding-top:28px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div{margin-right:25px;display:inline-block}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div i,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div span{margin-right:5px;font-size:14px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div i.icon_tag,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div span.icon_tag{font-size:16px;color:#c2c2c2}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a{color:#c2c2c2;font-size:15px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a.mkdf-like.liked i,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a:hover,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a:hover i,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a:hover span,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category:hover a,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category:hover i{color:#ffcc05}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a.mkdf-like span{font-size:15px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category a,.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category i{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-date{margin-right:23px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-blog-like{margin-right:16px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-blog-like i{font-size:12px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-comments-holder{margin-right:20px}@media only screen and (min-width:769px){.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-left{float:left;width:auto}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right{text-align:right;float:right;width:auto}}.mkdf-blog-holder.mkdf-blog-type-masonry article,.mkdf-blog-single-navigation .mkdf-blog-single-prev{float:left}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right>div{margin-left:17px}.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right>div:first-child{margin-left:0}.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div i,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-text .mkdf-post-text-inner .mkdf-post-title{color:#fff}.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a:hover,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div i:hover,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category:hover a,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category:hover i{color:#ffcc05}.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category a,.mkdf-blog-holder article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div.mkdf-post-info-category i{-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-holder article.format-link .mkdf-post-text{padding:62px 79px;background-color:#fbfbfb;background-size:cover}@media only screen and (max-width:768px){.mkdf-blog-holder article.format-link .mkdf-post-text{padding:62px}}@media only screen and (max-width:480px){.mkdf-blog-holder article.format-link .mkdf-post-text{padding:40px}}.mkdf-blog-holder article.format-link .mkdf-post-text-main{position:relative;display:table;table-layout:fixed;height:100%;width:100%;text-align:left}.mkdf-blog-holder article.format-link .mkdf-post-mark{position:relative;display:table-cell;width:65px;height:65px;vertical-align:top;text-align:left}.mkdf-blog-holder article.format-link .mkdf-post-mark .mkdf-link-mark{padding-top:5px;font-size:36px;color:#ffcc05}.mkdf-blog-holder article.format-link .mkdf-post-link-holder{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle;vertical-align:top;text-align:left}.mkdf-blog-holder article.format-link .mkdf-post-info-bottom{padding:6px 0 0}.mkdf-blog-holder article.format-quote.mkdf-post-light-skin .mkdf-post-text .mkdf-post-title,.mkdf-blog-holder article.format-quote.mkdf-post-light-skin .mkdf-post-text .mkdf-quote-author{color:#fff}.mkdf-blog-holder article.format-quote .mkdf-post-text{padding:62px 79px;background-color:#fbfbfb;background-size:cover}@media only screen and (max-width:768px){.mkdf-blog-holder article.format-quote .mkdf-post-text{padding:62px}}@media only screen and (max-width:480px){.mkdf-blog-holder article.format-quote .mkdf-post-text{padding:40px}}.mkdf-blog-holder article.format-quote .mkdf-post-text .mkdf-quote-author{margin:8px 0 0;font-weight:700;color:#303030;text-transform:uppercase}.mkdf-blog-holder article.format-quote .mkdf-post-text-main{display:table;table-layout:fixed;height:100%;width:100%;position:inherit;text-align:left}.mkdf-blog-holder article.format-quote .mkdf-post-mark{position:relative;display:table-cell;width:65px;height:65px;vertical-align:top;text-align:left;transform-origin:0 0;-webkit-transform:rotate(182deg);-moz-transform:rotate(182deg);transform:rotate(182deg)}.mkdf-blog-holder article.format-quote .mkdf-post-mark .mkdf-quote-mark{padding-top:5px;font-size:36px;color:#ffcc05}.mkdf-blog-holder article.format-quote .mkdf-post-link-holder{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle;vertical-align:top;text-align:left}.mkdf-blog-holder article.format-quote .mkdf-post-author{display:inline-block;margin-bottom:23px;font-size:13px;line-height:20px}.mkdf-blog-holder article.format-gallery .mkdf-post-image{width:100%}.mkdf-blog-holder article.format-gallery .owl-carousel .owl-item{z-index:2}.mkdf-blog-holder article.format-gallery .owl-carousel .owl-item.active{z-index:3}.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider{overflow:hidden}.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-next,.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-prev{margin:0;width:65px;height:65px;background-color:#ffcc05;color:#fff;text-align:center;line-height:63px}.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-next:hover,.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-prev:hover{background-color:#ffcc05;color:#fff}.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-prev{left:-1px}.mkdf-blog-holder article.format-gallery .mkdf-blog-gallery.mkdf-owl-slider .owl-nav .owl-next{right:-1px}.mkdf-blog-holder article.format-audio.has-post-thumbnail .mkdf-post-heading{position:relative}.mkdf-blog-holder article.format-audio.has-post-thumbnail .mkdf-blog-audio-holder{position:absolute;bottom:0;left:0;width:100%;display:inline-block;vertical-align:middle}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-handle-content,.mkdf-blog-pagination-wp{display:none}.mkdf-blog-holder article.format-audio .mkdf-post-image{width:100%;max-width:inherit}.mkdf-blog-holder article.format-audio .mkdf-post-image img{width:100%}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-embed,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-embed body{background:0 0}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container{background-color:#303030}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls{height:38px!important}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls{padding:0 10px 0 4px;box-sizing:border-box}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button{width:39px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button{width:30px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button{height:38px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button button{position:relative;height:100%;background:center no-repeat;margin:0;border:0;outline:0}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-play button{width:39px;background-image:url(//rotasdovento.com/wp-content/themes/wanderers/framework/modules/blog/assets/img/audio/play.png)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-pause button{width:39px;background-image:url(//rotasdovento.com/wp-content/themes/wanderers/framework/modules/blog/assets/img/audio/pause.png)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-stop button{width:39px;background-image:url(//rotasdovento.com/wp-content/themes/wanderers/framework/modules/blog/assets/img/audio/stop.png)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-mute button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button{width:30px;background-image:url(//rotasdovento.com/wp-content/themes/wanderers/framework/modules/blog/assets/img/audio/sound.png)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-unmute button,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button{width:30px;background-image:url(//rotasdovento.com/wp-content/themes/wanderers/framework/modules/blog/assets/img/audio/mute.png)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time{height:100%;padding:0;font-family:inherit;font-size:13px;color:#fff;line-height:36px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail{height:100%;padding:0;font-family:inherit}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total{height:5px;margin:15px 0;background:#fff}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current{height:5px;background-color:#ffcc05}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered{height:5px;z-index:9999}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered{background:rgba(0,0,0,.5)}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float{top:-16px;border:0;color:#fff}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-active a,.mkdf-blog-holder.mkdf-blog-type-masonry article .mkdf-post-title a:hover,.mkdf-blog-pagination ul li a.mkdf-pag-active{color:#ffcc05}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner{top:11px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded{background:0 0}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider{height:38px}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:5px;background:0 0}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:15px;background-color:#fff}.mkdf-blog-holder article.format-audio .mkdf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background-color:#ffcc05}.mkdf-blog-holder article.format-video .mkdf-self-hosted-video{max-width:100%}.mkdf-blog-holder.mkdf-blog-type-masonry .mkdf-blog-holder-inner{opacity:0}.mkdf-blog-holder.mkdf-blog-type-masonry .mkdf-blog-masonry-grid-sizer,.mkdf-blog-holder.mkdf-blog-type-masonry article{width:100%}.mkdf-blog-holder.mkdf-blog-type-masonry .mkdf-blog-masonry-grid-gutter{width:0}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns .mkdf-blog-masonry-grid-sizer,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article{width:50%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article.mkdf-post-size-large-width,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article.mkdf-post-size-large-width-height{width:100%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns .mkdf-blog-masonry-grid-sizer,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article{width:33.33333%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-post-size-large-width,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-post-size-large-width-height{width:66.66667%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns .mkdf-blog-masonry-grid-sizer,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article{width:25%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-post-size-large-width,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-post-size-large-width-height{width:50%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns .mkdf-blog-masonry-grid-sizer,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article{width:20%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-post-size-large-width,.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-post-size-large-width-height{width:40%}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width{box-sizing:border-box}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-no-space{padding:0}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-tiny-space{padding:0 10px}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-small-space{padding:0 20px}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-normal-space{padding:0 30px}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-medium-space{padding:0 40px}.mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-masonry-full-width.mkdf-large-space{padding:0 50px}.mkdf-blog-pagination,.mkdf-blog-pagination ul,.mkdf-blog-pagination ul li,.mkdf-blog-pagination ul li a{display:inline-block;position:relative}.mkdf-blog-pagination{width:100%;vertical-align:middle;margin:8px 0 52px;clear:both}.mkdf-blog-pagination ul{width:100%;vertical-align:middle;padding:0;margin:0;list-style:none;text-align:center}.mkdf-blog-pagination ul li{vertical-align:top;margin:0}.mkdf-blog-pagination ul li a{vertical-align:middle;margin:0 6px;padding:0}.mkdf-blog-pagination ul li.mkdf-pag-first a,.mkdf-blog-pagination ul li.mkdf-pag-last a,.mkdf-blog-pagination ul li.mkdf-pag-next a,.mkdf-blog-pagination ul li.mkdf-pag-prev a{margin:0;font-size:22px}.mkdf-blog-pagination ul li.mkdf-pag-first a span,.mkdf-blog-pagination ul li.mkdf-pag-first a span:before,.mkdf-blog-pagination ul li.mkdf-pag-last a span,.mkdf-blog-pagination ul li.mkdf-pag-last a span:before,.mkdf-blog-pagination ul li.mkdf-pag-next a span,.mkdf-blog-pagination ul li.mkdf-pag-next a span:before,.mkdf-blog-pagination ul li.mkdf-pag-prev a span,.mkdf-blog-pagination ul li.mkdf-pag-prev a span:before{display:block;line-height:inherit}.mkdf-blog-pagination ul li.mkdf-pag-next,.mkdf-blog-pagination ul li.mkdf-pag-prev{top:-1px}.mkdf-blog-pagination ul li.mkdf-pag-first,.mkdf-blog-pagination ul li.mkdf-pag-last{top:.5px}.mkdf-blog-list-holder.mkdf-bl-pag-standard-shortcodes .mkdf-blog-list{opacity:1;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev a,.mkdf-blog-list-holder.mkdf-bl-pag-standard-shortcodes.mkdf-bl-pag-standard-shortcodes-animate .mkdf-blog-list{opacity:0}.mkdf-bl-standard-pagination{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:20px 0 0;clear:both}.mkdf-bl-standard-pagination ul{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0;margin:0;list-style:none;text-align:center}.mkdf-bl-standard-pagination ul li{position:relative;display:inline-block;vertical-align:top;margin:0 12px;padding:0}.mkdf-bl-standard-pagination ul li a{position:relative;display:inline-block;vertical-align:middle;margin:0;padding:0}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next,.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev{position:absolute;top:0}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next a,.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev a{font-size:30px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1),opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1),opacity 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1),opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next a span,.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next a span:before,.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev a span,.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev a span:before{display:block;line-height:inherit}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-prev{left:0}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next a,.mkdf-related-posts-holder .mkdf-related-post:hover .mkdf-related-post-image a:after{opacity:1}.mkdf-bl-standard-pagination ul li.mkdf-bl-pag-next{right:0}.mkdf-blog-pag-load-more{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:40px 0 30px;text-align:center}.mkdf-blog-pag-loading{position:relative;display:none;width:100%;margin:40px 0 20px;color:#303030;text-align:center}.mkdf-blog-pag-loading.mkdf-standard-pag-trigger{position:absolute;top:50px;left:0}.mkdf-blog-pag-loading.mkdf-showing{display:block}.mkdf-blog-pag-loading>div{position:relative;display:inline-block;vertical-align:middle;width:14px;height:14px;margin:0 3px;background-color:#303030;border-radius:100%;-webkit-animation:bl-pag-bouncedelay 1.4s infinite ease-in-out both;-moz-animation:bl-pag-bouncedelay 1.4s infinite ease-in-out both;animation:bl-pag-bouncedelay 1.4s infinite ease-in-out both}.mkdf-blog-pag-loading .mkdf-blog-pag-bounce1{-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;animation-delay:-.32s}.mkdf-blog-pag-loading .mkdf-blog-pag-bounce2{-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bl-pag-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@-moz-keyframes bl-pag-bouncedelay{0%,100%,80%{-moz-transform:scale(0)}40%{-moz-transform:scale(1)}}@keyframes bl-pag-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.mkdf-blog-holder.mkdf-blog-standard article{margin:0 0 69px;padding:0}.mkdf-blog-holder.mkdf-blog-standard article.mkdf-post-has-media .mkdf-post-heading{margin-bottom:50px}.mkdf-blog-holder.mkdf-blog-standard article.format-quote .mkdf-post-mark{position:absolute;right:-38px;display:block;top:90px;overflow:hidden}.mkdf-blog-holder.mkdf-blog-standard article.format-quote .mkdf-post-mark .mkdf-quote-mark{font-family:Kristi;font-weight:400;line-height:135px;overflow:hidden;font-size:300px;display:block}.mkdf-blog-holder.mkdf-blog-standard article.format-link,.mkdf-blog-holder.mkdf-blog-standard article.format-quote{margin-bottom:80px}.mkdf-author-description{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0;background-color:#fafafa;text-align:center;box-sizing:border-box}.mkdf-author-description .mkdf-author-description-inner{padding:30px 0;min-height:78px;clear:both}.mkdf-author-description .mkdf-author-description-content{position:relative;padding:0 35px;display:table}.mkdf-author-description .mkdf-author-description-image{display:table-cell;width:125px;margin:0 auto;vertical-align:middle}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-email,.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name{margin:0}.mkdf-author-description .mkdf-author-description-image img{display:block;border-radius:5em}.mkdf-author-description .mkdf-author-description-text-holder{display:table-cell;position:relative;padding:4px 0 4px 25px;vertical-align:middle;box-sizing:border-box;text-align:left}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name a{color:#303030}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-name a:hover{color:#ffcc05}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-text{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-text>p{margin:17px 0 14px}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-social-icons{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-social-icons a{position:relative;display:inline-block;vertical-align:middle;padding:0;margin:0 13px 0 0;font-size:14px;color:#808285}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-social-icons a:last-child{margin:0}.mkdf-author-description .mkdf-author-description-text-holder .mkdf-author-social-icons a:hover{color:#ffcc05}@media only screen and (max-width:768px){.mkdf-author-description .mkdf-author-description-content{padding:0 20px}.mkdf-author-description .mkdf-author-description-image{display:block;width:100%}.mkdf-author-description .mkdf-author-description-text-holder{display:block;padding:0;margin-top:30px}}.mkdf-blog-single-navigation{position:relative;display:table;width:100%;vertical-align:middle;padding:0;clear:both;box-sizing:border-box}.mkdf-blog-single-navigation .mkdf-blog-single-navigation-inner{padding:62px 0 30px}.mkdf-blog-single-navigation .mkdf-blog-single-next,.mkdf-blog-single-navigation .mkdf-blog-single-prev{color:#303030;display:table;width:auto;max-width:30%}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-mark,.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-mark{font-size:48px;-webkit-transition:background-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:background-color 175ms cubic-bezier(.18,.43,.58,1);transition:background-color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-mark:before,.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-mark:before{display:block;line-height:inherit}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-label,.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-mark,.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-label,.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-mark{display:table-cell;vertical-align:middle}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-label,.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-label{margin:0}.mkdf-blog-single-navigation .mkdf-blog-single-next:hover .mkdf-blog-single-nav-mark,.mkdf-blog-single-navigation .mkdf-blog-single-prev:hover .mkdf-blog-single-nav-mark{background-color:#303030}.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-label{padding-left:14px}.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-blog-single-nav-mark{margin:0 14px 0 0;width:65px;height:65px;background-color:#ffcc05;color:#fff;text-align:center;line-height:63px}.mkdf-blog-single-navigation .mkdf-blog-single-next{float:right;direction:rtl}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-label{padding-right:14px}.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-blog-single-nav-mark{margin:0 0 0 14px;width:65px;height:65px;background-color:#ffcc05;color:#fff;text-align:center;line-height:63px}.mkdf-single-links-pages{clear:both;margin:20px 0 5px}.mkdf-single-links-pages .mkdf-single-links-pages-inner>a,.mkdf-single-links-pages .mkdf-single-links-pages-inner>span{position:relative;display:inline-block;vertical-align:middle;margin:0 6px}.mkdf-single-links-pages .mkdf-single-links-pages-inner>span{color:#ffcc05}.mkdf-related-posts-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0;box-sizing:border-box}.mkdf-related-posts-holder .mkdf-related-posts-holder-inner{padding:46px 0 26px}.mkdf-related-posts-holder .mkdf-related-posts-title{margin:0 0 40px}.mkdf-related-posts-holder .mkdf-related-posts-title>*{margin:0}.mkdf-related-posts-holder .mkdf-related-posts-inner{margin:0 -15px}.mkdf-related-posts-holder .mkdf-related-post{position:relative;display:inline-block;float:left;width:25%;margin:0 0 30px;padding:0 15px;box-sizing:border-box}.mkdf-content-has-sidebar .mkdf-related-posts-holder .mkdf-related-post{widtH:33.33333333333333%}.touch .mkdf-related-posts-holder .mkdf-related-post{cursor:pointer}.mkdf-related-posts-holder .mkdf-related-post .mkdf-related-post-image{position:relative;display:inline-block;width:100%;vertical-align:middle;overflow:hidden}.mkdf-related-posts-holder .mkdf-related-post .mkdf-related-post-image a{position:relative;display:block}.mkdf-related-posts-holder .mkdf-related-post .mkdf-related-post-image a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-related-posts-holder .mkdf-related-post .mkdf-related-post-image img{display:block}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-title{margin:19px 0 0}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-title:first-child{margin-top:0}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:4px 0 0}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div{position:relative;display:inline-block;vertical-align:top;float:left;padding:0 13px 0 0;color:inherit}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div:after{position:absolute;top:0;right:4px;content:'/'}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div:last-child{padding:0}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div:last-child:after{display:none}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div.mkdf-post-info-author .mkdf-post-info-author-text{margin:0 3px 0 0}.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-info>div a{color:inherit;line-height:inherit;font-size:inherit;font-weight:inherit}.mkdf-blog-holder.mkdf-blog-single{margin:0 0 20px}.mkdf-blog-holder.mkdf-blog-single article{margin:0 0 30px}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-title{margin-bottom:17px}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-heading{margin-bottom:49px}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-text{padding:0 0 29px}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom{border-top:0;padding-top:47px}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-text,.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-text{padding:62px 79px;background-color:#fbfbfb;background-size:cover}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div{display:inline-block}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a{color:#c2c2c2;font-size:15px}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a:hover{color:#ffcc05}.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div i{color:#c2c2c2}.mkdf-blog-holder.mkdf-blog-single article.format-quote.mkdf-post-light-skin .mkdf-post-text .mkdf-post-title,.mkdf-blog-holder.mkdf-blog-single article.format-quote.mkdf-post-light-skin .mkdf-post-text .mkdf-quote-author{color:#fff}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-content{margin-bottom:44px}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-text .mkdf-post-title{margin-bottom:0}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-text .mkdf-quote-author{margin:8px 0 0;font-weight:700;color:#303030;text-transform:uppercase}.mkdf-blog-holder.mkdf-blog-single article.format-link+.mkdf-author-description,.mkdf-blog-holder.mkdf-blog-single article.format-quote+.mkdf-author-description{margin-top:30px}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-text-main{display:table;table-layout:fixed;height:100%;width:100%;text-align:left;position:static}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-mark{position:absolute;right:-38px;display:block;top:90px;overflow:hidden}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-mark .mkdf-quote-mark{font-family:Kristi;font-weight:400;line-height:148px;overflow:hidden;font-size:300px;display:block}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-link-holder{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle;vertical-align:top;text-align:left}.mkdf-blog-holder.mkdf-blog-single article.format-quote .mkdf-post-author{display:inline-block;margin-bottom:23px;font-size:13px;line-height:20px}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-content{margin-bottom:44px}.mkdf-blog-holder.mkdf-blog-single article.format-link.mkdf-post-light-skin .mkdf-post-info-bottom .mkdf-post-info-bottom-left>div a,.mkdf-blog-holder.mkdf-blog-single article.format-link.mkdf-post-light-skin .mkdf-post-text .mkdf-post-text-inner .mkdf-post-title{color:#fff}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-text .mkdf-post-info-bottom-left{width:100%}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-text .mkdf-post-title{margin-bottom:0}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-text-main{position:relative;display:table;table-layout:fixed;height:100%;width:100%;text-align:left}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-mark{position:relative;display:table-cell;height:100%;width:50px;vertical-align:top;text-align:left}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-mark .mkdf-link-mark{padding-top:5px;font-size:36px;color:#ffcc05}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-link-holder{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle;vertical-align:top;text-align:left}.mkdf-bl-loading,.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-alignment-center{text-align:center}.mkdf-blog-holder.mkdf-blog-single article.format-link .mkdf-post-content .mkdf-post-info-bottom{padding:6px 0 0}.mkdf-blog-list-holder .mkdf-bl-item,.mkdf-blog-list-holder .mkdf-blog-list{padding:0;margin:0;position:relative;display:inline-block;vertical-align:middle;width:100%}.mkdf-blog-list-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;clear:both}.mkdf-blog-list-holder .mkdf-blog-list{list-style:none}.mkdf-blog-list-holder .mkdf-bl-item{box-sizing:border-box}.mkdf-blog-list-holder .mkdf-bli-inner{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-blog-list-holder .mkdf-bli-content{position:relative;display:inline-block;width:100%;vertical-align:middle;box-sizing:border-box}.mkdf-blog-list-holder .mkdf-post-image{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0 0 25px}.mkdf-blog-list-holder .mkdf-post-image a,.mkdf-blog-list-holder .mkdf-post-image img{display:block}.mkdf-blog-list-holder .mkdf-post-image a:hover:after{opacity:1}.mkdf-blog-list-holder .mkdf-post-image a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-list-holder .mkdf-bli-info{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:23px 0 0;clear:both}.mkdf-blog-list-holder .mkdf-bli-info>div{position:relative;display:inline-block;vertical-align:top;font-size:15px;line-height:1.2;float:left;padding:0 33px 5px 0;color:#c2c2c2}.mkdf-blog-list-holder .mkdf-bli-info>div:last-child{padding:0 0 5px}.mkdf-blog-list-holder .mkdf-bli-info>div a{color:#c2c2c2}.mkdf-blog-list-holder .mkdf-bli-info>div a.mkdf-like.liked,.mkdf-blog-list-holder .mkdf-bli-info>div a:hover{color:#ffcc05}.mkdf-blog-list-holder .mkdf-bli-info>div a.mkdf-like span{font-size:15px}.mkdf-blog-list-holder .mkdf-bli-info>div .icon_calendar,.mkdf-blog-list-holder .mkdf-bli-info>div .icon_chat{font-size:14px;margin-right:6px}.mkdf-blog-list-holder .mkdf-bli-info>div .icon_tag{font-size:16px;color:#c2c2c2}.mkdf-blog-list-holder .mkdf-bli-info>div .icon_heart{font-size:12px;margin-right:8px}.mkdf-blog-list-holder .mkdf-post-title{margin:0}.mkdf-blog-list-holder .mkdf-post-title a:hover{color:#303030}.mkdf-blog-list-holder .mkdf-post-excerpt{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:20px 0 0}.mkdf-blog-list-holder .mkdf-post-excerpt p{margin:0}.mkdf-blog-list-holder .mkdf-post-excerpt:after{content:'...'}.mkdf-blog-list-holder .mkdf-post-read-more-button{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:12px 0 0}.mkdf-blog-list-holder.mkdf-bl-boxed:not(.mkdf-bl-one-column) .mkdf-bl-item{float:left}.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-two-columns .mkdf-bl-item{width:50%}.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-three-columns .mkdf-bl-item{width:33.33333%}.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item{width:25%}.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item{width:20%}@media only screen and (min-width:1201px){.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item:nth-child(5n+1),.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item:nth-child(4n+1){clear:both}}.mkdf-blog-list-holder.mkdf-bl-boxed .mkdf-bli-content{padding:40px 30px;background-color:#f6f6f6}.mkdf-blog-list-holder.mkdf-bl-boxed .mkdf-post-image{margin:0}.mkdf-blog-list-holder.mkdf-bl-masonry{transition:none!important;overflow:visible!important}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-blog-list{opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bli-info{margin:13px 0 0}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bl-item{vertical-align:top;z-index:100}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bl-item .mkdf-post-title a:hover{color:#ffcc05}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bl-grid-sizer,.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bl-item{width:100%}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bl-grid-gutter{width:0}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-post-image{margin:0}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-post-image a{overflow:hidden}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-post-image a img{-webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);transition:transform .25s cubic-bezier(.18,.43,.58,1)}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-post-image a:after{display:none}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bli-content{margin-top:25px;margin-bottom:20px}.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bli-inner:hover a img{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);transform:scale(1.06)}.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-two-columns .mkdf-bl-grid-sizer,.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-two-columns .mkdf-bl-item{width:50%}.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-grid-sizer,.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-item{width:33.33333%}.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-grid-sizer,.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-item{width:25%}.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-grid-sizer,.mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-item{width:20%}.mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date{display:block;margin:5px 0 0;line-height:1}.mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a{font-size:13px;color:#808285}.mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a:hover{color:#303030}.mkdf-side-menu .mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a:hover,footer .mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date a:hover{color:#fff!important}.mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date .icon_calendar{display:none}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-post-image{display:table-cell;vertical-align:top;width:60px}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content{display:table-cell;vertical-align:top;width:auto;padding-left:25px}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date{display:block;margin:7px 0 0;line-height:1}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date .icon_calendar{display:none}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a{font-size:15px;color:#808285}.mkdf-side-menu .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a,footer .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a{color:#c2c2c2}.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a:hover{color:#303030}.mkdf-side-menu .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a:hover,footer .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content .mkdf-post-info-date a:hover{color:#fff!important}.mkdf-blog-list-holder.mkdf-bl-standard:not(.mkdf-bl-one-column) .mkdf-bl-item{float:left}.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-two-columns .mkdf-bl-item{width:50%}.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-three-columns .mkdf-bl-item{width:33.33333%}.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item{width:25%}.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item{width:20%}@media only screen and (min-width:1281px){.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item:nth-child(5n+1),.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item:nth-child(4n+1){clear:both}}.mkdf-bl-loading{position:relative;display:none;width:100%;margin:40px 0 20px}.mkdf-bl-loading.mkdf-showing{display:block}.mkdf-bl-loading>div{position:relative;display:inline-block;vertical-align:middle;width:14px;height:14px;margin:0 3px;background-color:#303030;border-radius:100%;-webkit-animation:bl-bouncedelay 1.4s infinite ease-in-out both;-moz-animation:bl-bouncedelay 1.4s infinite ease-in-out both;animation:bl-bouncedelay 1.4s infinite ease-in-out both}.mkdf-page-footer .mkdf-footer-bottom-holder,.mkdf-page-footer .mkdf-footer-top-holder{background-color:#1c1c1c;display:inline-block;width:100%;vertical-align:middle;position:relative;box-sizing:border-box}.mkdf-bl-loading .mkdf-bl-loading-bounce1{-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;animation-delay:-.32s}.mkdf-bl-loading .mkdf-bl-loading-bounce2{-webkit-animation-delay:-.16s;-moz-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bl-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@-moz-keyframes bl-bouncedelay{0%,100%,80%{-moz-transform:scale(0)}40%{-moz-transform:scale(1)}}@keyframes bl-bouncedelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.mkdf-content-bottom .mkdf-content-bottom-inner{box-sizing:border-box}.mkdf-content-bottom .mkdf-content-bottom-inner.mkdf-grid{padding:20px 0}.mkdf-content-bottom .mkdf-content-bottom-inner.mkdf-full-width{padding:20px 40px}.mkdf-page-footer{position:relative;display:inline-block;width:100%;vertical-align:middle;z-index:100;box-sizing:border-box;color:#bdbdbd}.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-alignment-left{text-align:left}.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-alignment-right{text-align:right}.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner{box-sizing:border-box}.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid{padding:92px 0 76px}.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-full-width{padding:92px 40px}.mkdf-page-footer .mkdf-footer-bottom-holder{text-align:center}.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner{box-sizing:border-box}.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner.mkdf-grid{padding:26px 0;border-top:1px solid #323232}.mkdf-logo-area-border-disable .mkdf-page-header .mkdf-logo-area,.mkdf-logo-area-in-grid-border-disable .mkdf-page-header .mkdf-logo-area .mkdf-grid .mkdf-vertical-align-containers,.mkdf-menu-area-border-disable .mkdf-page-header .mkdf-menu-area,.mkdf-menu-area-in-grid-border-disable .mkdf-page-header .mkdf-menu-area .mkdf-grid .mkdf-vertical-align-containers{border:none}.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner.mkdf-full-width{padding:19px 40px}.mkdf-page-header{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0;padding:0;z-index:110;box-sizing:border-box}.mkdf-page-header a img{display:block}.mkdf-page-header p{margin:0}.mkdf-page-header .mkdf-vertical-align-containers{padding:0 40px}.mkdf-boxed .mkdf-page-header .mkdf-menu-area,.mkdf-paspartu-enabled .mkdf-page-header .mkdf-vertical-align-containers{padding:0}.mkdf-page-header .mkdf-grid{height:100%}.mkdf-page-header .mkdf-grid .mkdf-vertical-align-containers{padding:0;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;transition:background-color .3s ease}.mkdf-page-header .mkdf-logo-area{position:relative;height:90px;overflow:hidden;background-color:#fff}.mkdf-page-header .mkdf-logo-area .mkdf-logo-wrapper a{max-height:90px}.mkdf-page-header .mkdf-menu-area{position:relative;height:90px;background-color:#fff;box-sizing:border-box}.mkdf-header-logo-area-in-grid-padding .mkdf-page-header .mkdf-logo-area .mkdf-vertical-align-containers,.mkdf-header-logo-area-in-grid-padding .mkdf-page-header .mkdf-menu-area .mkdf-vertical-align-containers{padding:0 25px}.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a{max-height:90px}.mkdf-page-header .mkdf-menu-area .widget{display:inline-block;vertical-align:middle;margin:0}.mkdf-menu-area-shadow-disable .mkdf-page-header .mkdf-menu-area,.mkdf-menu-area-shadow-disable .mkdf-page-header .mkdf-menu-area .mkdf-grid .mkdf-vertical-align-containers{box-shadow:none}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-light-logo{opacity:1}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-dark-logo,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-normal-logo{opacity:0}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget .widgettitle,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget a,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget i,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget p,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget span{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget a:hover{color:rgba(255,255,255,.8)!important}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget .widgettitle,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget a,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget i,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget p,.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget span{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget a:hover{color:rgba(255,255,255,.8)!important}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-dark-logo{opacity:1}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-light-logo,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-logo-wrapper .mkdf-normal-logo{opacity:0}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget .widgettitle,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget a,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget i,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget p,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget span{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header) .mkdf-menu-area .widget a:hover{color:rgba(51,51,51,.8)!important}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget .widgettitle,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget a,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget i,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget p,.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget span{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.fixed):not(.mkdf-sticky-header).mkdf-menu-area .widget a:hover{color:rgba(51,51,51,.8)!important}.mkdf-logo-wrapper{display:inline-block;vertical-align:middle}.mkdf-logo-wrapper a{position:relative;display:inline-block;vertical-align:middle;max-width:100%}.mkdf-google-map-holder .mkdf-google-map img,.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon img,.mkdf-iwt.mkdf-iwt-icon-left-from-title .mkdf-iwt-icon img{max-width:none}.mkdf-logo-wrapper a img{height:100%;width:auto;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.mkdf-logo-wrapper a img.mkdf-normal-logo{opacity:1}.mkdf-logo-wrapper a img.mkdf-dark-logo{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%)}.mkdf-logo-wrapper a img.mkdf-light-logo{opacity:0;-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);transform:translateY(-200%)}.mkdf-main-menu{position:relative;display:inline-block;vertical-align:middle;height:100%;width:auto}.mkdf-main-menu ul{list-style:none;margin:0;padding:0;text-align:left}.mkdf-main-menu ul li{position:relative;display:inline-block;float:left;padding:0;margin:0}.mkdf-main-menu ul li a{font-size:14px;line-height:24px;color:#bbb;font-family:Cabin,sans-serif}.mkdf-main-menu ul li a:hover{color:#ffcc05}.mkdf-main-menu ul li a i:before{margin:0 7px 0 0}.mkdf-main-menu ul li a .menu_icon_wrapper{position:relative;display:inline-block;vertical-align:middle}.mkdf-main-menu ul li a .mkdf-menu-featured-icon{position:relative;top:-4px;left:5px;color:currentColor;font-size:10px;margin:0}.mkdf-main-menu ul li a .mkdf-menu-featured-icon:before{margin:0}.mkdf-main-menu>ul{position:relative;display:inline-block;width:100%;vertical-align:middle;height:100%}.mkdf-main-menu>ul>li{float:left;height:100%;box-sizing:border-box}.mkdf-main-menu>ul>li>a{position:relative;display:inline-block;width:100%;vertical-align:middle;height:100%;padding:0 19px;color:#303030;font-size:12px;line-height:23px;font-weight:700;box-sizing:border-box;font-family:Montserrat,sans-serif}.mkdf-main-menu>ul>li>a>span.item_outer{position:relative;display:block;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-main-menu>ul>li>a>span.item_outer .item_text{position:relative;display:inline-block;vertical-align:top;text-transform:uppercase;letter-spacing:.2em}.mkdf-main-menu>ul>li.mkdf-active-item>a{color:#ffcc05}.mkdf-main-menu>ul>li.has_sub>a .mkdf-menu-arrow{display:none}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a{color:#fff}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li.mkdf-active-item>a,.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a:hover{color:#ffcc05}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a{color:#333}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li.mkdf-active-item>a,.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-main-menu>ul>li>a:hover,.mkdf-drop-down .second .inner ul li.current-menu-ancestor>a,.mkdf-drop-down .second .inner ul li.current-menu-item>a{color:#ffcc05}.mkdf-drop-down .second{position:absolute;display:block;left:-16px;top:100%;visibility:hidden;overflow:hidden;opacity:0;z-index:10;-webkit-transition:top .15s ease-out;-moz-transition:top .15s ease-out;transition:top .15s ease-out}.mkdf-drop-down .second.mkdf-drop-down-start{visibility:visible;overflow:visible;opacity:1;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-drop-down .second.right{right:0;left:auto}.mkdf-drop-down .second .inner ul li a:hover .item_outer:before,.mkdf-drop-down .second .inner ul li.current-menu-ancestor>a .item_outer:before,.mkdf-drop-down .second .inner ul li.current-menu-item>a .item_outer:before{left:0}.mkdf-drop-down .second .inner{position:relative;display:block;padding:0;margin:0;z-index:997}.mkdf-drop-down .second .inner ul li{display:block;float:none;height:auto}.mkdf-drop-down .second .inner ul li .widget{width:100%;margin:0!important}.mkdf-drop-down .second .inner ul li a{display:block;float:none;margin:0;padding:7px 35px}.mkdf-drop-down .second .inner ul li a .item_outer{position:relative;display:block;overflow:hidden;padding:0 38px 0 0;box-sizing:border-box;-webkit-transition:padding 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:padding 175ms cubic-bezier(.18,.43,.58,1);transition:padding 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-drop-down .second .inner ul li.sub>a .item_outer:after{position:absolute;display:inline-block;vertical-align:middle;top:-1px;right:0;content:'\f3d3';font-family:Ionicons;font-size:17px;font-weight:400;font-style:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mkdf-drop-down .second .inner ul.right li a .item_outer{padding:0 0 0 38px}.mkdf-drop-down .second .inner ul.right li.sub>a .item_outer:after{right:auto;left:0;content:"\f3d2"}.mkdf-drop-down .second .inner ul.right li a{text-align:right}.mkdf-drop-down .second .inner ul.right li ul{left:-100%}.mkdf-drop-down li.left_position .second{left:0}.mkdf-drop-down li.right_position .second{left:auto;right:0}.mkdf-drop-down>ul>li:hover>.second{z-index:20}.mkdf-drop-down .narrow .second .inner ul{position:relative;display:inline-block;vertical-align:middle;background-color:#1c1c1c;padding:23px 0 25px}.mkdf-drop-down .narrow .second .inner ul li{width:209px}.mkdf-drop-down .narrow .second .inner ul li ul{position:absolute;left:100%;top:-23px;height:auto;opacity:0;overflow:hidden;z-index:10;box-shadow:0 5px 5px 0 rgba(0,0,0,.03);-webkit-transform:translateZ(0);-webkit-transition:opacity .4s ease-out;-moz-transition:opacity .4s ease-out;transition:opacity .4s ease-out}.mkdf-drop-down .narrow .second .inner ul li:hover ul{z-index:20;opacity:1}.mkdf-drop-down .narrow .second .inner ul.right li ul{left:-100%}.mkdf-drop-down .wide .second .inner{background-color:#1c1c1c;text-align:center}.mkdf-drop-down .wide .second .inner ul li a{padding:7px 0}.mkdf-drop-down .wide .second .inner ul li ul{position:relative;display:block;top:0;left:0;visibility:visible}.mkdf-drop-down .wide .second .inner ul li ul li:last-child a{padding-bottom:0}.mkdf-drop-down .wide .second .inner>ul{position:relative;display:inline-block;vertical-align:middle;width:1100px;padding:37px 0 33px;box-sizing:border-box}@media only screen and (min-width:1400px){.mkdf-grid-1300 .mkdf-drop-down .wide .second .inner>ul{width:1300px}}@media only screen and (min-width:1300px){.mkdf-grid-1200 .mkdf-drop-down .wide .second .inner>ul{width:1200px}}@media only screen and (min-width:1200px){.mkdf-grid-1000 .mkdf-drop-down .wide .second .inner>ul{width:1000px}}@media only screen and (min-width:1024px){.mkdf-grid-800 .mkdf-drop-down .wide .second .inner>ul{width:800px}}.mkdf-drop-down .wide .second .inner>ul>li{float:left;width:25%;margin:0;padding:0 26px;box-sizing:border-box}.mkdf-drop-down .wide .second .inner>ul>li:nth-child(4n+1){clear:both}.mkdf-drop-down .wide .second .inner>ul>li>a{padding:0 0 20px;color:#fff;font-size:15px;font-weight:600;line-height:1.1em;font-family:"Playfair Display",serif}.mkdf-drop-down .wide .second .inner>ul>li>a.no_link{cursor:default}.mkdf-drop-down .wide .second .inner>ul>li>a .item_outer{padding:0;overflow:inherit}.mkdf-drop-down .wide .second .inner>ul>li>a .item_outer:after,.mkdf-drop-down .wide .second .inner>ul>li>a .item_outer:before{display:none}.mkdf-drop-down .wide.left_position .second .inner>ul,.mkdf-drop-down .wide.right_position .second .inner>ul{width:auto;white-space:nowrap}.mkdf-drop-down .wide.left_position .second .inner>ul>li,.mkdf-drop-down .wide.right_position .second .inner>ul>li{float:none;display:inline-block;vertical-align:top}.mkdf-drop-down .wide.left_position .second .inner>ul>li:nth-child(4n+1),.mkdf-drop-down .wide.right_position .second .inner>ul>li:nth-child(4n+1){border-left:none}.mkdf-drop-down .wide.left_position .second ul li,.mkdf-drop-down .wide.right_position .second ul li{width:200px}.mkdf-page-header .mkdf-fixed-wrapper.fixed{position:fixed;top:0;left:0;width:100%;-webkit-backface-visibility:hidden}.mkdf-fullscreen-menu-opener,.mkdf-fullscreen-menu-opener .mkdf-fm-lines{position:relative;display:inline-block;vertical-align:middle}.admin-bar .mkdf-page-header .mkdf-fixed-wrapper.fixed{top:32px}.mkdf-page-header .mkdf-fixed-wrapper.fixed .mkdf-menu-area{background-color:#fff}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener{color:#333}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener.mkdf-fm-opened,.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener:hover{color:#ffcc05}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener{color:#fff}.mkdf-fullscreen-menu-opener.mkdf-fm-opened,.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener.mkdf-fm-opened,.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-fullscreen-menu-opener:hover,nav.mkdf-fullscreen-menu ul li ul li.current-menu-ancestor>a,nav.mkdf-fullscreen-menu ul li ul li.current-menu-item>a,nav.mkdf-fullscreen-menu>ul>li.mkdf-active-item>a{color:#ffcc05}.mkdf-fullscreen-menu-opener .mkdf-fm-lines{width:30px;height:20px}.mkdf-fullscreen-menu-opener .mkdf-fm-lines .mkdf-fm-line{position:absolute;left:0;height:4px;width:100%;background-color:currentColor;border-radius:12px;-webkit-transition:-webkit-transform .3s cubic-bezier(.18,.43,.58,1),top 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .3s cubic-bezier(.18,.43,.58,1),top 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1);transition:transform .3s cubic-bezier(.18,.43,.58,1),top 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-fullscreen-menu-opener .mkdf-fm-lines .mkdf-fm-line.mkdf-line-1{top:0;outline:transparent solid 1px}.mkdf-fullscreen-menu-opener .mkdf-fm-lines .mkdf-fm-line.mkdf-line-2{top:calc(50% - 2px);outline:transparent solid 1px}.mkdf-fullscreen-menu-opener .mkdf-fm-lines .mkdf-fm-line.mkdf-line-3{top:calc(100% - 4px);outline:transparent solid 1px}.mkdf-fullscreen-menu-opener:hover .mkdf-fm-lines .mkdf-fm-line.mkdf-line-1,.mkdf-fullscreen-menu-opener:hover .mkdf-fm-lines .mkdf-fm-line.mkdf-line-3{top:calc(50% - 2px)}.mkdf-fullscreen-menu-opener:hover .mkdf-fm-lines .mkdf-fm-line.mkdf-line-2{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}.mkdf-fullscreen-menu-opener.mkdf-fm-opened .mkdf-fm-lines .mkdf-fm-line.mkdf-line-1{display:none}.mkdf-fullscreen-menu-opener.mkdf-fm-opened .mkdf-fm-lines .mkdf-fm-line.mkdf-line-2{top:50%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.mkdf-fullscreen-menu-opener.mkdf-fm-opened .mkdf-fm-lines .mkdf-fm-line.mkdf-line-3{top:50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.mkdf-fullscreen-menu-opened .mkdf-page-header,.mkdf-fullscreen-menu-opened .mkdf-top-bar{visibility:hidden}.mkdf-fullscreen-menu-opened .mkdf-fullscreen-menu-opener,.mkdf-fullscreen-menu-opened .mkdf-logo-wrapper{visibility:visible}.mkdf-fullscreen-menu-opened .mkdf-fullscreen-menu-holder-outer{visibility:visible!important;opacity:1!important}.mkdf-fullscreen-menu-holder-outer{position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:105}.mkdf-fullscreen-menu-holder{position:relative;width:100%;height:100%;background-color:rgba(255,255,255,.9);display:table;background-repeat:repeat;background-position:0 0}.mkdf-fullscreen-menu-holder-inner{display:table-cell;vertical-align:middle;padding:100px 0}.touch .mkdf-fullscreen-menu-holder-outer{display:none}.touch .mkdf-fullscreen-menu-opened .mkdf-fullscreen-menu-holder-outer{display:block}nav.mkdf-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:left}nav.mkdf-fullscreen-menu ul{position:relative;list-style:none;padding:0;margin:0}nav.mkdf-fullscreen-menu ul li{margin:0;padding:0;text-align:center}nav.mkdf-fullscreen-menu ul li a{position:relative;display:inline-block;vertical-align:middle;margin:11px 0;font-size:25px;line-height:1.3em}nav.mkdf-fullscreen-menu ul li a span{position:relative;display:inline-block;vertical-align:top}nav.mkdf-fullscreen-menu ul li a .mkdf-fullscreen-menu-arrow{position:relative;top:0;display:inline-block;vertical-align:middle;margin:0 0 0 10px;font-size:.65em;line-height:inherit}nav.mkdf-fullscreen-menu ul li ul{padding:7px 0}nav.mkdf-fullscreen-menu ul li ul.sub_menu{display:none}nav.mkdf-fullscreen-menu ul li ul li ul li a{font-size:20px}nav.mkdf-fullscreen-menu>ul{display:block}nav.mkdf-fullscreen-menu>ul>li>a{font-size:40px}.mkdf-fullscreen-below-menu-widget-holder{text-align:center;margin-top:20px}.mkdf-fullscreen-above-menu-widget-holder{text-align:center}@-webkit-keyframes fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-moz-keyframes fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-moz-keyframes fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.mkdf-fade-push-text-right .mkdf-fullscreen-menu-holder-outer,.mkdf-fade-push-text-top .mkdf-fullscreen-menu-holder-outer,.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;overflow:hidden!important;z-index:105;opacity:0}.mkdf-header-minimal .mkdf-page-header .mkdf-menu-area .mkdf-position-right-inner,.mkdf-header-minimal .mkdf-page-header .mkdf-sticky-header .mkdf-position-left-inner,.mkdf-header-minimal .mkdf-page-header .mkdf-sticky-header .mkdf-vertical-align-containers .mkdf-position-right .mkdf-position-right-inner{height:auto}.mkdf-fullscreen-fade-out .mkdf-fullscreen-menu-holder-outer{-webkit-animation:fade_out .25s linear both;-moz-animation:fade_out .25s linear both;animation:fade_out .25s linear both}.mkdf-fullscreen-menu-opened.mkdf-fullscreen-fade-in .mkdf-fullscreen-menu-holder-outer{-webkit-animation:fade_in .25s linear both;-moz-animation:fade_in .25s linear both;animation:fade_in .25s linear both}@-webkit-keyframes push_text_right{0%{opacity:0;-webkit-transform:translateX(-60px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes push_text_right{0%{opacity:0;-moz-transform:translateX(-60px)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes push_text_right{0%{opacity:0;transform:translateX(-60px)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes push_nav_right{0%{opacity:0;-webkit-transform:translateX(-60px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes push_nav_right{0%{opacity:0;-moz-transform:translateX(-60px)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes push_nav_right{0%{opacity:0;transform:translateX(-60px)}100%{opacity:1;transform:translateX(0)}}.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-right .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder>div,.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-right .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder>div,.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-right .mkdf-fullscreen-menu-holder-outer nav>ul>li>a{-webkit-animation:push_text_right .4s cubic-bezier(.175,.885,.32,1) both;-moz-animation:push_text_right .4s cubic-bezier(.175,.885,.32,1) both;animation:push_text_right .4s cubic-bezier(.175,.885,.32,1) both}.mkdf-fade-push-text-right.mkdf-push-nav-right .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder,.mkdf-fade-push-text-right.mkdf-push-nav-right .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder,.mkdf-fade-push-text-right.mkdf-push-nav-right .mkdf-fullscreen-menu-holder-outer nav{-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;transition:all .75s ease-out;-webkit-transform:translateX(50px);-moz-transform:translateX(50px);transform:translateX(50px)}@-webkit-keyframes push_text_top{0%{opacity:0;-webkit-transform:translateY(60px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes push_text_top{0%{opacity:0;-moz-transform:translateY(60px)}100%{opacity:1;-moz-transform:translateY(0)}}@keyframes push_text_top{0%{opacity:0;transform:translateY(60px)}100%{opacity:1;transform:translateY(0)}}.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-top .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder>div,.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-top .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder>div,.mkdf-fullscreen-menu-opened.mkdf-fade-push-text-top .mkdf-fullscreen-menu-holder-outer nav>ul>li>a{-webkit-animation:push_text_top .4s ease-out both .5s;-moz-animation:push_text_top .4s ease-out both .5s;animation:push_text_top .4s ease-out both .5s}.mkdf-fade-push-text-top.mkdf-push-text-top .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder,.mkdf-fade-push-text-top.mkdf-push-text-top .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder,.mkdf-fade-push-text-top.mkdf-push-text-top .mkdf-fullscreen-menu-holder-outer nav{-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;transition:all .75s ease-out}.mkdf-fullscreen-menu-opened.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder,.mkdf-fullscreen-menu-opened.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder,.mkdf-fullscreen-menu-opened.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer nav{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:all .25s linear .1s;-moz-transition:all .25s linear .1s;transition:all .25s linear .1s}.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-above-menu-widget-holder,.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer .mkdf-fullscreen-below-menu-widget-holder,.mkdf-fade-text-scaledown .mkdf-fullscreen-menu-holder-outer nav{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .25s linear .1s;-moz-transition:all .25s linear .1s;transition:all .25s linear .1s}.mkdf-header-minimal .mkdf-page-header .mkdf-position-left:before,.mkdf-header-minimal .mkdf-page-header .mkdf-position-right:before{content:""}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-left .mkdf-main-menu{width:auto;padding:0 0 0 20px}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-left-inner{height:100%}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-right:before{display:none}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-right-inner{-webkit-align-items:center;display:flex;align-items:center;height:100%}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-center-inner{height:100%}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-right:before{display:none}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-right-inner{-webkit-align-items:center;display:flex;align-items:center;height:100%}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-right .mkdf-main-menu{width:auto}.mkdf-header-standard .mkdf-menu-area.mkdf-menu-right .mkdf-vertical-align-containers .mkdf-position-right-inner{height:100%}.mkdf-mobile-header{position:relative;display:none;z-index:110}.mkdf-mobile-header .mkdf-mobile-header-inner{position:relative;height:70px;background-color:#fff;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.mkdf-mobile-header .mkdf-mobile-header-inner .mkdf-mobile-header-holder{position:relative;z-index:2;height:100%}.mkdf-mobile-header .mkdf-grid{height:100%}.mkdf-mobile-header .mkdf-vertical-align-containers{padding:0}.mkdf-mobile-header .mkdf-mobile-logo-wrapper a{display:block}.mkdf-mobile-header .mkdf-mobile-logo-wrapper img{display:block;height:100%;width:auto}.mkdf-mobile-header .mkdf-mobile-menu-opener{position:relative;height:100%;float:left;z-index:2}.mkdf-mobile-header .mkdf-mobile-menu-opener a{display:table;height:100%;padding-right:10px}.mkdf-mobile-header .mkdf-mobile-menu-opener a>*{position:relative;display:table-cell;vertical-align:middle;line-height:1em}.mkdf-mobile-header .mkdf-mobile-menu-opener a .mkdf-mobile-menu-icon{font-size:20px}.mkdf-mobile-header .mkdf-mobile-menu-opener a .mkdf-mobile-menu-text{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;padding-left:5px}.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opened a{color:#ffcc05}.mkdf-mobile-header .mkdf-mobile-nav{display:none;background-color:#fff;border-bottom:1px solid #e1e1e1}.mkdf-mobile-header .mkdf-mobile-nav ul{padding:0;margin:0;list-style-type:none}.mkdf-mobile-header .mkdf-mobile-nav ul li{position:relative;padding:0;margin:0}.mkdf-mobile-header .mkdf-mobile-nav ul li a,.mkdf-mobile-header .mkdf-mobile-nav ul li h6{position:relative;display:block;padding:9px 0;margin:0;color:#808285;border-bottom:1px solid #e1e1e1;cursor:pointer;font-size:14px}.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid>ul>li.mkdf-active-item>a,.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid>ul>li.mkdf-active-item>h6,.mkdf-mobile-header .mkdf-mobile-nav ul li a:hover,.mkdf-mobile-header .mkdf-mobile-nav ul li h6:hover,.mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-ancestor>a,.mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-ancestor>h6,.mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item>a,.mkdf-mobile-header .mkdf-mobile-nav ul ul li.current-menu-item>h6{color:#ffcc05}.mkdf-mobile-header .mkdf-mobile-nav ul ul{display:none;margin-left:15px}.mkdf-mobile-header .mkdf-mobile-nav ul ul li a,.mkdf-mobile-header .mkdf-mobile-nav ul ul li h6{font-size:14px;line-height:24px}.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid>ul>li>a,.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid>ul>li>h6{padding-left:4px;font-size:14px;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid>ul>li.mkdf-active-item>.mobile_arrow>.mkdf-sub-arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow{position:absolute;right:0;top:0;width:50px;height:100%;padding:9px 12px 9px 0;font-size:15px;line-height:inherit;text-align:right;box-sizing:border-box}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow:hover{cursor:pointer}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow *{display:block;line-height:inherit}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow .fa-angle-down,.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-right:before{display:none}.mkdf-mobile-header .mkdf-mobile-nav .mobile_arrow .mkdf-sub-arrow{-webkit-transition:transform 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:transform 175ms cubic-bezier(.18,.43,.58,1);transition:transform 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-mobile-header .mkdf-mobile-nav li.mkdf-opened>.mobile_arrow>.mkdf-sub-arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg)}.mkdf-mobile-header .mkdf-mobile-nav>.mkdf-grid>ul>li:last-child>a,.mkdf-mobile-header .mkdf-mobile-nav>ul>li:last-child>a{border-bottom:none}.mkdf-sticky-up-mobile-header .mkdf-animate-mobile-header .mkdf-mobile-header-inner{width:100%;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .4s ease-in-out,left 175ms cubic-bezier(.18,.43,.58,1),right 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .4s ease-in-out,left 175ms cubic-bezier(.18,.43,.58,1),right 175ms cubic-bezier(.18,.43,.58,1);transition:transform .4s ease-in-out,left 175ms cubic-bezier(.18,.43,.58,1),right 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner{position:fixed;top:0;left:0;width:100%;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.mkdf-sticky-up-mobile-header.admin-bar .mobile-header-appear .mkdf-mobile-header-inner{top:32px}.mkdf-sticky-header{position:fixed;top:0;left:0;height:70px;width:100%;z-index:100;-webkit-backface-visibility:hidden;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .6s ease;-moz-transition:-moz-transform .6s ease;transition:transform .6s ease}.mkdf-sticky-header .mkdf-grid{height:100%!important}.mkdf-sticky-header .mkdf-sticky-holder .mkdf-grid .mkdf-vertical-align-containers{padding:0}.mkdf-sticky-header.header-appear{transform:translateY(0)}.admin-bar .mkdf-sticky-header.header-appear{top:32px}.mkdf-sticky-header .mkdf-sticky-holder{position:relative;height:100%;z-index:2;background-color:#fff;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.mkdf-sticky-header .mkdf-sticky-holder .mkdf-logo-wrapper a{max-height:70px}.mkdf-sticky-header .mkdf-sticky-holder .mkdf-vertical-align-containers{padding:0 40px}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-left .mkdf-main-menu{width:auto;padding:0 0 0 20px}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-left-inner{height:100%}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-left .mkdf-vertical-align-containers .mkdf-position-right-inner{-webkit-align-items:center;display:flex;align-items:center;height:100%}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-center-inner{height:100%}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-right:before{display:none}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-center .mkdf-vertical-align-containers .mkdf-position-right-inner{-webkit-align-items:center;display:flex;align-items:center;height:100%}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-right .mkdf-main-menu{width:auto}.mkdf-search-page-holder,.mkdf-search-page-holder .mkdf-search-page-form,.mkdf-top-bar{width:100%;vertical-align:middle;position:relative}.mkdf-sticky-header .mkdf-sticky-holder.mkdf-menu-right .mkdf-vertical-align-containers .mkdf-position-right-inner{height:100%}.mkdf-sticky-header .widget{display:inline-block;vertical-align:middle;margin:0}.mkdf-top-bar{display:inline-block;height:38px;color:#fff;font-size:10px;line-height:1;background-color:#1c1c1c;z-index:111;box-sizing:border-box}.mkdf-top-bar>.mkdf-vertical-align-containers{padding:0 40px}.mkdf-top-bar .mkdf-vertical-align-containers .mkdf-position-left:before,.mkdf-top-bar .mkdf-vertical-align-containers .mkdf-position-right:before{display:none}.mkdf-top-bar .mkdf-vertical-align-containers .mkdf-position-left-inner,.mkdf-top-bar .mkdf-vertical-align-containers .mkdf-position-right-inner{-webkit-align-items:center;display:flex;align-items:center;height:100%}.mkdf-top-bar .mkdf-grid{height:100%}.mkdf-top-bar .mkdf-grid .mkdf-vertical-align-containers{padding-left:0;padding-right:0}.mkdf-top-bar-in-grid-padding .mkdf-top-bar .mkdf-grid .mkdf-vertical-align-containers{padding:0 40px}.mkdf-top-bar .widget{margin:0;font-family:Montserrat,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.2em}.mkdf-top-bar .widget a{color:#fff}.mkdf-top-bar .widget a:hover{color:#ffcc05}.mkdf-search-opener{position:relative;display:inline-block;vertical-align:middle;font-size:18px;line-height:1;margin:0 10px}.mkdf-search-opener .mkdf-search-opener-wrapper>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.mkdf-search-opener .mkdf-search-opener-wrapper>:before{display:block;line-height:inherit}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-search-opener,.mkdf-light-header .mkdf-top-bar .mkdf-search-opener{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-search-opener:hover,.mkdf-light-header .mkdf-top-bar .mkdf-search-opener:hover{color:#ffcc05!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-search-opener,.mkdf-dark-header .mkdf-top-bar .mkdf-search-opener{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-search-opener:hover,.mkdf-dark-header .mkdf-top-bar .mkdf-search-opener:hover{color:#ffcc05!important}.mkdf-search-page-holder{display:inline-block;margin:0 0 80px}.mkdf-search-page-holder .mkdf-search-page-form{display:inline-block;margin:0 0 30px}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-search-title{margin:0 0 20px}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-search-label{display:block;font-size:13px}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:0 0 10px;clear:both;border-bottom:1px solid #e1e1e1}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-column-left{display:table-cell;vertical-align:top}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-column-right{display:table-cell;width:1%;text-align:left;vertical-align:top}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-field{position:relative;width:100%;height:40px;line-height:40px;margin:0;padding:0 20px 0 3px;font-family:inherit;font-size:inherit;color:inherit;background-color:transparent;border:none;outline:0;vertical-align:middle;-webkit-appearance:none;box-sizing:border-box}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-field::-webkit-input-placeholder{color:inherit}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-field:-moz-placeholder{color:inherit;opacity:1}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-field::-moz-placeholder{color:inherit;opacity:1}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-field:-ms-input-placeholder{color:inherit}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-submit{position:relative;display:inline-block;width:auto;height:40px;line-height:40px;padding:0;font-size:18px;color:#808285;background-color:transparent;border:0;outline:0;cursor:pointer;vertical-align:middle;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-search-page-holder .mkdf-search-page-form .mkdf-form-holder .mkdf-search-submit:hover{color:#303030}.mkdf-search-page-holder article{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:30px 0;margin:0;border-bottom:1px solid #e1e1e1}.mkdf-search-page-holder article.sticky .mkdf-post-title a{color:#ffcc05}.mkdf-search-page-holder article.page .mkdf-post-title-area .mkdf-post-info>div.mkdf-post-info-category{display:none}.mkdf-search-page-holder article .mkdf-post-content{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-search-page-holder article .mkdf-post-image{display:block;float:left;width:130px}.mkdf-search-page-holder article .mkdf-post-image a,.mkdf-search-page-holder article .mkdf-post-image img{display:block}.mkdf-search-page-holder article .mkdf-post-title-area{min-height:130px;padding:0 0 0 150px}.mkdf-search-page-holder article .mkdf-post-title-area.mkdf-no-thumbnail{padding:0;min-height:inherit}.mkdf-search-page-holder article .mkdf-post-title-area .mkdf-post-title-area-inner{width:100%;height:100%;overflow:hidden;box-sizing:border-box}.mkdf-search-page-holder article .mkdf-post-title-area .mkdf-post-title-area-inner .mkdf-post-title{margin:0}.mkdf-search-page-holder article .mkdf-post-title-area .mkdf-post-title-area-inner .mkdf-post-excerpt{margin:7px 0 0}.mkdf-search-page-holder .mkdf-blog-pagination{margin:50px 0 0}.mkdf-search-cover{position:absolute;top:0;left:0;width:100%;display:none;background-color:#141414;z-index:115}.mkdf-search-cover .mkdf-container,.mkdf-search-cover .mkdf-container-inner{height:100%;width:auto}.mkdf-search-cover .mkdf-container-inner{padding:0 55px}@media only screen and (max-width:768px){.mkdf-search-cover .mkdf-container-inner{padding:0 20px}}@media only screen and (max-width:480px){.mkdf-search-cover .mkdf-container-inner{padding:0 10px}}.mkdf-fixed-header-appear .mkdf-search-cover,.mkdf-mobile-header.mobile-header-appear .mkdf-search-cover,.mkdf-sticky-header-appear .mkdf-search-cover{position:fixed}.admin-bar .mkdf-mobile-header.mobile-header-appear .mkdf-search-cover,.mkdf-fixed-header-appear.admin-bar .mkdf-search-cover,.mkdf-sticky-header-appear.admin-bar .mkdf-search-cover{top:32px}.mkdf-search-cover .mkdf-form-holder-outer{display:table;width:100%;height:100%}.mkdf-search-cover .mkdf-form-holder{position:relative;display:table-cell;vertical-align:middle;padding:0 40px}.mkdf-search-cover .mkdf-form-holder-inner{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-search-cover .mkdf-form-holder-inner>span{position:absolute;left:0;top:6px;font-size:25px;color:#ffcc05}.mkdf-search-cover .mkdf-container-inner .mkdf-form-holder{padding:0}.mkdf-search-cover .mkdf-container-inner .mkdf-search-close{right:-8px}.mkdf-search-cover input{display:inline-block;vertical-align:middle;width:90%;margin:0;padding:0 0 0 70px;float:left;color:inherit;font-weight:inherit;background-color:transparent;border:0;box-shadow:none;outline:0;outline-offset:0;border-radius:0;font-size:20px;line-height:36px;font-family:Cabin,sans-serif}.mkdf-search-cover input:focus{color:#fff}.mkdf-search-cover input::-webkit-input-placeholder{color:inherit}.mkdf-search-cover input:-moz-placeholder{color:inherit;opacity:1}.mkdf-search-cover input::-moz-placeholder{color:inherit;opacity:1}.mkdf-search-cover input:-ms-input-placeholder{color:inherit}.mkdf-search-cover input[type=submit]{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;padding:0;position:absolute;width:1px;visibility:hidden}.mkdf-search-cover .mkdf-search-close{position:absolute;right:24px;top:50%;display:inline-block;vertical-align:middle;font-size:30px;line-height:1em;color:#9b9b9b;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-search-cover .mkdf-search-close *{display:block;line-height:inherit}.mkdf-side-menu-button-opener,.mkdf-side-menu-button-opener .mkdf-side-menu-icon,.mkdf-side-menu-button-opener .mkdf-side-menu-title{position:relative;display:inline-block;vertical-align:middle}.mkdf-search-cover .mkdf-search-close:hover{color:#ffcc05}.mkdf-search-cover.disabled input,.mkdf-search-cover.disabled input:focus{font-weight:400}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener,.mkdf-light-header .mkdf-top-bar .mkdf-side-menu-button-opener{color:#fff!important}.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener.opened,.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener:hover,.mkdf-light-header .mkdf-top-bar .mkdf-side-menu-button-opener.opened,.mkdf-light-header .mkdf-top-bar .mkdf-side-menu-button-opener:hover{color:#ffcc05!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener,.mkdf-dark-header .mkdf-top-bar .mkdf-side-menu-button-opener{color:#333!important}.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener.opened,.mkdf-dark-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-side-menu-button-opener:hover,.mkdf-dark-header .mkdf-top-bar .mkdf-side-menu-button-opener.opened,.mkdf-dark-header .mkdf-top-bar .mkdf-side-menu-button-opener:hover{color:#ffcc05!important}.mkdf-side-menu-button-opener .mkdf-side-menu-title{margin:0 8px 0 0;color:currentColor}.mkdf-side-menu-button-opener .mkdf-side-menu-icon{font-size:24px;width:40px;height:32px;background-color:#ffcc05;text-align:center;line-height:33px;color:#fff;-webkit-transition:background-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:background-color 175ms cubic-bezier(.18,.43,.58,1);transition:background-color 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-side-menu a.mkdf-close-side-menu span,.mkdf-side-menu a.mkdf-close-side-menu span:before,.mkdf-side-menu-button-opener .mkdf-side-menu-icon span,.mkdf-side-menu-button-opener .mkdf-side-menu-icon span:before{display:block;line-height:inherit}.mkdf-side-menu-button-opener.opened .mkdf-side-menu-icon,.mkdf-side-menu-button-opener:hover .mkdf-side-menu-icon{color:#fff;background-color:#303030}.mkdf-side-menu{position:fixed;top:0;right:-405px;width:405px;height:100%;min-height:100%;padding:66px 65px 36px;background-color:#fff;text-align:left;overflow:hidden;visibility:hidden;z-index:9999;-webkit-backface-visibility:hidden;box-sizing:border-box;box-shadow:-3px 0 3px rgba(0,0,0,.04);-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-moz-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.mkdf-image-gallery.mkdf-image-behavior-custom-link .mkdf-ig-image a,.mkdf-image-gallery.mkdf-image-behavior-lightbox .mkdf-ig-image a{backface-visibility:hidden;overflow:hidden}.mkdf-image-gallery.mkdf-has-shadow .mkdf-ig-image-inner,.mkdf-image-gallery.mkdf-has-shadow.mkdf-ig-carousel-type .mkdf-ig-image,.mkdf-image-gallery.mkdf-has-shadow.mkdf-ig-slider-type .mkdf-ig-image,.mkdf-image-with-text-holder.mkdf-has-shadow .mkdf-iwt-image,.mkdf-single-image-holder.mkdf-has-shadow .mkdf-si-inner{box-shadow:0 0 4.85px .15px rgba(0,0,0,.09)}@media only screen and (max-width:1440px){.mkdf-side-menu{padding:49px 65px 36px}}.mkdf-side-menu .widget .mkdf-widget-title-holder .mkdf-widget-title{font-size:20px}.mkdf-side-menu .mkdf-close-side-menu-holder{position:absolute;top:36px;right:35px;z-index:1000}.admin-bar .mkdf-side-menu .mkdf-close-side-menu-holder{top:68px}.mkdf-side-menu a.mkdf-close-side-menu{display:block;color:#303030;font-size:40px;z-index:1000}.mkdf-side-menu a.mkdf-close-side-menu:hover{color:#808285}.mkdf-side-menu-slide-from-right.mkdf-right-side-menu-opened .mkdf-wrapper .mkdf-cover{z-index:3000}.mkdf-side-menu-slide-from-right.mkdf-right-side-menu-opened .mkdf-side-menu{right:0;visibility:visible}.mkdf-side-menu-slide-from-right .mkdf-wrapper .mkdf-cover{z-index:-1;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0}.mkdf-title-holder,.mkdf-title-holder.mkdf-title-full-width .mkdf-grid{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-title-holder{height:515px;background-color:#f6f6f6;background-position:center 0;background-repeat:no-repeat;z-index:101}.mkdf-title-holder.mkdf-title-full-width .mkdf-grid{margin:0;padding:0 40px;box-sizing:border-box}.mkdf-title-holder.mkdf-bg-responsive{height:auto!important}.mkdf-title-holder.mkdf-bg-responsive .mkdf-title-image{display:block}.mkdf-title-holder.mkdf-bg-responsive .mkdf-title-wrapper{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-title-holder.mkdf-bg-parallax{background-attachment:fixed}.mkdf-title-holder .mkdf-title-image{display:none}.mkdf-title-holder .mkdf-title-image img{display:block;width:100%}.mkdf-title-holder .mkdf-title-wrapper{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.mkdf-title-holder .mkdf-title-inner{position:relative;display:table-cell;height:100%;width:100%;vertical-align:middle}.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs{position:relative;display:inline-block;width:100%;vertical-align:middle;color:#808285}.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs.mkdf-has-inline-style a{opacity:1;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs.mkdf-has-inline-style a:hover{color:inherit;opacity:.9}.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs a,.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs span{position:relative;display:inline-block;vertical-align:middle;color:inherit}.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs a:hover{color:#303030}.mkdf-title-holder.mkdf-centered-type .mkdf-title-inner{text-align:center}.mkdf-title-holder.mkdf-centered-type .mkdf-page-title{margin:0}.mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle{display:block;margin:20px 0 0;box-sizing:border-box}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info,.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info{display:table-cell;vertical-align:middle}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info{width:99%}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info{width:1%;text-align:right;white-space:nowrap}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-page-title{margin:0}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-page-subtitle{margin:5px 0 0}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs{color:#808285}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs.mkdf-has-inline-style a{opacity:1;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs.mkdf-has-inline-style a:hover{color:inherit;opacity:.9}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs a,.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs span{position:relative;display:inline-block;vertical-align:middle;color:inherit}.mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs a:hover{color:#303030}.mkdf-title-holder.mkdf-standard-type .mkdf-page-title{margin:0}.mkdf-title-holder.mkdf-standard-type .mkdf-page-subtitle{margin:10px 0 0}.mkdf-comment-rating-box{display:inline-block;margin-left:18px;vertical-align:middle}.mkdf-comment-rating-box .mkdf-star-rating{position:relative;display:inline-block;font-family:FontAwesome;color:#c8c8c8;font-size:16px;letter-spacing:5px;cursor:pointer;overflow:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.mkdf-comment-rating-box .mkdf-star-rating.active{color:#ffd740}.mkdf-comment-rating-box .mkdf-star-rating.active:before{content:"\f005"}.mkdf-comment-rating-box .mkdf-star-rating:before{content:"\f006"}.mkdf-reviews-per-criteria .mkdf-item-reviews-average-rating{color:#ffcc05;font-size:60px;line-height:1em;font-weight:700}.mkdf-reviews-per-criteria .mkdf-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.mkdf-reviews-per-criteria .mkdf-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.mkdf-reviews-per-criteria .mkdf-item-reviews-display-right{vertical-align:middle;padding-left:200px;box-sizing:border-box}.mkdf-reviews-per-criteria .mkdf-item-reviews-display-right .mkdf-item-reviews-display-bar{line-height:28px}.mkdf-reviews-per-criteria .mkdf-item-reviews-display-right .mkdf-item-reviews-display-bar .mkdf-item-reviews-display-bar-inner{padding:6px 0}.mkdf-reviews-per-mark .mkdf-reviews-number-wrapper{padding-top:23%;padding-left:15%;display:table;width:100%;height:100%;box-sizing:border-box;vertical-align:middle}.mkdf-reviews-per-mark .mkdf-reviews-number{font-size:72px;color:#ffd740;font-weight:700;line-height:1em;margin-right:22px;display:table-cell;vertical-align:middle;position:relative;top:-6px}.mkdf-reviews-per-mark .mkdf-stars-wrapper{display:table-cell;vertical-align:middle}.mkdf-reviews-per-mark .mkdf-stars-wrapper .mkdf-stars{display:block}.mkdf-reviews-per-mark .mkdf-stars-wrapper .mkdf-stars i{color:#ffd740}.mkdf-reviews-per-mark .mkdf-reviews-count{font-weight:700;font-size:14px}.mkdf-reviews-per-mark .mkdf-rating-percentage-wrapper{padding:29px 50px 40px;background-color:#fafafa;border-left:1px solid #e5e5e5}.mkdf-reviews-simple .mkdf-reviews-number-wrapper .mkdf-reviews-summary{display:inline-block;vertical-align:middle}.mkdf-reviews-simple .mkdf-reviews-number-wrapper .mkdf-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.mkdf-reviews-simple .mkdf-reviews-number-wrapper .mkdf-stars-wrapper-inner{display:block}.mkdf-comment-list .mkdf-comment-name{float:none}.mkdf-comment-list .mkdf-review-rating{display:block;width:100%}.mkdf-comment-list .mkdf-rating-inner{padding-bottom:10px;display:inline-block;width:33%}.mkdf-comment-list .mkdf-rating-inner .mkdf-rating-value{color:#ffcc05}.mkdf-comment-list .mkdf-rating-inner .mkdf-rating-value i{margin:0 6px 0 0}@media only screen and (max-width:1440px){.mkdf-comment-list .mkdf-rating-inner{width:44%}}.mkdf-top-reviews-carousel-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-carousel-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:24px 14%;box-sizing:border-box;text-align:center}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-carousel-title{margin:0 0 21px}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-carousel{position:relative;display:inline-block;width:100%;vertical-align:middle;visibility:hidden}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-carousel-item{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-title{margin:0 0 7px}.mkdf-top-reviews-carousel-holder .mkdf-tour-reviews-criteria-holder{display:block;width:100%;float:none;margin:0;color:#ffcc05;font-size:18px}.mkdf-dropcaps,.mkdf-elements-holder.mkdf-ehi-float .mkdf-eh-item,.mkdf-image-gallery .mkdf-ig-grid .mkdf-ig-image{float:left}.mkdf-top-reviews-carousel-holder .mkdf-tour-reviews-criteria-holder .mkdf-tour-reviews-star{margin:0 1px}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-content{margin:25px 0 0}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-content p{margin:0}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-author-info{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:27px 0 0;box-sizing:border-box}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-author-avatar{position:relative;display:block;vertical-align:middle}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-author-avatar img{display:block;margin:0 auto;border-radius:50%;width:55px}.mkdf-top-reviews-carousel-holder .mkdf-top-reviews-item-author-name{position:relative;display:block;vertical-align:middle;margin:0 0 11px;font-size:14px;text-transform:uppercase;font-weight:700;color:#303030}.mkdf-top-reviews-carousel-holder .owl-dots{margin:7px 0 0}.mkdf-top-reviews-carousel-holder.mkdf-light-skin .mkdf-top-reviews-carousel-title,.mkdf-top-reviews-carousel-holder.mkdf-light-skin .mkdf-top-reviews-item-author-name,.mkdf-top-reviews-carousel-holder.mkdf-light-skin .mkdf-top-reviews-item-content,.mkdf-top-reviews-carousel-holder.mkdf-light-skin .mkdf-top-reviews-item-title{color:#fff}.mkdf-accordion-holder .mkdf-accordion-title.ui-state-active .mkdf-accordion-mark span,.mkdf-accordion-holder .mkdf-accordion-title.ui-state-hover .mkdf-accordion-mark span,.mkdf-accordion-holder.mkdf-ac-simple .mkdf-accordion-title.ui-state-active .mkdf-tab-title{color:#ffcc05}.mkdf-accordion-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-accordion-holder .mkdf-accordion-title{position:relative;cursor:pointer;margin:0;box-sizing:border-box;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-transition:color .2s ease-out,background-color .2s ease-out;-moz-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-tab-title{display:block;line-height:inherit}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-accordion-mark{position:absolute;top:50%;right:20px;width:20px;height:18px;margin:-1px 0 0;font-size:24px;line-height:24px;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-accordion-mark span{position:absolute;display:block;width:100%;height:100%;font-size:inherit;line-height:inherit;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-accordion-mark span:before{display:block;line-height:inherit}.mkdf-btn,.mkdf-btn.mkdf-btn-simple .mkdf-btn-text{display:inline-block;vertical-align:middle}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-accordion-mark span.mkdf_icon_minus{opacity:0}.mkdf-accordion-holder .mkdf-accordion-title .mkdf-accordion-mark span.mkdf_icon_plus,.mkdf-accordion-holder .mkdf-accordion-title.ui-state-active .mkdf-accordion-mark span.mkdf_icon_minus,.mkdf-accordion-holder .mkdf-accordion-title.ui-state-hover .mkdf-accordion-mark span.mkdf_icon_minus{opacity:1}.mkdf-accordion-holder .mkdf-accordion-title.ui-state-active .mkdf-accordion-mark span.mkdf_icon_plus,.mkdf-accordion-holder .mkdf-accordion-title.ui-state-hover .mkdf-accordion-mark span.mkdf_icon_plus,.mkdf-clients-carousel-holder.mkdf-cc-hover-switch-images .mkdf-cc-item:hover .mkdf-cc-image{opacity:0}.mkdf-accordion-holder .mkdf-accordion-content,.mkdf-accordion-holder .mkdf-accordion-content p{margin:0}.mkdf-accordion-holder.mkdf-ac-simple{border-bottom:1px solid #f2f2f2}.mkdf-accordion-holder.mkdf-ac-simple .mkdf-accordion-title{padding:17px 50px 17px 0;border-top:1px solid #f2f2f2}.mkdf-accordion-holder.mkdf-ac-simple .mkdf-accordion-content{padding:0 0 48px}.mkdf-btn{font-family:Montserrat,sans-serif;position:relative;width:auto;outline:0;font-size:12px;line-height:2em;letter-spacing:.2em;font-weight:700;text-transform:uppercase;box-sizing:border-box;margin:0;-webkit-transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);transition:color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);padding:12px 45px;cursor:pointer}.mkdf-call-to-action-holder,.mkdf-call-to-action-holder.mkdf-normal-layout:not(.mkdf-content-in-grid) .mkdf-cta-inner,.mkdf-call-to-action-holder.mkdf-simple-layout .mkdf-cta-button-holder,.mkdf-call-to-action-holder.mkdf-simple-layout .mkdf-cta-text-holder{width:100%}.mkdf-btn.mkdf-btn-simple{padding:0!important;color:#ffcc05;background-color:transparent;border:0;vertical-align:middle;font-size:12px;line-height:1.8em}.mkdf-btn.mkdf-btn-simple:not(.mkdf-btn-custom-hover-color):hover{color:#ffcc05!important}.mkdf-btn.mkdf-btn-simple:not(.mkdf-btn-custom-hover-bg):hover{background-color:transparent!important}.mkdf-btn.mkdf-btn-simple:not(.mkdf-btn-custom-border-hover):hover{border-color:transparent!important}.mkdf-btn.mkdf-btn-simple:after,.mkdf-btn.mkdf-btn-simple:before{content:'';height:2px;width:100%;position:absolute;background-color:#ffcc05;left:0;bottom:-3px;-webkit-transition:none;-moz-transition:none;transition:none}.mkdf-btn.mkdf-btn-simple:hover:before,.mkdf-iwt a .mkdf-icon-element{-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-btn.mkdf-btn-simple:before{transform-origin:right;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1)}.mkdf-btn.mkdf-btn-simple:after{transform-origin:left;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);transform:scale(0,1)}.mkdf-btn.mkdf-btn-simple:hover:before{-webkit-transform:scale(0,1);-moz-transform:scale(0,1);transform:scale(0,1);transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-btn.mkdf-btn-simple:hover:after{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1);-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1) 175ms;-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1) 175ms;transition:all 175ms cubic-bezier(.18,.43,.58,1) 175ms}.mkdf-btn.mkdf-btn-solid{color:#fff;border:1px solid transparent;background-color:#ffcc05}.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-color):hover{color:#fff!important}.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover{background-color:#303030!important}.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover{border-color:#303030!important}.mkdf-btn.mkdf-btn-outline{color:#ffcc05;background-color:transparent;border:1px solid #ffcc05}.mkdf-btn.mkdf-btn-outline:not(.mkdf-btn-custom-hover-color):hover{color:#fff!important}.mkdf-btn.mkdf-btn-outline:not(.mkdf-btn-custom-hover-bg):hover{background-color:#ffcc05!important}.mkdf-btn.mkdf-btn-outline:not(.mkdf-btn-custom-border-hover):hover{border-color:#ffcc05!important}.mkdf-btn.mkdf-btn-small{padding:9px 30px}.mkdf-btn.mkdf-btn-large{padding:13px 44px;font-size:14px}.mkdf-btn.mkdf-btn-huge{display:block;text-align:center;padding:13px 26px}.mkdf-btn.mkdf-btn-icon>i,.mkdf-btn.mkdf-btn-icon>span:not(.mkdf-btn-text){position:relative;display:inline-block;vertical-align:top;margin:0 0 0 4px;font-size:1.142857142857143em;line-height:inherit}.mkdf-btn.mkdf-btn-icon>i:before,.mkdf-btn.mkdf-btn-icon>span:not(.mkdf-btn-text):before{display:block;line-height:inherit}.mkdf-call-to-action-holder,.mkdf-call-to-action-holder .mkdf-cta-button-holder,.mkdf-call-to-action-holder .mkdf-cta-text-holder{display:inline-block;position:relative;vertical-align:middle}.mkdf-call-to-action-holder .mkdf-cta-text-holder h1,.mkdf-call-to-action-holder .mkdf-cta-text-holder h2,.mkdf-call-to-action-holder .mkdf-cta-text-holder h3,.mkdf-call-to-action-holder .mkdf-cta-text-holder h4,.mkdf-call-to-action-holder .mkdf-cta-text-holder h5,.mkdf-call-to-action-holder .mkdf-cta-text-holder h6{margin:0}.mkdf-call-to-action-holder .mkdf-cta-button-holder .mkdf-btn{white-space:nowrap}.mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-inner{display:table}.mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-button-holder,.mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-text-holder{display:table-cell;box-sizing:border-box}.mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-button-holder{text-align:right}.mkdf-call-to-action-holder.mkdf-simple-layout .mkdf-cta-inner,.mkdf-dropcaps,.mkdf-elements-holder .mkdf-eh-item.mkdf-horizontal-alignment-center{text-align:center}.mkdf-call-to-action-holder.mkdf-simple-layout .mkdf-cta-button-holder{margin:28px 0 0}.mkdf-call-to-action-holder.mkdf-two-halves-columns .mkdf-cta-button-holder,.mkdf-call-to-action-holder.mkdf-two-halves-columns .mkdf-cta-text-holder{width:50%}.mkdf-call-to-action-holder.mkdf-two-thirds-columns .mkdf-cta-text-holder{width:66.66666666666667%}.mkdf-call-to-action-holder.mkdf-two-thirds-columns .mkdf-cta-button-holder{width:33.33333333333333%}.mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-text-holder{width:75%}.mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-button-holder{width:25%}.mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-text-holder{width:80%}.mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-button-holder{width:20%}.mkdf-clients-carousel-holder,.mkdf-clients-carousel-holder .mkdf-cc-inner,.mkdf-clients-carousel-holder .mkdf-cc-item{position:relative;display:inline-block;width:100%;vertical-align:middle}.touch .mkdf-clients-carousel-holder .mkdf-cc-item{cursor:pointer}.mkdf-clients-carousel-holder .mkdf-cc-item .mkdf-cc-item{position:relative;display:block}.mkdf-clients-carousel-holder.mkdf-cc-hover-switch-images .mkdf-cc-item{display:flex;align-items:center;justify-content:center}.mkdf-clients-carousel-holder.mkdf-cc-hover-switch-images .mkdf-cc-item:hover .mkdf-cc-hover-image{opacity:1}.mkdf-clients-carousel-holder.mkdf-cc-hover-switch-images .mkdf-cc-item .mkdf-cc-image{width:auto;opacity:1;will-change:opacity;-webkit-transition:opacity .15s ease-out;-moz-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.mkdf-clients-carousel-holder.mkdf-cc-hover-switch-images .mkdf-cc-item .mkdf-cc-hover-image{position:absolute;top:0;left:auto;width:auto;opacity:0;will-change:opacity;-webkit-transition:opacity .15s ease-out;-moz-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.mkdf-clients-carousel-holder.mkdf-cc-hover-roll-over .mkdf-cc-item{overflow:hidden}.mkdf-clients-carousel-holder.mkdf-cc-hover-roll-over .mkdf-cc-item:hover .mkdf-cc-image{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%)}.mkdf-clients-carousel-holder.mkdf-cc-hover-roll-over .mkdf-cc-item:hover .mkdf-cc-hover-image{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);transform:translate(-50%,0)}.mkdf-clients-carousel-holder.mkdf-cc-hover-roll-over .mkdf-cc-item .mkdf-cc-image{position:relative;display:block;width:auto;margin:0 auto;-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;transition:transform .4s ease}.mkdf-clients-carousel-holder.mkdf-cc-hover-roll-over .mkdf-cc-item .mkdf-cc-hover-image{position:absolute;top:0;left:50%;width:auto;-webkit-transform:translate(-50%,-100%);-moz-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;transition:transform .4s ease}.mkdf-countdown{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-countdown.mkdf-light-skin .countdown-row .countdown-section .countdown-amount,.mkdf-countdown.mkdf-light-skin .countdown-row .countdown-section .countdown-period{color:#fff}.mkdf-countdown .countdown-row{position:relative;display:inline-block;width:100%;vertical-align:middle;text-align:center;clear:both}.mkdf-countdown .countdown-row.countdown-show1 .countdown-section{width:100%}.mkdf-countdown .countdown-row.countdown-show2 .countdown-section{width:50%}.mkdf-countdown .countdown-row.countdown-show3 .countdown-section{width:33.33333%}.mkdf-countdown .countdown-row.countdown-show4 .countdown-section{width:25%}.mkdf-countdown .countdown-row.countdown-show5 .countdown-section{width:20%}.mkdf-countdown .countdown-row.countdown-show6 .countdown-section{width:16.66667%}.mkdf-countdown .countdown-row .countdown-section{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 5px;box-sizing:border-box}.mkdf-countdown .countdown-row .countdown-section .countdown-amount{position:relative;display:block;color:#303030;font-size:100px;line-height:1em;font-weight:700}.mkdf-countdown .countdown-row .countdown-section .countdown-period{font-family:"Playfair Display",serif;color:#303030;display:block;font-size:20px;font-weight:700;letter-spacing:-.01em;margin-top:12px}.mkdf-counter-holder,.mkdf-counter-holder .mkdf-counter-inner{display:inline-block;vertical-align:middle;position:relative}.mkdf-counter-holder{width:100%;opacity:0;-webkit-transition:opacity .2s ease-in;-moz-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.mkdf-counter-holder .mkdf-counter{height:1em;display:inline-block!important;vertical-align:middle;color:#303030;font-size:60px;line-height:1em;font-weight:700;overflow:hidden}.mkdf-counter-holder .mkdf-counter-title{margin:5px 0 0}.mkdf-counter-holder .mkdf-counter-text{margin:10px 0 0}.mkdf-custom-font-holder .mkdf-cf-typed-wrap{width:0;white-space:nowrap}.mkdf-custom-font-holder .mkdf-cf-typed{display:inline-block}.mkdf-custom-font-holder .mkdf-cf-typed span{display:none}.mkdf-custom-font-holder .mkdf-cf-typed~.typed-cursor{display:inline-block;opacity:1;-webkit-animation:blink .7s infinite;animation:blink .7s infinite}@-webkit-keyframes blink{0%,100%{opacity:1;filter:alpha(opacity=100)}50%{opacity:0;filter:alpha(opacity=0)}}@keyframes blink{0%,100%{opacity:1;filter:alpha(opacity=100)}50%{opacity:0;filter:alpha(opacity=0)}}.mkdf-dropcaps{position:relative;display:inline-block;vertical-align:top;line-height:42px;font-size:42px;color:#999;font-weight:300;margin:4px 19px 0 0}.mkdf-dropcaps.mkdf-circle,.mkdf-dropcaps.mkdf-square{height:35px;width:35px;font-size:22px;line-height:35px;font-weight:600;color:#fff;background-color:#303030;margin:11px 19px 0 0;box-sizing:border-box}.mkdf-dropcaps.mkdf-circle{border-radius:3em}.mkdf-elements-holder{width:100%;display:table;table-layout:fixed}.mkdf-elements-holder.mkdf-eh-full-height{height:100%}.mkdf-elements-holder.mkdf-two-columns .mkdf-eh-item{width:50%}.mkdf-elements-holder.mkdf-three-columns .mkdf-eh-item{width:33.33333%}.mkdf-elements-holder.mkdf-four-columns .mkdf-eh-item{width:25%}.mkdf-elements-holder.mkdf-five-columns .mkdf-eh-item{width:20%}.mkdf-elements-holder.mkdf-six-columns .mkdf-eh-item{width:16.66667%}.mkdf-elements-holder .mkdf-eh-item{display:table-cell;vertical-align:middle;height:100%;background-position:center;background-size:cover}.mkdf-elements-holder .mkdf-eh-item.mkdf-vertical-alignment-top{vertical-align:top}.mkdf-elements-holder .mkdf-eh-item.mkdf-vertical-alignment-bottom{vertical-align:bottom}.mkdf-elements-holder .mkdf-eh-item.mkdf-horizontal-alignment-right{text-align:right}.mkdf-elements-holder .mkdf-eh-item .mkdf-elements-holder-item-inner{width:100%}.mkdf-elements-holder .mkdf-ehi-content{padding:0 20px}.mkdf-google-map-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-google-map-holder .mkdf-google-map{display:block;width:100%;height:300px}.mkdf-google-map-holder .mkdf-google-map embed,.mkdf-google-map-holder .mkdf-google-map iframe,.mkdf-google-map-holder .mkdf-google-map object{width:100%;display:block}.mkdf-google-map-holder .mkdf-snazzy-map{display:none}.mkdf-google-map-holder .mkdf-google-map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:none;z-index:1000}.mkdf-icon-list-holder{position:relative;display:table;table-layout:fixed;height:auto;width:100%;margin-bottom:8px}.mkdf-icon-list-holder .mkdf-il-icon-holder,.mkdf-icon-list-holder .mkdf-il-text{position:relative;display:table-cell;vertical-align:top}.mkdf-icon-list-holder .mkdf-il-icon-holder{width:1%}.mkdf-icon-list-holder .mkdf-il-icon-holder>*{position:relative;display:inline-block;vertical-align:top;color:#303030;font-size:17px;line-height:inherit}.mkdf-icon-list-holder .mkdf-il-icon-holder>:before{display:block;line-height:inherit}.mkdf-iwt,.mkdf-iwt a{position:relative;display:inline-block;vertical-align:middle}.mkdf-icon-list-holder .mkdf-il-text{width:99%;padding:0 0 0 20px;box-sizing:border-box}.mkdf-iwt{width:100%}.mkdf-iwt a{-webkit-transition:initial;-moz-transition:initial;transition:initial}.mkdf-iwt a .mkdf-icon-element{transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-iwt .mkdf-iwt-icon .mkdf-iwt-hover-icon,.mkdf-iwt .mkdf-iwt-icon .mkdf-iwt-initial-icon{-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-top-bar .mkdf-iwt a:hover .mkdf-icon-element{color:inherit!important}.mkdf-iwt .mkdf-iwt-icon .mkdf-icon-shortcode{line-height:1}.mkdf-iwt .mkdf-iwt-icon .mkdf-icon-shortcode.mkdf-circle,.mkdf-iwt .mkdf-iwt-icon .mkdf-icon-shortcode.mkdf-dropcaps.mkdf-circle,.mkdf-iwt .mkdf-iwt-icon .mkdf-icon-shortcode.mkdf-square{line-height:2}.mkdf-iwt .mkdf-iwt-icon .mkdf-iwt-initial-icon{transition:all 175ms cubic-bezier(.18,.43,.58,1);opacity:1}.mkdf-iwt .mkdf-iwt-icon .mkdf-iwt-hover-icon{position:absolute;opacity:0;top:0;left:0;transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-iwt a:hover .mkdf-iwt-icon .mkdf-iwt-hover-icon{opacity:1}.mkdf-iwt a:hover .mkdf-iwt-title .mkdf-iwt-title-text{color:#ffcc05}.mkdf-iwt .mkdf-iwt-title{margin:0;line-height:1.2em}.mkdf-iwt .mkdf-iwt-title .mkdf-iwt-title-text{-webkit-transition:all 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:all 175ms cubic-bezier(.18,.43,.58,1);transition:all 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-iwt .mkdf-iwt-title-text{display:block}.mkdf-iwt .mkdf-iwt-text{margin:21px 0 0}.mkdf-iwt.mkdf-iwt-icon-left{width:auto}.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-content,.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon{display:table-cell;vertical-align:top}.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-icon{position:relative;top:1px}.mkdf-iwt.mkdf-iwt-icon-left .mkdf-iwt-content{padding:0 0 0 13px}.mkdf-iwt.mkdf-iwt-icon-left-from-title .mkdf-iwt-icon,.mkdf-iwt.mkdf-iwt-icon-left-from-title .mkdf-iwt-title-text{position:relative;display:table-cell;vertical-align:middle}.mkdf-iwt.mkdf-iwt-icon-left-from-title .mkdf-iwt-icon .mkdf-icon-element{-webkit-transition:none;-moz-transition:none;transition:none}.mkdf-iwt.mkdf-iwt-icon-left-from-title .mkdf-iwt-title-text{padding:0 0 0 17px}.mkdf-iwt.mkdf-iwt-icon-top{text-align:center}.mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-content{padding:16px 0 0}.mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-hover-icon{width:100%;text-align:center}.mkdf-icon-shortcode{position:relative;display:inline-block;vertical-align:middle;line-height:1.1em}.mkdf-icon-shortcode.mkdf-circle,.mkdf-icon-shortcode.mkdf-dropcaps.mkdf-circle,.mkdf-icon-shortcode.mkdf-square{width:2em;height:2em;line-height:2em;text-align:center;background-color:#ffcc05;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.mkdf-icon-shortcode.mkdf-circle a,.mkdf-icon-shortcode.mkdf-dropcaps.mkdf-circle a,.mkdf-icon-shortcode.mkdf-square a{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%}.mkdf-icon-shortcode.mkdf-circle .mkdf-icon-element,.mkdf-icon-shortcode.mkdf-dropcaps.mkdf-circle .mkdf-icon-element,.mkdf-icon-shortcode.mkdf-square .mkdf-icon-element{color:#fff;line-height:inherit}.mkdf-icon-shortcode.mkdf-circle{border-radius:50%}.mkdf-icon-shortcode .mkdf-icon-element{display:block;line-height:inherit;-webkit-transition:color .15s ease-in-out;-moz-transition:color .15s ease-in-out;transition:color .15s ease-in-out}.mkdf-icon-shortcode .mkdf-icon-element:before{display:block;line-height:inherit}.mkdf-icon-animation-holder{position:relative;display:inline-block;vertical-align:middle;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);-webkit-transition:transform .15s ease-in-out;-moz-transition:transform .15s ease-in-out;transition:transform .15s ease-in-out}.mkdf-icon-animation-holder.mkdf-icon-animation-show{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.mkdf-icon-tiny{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.mkdf-icon-small{font-size:2em}.mkdf-icon-medium{font-size:3em}.mkdf-icon-large{font-size:4em}.mkdf-icon-huge{font-size:5em}.mkdf-image-gallery{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-image-gallery.mkdf-has-shadow.mkdf-ig-carousel-type .owl-stage-outer,.mkdf-image-gallery.mkdf-has-shadow.mkdf-ig-slider-type .owl-stage-outer{padding:0 0 20px}.mkdf-image-gallery .mkdf-ig-image{position:relative;display:inline-block;width:100%;vertical-align:middle;box-sizing:border-box}.mkdf-image-gallery .mkdf-ig-image a,.mkdf-image-gallery .mkdf-ig-image img{position:relative;display:block}.mkdf-image-gallery .mkdf-ig-image-inner,.mkdf-image-gallery .mkdf-ig-slider{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-two-columns .mkdf-ig-image{width:50%}.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-three-columns .mkdf-ig-image{width:33.33333%}.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-four-columns .mkdf-ig-image{width:25%}.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image{width:20%}.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image{width:16.66667%}@media only screen and (min-width:1025px){.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-three-columns .mkdf-bl-item:nth-child(3n+1),.mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-two-columns .mkdf-bl-item:nth-child(2n+1),.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-three-columns .mkdf-bl-item:nth-child(3n+1),.mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-two-columns .mkdf-bl-item:nth-child(2n+1),.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image:nth-child(5n+1),.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-four-columns .mkdf-ig-image:nth-child(4n+1),.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(6n+1),.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-three-columns .mkdf-ig-image:nth-child(3n+1),.mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-two-columns .mkdf-ig-image:nth-child(2n+1){clear:both}}.mkdf-image-gallery .mkdf-ig-masonry{opacity:0;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.mkdf-image-gallery .mkdf-ig-masonry .mkdf-ig-grid-sizer{width:100%}.mkdf-image-gallery .mkdf-ig-masonry .mkdf-ig-grid-gutter{width:0}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-grid-sizer,.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image{width:50%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image.mkdf-large-masonry-item{width:100%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-grid-sizer,.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image{width:33.33333%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-masonry-item{width:66.66667%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-grid-sizer,.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image{width:25%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-masonry-item{width:50%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-grid-sizer,.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image{width:20%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-masonry-item{width:40%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer,.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image{width:16.66667%}.mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item{width:33.33333%}.mkdf-image-gallery.mkdf-image-behavior-custom-link .mkdf-ig-image a img{-webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);transition:transform .25s cubic-bezier(.18,.43,.58,1)}.mkdf-image-gallery.mkdf-image-behavior-custom-link .mkdf-ig-image a:hover img{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);transform:scale(1.06)}.mkdf-image-gallery.mkdf-image-behavior-lightbox .mkdf-ig-image a img{-webkit-transition:-webkit-transform .25s cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform .25s cubic-bezier(.18,.43,.58,1);transition:transform .25s cubic-bezier(.18,.43,.58,1)}.mkdf-image-gallery.mkdf-image-behavior-lightbox .mkdf-ig-image a:hover img{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);transform:scale(1.06)}.touch .mkdf-image-gallery.mkdf-image-behavior-zoom .mkdf-ig-image{cursor:pointer}.mkdf-image-gallery.mkdf-image-behavior-zoom .mkdf-ig-image:hover img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);transform:scale(1.04)}.mkdf-image-gallery.mkdf-image-behavior-zoom .mkdf-ig-image .mkdf-ig-image-inner{overflow:hidden}.mkdf-image-gallery.mkdf-image-behavior-zoom .mkdf-ig-image img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.mkdf-image-gallery.mkdf-image-behavior-grayscale .mkdf-ig-image{overflow:hidden}.touch .mkdf-image-gallery.mkdf-image-behavior-grayscale .mkdf-ig-image{cursor:pointer}.mkdf-image-gallery.mkdf-image-behavior-grayscale .mkdf-ig-image:hover img{-webkit-filter:grayscale(0);filter:none}.mkdf-image-gallery.mkdf-image-behavior-grayscale .mkdf-ig-image img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:gray;filter:grayscale(100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mkdf-image-with-text-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-image-with-text-holder .mkdf-iwt-image{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-image-with-text-holder .mkdf-iwt-image a,.mkdf-image-with-text-holder .mkdf-iwt-image img{position:relative;display:block}.mkdf-image-with-text-holder .mkdf-iwt-text-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-image-with-text-holder .mkdf-iwt-title{margin:25px 0 0}.mkdf-image-with-text-holder .mkdf-iwt-text{margin:14px 0 0}.mkdf-image-with-text-holder.mkdf-image-behavior-custom-link .mkdf-iwt-image a:hover:after{opacity:1}.mkdf-image-with-text-holder.mkdf-image-behavior-custom-link .mkdf-iwt-image a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-image-with-text-holder.mkdf-image-behavior-lightbox .mkdf-iwt-image a:hover:after{opacity:1}.mkdf-image-with-text-holder.mkdf-image-behavior-lightbox .mkdf-iwt-image a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-image-with-text-holder.mkdf-image-behavior-zoom .mkdf-iwt-image{overflow:hidden}.touch .mkdf-image-with-text-holder.mkdf-image-behavior-zoom .mkdf-iwt-image{cursor:pointer}.mkdf-image-with-text-holder.mkdf-image-behavior-zoom .mkdf-iwt-image:hover img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);transform:scale(1.04)}.mkdf-image-with-text-holder.mkdf-image-behavior-zoom .mkdf-iwt-image img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.mkdf-image-with-text-holder.mkdf-image-behavior-grayscale .mkdf-iwt-image{overflow:hidden}.touch .mkdf-image-with-text-holder.mkdf-image-behavior-grayscale .mkdf-iwt-image{cursor:pointer}.mkdf-image-with-text-holder.mkdf-image-behavior-grayscale .mkdf-iwt-image:hover img{-webkit-filter:grayscale(0);filter:none}.mkdf-image-with-text-holder.mkdf-image-behavior-grayscale .mkdf-iwt-image img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:gray;filter:grayscale(100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mkdf-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:middle;margin-bottom:2px}.mkdf-progress-bar .mkdf-pb-title-holder{position:relative;margin:10px 0 1px}.mkdf-progress-bar .mkdf-pb-title-holder .mkdf-pb-title{position:relative;display:inline-block;vertical-align:middle;z-index:100}.mkdf-progress-bar .mkdf-pb-percent{position:absolute;right:0;bottom:1px;width:auto;display:inline-block;vertical-align:middle;opacity:0;z-index:10}.mkdf-progress-bar .mkdf-pb-percent:after{content:'%'}.mkdf-progress-bar .mkdf-pb-content-holder{position:relative;height:8px;overflow:hidden;background-color:#ebebeb}.mkdf-progress-bar .mkdf-pb-content-holder .mkdf-pb-content{height:8px;max-width:100%;overflow:hidden;background-color:#ffcc05}.mkdf-section-title-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;box-sizing:border-box}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-tiny-space .mkdf-st-inner{margin:0 -5px}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-tiny-space .mkdf-st-text,.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-tiny-space .mkdf-st-title{padding:0 5px}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-small-space .mkdf-st-inner{margin:0 -10px}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-small-space .mkdf-st-text,.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-small-space .mkdf-st-title{padding:0 10px}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-normal-space .mkdf-st-inner{margin:0 -15px}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-normal-space .mkdf-st-text,.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-normal-space .mkdf-st-title{padding:0 15px}.mkdf-section-title-holder.mkdf-st-two-columns .mkdf-st-text,.mkdf-section-title-holder.mkdf-st-two-columns .mkdf-st-title{position:relative;display:inline-block;vertical-align:middle;width:50%;float:left;margin:0;box-sizing:border-box}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-title-left .mkdf-st-title{text-align:right}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-title-left .mkdf-st-text{text-align:left}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-title-right .mkdf-st-title{float:right;text-align:left}.mkdf-section-title-holder.mkdf-st-two-columns.mkdf-st-title-right .mkdf-st-text{text-align:right}.mkdf-section-title-holder .mkdf-st-title{display:block;margin:0}.mkdf-section-title-holder .mkdf-st-title .mkdf-st-title-bold{font-weight:700}.mkdf-section-title-holder .mkdf-st-title .mkdf-st-title-light{font-weight:300}.mkdf-section-title-holder .mkdf-st-text{display:block;margin:21px 0 0}.mkdf-separator,.mkdf-single-image-holder,.mkdf-single-image-holder .mkdf-si-inner{display:inline-block;vertical-align:middle;position:relative}.mkdf-separator-holder{position:relative;height:auto;font-size:0;line-height:1em}.mkdf-separator-holder.mkdf-separator-center{text-align:center}.mkdf-separator-holder.mkdf-separator-left{text-align:left}.mkdf-separator-holder.mkdf-separator-right{text-align:right}.mkdf-separator-holder.mkdf-separator-full-width .mkdf-separator{width:100%!important}.mkdf-separator{border-bottom:1px solid #ebebeb;margin:10px 0}.mkdf-single-image-holder{width:100%}.mkdf-single-image-holder .mkdf-si-inner{width:100%}.mkdf-single-image-holder .mkdf-si-inner a,.mkdf-single-image-holder .mkdf-si-inner img{position:relative;display:block}.mkdf-single-image-holder.mkdf-image-behavior-custom-link .mkdf-si-inner a:hover:after{opacity:1}.mkdf-single-image-holder.mkdf-image-behavior-custom-link .mkdf-si-inner a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-single-image-holder.mkdf-image-behavior-lightbox .mkdf-si-inner a:hover:after{opacity:1}.mkdf-single-image-holder.mkdf-image-behavior-lightbox .mkdf-si-inner a:after{position:absolute;display:block;width:100%;height:100%;top:0;left:0;content:'';background-color:rgba(48,48,48,.4);opacity:0;-webkit-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:opacity 175ms cubic-bezier(.18,.43,.58,1);transition:opacity 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-single-image-holder.mkdf-image-behavior-zoom .mkdf-si-inner{overflow:hidden}.touch .mkdf-single-image-holder.mkdf-image-behavior-zoom .mkdf-si-inner{cursor:pointer}.mkdf-single-image-holder.mkdf-image-behavior-zoom .mkdf-si-inner:hover img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);transform:scale(1.04)}.mkdf-single-image-holder.mkdf-image-behavior-zoom .mkdf-si-inner img{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;transition:transform .3s ease-in-out}.mkdf-single-image-holder.mkdf-image-behavior-grayscale .mkdf-si-inner{overflow:hidden}.touch .mkdf-single-image-holder.mkdf-image-behavior-grayscale .mkdf-si-inner{cursor:pointer}.mkdf-single-image-holder.mkdf-image-behavior-grayscale .mkdf-si-inner:hover img{-webkit-filter:grayscale(0);filter:none}.mkdf-single-image-holder.mkdf-image-behavior-grayscale .mkdf-si-inner img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:gray;filter:grayscale(100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner{overflow:hidden;padding:10% 0;background-repeat:no-repeat;background-position:0 center;background-size:120%;-webkit-transition:background .7s ease-out;-moz-transition:background .7s ease-out;transition:background .7s ease-out}.mkdf-social-share-holder ul,.mkdf-social-share-holder.mkdf-list li{vertical-align:top;padding:0;display:inline-block;position:relative}.mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner:hover{background-position:90% center}.touch .mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner{cursor:pointer}.mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner img{z-index:-1;max-width:80%}@media only screen and (max-width:1024px){.mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner{padding:0;background:0 0}.mkdf-single-image-holder.mkdf-image-behavior-moving .mkdf-si-inner img{z-index:inherit;max-width:100%}}.mkdf-social-share-holder{position:relative;display:inline-block;vertical-align:top}.mkdf-social-share-holder ul{list-style:none;margin:0}.mkdf-social-share-holder.mkdf-list .mkdf-social-title{position:relative;display:inline-block;vertical-align:top;margin:0;color:#808285;font-weight:600}.mkdf-social-share-holder.mkdf-list li{margin:0 15px 3px 0}.mkdf-social-share-holder.mkdf-list li:last-child{margin:0 0 3px}.mkdf-social-share-holder.mkdf-list li a{color:#808285;font-size:14px}.mkdf-social-share-holder.mkdf-list li a:hover{color:#ffcc05}.mkdf-social-share-holder.mkdf-dropdown{position:relative;display:inline-block;vertical-align:bottom}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener{display:block;color:#808285}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener .mkdf-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener .social_share{font-size:12px;color:#303030}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener:hover{color:#ffcc05}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener:hover .social_share{color:inherit}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown{position:relative;visibility:hidden;z-index:950}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li{width:88px;height:28px;line-height:28px;visibility:hidden;position:absolute;text-align:center;opacity:0;margin:0;padding:0;border:1px solid #e1e1e1;background-color:#fff;font-size:12px;color:#808285;box-sizing:border-box;-webkit-transition:opacity .2s ease-out 0s,visibility .2s ease-out 0s,background-color .2s ease-out 0s;-moz-transition:opacity .2s ease-out 0s,visibility .2s ease-out 0s,background-color .2s ease-out 0s;transition:opacity .2s ease-out 0s,visibility .2s ease-out 0s,background-color .2s ease-out 0s}.mkdf-tabs,.mkdf-tabs .mkdf-tab-container,.mkdf-tabs .mkdf-tabs-nav,.mkdf-tabs .mkdf-tabs-nav li a{position:relative;vertical-align:middle}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:not(:first-child){border-top:none}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-facebook-share:hover{background-color:#3b5998;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-twitter-share:hover{background-color:#00aced;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-google_plus-share:hover{background-color:#dd4b39;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-linkedin-share:hover{background-color:#007bb5;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-tumblr-share:hover{background-color:#32506d;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-pinterest-share:hover{background-color:#cb2027;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li.mkdf-vk-share:hover{background-color:#45668e;color:#fff}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li *{display:block;line-height:inherit}.mkdf-tabs,.mkdf-tabs .mkdf-tab-container,.mkdf-tabs .mkdf-tabs-nav,.mkdf-team-holder,.mkdf-team-holder .mkdf-team-image{display:inline-block}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li a{color:inherit!important}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(1){bottom:-28px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(2){bottom:-56px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(3){bottom:-84px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(4){bottom:-112px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(5){bottom:-140px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(6){bottom:-168px}.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li:nth-child(7){bottom:-196px}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(2){-webkit-transition:opacity .2s ease-out .2s,visibility .2s ease-out .2s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .2s,visibility .2s ease-out .2s,background-color .2s ease-out;transition:opacity .2s ease-out .2s,visibility .2s ease-out .2s,background-color .2s ease-out}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(3){-webkit-transition:opacity .2s ease-out .3s,visibility .2s ease-out .3s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .3s,visibility .2s ease-out .3s,background-color .2s ease-out;transition:opacity .2s ease-out .3s,visibility .2s ease-out .3s,background-color .2s ease-out}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(4){-webkit-transition:opacity .2s ease-out .4s,visibility .2s ease-out .4s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .4s,visibility .2s ease-out .4s,background-color .2s ease-out;transition:opacity .2s ease-out .4s,visibility .2s ease-out .4s,background-color .2s ease-out}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(5){-webkit-transition:opacity .2s ease-out .5s,visibility .2s ease-out .5s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .5s,visibility .2s ease-out .5s,background-color .2s ease-out;transition:opacity .2s ease-out .5s,visibility .2s ease-out .5s,background-color .2s ease-out}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(6){-webkit-transition:opacity .2s ease-out .6s,visibility .2s ease-out .6s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .6s,visibility .2s ease-out .6s,background-color .2s ease-out;transition:opacity .2s ease-out .6s,visibility .2s ease-out .6s,background-color .2s ease-out}.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown ul li:nth-child(7){-webkit-transition:opacity .2s ease-out .7s,visibility .2s ease-out .7s,background-color .2s ease-out;-moz-transition:opacity .2s ease-out .7s,visibility .2s ease-out .7s,background-color .2s ease-out;transition:opacity .2s ease-out .7s,visibility .2s ease-out .7s,background-color .2s ease-out}.mkdf-tabs{width:100%}.mkdf-tabs .mkdf-tabs-nav{width:100%;margin:0;padding:0;list-style:none}.mkdf-tabs .mkdf-tabs-nav li{float:left;margin:0;padding:0}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li a,.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li a{line-height:25px;padding:15px 30px;border:1px solid #eaeaea;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.025em}.mkdf-tabs .mkdf-tabs-nav li a{font-family:Cabin,sans-serif;display:inline-block;box-sizing:border-box;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-moz-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.mkdf-tabs .mkdf-tab-container{box-sizing:border-box;width:100%}.mkdf-tabs .mkdf-tab-container p{margin:0}.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li:not(:last-child){margin:0 -1px 2px 0}.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li a{color:#303030;background-color:#f6f6f6}.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li.ui-state-active a,.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li.ui-state-hover a{background-color:#ffff;color:#ffcc05}.mkdf-tabs.mkdf-tabs-standard .mkdf-tab-container{margin:23px 0 0}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav{z-index:1}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li{margin:0 -1px 12px 0}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li a{color:#303030;background-color:#f6f6f6}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li.ui-state-active a,.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li.ui-state-hover a{background-color:#ffff;color:#ffcc05}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li:last-child{margin:0}.mkdf-tabs.mkdf-tabs-boxed .mkdf-tab-container{margin:-13px 0 0;padding:20px 25px;border:1px solid #eaeaea}.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav{border-bottom:1px solid #e1e1e1}.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li{margin:0 31px 0 0}.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li a{line-height:26px;font-weight:700;color:#303030;padding:15px 30px;font-size:12px;text-transform:uppercase;letter-spacing:.025em}.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li.ui-state-active a,.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li.ui-state-hover a{color:#ffcc05}.mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li:last-child{margin:0}.mkdf-tabs.mkdf-tabs-simple .mkdf-tab-container{padding:31px 0;border-bottom:1px solid #e1e1e1}.ui-widget-content{padding:0;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:0;border-radius:0}.ui-widget-content .ui-widget-header{font-size:inherit;line-height:inherit;font-weight:inherit;color:initial;background:0 0;border:0;border-radius:0}.ui-widget-content .ui-tabs-nav li{position:initial;font-weight:inherit;color:inherit;background:initial;border:0;border-radius:0}.mkdf-team-holder,.mkdf-team-holder .mkdf-team-image,.mkdf-team-holder .mkdf-team-info{position:relative;vertical-align:middle;width:100%}.ui-widget-content .ui-widget-content{color:inherit;background:0 0;border:0;border-radius:0}.touch .mkdf-team-holder.mkdf-team-info-on-image{cursor:pointer}.mkdf-team-holder.mkdf-team-info-on-image:hover .mkdf-team-social-wrapper{opacity:1}.mkdf-team-holder.mkdf-team-info-on-image:hover .mkdf-team-social-inner{-webkit-transition:-webkit-transform .45s cubic-bezier(.64,.01,.15,1.16),opacity .5s;-moz-transition:-moz-transform .45s cubic-bezier(.64,.01,.15,1.16),opacity .5s;transition:transform .45s cubic-bezier(.64,.01,.15,1.16),opacity .5s;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mkdf-team-holder.mkdf-team-info-on-image .mkdf-team-social-holder{margin:7px 0 0}.mkdf-team-holder .mkdf-team-image img{display:block}.mkdf-team-holder .mkdf-team-info{display:inline-block;margin:30px 0 0}.mkdf-team-holder .mkdf-team-name{margin:0}.mkdf-team-holder .mkdf-team-position{margin:6px 0 0}.mkdf-team-holder .mkdf-team-text{margin:13px 0 0}.mkdf-team-holder .mkdf-team-social-wrapper{position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-color:rgba(255,255,255,.85);z-index:1;opacity:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.mkdf-team-holder .mkdf-team-social-outer{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.mkdf-team-holder .mkdf-team-social-inner{position:relative;display:table-cell;height:100%;width:100%;padding:20px 40px 33px;vertical-align:bottom;-webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;transition:transform .2s ease;-webkit-transform:translate3d(0,40px,0);-moz-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}.mkdf-team-holder .mkdf-team-social-holder{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:17px 0 0}.mkdf-team-holder .mkdf-team-social-holder .mkdf-team-icon{font-size:14px;margin:0 14px 0 0}.mkdf-team-holder .mkdf-team-social-holder .mkdf-team-icon .mkdf-icon-element{color:#808285;font-size:inherit;-webkit-transition:none;-moz-transition:none;transition:none}.mkdf-team-holder .mkdf-team-social-holder .mkdf-team-icon .mkdf-icon-element:hover{color:#ffcc05}.mkdf-video-button-holder{position:relative;display:inline-block;vertical-align:middle}.mkdf-video-button-holder.mkdf-vb-has-img .mkdf-video-button-play,.mkdf-video-button-holder.mkdf-vb-has-img .mkdf-video-button-play-image{position:relative;display:inline-block;vertical-align:middle;width:auto;z-index:1}.mkdf-video-button-holder.mkdf-vb-has-img .mkdf-video-button-play .mkdf-video-button-play-inner,.mkdf-video-button-holder.mkdf-vb-has-img .mkdf-video-button-play-image .mkdf-video-button-play-inner{position:relative;display:block;text-align:left}.mkdf-video-button-holder.mkdf-dark-skin .mkdf-video-button-text-wrapper-inner .mkdf-vb-excerpt,.mkdf-video-button-holder.mkdf-dark-skin .mkdf-video-button-text-wrapper-inner .mkdf-vb-title{color:#303030}.mkdf-video-button-holder .mkdf-video-button-image{position:relative;display:inline-block;width:100%;vertical-align:middle}.mkdf-video-button-holder .mkdf-video-button-image img{display:block}.mkdf-video-button-holder .mkdf-video-button-play,.mkdf-video-button-holder .mkdf-video-button-play-image{position:relative;display:inline-block;vertical-align:top;z-index:1}.mkdf-video-button-holder .mkdf-video-button-text-holder{position:absolute;display:block;width:100%;height:100%;top:0;left:0;padding:40px;box-sizing:border-box}.mkdf-video-button-holder .mkdf-video-button-text-wrapper{position:relative;display:table;table-layout:fixed;height:100%;width:100%}.mkdf-video-button-holder .mkdf-video-button-text-wrapper-inner{position:relative;display:table-cell;height:100%;width:100%;vertical-align:bottom}.mkdf-video-button-holder .mkdf-video-button-text-wrapper-inner .mkdf-vb-subtitle{line-height:1em;font-size:50px;font-family:Kristi;color:#ffcc05}.mkdf-video-button-holder .mkdf-video-button-text-wrapper-inner .mkdf-vb-title{color:#fff;margin:3px 0 0}.mkdf-video-button-holder .mkdf-video-button-text-wrapper-inner .mkdf-vb-excerpt{margin:10px 0 23px;color:#fff}.mkdf-video-button-holder .mkdf-video-button-play{color:#ffcc05;font-size:72px;line-height:1}.mkdf-video-button-holder .mkdf-video-button-play span{display:block;line-height:inherit}.mkdf-video-button-holder .mkdf-video-button-play span:before{display:inline-block;line-height:inherit;-webkit-transition:-webkit-transform 175ms cubic-bezier(.18,.43,.58,1);-moz-transition:-moz-transform 175ms cubic-bezier(.18,.43,.58,1);transition:transform 175ms cubic-bezier(.18,.43,.58,1)}.mkdf-video-button-holder .mkdf-video-button-play:hover span:before{-webkit-transform:scale(1.05) translateZ(0);-moz-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0)}.mkdf-video-button-holder .mkdf-video-button-play-image.mkdf-vb-has-hover-image:hover img:first-child{opacity:0}.mkdf-video-button-holder .mkdf-video-button-play-image.mkdf-vb-has-hover-image:hover img:nth-child(2){opacity:1}.mkdf-video-button-holder .mkdf-video-button-play-image img{display:block;margin:0 auto;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.mkdf-video-button-holder .mkdf-video-button-play-image img:first-child{position:relative;opacity:1}.mkdf-video-button-holder .mkdf-video-button-play-image img:nth-child(2){position:absolute;top:0;left:50%;opacity:0;-webkit-transform:translateX(-50%) translateZ(0);-moz-transform:translateX(-50%) translateZ(0);transform:translateX(-50%) translateZ(0)}.rev_slider_wrapper .mkdf-video-button-holder .mkdf-video-button-play-image img:nth-child(2){-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}