.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;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.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(//www.royalvalley.eu/wp-content/plugins/tabs-responsive/assets/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//www.royalvalley.eu/wp-content/plugins/tabs-responsive/assets/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//www.royalvalley.eu/wp-content/plugins/tabs-responsive/assets/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//www.royalvalley.eu/wp-content/plugins/tabs-responsive/assets/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//www.royalvalley.eu/wp-content/plugins/tabs-responsive/assets/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.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-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{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:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-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{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-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-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"}.wpsm_nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.wpsm_nav > li {
position: relative;
display: block;
}
.wpsm_nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.wpsm_nav > li > a:hover,
.wpsm_nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.wpsm_nav > li.disabled > a {
color: #777;
}
.wpsm_nav > li.disabled > a:hover,
.wpsm_nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.wpsm_nav .open > a,
.wpsm_nav .open > a:hover,
.wpsm_nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.wpsm_nav .wpsm_nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.wpsm_nav > li > a > img {
max-width: none;
}
.wpsm_nav-tabs {
border-bottom: 1px solid #ddd;
}
.wpsm_nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.wpsm_nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.wpsm_nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.wpsm_nav-tabs > li.active > a,
.wpsm_nav-tabs > li.active > a:hover,
.wpsm_nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.wpsm_nav-tabs.wpsm_nav-justified {
width: 100%;
border-bottom: 0;
}
.wpsm_nav-tabs.wpsm_nav-justified > li {
float: none;
}
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.wpsm_nav-tabs.wpsm_nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.wpsm_nav-tabs.wpsm_nav-justified > li {
display: table-cell;
width: 1%;
}
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
margin-bottom: 0;
}
}
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.wpsm_nav-tabs.wpsm_nav-justified > .active > a,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:hover,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.wpsm_nav-tabs.wpsm_nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.wpsm_nav-tabs.wpsm_nav-justified > .active > a,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:hover,
.wpsm_nav-tabs.wpsm_nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.wpsm_nav-pills > li {
float: left;
}
.wpsm_nav-pills > li > a {
border-radius: 4px;
}
.wpsm_nav-pills > li + li {
margin-left: 2px;
}
.wpsm_nav-pills > li.active > a,
.wpsm_nav-pills > li.active > a:hover,
.wpsm_nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.wpsm_nav-stacked > li {
float: none;
}
.wpsm_nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.wpsm_nav-justified {
width: 100%;
}
.wpsm_nav-justified > li {
float: none;
}
.wpsm_nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.wpsm_nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.wpsm_nav-justified > li {
display: table-cell;
width: 1%;
}
.wpsm_nav-justified > li > a {
margin-bottom: 0;
}
}
.wpsm_nav-tabs-justified {
border-bottom: 0;
}
.wpsm_nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.wpsm_nav-tabs-justified > .active > a,
.wpsm_nav-tabs-justified > .active > a:hover,
.wpsm_nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.wpsm_nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.wpsm_nav-tabs-justified > .active > a,
.wpsm_nav-tabs-justified > .active > a:hover,
.wpsm_nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block !important;
}
.wpsm_nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.wpsm_navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.wpsm_navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.wpsm_navbar-header {
float: left;
}
}
.wpsm_navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.wpsm_navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.wpsm_navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpsm_navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.wpsm_navbar-collapse.in {
overflow-y: visible;
}
.wpsm_navbar-fixed-top .wpsm_navbar-collapse,
.wpsm_navbar-static-top .wpsm_navbar-collapse,
.wpsm_navbar-fixed-bottom .wpsm_navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.wpsm_navbar-fixed-top .wpsm_navbar-collapse,
.wpsm_navbar-fixed-bottom .wpsm_navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.wpsm_navbar-fixed-top .wpsm_navbar-collapse,
.wpsm_navbar-fixed-bottom .wpsm_navbar-collapse {
max-height: 200px;
}
}
.container > .wpsm_navbar-header,
.container-fluid > .wpsm_navbar-header,
.container > .wpsm_navbar-collapse,
.container-fluid > .wpsm_navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .wpsm_navbar-header,
.container-fluid > .wpsm_navbar-header,
.container > .wpsm_navbar-collapse,
.container-fluid > .wpsm_navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.wpsm_navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.wpsm_navbar-static-top {
border-radius: 0;
}
}
.wpsm_navbar-fixed-top,
.wpsm_navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.wpsm_navbar-fixed-top,
.wpsm_navbar-fixed-bottom {
border-radius: 0;
}
}
.wpsm_navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.wpsm_navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.wpsm_navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.wpsm_navbar-brand:hover,
.wpsm_navbar-brand:focus {
text-decoration: none;
}
.wpsm_navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.wpsm_navbar > .container .wpsm_navbar-brand,
.wpsm_navbar > .container-fluid .wpsm_navbar-brand {
margin-left: -15px;
}
}
.wpsm_navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.wpsm_navbar-toggle:focus {
outline: 0;
}
.wpsm_navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.wpsm_navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.wpsm_navbar-toggle {
display: none;
}
}
.wpsm_navbar-wpsm_nav {
margin: 7.5px -15px;
}
.wpsm_navbar-wpsm_nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.wpsm_navbar-wpsm_nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a,
.wpsm_navbar-wpsm_nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:hover,
.wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.wpsm_navbar-wpsm_nav {
float: left;
margin: 0;
}
.wpsm_navbar-wpsm_nav > li {
float: left;
}
.wpsm_navbar-wpsm_nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.wpsm_navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.wpsm_navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.wpsm_navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.wpsm_navbar-form .form-control-static {
display: inline-block;
}
.wpsm_navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.wpsm_navbar-form .input-group .input-group-addon,
.wpsm_navbar-form .input-group .input-group-btn,
.wpsm_navbar-form .input-group .form-control {
width: auto;
}
.wpsm_navbar-form .input-group > .form-control {
width: 100%;
}
.wpsm_navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.wpsm_navbar-form .radio,
.wpsm_navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.wpsm_navbar-form .radio label,
.wpsm_navbar-form .checkbox label {
padding-left: 0;
}
.wpsm_navbar-form .radio input[type="radio"],
.wpsm_navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.wpsm_navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.wpsm_navbar-form .form-group {
margin-bottom: 5px;
}
.wpsm_navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.wpsm_navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.wpsm_navbar-wpsm_nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.wpsm_navbar-fixed-bottom .wpsm_navbar-wpsm_nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.wpsm_navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.wpsm_navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.wpsm_navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.wpsm_navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.wpsm_navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.wpsm_navbar-left {
float: left !important;
}
.wpsm_navbar-right {
float: right !important;
margin-right: -15px;
}
.wpsm_navbar-right ~ .wpsm_navbar-right {
margin-right: 0;
}
}
.wpsm_navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.wpsm_navbar-default .wpsm_navbar-brand {
color: #777;
}
.wpsm_navbar-default .wpsm_navbar-brand:hover,
.wpsm_navbar-default .wpsm_navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.wpsm_navbar-default .wpsm_navbar-text {
color: #777;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > li > a {
color: #777;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > li > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > li > a:focus {
color: #333;
background-color: transparent;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .active > a,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .active > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .disabled > a,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .disabled > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.wpsm_navbar-default .wpsm_navbar-toggle {
border-color: #ddd;
}
.wpsm_navbar-default .wpsm_navbar-toggle:hover,
.wpsm_navbar-default .wpsm_navbar-toggle:focus {
background-color: #ddd;
}
.wpsm_navbar-default .wpsm_navbar-toggle .icon-bar {
background-color: #888;
}
.wpsm_navbar-default .wpsm_navbar-collapse,
.wpsm_navbar-default .wpsm_navbar-form {
border-color: #e7e7e7;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .open > a,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .open > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a {
color: #777;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a:hover,
.wpsm_navbar-default .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.wpsm_navbar-default .wpsm_navbar-link {
color: #777;
}
.wpsm_navbar-default .wpsm_navbar-link:hover {
color: #333;
}
.wpsm_navbar-default .btn-link {
color: #777;
}
.wpsm_navbar-default .btn-link:hover,
.wpsm_navbar-default .btn-link:focus {
color: #333;
}
.wpsm_navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .wpsm_navbar-default .btn-link:hover,
.wpsm_navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .wpsm_navbar-default .btn-link:focus {
color: #ccc;
}
.wpsm_navbar-inverse {
background-color: #222;
border-color: #080808;
}
.wpsm_navbar-inverse .wpsm_navbar-brand {
color: #9d9d9d;
}
.wpsm_navbar-inverse .wpsm_navbar-brand:hover,
.wpsm_navbar-inverse .wpsm_navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.wpsm_navbar-inverse .wpsm_navbar-text {
color: #9d9d9d;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > li > a {
color: #9d9d9d;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > li > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .active > a,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .active > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .disabled > a,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .disabled > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.wpsm_navbar-inverse .wpsm_navbar-toggle {
border-color: #333;
}
.wpsm_navbar-inverse .wpsm_navbar-toggle:hover,
.wpsm_navbar-inverse .wpsm_navbar-toggle:focus {
background-color: #333;
}
.wpsm_navbar-inverse .wpsm_navbar-toggle .icon-bar {
background-color: #fff;
}
.wpsm_navbar-inverse .wpsm_navbar-collapse,
.wpsm_navbar-inverse .wpsm_navbar-form {
border-color: #101010;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .open > a,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .open > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu .divider {
background-color: #080808;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a:hover,
.wpsm_navbar-inverse .wpsm_navbar-wpsm_nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.wpsm_navbar-inverse .wpsm_navbar-link {
color: #9d9d9d;
}
.wpsm_navbar-inverse .wpsm_navbar-link:hover {
color: #fff;
}
.wpsm_navbar-inverse .btn-link {
color: #9d9d9d;
}
.wpsm_navbar-inverse .btn-link:hover,
.wpsm_navbar-inverse .btn-link:focus {
color: #fff;
}
.wpsm_navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .wpsm_navbar-inverse .btn-link:hover,
.wpsm_navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .wpsm_navbar-inverse .btn-link:focus {
color: #444;
}
.wpsm_nav:before,
.wpsm_nav:after,
.wpsm_navbar:before,
.wpsm_navbar:after,
.wpsm_navbar-header:before,
.wpsm_navbar-header:after,
.wpsm_navbar-collapse:before,
.wpsm_navbar-collapse:after {
display: table;
content: " ";
}
.wpsm_nav:after,
.wpsm_navbar:after,
.wpsm_navbar-header:after,
.wpsm_navbar-collapse:after{
clear: both;
}
@media (max-width: 768px) {
.wpsm_nav-tabs > li{
float:none;
}
}
.tab-content{
overflow:hidden;
}.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) 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 {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(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: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-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: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@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 {
-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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.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);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}
@-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;
}
}:root {
--color-green: #003830;
--color-cream: #FBFFD2;
--color-accent: #7987AA;
--color-text-light: #F9FCDA;
--white: #ffffff;
--black: #000000;
}
@font-face {
font-family: 'Gestura Display TRIAL';
src: url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/GesturaDisplayTRIAL-Regular.otf) format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'royalicon';
src:  url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/royalicon.eot?bugxiz);
src:  url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/royalicon.eot?bugxiz#iefix) format('embedded-opentype'),
url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/royalicon.ttf?bugxiz) format('truetype'),
url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/royalicon.woff?bugxiz) format('woff'),
url(//www.royalvalley.eu/wp-content/themes/royalvalley/fonts/royalicon.svg?bugxiz#royalicon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'royalicon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon-arrow:before {
content: "\e900";
}
.icon-icon-facebook:before {
content: "\e901";
}
.icon-icon-instagram:before {
content: "\e902";
}
.icon-icon-share:before {
content: "\e903";
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
a {
text-decoration: none;
transition: all 0.3s ease;
color: var(--accent);
}
button {
outline: 0;
}
ol,ul {
list-style: none;
}
blockquote,q {
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}
q {
display: inline;
font-style: italic;
}
q:before {
content: '"';
font-style: normal;
}
q:after {
content: '"';
font-style: normal;
}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th,td {
padding: 2px;
}
big {
font-size: 120%;
}
small,sup,sub {
font-size: 80%;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
dd {
margin-left: 20px;
}
kbd,tt {
font-family: courier;
font-size: 12px;
}
ins {
text-decoration: underline;
}
del,strike,s {
text-decoration: line-through;
}
dt {
font-weight: bold;
}
address,cite,var {
font-style: italic;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}
* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}
html {
max-width: 100%;
overflow-y: scroll;
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
overflow: hidden;
font-family: "Montserrat", sans-serif;
font-size: 15px;
background: var(--color-cream);
color: var(--color-green);
}
p {
font-family: "Montserrat", sans-serif;
font-size: 15px;
line-height: 1.6;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Gestura Display TRIAL';
line-height: 1.2;
font-weight: 400;
}
h1 {
font-size: 60px;
}
h2 {
font-size: 60px;
}
h2.large {
font-size: 80px;
line-height: 1;
}
h3 {
font-size: 46px;
}
h4 {
font-size: 30px;
}
h5 {
font-size: 12px; 
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2.4px;
font-family: "Montserrat", sans-serif;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light li {
color: var(--color-text-light);
}
strong {
font-weight: 600;
}
img {
width: 100%;
height: auto;
display: block;
}
.center {
text-align: center;
}
.section.dark-bgr {
background-color: var(--color-green);
}
main {
margin-top: -80px;
}
.rv-button {
padding: 22px 90px 22px 30px;
border-radius: 80px;
background: var(--color-accent);
position: relative;
font-size: 12px;
letter-spacing: 2px;
font-weight: 600;
color: #fff;
line-height: 1;
display: inline-block;
cursor: pointer;
text-transform: uppercase;
}
span.rv-button__icon {
position: absolute;
right: 24px;
top: 50%;
transform: translate(0,-50%);
font-size: 10px;
transition: all 0.45s ease-in-out;
}
.rv-button:before {
content: '';
width: 50px;
height: 50px;
position: absolute;
background: #617096;
border-radius: 80px;
right: 3px;
top: 50%;
transform: translateY(-50%);
transition: all 0.45s ease-in-out;
}
.rv-button:hover:before {
width: calc(100% - 6px);
}
.rv-button:hover span.rv-button__icon {
transform: translate(10px,-50%);
}
span.rv-button__text {
position: relative;
}
a.rv-button.outline {
background: transparent;
border: 1px solid rgb(255 255 255 / 40%);
padding: 21px 80px 21px 25px;
color: #F9FCDA;
}
a.rv-button.outline:before {
background: rgb(255 255 255 / 20%);
}
a.rv-button.outline.inv {
border: 1px solid #003830;
color: #003830;
}
a.rv-button.outline.inv:before {
background: rgb(0 56 48 / 15%);
}
.upper {
text-transform: uppercase;
}
.light h5 {
opacity: 0.4;
} section {
width: 100%;
}
.row.in-grid {
max-width: 1500px;
padding-left: 30px;
padding-right: 30px;
margin: auto;
position: relative;
z-index: 2;
}
.columns-wrapper {
display: flex;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
width: 100%;
}
.columns-wrapper.middle {
align-items: center;
}
.col-12 {
flex: 0 0 100%;
width: 100%;
}
.col-11 {
flex: 0 0 91.66666667%;
width: 91.66666667%;
}
.col-10 {
flex: 0 0 83.33333333%;
width: 83.33333333%;
}
.col-9 {
flex: 0 0 75%;
width: 75%;
}
.col-8 {
flex: 0 0 66.66666667%;
width: 66.66666667%;
}
.col-7 {
flex: 0 0 58.33333333%;
width: 58.33333333%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-4-5 {
width: 80%;
}
.col-3-5 {
width: 60%;
}
.col-2-5 {
width: 40%;
}
.col-1-5 {
width: 20%;
}
.col-3-0 {
width: 30%;
}
.col-7-0 {
width: 70%;
}
@media (max-width: 1000px) {
.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
padding-left: 0%;
padding-right: 0%;
}
} @media (min-width: 1000px) {
button.drawer-toggle.drawer-hamburger, a.main-btn.yellow.mobile {
display: none;
}
}
#header {
display: flex;
padding: 0 30px;
margin-left: auto;
margin-right: auto;
justify-content: space-between;
width: 100%;
align-items: center;
z-index: 3;
}
.logo {
margin-right: auto;
margin-left: auto;
z-index: 3;
flex: 0 0 198px;
}
#header .logo a {
display: flex;
position: absolute;
top: 16px;
}
.logo img {
width: 100% !important;
display: block;
}
.header-left,
.header-right {
display: flex;
flex: 0 0 calc(50% - 100px);
align-items: center;
gap: 2.5vw;
position: relative;
}
.header-left:after,
.header-right:after {
content: '';
width: calc(100% + 50px);
position: absolute;
bottom: 0;
height: 1px;
background: rgb(251 255 210 / 19%);
}
.header-left:after {
left: -30px;
}
.header-right:after {
right: -30px;
}
.header-left ul, .header-right ul {
display: flex;
gap: clamp(20px, 2.5vw, 40px);
align-items: center;
}
.header-right {
justify-content: flex-end;
}
ul.menu>li>a {
color: #F5F0EB;
font-size: 12px;
font-weight: 400;
transition: all 0.3s ease;
position: relative;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 2px;
padding: 32px 0 33px 0;
display: flex;
}
ul.menu>li>a:hover {
color: #F5F0EB;
}
ul.menu>li>a:after {
content: '';
position: absolute;
width: 0%;
height: 2px;
background: #FBFFD2;
left: 0;
bottom: -0.5px;
transition: all 0.3s ease;
}
ul.menu>li>a:hover:after {
width: 100%;
}
li.menu-item-has-children {
position: relative;
}
li.menu-item-has-children > a {
display: flex;
position: relative;
align-items: baseline;
}
li.menu-item-has-children > a:before {
content: '';
display: block;
order: 2;
width: 7px;
height: 7px;
margin-left: 10px;
border-right: 1px solid #F5F0EB;
border-bottom: 1px solid #F5F0EB;
transform: rotate(45deg);
position: relative;
top: -2px;
flex: 0 0 auto;
}
ul.sub-menu {
position: absolute;
padding: 15px;
min-width: 250px;
opacity: 0;
transition: opacity 0.35s ease, transform 0.35s ease;
transform: translateY(10px);
visibility: hidden;
left: 0;
top: 98%;
z-index: 9;
background: var(--color-cream);
border-radius: 0px;
flex-direction: column;
gap: 1px;
box-shadow: 0px 9px 18px 5px rgb(5 20 50 / 20%);
justify-content: flex-start;
align-items: flex-start;
}
ul.sub-menu:before {
content: '';
width: 15px;
height: 15px;
position: absolute;
background: var(--color-cream);
top: -6px;
left: 25px;
transform: rotate(45deg);
border-radius: 0px;
}
li.menu-item-has-children:hover ul.sub-menu,
li.menu-item-has-children:focus-within ul.sub-menu { 
opacity: 1;
transform: translateY(0px);
visibility: visible;
pointer-events: auto;
}
ul.sub-menu li {
margin-bottom: 2px;
display: inline-block;
width: 100%;
}
ul.sub-menu li a {
padding: 12px;
display: block;
white-space: nowrap;
color: var(--color-green);
position: relative;
font-size: 15px;
font-weight: 400;
width: 100%;
}
ul.sub-menu li a:hover {
color: var(--color-green);
background: rgb(0 56 48 / 10%);
} .section.home-1 {
position: relative;
overflow: hidden;
}
.main-bgr {
position: absolute;
inset: 0;
background-image: url(//www.royalvalley.eu/wp-content/uploads/2026/05/main-img.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transform: scale(1);
animation: kenBurns 8s ease-out forwards;
z-index: 1;
}
@keyframes kenBurns {
from {
transform: scale(1);
}
to {
transform: scale(1.08);
}
}
.section.home-1 .col-12 {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.main-title {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding-top: 180px;
}
.main-title h1 {
position: relative;
display: inline-block;
font-size: clamp(50px,10.1vw,160px);
line-height: 1;
}
.main-title h1 span {
font-family: 'Montserrat';
font-size: clamp(22px,2vw,30px);
display: block;
line-height: 1;
letter-spacing: 0.4em;
}
.main-title img {
position: absolute;
width: clamp(90px, 11vw, 180px);
right: 0;
top: 0;
transform: translate(55%, -40%);
z-index: -1;
pointer-events: none;
}
.bottom-text {
align-self: flex-end;
max-width: 400px;
margin-left: auto;
margin-right: 0;
padding-bottom: 50px;
}
.bottom-text p {
margin-bottom: 30px;
} .home-gallery-slider {
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
}
.home-gallery-slider .home-gallery-swiper {
width: 100%;
overflow: visible !important;
}
.home-gallery-slider .swiper-wrapper {
align-items: center;
}
.home-gallery-slider .swiper-slide {
width: 63vw !important;
aspect-ratio: 1.5 / 1;
position: relative;
overflow: visible;
flex-shrink: 0;
}
.home-gallery-slider .slide-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transform: scale(0.7);
transition: transform .6s ease, filter .4s ease;
}
.home-gallery-slider .swiper-slide-active .slide-img {
transform: scale(1);
}
.section.home-2 {
padding-top: 132px;
position: relative;
}
.section.home-2 .bgr {
position: absolute;
bottom: 0;
right: 0;
width: 70%;
height: 500px;
background: url(//www.royalvalley.eu/wp-content/uploads/2026/05/symbol-bgr.svg);
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
}
.home-gallery-title {
display: flex;
justify-content: center;
text-transform: uppercase;
margin-bottom: -13%;
align-items: flex-start;
}
.home-gallery-title h2 {
font-size: clamp(40px, 9vw, 140px);
line-height: 0.95;
letter-spacing: -1%;
}
.home-gallery-title p {
font-size: 16px;
letter-spacing: 6px;
margin-top: 10px;
min-width: 120px;
}
.home-gallery-title p.left {
text-align: right;
}
.home-gallery-text {
padding-top: 100px;
padding-bottom: 80px;
}
.home-gallery-text h3 {
font-size: 46px;
line-height: 1.2;
max-width: 1013px;
margin: 0 auto 25px;
}
.home-gallery-text p {
max-width: 590px;
margin: 0 auto;
}
.cb-tagreel {
position: relative;
z-index: 2;
position: relative;
}
.cb-tagreel-content {
padding: 36px 0;
border-top: 1px solid rgb(251 255 210 / 20%);
}
.cb-tagreel-row {
display: flex;
align-items: center;
position: relative;
text-align: center;
white-space: nowrap;
}
.cb-tagreel-item {
position: relative;
line-height: 1.2;
padding: 0px 13px;
}
.cb-tagreel-item span {
position: relative;
display: inline-block;
z-index: 1;
color: #FBFFD2;
text-transform: uppercase;
font-size: 16px;
line-height: 1;
letter-spacing: 4px;
}
.cb-tagreel-items {
overflow: hidden;
cursor: default;
}
.cb-tagreel-items span.divider {
width: 6px;
height: 6px;
background: #FBFFD2;
display: block
}
.section.home-3 {
padding-top: 80px;
}
.home-3 h5,
.home-3 h2 {
text-align: center;
}
.home-3 h2 {
text-transform: uppercase;
font-size: 90px;
line-height: 1;
letter-spacing: -0.01em;
} .rv-map__filters {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-bottom: -50px;
position: relative;
gap: 8px;
z-index: 100;
}
button.rv-map__filter {
text-transform: uppercase;
text-align: center;
font-family: 'Montserrat';
font-weight: 500;
letter-spacing: 2.4px;
font-size: 12px;
padding: 13px 22px;
border-radius: 999px;
border: 1px solid rgb(0 56 48 / 30%);
background: transparent;
color: var(--color-green);
cursor: pointer;
transition: all .35s ease;
}
.rv-map__filter:hover,
.rv-map__filter.is-active {
background: var(--color-green);
color: var(--color-cream);
}
.rv-map {
position: relative;
width: 100%;
}
.rv-map__stage {
position: relative;
}
.rv-map__svg {
position: relative;
z-index: 1;
}
.rv-map__svg svg {
display: block;
width: 100%;
height: auto;
}
[id^="point-"] {
cursor: pointer;
transition: opacity .35s ease;
}
[id^="point-"].is-active {
opacity: 1;
}
[id^="highlight-"] {
opacity: 0;
pointer-events: none;
transition: opacity .35s ease;
}
[id^="highlight-"].is-active {
opacity: 1;
}
path.point-large, path.point-medium {
transition: all 0.35s ease;
}
[id^="point-"].is-active path.point-large {
opacity: 0.4;
}
[id^="point-"] .point-medium {
transform-box: fill-box;
transform-origin: center center;
}
[id^="point-"]:hover .point-medium,
[id^="point-"].is-active .point-medium {
transform: scale(1.35);
}
.rv-map__popups {
position: absolute;
inset: 0;
z-index: 300;
pointer-events: none;
}
.rv-popup {
position: absolute;
transform: translate(-50%, 20px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all .35s ease;
}
.rv-popup.is-active {
opacity: 1;
visibility: visible;
transform: translate(-50%, -20px);
pointer-events: auto;
}
.rv-map__popup-content {
display: flex;
height: 160px;
background: var(--color-green);
width: 450px;
}
.rv-map__popup-left, .rv-map__popup-image {
flex: 0 0 50%;
max-width: 50%;
position: relative;
}
.rv-map__popup-left {
padding: 20px 30px 15px 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
span.rv-map__popup-label {
color: var(--color-cream);
text-transform: uppercase;
letter-spacing: 3px;
font-size: 17px;
font-weight: 500;
}
span.rv-map__popup-count {
color: var(--color-cream);
display: flex;
align-items: center;
gap: 10px;
}
span.rv-map__popup-count strong {
font-size: 60px;
line-height: 1;
font-family: 'Gestura Display TRIAL';
font-weight: 400;
}
span.rv-map__popup-count span {
text-transform: uppercase;
letter-spacing: 2.4px;
font-size: 12px;
}
.rv-map__popup-image img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
a.rv-button.small {
background: transparent;
padding: 0px;
height: 50px;
width: 70px;
}
.rv-map__popup-image a.rv-button.small {
position: absolute;
bottom: 12px;
right: 9px;
}
p.rv-map__text-right {
position: absolute;
max-width: 400px;
width: 25vw;
font-size: 15px;
padding-left: 20px;
border-left: 4px solid var(--color-accent);
right: 0;
top: 120px;
}
p.rv-types-text {
margin-top: 20px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 500;
padding: 0 12px;
}
.columns-wrapper.rv-types {
max-width: 1304px;
margin: 0 auto;
}
.rv-types .col-4 {
height: auto;
padding: 0 12px;
}
.rv-types-item {
height: 100%;
display: block;
border: 1px solid var(--color-green);
position: relative;
height: 230px;
padding: 35px 25px 25px 25px;
overflow: hidden;
}
.rv-types-item .bgr {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
top: 0;
left: 0;
opacity: 0;
transition: all 0.8s ease;
}
.rv-types-item:hover .bgr {
opacity: 1;
transform: scale(1.05);
}
.rv-types-item h3 {
font-size: 24px;
text-transform: uppercase;
font-family: 'Montserrat';
transition: all 0.35s ease;
}
.rv-types-item-content {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
position: relative;
}
span.rv-button.small.dark {
position: absolute;
right: 0;
bottom: 0;
padding: 0;
width: 80px;
height: 50px;
background: transparent;
bottom: 5px;
right: 0;
}
span.rv-button.small.dark:before {
background: rgb(121 135 170 / 20%);
transition: all 0.35s ease;
}
span.rv-button.small.dark span.rv-button__icon {
color: var(--color-green);  
transition: all 0.35s ease;
}
.rv-types-count {
display: flex;
align-items: center;
gap: 10px;
}
.rv-types strong {
font-size: 60px;
line-height: 1;
font-family: 'Gestura Display TRIAL';
font-weight: 400;
letter-spacing: 0px;
transition: all 0.35s ease;
}
.rv-types span {
text-transform: uppercase;
letter-spacing: 2.4px;
font-size: 12px;
font-weight: 500;
transition: all 0.35s ease;
}
.rv-types-item:hover .rv-types-item-content,
.rv-types-item:hover span.rv-button.small.dark span.rv-button__icon {
color: var(--color-cream);  
}
.rv-types-item:hover span.rv-button.small.dark:before {
background: rgb(121 135 170 / 100%);
}
.section.home-4 {
padding-top: 80px;
padding-bottom: 80px;
}
.home-4 .col-7 {
padding-right: 50px;
}
.home-4 .col-7 img {
max-width: 734px;
margin-left: auto;
margin-right: auto;
}
.home-4 h2 {
padding: 20px 0 30px; 
}
.home-4 p {
max-width: 480px;
}
.line-divider {
display: block;
height: 1px;
width: 100%;
background: var(--color-accent);
}
.home-4 .line-divider {
margin: 30px 0 40px 0;
max-width: 480px;
}
.home-4-vizia {
max-width: 480px;
}
.home-4-vizia p {
max-width: 240px;
margin-bottom: 20px;
}
.home-4-vizia img {
max-width: 232px;
margin-left: auto;
margin-right: 0;
padding-left: 20px;
} .section.tatry {
padding-top: 100px;
padding-bottom: 45px;
position: relative;
overflow: hidden;
min-height: 900px;
display: flex;
flex-direction: column;
}
.parallax-image {
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat;
width: 100%;
position: absolute;
height: 115%;
top: 0;
left: 0;
z-index: -1;
}
.section.tatry .overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 40%;
opacity: 0.6;
background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000 50%);
}
.section.tatry .large-title h3 {
display: flex;
align-items: center;
gap: 30px;
justify-content: center;
text-align: center;
}
.section.tatry .large-title h3 {
font-size: clamp(60px, 10.5vw, 175px);
}
.section.tatry .large-title h3 span.small {
font-size: 18px;
font-family: 'Montserrat';
}
.section.tatry .row.in-grid {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
}
.section.tatry p.text-border {
width: 25vw;
margin-left: auto;
max-width: 300px;
padding-left: 20px;
border-left: 4px solid var(--color-accent);
margin-top: 20px;
}
.section.tatry .columns-wrapper.bottom .col-3 {
padding-right: 25px;
}
.section.tatry .columns-wrapper.bottom p {
border-top: 1px solid #fff;
display: block;
padding-top: 20px;
}
.section.home-5 {
padding-top: 100px;
padding-bottom: 120px;
}
.section.home-5 .col-8 {
display: flex;
padding-right: 80px;
}
.section.home-5 .col-8 .left {
flex: 0 0 40%;
max-width: 40%;
padding-right: 20px;
padding-top: 20px;
}
.section.home-5 .col-8 .left h2 {
padding-top: 30px;
padding-bottom: 100px;
}
.right-image {
flex: 0 0 60%;
max-width: 60%;
z-index: -1;
background-size: cover !important;
background-position: center !important;
}
img.rv-stamp {
max-width: 200px;
width: 15vw;
position: absolute;
top: -4vw;
right: 0;
}
.section.home-5 .col-4 {
position: relative;
}
.section.home-5 .col-4 h2.large {
font-size: 160px;
line-height: 1;
display: flex;
}
.section.home-5 .col-4 h2.large span {
font-size: 90px;
top: 5px;
position: relative;
}
.light .line-divider {
background: var(--color-cream);
opacity: 0.2;
}
.section.home-5 .line-divider {
margin: 50px 0 35px;
max-width: 400px;
}
.section.home-5 ul {
margin-top: 10px;
margin-bottom: 25px;
}
.section.home-5 ul li {
position: relative;
padding-left: 15px;
padding-bottom: 5px;
}
.section.home-5 ul li:before {
content: '';
position: absolute;
width: 4px;
height: 4px;
background: var(--color-cream);
border-radius: 50%;
left: 0;
top: 9px
}
.section.home-6 {
padding-top: 50px;
padding-bottom: 80px;
}
.section.home-6 h3 {
padding: 20px 0 40px;
max-width: 610px;
}
.section.home-6 .col-6.left {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 28px;
padding-bottom: 70px;
}
.home-developer {
margin-top: 100px;
}
.home-developer .dev-right {
flex: 0 0 55%;
max-width: 320px;
}
.home-developer .dev-left {
flex: 0 0 45%;
padding: 0 20px;
}
.home-developer .dev-left img.dev-logo {
max-width: 180px;
margin-bottom: 20px;
}
.section.home-6 .col-6.right {
position: relative;
}
.section.home-6 .col-6.right img {
height: 100%;
width: 50vw;
object-fit: cover;
max-width: 800px;
} .section.page-default-top {
position: relative;
min-height: 530px;
overflow: hidden;
display: flex;
}
.section.page-default-top .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgb(0 0 0 / 85%), rgb(0 0 0 / 25%));
}
.page-default-top .row {
height: auto;
}
.page-default-top .columns-wrapper {
height: 100%;
}
.page-default-top .col-12 {
height: 100%;
position: relative;
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-end;
flex: 1;
}
.page-default-top .uvodny-text {
width: 100vw;
max-width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
min-height: 110px;
margin-top: 70px;
border-top: 1px solid rgb(251 255 210 / 20%);
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.page-default-top .uvodny-text p {
max-width: 900px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-left: 40px;
padding-right: 40px;
}
.page-default-top h1 {
font-size: clamp(45px, 9vw, 140px);
line-height: 1;
} .section.contact .col-6.bgr {
position: relative;
z-index: 1;
}
.section.contact .bgr-inner {
position: absolute;
right: 0;
top: 0;
width: 50vw;
height: 100%;
overflow: hidden;
}
.section.contact .col-6.form {
position: relative;
display: flex;
flex-direction: column;
padding-top: 50px;
padding-bottom: 150px;
padding-left: 5vw;
}
img.contact-stamp {
max-width: 220px;
margin-left: auto;
margin-right: 0;
margin-bottom: -20px;
}
.section.contact .col-6.form h3 {
padding-bottom: 30px;
}
.section.contact .col-6.form p a {
text-decoration: underline;
} .wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
border: 1px solid rgb(249 252 218 / 35%);
width: 100%;
background: rgb(249 252 218 / 15%);
margin-bottom: 15px;
height: 65px;
font-size: 15px;
color: var(--color-text-light);
padding: 10px 20px 10px 20px;
border-radius: 4px;
box-shadow: none;
font-weight: 400;
font-family: 'Montserrat';
transition: all 0.3s ease;
}
.wpcf7-form textarea {
height: 140px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
outline: none;
border: 1px solid rgb(249 252 218 / 100%);
background: rgb(249 252 218 / 10%);
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
color: var(--color-text-light);
opacity: 0.7
}
.gdpr-wrapper {
margin-top: 30px;
text-align: left;
justify-content: space-between;
}
.wpcf7 input[type="checkbox"] {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
-webkit-appearance: none;
width: 0px !important;
border: none !important;
}
span.wpcf7-list-item label {
display: flex;
opacity: 1;
}
.wpcf7-list-item {
margin: 0;
}
span.wpcf7-list-item-label {
position: relative;
padding-left: 70px;
font-size: 15px;
line-height: 1.3;
color: #F9FCDA;
cursor: pointer;
text-transform: none;
text-align: left;
margin-left: -5px;
max-width: 300px;
}
span.wpcf7-list-item-label a {
text-decoration: underline;
color: #F9FCDA;
}
span.wpcf7-list-item-label:before {
content: '';
width: 42px;
height: 42px;
position: absolute;
border: 1px solid rgb(249 252 218 / 35%);
border-radius: 4px;
background: rgb(249 252 218 /15%);
display: block;
left: 0;
top: 50%;
transform: translateY(-50%);
}
span.wpcf7-list-item-label:after {
content: '';
width: 42px;
height: 42px;
position: absolute;
border: 1px solid rgb(249 252 218 / 100%);
display: block;
left: 0px;
top: 50%;
transform: translateY(-50%);
background: rgb(249 252 218 / 100%);
transition: all 0.2s ease;
background-image: url(//www.royalvalley.eu/wp-content/uploads/2026/05/icon-check-1.svg);
background-size: 18px;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
border-radius: 4px;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
transform: translateY(-50%);
opacity: 1;
}
span.wpcf7-not-valid-tip {
top: auto !important;
padding: 0 !important;
background: transparent;
box-shadow: none !important;
color: #ff1111 !important;
font-size: 12px;
bottom: -15px !important;
position: absolute;
left: auto;
right: 10px;
height: auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
background: rgb(213 57 75 / 20%);
border-color: #ff1111;
color: #fff;
font-size: 16px;
line-height: 1.5;
padding: 15px;
border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output {
color:white
}
.gdpr span.wpcf7-not-valid-tip {
top:auto !important;
bottom: -17px !important;
position: absolute;
}
button.rv-button {
outline: none;
border: none;
cursor: pointer;
font-family: 'Montserrat';
}
.contact .wpcf7 {
margin-top: 80px;
}  .share-box {
position: relative;
display: flex;
align-items: flex-start;
max-width: 93px;
margin-left: auto;
margin-right: 0;
margin-top: -30px;
}
.share-main-btn {
position: relative;
display: inline-flex;
align-items: center;
gap: 10px;
background: transparent;
border: 0;
color: var(--color-text-light);
font-size: 12px;
line-height: 1;
font-weight: 500;
letter-spacing: 12%;
text-transform: uppercase;
cursor: pointer;
font-family: 'Montserrat';
padding: 0;
}
.share-main-btn span {
padding-bottom: 6px;
border-bottom: 1px solid var(--color-text-light);
}
.share-main-btn i {
font-size: 18px;
position: relative;
top: -2px;
}
.share-dropdown {
position: absolute;
right: 0;
bottom: calc(100% + 10px);
width: 190px;
padding: 10px;
background: var(--color-text-light);
border-radius: 18px;
box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
display: grid;
gap: 2px;
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
z-index: 999999999;
}
.share-box:hover .share-dropdown,
.share-box.is-open .share-dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.share-dropdown a,
.share-dropdown button {
width: 100%;
padding: 6px 10px;
border: 0;
border-radius: 12px;
background: transparent;
color: #003830;
font-size: 11px;
line-height: 1.2;
text-align: left;
text-decoration: none;
cursor: pointer;
transition: background .2s ease;
font-family: inherit;
text-transform: uppercase;
display: flex;
font-weight: 500;
align-items: center;
gap: 10px;
}
.share-dropdown svg {
width: 20px;
height: auto;
}
.share-dropdown a:hover,
.share-dropdown button:hover {
background: rgba(0, 63, 52, .1);
}
.share-toast {
position: fixed;
top: 50%;
left: 50%;
background: #022621;
color: var(--color-text-light);
padding: 14px 22px;
border-radius: 999px;
font-size: 14px;
font-weight: 600;
opacity: 0;
visibility: hidden;
transform: translate(-50%,-40%);
transition: all .3s ease;
z-index: 99999;
}
.share-toast.show {
opacity: 1;
visibility: visible;
transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
.share-dropdown {
display: none;
}
}
.single-top-left {
padding-top: 150px;
}
a.link-back {
color: var(--color-text-light);
font-size: 11px;
font-weight: 500;
display: flex;
align-items: center;
gap: 15px;
letter-spacing: 1px;
}
a.link-back:hover {
opacity: 0.7;
}
.single-top h1 {
margin-top: 100px;
}
.pozemok-popis {
margin-top: 20px;
max-width: 440px;
}
table.pozemok-table {
width: 400px;
color: var(--color-text-light);
margin-top: 30px;
}
table.pozemok-table tr td {
border-top: 1px solid #305E4F;
border-bottom: 1px solid #305E4F;
font-size: 16px;
font-weight: 500;
padding: 20px 0;
}
table.pozemok-table tr td:last-child {
font-weight: 700;
text-align: right;
}
.single-top-img {
padding-top: 100px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
}
.columns-wrapper.single-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding: 23px 0 36px 0;
border-top: 1px solid #305E4F;
margin-top: 30px;
}
.single-bottom .price-wrapper p {
font-size: 16px;
font-weight: 500;
display: flex;
align-items: center;
gap: 15px;
}
.single-bottom .price-wrapper p span {
font-family: 'Gestura Display TRIAL';
font-weight: 400;
font-size: 36px;
}
.single-bottom span.sign-eur {
font-family: 'Montserrat' !important;
font-weight: 300 !important;
}
.single-bottom .cta-wrapper {
display: flex;
gap: 40px;
align-items: center;
}
.single-bottom .stav {
color: var(--color-text-light);
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1.5px;
position: relative;
padding-left: 25px;
}
.single-bottom .stav:before {
content: '';
width: 9px;
height: 9px;
position: absolute;
border-radius: 50%;
left: 4px;
top: 3px;
}
.single-bottom .stav.volny:before {
background: #38B662;
outline: 4px solid rgb(56 182 98 / 18%);
}
.single-bottom .stav.rezervovany:before {
background: #ff8b06;
outline: 4px solid rgba(255, 139, 6, 0.20);
}
.single-bottom .stav.predany:before {
background: #E74E1E;
outline: 4px solid rgb(231 78 30 / 20%);
} .home-gallery-slider {
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
}
.home-gallery-slider .home-gallery-swiper {
width: 100%;
overflow: visible !important;
}
.single-gallery-swiper .swiper-wrapper {
align-items: flex-start;
}
.single-gallery-swiper .swiper-slide {
width: 41vw !important;
aspect-ratio: 1.5 / 1;
position: relative;
overflow: visible;
flex-shrink: 0;
}
.single-gallery-swiper .slide-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transform: scale(0.7);
transition: transform .6s ease;
transform-origin: top;
}
.single-gallery-swiper .swiper-slide-active .slide-img {
transform: scale(1);
}
.gallery-tabs-wrapper {
position: relative;
}
.gallery-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 1;
}
.gallery-content.active {
position: relative;
opacity: 1;
visibility: visible;
pointer-events: auto;
z-index: 2;
}
.section.single-gallery-top .col-12 {
padding-top: 25px;
padding-bottom: 25px;
display: flex;
justify-content: space-between;
align-items: center;
}
.gallery-tabs {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
button.gallery-tab {
border-radius: 200px;
border: 1px solid #003830;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 12px;
line-height: 1;
font-weight: 500; 
letter-spacing: 2.4px;
padding: 14px 24px;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
}
button.gallery-tab:hover,
button.gallery-tab.active {
background: #003830;
color: var(--color-text-light);
}
.gallery-tabs-wrapper {
padding-bottom: 40px;
} .single-top.apartman h1 {
margin-top: 40px;
}
p.apt-dom {
font-size: 24px;
letter-spacing: -2%;
}
table.miestnosti-table {
margin-top: 40px;
margin-bottom: 40px;
max-width: 400px;
width: 100%;
}
table.miestnosti-table th {
background: var(--color-text-light);
padding: 14px 12px;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
line-height: 1;
}
table.miestnosti-table th:nth-child(2) {
text-align: left;
}
table.miestnosti-table td {
color: var(--color-text-light);
padding: 15px 12px;
font-size: 16px;
font-weight: 500;
border-bottom: 1px solid #305E4F;
vertical-align: middle;
}
table.miestnosti-table td:last-child {
white-space: nowrap;
}
table.miestnosti-table tr:last-child td:first-child {
border: none;
padding-left: 0;
}
table.miestnosti-table tr:last-child td:last-child {
border: none;
font-weight: 700;
}
.single-top.apartman img.pozemok-podorys {
max-width: 800px;
margin-top: auto;
margin-bottom: auto;
}
.price-wrapper {
display: flex;
align-items: center;
gap: 30px;
}
.single-bottom .price-wrapper p.vybavenie span {
font-size: 16px;
}
.single-bottom .price-wrapper p.vybavenie {
background: #305E4F;
border-radius: 60px;
padding: 5px 20px;
} #footer {
background: #022621;
position: relative;
}
#footer .bgr {
position: absolute;
top: 0;
left: 0;
background-image: url(//www.royalvalley.eu/wp-content/uploads/2026/05/footer-bgr-large.svg);
background-size: auto 1100px;
width: 100%;
height: 100%;
background-position: top 230px center;
background-repeat: no-repeat;
}
.section.footer-top {
padding-top: 80px;
padding-bottom: 150px;
}
.col-4.footer-top-2 img {
max-width: 198px;
margin: auto;
}
.footer-top ul.menu>li>a {
color: var(--color-text-light);
font-size: 15px;
text-transform: none;
letter-spacing: 0px;
padding: 0px 0 3px 0;
display: inline-block;
margin-bottom: 14px;
}
.footer-top ul.menu>li>a:hover,
.footer-copyright ul.menu>li>a:hover {
opacity: 0.6;
}
#footer ul.menu>li>a:after {
display: none;
}
.footer-top h5,
.footer-copyright h5 {
margin-bottom: 24px;
}
.col-4.footer-top-3 {
display: flex;
flex-direction: column;
align-items: flex-end;
}
a.social-icon {
display: flex;
gap: 12px;
align-items: center;
color: #F5F0EB;
}
a.social-icon i {
width: 27px;
height: 27px;
text-align: center;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: 50%;
line-height: 27px;
font-size: 10px;
}
a.social-icon:hover {
color: var(--color-text-light);
}
.section.footer-copyright {
padding-bottom: 40px;
}
.section.footer-copyright .columns-wrapper {
align-items: flex-end;
}
.col-4.footer-bottom-1 a {
color: #fff;
font-size: 12px;
display: inline-block;
margin-bottom: 7px;
}
.col-4.footer-bottom-1 p.copyright {
font-size: 10px;
letter-spacing: 0.5px;
color: rgb(245 240 235 / 30%);
}
.col-4.footer-bottom-2 {
text-align: center;
}
.col-4.footer-bottom-2 a {
font-size: 30px;
color: var(--color-text-light);
display: inline-block;
margin-bottom: 10px;
}
.col-4.footer-bottom-2 a:hover {
color: #F5F0EB;
opacity: 0.6;
}
.col-4.footer-bottom-3 {
text-align: right;
}
.col-4.footer-bottom-3 ul.menu>li>a {
color: #fff;
font-size: 12px;
text-transform: none;
letter-spacing: 0px;
padding:0;
display: inline-block;
margin-bottom: 3px;
} svg.mapa-selector {
width: 100%;
height:auto;
}
.map-area {
stroke: #003830;
stroke-miterlimit: 10;
stroke-width: 2px;
fill: #d9e2b8;
}
.map-st2 {
fill: none;
stroke-opacity: .3;
stroke-width: 3px;
isolation: isolate;
}
g.text path {
fill: #003830;
}
a.rv-property .area .map-area {
opacity: 0.3;
}
a.rv-property:hover .area .map-area {
opacity: 1;
}
a.rv-property.volny .pointer .map-st6 {
fill: #48bc6b;
}
a.rv-property.volny .pointer .map-st2 {
stroke: #48bc6b;
}
a.rv-property.predany {
pointer-events: none;
}
a.rv-property.predany .pointer .map-st6 {
fill: #E74E1E;
}
a.rv-property.predany .pointer .map-st2 {
stroke: #E74E1E;
}
a.rv-property.rezervovany .pointer .map-st6 {
fill: #ff8b06;
}
a.rv-property.rezervovany .pointer .map-st2 {
stroke: #ff8b06;
}
a.rv-property.apartmanovy-dom .pointer .map-st2 {
fill-opacity: 0.3;
stroke: none;
}
a.rv-property.apartmanovy-dom.volny .pointer .map-st2 {
fill: #48bc6b;
}
a.rv-property.apartmanovy-dom.predany .pointer .map-st2 {
fill: #E74E1E;
}
a.rv-property.apartmanovy-dom.rezervovany .pointer .map-st2 {
fill: #ff8b06;
}
a.rv-property.predany .area .map-area {
opacity: 0.8;
}
a.rv-property.predany .map-area {
stroke: #b4bb9b;
stroke-miterlimit: 10;
stroke-width: 2px;
fill: #d9e2b8;
}
.selektor-legenda {
padding-top: 40px;
display: flex;
justify-content: flex-end;
align-items: baseline;
gap: 30px;
margin-bottom: -40px;
}
.legenda-item {
position: relative;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1.5px;
position: relative;
padding-left: 25px;
}
.legenda-item:before {
content: '';
width: 9px;
height: 9px;
position: absolute;
border-radius: 50%;
left: 4px;
top: 3px;
}
.legenda-item.rezervovany {
color: #af620a;
}
.legenda-item.predany {
color: #6B2E18;
}
.legenda-item.volny:before {
background: #38B662;
outline: 4px solid rgb(56 182 98 / 18%);
}
.legenda-item.rezervovany:before {
background: #ff8b06;
outline: 4px solid rgba(255, 139, 6, 0.20);
}
.legenda-item.predany:before {
background: #E74E1E;
outline: 4px solid rgb(231 78 30 / 20%);
}
.section.selektor.apartman-budova #budova {
max-width: 1000px;
display: flex;
height: auto;
margin-left: auto;
margin-right: auto;
}
.section.selektor.apartman-budova {
padding-bottom: 0;
} .section.selektor {
padding-bottom: 100px;
border-bottom: 1px solid rgb(0 56 48 / 20%);
position: relative;
}
.selektor-badges {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.selektor-badges img.badge-tatry {
position: absolute;
max-width: clamp(100px,13vw,195px);
}
.selektor-badges img.badge-compass {
position: absolute;
max-width: clamp(100px,10vw,155px);
}
.selektor-badges img.badge-selektor {
position: absolute;
max-width: clamp(150px, 18vw, 300px);
}
.selektor-badges.pozemok img.badge-tatry,
.selektor-badges.pozemok-projekt img.badge-tatry {
left: 20%;
bottom: 30%;
}
.selektor-badges.pozemok img.badge-compass,
.selektor-badges.pozemok-projekt img.badge-compass,
.selektor-badges.apartmany img.badge-compass {
left: 5%;
bottom: 2%;
}
.selektor-badges.pozemok  img.badge-selektor {
right: 24%;
bottom: 0;
}
.selektor-badges.pozemok-projekt  img.badge-selektor {
right: 45%;
bottom: 0;
}
.selektor-badges.apartmany img.badge-tatry {
left: 15%;
bottom: 30%;
}
.selektor-badges.apartmany img.badge-selektor {
right: 2%;
bottom: 0;
} @media (max-width: 1000px) {
#header .header-left .menu,
#header .header-right .menu,
#header .header-right .rv-button {
display: none;
} 
.logo {
flex: 0 0 140px;
order: 2;
}
.logo img {
max-width: 140px;
}
.header-right {
justify-content: flex-start;
order: 1;
height: 65px;
}
.header-left {
order: 3;
height: 65px;
}
.header-left, .header-right {
display: flex;
flex: 0 0 calc(50% - 120px);
}
.drawer-hamburger, .drawer-hamburger:hover {
position: absolute;
margin-top: 10px;
margin-right: 15px;
padding: 13px 9px 25px;
}
.drawer-hamburger {
width: 38px;
}
.drawer-hamburger-icon, 
.drawer-hamburger-icon:after, 
.drawer-hamburger-icon:before {
background-color: var(--color-cream);
height: 1px;
}
.drawer-hamburger-icon:before {
top: -10px;
}
.drawer-hamburger-icon:after {
top: 10px;
right: 0;
left: auto;
} 
.drawer-open .drawer-hamburger:before {
opacity: 0;
}
.drawer--right.drawer-open .drawer-hamburger {
right: 0px;
position:fixed;
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
width: 38px;
}
.drawer--right.drawer-open .drawer-nav {
position: absolute !important;
height: 100vh;
background: var(--color-green);
max-height: none;
margin-top: 0px;
width: 100%;
left: 0px;
padding: 150px 20px 50px 20px;
overflow: auto;
}
.drawer-overlay {
background: rgb(0 0 0 / 80%);
z-index: 2;
}
#header .drawer-nav ul.menu {
display: flex;
flex-direction: column;
width: 100%;
position: relative;
}
#header .drawer-nav ul.menu>li>a {
color: var(--color-text-light);
margin: 0;
padding: 12px 0;
font-size: 16px;
margin-bottom: 15px;
width: auto;
display: inline-block;
}
ul.menu>li.current-menu-item>a:after {
width: 100%;
}
#header ul.menu>li.menu-expand.menu-item {
display: block;
position: relative;
width: 100%;
}
li.menu-item-has-children ul.sub-menu {
position: relative;
width: 100%;
height: 0;
left: 0px;
top: 0;
opacity: 0;
transition: all 0.35s ease;
transform: translate(0, 0px);
visibility: hidden;
z-index: 1;
padding: 0px;
margin-top: -10px !important;
box-shadow: none;
display: none;
margin-bottom: 10px;
padding-left: 35px;
min-width: 100%;
background: transparent;
}
li.menu-item-has-children:hover ul.sub-menu {
opacity: 1;
transform: translateY(0px);
visibility: visible;
}
li.menu-item-has-children.open ul.sub-menu {
transform: translate(0%, 0px);
visibility: visible;
text-align: left;
height: auto;
opacity: 1;
display: block;
}
li.menu-item-has-children > a:before {
position: absolute;
right: -25px;
top: 15px;
}
ul.sub-menu:before {
display: none;
}
ul.sub-menu li a {
padding: 13px 0px;
display: block;
white-space: nowrap;
color: var(--color-text-light);
position: relative;
font-size: 15px;
font-weight: 400;
}
.drawer-nav a.rv-button.outline {
margin-top: 30px;
} main {
margin-top: -65px;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 26px;
}
h5 {
font-size: 11px;
} .main-title img {
transform: translate(55%, -55%);
}
.rv-button {
padding: 18px 75px 18px 20px;
letter-spacing: 1.5px;
}
.rv-button:before {
content: '';
width: 44px;
height: 44px;
}
span.rv-button__icon {
right: 22px;
font-size: 8px;
}
.section.home-2 {
padding-top: 50px;
}
.home-gallery-title p {
font-size: 10px;
letter-spacing: 3px;
min-width: 70px;
}
.home-gallery-slider .swiper-slide {
width: 80vw !important;
}
.home-gallery-text {
padding-top: 50px;
padding-bottom: 50px;
}
.home-gallery-text h3 {
font-size: 30px;
}
.cb-tagreel-content {
padding: 25px 0;
}
.cb-tagreel-item span {
font-size: 11px;
letter-spacing: 2px;
}
.section.home-3 {
padding-top: 50px;
padding-bottom: 50px;
}
.home-3 h2 {
font-size: 36px;
line-height: 1.3;
}
.rv-map__filters {
margin-top: 20px;
margin-bottom: 0px;
flex-wrap: wrap;
}
button.rv-map__filter {
letter-spacing: 2px;
font-size: 11px;
padding: 10px 16px;
border-radius: 999px;
}
.rv-map__stage {
display: flex;
flex-direction: column;
}
p.rv-map__text-right {
position: relative;
max-width: 100%;
width: 100%;
font-size: 13px;
padding-left: 15px;
right: 0;
top: 0;
order: 2;
margin: 15px 0;
}
.rv-map__popup-content {
display: flex;
height: 200px;
width: 140px;
flex-direction: column;
}
.rv-map__popup-left {
padding: 15px 10px;
height: 100px;
}
span.rv-map__popup-label {
letter-spacing: 2px;
font-size: 12px;
}
span.rv-map__popup-count span {
letter-spacing: 2px;
font-size: 10px;
}
span.rv-map__popup-count strong {
font-size: 30px;
}
.rv-map__popup-left, .rv-map__popup-image {
flex: 0 0 100px;
max-width: 100%;
}
p.rv-types-text {
padding: 0;
}
.rv-types .col-4 {
height: auto;
padding: 4px 0;
}
.rv-types-item {
height: 160px;
padding: 20px 25px 20px 25px;
}
.rv-types-item h3 {
font-size: 20px;
}
.rv-types strong {
font-size: 50px;
}
.home-4 .col-7 {
padding-right: 0px;
padding-bottom: 30px;
}
.columns-wrapper.middle.home-4-vizia {
flex-wrap: nowrap;
align-items: flex-start;
}
.columns-wrapper.middle.home-4-vizia .col-6.left {
width: 60%;
max-width: 60%;
padding-left: 0%;
padding-right: 0%;
flex: 0 0 60%;
}
.columns-wrapper.middle.home-4-vizia .col-6.right {
width: 40%;
max-width: 40%;
padding-left: 0%;
padding-right: 0%;
flex: 0 0 40%;
}
.home-4-vizia p {
font-size: 13px;
}
.section.tatry .large-title h3 {
gap: 5px;
flex-direction: column;
}
.section.tatry {
padding-top: 40px;
padding-bottom: 20px;
}
.section.tatry .large-title h3 span.small {
font-size: 14px;
font-family: 'Montserrat';
}
.section.tatry p.text-border {
width: 100%;
margin-left: 0;
max-width: 400px;
}
.section.tatry .columns-wrapper.bottom p {
border-top: 1px solid #fff;
display: block;
padding-top: 10px;
font-size: 13px;
margin-bottom: 20px;
}
.section.tatry .columns-wrapper.bottom .col-3 {
padding-right: 0px;
}
.section.tatry .columns-wrapper.bottom p br {
display: none;
}
.section.home-5 {
padding-top: 50px;
padding-bottom: 50px;
}
.section.home-5 .col-8 {
padding-right: 0px;
}
.section.home-5 .col-4 {
padding-top: 40px;
}
.section.home-5 .col-4 h2.large {
font-size: 100px;
}
.section.home-5 .col-4 h2.large span {
font-size: 55px;
}
img.rv-stamp {
width: 130px;
position: absolute;
top: 30px;
right: 0;
}
.section.home-5 .line-divider {
margin: 30px 0 25px;
max-width: 100%;
}
.section.home-6 {
padding-top: 0px;
padding-bottom: 30px;
}
.home-developer.middle {
margin-top: 30px;
flex-wrap: nowrap;
align-items: flex-start;
}
.home-developer .dev-right {
flex: 0 0 45%;
}
.home-developer .dev-left {
flex: 0 0 55%;
padding-right: 0;
}
.home-developer .dev-left p {
font-size: 13px;
}
.section.home-6 .col-6.right img {
height: 100%;
width: 100%;
}
.page-default-top .uvodny-text p {
padding-left: 30px;
padding-right: 30px;
}
.page-default-top .uvodny-text {
padding: 20px 0px;
margin-top: 50px;
}
.section.page-default-top {
min-height: 500px;
}
.selektor-legenda {
padding-top: 20px;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
position: relative;
z-index: 999;
}
svg.mapa-selector {
transform: scale(1.2);
}
.selektor-badges img.badge-compass {
max-width: clamp(60px,10vw,155px);
}
.selektor-badges img.badge-selektor {
max-width: clamp(90px, 18vw, 300px);
}
.selektor-badges img.badge-tatry {
max-width: clamp(85px, 13vw, 195px);
} .selektor-badges.pozemok-projekt img.badge-tatry {
left: 5%;
bottom: 20%;
}
.selektor-badges.pozemok-projekt img.badge-compass {
bottom: -11%;
}
.selektor-badges.pozemok-projekt img.badge-selektor {
right: 45%;
bottom: -15%;
} .selektor-badges.apartmany img.badge-tatry {
left: 5%;
}
.selektor-badges.apartmany img.badge-compass {
bottom: -11%;
}
.selektor-badges.apartmany img.badge-selektor {
bottom: -15%;
right: 5%;
} .selektor-badges.pozemok img.badge-tatry {
left: 15%;
bottom: 20%;
}
.selektor-badges.pozemok img.badge-compass {
bottom: -11%;
}
.selektor-badges.pozemok img.badge-selektor {
bottom: -15%;
}
.section.contact .bgr-inner {
right: auto;
width: 100vw;
overflow: hidden;
left: 50%;
transform: translateX(-50%);
}
.section.contact .col-6.bgr {
height: 50vh;
}
.section.contact .col-6.form {
display: flex;
padding-top: 30px;
padding-bottom: 50px;
padding-left: 0;
}
img.contact-stamp {
max-width: 140px;
}
.section.contact .col-6.form h3 {
padding-bottom: 10px;
}
.contact .wpcf7 {
margin-top: 40px;
}
.gdpr-wrapper button.rv-button {
margin-top: 35px;
}
span.wpcf7-list-item-label {
padding-left: 60px;
font-size: 13px;
max-width: 100%
}
.single-top-left {
padding-top: 130px;
}
p.apt-dom {
font-size: 19px;
}
table.miestnosti-table td {
padding: 12px 10px;
font-size: 13px;
}
table.miestnosti-table th {
padding: 12px 10px;
}
.single-top-img {
padding-top: 20px;
padding-bottom: 0px;
justify-content: center;
align-items: center;
}
.share-box {
margin-top: 30px;
}
.single-bottom .price-wrapper p {
font-size: 14px;
gap: 10px;
}
.price-wrapper {
display: flex;
align-items: flex-start;;
gap: 0px;
flex-direction: column;
margin-bottom: 40px;
}
.single-bottom .price-wrapper p span {
font-size: 32px;
}
.section.single-gallery-top .col-12 {
padding-top: 35px;
padding-bottom: 25px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
gap: 20px;
}
.gallery-tabs {
display: flex;
justify-content: space-between;
align-items: center;
gap: 5px;
max-width: calc(100% + 15px);
overflow-x: scroll;
}
button.gallery-tab {
font-size: 11px;
letter-spacing: 2px;
padding: 12px 15px;
white-space: nowrap;
}
.gallery-tabs:after {
content: '';
width: 50px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: linear-gradient(to right, rgb(251 255 210 / 0%), #fbffd2 80%);
z-index: 2;
}
.single-gallery-swiper .swiper-slide {
width: 65vw !important;
}
.section.footer-top {
padding-top: 40px;
padding-bottom: 50px;
}
.col-4.footer-top-2 img {
max-width: 140px;
}
.col-4.footer-top-1 {
order: 2;
padding-top: 50px;
flex: 0 0 50%;
max-width: 50%;
}
.col-4.footer-top-2 {
order: 1;
}
.col-4.footer-top-3 {
order: 3;
flex: 0 0 50%;
max-width: 50%;
padding-top: 50px;
}
#footer .bgr {
background-size: auto 600px;
background-position: bottom -200px center;
}
.footer-top ul.menu>li>a {
font-size: 14px;
margin-bottom: 10px;
}
.col-4.footer-bottom-1 {
order: 3;
text-align: center;
margin-top: 10px;
}
.col-4.footer-bottom-2 {
order: 1;
}
.col-4.footer-bottom-3 {
order: 2;
text-align: center;
margin-top: 20px;
}
.col-4.footer-bottom-2 a {
font-size: 26px;
}
}