@charset "UTF-8";
@charset "UTF-8";
.custom-modal {
width: 100%;
height: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 100002;
display: none;
}
.custom-modal.open {
display: block;
}
.custom-modal .backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
cursor: pointer;
}
.custom-modal .modal-content {
width: 750px;
max-height: calc(100vh - 100px);
background: #fff;
border-radius: 2px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
position: absolute;
overflow-y: auto;
text-align: center;
}
.custom-modal .modal-content .close {
position: absolute;
top: 0;
right: 0;
padding: 15px 20px;
cursor: pointer;
opacity: 1 !important;
}
.custom-modal .modal-content .close i {
font-size: 20px;
color: #666;
}
.custom-modal .modal-content .content {
padding: 50px;
}
@media (max-width: 981px) {
.custom-modal .modal-content {
width: 100%;
max-height: 100%;
left: 0;
top: 0;
bottom: 0;
transform: none;
display: flex;
}
.custom-modal .modal-content .content {
flex: 0 0 100%;
padding: 30px 15px 60px 15px;
}
.admin-bar .custom-modal .modal-content {
padding-top: 50px;
}
.admin-bar .custom-modal .modal-content .close {
top: 50px;
}
.admin-bar .custom-modal .modal-content {
border-radius: 0px;
}
} #site-wide-notification.custom-modal .modal-content h2 {
margin-bottom: 20px;
}
@media (max-width: 981px) {
#site-wide-notification.custom-modal .modal-content .content {
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
}
}@font-face{font-family:'FontAwesome';src:url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.villathalgo.com.au/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
box-sizing: border-box;
}
.fr-window {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana,
Arial, sans-serif; transform: translateZ(0px);
} .fr-overlay {
z-index: 99998;
}
.fr-window {
z-index: 99999;
}
.fr-spinner {
z-index: 100000;
} .fr-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.fr-overlay-background {
float: left;
width: 100%;
height: 100%;
background: #000;
opacity: 0.9;
filter: alpha(opacity=90);
}
.fr-overlay-ui-fullclick .fr-overlay-background {
background: #292929;
opacity: 1;
filter: alpha(opacity=100);
} .fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
position: absolute;
overflow: visible;
} .fr-measured {
margin: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
}
.fr-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-pages {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-page {
position: absolute;
width: 100%;
height: 100%;
}
.fr-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0;
text-align: center;
}
.fr-hovering-clickable .fr-container {
cursor: pointer;
}  .fr-ui-inside .fr-container {
padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 20px;
} .fr-ui-outside .fr-container {
padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 20px 48px;
} @media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 700px) { .fr-ui-inside .fr-container {
padding: 12px 12px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 12px;
} .fr-ui-outside .fr-container {
padding: 12px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 12px 48px;
}
}
@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) { .fr-ui-inside .fr-container {
padding: 0px 0px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 0px;
} .fr-ui-outside .fr-container {
padding: 0px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 0px 48px;
}
} .fr-ui-fullclick .fr-container {
padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
padding: 0;
} .fr-ui-fullclick.fr-type-video .fr-container {
padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
padding: 48px 0px;
} .fr-overflow-y .fr-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fr-content,
.fr-content-background {
position: absolute;
top: 50%;
left: 50%; overflow: visible;
} .fr-content-element {
float: left;
width: 100%;
height: 100%;
}
.fr-content-background {
background: #101010;
}
.fr-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #efefef;
font-size: 13px;
line-height: 20px;
text-align: left;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-info-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
line-height: 1%;
filter: none;
opacity: 1;
}
.fr-ui-inside .fr-info-background {
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1;
} .fr-ui-outside .fr-info-background {
background: #0d0d0d;
} .fr-content .fr-info {
top: auto;
bottom: 0;
}
.fr-info-padder {
display: block;
overflow: hidden;
padding: 12px;
position: relative;
width: auto;
}
.fr-caption {
width: auto;
display: inline;
}
.fr-position {
color: #b3b3b3;
float: right;
line-height: 21px;
opacity: 0.99;
position: relative;
text-align: right;
margin-left: 15px;
white-space: nowrap;
} .fr-position-outside,
.fr-position-inside {
position: absolute;
bottom: 0;
right: 0;
margin: 12px;
width: auto;
padding: 2px 8px;
border-radius: 10px;
font-size: 11px;
line-height: 20px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
display: none;
overflow: hidden;
white-space: nowrap;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-position-inside {
border: 0;
}
.fr-position-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0d0d0d;
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1; }
.fr-position-text {
color: #b3b3b3;
}
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
float: left;
position: relative;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
opacity: 1;
} .fr-ui-outside .fr-position-outside {
display: block;
}
.fr-ui-outside .fr-info .fr-position {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-position-inside {
display: block;
} .fr-info a,
.fr-info a:hover {
color: #ccc;
border: 0;
background: none;
text-decoration: underline;
}
.fr-info a:hover {
color: #eee;
} .fr-ui-outside.fr-no-caption .fr-info {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
display: none;
} .fr-stroke {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
.fr-stroke-vertical {
width: 1px;
height: 100%;
}
.fr-stroke-horizontal {
padding: 0 1px;
}
.fr-stroke-right {
left: auto;
right: 0;
}
.fr-stroke-bottom {
top: auto;
bottom: 0;
}
.fr-stroke-color {
float: left;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.08);
} .fr-info .fr-stroke-color {
background: rgba(80, 80, 80, 0.3);
} .fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
display: none;
} .fr-ui-fullclick .fr-stroke {
display: none;
}
.fr-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-info .fr-stroke-top {
display: none;
} .fr-side {
position: absolute;
top: 50%;
width: 54px;
height: 72px;
margin: 0 9px;
margin-top: -36px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
zoom: 1;
}
.fr-side-previous {
left: 0;
}
.fr-side-next {
right: 0;
left: auto;
}
.fr-side-disabled {
cursor: default;
}
.fr-side-hidden {
display: none !important;
}
.fr-side-button {
float: left;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.fr-side-button-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #101010;
}
.fr-side-button-icon {
float: left;
position: relative;
height: 100%;
width: 100%;
zoom: 1;
background-position: 50% 50%;
background-repeat: no-repeat;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-side {
width: 54px;
height: 60px;
margin: 0;
margin-top: -30px;
}
.fr-side-button {
width: 48px;
height: 60px;
margin: 0 3px;
}
} .fr-close {
position: absolute;
width: 48px;
height: 48px;
top: 0;
right: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.fr-close-background,
.fr-close-icon {
position: absolute;
top: 12px;
left: 12px;
height: 26px;
width: 26px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.fr-close-background {
background-color: #000;
} .fr-thumbnails {
position: absolute;
overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
width: 100%;
height: 12%;
min-height: 74px;
max-height: 160px;
bottom: 0;
}
.fr-thumbnails-vertical .fr-thumbnails {
height: 100%;
width: 10%;
min-width: 74px;
max-width: 160px;
left: 0;
}
.fr-thumbnails,
.fr-thumbnails * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-thumbnails-wrapper {
position: absolute;
top: 0;
left: 50%;
height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
top: 50%;
left: 0;
}
.fr-thumbnails-slider {
position: relative;
width: 100%;
height: 100%;
float: left;
zoom: 1;
}
.fr-thumbnails-slider-slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.fr-thumbnails-thumbs {
float: left;
height: 100%;
overflow: hidden;
position: relative;
top: 0;
left: 0;
}
.fr-thumbnails-slide {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
.fr-thumbnail-frame {
position: absolute;
zoom: 1;
overflow: hidden;
}
.fr-thumbnail {
position: absolute;
width: 30px;
height: 100%;
left: 50%;
top: 50%;
zoom: 1;
cursor: pointer;
margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
overflow: hidden; z-index: 1;
zoom: 1;
}
.fr-thumbnail-wrapper {
position: relative;
background: #161616;
width: 100%;
height: 100%;
float: left;
overflow: hidden;
display: inline; z-index: 0; }
.fr-thumbnail-overlay {
cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
cursor: default;
}
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 0;
overflow: hidden;
border-style: solid;
border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
position: absolute;
filter: alpha(opacity=85);
opacity: 0.85;
max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=99);
opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=35);
opacity: 0.35;
}
.fr-thumbnail-active {
cursor: default;
} .fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-thumbnail-loading-background {
background-color: #161616;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0.8;
position: relative;
float: left;
} .fr-thumbnail-loading-icon {
display: none;
} .fr-thumbnail-error .fr-thumbnail-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #202020;
} .fr-thumbnails-side {
float: left;
height: 100%;
width: 28px;
margin: 0 5px;
position: relative;
overflow: hidden;
}
.fr-thumbnails-side-previous {
margin-left: 12px;
}
.fr-thumbnails-side-next {
margin-right: 12px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
height: 28px;
width: 100%;
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
.fr-thumbnails-side-button {
position: absolute;
top: 50%;
left: 50%;
margin-top: -14px;
margin-left: -14px;
width: 28px;
height: 28px;
cursor: pointer;
}
.fr-thumbnails-side-button-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
filter: alpha(opacity=80);
opacity: 0.8;
-moz-transition: background-color 0.2s ease-in;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
background-color: #333;
cursor: pointer;
border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
background-color: #3b3b3b;
}
.fr-thumbnails-side-button-disabled * {
cursor: default;
}
.fr-thumbnails-side-button-disabled:hover
.fr-thumbnails-side-button-background {
background-color: #333;
}
.fr-thumbnails-side-button-icon {
position: absolute; top: 0;
left: 0;
width: 100%;
height: 100%;
} .fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
clear: both;
} .fr-window-ui-fullclick .fr-thumbnails {
background: #090909;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal
.fr-info
.fr-stroke-bottom {
display: block !important;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical
.fr-info
.fr-stroke-left {
display: block !important;
} .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
padding: 0 !important;
} @media all and (min-height: 700px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 16px 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 16px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 16px;
}
}
@media all and (min-height: 980px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 20px 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 20px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 20px;
}
} @media all and (min-width: 1200px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 8px 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 16px;
}
}
@media all and (min-width: 1800px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 10px 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) {
.fr-thumbnails-horizontal .fr-thumbnails {
display: none !important;
}
}
@media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-thumbnails-vertical .fr-thumbnails {
display: none !important;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-page {
min-width: 100%;
} .fr-page {
min-height: 100%;
} } .fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
display: none !important;
} .fr-toggle-ui {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
opacity: 1;
}
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
display: none;
} .fr-spinner {
position: fixed;
width: 52px;
height: 52px;
background: #101010;
background: rgba(16, 16, 16, 0.85);
border-radius: 5px;
}
.fr-spinner div {
position: absolute;
top: 0;
left: 0;
height: 64%;
width: 64%;
margin-left: 18%;
margin-top: 18%;
opacity: 1;
-webkit-animation: fresco-12 1.2s infinite ease-in-out;
animation: fresco-12 1.2s infinite ease-in-out;
}
.fr-spinner div:after {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 8px;
margin-left: -1px;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
.fr-spinner div.fr-spin-1 {
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
-ms-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
-ms-transform: rotate(120deg);
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
-ms-transform: rotate(150deg);
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
-ms-transform: rotate(210deg);
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
-ms-transform: rotate(240deg);
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
-ms-transform: rotate(300deg);
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
-ms-transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .fr-thumbnail-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
width: 40px;
height: 40px;
}
.fr-thumbnail-spinner-spin {
position: relative;
float: left;
margin: 8px 0 0 8px;
text-indent: -9999em;
border-top: 2px solid rgba(255, 255, 255, 0.2);
border-right: 2px solid rgba(255, 255, 255, 0.2);
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
border-left: 2px solid #fff;
-webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
border-radius: 50%;
width: 24px;
height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fr-error {
float: left;
position: relative;
background-color: #ca3434;
width: 160px;
height: 160px;
}
.fr-error-icon {
position: absolute;
width: 42px;
height: 42px;
top: 50%;
left: 50%;
margin-left: -21px;
margin-top: -21px;
}  .fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/libs/fresco/fresco/skins/fresco/sprite.svg);
} .fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/libs/fresco/fresco/skins/fresco/sprite.png);
}
.fr-window-skin-fresco .fr-error-icon {
background-position: -160px -126px;
}
.fr-window-skin-fresco .fr-content-background {
background: #101010;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
} .fr-window-skin-fresco .fr-side-button-background {
background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -93px -14px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -93px -214px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon {
opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
opacity: 0.8;
}  .fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch
.fr-side-disabled
.fr-side-button-icon {
opacity: 0.2;
} .fr-window-skin-fresco.fr-window-ui-inside
.fr-type-image
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image
.fr-side-disabled
.fr-side-button-icon {
background-image: none;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: 0px -300px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -48px -300px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: 0px -420px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -48px -420px;
}
}  .fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside
.fr-close:hover
.fr-close-background {
background-color: #434343;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
background-color: #131313;
filter: alpha(opacity=80);
opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick
.fr-close:hover
.fr-close-background {
background-color: #191919;
} .fr-window-skin-fresco .fr-close .fr-close-icon {
background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
background-position: -210px -8px;
} .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background-position: -210px -8px;
opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
border-color: transparent;
border-style: solid;
border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
border-width: 1px;
border-color: rgba(255, 255, 255, 0.08); } .fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
border: 0;
} .fr-window-skin-fresco
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -167px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -167px -91px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -91px;
} .fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-icon {
-moz-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled {
opacity: 0.5;
} .fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background {
filter: alpha(opacity=50);
} .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -91px;
}:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
-webkit-border-radius: 0;
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem;
font-weight: 300; }
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2; }
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2; }
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2; }
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2; }
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
small,
.small {
font-size: 80%;
font-weight: 400; }
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0;
list-style: none; }
.list-inline {
padding-left: 0;
list-style: none; }
.list-inline-item {
display: inline-block; }
.list-inline-item:not(:last-child) {
margin-right: 0.5rem; }
.initialism {
font-size: 90%;
text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem; }
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d; }
.blockquote-footer::before {
content: "\2014 \00A0"; }
.img-fluid {
max-width: 100%;
height: auto; }
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem;
line-height: 1; }
.figure-caption {
font-size: 90%;
color: #6c757d; }
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
a > code {
color: inherit; }
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700; }
pre {
display: block;
font-size: 87.5%;
color: #212529; }
pre code {
font-size: inherit;
color: inherit;
word-break: normal; }
.pre-scrollable {
max-height: 340px;
overflow-y: scroll; }
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1170px; } }
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px; }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-1 {
margin-left: 8.3333333333%; }
.offset-2 {
margin-left: 16.6666666667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.3333333333%; }
.offset-5 {
margin-left: 41.6666666667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.3333333333%; }
.offset-8 {
margin-left: 66.6666666667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.3333333333%; }
.offset-11 {
margin-left: 91.6666666667%; }
@media (min-width: 576px) {
.col-sm {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-sm-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.3333333333%; }
.offset-sm-2 {
margin-left: 16.6666666667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.3333333333%; }
.offset-sm-5 {
margin-left: 41.6666666667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.3333333333%; }
.offset-sm-8 {
margin-left: 66.6666666667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.3333333333%; }
.offset-sm-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
.col-md {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-md-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-md-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-md-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-md-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-md-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-md-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-md-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-md-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-md-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-md-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-md-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-md-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-md-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.3333333333%; }
.offset-md-2 {
margin-left: 16.6666666667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.3333333333%; }
.offset-md-5 {
margin-left: 41.6666666667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.3333333333%; }
.offset-md-8 {
margin-left: 66.6666666667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.3333333333%; }
.offset-md-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
.col-lg {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-lg-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.3333333333%; }
.offset-lg-2 {
margin-left: 16.6666666667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.3333333333%; }
.offset-lg-5 {
margin-left: 41.6666666667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.3333333333%; }
.offset-lg-8 {
margin-left: 66.6666666667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.3333333333%; }
.offset-lg-11 {
margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
.col-xl {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.3333333333%;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.6666666667%;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.3333333333%;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.6666666667%;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.3333333333%;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.6666666667%;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.3333333333%;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.6666666667%;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1; }
.order-xl-last {
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
-ms-flex-order: 13;
order: 13; }
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0; }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
-ms-flex-order: 7;
order: 7; }
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
-ms-flex-order: 8;
order: 8; }
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
-ms-flex-order: 9;
order: 9; }
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
-ms-flex-order: 10;
order: 10; }
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
-ms-flex-order: 11;
order: 11; }
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-webkit-order: 12;
-ms-flex-order: 12;
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.3333333333%; }
.offset-xl-2 {
margin-left: 16.6666666667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.3333333333%; }
.offset-xl-5 {
margin-left: 41.6666666667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.3333333333%; }
.offset-xl-8 {
margin-left: 66.6666666667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.3333333333%; }
.offset-xl-11 {
margin-left: 91.6666666667%; } }
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
.table .table {
background-color: #fff; }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff; }
.table-hover .table-primary:hover {
background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db; }
.table-hover .table-secondary:hover {
background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf; }
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb; }
.table-hover .table-success:hover {
background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb; }
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb; }
.table-hover .table-info:hover {
background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5; }
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba; }
.table-hover .table-warning:hover {
background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1; }
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb; }
.table-hover .table-danger:hover {
background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7; }
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe; }
.table-hover .table-light:hover {
background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6; }
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca; }
.table-hover .table-dark:hover {
background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe; }
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e; }
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
.table-dark {
color: #fff;
background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #32383e; }
.table-dark.table-bordered {
border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered {
border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered {
border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered {
border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered {
border: 0; } }
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
border: 0; }
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.form-control::-ms-expand {
background-color: transparent;
border: 0; }
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.form-control::placeholder {
color: #6c757d;
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff; }
.form-control-file,
.form-control-range {
display: block;
width: 100%; }
.col-form-label {
padding-top: -webkit-calc(0.375rem + 1px);
padding-top: calc(0.375rem + 1px);
padding-bottom: -webkit-calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5; }
.col-form-label-lg {
padding-top: -webkit-calc(0.5rem + 1px);
padding-top: calc(0.5rem + 1px);
padding-bottom: -webkit-calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5; }
.col-form-label-sm {
padding-top: -webkit-calc(0.25rem + 1px);
padding-top: calc(0.25rem + 1px);
padding-bottom: -webkit-calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5; }
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0;
padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: -webkit-calc(1.8125rem + 2px);
height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
height: -webkit-calc(2.875rem + 2px);
height: calc(2.875rem + 2px); }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block;
margin-top: 0.25rem; }
.form-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px; }
.form-check {
position: relative;
display: block;
padding-left: 1.25rem; }
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
color: #6c757d; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem; }
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0; }
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745; }
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, 0.8);
-webkit-border-radius: .2rem;
border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545; }
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, 0.8);
-webkit-border-radius: .2rem;
border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.form-inline .form-check {
width: 100%; }
@media (min-width: 576px) {
.form-inline label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
.form-inline .form-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0; }
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle; }
.form-inline .form-control-plaintext {
display: inline-block; }
.form-inline .input-group,
.form-inline .custom-select {
width: auto; }
.form-inline .form-check {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0; }
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0; }
.form-inline .custom-control {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.form-inline .custom-control-label {
margin-bottom: 0; } }
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.btn:hover, .btn:focus {
text-decoration: none; }
.btn:focus, .btn.focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {
cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none; }
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none; }
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.btn-primary:focus, .btn-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff; }
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745; }
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8; }
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107; }
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545; }
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa; }
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40; }
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent; }
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent; }
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
-webkit-border-radius: 0.2rem;
border-radius: 0.2rem; }
.btn-block {
display: block;
width: 100%; }
.btn-block + .btn-block {
margin-top: 0.5rem; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%; }
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative; }
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
margin-left: 0; }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.dropdown-menu-right {
right: 0;
left: auto; }
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 0.255em;
vertical-align: 0.255em;
content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto; }
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef; }
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap; }
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529; }
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
margin-left: -1px; }
.btn-toolbar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.btn-toolbar .input-group {
width: auto; }
.btn-group > .btn:first-child {
margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem; }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem; }
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
width: 100%; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none; }
.input-group {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%; }
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group > .custom-file {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem; }
.custom-control-inline {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem; }
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef; }
.custom-control-label {
position: relative;
margin-bottom: 0; }
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6; }
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 50% 50%;
background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-radio .custom-control-label::before {
-webkit-border-radius: 50%;
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5); }
.custom-select {
display: inline-block;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-select:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none; }
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.custom-select::-ms-expand {
opacity: 0; }
.custom-select-sm {
height: -webkit-calc(1.8125rem + 2px);
height: calc(1.8125rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 75%; }
.custom-select-lg {
height: -webkit-calc(2.875rem + 2px);
height: calc(2.875rem + 2px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-size: 125%; }
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
margin-bottom: 0; }
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
border-color: #80bdff; }
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse"; }
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: -webkit-calc(2.25rem + 2px);
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
-webkit-border-radius: 0 0.25rem 0.25rem 0;
border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.custom-range:focus {
outline: none; }
.custom-range::-moz-focus-outer {
border: 0; }
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
-webkit-border-radius: 1rem;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-webkit-slider-thumb:focus {
outline: none;
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
-webkit-border-radius: 1rem;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff; }
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
appearance: none; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
background-color: #b3d7ff; }
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem; }
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff; }
.nav-fill .nav-item {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem; }
.navbar-collapse {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff; }
.card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: border-box;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.card > hr {
margin-right: 0;
margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-body {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-link:hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
-webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
-webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem; }
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem; }
.card-img {
width: 100%;
-webkit-border-radius: -webkit-calc(0.25rem - 1px);
border-radius: calc(0.25rem - 1px); }
.card-img-top {
width: 100%;
-webkit-border-top-left-radius: -webkit-calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px);
-webkit-border-top-right-radius: -webkit-calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px); }
.card-img-bottom {
width: 100%;
-webkit-border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
border-bottom-right-radius: calc(0.25rem - 1px);
-webkit-border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px); }
.card-deck {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.card-deck .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-deck {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px; }
.card-deck .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px; } }
.card-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.card-group > .card {
margin-bottom: 15px; }
@media (min-width: 576px) {
.card-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.card-group > .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0; }
.card-group > .card + .card {
margin-left: 0;
border-left: 0; }
.card-group > .card:first-child {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0; }
.card-group > .card:last-child {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.card-group > .card:only-child {
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
-webkit-border-radius: 0;
border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
-webkit-border-radius: 0;
border-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1; }
.card-columns .card {
display: inline-block;
width: 100%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
-webkit-border-radius: 0;
border-radius: 0; }
.accordion .card:first-of-type {
border-bottom: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0; }
.breadcrumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #6c757d; }
.pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6; }
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
.page-link:focus {
z-index: 2;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-link:not(:disabled):not(.disabled) {
cursor: pointer; }
.page-item:first-child .page-link {
margin-left: 0;
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem;
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
-webkit-border-top-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
-webkit-border-bottom-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.3rem;
border-top-right-radius: 0.3rem;
-webkit-border-bottom-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
-webkit-border-top-left-radius: 0.2rem;
border-top-left-radius: 0.2rem;
-webkit-border-bottom-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
-webkit-border-top-right-radius: 0.2rem;
border-top-right-radius: 0.2rem;
-webkit-border-bottom-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; }
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.badge:empty {
display: none; }
.btn .badge {
position: relative;
top: -1px; }
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
-webkit-border-radius: 10rem;
border-radius: 10rem; }
.badge-primary {
color: #fff;
background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #0062cc; }
.badge-secondary {
color: #fff;
background-color: #6c757d; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62; }
.badge-success {
color: #fff;
background-color: #28a745; }
.badge-success[href]:hover, .badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1e7e34; }
.badge-info {
color: #fff;
background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #117a8b; }
.badge-warning {
color: #212529;
background-color: #ffc107; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #d39e00; }
.badge-danger {
color: #fff;
background-color: #dc3545; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #bd2130; }
.badge-light {
color: #212529;
background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5; }
.badge-dark {
color: #fff;
background-color: #343a40; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124; }
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; }
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit; }
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff; }
.alert-primary hr {
border-top-color: #9fcdff; }
.alert-primary .alert-link {
color: #002752; }
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db; }
.alert-secondary hr {
border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
color: #202326; }
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.alert-success hr {
border-top-color: #b1dfbb; }
.alert-success .alert-link {
color: #0b2e13; }
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb; }
.alert-info hr {
border-top-color: #abdde5; }
.alert-info .alert-link {
color: #062c33; }
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.alert-warning hr {
border-top-color: #ffe8a1; }
.alert-warning .alert-link {
color: #533f03; }
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.alert-danger hr {
border-top-color: #f1b0b7; }
.alert-danger .alert-link {
color: #491217; }
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe; }
.alert-light hr {
border-top-color: #ececf6; }
.alert-light .alert-link {
color: #686868; }
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca; }
.alert-dark hr {
border-top-color: #b9bbbe; }
.alert-dark .alert-link {
color: #040505; }
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0; }
to {
background-position: 0 0; } }
.progress {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem; }
.progress-bar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 1rem 1rem;
background-size: 1rem 1rem; }
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite; }
.media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.media-body {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1; }
.list-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0; }
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
color: #495057;
text-decoration: none;
background-color: #f8f9fa; }
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef; }
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
-webkit-border-top-left-radius: 0.25rem;
border-top-left-radius: 0.25rem;
-webkit-border-top-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
margin-bottom: 0;
-webkit-border-bottom-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
-webkit-border-bottom-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
background-color: #fff; }
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
-webkit-border-radius: 0;
border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 0; }
.list-group-item-primary {
color: #004085;
background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085; }
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41; }
.list-group-item-success {
color: #155724;
background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724; }
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460; }
.list-group-item-warning {
color: #856404;
background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404; }
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24; }
.list-group-item-light {
color: #818182;
background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182; }
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21; }
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5; }
.close:not(:disabled):not(.disabled) {
cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
color: #000;
text-decoration: none;
opacity: .75; }
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none; }
.modal-open {
overflow: hidden; }
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none; }
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.modal-dialog-centered {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: -webkit-calc(100% - (0.5rem * 2));
min-height: calc(100% - (0.5rem * 2)); }
.modal-content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem;
outline: 0; }
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000; }
.modal-backdrop.fade {
opacity: 0; }
.modal-backdrop.show {
opacity: 0.5; }
.modal-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
-webkit-border-top-left-radius: 0.3rem;
border-top-left-radius: 0.3rem;
-webkit-border-top-right-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: -webkit-calc(100% - (1.75rem * 2));
min-height: calc(100% - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg {
max-width: 800px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: 1; }
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000; }
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
-webkit-border-radius: 0;
border-radius: 0; }
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 0.3rem;
border-radius: 0.3rem; }
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid; }
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
bottom: -webkit-calc((0.5rem + 1px) * -1);
bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: 1px;
border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
left: -webkit-calc((0.5rem + 1px) * -1);
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
left: 1px;
border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
top: -webkit-calc((0.5rem + 1px) * -1);
top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: 1px;
border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
right: -webkit-calc((0.5rem + 1px) * -1);
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
right: 1px;
border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
border-top-left-radius: calc(0.3rem - 1px);
-webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
display: none; }
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529; }
.carousel {
position: relative; }
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden; }
.carousel-item {
position: relative;
display: none;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
-webkit-transition: none;
-o-transition: none;
transition: none; } }
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-next,
.active.carousel-item-right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); } }
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-item-prev,
.active.carousel-item-left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-duration: .6s;
-o-transition-duration: .6s;
transition-duration: .6s;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
left: 0;
z-index: 15;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none; }
.carousel-indicators li {
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""; }
.carousel-indicators .active {
background-color: #fff; }
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #007bff !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important; }
.bg-secondary {
background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
.bg-success {
background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important; }
.bg-info {
background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important; }
.bg-warning {
background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important; }
.bg-danger {
background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important; }
.bg-dark {
background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #007bff !important; }
.border-secondary {
border-color: #6c757d !important; }
.border-success {
border-color: #28a745 !important; }
.border-info {
border-color: #17a2b8 !important; }
.border-warning {
border-color: #ffc107 !important; }
.border-danger {
border-color: #dc3545 !important; }
.border-light {
border-color: #f8f9fa !important; }
.border-dark {
border-color: #343a40 !important; }
.border-white {
border-color: #fff !important; }
.rounded {
-webkit-border-radius: 0.25rem !important;
border-radius: 0.25rem !important; }
.rounded-top {
-webkit-border-top-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
-webkit-border-top-right-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important; }
.rounded-right {
-webkit-border-top-right-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
-webkit-border-bottom-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {
-webkit-border-bottom-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
-webkit-border-bottom-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-left {
-webkit-border-top-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
-webkit-border-bottom-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {
-webkit-border-radius: 50% !important;
border-radius: 50% !important; }
.rounded-0 {
-webkit-border-radius: 0 !important;
border-radius: 0 !important; }
.clearfix::after {
display: block;
clear: both;
content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none {
display: none !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-block {
display: block !important; }
.d-sm-table {
display: table !important; }
.d-sm-table-row {
display: table-row !important; }
.d-sm-table-cell {
display: table-cell !important; }
.d-sm-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none {
display: none !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-block {
display: block !important; }
.d-md-table {
display: table !important; }
.d-md-table-row {
display: table-row !important; }
.d-md-table-cell {
display: table-cell !important; }
.d-md-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none {
display: none !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-block {
display: block !important; }
.d-lg-table {
display: table !important; }
.d-lg-table-row {
display: table-row !important; }
.d-lg-table-cell {
display: table-cell !important; }
.d-lg-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none {
display: none !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-block {
display: block !important; }
.d-xl-table {
display: table !important; }
.d-xl-table-row {
display: table-row !important; }
.d-xl-table-cell {
display: table-cell !important; }
.d-xl-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important; }
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important; } }
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden; }
.embed-responsive::before {
display: block;
content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-sm-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-sm-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-sm-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-sm-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-sm-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-sm-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-sm-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-sm-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-sm-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-sm-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-sm-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-sm-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-sm-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-sm-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-sm-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-sm-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-sm-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-sm-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-sm-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-sm-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-sm-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-sm-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-md-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-md-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-md-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-md-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-md-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-md-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-md-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-md-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-md-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-md-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-md-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-md-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-md-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-md-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-md-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-md-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-md-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-md-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-md-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-md-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-md-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-md-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-md-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-md-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-md-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-md-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-lg-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-lg-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-lg-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-lg-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-lg-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-lg-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-lg-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-lg-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-lg-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-lg-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-lg-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-lg-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-lg-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-lg-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-lg-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-lg-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-lg-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-lg-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-lg-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-lg-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-lg-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-lg-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important; }
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important; }
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important; }
.flex-xl-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important; }
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important; }
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important; }
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important; }
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important; }
.flex-xl-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important; }
.flex-xl-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important; }
.justify-content-xl-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important; }
.justify-content-xl-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important; }
.justify-content-xl-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important; }
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important; }
.justify-content-xl-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important; }
.align-items-xl-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important; }
.align-items-xl-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important; }
.align-items-xl-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important; }
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important; }
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important; }
.align-content-xl-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important; }
.align-content-xl-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important; }
.align-content-xl-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important; }
.align-content-xl-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important; }
.align-content-xl-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important; }
.align-content-xl-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important; }
.align-self-xl-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important; }
.align-self-xl-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important; }
.align-self-xl-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important; }
.align-self-xl-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important; }
.align-self-xl-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important; }
.align-self-xl-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left {
float: left !important; }
.float-sm-right {
float: right !important; }
.float-sm-none {
float: none !important; } }
@media (min-width: 768px) {
.float-md-left {
float: left !important; }
.float-md-right {
float: right !important; }
.float-md-none {
float: none !important; } }
@media (min-width: 992px) {
.float-lg-left {
float: left !important; }
.float-lg-right {
float: right !important; }
.float-lg-none {
float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left {
float: left !important; }
.float-xl-right {
float: right !important; }
.float-xl-none {
float: none !important; } }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important; }
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030; }
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020; } }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-justify {
text-align: justify !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important; }
.text-sm-right {
text-align: right !important; }
.text-sm-center {
text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left {
text-align: left !important; }
.text-md-right {
text-align: right !important; }
.text-md-center {
text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important; }
.text-lg-right {
text-align: right !important; }
.text-lg-center {
text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important; }
.text-xl-right {
text-align: right !important; }
.text-xl-center {
text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #007bff !important; }
a.text-primary:hover, a.text-primary:focus {
color: #0062cc !important; }
.text-secondary {
color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important; }
.text-success {
color: #28a745 !important; }
a.text-success:hover, a.text-success:focus {
color: #1e7e34 !important; }
.text-info {
color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus {
color: #117a8b !important; }
.text-warning {
color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #d39e00 !important; }
.text-danger {
color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important; }
.text-light {
color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }
.text-dark {
color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #1d2124 !important; }
.text-body {
color: #212529 !important; }
.text-muted {
color: #6c757d !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
a:not(.btn) {
text-decoration: underline; }
abbr[title]::after {
content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
@page {
size: a3; }
body {
min-width: 992px !important; }
.container {
min-width: 992px !important; }
.navbar {
display: none; }
.badge {
border: 1px solid #000; }
.table {
border-collapse: collapse !important; }
.table td,
.table th {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list
{
background: #fff url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/slick.eot);
src: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/slick.woff) format('woff'), url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/slick.ttf) format('truetype'), url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: 'в†ђ';
}
[dir='rtl'] .slick-prev:before
{
content: 'в†’';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: 'в†’';
}
[dir='rtl'] .slick-next:before
{
content: 'в†ђ';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: 'вЂў';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@font-face {
font-family: 'cherie-font';
src: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/cherie-font/cherie-font.eot?65374569);
src: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/cherie-font/cherie-font.eot?65374569#iefix) format('embedded-opentype'),
url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/fonts/cherie-font/cherie-font.svg?65374569#cherie-font) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cherie-font';
src: url(data:application/octet-stream;base64,d09GRgABAAAAAA5UAA8AAAAAGXQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY+IEnUY21hcAAAAdgAAACNAAACNOmBHl9jdnQgAAACaAAAABMAAAAgBtX/BGZwZ20AAAJ8AAAFkAAAC3CKkZBZZ2FzcAAACAwAAAAIAAAACAAAABBnbHlmAAAIFAAAAv8AAARy/JkK4WhlYWQAAAsUAAAAMwAAADYZzLLMaGhlYQAAC0gAAAAbAAAAJAc8A2NobXR4AAALZAAAABMAAABAO3QAAGxvY2EAAAt4AAAAIgAAACIJlQhMbWF4cAAAC5wAAAAgAAAAIADaC8BuYW1lAAALvAAAAYAAAALxia/1K3Bvc3QAAA08AAAAmgAAAS2DtBHqcHJlcAAADdgAAAB6AAAAhuVBK7x4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgZN7OOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA68YHjBxxz0P4shijmIYRpQmBEkBwAHFAxyAHic7ZHbDcIwEAQnxIRXSBpJDRTEF0VSzHYR9pwtA0tz0p0fsnaAMzCazTQYPgzUens69PnIvc8br36m1VzLvrtS1X3r9eSzzS9OXLhy870HM08WVm9P/Nfc6zfdWgke9EyDc0Sh3ChUygrlTcF5o+DkUbADFGwDhfKpYEMo1O8UbA0F+7PvA9YfZQ4lxQAAAHicY2BAAxIQyBz0PwuEARJsA90AeJytVml300YUHXlJnIQsJQstamHExGmwRiZswYAJQbJjIF2crZWgixQ76b7xid/gX/Nk2nPoN35a7xsvJJC053Cak6N3583VzNtlElqS2AvrkZSbL8XU1iaN7DwJ6YZNy1F8KDt7IWWKyd8FURCtltq3HYdERCJQta6wRBD7HlmaZHzoUUbLtqRXTcotPekuW+NBvVXffho6yrE7oaRmM3RoPbIlVRhVokimPVLSpmWo+itJK7y/wsxXzVDCiE4iabwZxtBI3htntMpoNbbjKIpsstwoUiSa4UEUeZTVEufkigkMygfNkPLKpxHlw/yIrNijnFawS7bT/L4vead3OT+xX29RtuRAH8iO7ODsdCVfhFtbYdy0k+0oVBF213dCbNnsVP9mj/KaRgO3KzK90IxgqXyFECs/ocz+IVktnE/5kkejWrKRE0HrZU7sSz6B1uOIKXHNGFnQ3dEJEdT9kjMM9pg+Hvzx3imWCxMCeBzLekclnAgTKWFzNEnaMHJgJWWLKqn1rpg45XVaxFvCfu3a0ZfOaONQd2I8Ww8dWzlRyfFoUqeZTJ3aSc2jKQ2ilHQmeMyvAyg/oklebWM1iZVH0zhmxoREIgIt3EtTQSw7saQpBM2jGb25G6a5di1apMkD9dyj9/TmVri501PaDvSzRn9Wp2I62AvT6WnkL/Fp2uUiRen66Rl+TOJB1gIykS02w5SDB2/9DtLL15YchdcG2O7t8yuofdZE8KQB+xvQHk/VKQlMhZhViFZAYq1rWZbJ1awWqcjUd0OaVr6s0wSKchwXx76Mcf1fMzOWmBK+34nTsyMuPXPtSwjTHHybdT2a16nFcgFxZnlOp1mW7+s0x/IDneZZntfpCEtbp6MsP9RpgeVHOh1jeUELmnTfwZCLMOQCDpAwhKUDQ1hegiEsFQxhuQhDWBZhCMslGMLyYxjCchmGsLysZdXUU0nj2plYBmxCYGKOHrnMReVqKrlUQrtoVGpDnhJulVQUz6p/ZaBePPKGObAWSJfIml8xzpWPRuX41hUtbxo7V8Cx6m8fjvY58VLWi4U/Bf/V1lQlvWLNw5Or8BuGnmwnqjapeHRNl89VPbr+X1RUWAv0G0iFWCjKsmxwZyKEjzqdhmqglUPMbMw8tOt1y5qfw/03MUIWUP34NxQaC9yDTllJWe3grNXX27LcO4NyOBMsSTE38/pW+CIjs9J+kVnKno98HnAFjEpl2GoDrRW82ScxD5neJM8EcVtRNkja2M4EiQ0c84B5850EJmHqqg3kTuGGDfgFYW7BeSdconqjLIfuRezzKKT8W6fiRPaoaIzAs9kbYa/vQspvcQwkNPmlfgxUFaGpGDUV0DRSbqgGX8bZum1Cxg70Iyp2w7Ks4sPHFveVkm0ZhHykiNWjo5/WXqJOqtx+ZhSX752+BcEgNTF/e990cZDKu1rJMkdtA1O3GpVT15pD41WH6uZR9b3j7BM5a5puuiceel/TqtvBxVwssPZtDtJSJhfU9WGFDaLLxaVQ6mU0Se+4BxgWGNDvUIqN/6v62HyeK1WF0XEk307Ut9HnYAz8D9h/R/UD0Pdj6HINLs/3mhOfbvThbJmuohfrp+g3MGutuVm6BtzQdAPiIUetjrjKDXynBnF6pLkc6SHgY90V4gHAJoDF4BPdtYzmUwCj+Yw5PsDnzGHQZA6DLeYw2GbOGsAOcxjsMofBHnMYfMGcdYAvmcMgZA6DiDkMnjAnAHjKHAZfMYfB18xh8A1z7gN8yxwGMXMYJMxhsK/p1jDMLV7QXaC2QVWgA1NPWNzD4lBTZcj+jheG/b1BzP7BIKb+qOn2kPoTLwz1Z4OY+otBTP1V050h9TdeGOrvBjH1D4OY+ky/GMtlBr+MfJcKB5RdbD7n74n3D9vFQLkAAQAB//8AD3icbZJNaBNBFMffe5PNJlbUaLPbpG401WYxTfqRNNmbXaO1YNIeYmxDK2Iv7U0rHrwqiOBBT4IlgiLeKljox9WD4E2DIN4UsQcVEgRB9GI3vtk2TYvdw+x7M//3m3kzf0DgT8xRGPaAaR9HBMSRPYjDiofgDPAyFnkKxjmAcwGNFK0H9aCumlY0EzXp5aJY2ldZj9DnhxReRLG0vxKcBymW3JukNrkMHpHMYYafAYksStk4K3GT221mTEtXo8GojnHm7n9Ea+vR+WcvWljJbdyhH6IIXvAuK4jJnkNo+dHEP/hFc/rxneaEcdY5ouE7N96q+b29xo+qH3Wkn67Q6dfwK15zAW68UfONftAHIK4h4BrFj3gDbzh3Q/LX7JG+UxHamlw0VV3VLd0yLRM/1yL1eqRWN2o1A2drRr2Zb56pIc7TK7fWR80zmX7ZjU4+zGvOqrOiYd5Z1bDAKU7vSJ1VHjbOKU7Rc+b020kJvgqCxJxXISTCovwjjXuQ03O8cRu0BeSnKqEeDBwL8G0H0oFoBn/FnWUcjeMoXsJRZ3kj4+6h8UC8pAaEoQ8ydqoDSeBIOETyFXknEJclG6nkkfuVgZPC4c5Yd2ff4b4TIUW+a9bKZgbNmBnrUr2qt13XdC2dsrJ8Td1dcnqQ42xKTrdLAa0lO8LpgQsTb8ulVJqD8szZ3FD6k+HsnRzLJ3p7E/mxlbGCDApj99NDubMz5QsD6XSqVH47wUE4lPxk3JWLKzvksOXLU3QafNKX5Pqd3TnsEbv5Pej6nR/VMtnueDNSrUYqNLX+lGJGtWpU4i1mqcn0uV7nYZhb2cXrB12mqvPNM5fuRB4zbqoSqdJp43G8YlRbzFv4E5Qtn0tj4GwCp3E64VzH1wnniRtt09Ptlr5b2gnFLZY5TxJ47w9XukFLv4CXQECHHfyv8QPuIblnsfD3vUji0ZObNfAR33CfR23DvTsokSwty9YKCIoHfOgTSnvPoZTW7u2KDWav9Nr2RdvGN/ZkLjdp/wNpLNnhAHicY2BkYGAA4liObKV4fpuvDNzML4AiDLeTtrdD6Q4Ghv9tzC+Yg4BcDgYmkCgALzsLUAB4nGNgZGBgDvqfBSRfMDCASUYGVCAAAF0EA6cAeJxjfsHAwEwmZrjDwAAA5P8OogAAAAAAACwAWAByAIwAngC8AOABEAF4AaIBzAHkAfwCFgI5AAAAAQAAABAAMAACAAAAAAACAA4AHgBzAAAARgtwAAAAAHicdZDBTsJAEIb/KmiExIMmXrzMyUAMpTTx4kUSEriTyM1DLUtbLF2yXUw4+hTefAdfyDfwHfxbNoYYabPbb76dzuwugAt8wcPuuePYsYc2ox0f4RRDx8f0E8cN8tRxk/zk+IScOm7hFqXjNi7xwQpe44zREp+OPVx5146PcO4NHB/TPzhukB8dN8kvjk/Ib45bmHnvjtu48b5Her01WZJa6Yy6EgZhIM9b0VRZEeUSbWyqTSlDWejCqjzXfqxXcapMpnqVmqpkk0dmz+zhTJky04UM/GDPTlShTGTVvOpUviahtQtZGL2Ssesha6OXKrZ+au36vt/f740RNNbYwiBDwku0EHRou/yGCOoheGaGMHOXlaFAhJwmwoZ/pPVKyXjIsWBU0Cpm5GQfMecV55SuqqDQ+82aMkpYJWctcyDnfzurXUlbxYIBOwUHcieMitpH9c7mv2cq8cr+Ia1ldrV7U+9WMP5zDuE9VWtLmpjer2/L0t6jz/fAuX8AAK6M/3icbY7LDoIwFEQ7ID5440Z/ot9EoFTaiJS0RX5fBUxowmzunbOYGeKRRSHZVw4PPg4IcMQJZ1wQIkKMBCky5ChIzATXkpeV1moqtqasK/Z0Sccf9uoQLVth0xV9z1ur/h/JOmV4vjW0lm20gqEbTbL+hleaidviqBFKWzrn01/jfYfPve64Rk195pBxCF6yH43fKEvIBxSMWfEAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format('woff'),
url(data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+IEnUAAABUAAAAFZjbWFw6YEeXwAAAagAAAI0Y3Z0IAbV/wQAAA1cAAAAIGZwZ22KkZBZAAANfAAAC3BnYXNwAAAAEAAADVQAAAAIZ2x5ZvyZCuEAAAPcAAAEcmhlYWQZzLLMAAAIUAAAADZoaGVhBzwDYwAACIgAAAAkaG10eDt0AAAAAAisAAAAQGxvY2EJlQhMAAAI7AAAACJtYXhwANoLwAAACRAAAAAgbmFtZYmv9SsAAAkwAAAC8XBvc3SDtBHqAAAMJAAAAS1wcmVw5UErvAAAGOwAAACGAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEDtwGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOgA6A4DUv9qAFoDUgCWAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAFwAAEAAAAAAGoAAwABAAAALAADAAoAAAFwAAQAPgAAAAQABAABAADoDv//AADoAP//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAMQAAAAAAAAADwAA6AAAAOgAAAAAAQAA6AEAAOgBAAAAAgAA6AIAAOgCAAAAAwAA6AMAAOgDAAAABAAA6AQAAOgEAAAABQAA6AUAAOgFAAAABgAA6AYAAOgGAAAABwAA6AcAAOgHAAAACAAA6AgAAOgIAAAACQAA6AkAAOgJAAAACgAA6AoAAOgKAAAACwAA6AsAAOgLAAAADAAA6AwAAOgMAAAADQAA6A0AAOgNAAAADgAA6A4AAOgOAAAADwABAAAAAANwAhoACgAnQCQBAQABAUcKAQFFBQQCAEQAAQAAAVIAAQEAVgAAAQBKERYCBRYrARcVFwcnNyE1IScCvq8Dsg6a/R4C35cCGq8BA7IPmhWYAAAAAQAAAAADgAIHAAoAJ0AkAQEBAAFHBQQCAEUKAQFEAAABAQBSAAAAAVYAAQABShEWAgUWKyUnNSc3FwchFSEXASqvA7IPmwLi/SGYo64BA7IPmhWYAAAAAAEAAP+GAu4DUgAGAAazBQEBLSsTATcJAScB9wHhFv4wAdAW/hoBZ/4fFgHQAdAW/hoAAAABAAD/hgL2A1IABgAGswUBAS0rCQEHCQEXAQLx/h8WAdD+MBYB5gFxAeEW/jD+MBYB5gAAAQAA/+cC7gLVAAIABrMCAAEtKwUJAQF3AXf+iRkBdwF3AAAAAQAAAAAC6AJSAAsABrMFAQEtKwEnBxcHFzcXNyc3JwHf6x7s7B7r7B3r6x0BZ+sd7Ose7Owe6+wdAAAAAQAA//8DUwLCAAsABrMIAgEtKwkBBwkBJwkBNwkBFwIIAUsW/rX+tBYBS/61FgFMAUsWAWH+tBYBS/61FgFMAUsW/rUBSxYAAQAA/+cDQQKrAAsAMEAtAAABAG8AAwIDcAYFAgECAgFSBgUCAQECVgQBAgECSgAAAAsACxERERERBwUZKwERIxEhFSERMxEhNQH0Kv6zAU0qAU0BXgFN/rMq/rMBTSoAAgAA/5QDvgL/ABoALwA1QDIYAQIDAUcaGQIBRAAAAAMCAANgBAECAQECVAQBAgIBWAABAgFMHBsmJRsvHC8pGQUFFislNjc2NTQnJicmIgcGBwYUFxYXFjMyNzY3FzclIicmJyY0NzY3NjIXFhcWFAcGBwYC4i0YGjMxVVfNWFQyMzMxVVhmRkI/M90d/gxaTkssLi4sS060TkwsLi4sTE6OMz9CRmZYVTEzMzJUWM1XVTEzGhkt3R2JLixMTrROSywuLixLTrROTCwuAAAAAAEAAAAAA0ECQwAIACdAJAIBAAEBRwEBAUUEAwIARAABAAABUgABAQBWAAABAEoRFQIFFisBJwcXNychNSEBgB7Ozh6aAlv9oQImHc7OHZoqAAAAAAEAAAAAA1QCQwAIACdAJAgBAQABRwEBAEUHBgIBRAAAAQEAUgAAAAFWAAEAAUoREgIFFisBBxchFSEHFzcChh6e/aECW5oezgJDHZ4qmh3OAAAAAAEAAAAAA4EB8QAFAAazBQEBLSsTNwkBFwFnLAFhAWEs/nMBxSz+nwFhLP5zAAAAAAEAAAAAA4EChAAFAAazBQEBLSslBwkBJwEDgSz+n/6fLAGN9ywBYf6fLAGNAAAAAAEAAAAAA6oBXgADABhAFQABAAABUgABAQBWAAABAEoREAIFFisBITUhA6r80wMtASA+AAABAAAAAADcAcwACAAgQB0CAQABAQBUAgEAAAFYAAEAAUwBAAUEAAgBCAMFFCsTMhYUBiImNDZuLkBAXEBAAcxAWkJCWkAAAAABAAAAAQAAXQhrIl8PPPUACwPoAAAAANtit4cAAAAA22K3iAAA/4YD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAAAAAPoAAEAAAAAAAAAAAAAAAAAAAAQA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAANwAAAAAAAAALABYAHIAjACeALwA4AEQAXgBogHMAeQB/AIWAjkAAAABAAAAEAAwAAIAAAAAAAIADgAeAHMAAABGC3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACwA1AAEAAAAAAAIABwBAAAEAAAAAAAMACwBHAAEAAAAAAAQACwBSAAEAAAAAAAUACwBdAAEAAAAAAAYACwBoAAEAAAAAAAoAKwBzAAEAAAAAAAsAEwCeAAMAAQQJAAAAagCxAAMAAQQJAAEAFgEbAAMAAQQJAAIADgExAAMAAQQJAAMAFgE/AAMAAQQJAAQAFgFVAAMAAQQJAAUAFgFrAAMAAQQJAAYAFgGBAAMAAQQJAAoAVgGXAAMAAQQJAAsAJgHtQ29weXJpZ2h0IChDKSAyMDIwIGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21jaGVyaWUtZm9udFJlZ3VsYXJjaGVyaWUtZm9udGNoZXJpZS1mb250VmVyc2lvbiAxLjBjaGVyaWUtZm9udEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMgAwACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBjAGgAZQByAGkAZQAtAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBjAGgAZQByAGkAZQAtAGYAbwBuAHQAYwBoAGUAcgBpAGUALQBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABjAGgAZQByAGkAZQAtAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERAAxjaGVyaWVfYXJyb3cRY2hlcmllX2Fycm93X2JhY2sRY2hlcmllX2Fycm93X2xlZnQSY2hlcmllX2Fycm93X3JpZ2h0DmNoZXJpZV9jaGV2cm9uDGNoZXJpZV9jbG9zZRBjaGVyaWVfY2xvc2UtYmlnC2NoZXJpZV9wbHVzDWNoZXJpZV9zZWFyY2gXY2hlcmllLXNob3J0LWFycm93LWxlZnQYY2hlcmllLXNob3J0LWFycm93LXJpZ2h0EWNoZXJpZV9hcnJvd19kb3duD2NoZXJpZV9hcnJvd191cAVtaW51cwNkb3QAAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA) format('truetype');
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "cherie-font";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.icon-cherie_arrow:before { content: '\e800'; } .icon-cherie_arrow_back:before { content: '\e801'; } .icon-cherie_arrow_left:before { content: '\e802'; } .icon-cherie_arrow_right:before { content: '\e803'; } .icon-cherie_chevron:before { content: '\e804'; } .icon-cherie_close:before { content: '\e805'; } .icon-cherie_close-big:before { content: '\e806'; } .icon-cherie_plus:before { content: '\e807'; } .icon-cherie_search:before { content: '\e808'; } .icon-cherie-short-arrow-left:before { content: '\e809'; } .icon-cherie-short-arrow-right:before { content: '\e80a'; } .icon-cherie_arrow_down:before { content: '\e80b'; } .icon-cherie_arrow_up:before { content: '\e80c'; } .icon-minus:before { content: '\e80d'; } .icon-dot:before { content: '\e80e'; }
 :root{--animate-duration:1s;--animate-delay:0.2s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform: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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-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}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-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)}}@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)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-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)}}@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)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
  *,
*:before,
*:after {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break: break-word;
word-wrap: break-word; }
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,
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; vertical-align: baseline; }
a:focus, a:active, a:visited {
outline: none !important; } :focus {
outline: 0; }
a:hover {
text-decoration: none; } article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
-moz-appearance: none; }
input[type=search] {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: content-box;
box-sizing: content-box; }
textarea {
overflow: auto;
vertical-align: top;
resize: vertical; } audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
max-width: 100%; } audio:not([controls]) {
display: none;
height: 0; } [hidden] {
display: none; } html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus {
outline: thin dotted; } a:active,
a:hover {
outline: 0; } img {
border: 0; -ms-interpolation-mode: bicubic; } figure {
margin: 0; } form {
margin: 0; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0;
white-space: normal; *margin-left: -7px; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button,
input {
line-height: normal; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"], button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: none; cursor: pointer; *overflow: visible; } button[disabled],
html input[disabled] {
cursor: default; } input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } textarea {
overflow: auto; vertical-align: top; } table {
border-collapse: collapse;
border-spacing: 0; }
html,
button,
input,
select,
textarea {
color: #222; }
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; }
img {
vertical-align: middle; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
textarea {
resize: vertical; }
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
label {
display: block;
margin-bottom: 10px; }
b,
strong {
font-weight: 700; }
button:focus, input:focus {
outline: none; } .select2-container--default .select2-selection--single,
select {
border: 1px solid #000;
color: #000;
width: 100%;
height: 50px;
padding: 0 16px;
cursor: pointer;
border-radius: 0;
font-size: 14px;
moz-appearance: none; -webkit-appearance: none; -moz-appearance: none;
appearance: none;
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/cherie_arrow_down.svg);
background-position: 95% center;
background-repeat: no-repeat; }
.select2.select2-container.select2-container--default {
height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px;
padding-left: 0;
line-height: 50px;
font-weight: 300; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none; }  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=number],
input[type=search] {
border: 1px solid #000;
color: #000;
font-weight: 300;
width: 100%;
height: 50px;
padding: 0 16px;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 14px; }
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
color: #000;
font-size: 14px; }
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder {
color: #000;
font-size: 14px; }
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
color: #000;
font-size: 14px; }
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder {
color: #000;
font-size: 14px; }
textarea {
border-radius: 0;
height: 160px;
padding: 16px;
color: #000;
border: 1px solid #000;
font-size: 14px;
font-weight: 300; }
textarea::-webkit-input-placeholder {
color: #000;
font-size: 14px; }
textarea::-moz-placeholder {
color: #000;
font-size: 14px; }
textarea:-ms-input-placeholder {
color: #000;
font-size: 14px; }
textarea:-moz-placeholder {
color: #000;
font-size: 14px; } input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block; }
input[type="radio"]::before {
content: '';
width: 18px;
height: 18px;
display: block;
border: 1px solid #000;
border-radius: 100%;
cursor: pointer; }
input[type="radio"]:checked::before {
content: '';
width: 18px;
height: 18px;
border: 1px solid #000;
border-radius: 100%;
background: #000; }
input[type="radio"]:checked::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border-radius: 100%;
-webkit-transform: scale(0.35);
transform: scale(0.35); } input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block !important; }
input[type="checkbox"]::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
cursor: pointer; }
input[type="checkbox"]:checked::before {
content: '';
display: block;
width: 18px;
height: 18px;
border: 1px solid #000;
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/checkbox.svg);
background-size: cover;
background-position: center center; } .art-hidden {
opacity: 0; }
.art-visible {
opacity: 1; }
.art--aliment-left {
text-align: left; }
.art--aliment-center {
text-align: center; }
.art--aliment-right {
text-align: right; }
.art-clearfix::after {
content: "";
clear: both;
display: table; }
.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
letter-spacing: 5px; }
.woocommerce .star-rating {
width: 7em; }  .my-mfp-zoom-in .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
transform: scale(0.8); } .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; } .my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out; } .my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8; } .my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; }
.art-post-tags a {
padding: 6px 12px;
border: 1px solid #000;
margin: 7px 7px; }
.art-display-block {
display: block; }
.art-display-none {
display: none; }
#art-main-holder {
position: relative;
right: 0; }
#art-main-holder.art-no-transform {
-webkit-transform: none !important;
transform: none !important; }
.art--mobile-menu-navigation-wrapper {
right: -280px !important; }
.art--mobile-menu-navigation-wrapper.sidebar-open {
right: 0 !important; } #pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button {
border-radius: 0 0 0 0;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
font-size: 14px; } .woocommerce .button.wc-backward,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.art-button-dark {
display: inline-block;
padding: 16px 32px 14px 32px;
border: none;
border-radius: 0; }
.woocommerce .button.wc-backward:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.art-button-dark:hover {
opacity: 0.8; } #pwgc-redeem-button,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button,
.art-button-light {
display: inline-block;
border: 1px solid;
padding: 14px 31px 14px 31px;
background-color: transparent; }
#pwgc-redeem-button:hover,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button:hover,
.art-button-light:hover {
opacity: 1; } .art-button-two-light {
display: inline-block;
padding: 16px 32px 14px 32px; }
.art-button-two-light:hover {
opacity: 0.95; } .art-button-three-light {
display: inline-block;
border: 1px solid;
padding: 14px 31px 14px 31px; }
.art-button-three-light:hover {
opacity: 1; } .woocommerce button.button.art-button-link-line,
.art-button-link-line {
background-color: unset;
padding: 0 0 5px 0;
font-weight: 400;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
border-bottom: 1px solid #000;
border-radius: 0; }
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px; }
.screen-reader-text,
.gallery-caption {
font-size: 100%; }
.bypostauthor {
font-size: 100%; } .art-preloader-holder {
position: fixed;
height: 100%;
width: 100%;
z-index: 99999999999999; }
.art-preloader-holder .art-preloader-holder-data {
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-preloader-holder img.img-logotype {
display: none; } a {
-webkit-transition: opacity 250ms ease-in-out;
transition: opacity 250ms ease-in-out; }
a:hover {
opacity: 0.8; }
img {
height: auto;
max-width: 100%; } .slick-dotted.slick-slider {
margin-bottom: 0; }
.art-half-slide-container-left .slick-dots {
bottom: -55px;
width: 555px;
right: 16px; }
.art-half-slide-container-right .slick-dots {
bottom: -55px;
width: 555px; }
.slick-dots li {
margin: 0; }
.slick-dots li button::before {
content: '';
width: 10px;
height: 10px;
border: 1px solid #000;
border-radius: 100%;
opacity: 1 !important; }
.slick-dots li button:hover::before {
opacity: 0.8 !important; }
.slick-dots li.slick-active button::before {
background-color: #000; } .swiper-button-next:hover,
.swiper-button-prev:hover {
opacity: 0.8; } .art-pagination.art-default-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-pagination.art-default-pagination .art-left-arrow {
margin-right: 19px; }
.art-pagination.art-default-pagination .art-center-buttons {
height: 36px; }
.art-pagination.art-default-pagination .art-center-buttons .page-numbers {
font-size: 14px;
line-height: 13px;
font-weight: 400;
display: inline-block;
margin: 0 7px; }
.art-pagination.art-default-pagination .art-center-buttons .page-numbers.current {
border-bottom: 1px solid #000; }
.art-pagination.art-default-pagination .art-center-buttons a.page-numbers:hover {
opacity: 0.8; }
.art-pagination.art-default-pagination .art-right-arrow {
margin-left: 19px; }
.art-pagination.art-default-pagination .art-right-arrow i,
.art-pagination.art-default-pagination .art-left-arrow i {
font-size: 25px; }
.art-pagination.art-default-pagination .art-right-arrow i::before,
.art-pagination.art-default-pagination .art-left-arrow i::before {
margin: 0; }
.wp-block-image {
margin: 50px 0; }
.wp-block-gallery {
margin-top: 50px;
margin-bottom: 30px; }
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 30px) / 2); }
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 30px 30px 0; }
.art-copyrights {
font-size: 12px;
line-height: 14px;
margin-top: -10px; }
code {
color: #000000; }
.art-post-pagination {
text-align: center;
margin-bottom: 40px; }
.art-post-pagination .art-post-pages-wrapper {
margin-bottom: 10px; }
.art-post-pagination .post-page-numbers {
margin: 0 7px;
display: inline-block;
line-height: 20px; }
.art-post-pagination .post-page-numbers span {
line-height: 20px;
display: inline-block; }
.art-post-pagination .post-page-numbers.current {
border-bottom: 1px solid #000; }
figure {
height: auto; }
figure.wp-caption.aligncenter, figure.wp-caption.alignnone {
max-width: 100%; }
figure figcaption {
margin-top: .5em;
margin-bottom: 1em; } body:not(.elementor-editor-active) .story {
height: 100%; }
body:not(.elementor-editor-active) .story h1.art-page-title {
margin-bottom: 40px; }
body:not(.elementor-editor-active) .story .wp-block-cover-text {
color: #fff;
font-weight: 700; }
body:not(.elementor-editor-active) .story iframe {
max-width: 100%; }
body:not(.elementor-editor-active) .story a.wp-block-button__link {
text-decoration: none; }
body:not(.elementor-editor-active) .story .wp-block-button {
margin-bottom: 10px; }
body:not(.elementor-editor-active) .story .wp-block-button.is-style-squared a {
border-radius: 0; }
body:not(.elementor-editor-active) .story a {
text-decoration: underline; }
body:not(.elementor-editor-active) .story a.art-button {
text-decoration: none; }
body:not(.elementor-editor-active) .story h1, body:not(.elementor-editor-active) .story h2, body:not(.elementor-editor-active) .story h3, body:not(.elementor-editor-active) .story h4, body:not(.elementor-editor-active) .story h5, body:not(.elementor-editor-active) .story h6 {
margin-bottom: 16px; }
body:not(.elementor-editor-active) .story blockquote {
position: relative;
padding-left: 40px; }
body:not(.elementor-editor-active) .story blockquote::before {
position: absolute;
content: '“';
left: 20px; }
body:not(.elementor-editor-active) .story p {
margin-bottom: 30px;
word-wrap: break-word; }
body:not(.elementor-editor-active) .story p:last-child {
margin-bottom: 0; }
body:not(.elementor-editor-active) .story figure.aligncenter,
body:not(.elementor-editor-active) .story img.aligncenter {
margin: 0 auto;
display: block; }
body:not(.elementor-editor-active) .story .wp-block-gallery,
body:not(.elementor-editor-active) .story .wp-block-image { }
body:not(.elementor-editor-active) .story .wp-block-gallery.alignleft,
body:not(.elementor-editor-active) .story .wp-block-image.alignleft {
margin: 0 30px 0 0; }
body:not(.elementor-editor-active) .story .wp-block-gallery.alignright,
body:not(.elementor-editor-active) .story .wp-block-image.alignright {
margin: 0 0 0 30px; }
body:not(.elementor-editor-active) .story .wp-block-column figure {
margin: 50px 0; }
body:not(.elementor-editor-active) .story pre {
background: #ececec;
padding: 20px;
display: block;
margin: 10px 15px 10px 0;
overflow-x: auto; }
body:not(.elementor-editor-active) .story address {
display: inline-block; }
body:not(.elementor-editor-active) .story .wp-caption {
width: auto; }
body:not(.elementor-editor-active) .story .wp-caption img {
margin: 0; }
body:not(.elementor-editor-active) .story .wp-caption p.wp-caption-text {
background: #ffffff;
text-align: center;
color: #898989 !important;
margin: 0 !important; }
body:not(.elementor-editor-active) .story abbr {
text-transform: uppercase; }
body:not(.elementor-editor-active) .story dl {
display: block;
margin-bottom: 25px; }
body:not(.elementor-editor-active) .story dl dt {
min-width: 150px;
color: #000; }
body:not(.elementor-editor-active) .story dl dd {
margin-left: 30px;
margin-bottom: 10px; }
body:not(.elementor-editor-active) .story .gallery dl dt {
min-width: 0; }
body:not(.elementor-editor-active) .story code, body:not(.elementor-editor-active) .story pre {
font-family: monospace; }
body:not(.elementor-editor-active) .story pre {
background-color: #f0f0f0; }
body:not(.elementor-editor-active) .story table {
border-top: none;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 34px; }
body:not(.elementor-editor-active) .story table thead tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1; }
body:not(.elementor-editor-active) .story table tbody tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1; }
body:not(.elementor-editor-active) .story table tbody tr td {
padding: 4px 8px;
border: 1px solid #D1CFD7; }
body:not(.elementor-editor-active) .story table tfoot tr th {
font-weight: 500;
padding: 4px 8px;
border: 1px solid #D1CFD7;
background-color: #FBF4F1; }
body:not(.elementor-editor-active) .story table tfoot tr td {
padding: 4px 8px;
border: 1px solid #D1CFD7; }
body:not(.elementor-editor-active) .story ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin: 0 0 1.5em 3em; }
body:not(.elementor-editor-active) .story ol ol, body:not(.elementor-editor-active) .story ol ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style),
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ol,
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin-top: 10px;
margin-bottom: 0; }
body:not(.elementor-editor-active) .story li > ol, body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) li > ul {
margin-bottom: 0; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) {
margin-left: 1.2em; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) ul {
margin-top: 10px; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li {
line-height: 28px;
list-style-type: none;
margin-bottom: 10px;
position: relative; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li::before {
content: "\e80e";
font-family: "cherie-font";
font-size: 12px;
position: absolute;
left: -10px; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li {
line-height: 28px;
list-style-type: none;
margin-bottom: 10px;
position: relative; }
body:not(.elementor-editor-active) .story ul:not(.blocks-gallery-grid):not(.wp-block-archives):not(.slick-dots):not(.art-no-list-style) > li ul > li::before {
content: "\e80e";
font-family: "cherie-font";
font-size: 12px;
position: absolute;
left: -10px; }
body:not(.elementor-editor-active) .story ol {
margin-left: 1em;
list-style: decimal;
counter-reset: item; }
body:not(.elementor-editor-active) .story ol ol {
margin-top: 10px; }
body:not(.elementor-editor-active) .story ol > li {
line-height: 28px;
list-style-type: none;
padding-left: 1.2em;
margin-bottom: 10px;
counter-increment: item;
position: relative; }
body:not(.elementor-editor-active) .story ol > li::before {
display: inline-block;
position: absolute;
left: 0;
width: 1em;
text-align: right;
content: counter(item) "."; }
body:not(.elementor-editor-active) .story ol > li ol > li {
line-height: 28px;
list-style-type: none;
padding-left: 1.2em;
margin-bottom: 10px;
counter-increment: item;
position: relative; }
body:not(.elementor-editor-active) .story ol > li ol > li::before {
display: inline-block;
position: absolute;
left: 0;
width: 1em;
text-align: right;
content: counter(item) "."; }
body:not(.elementor-editor-active) .story figure figcaption {
text-align: center;
width: 100%; }
body:not(.elementor-editor-active) .story .wp-block-image .aligncenter > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignleft > figcaption, body:not(.elementor-editor-active) .story .wp-block-image .alignright > figcaption, body:not(.elementor-editor-active) .story .wp-block-image.is-resized > figcaption {
display: block; }
body:not(.elementor-editor-active) .story form.wp-block-search .wp-block-search__button {
display: none; }
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img,
img {
max-width: 100%; height: auto; }
.story .alignleft,
.story img.alignleft {
display: inline;
float: left;
margin-right: 2em; }
.story .alignright,
.story img.alignright {
display: inline;
float: right;
margin-left: 2em; }
.story .aligncenter img {
clear: both;
display: block;
margin-left: auto;
margin-right: auto; }
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
margin-bottom: 1em; }
.story .wp-caption {
line-height: 1.5;
margin-bottom: 1em;
text-align: center; }
.story .wp-caption p.wp-caption-text {
font-size: 80%;
margin: 0;
padding: 15px; }
.story .wp-smiley {
margin: 0; }
.story .gallery.gallery-columns-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.story .gallery.gallery-columns-2 .gallery-item {
margin-top: 10px;
text-align: center;
width: 50%; }
.story .gallery.gallery-columns-3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.story .gallery.gallery-columns-3 .gallery-item {
margin-top: 10px;
text-align: center;
width: 33%; }
.story .gallery.gallery-columns-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.story .gallery.gallery-columns-4 .gallery-item {
margin-top: 10px;
text-align: center;
width: 25%; }
.story .wp-block-cover {
margin-bottom: 30px; }
.story .wp-block-group__inner-container {
margin-bottom: 10px; }
.story blockquote {
margin-bottom: 30px; }
.story .embed-twitter {
margin-bottom: 30px; }
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
color: #000; }
a {
color: #000; } .art-h9-css-light {
font-size: 13px;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000; }  .hamburger {
padding: 7px 0 4px 0;
display: inline-block;
cursor: pointer;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: 0.05s;
transition-duration: 0.05s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 1; }
.hamburger-box {
width: 20px;
height: 15px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -0.5px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 20px;
height: 1px;
background-color: #444;
border-radius: 0;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -7px; }
.hamburger-inner::after {
bottom: -7px; } .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
-webkit-transition-duration: 0.13s;
transition-duration: 0.13s;
-webkit-transition-delay: 0.13s;
transition-delay: 0.13s;
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
top: -14px;
-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
-webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
transform: translate3d(0, -7px, 0) rotate(45deg);
-webkit-transition-delay: 0.22s;
transition-delay: 0.22s;
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); } .art-404-page.art-default-page-custom-wrapper {
padding-top: 223px !important;
padding-bottom: 140px; }
.art-404-page.art-default-page-custom-wrapper .art-404-data {
text-align: center; }
.art-404-page.art-default-page-custom-wrapper .art-404-data .art-404-title {
margin-bottom: 40px; }  body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
padding: 45px 10px; }
.art-mobile-menu-wrapper {
display: none; width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1098; }
.art-mobile-menu-wrapper .art-sidebar-overlay.art--mobile-menu-icon {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 1099;
cursor: pointer; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
position: fixed;
z-index: 1800;
right: 0;
top: 0;
width: 280px;
background: #fff;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
border-left: 1px solid rgba(0, 0, 0, 0.06); }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.has-submenu ul li a {
text-transform: none;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
padding: 8px 40px 8px 24px; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li > a .fl-menu-flipper-icon .fl-back-content {
opacity: 0; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content {
opacity: 0; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-back-content {
opacity: 1; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a {
position: relative;
display: block;
padding: 15px 40px 15px 24px;
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-align: left;
letter-spacing: 0.1em;
text-transform: uppercase;
-webkit-transition: none;
transition: none; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
text-decoration: none; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: inherit;
z-index: 2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 50px;
height: inherit;
z-index: 2;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu {
display: none; } body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky {
margin-top: 32px; }
.art-social-container {
margin: 0 -7px; }
.art-social-container a {
color: #fff; }
.art-social-container a i {
padding: 0 7px;
-webkit-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
font-size: 18px;
line-height: 21px; }
.art-social-container a i.fa-instagram {
font-size: 19px; } header.art-header-one {
position: relative;
z-index: 50; }
header.art-header-one.art-menu-open .art-header-one-content .art-navigation-container {
left: -275px; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
display: block;
padding: 13px 0; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a {
color: #000; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8; }
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one.art-dark-header-text .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before {
background-color: #000; }
header.art-header-one.art-header-show-border .art-header-one-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-one .art-header-one-content {
padding: 0 50px;
width: 100%;
position: absolute;
top: 0;
left: 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 300ms ease-in-out,  margin-top 0ms;
transition: all 300ms ease-in-out,  margin-top 0ms; }
header.art-header-one .art-header-one-content.art-sticky {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
width: 100%; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li {
padding: 14px 21px; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a {
color: #000; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::after,
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .hamburger-inner::before {
background-color: #000; }
header.art-header-one .art-header-one-content .art-navigation-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1920px;
margin: 0 auto;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
max-height: 82px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container a {
padding: 13px 0; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: none; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 60px; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li {
padding: 25px 21px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a {
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FFFFFF;
display: block;
border-bottom: 1px solid transparent;
padding: 6px 0 6px 0; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #FFFFFF;
opacity: 1; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li {
position: relative; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
opacity: 0;
visibility: hidden;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
position: absolute;
top: 100%;
left: 0;
min-width: 270px;
margin-left: 0;
margin-right: 0;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
padding: 5px 0;
z-index: 9999;
background-color: #fff; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li {
position: relative;
padding: 10px 38px 10px 16px; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li .sub-menu {
top: 0;
left: 100%; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu::after {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/chevron.svg);
width: 16px;
position: absolute;
right: 11px;
top: 9px; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li.has-submenu:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li li a {
display: block;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item {
position: static; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 50px 70px 29px 70px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: none;
box-shadow: none;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
width: 300px;
padding: 0; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li::after {
display: none; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li:hover > a {
opacity: 1; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
font-weight: 500;
font-size: 12px;
line-height: 17px;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 11px; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
position: static;
-webkit-box-shadow: none;
box-shadow: none; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
padding: 0 40px 16px 0; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
opacity: 1;
visibility: visible;
position: static; }
header.art-header-one .art-header-one-content .art-navigation-container .right-content {
position: relative;
z-index: 60; }
header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::before, header.art-header-one .art-header-one-content .art-navigation-container .right-content .hamburger-inner::after {
background-color: #fff; } header.art-header-two {
position: relative;
z-index: 48; }
header.art-header-two.art-menu-open .art-header-two-content .art-header-top {
left: -275px; }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-left .art-social-container a {
color: #000; }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none; }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block; }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right a.art-site-header-appointment {
color: #000; }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-bottom nav ul.menu > li > a {
color: #000; }
header.art-header-two .art-header-two-content {
width: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 300ms ease-in-out,  margin-top 0ms;
transition: all 300ms ease-in-out,  margin-top 0ms; }
header.art-header-two .art-header-two-content .art-header-data-wrapper {
margin: 0 auto; }
header.art-header-two .art-header-two-content.art-sticky {
position: fixed;
top: 0;
width: 100%; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top {
min-height: 61px; }
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
padding: 14px 0 14px 0; }
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu li ul.sub-menu li a {
padding: 14px 0 14px 0; }
header.art-header-two .art-header-two-content.art-sticky {
background-color: #fff; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-left .art-social-container a {
color: #000; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .art-site-header-appointment {
color: #000; }
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two .art-header-two-content.art-sticky .art-header-bottom nav ul.menu > li > a {
color: #000; }
header.art-header-two .art-header-two-content .art-header-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-transition: all 300ms;
transition: all 300ms;
left: 0;
padding: 0 50px;
min-height: 69px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
width: 300px; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: none; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
width: 300px;
text-align: right; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
color: #fff; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before, header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
background-color: #fff; }
header.art-header-two .art-header-two-content .art-header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 50px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position: relative; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 60px; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li {
margin: 0 21px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li:hover > a::before {
content: '';
height: 1px;
width: 100%;
background-color: #000;
position: absolute;
bottom: -1px;
left: 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a {
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #FFFFFF;
display: block;
position: relative;
padding: 16px 0 16px 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li > a:hover {
opacity: 1; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu > li.has-submenu:hover .sub-nav > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a {
position: relative; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li:hover > a::before {
content: '';
height: 1px;
width: 100%;
background-color: #000;
position: absolute;
bottom: -1px;
left: 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: calc( 100% + 1px);
left: 0;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
opacity: 0;
visibility: hidden;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
margin-left: 0;
margin-right: 0;
z-index: 9999;
background-color: #fff; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li {
margin: 0 20px; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li.has-submenu:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li a {
font-weight: 500;
font-size: 13px;
line-height: 19px;
text-transform: uppercase;
display: block;
padding: 16px 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li ul.sub-menu li ul.sub-menu {
position: absolute;
top: calc( 100% + 1px);
left: 0;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item {
position: static; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item a:hover {
opacity: 0.7; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 33px 70px 33px 70px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu li:hover > a::before {
display: none; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li {
width: 300px;
padding: 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li > a {
padding: 7px 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul {
position: static;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li {
margin: 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item .sub-nav > ul.sub-menu > li.sub-nav-item ul li a {
padding: 7px 0; }
header.art-header-two .art-header-two-content .art-header-bottom nav ul.menu li.mega-menu-item:hover .sub-nav > ul.sub-menu > li.sub-nav-item ul {
opacity: 1;
visibility: visible;
position: static; }
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two .art-header-two-content.art-sticky .art-header-top .art-header-top-right .hamburger-inner::after,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::before,
header.art-header-two.art-dark-header-text .art-header-two-content .art-header-top .art-header-top-right .hamburger-inner::after {
background-color: #000; }  .art-service-menu-tabs {
width: auto;
text-align: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto; }
.art-service-menu-tabs::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent; }
.art-service-menu-tabs::-webkit-scrollbar-thumb {
background: transparent; }
.art-service-menu-tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
width: 143px;
min-width: 143px; }
.art-service-menu-tabs li svg {
height: 48px;
min-height: 48px; }
.art-service-menu-tabs li i {
font-size: 35px; }
.art-service-menu-tabs li span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
margin-top: 22px;
padding-bottom: 5px;
letter-spacing: 0.1em; }
.art-service-menu-tabs li.art-no-active span {
opacity: 0.6; }
.art-service-menu-tabs li.art-no-active:hover span {
opacity: 0.8; }
.art-service-menu-tabs li.art-active span {
border-bottom: 1px solid; }
.art_service_menu .art-service-menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 20px;
margin-bottom: 18px; }
.art_service_menu .art-service-info {
width: 100%;
text-align: center; }
.art_service_menu .art-service-info .art-service-item {
max-width: 570px;
margin: 0 auto; } .art-woo-products-slider.woocommerce ul.products,
.art-woo-products.art-elementor-widget ul.products {
margin: 0; }
.art-woo-products-slider.woocommerce ul.products a,
.art-woo-products.art-elementor-widget ul.products a {
text-decoration: none; } .art-right-half-slider-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-right-half-slider-wrapper .art-right-half-slider-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
padding-left: calc(50% - 570px);
padding-right: 70px; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-title {
margin-bottom: 30px; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button {
margin-top: 50px; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button a {
display: inline-block; }
.art-right-half-slider-wrapper .art-half-slide-container-right {
width: 50%; }
.art-left-half-slider-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-left-half-slider-wrapper .art-half-slide-container-left {
width: 50%; }
.art-left-half-slider-wrapper .art-left-slider-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
padding-right: calc(50% - 570px);
padding-left: 82px; }
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-title {
margin-bottom: 30px; }
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
margin-top: 50px; }
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button a {
display: inline-block; }
.art-half-slide-container-left .item-itself {
padding-left: 40px; }
.art-half-slide-container-right .item-itself {
padding-right: 40px; } .art-blog-posts .art-blog-posts-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-blog-posts .art-blog-posts-container .art-blog-post-item {
margin-bottom: 31px; }
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-image {
margin-bottom: 24px; }
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em; }
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title {
text-align: center;
margin-bottom: 0; }
.art-blog-posts .art-blog-posts-container .art-blog-post-item .art-post-data .art-post-title a {
text-decoration: none; } .art-mention .art-mention-content {
padding: 0 100px; }
.art-mention .art-mention-content .art-mention-info .art-mention-item {
text-align: center; }
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-mention-content-data {
margin-bottom: 50px; }
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button {
line-height: 19px;
font-size: 13px; padding-bottom: 4px; }
.art-mention .art-mention-content .art-mention-info .art-mention-item .art-widget-button a {
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid;
padding-bottom: 5px; }
.art-mention .art-mention-content .art-mention-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
white-space: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
margin-top: 69px;
padding-bottom: 20px; }
.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar {
width: 0;
background: transparent; }
.art-mention .art-mention-content .art-mention-tabs::-webkit-scrollbar-thumb {
background: transparent; }
.art-mention .art-mention-content .art-mention-tabs li {
padding: 0 61px;
cursor: pointer;
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out; }
.art-mention .art-mention-content .art-mention-tabs li.art-active {
opacity: 1; }
.art-mention .art-mention-content .art-mention-tabs li.art-no-active {
opacity: 0.4; }
.art-mention .art-mention-content .art-mention-tabs li.art-no-active:hover {
opacity: 1; }
.art-mention .art-mention-content .art-mention-tabs li img {
max-width: unset; } .art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner,
.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper,
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
background-color: #000 !important; }
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_feed_container {
border-bottom: 0 !important; }
.art-insta-widget-wrapper .wdi_feed_theme_1 .wdi_feed_wrapper {
display: grid !important;
grid-template-columns: 21.85% auto auto auto auto !important;
grid-template-rows: auto !important;
grid-template-areas: "one one two three four"
"one one five six seven" !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item {
width: 100% !important;
padding: 12px 12px 3px 12px !important; }
.art-insta-widget-wrapper .wdi_layout_th .wdi_photo_meta {
padding-bottom: 0 !important;
display: none; }
.art-insta-widget-wrapper .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
border: 0 !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(1) {
grid-area: one !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(2) {
grid-area: two !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(3) {
grid-area: three !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(4) {
grid-area: four !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(5) {
grid-area: five !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(6) {
grid-area: six !important; }
.art-insta-widget-wrapper #wdi_feed_0 .wdi_feed_item:nth-child(7) {
grid-area: seven !important; } form.mc4wp-form.mc4wp-form-success .mc4wp-form-fields, form.mc4wp-form.mc4wp-form-error .mc4wp-form-fields {
display: none; }
form.mc4wp-form .art-sub-inputs {
position: relative;
max-width: 420px;
margin: 0 auto; }
form.mc4wp-form .art-sub-inputs input[type=email] {
padding: 0 160px 0 15px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0; }
form.mc4wp-form .art-sub-inputs input[type=submit] {
position: absolute;
top: 0;
right: 0; }
form.mc4wp-form .mc4wp-response {
text-align: center; }
.art-follow-subscribe-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-follow-subscribe-widget .art-follow-side {
width: 50%;
text-align: center;
padding: 40px 20px 40px 20px; }
.art-follow-subscribe-widget .art-follow-side .art-follow-title {
margin-bottom: 10px; }
.art-follow-subscribe-widget .art-follow-side .art-follow-description {
margin-bottom: 30px; }
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a {
padding: 0 15px; }
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i {
font-size: 32px; }
.art-follow-subscribe-widget .art-follow-side .art-follow-social-icons a i.fa-facebook-f {
font-size: 26px; }
.art-follow-subscribe-widget .art-subscribe-side {
width: 50%;
text-align: center;
border-left: 1px solid;
padding: 40px 40px 40px 40px; }
.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-title {
margin-bottom: 10px; }
.art-follow-subscribe-widget .art-subscribe-side .art-subscribe-description {
margin-bottom: 20px; } .art-contact-info-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center; }
.art-contact-info-widget .art-item {
margin-bottom: 50px; }
.art-contact-info-widget .art-item .art-icon {
margin-bottom: 19px; }
.art-contact-info-widget .art-item .art-title {
margin-bottom: 10px; }
.art-contact-info-widget .art-item .art-description {
text-align: center;
padding: 0 49px; }
.art-contact-info-widget.art-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; } .art-contact-widget-tabs .art-contact-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 80px; }
.art-contact-widget-tabs .art-contact-menu-two-tabs li {
padding: 6px 12px;
border: 1px solid;
margin: 0 7px;
cursor: pointer; }
.art-contact-widget-tabs .art-contact-menu-two-tabs li.art-active span {
color: #fff; } .art-hero-header-beauty {
background-size: cover;
background-position: top;
min-height: 760px;
position: relative; }
.art-hero-header-beauty .art-hero-header-beauty-mask {
position: absolute;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.4); }
.art-hero-header-beauty .art-hero-header-wrapper {
position: relative;
padding-top: 136px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 760px;
height: 100%;
text-align: center; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top {
padding: 0 125px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top h1 {
margin-bottom: 70px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons .art-widget-button {
padding: 0 13px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 118px;
padding: 0 50px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item {
width: 270px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: inline-block;
margin-bottom: 9px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info .art-additional-info-item .art-info-item-content {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 25px;
text-transform: none; }
.art-hero-header-beauty-additional {
background-color: #FBF4F1;
padding: 50px 0; }
.art-hero-header-beauty-additional .art-hero-header-additional-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 15px; }
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item {
text-align: center;
width: 270px;
margin-bottom: 30px; }
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item:last-child {
margin-bottom: 0; }
.art-hero-header-beauty-additional .art-hero-header-additional-info .art-additional-info-item span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: inline-block;
margin-bottom: 9px; }
.mfp-container {
position: fixed; }
.zoom-anim-dialog.art-default-popap-one {
background-color: #FBF4F1;
max-width: 946px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
padding: 0 100px; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-title {
margin-bottom: 16px; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-description {
margin-bottom: 28px; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form input[type=submit] {
width: 100%; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right .hero-right-form .wpcf7 form.wpcf7-form p:last-of-type {
margin-bottom: 0 !important; }
.zoom-anim-dialog.art-default-popap-one .mfp-close {
color: transparent; }
.zoom-anim-dialog.art-default-popap-one .mfp-close::before {
top: 25px;
right: 25px; }
.zoom-anim-dialog.art-default-popap-two {
max-width: 946px;
padding: 60px 98px;
text-align: center;
max-height: 760px;
overflow: auto; }
.zoom-anim-dialog.art-default-popap-two .art-form-title {
margin-bottom: 20px; }
.zoom-anim-dialog.art-default-popap-two .art-form-description {
padding: 0 101px; }
.zoom-anim-dialog.art-default-popap-two .art-form-wrapper {
margin-top: 40px; }
.zoom-anim-dialog.art-default-popap-two .mfp-close {
color: transparent; }
.zoom-anim-dialog.art-default-popap-two .mfp-close::before {
top: 25px;
right: 25px; }
.zoom-anim-dialog.art-popap-booked {
max-width: 555px;
min-height: 470px;
height: 100%;
padding: 60px 98px  30px 98px;
max-height: 760px;
overflow: auto; }
.zoom-anim-dialog.art-popap-booked .booked-calendar-shortcode-wrap {
display: block;
width: 100%;
height: 100%; }
.zoom-anim-dialog.art-popap-booked .mfp-close::before {
top: 25px;
right: 25px; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
width: 42%; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
width: 58%;
padding-left: 98px; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-title {
margin-bottom: 10px; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right .member-popup-position {
margin-bottom: 32px;
display: block; } .art-accordion-menu-info-container {
padding: 0 15px;
max-width: 780px;
width: 100%;
margin: 0 auto; }
.accordion-product-container,
.art-accordion-menu-info,
.art-service-container {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
max-width: 750px;
width: 100%;
margin: 0 auto; }
.accordion-product-container .accordion,
.art-accordion-menu-info .accordion,
.art-service-container .accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
background-color: transparent;
cursor: pointer;
padding: 17px 0;
width: 100%;
outline: none;
-webkit-transition: 0.4s;
transition: 0.4s; }
.accordion-product-container .accordion:active, .accordion-product-container .accordion:hover,
.art-accordion-menu-info .accordion:active,
.art-accordion-menu-info .accordion:hover,
.art-service-container .accordion:active,
.art-service-container .accordion:hover {
background-color: transparent; }
.accordion-product-container .accordion::after,
.art-accordion-menu-info .accordion::after,
.art-service-container .accordion::after {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/plus.svg);
position: relative;
top: 3px; }
.accordion-product-container .accordion.active::after,
.art-accordion-menu-info .accordion.active::after,
.art-service-container .accordion.active::after {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/close.svg); }
.accordion-product-container .accordion .service-name,
.art-accordion-menu-info .accordion .service-name,
.art-service-container .accordion .service-name {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: left;
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out; }
.accordion-product-container .accordion .service-name:hover,
.art-accordion-menu-info .accordion .service-name:hover,
.art-service-container .accordion .service-name:hover {
opacity: 0.8; }
.accordion-product-container .accordion .service-price,
.art-accordion-menu-info .accordion .service-price,
.art-service-container .accordion .service-price {
margin-right: 21px; }
.accordion-product-container .panel,
.art-accordion-menu-info .panel,
.art-service-container .panel {
padding: 0;
background-color: transparent;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.2s ease-out;
transition: max-height 0.2s ease-out; }
.accordion-product-container .panel .panel-data,
.art-accordion-menu-info .panel .panel-data,
.art-service-container .panel .panel-data {
padding: 1px 0 21px 0;
font-weight: 300;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em; } .woocommerce ul.products li.product a .onsale {
position: absolute;
top: 17px;
right: 17px;
margin: 0;
background-color: #fff;
color: #000;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0.02em;
min-height: 24px;
min-width: 48px;
padding: 0;
border: 1px solid #000;
border-radius: 0; } .woocommerce.art-woo-products-slider .art-swiper-container {
width: 100%;
padding: 0 calc( (100% - 1140px) / 2) 0 calc( (100% - 1140px) / 2); }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products {
margin-bottom: 54px; }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li a {
position: relative;
display: block; }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .art-product-image {
margin-bottom: 20px;
position: relative; }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .woocommerce-loop-product__title {
text-align: center;
margin-bottom: 0; }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
display: block;
margin-top: 8px; }
.woocommerce.art-woo-products-slider .art-swiper-container ul.products li .price ins {
text-decoration: none; }
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc( (100% - 1140px) / 2); }
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px); }
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow.svg); }
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev {
background-image: none;
left: 20px; }
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_back.svg); } .art-info-block-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-info-block-wrapper.art-do-reverse .art-info-block-one {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding-left: calc(50% - 570px);
padding-right: 82px; }
.art-info-block-wrapper .art-info-block-one {
width: 50%; }
.art-info-block-wrapper .art-info-block-two {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 50%;
padding-right: calc(50% - 570px);
padding-left: 82px;
padding-top: 20px;
padding-bottom: 20px; }
.art-info-block-wrapper .art-info-block-two .art-widget-title {
margin-bottom: 30px; }
.art-info-block-wrapper .art-info-block-two .art-widget-button {
margin-top: 50px; }
.art-info-block-wrapper .art-info-block-two .art-widget-button a {
display: inline-block; } .art-blog-posts.art-blog-posts-slider .swiper-container-blog {
width: 100%;
padding: 0 calc( (100% - 1140px) / 2) 0 calc( (100% - 1140px) / 2);
display: block;
overflow: hidden; }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-wrapper {
margin-bottom: 54px; }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc( (100% - 1140px) / 2); }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar .swiper-scrollbar-drag {
background: #000; }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px); }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow.svg); }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev {
background-image: none;
left: 20px; }
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_back.svg); } #sb_instagram #sbi_images {
padding: 0 !important; }
#sb_instagram #sbi_images.art-big-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
#sb_instagram #sbi_images.art-big-image .art-big-image {
width: 40%; }
#sb_instagram #sbi_images.art-big-image .art-big-image .art-inst-item {
padding: 12px;
display: block; }
#sb_instagram #sbi_images.art-big-image .art-other-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 60%; }
#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
width: 33.333333333333%;
padding: 12px; }
#sb_instagram #sbi_images .art-other-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%; }
#sb_instagram #sbi_images .art-other-images .art-inst-item {
width: 20%; } .art-slider-info-wrapper .swiper-container-slider-info {
overflow: hidden; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination {
bottom: -64px; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
border: 1px solid #000;
background: transparent;
border-radius: 100%;
opacity: 1;
margin: 0 5px; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #000; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev {
background-image: none;
left: 20px; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_left.svg); }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next {
background-image: none;
right: 20px; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_right.svg); } .art-testimonial-wrapper {
max-width: 470px;
margin: 0 auto;
position: relative;
padding-bottom: 98px; }
.art-testimonial-wrapper .art-testimonial-title {
text-align: center;
text-transform: uppercase;
margin-bottom: 24px; }
.art-testimonial-wrapper .swiper-container-testimonial-info {
overflow: hidden; }
.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-data {
text-align: center; }
.art-testimonial-wrapper .swiper-container-testimonial-info .testimonial-item .art-testimonial-name {
margin-top: 32px;
text-align: center; }
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next {
background-image: none;
top: auto;
bottom: -1px;
left: 0;
right: -47px;
margin-left: auto;
margin-right: auto; }
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow.svg); }
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev {
background-image: none;
left: -94px;
right: 0;
top: auto;
bottom: 0;
margin-left: auto;
margin-right: auto; }
.art-testimonial-wrapper .swiper-container-testimonial-info .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_back.svg); } .art-testimonial-images-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-testimonial-images-wrapper .art-left-side {
width: 50%; }
.art-testimonial-images-wrapper .art-left-side .swiper-container-testimonial-image {
overflow: hidden; }
.art-testimonial-images-wrapper .art-right-side {
max-width: 500px;
width: 50%;
margin: 0 auto;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-testimonial-images-wrapper .art-right-side .art-right-side-data {
position: relative;
padding-bottom: 96px; }
.art-testimonial-images-wrapper .art-right-side .art-testimonial-title {
text-align: center;
text-transform: uppercase;
margin-bottom: 24px; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text {
overflow: hidden; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-data {
text-align: center; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .testimonial-item .art-testimonial-name {
margin-top: 32px;
text-align: center; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-next {
background-image: none; left: 48px;
right: 0;
top: auto;
bottom: -1px;
margin-left: auto;
margin-right: auto; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow.svg); }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-prev {
background-image: none; left: -86px;
right: 0;
top: auto;
bottom: 0;
margin-left: auto;
margin-right: auto; }
.art-testimonial-images-wrapper .art-right-side .swiper-container-testimonial-text .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_back.svg); } .art-service-menu-two .art-service-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
padding-bottom: 20px; }
.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent; }
.art-service-menu-two .art-service-menu-two-tabs::-webkit-scrollbar-thumb {
background: transparent; }
.art-service-menu-two .art-service-menu-two-tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
min-width: 100px;
width: 100px; }
.art-service-menu-two .art-service-menu-two-tabs li span {
font-weight: 400;
font-size: 13px;
line-height: 19px;
padding-bottom: 5px;
padding-top: 5px;
letter-spacing: 0.1em; }
.art-service-menu-two .art-service-menu-two-tabs li.art-no-active span {
opacity: 0.6; }
.art-service-menu-two .art-service-menu-two-tabs li.art-no-active:hover span {
opacity: 0.8; }
.art-service-menu-two .art-service-menu-two-tabs li.art-active span {
border-bottom: 1px solid; }
.art-service-menu-two .art-service-two-info {
width: 100%; }
.art-service-menu-two .art-service-two-info .art-service-wrapper {
max-width: 854px;
margin: 0 auto; }
.art-service-menu-two .art-service-two-info .art-service-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
width: 50%;
padding: 0 54px;
margin-bottom: 27px; }
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item .art-service-top .service-data-title {
margin-right: 20px;
margin-bottom: 8px; } .zoom-anim-dialog {
position: relative;
background: #FFF;
padding: 100px 178px;
width: auto;
max-width: 1366px;
margin: 20px auto; }
.zoom-anim-dialog .mfp-close {
color: #fff;
width: 32px;
height: 32px;
opacity: 1; }
.zoom-anim-dialog .mfp-close::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/close-big.svg);
position: absolute;
top: 50px;
right: 50px;
opacity: 1; }
.art-team-wrap {
text-align: center; }
.art-team-wrap img {
display: block;
margin-bottom: 30px; }
.art-team-wrap .art-member-title {
display: block;
margin-bottom: 10px;
text-decoration: none !important; }
.art-team-wrap .art-member-position {
display: block; }
.art-widget-team-slider .art-swiper-team-container {
width: 100%;
padding: 0 calc( (100% - 1140px) / 2) 0 calc( (100% - 1140px) / 2);
display: block;
overflow: hidden; }
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar {
height: 1px;
width: 1140px;
left: calc( (100% - 1140px) / 2); }
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar .swiper-scrollbar-drag {
background: #000; }
.art-widget-team-slider .art-swiper-team-container .swiper-button-next {
background-image: none;
right: 30px;
top: calc(50% + 1px); }
.art-widget-team-slider .art-swiper-team-container .swiper-button-next::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow.svg); }
.art-widget-team-slider .art-swiper-team-container .swiper-button-prev {
background-image: none;
left: 20px; }
.art-widget-team-slider .art-swiper-team-container .swiper-button-prev::before {
content: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_back.svg); }
.art-widget-team-slider .art-swiper-team-container .art-all-members {
margin-bottom: 47px; }
.art-widget-team .art-all-members {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-widget-team .art-all-members .art-team-member {
margin-bottom: 45px; } .art-hero-header-two {
position: relative; }
.art-hero-header-two .art-hero-header-two-mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4); }
.art-hero-header-two .art-hero-header-two-wrapper {
padding: 187px 0 232px 0;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-hero-header-two .art-hero-header-two-wrapper .art-hero-header-two-title {
margin-bottom: 0; }
.art-hero-header-two .art-hero-header-two-wrapper .art-widget-button {
margin-top: 60px; } .art-ordinary-page-header {
background-size: cover;
background-position: center center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-ordinary-page-header .art-ordinary-page-data {
padding: 0 15px; }
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-title {
margin-bottom: 0; }
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
margin-top: 40px;
padding: 0 285px; } .art-full-page-services .art-full-page-services-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
min-width: 210px;
position: absolute !important;
z-index: 47;
padding-top: 100px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li {
width: 210px;
margin-bottom: 50px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
position: relative !important;
z-index: 200; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a.active span {
opacity: 1;
border-bottom: 1px solid #000; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left .art-service-full-page-tabs li a span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
margin-top: 22px;
padding-bottom: 5px;
letter-spacing: 0.1em;
text-transform: uppercase;
border-bottom: 1px solid transparent;
opacity: 0.6; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center {
width: 100%;
margin: 0 auto; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
max-width: 854px;
margin: 0 auto;
padding: 100px 0; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head {
text-align: center; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .service-head-title {
margin-bottom: 30px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .art-head-desc {
margin-bottom: 50px;
padding: 0 120px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-tabs-subtitle {
padding: 0 54px;
margin-bottom: 24px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 23px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block.art-second-service-block {
margin-bottom: 33px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item {
width: 50%;
padding: 0 54px;
margin-bottom: 27px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-top {
margin-bottom: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item .art-service-bottom {
padding-right: 57px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-widget-button {
text-align: center; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-jarallax-block {
height: 770px; } .art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items {
width: auto;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
padding-bottom: 20px;
margin-bottom: 25px; }
.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent; }
.art-accordion-tabs .art-accordion-tabs-wrapper .accordion-menu-tabs-items::-webkit-scrollbar-thumb {
background: transparent; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 870px; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
padding: 0 20px; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li span {
font-weight: 500;
font-size: 13px;
line-height: 19px;
padding-bottom: 5px;
letter-spacing: 0.1em;
text-transform: uppercase; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active span {
opacity: 0.6; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-no-active:hover span {
opacity: 0.8; }
.art-accordion-tabs .art-accordion-tabs-wrapper .art-accordion-menu-tabs li.art-active span {
border-bottom: 1px solid; } .wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
margin-top: 8px;
text-align: left;
font-size: 12px;
line-height: 17px;
color: #EA6956; }
.wpcf7 form.wpcf7-form p {
margin-bottom: 30px; }
.wpcf7 form.wpcf7-form .three-fields-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -15px; }
.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
padding: 0 15px;
margin-bottom: 30px;
width: 33.333333333%; }
.wpcf7 form.wpcf7-form textarea {
width: 100%;
height: 240px; }
.wpcf7 form.wpcf7-form .field-to-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.wpcf7 form.wpcf7-form .field-to-right .ajax-loader {
display: none; } .art-shortcode-widget {
margin: 0 auto;
max-width: 750px; } .art-awards-wrapper .art-awards-item {
text-align: center;
margin-bottom: 40px; }
.art-awards-wrapper .art-awards-item .art-item-title {
margin-bottom: 10px; } .art-join-team-wrapper {
position: relative; }
.art-join-team-wrapper .art-join-team-mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4); }
.art-join-team-wrapper .join-team-data .join-team-title {
color: #ffffff;
margin-bottom: 60px; } .art-map-image-block-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-map-image-block-wrapper.art-do-reverse .art-my-map-left {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.art-map-image-block-wrapper.art-do-reverse .art-my-map-right {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.art-map-image-block-wrapper .art-my-map-left {
width: 50%; }
.art-map-image-block-wrapper .art-my-map-right {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-map-image-block-wrapper .art-my-map-right .art-my-map-widget {
height: 100%;
min-height: 100%; } .art-team-partner-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-team-partner-widget .art-team-side {
width: 50%;
text-align: center;
padding: 16px 40px 16px 40px; }
.art-team-partner-widget .art-team-side .art-follow-title {
margin-top: 16px;
margin-bottom: 10px; }
.art-team-partner-widget .art-team-side .art-follow-description {
margin-bottom: 30px; }
.art-team-partner-widget .art-team-side .art-follow-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-team-partner-widget .art-team-side .art-follow-social-icons a {
padding: 0 15px; }
.art-team-partner-widget .art-team-side .art-follow-social-icons a i {
font-size: 32px; }
.art-team-partner-widget .art-team-side .art-follow-social-icons a i.fa-facebook-f {
font-size: 26px; }
.art-team-partner-widget .art-partner-side {
width: 50%;
text-align: center;
border-left: 1px solid;
padding: 16px 40px 16px 40px; }
.art-team-partner-widget .art-partner-side .art-subscribe-title {
margin-top: 16px;
margin-bottom: 10px; }
.art-team-partner-widget .art-partner-side .art-subscribe-description {
margin-bottom: 30px; } .art-map-contacts .art-map-contacts-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-map-contacts .art-container-left .art-my-map-widget {
height: 100%;
min-height: 100%; }
.art-map-contacts .art-container-right {
padding: 23px 15px 23px 68px; }
.art-map-contacts .art-container-right.art-simple-contacts {
padding: 53px 0 53px 68px; }
.art-map-contacts .art-container-right .art-contact-menu-two-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 -7px 40px -7px; }
.art-map-contacts .art-container-right .art-contact-menu-two-tabs li {
padding: 6px 12px;
border: 1px solid;
margin: 0 7px;
cursor: pointer; }
.art-map-contacts .art-container-right .art-contact-menu-two-tabs li.art-active span {
color: #fff; }
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left; }
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself {
margin-bottom: 24px; }
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself .art-title {
margin-bottom: 0; }
.art-map-contacts .art-container-right .art-contact-info-wrapper .art-contact-info-data .art-contact-info-widget .art-contact-item-itself:last-child {
margin-bottom: 0; }
.art-map-contacts .art-container-right .art-widget-button {
margin-top: 40px; } .art-parallax-image-wrapper {
background-size: cover;
background-position: center center; } .art-career-posts a.career-post-item {
padding: 40px;
border: 1px solid #E5E5E5;
margin-bottom: 30px;
position: relative;
-webkit-transition: border 200ms ease-in-out;
transition: border 200ms ease-in-out;
text-decoration: none !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-career-posts a.career-post-item .career-post-title {
margin-bottom: 14px; }
.art-career-posts a.career-post-item i {
position: absolute;
right: 32px;
top: calc( 50% - 12px);
line-height: 1em; }
.art-career-posts a.career-post-item i::before {
font-size: 25px; }
.art-career-posts a.career-post-item:hover {
border: 1px solid #000000;
opacity: 1; } .art-course-wrapper .art-course-posts .course-post-item {
text-align: center;
margin-bottom: 30px; }
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-top {
display: block;
margin-bottom: 24px; }
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-date {
text-transform: uppercase;
margin-bottom: 12px;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000; }
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title {
margin-bottom: 8px;
text-decoration: none; }
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title h3 {
-webkit-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
margin-bottom: 0; }
.art-course-wrapper .art-course-posts .course-post-item .art-course-item-title:hover h3 {
opacity: 0.8; } .art-no-other-posts {
width: 100%;
padding: 0 15px;
text-align: center;
margin-top: 50px; }
.art-archive-title {
text-align: center; }
.art-categories-dropdown {
position: relative;
font-weight: 400;
border: 1px solid #000;
color: #000;
width: 100%;
max-width: 240px;
height: 50px;
line-height: 50px;
padding: 0 16px;
cursor: pointer;
border-radius: 0;
font-size: 14px;
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/cherie_arrow_down.svg);
background-position: 95% center;
background-repeat: no-repeat; }
.art-categories-dropdown li ul {
display: none;
background-color: #fff;
position: absolute;
top: 100%;
left: 0;
width: calc( 100% + 2px);
z-index: 9;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
margin-left: -1px;
max-height: 252px;
overflow: auto; }
.art-categories-dropdown li ul li a {
display: block;
width: 100%;
padding: 0 16px;
font-weight: 300; }
.art-categories-dropdown.art-cat-open li ul {
display: block; } .art-theme-blog .art-blog-cats .art-categories-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
margin-bottom: 50px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 34px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
margin-right: 40px;
font-weight: 400;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase;
opacity: 0.6; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item {
opacity: 1; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li.current_item a {
border-bottom: 1px solid; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li a {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
padding-bottom: 5px;
padding-top: 5px;
display: inline-block;
margin-bottom: 16px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 10000;
top: 0;
left: 0;
background-color: #fff; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form {
padding: 0 15px;
max-width: 780px;
width: 100%; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
font-weight: 300;
border: 0;
border-bottom: 1px solid #000;
height: 55px;
padding: 0; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i {
font-size: 24px;
position: relative;
bottom: 2px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-search-blog-button i::before {
margin: 0; }
.art-post-cat.cat-date-font {
margin-bottom: 14px;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000;
font-size: 12px;
font-weight: 300; }
.art-post-cat.cat-date-font .art-post-cat-itself {
position: relative;
padding-right: 15px; }
.art-post-cat.cat-date-font .art-post-cat-itself::before {
content: '';
position: absolute;
top: 7px;
right: 3px;
width: 3px;
height: 3px;
border-radius: 100%; }
.art-shop-pagination-wrapper .art-loader-dots,
.art-blog-pagination-wrapper .art-loader-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-shop-pagination-wrapper .art-loader-dot,
.art-blog-pagination-wrapper .art-loader-dot {
margin: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background: #000000;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-animation: scale-dot 1.2s ease-out infinite;
animation: scale-dot 1.2s ease-out infinite; }
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(2),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(3),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(4),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.art-shop-pagination-wrapper .art-loader-dot:nth-of-type(5),
.art-blog-pagination-wrapper .art-loader-dot:nth-of-type(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
@-webkit-keyframes scale-dot {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
25% {
-webkit-transform: scale(1);
transform: scale(1); }
75% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } }
@keyframes scale-dot {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
25% {
-webkit-transform: scale(1);
transform: scale(1); }
75% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(0.5);
transform: scale(0.5); } } body.art-chosen-second-header .art-blog-default-wrapper .art-blog-default-top {
padding: 200px 0 100px 0; }
.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-load-more-button-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px; }
.art-blog-default-wrapper.art-load-more-pagination .art-blog-pagination-wrapper .art-pagination {
display: none; }
.art-blog-default-wrapper .art-blog-default-top {
padding: 146px 0 100px 0;
margin-bottom: 50px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item {
margin-top: 50px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item:first-child {
margin-top: 0; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-left a {
display: inline-block; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
padding-left: 68px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-title {
margin-bottom: 30px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-excerpt {
margin-bottom: 40px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image {
text-align: center; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right.art-sticky-post-no-image .art-post-sticky-right-data {
padding-left: 0; }
.art-blog-default-wrapper .art-blog-posts-default {
padding-bottom: 100px;
border-bottom: 1px solid #E5E5E5; }
.art-blog-default-wrapper .art-blog-posts-default .art-all-posts-itself {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item {
margin-bottom: 50px; }
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-image {
margin-bottom: 24px; }
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em; }
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item .art-post-data .art-post-title {
text-align: center; }
.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper {
display: none; }
.art-blog-default-wrapper .art-blog-pagination-wrapper .art-loader-wrapper .art-loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
margin-top: 10px; }
.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-load-more-wrapper {
display: none; }
.art-blog-default-wrapper .art-blog-pagination-wrapper.art-is-loading .art-loader-wrapper {
display: block; } .art-blog-sticky-wrapper {
padding-top: 133px; }
.art-blog-sticky-wrapper.art-load-more-pagination .art-content-right .art-blog-pagination-wrapper { }
.art-blog-sticky-wrapper .art-blog-sticky-container {
padding-bottom: 100px;
border-bottom: 1px solid #E5E5E5; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left {
margin-bottom: 40px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
margin-bottom: 80px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-sticky-post-img img {
margin-bottom: 30px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-title {
margin-bottom: 30px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-excerpt {
margin-bottom: 40px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right { }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-widget-area {
padding-left: 20px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item {
margin-bottom: 50px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-image {
margin-bottom: 24px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item .art-post-data .art-post-title {
text-align: center; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } .art-blog-sticky-wrapper.art-blog-typical .art-blog-default-top {
margin-bottom: 50px; }
.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-left .art-sticky-post-itself.sticky { border: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px; } .art-blog-single-wrapper .art-single-blog-top {
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
position: relative;
width: 50%; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left .art-blog-top-image {
height: 100%; background-size: cover;
background-position: center center; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
padding: 0 141px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data .art-post-title {
margin-bottom: 30px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 100px 113px 70px 113px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 60px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags .art-post-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 17px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
margin-top: 24px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
padding: 0 10px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
font-size: 22px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px 0; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-image {
margin-right: 30px;
min-width: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
display: block; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next a {
width: 100%; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: right;
padding-left: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
display: block; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-image {
margin-left: 30px;
min-width: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts {
margin-top: 100px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-related-posts-title {
text-align: center;
margin-bottom: 50px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item {
margin-bottom: 50px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-image {
margin-bottom: 24px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-cat {
text-transform: uppercase;
text-align: center;
margin-bottom: 13px;
letter-spacing: 0.1em; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-related-posts .art-blog-post-item .art-post-data .art-post-title {
text-align: center; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-comments {
margin-bottom: 40px; }  .art-career-single-wrapper .art-single-career-top {
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-career-single-wrapper .art-single-career-top .art-single-post-left {
position: relative;
width: 50%; }
.art-career-single-wrapper .art-single-career-top .art-single-post-left .art-blog-top-image {
height: 100%; background-size: cover;
background-position: center center; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
padding: 0 141px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-career-location {
margin-bottom: 23px; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-post-title {
margin-bottom: 50px; }
.art-career-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 100px 113px 70px 113px; }
.art-career-single-wrapper .art-post-content-wrapper .art-career-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
margin-top: 24px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
padding: 0 10px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
font-size: 22px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px 0; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 50%; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-image {
margin-right: 30px;
min-width: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
display: block; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 50%; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: right;
padding-left: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
display: block; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-image {
margin-left: 30px;
min-width: 100px; }
.art-career-single-wrapper .art-post-content-wrapper .art-related-posts-title {
text-align: center;
margin-bottom: 50px; }
.art-career-single-wrapper .art-post-content-wrapper .art-career-posts {
margin-bottom: 70px; }  .art-courses-single-wrapper .art-single-courses-top {
min-height: 683px;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-left {
position: relative;
width: 50%; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-left .art-blog-top-image {
height: 100%; background-size: cover;
background-position: center center; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50%;
height: 100%;
min-height: 683px; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
padding: 0 141px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-date {
text-transform: uppercase;
margin-bottom: 24px;
font-size: 12px;
font-weight: 300;
letter-spacing: 0.1em;
line-height: 19px;
color: #000000; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-post-title {
margin-bottom: 30px; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-description {
margin-bottom: 24px; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data .art-courses-price {
margin-bottom: 50px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 100px 113px 70px 113px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-career-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons {
margin-top: 24px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a {
padding: 0 10px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-blog-share .art-social-share-buttons a i {
font-size: 22px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 50px 0; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 50%; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-image {
margin-right: 30px;
min-width: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data span {
display: block; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 50%; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: right;
padding-left: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data span {
display: block; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data .art-nav-direction {
text-transform: uppercase;
margin-bottom: 12px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-image {
margin-left: 30px;
min-width: 100px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-related-posts-title {
text-align: center;
margin-bottom: 50px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-career-posts {
margin-bottom: 70px; }
.art-courses-bottom-area {
border-top: 1px solid rgba(0, 0, 0, 0.1); } .logged-in-as {
margin-bottom: 10px; }
.blog-comments-area {
margin-top: 50px; }
.blog-comments-area .comment-list {
margin-top: 40px;
margin-bottom: 50px; }
.blog-comments-area .comment-list > li:last-child li.comment:not(.parent):last-child .comment-itself {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0; }
.blog-comments-area .comment-list .comment .children {
margin-left: 84px; }
.blog-comments-area .comment-list .comment .comment-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.blog-comments-area .comment-list .comment .comment-wrapper .comment-author {
min-width: 60px;
width: 60px;
margin-right: 24px; }
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself {
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 40px;
margin-bottom: 50px; }
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-meta {
margin-bottom: 18px; }
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .comment-text {
margin-bottom: 18px;
height: auto; }
.blog-comments-area .comment-list .comment .comment-wrapper .comment-itself .reply a {
font-weight: 400;
font-size: 13px;
line-height: 19px;
letter-spacing: 0.1em;
text-transform: uppercase; }
.comment-respond .comment-reply-title {
margin-bottom: 10px; }
.comment-respond .comment-reply-title small {
margin-left: 20px; }
.comment-respond form.comment-form .art-line-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 24px -15px 0 -15px; }
.comment-respond form.comment-form .art-line-fields p {
padding: 0 15px;
width: 100%;
margin-bottom: 30px; }
.comment-respond form.comment-form .comment-form-cookies-consent {
display: none; }
.comment-respond form.comment-form .comment-form-comment textarea {
height: 240px;
width: 100%; }
.comment-respond form.comment-form .form-submit {
margin-top: 30px;
margin-bottom: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; } body.search-no-results .art-header-one.art-dark-header-text .art-header-one-content,
body.search-results .art-header-one.art-dark-header-text .art-header-one-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
body.search-no-results .art-blog-typical .art-blog-default-top,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top,
body.search-results .art-blog-typical .art-blog-default-top,
body.search-results .art-blog-default-wrapper .art-blog-default-top {
padding: 0;
text-align: center; }
body.search-no-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-no-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-typical .art-blog-default-top .art-search-result-title,
body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
margin-bottom: 30px; }
body.search-no-results .art-search-again-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
body.search-no-results .art-search-blog .art-overlay {
display: none;
height: 100%;
width: 100%;
position: fixed;
z-index: 10000;
top: 0;
left: 0;
background-color: #fff; }
body.search-no-results .art-search-blog .art-overlay .art-overlay-close {
position: absolute;
top: 50px;
right: 50px;
cursor: pointer; }
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%; }
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form {
padding: 0 15px;
max-width: 780px;
width: 100%; }
body.search-no-results .art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
font-weight: 300;
border: 0;
border-bottom: 1px solid #000;
height: 55px;
padding: 0; }
body.search-no-results .art-search-blog .art-search-blog-button i {
font-size: 24px;
position: relative;
bottom: 2px; }
body.search-no-results .art-search-blog .art-search-blog-button i::before {
margin: 0; } .widget.art-widget-subscribe-form {
padding: 90px 0 100px 0; }
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
margin-bottom: 16px; }
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper h5 {
margin-bottom: 10px; }
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper .art-subscribe-subtitle {
margin-bottom: 20px;
text-align: center; }
.widget.art-widget-request-form {
padding: 90px 0 100px 0; }
.widget.art-widget-request-form .art-request-data .art-details-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.widget.art-widget-request-form .art-request-data .art-details-wrapper img {
margin-bottom: 16px; }
.widget.art-widget-request-form .art-request-data .art-details-wrapper h5 {
margin-bottom: 10px; }
.widget.art-widget-request-form .art-request-data .art-details-wrapper .art-subscribe-subtitle {
margin-bottom: 30px;
text-align: center; } .art-default-page-custom-wrapper {
padding-top: 133px;
padding-bottom: 100px; }
.art-default-page-custom-wrapper .art-page-content {
padding: 0 113px 0 113px; }
.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page {
padding: 0; }
.art-default-page-custom-wrapper .art-page-content.art-woocommerce-page .art-page-title {
margin-bottom: 40px; }
.art-default-page-custom-wrapper .art-page-title {
text-align: center; }
.art-default-page-custom-wrapper .comment-respond form.comment-form .form-submit {
margin-bottom: 0; }
body.art-chosen-second-header .art-default-page-custom-wrapper {
padding-top: 178px; }
body.art-chosen-second-header .art-woo-container-wrapper,
body.art-chosen-second-header .art-woo-container-wrapper {
padding-top: 178px; } body.search-results.art-chosen-second-header .art-blog-search-result {
padding-top: 178px; }
body.search-results .art-blog-search-result {
padding-top: 133px; }
body.search-results .art-blog-default-wrapper .art-blog-posts-default {
border-bottom: none; }
body.search-no-results .art-blog-search-result {
padding: 318px 0 235px 0; } body.woocommerce-account.woocommerce-page .art-page-content {
padding: 0 15px 0 15px; }
body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide {
padding: 0; }
body.woocommerce-account.woocommerce-page .art-page-content form .form-row.form-row-wide .password-input {
width: 100%; }
body.woocommerce-account.woocommerce-page .art-page-content form .woocommerce-form-login__rememberme {
width: 100%; }
body.woocommerce-account.woocommerce-page .art-page-content form .woocommerce-privacy-policy-text {
margin-bottom: 30px; } .s-header__basket-wr a.art-open-cart-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.s-header__basket-wr a.art-open-cart-side img {
width: 24px; }
.s-header__basket-wr a.art-open-cart-side .art-basket-counter {
margin-left: 2px;
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 14px;
width: 16px;
height: 16px;
background-color: #000;
border-radius: 100%;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
body.admin-bar .art-woo-side-cart {
padding-top: 32px; }
.art-woo-side-cart {
display: none;
position: fixed;
z-index: 99;
right: 0;
top: 0;
padding-top: 0;
width: 375px;
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
border-left: 1px solid rgba(0, 0, 0, 0.1); }
.art-woo-side-cart .art-woo-side-cart-flex {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 30px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-woo-side-cart .art-cart-side-header i {
font-size: 1.5em;
cursor: pointer; }
.art-woo-side-cart .art-cart-side-header i:hover {
opacity: 0.8; }
.art-woo-side-cart .cart_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px 30px 15px 30px;
position: relative; }
.art-woo-side-cart .cart_item .product-thumbnail {
width: 92px;
margin-right: 20px; }
.art-woo-side-cart .cart_item .product-data .product-name {
margin-bottom: 10px;
padding-right: 17px; }
.art-woo-side-cart .cart_item .product-data .product-price {
margin-bottom: 12px; }
.art-woo-side-cart .cart_item .product-data .product-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-woo-side-cart .cart_item .product-data .product-quantity .art-quantity-title span:first-child {
margin-right: 4px; }
.art-woo-side-cart .cart_item .product-data .product-remove {
position: absolute;
top: 12px;
right: 26px; }
.art-woo-side-cart .cart_item .product-data .product-remove a {
color: #000000 !important; }
.art-woo-side-cart .cart_item .product-data .product-remove a:hover {
background: none; }
.art-woo-side-cart .cart-collaterals {
width: 100%;
padding: 19px 30px 30px 30px;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.art-woo-side-cart .cart-collaterals .cart_totals {
width: 100%;
float: none; }
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px; }
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-top .art-side-cart-total-price strong {
font-weight: 300; }
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-woo-side-cart .art-cart-side-empty {
height: calc( 100% - 136px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-woo-side-cart .art-cart-side-empty .cart-side-empty-data .art-cart-side-empty-title {
margin-top: 16px; } .art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart {
border: none;
margin-bottom: 0; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart thead tr th {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 400;
font-size: 14px;
line-height: 20px;
padding: 15px 0;
text-align: center; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
border-top: none; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail {
padding: 30px 0;
width: 92px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-thumbnail a img {
width: 92px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
padding-left: 24px;
padding-right: 63px;
width: 274px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
text-align: center; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
margin: 0 auto; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-subtotal {
text-align: center; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
padding-left: 0;
padding-right: 0;
width: 24px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
color: #000 !important; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove:hover {
background-color: unset; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove .icon-cherie_close::before {
margin: 0; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
padding: 30px 0 0 0;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
width: 300px;
position: relative; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-apply-coupon {
position: absolute;
top: 0;
right: 0;
padding: 14px 25px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart {
padding: 11px 0 5px 0; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:hover {
background: unset; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .art-update-cart:disabled[disabled] {
opacity: 1; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
padding: 30px;
background-color: #FAF8F8; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals {
float: none;
width: 100%; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator {
margin-top: 24px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator .art-shipping-calculator-button {
margin-bottom: 15px;
display: block; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form {
margin-bottom: 40px;
display: block !important; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row {
padding: 0;
margin: 0; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .select2-container {
margin: 0 0 30px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row .input-text {
margin: 0 0 30px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row select.state_select,
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.form-row span.select2-container {
display: block;
margin: 0 0 30px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form p.art-update-shipping {
text-align: right; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper form.woocommerce-shipping-calculator section.art-shipping-calculator-form span {
width: 100% !important; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper .woocommerce-shipping-destination {
display: block;
padding: 4px 0; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li {
margin: 0; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method li label {
padding: 4px 0;
margin: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .art-shipping-wrapper ul#shipping_method .amount {
font-weight: 300; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive {
border: none; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal th {
font-weight: 400;
padding: 4px 0;
text-align: left; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.cart-subtotal td {
padding: 4px 0;
text-align: right; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total th {
text-align: left;
padding: 4px 0;
border-top: 0; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals table.shop_table_responsive tbody tr.order-total td {
padding: 4px 0;
border-top: 0;
text-align: right; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout .art-checkout {
width: 100%;
margin-bottom: 60px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form {
width: 100%; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container {
margin-bottom: 40px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
width: 100%; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals .cart_totals .wc-proceed-to-checkout #pwgc-redeem-gift-card-form #pwgc-redeem-button {
width: 100%;
display: block;
margin-top: 10px; } .art-woo-checkout-page .art-checkout-left h3.art-billing-details-title {
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label .woocommerce-form__input + span {
padding-left: 8px;
line-height: 18px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields .shipping_address .art-shipping-address-title {
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
padding: 0; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
width: 50%;
padding: 0;
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p > span,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p > span {
display: block;
padding: 0 15px;
width: 100%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-first,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-first {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.form-row-last,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.form-row-last {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p.validate-email,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p.validate-email {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_company_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_company_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_company_field {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_1_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_1_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_address_2_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_address_2_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_address_2_field {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_country_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_country_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_country_field {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_city_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_city_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_city_field {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
width: 25%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
width: 25%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_phone_field, .art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_phone_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_phone_field {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11; }
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper {
width: 100%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
min-height: 100px; }
.art-woo-checkout-page .art-checkout-left .art-shipping-checkout-wrapper .woocommerce-additional-fields h3 {
margin-bottom: 30px;
font-weight: 500;
font-size: 20px;
line-height: 29px;
color: #000;
letter-spacing: 0.02em; }
.art-woo-checkout-page .art-checkout-right .art-checkout-right-wrapper {
padding: 30px;
background: #FAF8F8; }
.art-woo-checkout-page .art-checkout-right h3.art-order-summary-title {
margin-bottom: 24px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
border: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image {
padding: 0;
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-image img {
width: 92px;
min-width: 92px;
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name {
border-top: none;
width: 100%; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data {
margin-bottom: 30px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data > span {
display: block; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-title {
margin-bottom: 10px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .cart_item .product-name .product-name-data .product-item-price {
margin-bottom: 12px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
text-align: left;
padding: 5px 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
padding: 0;
line-height: 23px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td.art-shipping-methods-row {
text-align: left; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method {
line-height: 23px;
margin-bottom: 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals ul#shipping_method li.art-flat-rate-method label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
border-top: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment {
background: transparent; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods {
padding: 15px 0;
border-bottom: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method {
position: relative;
line-height: 14px;
margin-bottom: 16px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method input {
margin: 0;
top: 3px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method label {
display: inline;
font-size: 14px;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 20px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box {
margin: 1em 0 0 0;
background-color: unset;
padding: 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .payment_box::before {
display: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label a.about_paypal,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label img {
display: none; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row {
margin: 0 0 10px 0;
padding: 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row .wc-stripe-elements-field,
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row .stripe-card-group {
width: 100%; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row.woocommerce-SavedPaymentMethods-saveNew {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .wc_payment_methods .wc_payment_method .form-row.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
margin-right: 8px; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order {
padding: 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
padding: 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 24px 0 0 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label input.input-checkbox {
margin: 0 8px 0 0; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text {
color: #000; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form {
width: 100%; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment .form-row.place-order #pwgc-redeem-gift-card-form #pwgc-redeem-form #pwgc-redeem-button {
margin-top: 10px !important;
margin-bottom: 0 !important;
width: 100%; }
.art-woo-checkout-page .art-checkout-right .woocommerce-checkout-review-order #payment #place_order {
width: 100%;
margin-top: 40px; }
.woocommerce-invalid #terms {
outline: none; }
body.woocommerce-order-received .art-page-title {
display: none; }
.art-thank-you-page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 164px 0 96px 0; }
.art-thank-you-page .art-thank-you-page-title {
margin: 30px 0; }
.art-thank-you-page .art-thank-you-page-description {
margin-bottom: 50px; } footer.art-main-footer {
padding: 100px 0 50px 0; }
.art-blog-widget-area .widget {
margin-bottom: 50px; }
.art-blog-widget-area .widget-title {
margin-bottom: 20px; }
.art-blog-widget-area,
footer.art-main-footer {
font-size: 14px; }
.art-blog-widget-area .art-main-footer-container,
footer.art-main-footer .art-main-footer-container {
margin: 0 auto;
padding: 0 50px;
width: 100%;
max-width: 1920px; }
.art-blog-widget-area strong,
footer.art-main-footer strong {
font-size: 14px;
font-weight: 500; }
.art-blog-widget-area ul li,
footer.art-main-footer ul li {
margin-bottom: 12px; }
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form {
padding: 0; }
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.art-blog-widget-area .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img,
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper img {
display: none; }
.art-blog-widget-area .widget.art_social .art-main-social .art-social-container a,
footer.art-main-footer .widget.art_social .art-main-social .art-social-container a {
color: #000; }
.art-blog-widget-area .widget.widget_search .searchsubmit,
footer.art-main-footer .widget.widget_search .searchsubmit {
display: none; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 280px;
margin-top: 12px; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: left;
letter-spacing: 0.02em;
color: #000000; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next,
footer.art-main-footer .widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: right;
letter-spacing: 0.02em;
color: #000000; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table {
border-spacing: 0;
width: 280px;
border-collapse: separate;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table caption,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table caption {
height: 45px;
background-color: rgba(255, 255, 255, 0.7);
caption-side: top;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #000;
line-height: 45px;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.02em; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td {
text-align: center; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table td#today,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table td#today {
font-weight: 500;
background-color: rgba(255, 255, 255, 0.7); }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead {
border-collapse: collapse; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table thead th,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table thead th {
text-align: center;
width: 40px;
height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 40px;
letter-spacing: 0.02em;
color: #000000; }
.art-blog-widget-area .widget.widget_calendar .calendar_wrap table tbody tr td,
footer.art-main-footer .widget.widget_calendar .calendar_wrap table tbody tr td {
font-style: normal;
font-size: 14px;
line-height: 40px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
font-weight: 300;
padding: 0;
width: 40px;
height: 40px; }
.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a {
margin-left: 16px !important;
position: relative; }
.art-blog-widget-area .widget.widget_recent_comments li.recentcomments > a::before,
footer.art-main-footer .widget.widget_recent_comments li.recentcomments > a::before {
content: '';
width: 3px;
height: 3px;
position: absolute;
top: 10px;
left: -12px;
background-color: #000;
border-radius: 50%;
display: inline-block; }
.art-blog-widget-area .widget.widget_rss .footer-widget--title,
footer.art-main-footer .widget.widget_rss .footer-widget--title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-blog-widget-area .widget.widget_rss .footer-widget--title a:first-child,
footer.art-main-footer .widget.widget_rss .footer-widget--title a:first-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 8px; }
.art-blog-widget-area .widget.widget_rss ul li,
footer.art-main-footer .widget.widget_rss ul li {
margin-bottom: 26px; }
.art-blog-widget-area .widget.widget_rss ul li a.rsswidget,
footer.art-main-footer .widget.widget_rss ul li a.rsswidget {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 10px; }
.art-blog-widget-area .widget.widget_rss ul li .rss-date,
footer.art-main-footer .widget.widget_rss ul li .rss-date {
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 16px;
letter-spacing: 0.1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px; }
.art-blog-widget-area .widget.widget_rss ul li .rssSummary,
footer.art-main-footer .widget.widget_rss ul li .rssSummary {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 10px; }
.art-blog-widget-area .widget.widget_rss ul li cite,
footer.art-main-footer .widget.widget_rss ul li cite {
font-style: italic;
font-weight: normal;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.02em; }
.art-blog-widget-area .tagcloud,
footer.art-main-footer .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -7px; }
.art-blog-widget-area .tagcloud a,
footer.art-main-footer .tagcloud a {
font-size: 14px !important;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 20px;
text-transform: none;
padding: 6px 12px;
border: 1px solid #000;
margin: 7px 7px; }
.art-blog-widget-area .widget.widget_nav_menu ul.menu li,
footer.art-main-footer .widget.widget_nav_menu ul.menu li {
margin-bottom: 0; }
.art-blog-widget-area .widget.widget_nav_menu ul.menu li a,
footer.art-main-footer .widget.widget_nav_menu ul.menu li a {
display: block;
margin-bottom: 12px; }
.art-blog-widget-area .widget.widget_nav_menu ul.menu li ul.sub-menu,
footer.art-main-footer .widget.widget_nav_menu ul.menu li ul.sub-menu {
margin-left: 15px; }
.art-blog-widget-area .widget.widget_pages ul li,
.art-blog-widget-area .widget.widget_categories ul li,
footer.art-main-footer .widget.widget_pages ul li,
footer.art-main-footer .widget.widget_categories ul li {
margin-bottom: 12px; }
.art-blog-widget-area .widget.widget_pages ul li ul.children,
.art-blog-widget-area .widget.widget_categories ul li ul.children,
footer.art-main-footer .widget.widget_pages ul li ul.children,
footer.art-main-footer .widget.widget_categories ul li ul.children {
margin-top: 12px;
margin-left: 15px; }
.art-blog-widget-area .wp-caption.alignnone,
footer.art-main-footer .wp-caption.alignnone {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 3px;
margin-bottom: 20px; }
.art-blog-widget-area .wp-caption.alignnone .wp-caption-text,
footer.art-main-footer .wp-caption.alignnone .wp-caption-text {
text-align: center;
padding: 6px 0 3px 0; }
.art-blog-widget-area .footer-widget-area,
footer.art-main-footer .footer-widget-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding: 0 15px; }
.art-blog-widget-area .footer-widget-area .widget,
footer.art-main-footer .footer-widget-area .widget {
margin-bottom: 50px; }
.art-blog-widget-area .footer-widget-area .widget .footer-widget--title,
footer.art-main-footer .footer-widget-area .widget .footer-widget--title {
margin-bottom: 20px; } .art-woo-container-wrapper.cart-sidebar-open .art-woo-content-mask {
opacity: 1;
visibility: visible; }
.art-woo-container-wrapper .art-woo-content-mask {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 400ms;
transition: opacity 400ms;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 47;
background: rgba(250, 248, 248, 0.85); }
.woocommerce-page .art-woo-container-wrapper,
.woocommerce .art-woo-container-wrapper {
padding-top: 134px; }
.woocommerce-page .woocommerce-products-header .page-description,
.woocommerce .woocommerce-products-header .page-description {
margin-top: 15px;
padding-right: 350px; }
.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container { margin-bottom: 100px; }
.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px; }
.woocommerce-page .art-before-shop-loop .art-shop-cats .art-categories-dropdown,
.woocommerce .art-before-shop-loop .art-shop-cats .art-categories-dropdown {
min-width: 191px; }
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul,
.woocommerce .art-before-shop-loop .art-shop-cats > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul > li,
.woocommerce .art-before-shop-loop .art-shop-cats > ul > li {
margin-right: 40px; }
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul > li.current_item,
.woocommerce .art-before-shop-loop .art-shop-cats > ul > li.current_item {
border-bottom: 1px solid #000; }
.woocommerce-page .art-before-shop-loop .art-shop-cats > ul > li > a,
.woocommerce .art-before-shop-loop .art-shop-cats > ul > li > a {
font-weight: 500;
font-size: 13px;
line-height: 19px;
padding-bottom: 5px;
letter-spacing: 0.1em;
text-transform: uppercase; }
.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.woocommerce-page .art-before-shop-loop .art-ordering-cart .woocommerce-ordering,
.woocommerce .art-before-shop-loop .art-ordering-cart .woocommerce-ordering {
margin-bottom: 0; }
.woocommerce-page .art-before-shop-loop .art-ordering-cart .s-header__basket-wr,
.woocommerce .art-before-shop-loop .art-ordering-cart .s-header__basket-wr {
margin-left: 40px; }
.woocommerce-page .art-woo-main-archive,
.woocommerce .art-woo-main-archive {
margin-top: 40px; }
.woocommerce-page ul.products,
.woocommerce ul.products {
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-page ul.products:not(.art-products-widget-slider),
.woocommerce ul.products:not(.art-products-widget-slider) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.woocommerce-page ul.products li.art-archive-head-data,
.woocommerce ul.products li.art-archive-head-data {
padding-top: 70px;
padding-bottom: 100px;
text-align: center; }
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-title,
.woocommerce ul.products li.art-archive-head-data .art-head-data-title {
margin-bottom: 15px;
display: block; }
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
.woocommerce ul.products li.art-archive-head-data .art-head-data-description {
padding: 0 215px; }
.woocommerce-page ul.products li.art-product-decorate-image,
.woocommerce ul.products li.art-product-decorate-image {
margin-bottom: 30px; }
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
float: none;
margin-left: unset;
margin-right: unset;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px !important; }
.woocommerce-page ul.products li.product a,
.woocommerce ul.products li.product a {
position: relative;
display: block; }
.woocommerce-page ul.products li.product .art-product-image,
.woocommerce ul.products li.product .art-product-image {
margin-bottom: 24px; }
.woocommerce-page ul.products li.product .art-product-image img,
.woocommerce ul.products li.product .art-product-image img {
margin-bottom: 0;
width: unset;
max-width: 100%; }
.woocommerce-page ul.products li.product .art-product-image .star-rating,
.woocommerce ul.products li.product .art-product-image .star-rating {
position: absolute;
top: 16px;
right: 8px; }
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-align: center;
letter-spacing: 0.02em;
padding: 0; }
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
display: block;
margin-top: 8px;
margin-bottom: 0; }
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
opacity: 1; }
.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: 400; }
.woocommerce-page .woocommerce-pagination,
.woocommerce .woocommerce-pagination {
display: none; }
.woocommerce-page .art-shop-pagination-wrapper,
.woocommerce .art-shop-pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-load-more-wrapper {
display: none; }
.woocommerce-page .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper.art-is-loading .art-loader-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.woocommerce-page .art-shop-pagination-wrapper .art-load-more-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-load-more-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.woocommerce-page .art-shop-pagination-wrapper .art-loader-wrapper,
.woocommerce .art-shop-pagination-wrapper .art-loader-wrapper {
height: 50px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none; }
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.woocommerce-page ul.products::before, .woocommerce-page ul.products::after,
ul.products.art-products-widget-slider::before,
ul.products.art-products-widget-slider::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
display: none; }
input {
-webkit-box-shadow: none;
box-shadow: none; }
input {
border-radius: 0;
border: 0; } input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
position: relative;
width: 18px;
height: 18px;
display: inline-block; }
input[type="radio"]::before {
content: '';
width: 18px;
height: 18px;
display: block;
border: 1px solid #000;
border-radius: 100%;
cursor: pointer; }
input[type="radio"]:checked::before {
content: '';
width: 18px;
height: 18px;
border: 1px solid #000;
border-radius: 100%;
background: #000; }
input[type="radio"]:checked::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border-radius: 100%;
-webkit-transform: scale(0.35);
transform: scale(0.35); } } } .woocommerce .quantity {
position: relative;
width: 95px; }
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
-webkit-appearance: none; }
.woocommerce .quantity input[type="number"] {
-moz-appearance: textfield; }
.woocommerce .quantity .minus {
position: absolute;
left: 0;
top: 1px;
padding: 15px 14px;
cursor: pointer;
border: none;
background-color: transparent;
font-size: 17px;
font-family: "cherie-font"; }
.woocommerce .quantity .input-text.qty {
width: 95px;
text-align: center; }
.woocommerce .quantity .plus {
position: absolute;
right: 0;
top: 1px;
padding: 15px 14px;
cursor: pointer;
border: none;
background-color: transparent;
font-size: 17px;
font-family: "cherie-font"; }
.art-single-product-before-top {
margin-top: -6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 60px; }
.art-single-product-before-top .woocommerce-notices-wrapper {
width: 100%; }
.art-single-product-before-top .woocommerce-breadcrumb {
margin-bottom: 0; }
.art-product-layout-classic .art-single-product-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px; }
.art-product-layout-classic .art-single-product-top .art-product-gallery {
position: relative; }
.art-product-layout-classic .art-single-product-top .art-product-gallery span.onsale {
position: absolute;
left: unset;
top: 17px;
right: 32px;
margin: 0;
background-color: #fff;
color: #000;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0.02em;
min-height: 24px;
min-width: 48px;
padding: 0;
border: 1px solid #000;
border-radius: 0; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .art-product-no-sliders a img {
width: 100%; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .woocommerce-product-gallery__trigger {
display: none; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
width: 120px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-right: 30px;
position: relative;
z-index: 20;
margin-top: -15px; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .art-slick-slide {
cursor: pointer; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-list {
overflow: hidden; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide {
margin: 15px 0; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav .slick-slide img {
width: 120px !important;
opacity: 1; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
width: calc( 100% - 150px);
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
position: absolute;
width: 120px;
height: 100%; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
display: none; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
cursor: pointer;
position: absolute;
left: 48px;
z-index: 21; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-arrow,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-arrow {
display: block; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-hidden i, .art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image.slick-disabled i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-hidden i,
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image.slick-disabled i {
display: none; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .previous_image {
top: -40px; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows .next_image {
bottom: -26px; }
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating {
font-size: 15px;
margin-top: 7px; }
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .star-rating {
margin-right: 6px; }
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-rating .woocommerce-review-link {
font-weight: normal;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.02em; }
.art-product-layout-classic .art-single-product-top .entry-summary .price {
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 32px;
letter-spacing: 0.02em;
margin-top: 14px;
margin-bottom: 24px; }
.art-product-layout-classic .art-single-product-top .entry-summary .price ins {
text-decoration: none; }
.art-product-layout-classic .art-single-product-top .entry-summary .woocommerce-product-details__short-description {
margin-bottom: 24px;
font-size: 16px; }
.art-product-layout-classic .art-single-product-top .entry-summary form.cart {
margin-bottom: 40px; }
.art-product-layout-classic .art-single-product-top .entry-summary form.cart .quantity {
margin-right: 24px; }
.art-product-layout-classic .art-single-product-top .entry-summary form.cart .single_add_to_cart_button {
text-transform: uppercase; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container {
width: 100%; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion {
padding: 15px 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .accordion:first-child {
border-top: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data h2 {
display: none; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes {
border-top: 0;
margin-bottom: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr th {
font-weight: 300;
border-bottom: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data table.shop_attributes tr td {
font-weight: 300;
border-bottom: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-Reviews-title {
display: none;
margin-top: 10px;
margin-bottom: 30px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .woocommerce-noreviews {
display: block;
margin-top: 10px;
margin-bottom: 18px;
font-size: 16px;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 23px;
color: #000000; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist {
margin-top: 30px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container img.avatar {
border: none;
background: unset;
padding: 0;
width: 60px;
position: static;
float: none; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text {
margin-left: 24px;
padding: 0;
border: none; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
float: none;
font-size: 15px;
position: absolute;
right: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 18px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews #comments .commentlist .review .comment_container .comment-text .meta .woocommerce-review__author {
margin-bottom: 10px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond .woo-comment-reply-title {
margin-bottom: 10px;
display: block; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-notes {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30px !important;
padding-right: 125px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-author {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
width: calc(50% - 15px);
margin-right: 30px !important;
margin-bottom: 30px !important; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-email {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
width: calc(50% - 15px); }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-rating {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
margin-bottom: 22px; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
width: 100%; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .comment-form-comment textarea {
border: 1px solid #000;
margin-top: 0;
margin-bottom: 20px;
height: 160px !important; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.art-product-layout-classic .art-single-product-top .entry-summary .accordion-product-container .panel .panel-data #reviews .comment-respond form.comment-form .form-submit input.submit {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.art-product-layout-classic .art-single-product-top .entry-summary .product_meta {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-product-layout-classic .art-single-product-top .entry-summary .product_meta > span {
margin-bottom: 14px; }
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td {
padding-bottom: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td .quantity {
margin-right: 0; }
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td span,
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form table.group_table tr td label {
line-height: 49px; }
.art-product-layout-classic .art-single-product-top .entry-summary form.grouped_form .single_add_to_cart_button {
margin-top: 17px; }
.art-product-layout-classic .related.products h2 {
display: block;
text-align: center;
margin-top: 100px;
margin-bottom: 50px; }
.art-product-layout-classic .related.products .products {
margin-bottom: 70px; }
.art-shop-subscribe-area {
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper {
-webkit-box-shadow: none;
box-shadow: none; }
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-wrapper .fr-thumbnail-image {
opacity: 1 !important; }
.fr-thumbnail-frame .fr-thumbnail .fr-thumbnail-overlay .fr-thumbnail-loading {
opacity: 0 !important; }
.fr-overlay .fr-overlay-background {
background-color: #fff;
opacity: 1; }
.fr-window-skin-fresco .fr-content-background {
-webkit-box-shadow: none;
box-shadow: none; }
.fr-thumbnails-vertical .fr-thumbnails {
width: 40%; }
.nojq {
z-index: 99999999999999999999999; }
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_left.svg);
background-position: unset;
opacity: 1; }
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
opacity: 0.5; }
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/arrow_right.svg);
background-position: unset;
opacity: 1; }
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon:hover,
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon {
opacity: 0.5; }
.fr-close {
top: 30px;
right: 30px; }
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background-image: url(//www.villathalgo.com.au/wp-content/themes/cherie/assets/css/images/close-big.svg);
background-position: unset;
background-color: white;
opacity: 1; }
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background,
.fr-thumbnails-side-button:hover,
.fr-thumbnails-side-button-background:hover,
.fr-thumbnails-side-button-background {
background: transparent; }
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
background-image: unset;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-next .fr-thumbnails-side-button-icon::before {
content: '\e80b';
font-size: 18px;
font-family: "cherie-font"; }
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
background-image: unset;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side.fr-thumbnails-side-previous .fr-thumbnails-side-button-icon::before {
content: '\e80c';
font-size: 18px;
font-family: "cherie-font"; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
position: relative; }
.woocommerce div.product div.images img {
width: auto !important; }
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0; } body.elementor-editor-active header.art-header-one.art-header-show-border .art-header-one-content {
position: static !important; }
body.elementor-editor-active header.art-header-one .art-header-one-content {
position: static !important; }
body.elementor-editor-active .art-preloader-holder {
display: none !important; }
body.elementor-editor-active header.art-header-two .art-header-two-content {
position: static !important; } @media (max-width: 1199px) {
footer.art-main-footer .art-main-footer-container {
max-width: 582px;
padding: 0 15px; } }
@media (min-width: 1241px) {
header.art-header-one .right-content .info_block_hamburger {
display: none; }
header.art-header-one .art-header-one-content:hover {
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .light-logotype {
display: none; }
header.art-header-one .art-header-one-content:hover .art-navigation-container .left-content .art--logo-container .dark-logotype {
display: block; }
header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a {
color: #000000; }
header.art-header-one .art-header-one-content:hover .art-navigation-container .center-content nav ul.menu > li > a:hover {
border-bottom: 1px solid #000000;
opacity: 1; }
header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a {
color: #000; }
header.art-header-one .art-header-one-content:hover .art-navigation-container .right-content .art-social-container a i:hover {
opacity: 0.8; }
header.art-header-two .art-header-top .art-header-top-right .info_block_hamburger {
display: none; }
header.art-header-two .art-header-two-content:hover {
background-color: #fff; }
header.art-header-two .art-header-two-content:hover .art-header-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-left .art-social-container a {
color: #000; }
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .light-logotype {
display: none; }
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-center .art--logo-container .dark-logotype {
display: block; }
header.art-header-two .art-header-two-content:hover .art-header-top .art-header-top-right .art-site-header-appointment {
color: #000; }
header.art-header-two .art-header-two-content:hover .art-header-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
header.art-header-two .art-header-two-content:hover .art-header-bottom nav ul.menu > li > a {
color: #000; } }
@media (max-width: 1240px) {
header.art-header-one .art-header-one-content .art-navigation-container {
position: relative; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .center-content,
header.art-header-one .art-header-one-content .art-navigation-container .center-content {
display: none; }
header.art-header-one .art-header-one-content.art-sticky .art-navigation-container .right-content .right-content .art-social-container,
header.art-header-one .art-header-one-content .art-navigation-container .right-content .art-social-container {
display: none; }
header.art-header-one .art-header-one-content .art-navigation-container .center-content nav ul.menu li .sub-menu {
min-width: 220px; } header.art-header-two .art-header-two-content .art-header-top {
border-bottom: none; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-left {
display: none; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right {
width: auto; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-right .art-site-header-appointment {
display: none; }
header.art-header-two .art-header-two-content .art-header-bottom {
display: none; }
body.search-results.art-chosen-second-header .art-blog-search-result {
padding-top: 118px; } }
@media (max-width: 1218px) {
.art-half-slide-container-left .slick-dots {
right: 0; } }
@media (max-width: 1199px) {
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
padding: 0 165px; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
padding: 0 50px; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
padding: 0 50px; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
padding: 0 50px; }
.woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
height: 279px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
padding-right: 24px;
width: 220px; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-nav {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%;
display: none; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
max-width: unset;
overflow: hidden;
position: relative; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .images .art-product-sliders-for .slick-dots {
bottom: 11px; }
.art-product-layout-classic .art-single-product-top .art-product-gallery .slider_arrows {
display: none; }
footer.art-main-footer .footer-widget-area {
text-align: center; }
footer.art-main-footer .footer-widget-area.art-footer-first-column {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
footer.art-main-footer .footer-widget-area.art-footer-second-column {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
footer.art-main-footer .footer-widget-area.art-footer-third-column {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
footer.art-main-footer .footer-widget-area.art-footer-fourth-column {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
footer.art-main-footer .widget.art_subscribe_form .art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
footer.art-main-footer .footer-widget-area .widget .art-social-container {
text-align: center; } }
@media (max-width: 1170px) {
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
padding-left: 15px; }
.art-widget-team-slider .art-swiper-team-container,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog,
.woocommerce.art-woo-products-slider .art-swiper-container {
padding: 0 15px; }
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar,
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
width: calc(100% - 30px);
left: 15px; } }
@media (max-width: 1150px) {
.art-left-half-slider-wrapper .art-left-slider-data {
padding-right: 15px; }
.art-right-half-slider-wrapper .art-right-half-slider-data {
padding-left: 15px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-left {
display: none; }
.zoom-anim-dialog.art-team-popap {
padding: 100px 100px; } }
@media (max-width: 1024px) {
.art--aliment-tablet-left {
text-align: left; }
.art--aliment-tablet-center {
text-align: center; }
.art--aliment-tablet-right {
text-align: right; }
.art-left-half-slider-wrapper .art-left-slider-data {
padding-left: 30px; }
.art-right-half-slider-wrapper .art-right-half-slider-data {
padding-right: 30px; }
.art-info-block-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-info-block-wrapper .art-info-block-one {
width: 100%; }
.art-info-block-wrapper .art-info-block-two {
width: 100%;
padding: 40px 15px 50px 15px; }
.art-info-block-wrapper .art-info-block-two .art-widget-title {
margin-bottom: 16px; }
.art-info-block-wrapper .art-info-block-two .art-widget-button {
margin-top: 40px; }
.art-info-block-wrapper.art-do-reverse .art-info-block-one {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.art-info-block-wrapper.art-do-reverse .art-info-block-two {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-right: 15px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data {
padding-left: 0; }
.art-contact-info-widget .art-item .art-description {
padding: 0 24px; } }
@media (max-width: 991px) {
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top {
padding: 0; }
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
padding: 0 0; }
.art-map-contacts .art-container-right {
padding: 23px 15px 23px 15px; }
.art-map-contacts .art-container-right.art-simple-contacts {
padding: 23px 15px 23px 15px; }
.art-map-contacts .art-container-left .art-my-map-widget {
min-height: 500px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 50px 15px; }
.art-career-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 50px 15px; }
.art-courses-single-wrapper .art-post-content-wrapper .art-post-the-content {
padding: 50px 15px; }
.art-blog-single-wrapper .art-single-blog-top {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-left {
width: 100%;
min-height: 500px; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right {
width: 100%;
padding: 50px 0;
min-height: 480px; }
.art-blog-single-wrapper .art-single-blog-top .art-single-post-right .art-single-post-right-data {
width: 100%; }
.art-blog-single-wrapper .art-single-blog-top.art-single-post-no-image {
min-height: 480px; }
.art-career-single-wrapper .art-single-career-top {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-career-single-wrapper .art-single-career-top .art-single-post-left {
width: 100%;
min-height: 500px; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right {
width: 100%;
padding: 50px 0;
min-height: unset; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data {
width: 100%; }
.art-courses-single-wrapper .art-single-courses-top {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-left {
width: 100%;
min-height: 500px; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right {
width: 100%;
padding: 50px 0;
min-height: unset; }
.art-courses-single-wrapper .art-single-courses-top .art-single-post-right .art-single-post-right-data {
width: 100%; }
body:not(.elementor-editor-active) .story .wp-block-gallery,
body:not(.elementor-editor-active) .story .wp-block-image {
margin: 50px -15px; }
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
margin: 0 10px 10px 0; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation {
padding: 30px 0; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 200px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev .nav-data {
padding-right: 0; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
position: relative;
padding-bottom: 30px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 200px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next .nav-data {
padding-left: 0; }
.woocommerce-page .woocommerce-products-header .page-description,
.woocommerce .woocommerce-products-header .page-description {
padding-right: 0; }
.woocommerce-page .art-before-shop-loop,
.woocommerce .art-before-shop-loop {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.woocommerce-page .art-before-shop-loop .art-shop-cats,
.woocommerce .art-before-shop-loop .art-shop-cats {
width: auto;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
margin-bottom: 25px;
padding-bottom: 15px; }
.woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar,
.woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent; }
.woocommerce-page .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb,
.woocommerce .art-before-shop-loop .art-shop-cats::-webkit-scrollbar-thumb {
background: transparent; }
.woocommerce-page .art-before-shop-loop .art-shop-cats .categories,
.woocommerce .art-before-shop-loop .art-shop-cats .categories {
min-width: 870px; }
.woocommerce-page .art-before-shop-loop .art-ordering-cart,
.woocommerce .art-before-shop-loop .art-ordering-cart {
width: 100%; }
.woocommerce-page ul.products li.art-product-decorate-image, .woocommerce ul.products li.art-product-decorate-image img {
height: auto; }
.woocommerce-page ul.products li.art-archive-head-data .art-head-data-description,
.woocommerce ul.products li.art-archive-head-data .art-head-data-description {
padding: 0 15px; }
.art-cart-page-wrapper .art-cart-page-right .cart-collaterals {
margin-top: 50px; }
.art-woo-checkout-page .art-checkout-left {
margin-bottom: 44px; }
.art-product-layout-classic .art-single-product-top .summary.entry-summary {
margin-top: 40px; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
padding-left: 40px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous,
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next {
display: block; } }
@media (max-width: 950px) {
.art-left-half-slider-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-left-half-slider-wrapper .art-half-slide-container-left {
width: 100%; }
.art-left-half-slider-wrapper .art-left-slider-data {
width: 100%;
padding-top: 70px; }
.art-half-slide-container-left .item-itself {
padding-right: 15px;
padding-left: 25px; }
.art-half-slide-container-left .slick-dots {
right: 15px; }
.art-right-half-slider-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-right-half-slider-wrapper .art-right-half-slider-data {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
padding-top: 70px; }
.art-right-half-slider-wrapper .art-half-slide-container-right {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.art-right-half-slider-wrapper .art-half-slide-container-right .item-itself {
padding-left: 15px;
padding-right: 25px; }
.art-right-half-slider-wrapper .art-half-slide-container-right .slick-dots {
left: 15px; }
.art-mention .art-mention-content {
padding: 0 30px; }
.zoom-anim-dialog.art-default-popap-one .art-hero-left {
display: none; }
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
padding: 97px 100px;
width: 100%; } }
@media (max-width: 876px) {
.zoom-anim-dialog.art-team-popap {
padding: 100px 30px; } }
@media (max-width: 782px) {
body.admin-bar .art-mobile-menu-wrapper .art-nav-container .art--mobile-menu-navigation-wrapper {
padding: 59px 10px; }
body.admin-bar header.art-header-one .art-header-one-content.art-sticky, body.admin-bar header.art-header-two .art-header-two-content.art-sticky {
margin-top: 46px; } }
@media (min-width: 768px) {
.art-hero-header-beauty-additional {
display: none; } }
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
text-align: right !important; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name,
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td {
padding: 15px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-name {
width: 100%; }
.woocommerce .woocommerce-cart-form table.shop_table td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove {
width: 100%; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-remove a.remove {
margin: 0 auto; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity {
margin: 0 0 0 auto; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .minus {
padding: 10px 14px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity .plus {
padding: 10px 14px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.product-quantity .quantity input[type="number"] {
height: 40px; }
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
margin-right: 20px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
margin: 0 auto; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon .art-input-text-coupon {
width: 100%; }
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
width: auto;
margin: 0 auto; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions {
border-top: none;
padding: 15px; } }
@media (max-width: 767px) {
.art-default-page-custom-wrapper {
padding-top: 124px;
padding-bottom: 50px; }
.art--aliment-mobile-left {
text-align: left; }
.art--aliment-mobile-center {
text-align: center; }
.art--aliment-mobile-right {
text-align: right; }
header.art-header-one .art-header-one-content {
padding: 0 22px; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
header.art-header-one .art-header-one-content .art-navigation-container .left-content .art--logo-container .light-logotype {
margin-left: 35px; } .art-hero-header-beauty {
min-height: unset;
padding-bottom: 30px; }
.art-hero-header-beauty .art-hero-header-wrapper {
min-height: unset;
padding-top: 80px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top h1 {
margin-bottom: 52px; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-additional-info {
display: none; }
.art-mention .art-mention-content .art-mention-tabs li {
padding: 0 30px; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-title,
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-title {
margin-bottom: 16px; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button,
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
margin-top: 40px; }
.art-widget-team-slider .art-swiper-team-container .swiper-scrollbar,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-scrollbar,
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-scrollbar {
display: none; }
.art-widget-team-slider .art-swiper-team-container .swiper-wrapper,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-wrapper,
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-wrapper {
margin-bottom: 0; }
.art-widget-team-slider .art-swiper-team-container .swiper-button-next,
.art-blog-posts.art-blog-posts-slider .swiper-container-blog .swiper-button-next,
.woocommerce.art-woo-products-slider .art-swiper-container .swiper-button-next {
right: 43px; }
.art-slider-info-wrapper .swiper-container-slider-info .swiper-pagination {
bottom: -39px; }
.art-testimonial-wrapper {
padding-bottom: 84px;
padding-left: 15px;
padding-right: 15px; }
.art-service-menu-two .art-service-two-info .art-service-block .art-service-item {
width: 100%;
padding: 0 30px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block .art-service-item {
width: 100%;
padding: 0 30px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-tabs-subtitle {
padding: 0 30px; }
.art-service-menu-two .art-service-menu-two-tabs {
margin-bottom: 12px; }
.art-contact-widget-tabs .art-contact-menu-two-tabs {
margin-bottom: 50px; }
.art-ordinary-page-header .art-ordinary-page-data .art-page-header-description {
margin-top: 20px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-head .art-head-desc {
padding: 0 15px;
margin-bottom: 40px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data {
padding: 50px 0; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-service-data .art-service-block.art-second-service-block {
margin-bottom: 13px; }
.art-full-page-services .art-full-page-services-wrapper .art-services-tabs-center .art-service-wrapper .art-jarallax-block {
height: 300px; }
.art-widget-team .art-all-members .art-team-member {
margin-bottom: 40px; }
.art-blog-default-wrapper .art-blog-default-top {
padding: 118px 0 50px 0; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-left a {
margin-bottom: 50px; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right {
text-align: center; }
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-title,
.art-blog-default-wrapper .art-blog-default-top .art-blog-post-sticky-item .art-blog-post-sticky-right .art-post-sticky-right-data .art-post-cat {
margin-bottom: 24px; }
body.search-results .art-blog-default-wrapper .art-blog-default-top {
margin-bottom: 40px; }
body.search-results .art-blog-default-wrapper .art-blog-default-top .art-search-result-title {
margin-bottom: 20px; }
body.search-results .art-blog-search-result {
padding-top: 118px; }
body.search-no-results .art-blog-search-result {
padding: 118px 0 50px 0; }
.art-theme-blog .art-blog-cats .art-categories-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 18px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 30px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li {
margin-right: 0; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories li a {
margin-bottom: 20px; }
.art-blog-default-wrapper .art-blog-posts-default {
padding-bottom: 50px; }
.art-blog-default-wrapper .art-blog-posts-default .art-blog-post-item {
margin-bottom: 30px; }
.widget.art-widget-subscribe-form {
padding: 40px 0 50px 0; }
.widget.art-widget-subscribe-form .art-subscribe-form-data .art-details-wrapper {
text-align: center; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left {
margin-bottom: 0; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
text-align: center;
margin-bottom: 50px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-cat,
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-post-title {
margin-bottom: 24px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself .art-sticky-post-img img {
margin-bottom: 50px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-sticky-posts .art-blog-post-item {
margin-bottom: 30px; }
.art-blog-sticky-wrapper {
padding-top: 113px; }
.art-map-image-block-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-map-image-block-wrapper .art-my-map-left {
width: 100%; }
.art-map-image-block-wrapper .art-my-map-right {
width: 100%;
min-height: 500px; }
.art-map-contacts .art-container-right {
padding: 30px 15px 23px 15px; }
.art-map-contacts .art-container-right.art-simple-contacts {
padding: 30px 15px 23px 15px; }
.art-map-contacts .art-container-right .art-contact-menu-two-tabs {
margin: 20px -7px 25px -7px; }
.art-testimonial-images-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-testimonial-images-wrapper .art-left-side {
width: 100%;
margin-bottom: 50px; }
.art-testimonial-images-wrapper .art-right-side {
max-width: unset;
width: 100%; }
.art-contact-info-widget .art-item .art-description {
padding: 0 150px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-tags {
margin-bottom: 43px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-blog-share {
margin-bottom: 50px; }
.blog-comments-area .comment-list .comment .children {
margin-left: 30px; }
.comment-respond form.comment-form .art-line-fields {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-post-comments {
margin-bottom: 50px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-search-blog .art-overlay .art-overlay-close {
right: 10px; }
.art-career-single-wrapper .art-single-career-top .art-single-post-right .art-single-post-right-data .art-post-title {
margin-bottom: 40px; }
.art-career-single-wrapper .art-post-content-wrapper .art-single-blog-share,
.art-career-single-wrapper .art-post-content-wrapper .art-career-button {
margin-bottom: 50px; }
.art-career-single-wrapper .art-post-content-wrapper .art-related-posts-title {
margin-bottom: 30px; }
.art-career-single-wrapper .art-post-content-wrapper .art-career-posts {
margin-bottom: 30px; }
.widget.art-widget-request-form {
padding: 40px 0 50px 0; }
.woocommerce-page .art-woo-archive-container,
.woocommerce .art-woo-archive-container {
margin-bottom: 50px; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p {
width: 100%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_state_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_state_field {
width: 100%; }
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-shipping-fields__field-wrapper > p#billing_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#shipping_postcode_field,
.art-woo-checkout-page .art-checkout-left .woocommerce-billing-fields__field-wrapper > p#billing_postcode_field {
width: 100%; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-left {
display: none; }
.zoom-anim-dialog.art-team-popap .art-team-widget-popup .art-team-popup-container .art-team-popup-right {
padding-left: 0;
width: 100%; }
.zoom-anim-dialog.art-default-popap-two {
padding: 50px 30px; }
.art-hero-header-two .art-hero-header-two-wrapper {
padding: 153px 0 40px 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
header.art-header-two .art-header-two-content .art-header-top {
padding: 0 22px; }
header.art-header-two .art-header-two-content .art-header-top .art-header-top-center {
-webkit-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.art-thank-you-page {
padding: 10px 0 5px 0; }
.art-thank-you-page .art-thank-you-page-title {
margin: 24px 0 20px 0; }
.art-thank-you-page .art-thank-you-page-description {
margin-bottom: 40px; }
footer.art-main-footer {
padding: 50px 0 0 0; }
.art-404-page.art-default-page-custom-wrapper {
padding-top: 133px;
padding-bottom: 50px; }
.art-product-layout-classic .related.products .products {
margin-bottom: 20px; }
.art-theme-blog .art-blog-cats .art-categories-wrapper .art-categories-dropdown {
margin: 0 auto 50px auto; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 90px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 90px; }
.art-blog-sticky-wrapper.art-blog-typical .art-blog-sticky-container .art-content-right {
margin-top: 50px; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-right .art-blog-widget-area {
padding-left: 0; } }
@media (max-width: 720px) {
.art-follow-subscribe-widget {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-follow-subscribe-widget .art-follow-side {
width: 100%; }
.art-follow-subscribe-widget .art-subscribe-side {
width: 100%;
border-left: 0;
position: relative; }
.art-follow-subscribe-widget .art-subscribe-side::before {
content: '';
width: 80%;
height: 1px;
background-color: #000;
position: absolute;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0; }
#sb_instagram #sbi_images.art-big-image {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
#sb_instagram #sbi_images.art-big-image .art-big-image {
width: 100%; }
#sb_instagram #sbi_images.art-big-image .art-other-images {
width: 100%; }
#sb_instagram #sbi_images.art-big-image .art-other-images .art-inst-item {
width: 50%; }
#sb_instagram #sbi_images .art-other-images .art-inst-item {
width: 33.333333333%; }
.art-team-partner-widget {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-team-partner-widget .art-team-side {
width: 100%;
padding: 40px; }
.art-team-partner-widget .art-partner-side {
width: 100%;
position: relative;
border-left: none;
padding: 40px; }
.art-team-partner-widget .art-partner-side::before {
content: '';
width: 80%;
height: 1px;
background-color: #000;
position: absolute;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0; } }
@media (max-width: 662px) {
.art_service_menu .art-service-menu-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset; }
.zoom-anim-dialog.art-default-popap-two .art-form-description {
padding: 0; } }
@media (max-width: 609px) {
.elementor .art-half-slide-container-left .item-itself {
padding: 0 15px; }
.elementor .art-half-slide-container-right .item-itself {
padding: 0 15px; }
.art-contact-info-widget .art-item .art-description {
padding: 0; } }
@media (max-width: 600px) {
.story .gallery.gallery-columns-2 .gallery-item {
width: 100%; }
.story .gallery.gallery-columns-3 .gallery-item {
width: 100%; }
.story .gallery.gallery-columns-4 .gallery-item {
width: 100%; }
body.admin-bar header.art-header-one .art-header-one-content.art-sticky,
body.admin-bar header.art-header-two .art-header-two-content.art-sticky {
margin-top: 0; } }
@media (max-width: 575px) {
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-hero-header-beauty .art-hero-header-wrapper .art-hero-header-top .art-hero-buttons .art-widget-button {
margin-bottom: 16px; }
.art-left-half-slider-wrapper .art-left-slider-data .art-widget-button {
text-align: center; }
.art-right-half-slider-wrapper .art-right-half-slider-data .art-widget-button {
text-align: center; }
.art-mention .art-mention-content .art-mention-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset; }
.art-follow-subscribe-widget .art-subscribe-side {
padding-left: 20px;
padding-right: 20px; }
.art-info-block-wrapper .art-info-block-two .art-widget-button {
text-align: center; }
.art-blog-sticky-wrapper .art-blog-sticky-container .art-content-left .art-sticky-post-itself {
border-bottom: 1px solid #E5E5E5;
margin: 0 -15px;
padding: 0 15px 50px 15px;
margin-bottom: 50px; }
.wpcf7 form.wpcf7-form .three-fields-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
width: 100%; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous {
margin-top: 30px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next::after {
content: '';
position: absolute;
height: 1px;
width: calc( 100% + 30px);
bottom: 0;
left: 0;
margin: 0 -15px;
background-color: rgba(0, 0, 0, 0.1); }
.zoom-anim-dialog.art-default-popap-one .art-hero-right {
padding: 97px 30px; }
.zoom-anim-dialog .mfp-close::before {
top: 25px;
right: 25px; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-previous .post-nav-prev {
padding-right: 0; }
.art-blog-single-wrapper .art-post-content-wrapper .art-single-navigation nav .nav-links .nav-next .post-nav-next {
padding-left: 0; } }
@media (max-width: 500px) {
.art-service-menu-two .art-service-menu-two-tabs {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto; }
.blog-comments-area .comment-list .comment .children {
margin-left: 15px; }
.art-cart-page-wrapper .art-cart-page-left .woocommerce-cart-form table.shop_table.cart tbody tr td.actions .coupon {
width: 100% !important; } }
@media (max-width: 400px) {
form.mc4wp-form .art-sub-inputs input[type=email] {
padding: 0 15px 0 15px; }
form.mc4wp-form .art-sub-inputs input[type=submit] {
position: static;
width: 100%;
margin-top: 10px; } }
@media (max-width: 358px) {
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 50px; }
.art-woo-side-cart .cart_item {
padding: 15px 30px 15px 50px; }
.art-woo-side-cart .cart-collaterals {
padding: 19px 30px 30px 50px; }
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.art-woo-side-cart .cart-collaterals .cart_totals .art-cart-totals-bottom a:first-child {
margin-bottom: 10px; } }
@media (max-width: 338px) {
.art-woo-side-cart .art-cart-side-header {
padding: 30px 15px 30px 70px; }
.art-woo-side-cart .cart_item {
padding: 15px 30px 15px 70px; }
.art-woo-side-cart .cart-collaterals {
padding: 19px 30px 30px 70px; } }