@font-face {
font-family: 'FontAwesome';
src: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/fonts/fontawesome-webfont.svg?v=4.3.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;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-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-genderless:before,
.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-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-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";
}.ssf-main-content h1{font-size:2em;margin:0.67em 0}
.ssf-main-content abbr[title]{border-bottom:1px dotted}
.ssf-main-content b,.ssf-main-content strong{font-weight:bold}
.ssf-main-content dfn{font-style:italic}
.ssf-main-content hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
.ssf-main-content mark{background:#ff0;color:#000}
.ssf-main-content code,
.ssf-main-content kbd,
.ssf-main-content pre,
.ssf-main-content samp{
font-family:monospace, serif;font-size:1em;
}
.ssf-main-content pre{white-space:pre-wrap}
.ssf-main-content q{quotes:"\201C" "\201D" "\2018" "\2019"}
.ssf-main-content small{font-size:80%}
.ssf-main-content sub,.ssf-main-content sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
.ssf-main-content sup{top:-0.5em}
.ssf-main-content sub{bottom:-0.25em}
.ssf-main-content img{border:0}
.ssf-main-content svg:not(:root){overflow:hidden}
.ssf-main-content figure{margin:0}
.ssf-main-content fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
.ssf-main-content legend{border:0;padding:0}
.ssf-main-content button,.ssf-main-content input,.ssf-main-content select,.ssf-main-content textarea{font-family:inherit;font-size:100%;margin:0}
.ssf-main-content button,.ssf-main-content input{line-height:normal}
.ssf-main-content button,.ssf-main-content select{text-transform:none}
.ssf-main-content button,.ssf-main-content input[type="reset"],.ssf-main-content input[type="submit"]{-webkit-appearance:button;cursor:pointer}
.ssf-main-content button[disabled],.ssf-main-content input[disabled]{cursor:default}
.ssf-main-content input[type="checkbox"],
.ssf-main-content input[type="radio"]{
box-sizing:border-box;padding:0;
}
.ssf-main-content input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
.ssf-main-content input[type="search"]::-webkit-search-cancel-button,.ssf-main-content input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
.ssf-main-content button::-moz-focus-inner,.ssf-main-content input::-moz-focus-inner{border:0;padding:0}
.ssf-main-content textarea{overflow:auto;vertical-align:top}
.ssf-main-content table{border-collapse:collapse;border-spacing:0}
.store-locator__actions-bar table {
margin:0;
}meta.foundation-version { font-family: "/5.1.0/"; }
meta.foundation-mq-xsmall { font-family: "/only screen and (max-width: 20em)/"; width: 0em; }
meta.foundation-mq-small { font-family: "/only screen and (max-width:40em)/"; width: 0em; }
meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; }
meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; }
meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; }
meta.foundation-data-attribute-namespace { font-family: false; }
.ssf-main-content *, .ssf-main-content *:before, .ssf-main-content *:after  {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  [class*="block-grid-"] {
display: block;
padding: 0;  margin: 0 -10px;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table;
}
[class*="block-grid-"]:after { clear: both; }
[class*="block-grid-"] > li {
display: block;
height: auto;
float: left;  padding: 0 10px 20px;
list-style: none;
}
@media only screen {
[class*="small-block-grid"] > li:nth-of-type(n) { clear: none; }
.small-block-grid-1  > li { width: 100%; }
.small-block-grid-2  > li { width: 50%; }
.small-block-grid-3  > li { width: 33.33333%; }
.small-block-grid-4  > li { width: 25%; }
.small-block-grid-5  > li { width: 20%; }
.small-block-grid-6  > li { width: 16.66667%; }
.small-block-grid-7  > li { width: 14.28571%; }
.small-block-grid-8  > li { width: 12.5%; }
.small-block-grid-9  > li { width: 11.11111%; }
.small-block-grid-10 > li { width: 10%; }
.small-block-grid-11 > li { width: 9.09091%; }
.small-block-grid-12 > li { width: 8.33333%; }
.small-block-grid-1 > li:nth-of-type(1n+1),
.small-block-grid-2 > li:nth-of-type(2n+1),
.small-block-grid-3 > li:nth-of-type(3n+1),
.small-block-grid-4 > li:nth-of-type(4n+1),
.small-block-grid-5 > li:nth-of-type(5n+1),
.small-block-grid-6 > li:nth-of-type(6n+1),
.small-block-grid-7 > li:nth-of-type(7n+1),
.small-block-grid-8 > li:nth-of-type(8n+1),
.small-block-grid-9 > li:nth-of-type(9n+1),
.small-block-grid-10 > li:nth-of-type(10n+1),
.small-block-grid-11 > li:nth-of-type(11n+1),
.small-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
@media only screen and (max-width: 20em) {
[class*="xsmall-block-grid"] > li:nth-of-type(n) { clear: none; }
.xsmall-block-grid-1  > li { width: 100%; }
.xsmall-block-grid-2  > li { width: 50%; }
.xsmall-block-grid-3  > li { width: 33.33333%; }
.xsmall-block-grid-4  > li { width: 25%; }
.xsmall-block-grid-5  > li { width: 20%; }
.xsmall-block-grid-6  > li { width: 16.66667%; }
.xsmall-block-grid-7  > li { width: 14.28571%; }
.xsmall-block-grid-8  > li { width: 12.5%; }
.xsmall-block-grid-9  > li { width: 11.11111%; }
.xsmall-block-grid-10 > li { width: 10%; }
.xsmall-block-grid-11 > li { width: 9.09091%; }
.xsmall-block-grid-12 > li { width: 8.33333%; }
.xsmall-block-grid-1 > li:nth-of-type(1n+1),
.xsmall-block-grid-2 > li:nth-of-type(2n+1),
.xsmall-block-grid-3 > li:nth-of-type(3n+1),
.xsmall-block-grid-4 > li:nth-of-type(4n+1),
.xsmall-block-grid-5 > li:nth-of-type(5n+1),
.xsmall-block-grid-6 > li:nth-of-type(6n+1),
.xsmall-block-grid-7 > li:nth-of-type(7n+1),
.xsmall-block-grid-8 > li:nth-of-type(8n+1),
.xsmall-block-grid-9 > li:nth-of-type(9n+1),
.xsmall-block-grid-10 > li:nth-of-type(10n+1),
.xsmall-block-grid-11 > li:nth-of-type(11n+1),
.xsmall-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
@media only screen and (min-width: 40.063em) {
[class*="medium-block-grid"] > li:nth-of-type(n) { clear: none; }
.medium-block-grid-1 > li { width: 100%; }
.medium-block-grid-2 > li { width: 50%; }
.medium-block-grid-3 > li { width: 33.33333%; }
.medium-block-grid-4 > li { width: 25%; }
.medium-block-grid-5 > li { width: 20%; }
.medium-block-grid-6 > li { width: 16.66667%; }
.medium-block-grid-7 > li { width: 14.28571%; }
.medium-block-grid-8 > li { width: 12.5%; }
.medium-block-grid-9 > li { width: 11.11111%; }
.medium-block-grid-10 > li { width: 10%; }
.medium-block-grid-11 > li { width: 9.09091%; }
.medium-block-grid-12 > li { width: 8.33333%; }
.medium-block-grid-1 > li:nth-of-type(1n+1),
.medium-block-grid-2 > li:nth-of-type(2n+1),
.medium-block-grid-3 > li:nth-of-type(3n+1),
.medium-block-grid-4 > li:nth-of-type(4n+1),
.medium-block-grid-5 > li:nth-of-type(5n+1),
.medium-block-grid-6 > li:nth-of-type(6n+1),
.medium-block-grid-7 > li:nth-of-type(7n+1),
.medium-block-grid-8 > li:nth-of-type(8n+1),
.medium-block-grid-9 > li:nth-of-type(9n+1),
.medium-block-grid-10 > li:nth-of-type(10n+1),
.medium-block-grid-11 > li:nth-of-type(11n+1),
.medium-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
}
@media only screen and (min-width: 64.063em) {
[class*="large-block-grid"] > li:nth-of-type(n) { clear: none; }
.large-block-grid-1  > li { width: 100%; }
.large-block-grid-2  > li { width: 50%; }
.large-block-grid-3  > li { width: 33.33333%; }
.large-block-grid-4  > li { width: 25%; }
.large-block-grid-5  > li { width: 20%; }
.large-block-grid-6  > li { width: 16.66667%; }
.large-block-grid-7  > li { width: 14.28571%; }
.large-block-grid-8  > li { width: 12.5%; }
.large-block-grid-9  > li { width: 11.11111%; }
.large-block-grid-10 > li { width: 10%; }
.large-block-grid-11 > li { width: 9.09091%; }
.large-block-grid-12 > li { width: 8.33333%; }
.large-block-grid-1 > li:nth-of-type(1n+1),
.large-block-grid-2 > li:nth-of-type(2n+1),
.large-block-grid-3 > li:nth-of-type(3n+1),
.large-block-grid-4 > li:nth-of-type(4n+1),
.large-block-grid-5 > li:nth-of-type(5n+1),
.large-block-grid-6 > li:nth-of-type(6n+1),
.large-block-grid-7 > li:nth-of-type(7n+1),
.large-block-grid-8 > li:nth-of-type(8n+1),
.large-block-grid-9 > li:nth-of-type(9n+1),
.large-block-grid-10 > li:nth-of-type(10n+1),
.large-block-grid-11 > li:nth-of-type(11n+1),
.large-block-grid-12 > li:nth-of-type(12n+1) {
clear: both;
}
#productsServicesFilterOptions{
position:relative;
}
} #storeLocator__storeList .ssf-column{
float:left !important;
} label.ssflabel { color: #4d4d4d;
cursor: pointer;
display: block;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;
}
body.comparison-row-is-shown:before {
height: 80px;
}
body .ssf-main-content{
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: normal;
}
.searchbar_td, .searchbar_tr, .store-locator__geolocator-cell{
border:0px !important;
}    .ssf-main-content .ssf-row { margin: 0 auto;  max-width: 1170px;
}
.ssf-main-content .ssf-row.collapse { max-width: 1160px;
}
.ssf-main-content .ssf-row:before,
.ssf-main-content .ssf-row:after {
content: " "; display: table;
}
.ssf-main-content .ssf-row:after { clear: both; }
.ssf-main-content .ssf-row.collapse > .ssf-column,
.ssf-main-content .ssf-row.collapse > .ssf-columns {
padding-left: 0;
padding-right: 0;
float: left;
}
.ssf-main-content .ssf-row.collapse .ssf-row {
margin-left: 0;
margin-right: 0;
}
.ssf-main-content .ssf-row .ssf-row {
width: auto;
max-width: none;  margin-left: -5px;
margin-right: -5px;
}
.ssf-main-content .ssf-row .ssf-row.collapse {
max-width: none;  margin-left: 0;
margin-right: 0;
}
.ssf-column,
.ssf-columns {
width: 100%; float: left; padding-left: 5px;
padding-right: 5px;
}
@media only screen and (min-width: 1024px) {
.ssf-column,
.ssf-columns {
position: relative;
}
}
.ssf-column.end,
.ssf-columns.end {  float: right;
}
.ssf-push-0  { left:  0%;        right: auto; }
.ssf-pull-0  { right: 0%;        left: auto;  }
.ssf-push-1  { left:  8.33333%;  right: auto; }
.ssf-pull-1  { right: 8.33333%;  left: auto;  }
.ssf-push-2  { left:  16.66667%; right: auto; }
.ssf-pull-2  { right: 16.66667%; left: auto;  }
.ssf-push-3  { left:  25%;       right: auto; }
.ssf-pull-3  { right: 25%;       left: auto;  }
.ssf-push-4  { left:  33.33333%; right: auto; }
.ssf-pull-4  { right: 33.33333%; left: auto;  }
.ssf-push-5  { left:  41.66667%; right: auto; }
.ssf-pull-5  { right: 41.66667%; left: auto;  }
.ssf-push-6  { left:  50%;       right: auto; }
.ssf-pull-6  { right: 50%;       left: auto;  }
.ssf-push-7  { left:  58.33333%; right: auto; }
.ssf-pull-7  { right: 58.33333%; left: auto;  }
.ssf-push-8  { left:  66.66667%; right: auto; }
.ssf-pull-8  { right: 66.66667%; left: auto;  }
.ssf-push-9  { left:  75%;       right: auto; }
.ssf-pull-9  { right: 75%;       left: auto;  }
.ssf-push-10 { left: 83.33333%;  right: auto; }
.ssf-pull-10 { right: 83.33333%; left: auto;  }
.ssf-push-11 { left:  91.66667%; right: auto; }
.ssf-pull-11 { right: 91.66667%; left: auto;  }
@media only screen {
.ssf-column.small-centered,
.ssf-columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.ssf-column.small-uncentered,
.ssf-columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
.ssf-column.small-uncentered.opposite,
.ssf-columns.small-uncentered.opposite {
float: right;
}
[class*="small-ssf-push-"] { right: auto; }
[class*="small-ssf-pull-"] { left:  auto; }
.small-ssf-push-0  { left:  0%;        }
.small-ssf-pull-0  { right: 0%;        }
.small-ssf-push-1  { left:  8.33333%;  }
.small-ssf-pull-1  { right: 8.33333%;  }
.small-ssf-push-2  { left:  16.66667%; }
.small-ssf-pull-2  { right: 16.66667%; }
.small-ssf-push-3  { left:  25%;       }
.small-ssf-pull-3  { right: 25%;       }
.small-ssf-push-4  { left:  33.33333%; }
.small-ssf-pull-4  { right: 33.33333%; }
.small-ssf-push-5  { left:  41.66667%; }
.small-ssf-pull-5  { right: 41.66667%; }
.small-ssf-push-6  { left:  50%;       }
.small-ssf-pull-6  { right: 50%;       }
.small-ssf-push-7  { left:  58.33333%; }
.small-ssf-pull-7  { right: 58.33333%; }
.small-ssf-push-8  { left:  66.66667%; }
.small-ssf-pull-8  { right: 66.66667%; }
.small-ssf-push-9  { left:  75%;       }
.small-ssf-pull-9  { right: 75%;       }
.small-ssf-push-10 { left:  83.33333%; }
.small-ssf-pull-10 { right: 83.33333%; }
.small-ssf-push-11 { left:  91.66667%; }
.small-ssf-pull-11 { right: 91.66667%; }
.small-1  { width: 8.33333%;  }
.small-2  { width: 16.66667%; }
.small-3  { width: 25%;       }
.small-4  { width: 33.33333%; }
.small-5  { width: 41.66667%; }
.small-6  { width: 50%;       }
.small-7  { width: 58.33333%; }
.small-8  { width: 66.66667%; }
.small-9  { width: 75%;       }
.small-10 { width: 83.33333%; }
.small-11 { width: 91.66667%; }
.small-12 { width: 100%;      }
.small-offset-0  { margin-left: 0%;        }
.small-offset-1  { margin-left: 8.33333%;  }
.small-offset-2  { margin-left: 16.66667%; }
.small-offset-3  { margin-left: 25%;       }
.small-offset-4  { margin-left: 33.33333%; }
.small-offset-5  { margin-left: 41.66667%; }
.small-offset-6  { margin-left: 50%;       }
.small-offset-7  { margin-left: 58.33333%; }
.small-offset-8  { margin-left: 66.66667%; }
.small-offset-9  { margin-left: 75%;       }
.small-offset-10 { margin-left: 83.33333%; }
.small-offset-11 { margin-left: 91.66667%; }
.small-reset-order,
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
}
@media only screen and (max-width: 20em) {
.ssf-column.xsmall-centered,
.ssf-columns.xsmall-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.ssf-column.xsmall-uncentered,
.ssf-columns.xsmall-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
.ssf-column.xsmall-uncentered.opposite,
.ssf-columns.xsmall-uncentered.opposite {
float: right;
}
[class*="xsmall-ssf-push-"] { right: auto; }
[class*="xsmall-ssf-pull-"] { left:  auto; }
.xsmall-ssf-push-0  { left:  0%;        }
.xsmall-ssf-pull-0  { right: 0%;        }
.xsmall-ssf-push-1  { left:  8.33333%;  }
.xsmall-ssf-pull-1  { right: 8.33333%;  }
.xsmall-ssf-push-2  { left:  16.66667%; }
.xsmall-ssf-pull-2  { right: 16.66667%; }
.xsmall-ssf-push-3  { left:  25%;       }
.xsmall-ssf-pull-3  { right: 25%;       }
.xsmall-ssf-push-4  { left:  33.33333%; }
.xsmall-ssf-pull-4  { right: 33.33333%; }
.xsmall-ssf-push-5  { left:  41.66667%; }
.xsmall-ssf-pull-5  { right: 41.66667%; }
.xsmall-ssf-push-6  { left:  50%;       }
.xsmall-ssf-pull-6  { right: 50%;       }
.xsmall-ssf-push-7  { left:  58.33333%; }
.xsmall-ssf-pull-7  { right: 58.33333%; }
.xsmall-ssf-push-8  { left:  66.66667%; }
.xsmall-ssf-pull-8  { right: 66.66667%; }
.xsmall-ssf-push-9  { left:  75%;       }
.xsmall-ssf-pull-9  { right: 75%;       }
.xsmall-ssf-push-10 { left:  83.33333%; }
.xsmall-ssf-pull-10 { right: 83.33333%; }
.xsmall-ssf-push-11 { left:  91.66667%; }
.xsmall-ssf-pull-11 { right: 91.66667%; }
.xsmall-1  { width: 8.33333%;  }
.xsmall-2  { width: 16.66667%; }
.xsmall-3  { width: 25%;       }
.xsmall-4  { width: 33.33333%; }
.xsmall-5  { width: 41.66667%; }
.xsmall-6  { width: 50%;       }
.xsmall-7  { width: 58.33333%; }
.xsmall-8  { width: 66.66667%; }
.xsmall-9  { width: 75%;       }
.xsmall-10 { width: 83.33333%; }
.xsmall-11 { width: 91.66667%; }
.xsmall-12 { width: 100%;      }
.xsmall-offset-0  { margin-left: 0%;        }
.xsmall-offset-1  { margin-left: 8.33333%;  }
.xsmall-offset-2  { margin-left: 16.66667%; }
.xsmall-offset-3  { margin-left: 25%;       }
.xsmall-offset-4  { margin-left: 33.33333%; }
.xsmall-offset-5  { margin-left: 41.66667%; }
.xsmall-offset-6  { margin-left: 50%;       }
.xsmall-offset-7  { margin-left: 58.33333%; }
.xsmall-offset-8  { margin-left: 66.66667%; }
.xsmall-offset-9  { margin-left: 75%;       }
.xsmall-offset-10 { margin-left: 83.33333%; }
.xsmall-offset-11 { margin-left: 91.66667%; }
.xsmall-reset-order,
.xsmall-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
}
@media only screen and (min-width: 40.063em) {
.ssf-column.medium-centered,
.ssf-columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.ssf-column.medium-uncentered,
.ssf-columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
.ssf-column.medium-uncentered.opposite,
.ssf-columns.medium-uncentered.opposite {
float: right;
}
[class*="medium-ssf-push-"] { right: auto; }
[class*="medium-ssf-pull-"] { left:  auto; }
.medium-ssf-push-0  { left:  0%;        }
.medium-ssf-pull-0  { right: 0%;        }
.medium-ssf-push-1  { left:  8.33333%;  }
.medium-ssf-pull-1  { right: 8.33333%;  }
.medium-ssf-push-2  { left:  16.66667%; }
.medium-ssf-pull-2  { right: 16.66667%; }
.medium-ssf-push-3  { left:  25%;       }
.medium-ssf-pull-3  { right: 25%;       }
.medium-ssf-push-4  { left:  33.33333%; }
.medium-ssf-pull-4  { right: 33.33333%; }
.medium-ssf-push-5  { left:  41.66667%; }
.medium-ssf-pull-5  { right: 41.66667%; }
.medium-ssf-push-6  { left:  50%;       }
.medium-ssf-pull-6  { right: 50%;       }
.medium-ssf-push-7  { left:  58.33333%; }
.medium-ssf-pull-7  { right: 58.33333%; }
.medium-ssf-push-8  { left:  66.66667%; }
.medium-ssf-pull-8  { right: 66.66667%; }
.medium-ssf-push-9  { left:  75%;       }
.medium-ssf-pull-9  { right: 75%;       }
.medium-ssf-push-10 { left:  83.33333%; }
.medium-ssf-pull-10 { right: 83.33333%; }
.medium-ssf-push-11 { left:  91.66667%; }
.medium-ssf-pull-11 { right: 91.66667%; }
.medium-1  { width: 8.33333%;  }
.medium-2  { width: 16.66667%; }
.medium-3  { width: 25%;       }
.medium-4  { width: 33.33333%; }
.medium-5  { width: 41.66667%; }
.medium-6  { width: 50%;       }
.medium-7  { width: 58.33333%; }
.medium-8  { width: 66.66667%; }
.medium-9  { width: 75%;       }
.medium-10 { width: 83.33333%; }
.medium-11 { width: 91.66667%; }
.medium-12 { width: 100%;      }
.medium-offset-0  { margin-left: 0%;        }
.medium-offset-1  { margin-left: 8.33333%;  }
.medium-offset-2  { margin-left: 16.66667%; }
.medium-offset-3  { margin-left: 25%;       }
.medium-offset-4  { margin-left: 33.33333%; }
.medium-offset-5  { margin-left: 41.66667%; }
.medium-offset-6  { margin-left: 50%;       }
.medium-offset-7  { margin-left: 58.33333%; }
.medium-offset-8  { margin-left: 66.66667%; }
.medium-offset-9  { margin-left: 75%;       }
.medium-offset-10 { margin-left: 83.33333%; }
.medium-offset-11 { margin-left: 91.66667%; }
.medium-reset-order,
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
}
@media only screen and (min-width: 64.063em) {
.ssf-column.large-centered,
.ssf-columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.ssf-column.large-uncentered,
.ssf-columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
.ssf-column.large-uncentered.opposite,
.ssf-columns.large-uncentered.opposite {
float: right;
}
[class*="large-ssf-push-"] { right: auto; }
[class*="large-ssf-pull-"] { left: auto;  }
.large-ssf-push-0  { left:  0%;        }
.large-ssf-pull-0  { right: 0%;        }
.large-ssf-push-1  { left:  8.33333%;  }
.large-ssf-pull-1  { right: 8.33333%;  }
.large-ssf-push-2  { left:  16.66667%; }
.large-ssf-pull-2  { right: 16.66667%; }
.large-ssf-push-3  { left:  25%;       }
.large-ssf-pull-3  { right: 25%;       }
.large-ssf-push-4  { left:  33.33333%; }
.large-ssf-pull-4  { right: 33.33333%; }
.large-ssf-push-5  { left:  41.66667%; }
.large-ssf-pull-5  { right: 41.66667%; }
.large-ssf-push-6  { left:  50%;       }
.large-ssf-pull-6  { right: 50%;       }
.large-ssf-push-7  { left:  58.33333%; }
.large-ssf-pull-7  { right: 58.33333%; }
.large-ssf-push-8  { left:  66.66667%; }
.large-ssf-pull-8  { right: 66.66667%; }
.large-ssf-push-9  { left:  75%;       }
.large-ssf-pull-9  { right: 75%;       }
.large-ssf-push-10 { left:  83.33333%; }
.large-ssf-pull-10 { right: 83.33333%; }
.large-ssf-push-11 { left:  91.66667%; }
.large-ssf-pull-11 { right: 91.66667%; }
.large-1  { width: 8.33333%;  }
.large-2  { width: 16.66667%; }
.large-3  { width: 25%;       }
.large-4  { width: 33.33333%; }
.large-5  { width: 41.66667%; }
.large-6  { width: 50%;       }
.large-7  { width: 58.33333%; }
.large-8  { width: 66.66667%; }
.large-9  { width: 75%;       }
.large-10 { width: 83.33333%; }
.large-11 { width: 91.66667%; }
.large-12 { width: 100%;      }
.large-offset-0  { margin-left: 0%;        }
.large-offset-1  { margin-left: 8.33333%;  }
.large-offset-2  { margin-left: 16.66667%; }
.large-offset-3  { margin-left: 25%;       }
.large-offset-4  { margin-left: 33.33333%; }
.large-offset-5  { margin-left: 41.66667%; }
.large-offset-6  { margin-left: 50%;       }
.large-offset-7  { margin-left: 58.33333%; }
.large-offset-8  { margin-left: 66.66667%; }
.large-offset-9  { margin-left: 75%;       }
.large-offset-10 { margin-left: 83.33333%; }
.large-offset-11 { margin-left: 91.66667%; }
.large-reset-order,
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
}
@media only screen and (min-width: 90.063em) {
.ssf-column.xlarge-centered,
.ssf-columns.xlarge-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
.ssf-column.xlarge-uncentered,
.ssf-columns.xlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
.ssf-column.xlarge-uncentered.opposite,
.ssf-columns.xlarge-uncentered.opposite {
float: right;
}
.xlarge-ssf-ssf-push-0 { left: 0%; right: auto; }
.xlarge-ssf-pull-0 { right: 0%; left: auto; }
.xlarge-ssf-push-1 { left: 8.33333%; right: auto; }
.xlarge-ssf-pull-1 { right: 8.33333%; left: auto; }
.xlarge-ssf-push-2 { left: 16.66667%; right: auto; }
.xlarge-ssf-pull-2 { right: 16.66667%; left: auto; }
.xlarge-ssf-push-3 { left: 25%; right: auto; }
.xlarge-ssf-pull-3 { right: 25%; left: auto; }
.xlarge-ssf-push-4 { left: 33.33333%; right: auto; }
.xlarge-ssf-pull-4 { right: 33.33333%; left: auto; }
.xlarge-ssf-push-5 { left: 41.66667%; right: auto; }
.xlarge-ssf-pull-5 { right: 41.66667%; left: auto; }
.xlarge-ssf-push-6 { left: 50%; right: auto; }
.xlarge-ssf-pull-6 { right: 50%; left: auto; }
.xlarge-ssf-push-7 { left: 58.33333%; right: auto; }
.xlarge-ssf-pull-7 { right: 58.33333%; left: auto; }
.xlarge-ssf-push-8 { left: 66.66667%; right: auto; }
.xlarge-ssf-pull-8 { right: 66.66667%; left: auto; }
.xlarge-ssf-push-9 { left: 75%; right: auto; }
.xlarge-ssf-pull-9 { right: 75%; left: auto; }
.xlarge-ssf-push-10 { left: 83.33333%; right: auto; }
.xlarge-ssf-pull-10 { right: 83.33333%; left: auto; }
.xlarge-ssf-push-11 { left: 91.66667%; right: auto; }
.xlarge-ssf-pull-11 { right: 91.66667%; left: auto; }
.xlarge-1  { width: 8.33333%; }
.xlarge-2  { width: 16.66667%; }
.xlarge-3  { width: 25%; }
.xlarge-4  { width: 33.33333%; }
.xlarge-5  { width: 41.66667%; }
.xlarge-6  { width: 50%; }
.xlarge-7  { width: 58.33333%; }
.xlarge-8  { width: 66.66667%; }
.xlarge-9  { width: 75%; }
.xlarge-10 { width: 83.33333%; }
.xlarge-11 { width: 91.66667%; }
.xlarge-12 { width: 100%; }
.xlarge-offset-0  { margin-left: 0%; }
.xlarge-offset-1  { margin-left: 8.33333%; }
.xlarge-offset-2  { margin-left: 16.66667%; }
.xlarge-offset-3  { margin-left: 25%; }
.xlarge-offset-4  { margin-left: 33.33333%; }
.xlarge-offset-5  { margin-left: 41.66667%; }
.xlarge-offset-6  { margin-left: 50%; }
.xlarge-offset-7  { margin-left: 58.33333%; }
.xlarge-offset-8  { margin-left: 66.66667%; }
.xlarge-offset-9  { margin-left: 75%; }
.xlarge-offset-10 { margin-left: 83.33333%; }
.xlarge-offset-11 { margin-left: 91.66667%; }
.xlarge-reset-order,
.xlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
}  @media only screen and (max-width: 20em) {
.show-for-small-up,
.show-for-small-only {
display: none !important;
}
}
@media only screen and (min-width: 20.063em) {
.hide-for-small-up {
display: none !important;
}
}
@media only screen and (min-width: 20.063em) and (max-width: 40em) {
.hide-for-small-only {
display: none !important;
}
}
@media only screen and (max-width: 40em) {
.hide-for-small-down,
.show-for-medium-up,
.show-for-medium-only {
display: none !important;
}
#commentRatList {
margin-top: 28px;
}
}
@media only screen and (min-width: 40.063em) {
.show-for-small-down,
.show-for-small-only,
.hide-for-medium-up {
display: none !important;
}
} @media only screen and (min-width: 40.063em) and (max-width: 64em) {
.hide-for-medium-only {
display: none !important;
}
}
@media only screen and (max-width: 64em) {
.hide-for-medium-down,
.show-for-large-up,
.show-for-large-only {
display: none !important;
}
}
@media only screen and (min-width: 64.063em) {
.show-for-medium-down,
.show-for-medium-only,
.ssf-hide-for-large-up {
display: none !important;
}
} @media only screen and (min-width: 64.063em) and (max-width: 90em) {
.hide-for-large-only {
display: none !important;
}
}
@media only screen and (max-width: 90em) {
.hide-for-large-down,
.show-for-xlarge-up,
.show-for-xlarge-only {
display: none !important;
}
}
@media only screen and (min-width: 90.063em) {
.show-for-large-down,
.show-for-large-only,
.hide-for-xlarge-up,
.hide-for-xlarge-only {
display: none !important;
}
} @media only screen and (max-width: 120em) {
.hide-for-xlarge-down {
display: none !important;
}
}
@media only screen and (min-width: 120.063em) {
.show-for-xlarge-down,
.show-for-xlarge-only {
display: none !important;
}
} @media only screen and (orientation: landscape) {
.show-for-portrait,
.hide-for-landscape { display: none !important; }
}
@media only screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait { display: none !important; }
} .no-touch .show-for-touch,
.touch .hide-for-touch { display: none !important; } @media only screen and (min-width: 20.063em) {
.small-clear-left,
.small-up-clear-left { clear: left; }
.small-clear-right,
.small-up-clear-right { clear: right; }
.small-clear-both,
.small-up-clear-both { clear: both; }
}
@media only screen and (max-width: 40em) {
.small-only-clear-left { clear: left; }
.small-only-clear-right { clear: right; }
.small-only-clear-both { clear: both; }
}
@media only screen and (min-width: 20.063em) and (max-width: 64em) {
.small-to-medium-clear-left { clear: left; }
.small-to-medium-clear-right { clear: right; }
.small-to-medium-clear-both { clear: both; }
}
@media only screen and (min-width: 40.063em) {
.medium-clear-left,
.medium-up-clear-left { clear: left; }
.medium-clear-right,
.medium-up-clear-right { clear: right; }
.medium-clear-both,
.medium-up-clear-both { clear: both; }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.medium-only-clear-left { clear: left; }
.medium-only-clear-right { clear: right; }
.medium-only-clear-both { clear: both; }
}
@media only screen and (min-width: 40.063em) and (max-width: 90em) {
.medium-to-large-clear-left { clear: left; }
.medium-to-large-clear-right { clear: right; }
.medium-to-large-clear-both { clear: both; }
}
@media only screen and (min-width: 64.063em) {
.large-clear-left,
.large-up-clear-left { clear: left; }
.large-clear-right,
.large-up-clear-right { clear: right; }
.large-clear-both,
.large-up-clear-both { clear: both; }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
.large-only-clear-left { clear: left; }
.large-only-clear-right { clear: right; }
.large-only-clear-both { clear: both; }
}
@media only screen and (min-width: 90.063em) {
.xlarge-clear-left,
.xlarge-up-clear-left { clear: left; }
.xlarge-clear-right,
.xlarge-up-clear-right { clear: right; }
.xlarge-clear-both,
.xlarge-up-clear-both { clear: both; }
} #applyFilterOptions {
padding: 0.6em 0.4em;
border: 0;
border-radius: 5px;
outline: 0;
display: inline-block;
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
background: center center no-repeat #038cd6;
color: white;
font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue Condensed', 'Helvetica Condensed', 'Helvetica Neue', Helvetica, 'Arial Condensed', Arial, sans-serif;
font-size: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
#applyFilterOptionsAccept {
padding: 0.6em 0.4em;
border: 0;
border-radius: 5px;
outline: 0;
display: inline-block;
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
background: center center no-repeat #038cd6;
color: white;
font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue Condensed', 'Helvetica Condensed', 'Helvetica Neue', Helvetica, 'Arial Condensed', Arial, sans-serif;
font-size: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
#applyFilterOptionsCancel {
padding: 0.6em 0.4em;
border: 0;
border-radius: 5px;
outline: 0;
display: inline-block;
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
background: center center no-repeat #038cd6;
color: white;
font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue Condensed', 'Helvetica Condensed', 'Helvetica Neue', Helvetica, 'Arial Condensed', Arial, sans-serif;
font-size: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
.align-to-button {
padding: 0.7em 0;
line-height: 32px;
display: inline-block;
}
#applyFilterOptions:hover {
background-color: #0073b1;
color: #fff;
}
#applyFilterOptions.flat {
box-shadow: none;
}
#applyFilterOptionsAccept:hover {
background-color: #0073b1;
color: #fff;
}
#applyFilterOptionsAccept.flat {
box-shadow: none;
}
#applyFilterOptions[disabled],
#applyFilterOptions.disabled {
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
background-color: #ededed;
color: #ccc;
cursor: default;
}
#applyFilterOptions.grey {
background-color: #c6c6c6;
color: #fff;
}
#applyFilterOptions.grey:hover {
background-color: #aaa;
}
#applyFilterOptions.light-grey,
#applyFilterOptions.is-loading {
background-color: #efefef;
color: #0079CC;
}
#applyFilterOptions.light-grey:hover {
background-color: #ddd;
}
#applyFilterOptions.is-loading {
background-size: 35px;
color: transparent;
cursor: default;
}
#applyFilterOptions.expand,
button.expand {
margin-left: auto;
margin-right: auto;
display: block;
}
#applyFilterOptions.expand,
input#applyFilterOptions.expand {
width: 100%;
}
#applyFilterOptions.padded {
padding-left: 1.5em;
padding-right: 1.5em;
}
#applyFilterOptions.small {
font-size: 16px;
}
.align-to-button.small {
line-height: 22px;
}
#applyFilterOptions.xlarge {
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 26px;
}#applyFilterOptions:hover {
background-color: #0073b1;
color: #fff;
}
#applyFilterOptions.flat {
box-shadow: none;
}
#applyFilterOptions[disabled],
#applyFilterOptions.disabled {
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
background-color: #ededed;
color: #ccc;
cursor: default;
}
#applyFilterOptions.grey {
background-color: #c6c6c6;
color: #fff;
}
#applyFilterOptions.grey:hover {
background-color: #aaa;
}
#applyFilterOptions.light-grey,
#applyFilterOptions.is-loading {
background-color: #efefef;
color: #0079CC;
}
#applyFilterOptions.light-grey:hover {
background-color: #ddd;
}
#applyFilterOptions.is-loading {
background-size: 35px;
color: transparent;
cursor: default;
}
#applyFilterOptions.expand,
button.expand {
margin-left: auto;
margin-right: auto;
display: block;
}
#applyFilterOptions.expand,
input#applyFilterOptions.expand {
width: 100%;
}
#applyFilterOptions.padded {
padding-left: 1.5em;
padding-right: 1.5em;
}
#applyFilterOptions.small {
font-size: 16px;
}
.align-to-button.small {
line-height: 22px;
}
#applyFilterOptions.xlarge {
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 26px;
}
#applyFilterOptionsCancel:hover {
background-color: #0073b1;
color: #fff;
}
#applyFilterOptionsCancel.flat {
box-shadow: none;
}
#applyFilterOptionsCancel[disabled],
#applyFilterOptionsCancel.disabled {
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
background-color: #ededed;
color: #ccc;
cursor: default;
}
#applyFilterOptionsCancel.grey {
background-color: #c6c6c6;
color: #fff;
}
#applyFilterOptionsCancel.grey:hover {
background-color: #aaa;
}
#applyFilterOptionsCancel.light-grey,
#applyFilterOptionsCancel.is-loading {
background-color: #efefef;
color: #0079CC;
}
#applyFilterOptionsCancel.light-grey:hover {
background-color: #ddd;
}
#applyFilterOptionsCancel.is-loading {
background-size: 35px;
color: transparent;
cursor: default;
}
#applyFilterOptionsCancel.expand,
button.expand {
margin-left: auto;
margin-right: auto;
display: block;
}
#applyFilterOptionsCancel.expand,
input#applyFilterOptionsCancel.expand {
width: 100%;
}
#applyFilterOptionsCancel.padded {
padding-left: 1.5em;
padding-right: 1.5em;
}
#applyFilterOptionsCancel.small {
font-size: 16px;
}
.align-to-button.small {
line-height: 22px;
}
#applyFilterOptionsCancel.xlarge {
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 26px;
}.align-to-button.xlarge {
padding: 0;
line-height: 60px;
}
@media only screen and (max-width: 64em) {
#applyFilterOptions.xlarge {
font-size: 24px;
}
.align-to-button.xlarge {
line-height: 57px;
}
}
@media only screen and (max-width: 40em) {
#applyFilterOptions.xlarge {
font-size: 22px;
}
.align-to-button.xlarge {
line-height: 52px;
}
}@media only screen and (max-width: 64em) {
#applyFilterOptionsCancel.xlarge {
font-size: 24px;
}
.align-to-button.xlarge {
line-height: 57px;
}
}
@media only screen and (max-width: 40em) {
#applyFilterOptionsCancel.xlarge {
font-size: 22px;
}
.align-to-button.xlarge {
line-height: 52px;
}
} .ssf-main-content .dropdown {
display: inline-block;
position: relative;
font-size: 16px;
vertical-align: middle;
}
.ssf-main-content .dropdown.expand { display: block; }
.dropdown > select {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
opacity: 0;
}
.ssf-main-content .dropdown-btn {
padding: 0.78em;
padding-right: 60px;
border: 1px solid #bbb;
border-radius: 4px;
background-color: #fff;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ssf-main-content .dropdown-btn.is-placeholder {
color: #999;
}
.ssf-main-content .dropdown.deep-text > .dropdown-btn {
padding-left: 1.75em;
}
.ssf-main-content .dropdown > select:hover + .dropdown-btn {
border-color: #999;
}
.ssf-main-content .dropdown > select:focus + .dropdown-btn {
border-color: #666;
}
.ssf-main-content .dropdown > select[disabled] + .dropdown-btn {
opacity: 0.3;
}
.ssf-main-content .dropdown-arrow {
width: 50px;
border-radius: 0 3px 3px 0;
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
z-index: 1;
background-color: #e8e8e8;
}
.ssf-main-content .dropdown.is-loading:before {
content: '';
width: 100%;
height: 100%;
border-radius: 4px;
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/spinner.gif) center center no-repeat rgba(255,255,255,0.8);
background-size: 30px;
}
.ssf-main-content .dropdown.is-loading > select {
display: none;
}
.ssf-main-content optgroup {
padding: 5px 0;
font-style: normal;
}
@media only screen and (max-width: 40em) {
.ssf-main-content .dropdown.deep-text > .dropdown-btn { padding-left: 0.85em; }
}
.ssf-main-content .faux-dropdown-holder {
position: relative;
z-index: 2;
font-size: 18px;
font-weight: 500;
}
.ssf-main-content .faux-dropdown.border {
border-color: #ddd;
}
.ssf-main-content .faux-dropdown.is-absolute {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.ssf-main-content .faux-dropdown.is-invisible {
visibility: hidden;
}
.ssf-main-content .faux-dropdown__button {
padding: 15px 20px 16px;
padding-left: 30px;
position: relative;
z-index: 1;
cursor: pointer;
}
.ssf-main-content .faux-dropdown__menu {
list-style: none;
font-size: 14px;
}
.ssf-main-content .faux-dropdown__menu-link {
padding: 15px 30px;
display: block;
}
.ssf-main-content .faux-dropdown__menu > li:first-child > .faux-dropdown__menu-link {
border-top: 1px solid #ddd;
}
@media only screen and (max-width: 40em) {
.ssf-main-content .faux-dropdown__menu-link {
padding: 15px;
font-size: 16px;
font-weight: 500;
}
}
.ssf-main-content .dropdown-contents-holder {
margin-top: 30px;
}
.ssf-main-content .dropdown-contents-holder > .dropdown-content {
display: none;
}
.ssf-main-content .dropdown-contents-holder > .dropdown-content:first-child {
display: block;
}
@media only screen and (max-width: 40em) {
.ssf-main-content .dropdown-contents-holder {
margin-top: 15px;
}
} #storeLocatorInfobox a{
border-bottom:none;
}
.ssf-field {
padding: 0.8em;
border: 1px solid #bbb;
border-radius: 4px;
outline: 0;
box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
vertical-align: middle;
font-size: 16px !important;
}
.ssf-field:hover {
border-color: #999;
}
.ssf-field:focus {
border-color: #666;
}
.ssf-field.expand {
width: 100%;
display: block;
}
.ssf-field.deep-text {
padding-left: 1.75em;
padding-right: 1.75em;
}
.ssf-field.no-clear::-ms-clear {
display: none;
}
.ssf-field.readonly,
.ssf-field[readonly],
.ssf-field.disabled,
.ssf-field[disabled] {
background-color: #eee;
border-color: #bbb;
}
.field-holder {
display: inline-block;
position: relative;
vertical-align: middle;
}
.field-holder.expand { display: block; } .field-holder .field-holder__icon {
outline: 0;
margin-top: -10px;
position: absolute;
top: 50%;
right: 10px;
}
.field-holder__icon.icon--search {
margin-top: -10px;
box-shadow:none !important;
border:none !important;
}
.field-holder__icon.icon--cross-rounded {
margin-top: -12px;
}
.field-holder__icon.field-holder__icon--align-with-text {
left: 100%;
right: auto;
opacity: 0;
cursor: default;
-webkit-transition: opacity 0.15s ease-in-out, left 0s 0.15s;
-moz-transition: opacity 0.15s ease-in-out, left 0s 0.15s;
transition: opacity 0.15s ease-in-out, left 0s 0.15s;
}
.field-holder__icon--align-with-text.is-shown {
opacity: 1;
cursor: pointer;
-webkit-transition: opacity 0.15s ease-in-out;
-moz-transition: opacity 0.15s ease-in-out;
transition: opacity 0.15s ease-in-out;
}
.field-holder__icon ~ .field-holder__icon {
right: 40px;
}
.field-holder__icon ~ .ssf-field {
padding-right: 40px;
}
.field-holder__icon + .field-holder__icon ~ .ssf-field {
padding-right: 70px;
}
.field-holder__label {
position: absolute;
top: 0.8em;
right: 0.8em;
left: 0.8em;
color: #999;
font-size: 16px;
cursor: text;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.field.deep-text + .field-holder__label {
left: 1.75em;
}
.field-holder > input:focus + .field-holder__label {
opacity: 0.5;
}
.field-holder .reference-field {
width: auto;
max-width: 100%;
display: inline-block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
text-align: left;
visibility: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ssf-field::-webkit-input-placeholder { color: #999; }
.ssf-field::-ms-input-placeholder { color: #999; }
.ssf-field::-moz-placeholder { color: #999; }
.ssf-field:-moz-placeholder { color: #999; }
.ssf-field.is-placeholder,
.main-nav__search__placeholder { color: #999; }
.field-holder.is-hidden,
.ssf-field.is-hidden,
.field-holder__label.is-hidden {
display: none;
}
.field-group + .field-group { margin-top: 15px; }
.field-group > .field-holder,
.field-group > .ssf-field,
.field-group > .dropdown {
margin-right: 1%;
}
.field-group > .icon,
.field-group > .validify-responses {
margin-right: 4px;
}
.field--one-fifths   { width: 19%; }
.field--one-quarter  { width: 25%; }
.field--one-third    { width: 32%; }
.field--two-fifths   { width: 39%; }
.field--half         { width: 49%; }
.field--three-fifths { width: 59%; }
.field--two-thirds   { width: 65%; }
.field--four-fifths  { width: 79%; }
.field--one-whole    { width: 100%; } .field--year,
.field--day  { width: 150px; }
.field--month { width: 160px; }
.field--year.deep-text,
.field--day.deep-text { width: 180px; }
.field--month.deep-text { width: 190px; }
.field--ic-front { width: 150px; }
.field--ic-mid   { width: 95px;  }
.field--ic-back  { width: 120px; }
@media only screen and (max-width: 40em) {
.ssf-field.large { font-size: 16px; }
.field-group:before,
.field-group:after {
content: " ";
display: table;
}
.field-group:after {
clear: both;
}
.field-group > .field-holder,
.field-group > .field,
.field-group > .dropdown {
width: 100%;
margin-top: 15px;
margin-right: 0;
}
.field-group > :first-child,
.field-group > .is-hidden + *,
.field-group .field--ic-mid,
.field-group .field--ic-back {
margin-top: 0;
}
.field-group > .validify-responses {
margin-right: 0;
}
.field-group > .validify-responses .icon--success-tick {
display: none;
}
.field-group .field--ic-front,
.field-group .field--ic-mid,
.field-group .field--ic-back {
float: left;
}
.field-group--with-icons {
position: relative;
padding-right: 35px;
}
.field-group--with-icons > .icon {
position: absolute;
top: 13px;
right: 0;
}
.field-group .field--ic-front { width: 37%; }
.field-group .field--ic-mid   { width: 26%; margin-left: 3%; }
.field-group .field--ic-back  { width: 31%; margin-left: 3%; }
} label input:checked ~ .label__text { font-weight: bold; }
.inline-label-holder {
text-align: center;
}
.inline-label-holder .inline-label {
margin: 0 15px;
display: inline-block;
vertical-align: top;
}
@media only screen and (max-width: 40em) {
.inline-label-holder .inline-label {
display: block;
margin: 0 0 10px;
}
} .icon--input,
.icon--success-tick {
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/sprites/sprite-icons.png) no-repeat;
}
label .icon--input { margin-right: 4px; }
.icon.icon--radio-btn {
width: 21px;
height: 21px;
border-radius: 50%;
border: 1px solid transparent;
top: -2px;
}
.icon--radio-btn.is-checked {
background-position: -25px top;
}
.icon.icon--checkbox,
.icon.icon--success-tick {
width: 24px;
height: 24px;
border: 1px solid #ccc; background-color: #f6f6f6;
background-position: 25px 25px;
-webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
-moz-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.icon--checkbox.is-checked,
.icon.icon--success-tick {
border-color: transparent;
background-color: #0079CC;
background-position: -50px top;
}
.icon.icon--success-tick {
background-color: #5cb21d;
}
.label--align-middle .label__input-icon,
.label--align-middle .label__contents,
.label--vertical-align .label__input-icon,
.label--vertical-align .label__contents {
display: table-cell;
}
.label--align-middle .label__input-icon,
.label--align-middle .label__contents {
vertical-align: middle;
}
@media only screen and (max-width: 40em) {
.ssf-field.deep-text {
padding-left: 0.8em;
padding-right: 0.8em;
}
.ssf-field.deep-text + .field-holder__label {
left: 0.8em;
}
} .ssf-field.is-success,
.dropdown > select.is-success + .dropdown-btn {
border-color: #5cb21d;
color: #3f7715;
}
.validify-responses.is-success {
color: #3f7715;
}
.ssf-field.is-success:focus {
box-shadow: inset 0 2px 1px rgba(0,0,0,0.1),
inset 0 0   0   1px rgba(92,178,29,0.5);
}
.dropdown > select.is-success:focus + .dropdown-btn {
box-shadow: inset 0 0 0 1px rgba(92,178,29,0.5);
}
.ssf-field.is-failed,
.dropdown > select.is-failed + .dropdown-btn,
input[type="checkbox"].is-failed + .icon--checkbox,
input[type="radio"].is-failed + .icon--radio-btn {
border-color: #c00;
color: #c00;
}
.validify-responses.is-failed {
color: #c00;
}
.ssf-field.is-failed:focus {
box-shadow: inset 0 2px 1px     rgba(0,0,0,0.1),
inset 0 0   0   1px rgba(204,0,0,0.5);
}
.dropdown > select.is-failed:focus + .dropdown-btn {
box-shadow: inset 0 0 0 1px rgba(204,0,0,0.5);
}
.dropdown > select.is-success:focus + .dropdown-btn .dropdown-arrow,
.dropdown > select.is-failed:focus + .dropdown-btn .dropdown-arrow {
width: 49px;
top: 2px;
right: 2px;
bottom: 2px;
}
.validify-response,
.validify-responses.is-success > .validify-response--focused,
.validify-responses[class*="is-failed"] > .validify-response--focused,
.validify-responses[class*="is-failed-"] > .validify-response--failed,
.validify-floater__message,
.validify-floater[class*="is-failed-"] > .validify-floater__message--failed {
display: none;
}
.validify-responses.is-success .validify-response--success,
.validify-responses.is-focused .validify-response--focused,
.validify-responses.is-failed .validify-response--failed,
.validify-responses.is-failed-pattern .validify-response--failed-pattern,
.validify-responses.is-failed-required .validify-response--failed-required,
.validify-responses.is-failed-minlength .validify-response--failed-minlength,
.validify-responses.is-failed-minchecked .validify-response--failed-minchecked,
.validify-responses.is-failed-compare-with .validify-response--failed-compare-with,
.validify-responses.is-failed-custom .validify-response--failed-custom,
.validify-floater.is-success .validify-floater__message--success,
.validify-floater.is-focused .validify-floater__message--focused,
.validify-floater.is-failed .validify-floater__message--failed,
.validify-floater.is-failed-pattern .validify-floater__message--failed-pattern,
.validify-floater.is-failed-required .validify-floater__message--failed-required,
.validify-floater.is-failed-minlength .validify-floater__message--failed-minlength,
.validify-floater.is-failed-minchecked .validify-floater__message--failed-minchecked,
.validify-floater.is-failed-compare-with .validify-floater__message--failed-compare-with,
.validify-floater.is-failed-custom .validify-floater__message--failed-custom {
display: inherit;
}
.validify-floater {
min-width: 250px;
padding: 7px 15px;
position: absolute;
top: -500px;
left: -500px;
z-index: 5;
background-color: #fff;
font-size: 12px;
text-align: center;
margin-top: -12px;
opacity: 0;
-webkit-transition: opacity 0.15s ease-in-out, margin-top 0.15s ease-in-out;
-moz-transition: opacity 0.15s ease-in-out, margin-top 0.15s ease-in-out;
transition: opacity 0.15s ease-in-out, margin-top 0.15s ease-in-out;
}
.validify-floater.is-shown {
margin-top: -2px;
opacity: 1;
}
.validify-floater[class*="is-failed"] {
background-color: #c00;
color: #fff;
}
@media only screen and (max-width: 40em) {
.validify-floater {
min-width: 0;
}
}
.xml-form-asset {
overflow: auto;
width: 90%;
max-width: 1000px;
padding: 30px 25px;
margin: 0 auto;
background-color: #fff;
text-align: left;
}
.xml-form-asset.is-hidden,
.xml-form-thanks {
display: none;
}
.xml-form-asset.is-shown {
display: block;
}
.xml-form-asset .form-obj {
width: 32%;
padding: 0 35px 0 7px;
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 30px;
text-align: left;
}
.xml-form-asset .form-obj--with-tooltip {
padding-right: 70px;
}
.xml-form-asset .form-obj textarea {
height: 95px;
}
.form-obj__label {
margin-bottom: 15px;
font-size: 18px;
font-weight: 500;
color: #666;
}
.form-obj__label .validify-responses {
font-size: 14px;
}
.form-obj__label .validify-responses .icon {
top: -2px;
}
.form-obj label + label {
margin-top: 15px;
}
.form-obj .form-obj__icon {
position: absolute;
top: 13px;
right: 5px;
}
.form-obj__icon.validify-responses + .form-obj__icon {
right: 36px;
}
.xml-form-asset .form-obj:nth-child(3n+1) {
clear: left;
}
@media only screen and (max-width: 64em) {
.xml-form-asset .form-obj { width: 49.5%; }
}
@media only screen and (max-width: 40em) {
.xml-form-asset {
padding: 15px; 
}
.xml-form-asset .form-obj {
width: auto;
padding: 0;
display: block;
}
.xml-form-asset .form-obj--with-tooltip {
padding-right: 35px;
}
.form-obj__icon.validify-responses {
display: none;
}
.form-obj__icon.validify-responses + .form-obj__icon {
right: 5px;
}
}  .filter__row {
padding: 15px;
border: 0px solid #e2e2e2;
border-top-width: 1px;
overflow: hidden;
}
.filter-compare-row__contents {
border-width: 0 0 1px;
}
.filter-popup {
-webkit-overflow-scrolling: touch; }
.filter-popup.filter-popup {
border-top: 1px solid #e2e2e2;
}
.filter-popup:first-of-type {
border-top-width: 0;
}
.filter__row:first-child,
.filter__row--cta {
border-top: 0;
}
.filter__row--cta {
padding-top: 0;
}
.filter__items-counter {
float: left;
}
.filter__options-clearer {
float: right;
line-height: 2.6;
}
.filter__products-comparison {
float: left;
}
.filter__product-visual.is-filled {
background: none;
}
.filter__product-visual img {
max-width: 100%;
max-height: 100%;
text-align: center;
vertical-align: bottom;
}
.filter__products-comparer {
padding-top: 0.8em;
padding-bottom: 0.8em;
float: right;
}
.filter__toggler {
display: block;
font-size: 18px;
}
.filter__toggler-contents label {
margin-bottom: 10px !important;
}
.filter__toggler-contents [class*="block-grid-"] {
margin-left: 0;
margin-right: 0;
}
.filter__toggler-contents li {
padding: 0;
}
.store-locator__filter-toggler:after {
content: '';
width: 21px;
height: 21px;
margin-top: -12px;
position: absolute;
top: 50%;
right: 15px;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/sprites/sprite-icons-blue-outline-medium.png) -250px top no-repeat;
background-size: 350px 50px;
}
@media only screen and (max-width: 64em) {
.filter-compare-row {
width: 100%;
height: 0;
padding: 0;
border-width: 0;
position: fixed;
top: 107px;
left: 0;
z-index: 2;
background-color: #fff;
-webkit-transition: top 0.25s ease-out, height 0.25s ease-out;
-moz-transition: top 0.25s ease-out, height 0.25s ease-out;
-o-transition: top 0.25s ease-out, height 0.25s ease-out;
transition: top 0.25s ease-out, height 0.25s ease-out;
}
.filter-compare-row__contents {
padding: 15px;
border: 0px solid #e2e2e2;
border-bottom-width: 1px;
overflow: hidden;
}
.main-header-is-partially-hidden .filter-compare-row {
top: 70px;
}
.main-header-is-hidden.main-header-is-hidden .filter-compare-row {
top: 0;
}
.filter-popup--medium-down {
width: 1px;
height: 1px;
overflow: auto;
position: fixed;
top: -1px;
right: 0;
bottom: 0;
left: -1px;
z-index: 102;
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: -webkit-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
-moz-transition:    -moz-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
transition:         transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
}
.filter-popup--medium-down div.filter__toggler { cursor: default; }
.filter-popup--medium-down .filter__toggler:after { display: none; }
.filter-popup--medium-down .filter__toggler-contents.filter__toggler-contents { height: auto; }
.filter-popup--medium-down .filter__toggler-contents .sub-nav-toggler { cursor: default; }
.filter-popup--medium-down .filter__toggler-contents .sub-nav-toggler:after { display: none; }
.filter-popup--medium-down .filter__toggler-contents .sub-nav-toggler + .togglerify-slider { height: auto; }
}
@media only screen and (max-width: 43.75em) {
.filter-compare-row,
.main-header-is-partially-hidden .filter-compare-row {
top: 70px;
}
}
@media only screen and (max-width: 40em) {
.filter-compare-row,
.main-header-is-partially-hidden .filter-compare-row {
top: 53px;
}
.filter-popup--small-down {
width: 1px;
height: 1px;
overflow: auto;
position: fixed;
top: -1px;
right: 0;
bottom: 0;
left: -1px;
z-index: 5;
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: -webkit-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
-moz-transition:    -moz-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
transition:         transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
top 0s 0.25s,
left 0s 0.25s,
width 0s 0.25s,
height 0s 0.25s;
}
.filter-popup--small-down div.filter__toggler { cursor: default; }
.filter-popup--small-down .filter__toggler:after { display: none; }
.filter-popup--small-down .filter__toggler-contents.filter__toggler-contents { height: auto; }
.filter-popup--small-down .filter__toggler-contents .sub-nav-toggler { cursor: default; }
.filter-popup--small-down .filter__toggler-contents .sub-nav-toggler:after { display: none; }
.filter-popup--small-down .filter__toggler-contents .sub-nav-toggler + .togglerify-slider { height: auto; }
}
.filter-popup-is-shown .filter-popup {
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 1;
-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
-moz-transition:    -moz-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
transition:         transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.filter-popup-is-shown .pre-content {
z-index: 1;
-webkit-transition: none;
-moz-transition: none;
transition: none;
} .location-dropdown {
width: 100%;
max-width: 250px;
margin-bottom: 45px;
}
.location-list {
display: none; 
}
.location-list.current {
display: block;
}
.location-list > .ssf-column,
.location-list > .row__flexi-width > .ssf-column {
margin-bottom: 10px;
}
.location {
padding: 15px;
background-color: #fff;
}
.location__name {
font-size: 24px;
margin-bottom: 15px;
}
.location__address {
min-height: 75px;
margin-bottom: 30px;
line-height: 1.6;
}
.location__footer {
border-top: 1px solid #eee;
}
.location__footer a {
padding-top: 15px;
display: block;
text-align: center;
}
@media only screen and (max-width: 40em) {
.location-dropdown {
margin-bottom: 15px;
}
.location__name {
font-size: 20px;
}
} .ssf-main-content .marker {
width: 22px;
height: 22px;
border: 3px solid white;
display: inline-block;
background-color: #ffe300;
vertical-align: middle;
}
.ssf-main-content .marker.marker--small {
width: 10px;
height: 10px;
}
.ssf-main-content .marker--green {
border: 0;
background-color: #00a651;
}
.ssf-main-content .marker--red {
border: 0;
background-color: #c00;
}
.ssf-main-content .marker--grey {
border: 0;
background-color: #999;
}
.ssf-main-content .marker--filled {
border: 0;
background-color: #333;
}
.ssf-main-content .marker--ticked {
background-position: center center;
background-repeat: no-repeat;
}
.ssf-main-content .marker--large {
width: 47px;
height: 47px;
}
@media only screen and (max-width: 40em) {
.ssf-main-content .marker {
width: 20px;
height: 20px;
}
.ssf-main-content .marker--large {
width: 35px;
height: 35px;
}
} .ssf-panel {
background-color: white;
border: 0 solid #ddd;
}
.grey-panel   { background-color: #eee;    }
.yellow-panel { background-color: #FF9D06; }
.dark-blue-panel {
background-color: #0079CC;
color: #fff;
}
.ssf-panel.shadowed        { box-shadow: 0 2px 6px  2px rgba(0,0,0,0.2); }
.ssf-panel.bottom-shadowed { box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2); }
.panel-button-group { display: table; }
.panel-button-group__row { display: table-row; }
.panel-button {
width: 1000px;
padding: 7px 15px;
display: table-cell;
font-weight: 500;
text-align: center;
text-decoration: none;
-webkit-transition: none 0.15s ease-in-out;
-moz-transition: none 0.15s ease-in-out;
transition: none 0.15s ease-in-out;
-webkit-transition-property: background-color, color;
-moz-transition-property: background-color, color;
transition-property: background-color, color;
}
.panel-button-group .panel-button:hover {
background-color: #f4f4f4;
}
.panel-button-group--bordered .panel-button {
border: 0px solid #eee;
border-width: 1px 0 0 1px;
}
.panel-button-group--bordered .panel-button:first-child {
border-left-width: 0;
}
.ssf-panel.round .panel-button-group__row:last-child .panel-button:first-child {
border-bottom-left-radius: 0.35em;
}
.ssf-panel.round .panel-button-group__row:last-child .panel-button:last-child {
border-bottom-right-radius: 0.35em;
}
.panel-toggler {
padding: 15px;
padding-bottom: 5px;
font-size: 18px;
font-weight: 500;
}
.panel-toggler:after {
display: none;
}
@media only screen and (max-width: 64em) {
.panel-toggler {
padding-top: 30px;
padding-bottom: 30px;
position: relative;
font-size: 16px;
cursor: pointer;
}
.panel-toggler--disabled {
cursor: default;
}
.panel-toggler:after {
display: inline;
position: absolute;
top: 30px;
right: 15px;
}
.panel-toggler--disabled:after {
display: none;
}
.panel-contents {
height: 0;
overflow: hidden;
}
.panel-contents.is-toggled {
height: auto;
margin-bottom: 0;
}
.panel-contents.is-transitionable {
-webkit-transition: height 0.4s, margin-bottom 0.4s;
-moz-transition: height 0.4s, margin-bottom 0.4s;
transition: height 0.4s, margin-bottom 0.4s;
}
} .popup-is-shown {
overflow: hidden;
}
.main-popup-holder {
width: 1px;
height: 1px;
position: fixed;
top: -1px;
left: -1px;
z-index: 10;
text-align: center;
overflow: hidden;
background: rgba(0,0,0,0.8);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
width 0s 0.25s,
height 0s 0.25s,
top 0s 0.25s,
left 0s 0.25s;
-moz-transition:    -moz-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
width 0s 0.25s,
height 0s 0.25s,
top 0s 0.25s,
left 0s 0.25s;
transition:         transform 0.25s ease-in-out,
opacity 0.25s ease-in-out,
width 0s 0.25s,
height 0s 0.25s,
top 0s 0.25s,
left 0s 0.25s;
}
.main-popup-holder.is-shown {
width: 100%;
height: 100%;
top: 0;
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
opacity: 1;
-webkit-overflow-scrolling: touch; overflow: auto;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transition: -webkit-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out;
-moz-transition:    -moz-transform 0.25s ease-in-out,
opacity 0.25s ease-in-out;
transition:         transform 0.25s ease-in-out,
opacity 0.25s ease-in-out;
}
.main-popup-holder:before {
content: '';
height: 100%; vertical-align: middle;
display: inline-block;
}
.ssf-popup {
width: 100%;
max-width: 650px;
padding: 45px 30px; margin: 100px 0 20px;
display: none;
position: relative;
background: white;
text-align: left;
vertical-align: middle;
}
.ssf-popup.is-shown {
display: inline-block;
}
.popup-closer {
border: 0;
outline: 0;
background: transparent;
position: absolute;
top: 30px;
right: 30px;
}
.popup-title {
padding-left: 30px;
padding-right: 30px;
margin-bottom: 30px;
font-size: 45px;
font-weight: 300;
text-align: center;
}
@media only screen and (max-width: 64em) {
.popup-title {
font-size: 35px;
}
}
@media only screen and (max-width: 40em) {
.main-popup-holder:before { display: none; }
.ssf-popup {
width: 100%;
height: auto;
min-height: 100%;
max-width: none; padding: 30px 0px;
margin: 0;
position: relative;
overflow: auto;
}
.ssf-popup.is-shown { display: block; }
.popup-closer {
position: relative;
top: -15px;
right: 0;
margin-right: 15px;
display: inline-block;
float: right;
}
.popup-title {
font-size: 25px;
clear: both;
}
#ssf-comment-form .option_input .ssfRatLabel{
width:100% !important;
}
#ssf-comment-form .option_input input[type="text"], .option_input select{
width:100% !important;
}	
#ssf-comment-form .option_input textarea{
width:100% !important;
}	
#rattingCaptcha{
margin-left:0% !important;
}
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}			
} #mainContent .section {
position: relative;
}
#mainContent .section,
#mainContent .section--tabs:nth-child(odd),
#mainContent .section--tabs:nth-child(odd) ~ .section:nth-child(even),
#mainContent .section--tabs:nth-child(even) ~ .section:nth-child(even),
#mainContent .section:nth-child(even) .wrapper--tabs ~ .tab-content .section:nth-child(even) { background-color: #f4f4f4; }
#mainContent .section:nth-child(even),
#mainContent .section--tabs:nth-child(even),
#mainContent .section--tabs:nth-child(even) ~ .section:nth-child(odd),
#mainContent .section--tabs:nth-child(odd) ~ .section:nth-child(odd),
#mainContent .section:nth-child(even) .wrapper--tabs ~ .tab-content .section:nth-child(odd)   { background-color: #ebebeb; }
#mainContent .section.section.section.section--white     { background-color: #fff;                 }
#mainContent .section.section.section.section--black     { background-color: #333;                 }
#mainContent .section.section.section.section--yellow    { background-color: #FF9D06;              }
#mainContent .section.section.section.section--dark-grey { background-color: #666;    color: #fff; }
#mainContent .section.section--light-gradient {             }
#mainContent .section.section--blue-pattern   { color: #fff; }
#mainContent .section--white + .section--white {
border-top: 3px solid #f4f4f4;
}
#mainContent .section--white-no-border + .section--white {
border-top: 0;
}
#mainContent .section.section--blue-pattern > .title,
#mainContent .section.section--dark-grey > .title {
color: #fff;
}
.section--padded {
padding-top: 45px;
padding-bottom: 45px;
}
.section.section--tabs { padding-bottom: 0;
}
.section__pull-up {
position: relative;
top: -55px;
}
.section__title {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 45px;
text-align: center;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.section__title:first-child:last-child {
margin-bottom: 0;
} .section__title.section__title--toggler {
margin-bottom: 0;
color: #023e5f;
font-weight: normal;
cursor: pointer;
}
.section__title--toggler:hover,
.section__title--toggler:hover:after {
color: #0091d2;
}
.section__title--toggler:after {
margin-left: 20px;
}
.section__subtitle {
margin-top: 7px;
margin-bottom: 60px;
font-size: 18px;
text-align: center;
}
@media only screen and (max-width: 40em) {
} .section--with-shadow {
position: relative;
}
.section--with-shadow:after,
.carousel-holder:after {
content: '';
width: 100%;
height: 20px;
position: absolute;
top: 100%;
right: 0;
left: 0;
z-index: 2;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/backgrounds/section-shadow.png) center top no-repeat;
background-size: 100% 100%;
}
@media only screen and (max-width: 40em) {
.section--padded {
padding-top: 30px;
padding-bottom: 30px;
}
.section--padded-half,
.section__title.section__title--toggler,
.section__title,
.section__subtitle {
margin-bottom: 30px;
}
.section__title--toggler {
font-size: 18px;
}
.section__title--toggler:after {
margin-left: 15px;
font-size: 25px;
}
.section--with-shadow:after,
.carousel-holder:after {
background-size: 150% 100%;
}
} .spinner {
width: 48px;
height: 48px;
display: inline-block;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/spinner.gif) center center no-repeat;
display: none;
}
.spinner.is-shown {
display: inline-block;
}
.spinner.expand.is-shown {
margin-left: auto;
margin-right: auto;
display: block;
} .icon-font:before,
.plus-toggler:after,
.self-toggler__toggler:after,
.arrow-toggler-left:after,
.arrow-toggler-right:after,
.arrow-toggler:after,
.panel-toggler:after,
.checkout__register__toggler:before,
.section-content-toggler:before,
.faux-toggle-tbl--header .tbl__toggle-arrow,
.section__title--toggler:after,
.item__expandable-contents-toggler:after,
.ssf-mobile-nav .toggler:after,
.main-back-to-top:after,
.dropdown-arrow:after {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit;
vertical-align: middle; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i.icon-font:before {
vertical-align: baseline;
}
.plus-toggler:after,
.self-toggler__toggler:after {
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.icon-font--spaced:before {
margin-right: 3px;
}
.icon-font.icon--close:before {
font-size: 162.5%;
content: "\e60d";
position: relative;
}
.icon-font.icon--location:before {
content: "\e617";
}
.icon-font.icon--plus:before,
.plus-toggler:after,
.self-toggler__toggler:after {
content: "\e619";
}
.icon-font.icon--minus:before,
.plus-toggler.is-toggled:after,
.toggler-pair__toggler.is-toggled > .plus-toggler:after,
.self-toggler__toggler.is-toggled:after {
content: "\e61a";
}
.icon-font.icon--arrow-down:before,
.icon-font.icon--arrow_up:before,
.arrow-toggler:after,
.panel-toggler:after,
.checkout__register__toggler:before,
.section-content-toggler:before,
.faux-toggle-tbl--header .tbl__toggle-arrow:before,
.section__title--toggler:after,
.item__expandable-contents-toggler:after,
.ssf-mobile-nav .toggler:after,
.dropdown-arrow:after {
content: "\f078";
}
.icon-font.icon--arrow-up:before,
.arrow-toggler.is-toggled:after,
.is-toggled > .arrow-toggler:after,
.panel-toggler.is-toggled:after,
.faux-toggle-tbl--header.is-toggled .tbl__toggle-arrow:before,
.checkout__register__toggler.is-toggled:before,
.section-content-toggler.is-toggled:before,
.section__title--toggler.is-toggled:after,
.item__expandable-contents-toggler.is-toggled:after,
.ssf-mobile-nav .toggler.is-toggled:after,
.main-back-to-top:after {
content: "\f077";
}
.arrow-toggler-left {
padding-right: 25px;
position: relative;
cursor: pointer;
}
.arrow-toggler-right {
padding-right: 25px;
position: relative;
cursor: pointer;
}
.arrow-toggler-left:after{
content: "\f053";
}
.arrow-toggler-left:after{
margin-top: -12px;
position: absolute;
top: 50%;
left: 5px;
}
.arrow-toggler-right:after{
margin-top: -12px;
position: absolute;
top: 50%;
right: 5px;
}
.arrow-toggler-right:after{
content: "\f054";
}
.icon,
.main-nav-icon {
border: 0;
outline: 0;
display: inline-block;
position: relative;
vertical-align: middle;
font-style: normal;
}
.icon--question {
width: 23px;
height: 23px;
border: 2px solid #038cd6;
color: #038cd6;
font: 0/0 a;
text-align: center;
}
.icon--question[title],
.icon--question.tooltipify {
cursor: help;
}
.icon--question:before {
content: '?';
position: relative;
top: 1px;
font: bold 15px/18px 'Arial', 'Helvetica';
}
.sprite-icons,
.main-nav-icon.main-nav-icon--menu {
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/sprites/sprite-icons.png) left top no-repeat;
}
.sprite-icons.icon--heart {
width: 17px;
height: 15px;
background-position: -75px top;
}
.sprite-icons.icon--menu,
.main-nav-icon.main-nav-icon--menu {
width: 24px;
height: 18px;
background-position: left -25px;
background-size: auto;
}
.sprite-icons-plan-types {
width: 33px;
height: 33px;
border: 1px solid #05588c;
border-radius: 50%;
}
.sprite-icons-plan-types + .sprite-icons-plan-types {
margin-left: 5px;
}
.item__icons .sprite-icons-plan-types,
.plan-details__title-icons .sprite-icons-plan-types { border-color: #999; }
.item--dark .sprite-icons-plan-types                { border-color: #fff; }
.sprite-icons-plan-types.icon--message       { }
.sprite-icons-plan-types.icon--network       { background-position: -37px   -2px; }
.sprite-icons-plan-types.icon--phone         { background-position: -72px   -2px; }
.sprite-icons-plan-types.icon--tablet        { background-position: -107px  -2px; }
.sprite-icons-plan-types.icon--desktop       { background-position: -142px  -2px; }
.sprite-icons-plan-types.icon--4g            { background-position: -177px  -2px; }
.item__icons .sprite-icons-plan-types.icon--message,
.plan-details__title-icons .sprite-icons-plan-types.icon--message { background-position: -2px   -37px; }
.item__icons .sprite-icons-plan-types.icon--network,
.plan-details__title-icons .sprite-icons-plan-types.icon--network { background-position: -37px  -37px; }
.item__icons .sprite-icons-plan-types.icon--phone,
.plan-details__title-icons .sprite-icons-plan-types.icon--phone   { background-position: -72px  -37px; }
.item__icons .sprite-icons-plan-types.icon--tablet,
.plan-details__title-icons .sprite-icons-plan-types.icon--tablet  { background-position: -107px -37px; }
.item__icons .sprite-icons-plan-types.icon--desktop,
.plan-details__title-icons .sprite-icons-plan-types.icon--desktop { background-position: -142px -37px; }
.item__icons .sprite-icons-plan-types.icon--4g,
.plan-details__title-icons .sprite-icons-plan-types.icon--4g      { background-position: -177px -37px; }
.item--dark .sprite-icons-plan-types.icon--message  { background-position: -2px   -72px; }
.item--dark .sprite-icons-plan-types.icon--network  { background-position: -37px  -72px; }
.item--dark .sprite-icons-plan-types.icon--phone    { background-position: -72px  -72px; }
.item--dark .sprite-icons-plan-types.icon--tablet   { background-position: -107px -72px; }
.item--dark .sprite-icons-plan-types.icon--desktop  { background-position: -142px -72px; }
.item--dark .sprite-icons-plan-types.icon--4g       { background-position: -177px -72px; }
.sprite-icons-2x,
.main-nav-icon,
.is-toggled .main-nav-icon {
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/sprites/sprite-icons-2x.png) no-repeat;
background-size: 200px 100px;
}
.no-backgroundsize .sprite-icons-2x,
.no-backgroundsize .main-nav-icon {
}
.sprite-icons-2x.icon--search,
.main-nav-icon--search {
min-width: 20px !important;
min-height: 20px !important;
width:20px !important;
box-shadow:none !important;
background-position: left top;
}
.sprite-icons-2x.icon--search.icon--dark {
background-position: left -50px;
}
.sprite-icons-2x.icon--gleam,
.main-nav-icon--gleam {
width: 21px;
height: 33px;
background-position: -25px 0px;
}
.sprite-icons-2x.icon--cart,
.main-nav-icon--cart {
width: 33px;
height: 28px;
background-position: -50px 0px;
}
.sprite-icons-2x.icon--cross-rounded,
.is-toggled > .main-nav-icon {
width: 26px;
height: 26px;
}
.sprite-icons-2x.icon--cross-rounded {
background-position: -100px top;
}
.sprite-icons-2x.icon--cross-rounded.icon--dark,
.is-toggled > .main-nav-icon {
background-position: -100px -50px;
}
.sprite-icons-2x.icon--user {
width: 22px;
height: 21px;
background-position: -150px top;
}
.sprite-icons-2x.icon--user.icon--dark {
background-position: -150px -25px;
}
.sprite-icons-2x.icon--lock {
width: 16px;
height: 19px;
background-position: -175px top;
}
.sprite-icons-2x.icon--lock.icon--dark {
background-position: -175px -25px;
}
.sprite-blue-outline-medium {
background-size: 350px 50px;
}
.sprite-blue-outline-medium.icon--hand-credit-card {
width: 45px;
height: 32px;
background-position: left top;
}
.sprite-blue-outline-medium.icon--mobile-up {
width: 29px;
height: 40px;
background-position: -50px top;
}
.sprite-blue-outline-medium.icon--cart {
width: 45px;
height: 36px;
background-position: -100px top;
}
.sprite-blue-outline-medium.icon--pin {
width: 26px;
height: 38px;
background-position: -150px top;
}
.sprite-blue-outline-medium.icon--printer {
width: 33px;
height: 32px;
background-position: -200px top;
}
.sprite-blue-outline-medium.icon--lock {
width: 31px;
height: 40px;
background-position: -300px top;
}
.sprite-blue-outline {
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/sprites/sprite-icons-blue-outline.png) no-repeat;
background-size: 150px 25px;
}
.sprite-blue-outline.icon--refresh {
width: 17px;
height: 21px;
background-position: left top;
}
.sprite-blue-outline.icon--grid {
width: 25px;
height: 25px;
background-position: -25px top;
}
.sprite-blue-outline.icon--monitor {
width: 31px;
height: 20px;
background-position: -50px top;
}
.sprite-blue-outline.icon--comment {
width: 25px;
height: 24px;
background-position: -100px top;
}
.sprite-blue-outline.icon--date {
width: 25px;
height: 25px;
background-position: -125px top;
}
.sprite-black-trust {  }
.sprite-black-trust.icon--maybank {
width: 105px;
height: 25px;
background-position: left top;
}
.sprite-black-trust.icon--cimb {
width: 68px;
height: 19px;
background-position: left -25px;
}
.sprite-black-trust.icon--rhb {
width: 47px;
height: 16px;
background-position: left -44px;
}
.sprite-black-trust.icon--pb-ebank {
width: 71px;
height: 21px;
background-position: left -60px;
}
.sprite-black-trust.icon--visa {
width: 52px;
height: 18px;
background-position: left -81px;
}
.sprite-black-trust.icon--mastercard {
width: 43px;
height: 26px;
background-position: left -99px;
}
.sprite-black-trust.icon--norton {
width: 69px;
height: 30px;
background-position: left -125px;
}
.sprite-black-trust.icon--geotrust {
width: 92px;
height: 25px;
background-position: left -155px;
}
.sprite-rounded-social-media.icon--facebook { background-position: left   top; }
.sprite-rounded-social-media.icon--twitter  { background-position: -40px  top; }
.sprite-rounded-social-media.icon--share    { background-position: -80px  top; }
.sprite-rounded-social-media.icon--rss      { background-position: -120px top; }
a:hover > .sprite-rounded-social-media {
opacity: 0.7;
} .tbl-holder {
overflow: auto;
}
.tbl-holder + .tbl-holder {
margin-top: 15px;
}
.tbl-dropdown {
width: 100%;
max-width: 400px;
margin-left: 15px;
}
.self-toggler__content__inner .dropdown-switcher-holder .text-large {
font-size: 125%;
}
@media only screen and (max-width: 40em) {
.tbl-dropdown {
margin-top: 15px;
display: block;
margin-left: auto;
margin-right: auto;
}
} .default-tbl {
max-width: 800px;
margin-left: auto;
margin-right: auto;
border: 5px solid #fff;
overflow: auto;
}
.default-tbl > * > * > * {
min-width: 180px;
border-left: 1px solid #fff;
border-bottom: 1px solid #e3e3e3;
padding: 20px;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
.default-tbl > * > * > td {
background-color: #fff;
}
.default-tbl--zebra-columns > * > * > :nth-child(even),
.default-tbl > * > * > .alt {
background-color: #f3f3f3;
}
.default-tbl > * > *:hover > td:nth-child(n),
.default-tbl > * > * > .is-hovered:nth-child(n) {
background-color: #ededed;
}
.default-tbl > * > * > th:nth-child(n) {
background-color: #FF9D06;
}
.default-tbl > * > * > th {
padding-top: 20px;
padding-bottom: 20px;
border-bottom-color: #fff;
font-size: 18px;
font-weight: 500;
}
.faq-section .default-tbl > * > * > th {
font-size: 16px;
}
.default-tbl--small > * > * > * {
min-width: 140px;
padding: 10px;
font-size: 13px;
}
.default-tbl--small > * > * > th {
padding-top: 15px;
padding-bottom: 15px;
font-size: 16px;
}
.details__content table {
line-height: 1.4;
}
.details__content .default-tbl {
width: 100%;
max-width: none;
border: 0;
}
.details__content .default-tbl > * > * > :first-child {
border-left-color: #e3e3e3;
}
.details__content .default-tbl > * > * > :last-child {
border-right: 1px solid #e3e3e3;
}
.details__content .default-tbl > * > * > th:first-child {
border-left: 1px solid #fe0;
}
.details__content .default-tbl > * > * > th:last-child {
border-right-color: #fe0;
}
@media only screen and (max-width: 40em) {
.default-tbl > * > * > * {
padding: 10px;
min-width: 120px;
}
.default-tbl > * > * > th {
padding-top: 15px;
padding-bottom: 15px;
font-size: 14px;
}
.faq-section .default-tbl > * > * > th {
font-size: 14px;
}
}
@media only screen and (max-width:25em) {
.default-tbl > * > * > * {
min-width: 0;
}
} .steps-progress {
width: 100%;
margin-left: auto;
margin-right: auto;
color: #a38e00;
font-size: 87.5%;
text-align: center;
}
.steps-progress--short {
max-width: 400px;
}
.steps-progress td {
width: 500px;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.steps-progress .current-step { color: #333; }
@media only screen and (max-width: 40em) {
.steps-progress { font-size: 75%; }
} .tbl-captcha {
width: 90%;
margin-left: auto;
margin-right: auto;
border: 1px solid #bbb;
border-radius: 10px;
border-collapse: separate;
}
.tbl-captcha td {
width: 50%;
padding: 20px;
}
.tbl-captcha__img-cell {
border-radius: 9px 0 0 9px;
background-color: #ddd;
text-align: center;
}
.tbl-captcha__input-cell {
border-radius: 0 9px 9px 0;
background-color: #f4f4f4;
}
@media only screen and (max-width: 40em) {
.tbl-captcha,
.tbl-captcha tbody,
.tbl-captcha tr,
.tbl-captcha td { display: block; }
.tbl-captcha td { width: 100%; }
.tbl-captcha__img-cell { border-radius: 9px 9px 0 0; }
.tbl-captcha__input-cell { border-radius: 0 0 9px 9px; }
} .details-listing-tbl { font-size: 16px; }
.details-listing-tbl .text-small { font-size: 14px; }
.details-listing-tbl > * > * > * {
padding-bottom: 30px;
vertical-align: top;
}
.details-listing-tbl > * > * > th {
padding-right: 60px;
text-align: left;
color: #999;
font-weight: normal;
}
.details-listing-tbl > * > .row--text-grey > * {
color: #999;
}
.details-listing-tbl > * > .row--header > * {
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}
.details-listing-tbl > * > .row--header + tr > * {
padding-top: 15px;
}
@media only screen and (max-width: 40em) {
.details-listing-tbl > * > tr,
.details-listing-tbl > * > * > th,
.details-listing-tbl > * > * > td {
display: block;
}
.details-listing-tbl > * > tr {
padding-top: 25px;
}
.details-listing-tbl > * > * > th,
.details-listing-tbl > * > * > td {
padding-top: 5px;
padding-bottom: 0;
}
.details-listing-tbl > * > tr:first-child,
.details-listing-tbl > * > tr:first-child th,
.details-listing-tbl > * > tr:first-child td,
.details-listing-tbl > * > .row--header + tr > * {
padding-top: 0;
}
}
.details-listing-tbl--expand { width: 100%; } .number-list-tbl { width: 100%; }
.number-list-tbl > * > * > * {
padding: 30px 10px;
border: 0px solid #eee;
border-top-width: 1px; }
.number-list-tbl > * > * > :first-child {
padding-left: 0;
}
.number-list-tbl > * > * > :last-child {
padding-right: 0;
}
.number-list-tbl strong {
font-size: 18px;
font-weight: 500;
}
.number-list-tbl a {
font-size: 16px;
font-weight: normal;
}
.number-list-tbl .action-cell {
width: 145px;
text-align: center;
}
.number-list-tbl--border-bottom > * > * > * {
border-width: 0 0 1px;
}
@media only screen and (max-width: 40em) {
.number-list-tbl > *,
.number-list-tbl > * > *,
.number-list-tbl > * > * > * {
display: block;
}
.number-list-tbl > * {
overflow: auto;
}
.number-list-tbl > * > * {
width: 50%;
padding: 15px;
border-top: 1px solid #eee;
float: left;
}
.number-list-tbl > * > :nth-child(2n+1) {
clear: left;
}
.number-list-tbl > * > * > * {
padding: 5px 0;
border: 0;
text-align: center;
}
.number-list-tbl .action-cell {
width: auto;
}
}
@media only screen and (max-width: 25em) {
.number-list-tbl > * > * {
width: 100%;
}
} .device-specs-tbl {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.device-specs-tbl > * > * > * {
width: 280px;
padding-top: 50px;
vertical-align: top;
}
.device-specs-tbl > * > :first-child > * {
padding-top: 0;
}
.device-specs-tbl > * > * > .device-specs-pair__label {
width: 320px;
padding-right: 80px;
text-align: right;
}
@media only screen and (max-width: 40em) {
.device-specs-tbl > * > *,
.device-specs-tbl > * > * > * {
width: auto;
padding-top: 0;
display: block;
}
.device-specs-tbl > * > * {
padding-top: 30px;
}
.device-specs-tbl > * > :first-child {
padding-top: 0;
}
.device-specs-tbl > * > * > .device-specs-pair__label {
width: auto;
padding-right: 0;
margin-bottom: 5px;
text-align: left;
}
} .purchase-summary-listing-tbl { width: 100%; }
.purchase-summary-listing-tbl > * > * > * {
padding: 15px 0;
border-top: 1px solid #e2e2e2;
font-size: 16px;
}
.purchase-summary-listing-tbl > * > :first-child > * { border-top: 0; }
.purchase-summary-listing-tbl > * > * > .tbl__icon-cell {
width: 50px;
text-align: center;
vertical-align: middle;
}
.purchase-summary-listing-tbl > * > * > .tbl__icon-cenn > img { vertical-align: middle; }
.purchase-summary-listing-tbl > * > * > .tbl__icon-cell + .tbl__label {
padding-left: 5px;
}
.purchase-summary-listing-tbl > * > * > .tbl__value { 
width: 175px;
color: #666;
font-size: 25px;
font-weight: bold;
line-height: 36px;
text-align: right;
}
.purchase-summary-listing-tbl > * > .tbl__total-row > * {
padding-top: 30px;
font-weight: bold;
}
@media only screen and (max-width: 40em) {
.purchase-summary-listing-tbl > * > * > * { font-size: 14px; }
.purchase-summary-listing-tbl > * > * > .tbl__icon-cell {
width: 35px;
}
.purchase-summary-listing-tbl > * > * > .tbl__value {
width: 100px;
font-size: 20px;
}
.purchase-summary-listing-tbl > * > .tbl__total-row > * {
padding-top: 15px;
font-weight: bold;
}
} .blank-tbl {
width: 100%;
max-width: 500px; }
.blank-tbl--long {
max-width: 650px;
}
.blank-tbl > * > * > * {
padding: 15px 30px;
}
.blank-tbl > * > :first-child > * {
padding-top: 0;
}
.blank-tbl > * > :last-child > * {
padding-bottom: 0;
}
.blank-tbl > * > * > .label-cell {
width: 30%;
}
.blank-tbl > * > * > .label-cell--long {
width: 45%;
}
.blank-tbl > * > * > :first-child {
padding-left: 0;
}
.blank-tbl > * > * > :last-child {
padding-right: 0;
}
@media only screen and (max-width: 40em) {
.blank-tbl > * > *,
.blank-tbl > * > * > * {
display: block;
padding: 0;
}
.blank-tbl > * > * {
padding-top: 30px;
} 
.blank-tbl > * > :first-child {
padding-top: 0;
}
.blank-tbl > * > * > .label-cell {
width: auto;
}
}
.grey-row {
background-color: #f3f3f3;
} .faux-toggle-tbl-group + .faux-toggle-tbl-group { margin-top: 15px; }
.faux-toggle-tbl .faux-row { overflow: hidden; }
.faux-toggle-tbl .faux-column {
width: 24.24%;
padding: 20px 15px;
margin-right: 1%;
float: left;
background-color: #fff;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
.faux-toggle-tbl .faux-column.faux-column:last-child { margin-right: 0; }
.faux-toggle-tbl--header .faux-column {
padding: 15px;
}
.faux-toggle-tbl .faux-column .ssf-button {
padding-left: 0.9em;
padding-right: 0.9em;
}
.faux-toggle-tbl-group .faux-toggle-tbl--header .faux-column {
cursor: pointer;
}
.faux-toggle-tbl--header .faux-row:first-child .faux-column { padding-top: 30px; }
.faux-toggle-tbl--header .faux-row:last-child .faux-column { padding: 20px 15px; }
.faux-toggle-tbl--header .faux-row.faux-row--cta .faux-column { padding-bottom: 0; }
.faux-toggle-tbl--header .faux-row.faux-row--cta {
margin-top: -5px;
}
.faux-toggle-tbl--header .faux-row.faux-row--cta .ssf-button {
margin-top: 5px;
}
.faux-toggle-tbl .faux-column.is-highlighted,
.faux-toggle-tbl--body .faux-row:hover .faux-column                         { background-color: #f8f8f8; }
.faux-toggle-tbl--header .faux-row .faux-column--emphasised                 { background-color: #fcfeb9; }
.faux-toggle-tbl .tbl__visual {
margin-bottom: 15px;
line-height: 230px;
text-align: center;
}
.faux-toggle-tbl .tbl__visual img {
max-height: 230px;
vertical-align: bottom;
}
.faux-toggle-tbl .tbl__heading {
margin-bottom: 5px;
font-size: 24px;
font-weight: 500;
line-height: 1.2;
}
.faux-toggle-tbl .tbl__subheading {
font-size: 13px;
color: #999;
}
.faux-toggle-tbl .tbl__pricing {
position: relative;
}
.faux-toggle-tbl .tbl__pricing__prefix,
.faux-toggle-tbl .tbl__pricing__suffix,
.faux-toggle-tbl .tbl__pricing__postscript {
font-size: 12px;
}
.faux-toggle-tbl .tbl__pricing__emphasis {
padding-top: 12px;
position: relative; 
display: inline-block;
color: #023e5f;
font-size: 50px;
font-weight: bold;
line-height: 1;
}
.faux-toggle-tbl .tbl__pricing__prefix {
position: absolute;
top: 0;
left: 0;
color: #333;
font-weight: normal;
}
.faux-toggle-tbl .tbl__pricing__suffix {
margin-left: -5px;
top: -25px;
}
.faux-toggle-tbl .tbl__pricing__postscript {
margin-top: 5px;
}
.faux-toggle-tbl--header .tbl__arrow-holder {
min-height: 18px;
line-height: 18px;
overflow: hidden;
}
.faux-toggle-tbl--header .tbl__toggle-arrow {
margin-top: -2px;
float: right;
}
.faux-toggle-tbl--header .tbl__toggle-arrow-label {
float: left;
font-size: 13px;
}
.tbl__toggle-arrow-label .icon--heart {
margin-right: 5px;
top: -2px;
}
.details-group {
position: relative;
line-height: 22px;
color: #666;
}
.details-group + .details-group {
margin-top: 30px;
}
.details-group--with-icon {
padding-left: 55px;
}
.details-group--with-icon:before {
content: '';
width: 40px;
height: 40px;
border: 2px solid #cacaca;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.details-group--with-icon.icon--message:before {
background-position: -42px -2px;
}
.details-group--with-icon.icon--mail:before {
background-position: -82px -2px;
}
.details-group--with-icon.icon--globe:before {
background-position: -122px -2px;
}
.details-group--with-icon.icon--star:before {
background-position: -162px -2px;
}
.details-group--with-icon.icon--tick:before {
background-position: -202px -2px;
}
.details-group--with-icon.icon--phone:before {
background-position: -242px -2px;
}
.details-group--with-icon.icon--ribbon:before {
background-position: -282px -2px;
}
.details-group--with-icon.icon--message-mail:before {
background-position: -2px -42px;
}
.details-group--with-icon.icon--picture:before {
background-position: -42px -42px;
}
.details-group--with-icon.icon--cogwheel:before {
background-position: -82px -42px;
}
.details-group--with-icon.icon--internet-lines:before {
background-position: -122px -42px;
}
.details-group--with-icon.icon--phone-one:before {
background-position: -162px -42px;
}
.details-group--with-icon.icon--sim-card:before {
background-position: -202px -42px;
}
.details-group--with-icon.icon--mobile-phone:before {
background-position: -242px -42px;
}
.details-group--with-icon.icon--video:before {
background-position: -282px -42px;
}
.details-group__block { margin-top: 8px; }
.details-group__block:first-child { margin-top: 0; }
.details-group .details__title {
font-size: 15px;
font-weight: 500;
color: #000;
}
.details-group .details__subtitle {
font-weight: 500;
color: #333;
}
.faux-toggle-tbl--body .faux-row--cta .faux-column {  }
.faux-toggle-tbl-group[class*="columns-per-row-"] .faux-toggle-tbl,
.faux-tbl-comparison-group[class*="columns-per-row-"] .faux-toggle-tbl {
margin-left: auto;
margin-right: auto;
}
.faux-toggle-tbl-group.columns-per-row-3 .faux-toggle-tbl,
.faux-tbl-comparison-group.columns-per-row-3 .faux-toggle-tbl {
max-width: 75%;
}
.faux-toggle-tbl-group.columns-per-row-2 .faux-toggle-tbl,
.faux-tbl-comparison-group.columns-per-row-2 .faux-toggle-tbl {
max-width: 50%;
}
.faux-toggle-tbl-group.columns-per-row-1 .faux-toggle-tbl {
max-width: 25%;
}
.faux-toggle-tbl-group.columns-per-row-3 .faux-column,
.faux-tbl-comparison-group.columns-per-row-3 .faux-column { width: 32.4%; margin-right: 1.3%; }
.faux-toggle-tbl-group.columns-per-row-2 .faux-column,
.faux-tbl-comparison-group.columns-per-row-2 .faux-column { width: 49%;   margin-right: 2%;   }
.faux-toggle-tbl-group.columns-per-row-1 .faux-column { width: 100%; }
@media only screen and (max-width: 40em) {
.details-group .details__title {
font-size: 14px;
}
.details-group--with-icon {
padding-left: 50px;
}
} .faux-tbl-comparison-group {
width: 100%;
overflow: auto;
}
.faux-tbl-comparison-group .tbl__heading {
font-size: 20px;
}
@media only screen and (max-width: 64em) {
.faux-toggle-tbl-group + .faux-toggle-tbl-group {
margin-top: 0;
} .faux-toggle-tbl-group.faux-toggle-tbl-group .faux-toggle-tbl {
max-width: 100%;
}
.faux-toggle-tbl-group .faux-toggle-tbl .faux-column {
width: auto;
padding: 15px;
margin-right: 0;
display: none;
float: none;
}
.faux-toggle-tbl .faux-column.is-shown {
display: block;
}
.faux-toggle-tbl-group .faux-toggle-tbl--header .faux-column {
cursor: auto;
}
.faux-toggle-tbl--header .faux-row:first-child .faux-column {
padding-top: 15px;
}
.faux-toggle-tbl--header .faux-row:last-child .faux-column {
padding-top: 15px;
padding-bottom: 15px;
}
.faux-toggle-tbl--header .tbl__toggle-arrow {
display: none;
}
.faux-toggle-tbl--body.togglerify-slider {
height: auto;
overflow: visible;
}
.faux-toggle-tbl .tbl__heading {
font-size: 20px;
line-height: 1.2;
}
.faux-toggle-tbl .tbl__pricing__emphasis {
font-size: 40px;
}
.faux-toggle-tbl .tbl__pricing__suffix {
top: -20px;
} .faux-tbl-comparison-group.columns-per-row-3 .faux-toggle-tbl {
max-width: 100%;
}
.faux-tbl-comparison-group.columns-per-row-2 .faux-toggle-tbl {
max-width: 66.6666%;
}
.faux-tbl-comparison-group .faux-row {
width: 125%;
padding: 0 15px;
}
.faux-tbl-comparison-group.columns-per-row-3 .faux-row,
.faux-tbl-comparison-group.columns-per-row-2 .faux-row {
width: 100%;
}
.faux-tbl-comparison-group .faux-column {
width: 24.24%;
margin-right: 1%;
display: block;
float: left;
}
.faux-tbl-comparison-group .faux-column:last-child {
margin-right: 0;
}
}
@media only screen and (max-width: 50em) { .faux-tbl-comparison-group .faux-row {
padding: 0;
}
.faux-tbl-comparison-group .faux-column {
font-size: 13px;
}
.faux-toggle-tbl .tbl__visual {
line-height: 180px;
}
.faux-toggle-tbl .tbl__visual img {
max-height: 180px;
}
}
@media only screen and (max-width: 40em) { .faux-tbl-comparison-group.columns-per-row-2 .faux-toggle-tbl {
max-width: 100%;
}
.faux-tbl-comparison-group .faux-row {
width: 185%;
}
.faux-tbl-comparison-group.columns-per-row-3 .faux-row {
width: 139%;
}
.faux-tbl-comparison-group .tbl__heading {
font-size: 16px;
}
.faux-tbl-comparison-group .tbl__pricing__prefix,
.faux-tbl-comparison-group .tbl__pricing__suffix,
.faux-tbl-comparison-group .tbl__pricing__postscript {
font-size: 11px;
}
.faux-tbl-comparison-group .tbl__pricing__emphasis {
font-size: 30px;
}
.faux-tbl-comparison-group .tbl__pricing__suffix {
top: -15px;
}
.faux-tbl-comparison-group .details__title {
font-size: 14px;
}
} @media only screen and (max-width: 28.75em) {
.faux-tbl-comparison-group .tbl__pricing__suffix {
display: block;
margin: 9px 0 6px;
top: 0;
}
}  .arrow-toggler {
padding-right: 25px;
position: relative;
cursor: pointer;
}
.arrow-toggler:after,
.panel-toggler:after,
.checkout__register__toggler:before,
.section-content-toggler:before,
.faux-toggle-tbl--header .tbl__toggle-arrow:before,
.section__title--toggler:after,
.item__expandable-contents-toggler:after,
.dropdown-arrow:after {
font-size: 25px;
line-height: 1;
color: #aaa;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.arrow-toggler:hover:after,
.panel-toggler:hover:after,
.checkout__register__toggler:hover:before,
.section-content-toggler:hover:before,
.faux-toggle-tbl--header:hover .tbl__toggle-arrow:before,
.section__title--toggler:hover:after,
.item__expandable-contents-toggler:hover:after,
select:hover + .dropdown-btn .dropdown-arrow:after,
select:focus + .dropdown-btn .dropdown-arrow:after,
.faux-dropdown:hover .arrow-toggler:after {
color: #038cd6;
}
.arrow-toggler.is-toggled:hover:after,
.is-toggled > .arrow-toggler:hover:after,
.panel-toggler.is-toggled:hover:after,
.checkout__register__toggler.is-toggled:hover:before,
.section-content-toggler.is-toggled:hover:before,
.faux-toggle-tbl--header.is-toggled:hover .tbl__toggle-arrow:before,
.section__title--toggler.is-toggled:hover:after,
.item__expandable-contents-toggler.is-toggled:hover:after,
.faux-dropdown:hover .is-toggled .arrow-toggler:after {
color: #000;
}
.arrow-toggler:after,
.checkout__register__toggler:before,
.section-content-toggler:before,
.dropdown-arrow:after {
margin-top: -12px;
position: absolute;
top: 50%;
right: 0;
}
.dropdown-arrow:after {
margin-left: -12px;
left: 50%;
right: auto;
line-height: 1;
} .plus-toggler {
padding-right: 25px;
position: relative;
cursor: pointer;
}
.plus-toggler:after,
.self-toggler__toggler:after {
margin-top: -12px;
position: absolute;
top: 50%;
right: 0;
color: #aaa;
font-size: 25px;
line-height: 1;
-webkit-transition: color 0.15s ease-in-out;
-moz-transition: color 0.15s ease-in-out;
transition: color 0.15s ease-in-out;
}
.plus-toggler--small:after {
font-size: 20px;
margin-top: -10px;
right: 2px;
}
.plus-toggler:hover:after,
.self-toggler__toggler:hover:after {
color: #038cd6;
}
.plus-toggler.is-toggled:hover:after,
.toggler-pair__toggler.is-toggled:hover > .plus-toggler:after,
.self-toggler__toggler.is-toggled:hover:after {
color: #000;
} .togglerify-toggler { cursor: pointer; }
.togglerify-slider,
.height-slider,
.toggle-tbl-body,
.faux-dropdown > .faux-dropdown__menu {
height: 0;
overflow: hidden;
}
.ie .togglerify-slider,
.ie .height-slider,
.ie .toggle-tbl-body,
.ie .faux-dropdown > .faux-dropdown__menu {
height: auto;
display: none;
}
.togglerify-slider.is-transitionable,
.toggle-tbl-body.is-transitionable,
.height-slider.is-transitionable,
.main-nav__search.is-transitionable,
.faux-dropdown > .faux-dropdown__menu.is-transitionable {
-webkit-transition: height 0.25s ease-in-out;
-moz-transition: height 0.25s ease-in-out;
transition: height 0.25s ease-in-out;
}
.togglerify-slider.is-toggled,
.height-slider.is-toggled,
.main-nav__search.is-toggled,
.faux-dropdown > .faux-dropdown__menu.is-toggled {
height: auto;
} .ssf-main-content .tooltip {
max-width: 300px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
margin: 5px 0 0 -11px;
position: absolute;
z-index: 3;
background-color: #fff; 
font-size: 12px;
opacity: 0;
-webkit-transition: margin-top 0.25s ease-in-out, opacity 0.25s ease-in-out;
-moz-transition: margin-top 0.25s ease-in-out, opacity 0.25s ease-in-out;
transition: margin-top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.ssf-main-content .tooltip.is-opposite {
margin-left: -5px;
}
.ssf-main-content .tooltip.is-active,
.ssf-main-content .tooltip.is-transitioning-in {
margin-top: -5px;
opacity: 1;
}
.ssf-main-content .tooltip.is-transitioning-out {
margin-top: -15px;
opacity: 0;
}
@media only screen and (max-width: 40em) {
.ssf-main-content .touch .tooltip {
max-width: 100%;
width: 100%;
max-height: 40%;
border-width: 1px 0 0;
border-radius: 0;
margin: 0;
padding-right: 20px;
position: fixed;
top: 100%;
left: 0;
opacity: 1;
overflow: auto;
}
.ssf-main-content .touch .tooltip__closer {
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: 8px;
right: 5px;
color: inherit;
font-size: 16px;
line-height: 20px;
text-align: center;
}
.ssf-main-content .touch .tooltip__closer:after {
content: '×';
}
} .align-to-h1 { line-height: 60px; }
.align-to-h2 { line-height: 40px; }
.align-to-h3 { line-height: 28px; }
.responsive-iframe {
width: 100%;
max-width: 100%;
border: 0;
}
.circle-title {
width: 245px;
height: 245px;
border-radius: 50%;
display: inline-block;
background-color: #FF9D06;
color: #000;
font-size: 35px;
font-weight: 300;
line-height: 1.2;
vertical-align: middle;
text-align: center;
}
.circle-title__inner {
width: 245px;
height: 245px;
padding: 0 5px;
display: table-cell;
vertical-align: middle;
}
@media only screen and (max-width: 64em) {
.h1 { font-size: 42px; }
.h2 { font-size: 32px; }
.h3 { font-size: 22px; }
.h4 { font-size: 18px; }
.align-to-h1 { line-height: 53px; }
.align-to-h2 { line-height: 35px; }
.align-to-h3 { line-height: 24px; }
.circle-title,
.circle-title__inner {
width: 205px;
height: 205px;
}
}
@media only screen and (max-width: 40em) {
.h1 { font-size: 30px; }
.h2 { font-size: 26px; }
.h3 { font-size: 20px; }
.h4 { font-size: 16px; }
.align-to-h1 { line-height: 44px; }
.align-to-h2 { line-height: 31px; }
.align-to-h3 { line-height: 22px; }
.circle-title,
.circle-title__inner,
.timeline__heading .circle-title,
.timeline__heading .circle-title__inner {
width: 160px;
height: 160px;
font-size: 25px;
}
}
@media only screen and (max-width: 30em) {
.circle-title,
.circle-title__inner,
.timeline__heading .circle-title,
.timeline__heading .circle-title__inner {
width: 140px;
height: 140px;
font-size: 20px;
}
}
a.ssflinks,
.main-nav__quicklinks > li > a,
.main-header .text-ori-link-color,
.main-header .ssf-mobile-nav .text-ori-link-color,
.calculator__row__action {
color: #038cd6;
text-decoration: none;
}
a.ssflinks:hover,
.main-nav__quicklinks > li > a:hover,
.main-header .text-ori-link-color:hover,
.calculator__row:hover .calculator__row__action {
color: #00263b;
}
a.is-disabled {
color: #ccc;
cursor: default;
}
a.ssflinks,
.dropdown-btn,
.main-nav__quicklinks > li > a,
.pagination__link,
.calculator__row__action,
.important-notices-toggler {
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-transition-property: color, border-color, background-color, opacity;
-moz-transition-property: color, border-color, background-color, opacity;
transition-property: color, border-color, background-color, opacity;
}
hr.white { border-color: #fff; }
hr.dark { border-color: #ccc; }
hr.dotted { border-style: dotted; }
hr.dark.dotted { border-color: #333; }
.section--yellow hr { border-color: #cbb100; }
img.expand {
width: 100%;
display: block;
}
.scroll-to { cursor: pointer; } @media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
font-size: 16px;
}
} .main-site {
position: relative;
z-index: 1;
left: 0;
-webkit-transition: left 0.5s ease-in-out;
-moz-transition: left 0.5s ease-in-out;
transition: left 0.5s ease-in-out;
} @media only screen and (max-width: 43.75em) {
}
@media only screen and (max-width: 40em) {
}.main-back-to-top {
width: 70px;
height: 70px;
margin-left: 590px;
position: fixed;
bottom: 15px;
left: 50%;
z-index: 3;
background-color: #FF9D06;
color: #000;
font-size: 25px;
text-align: center;
line-height: 70px;
opacity: 0;
}
.main-back-to-top.is-shown {
opacity: 1;
}
.main-back-to-top:after {
vertical-align: middle;
} @media only screen and (max-width: 84.375em) {
.main-back-to-top {
margin-left: 0;
left: auto;
right: 15px;
}
}
@media only screen and (max-width: 64em) {
.main-back-to-top {
width: 55px;
height: 55px;
line-height: 50px;
}
}
@media only screen and (max-width: 40em) {
.main-back-to-top {
width: 40px;
height: 40px;
line-height: 38px;
font-size: 20px;
}
} .page-overlay {
width: 1px;
height: 1px;
position: fixed;
top: -1px;
left: -1px;
z-index: 2;
background: rgba(0,0,0,0);
-webkit-transition: background-color 0.25s ease-in-out, width 0s 0.25s, height 0s 0.25s, top 0s 0.25s, left 0s 0.25s;
-moz-transition: background-color 0.25s ease-in-out, width 0s 0.25s, height 0s 0.25s, top 0s 0.25s, left 0s 0.25s;
transition: background-color 0.25s ease-in-out, width 0s 0.25s, height 0s 0.25s, top 0s 0.25s, left 0s 0.25s;
}
.page-overlay.is-shown {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.75);
-webkit-transition: background-color 0.25s ease-in-out;
-moz-transition: background-color 0.25s ease-in-out;
transition: background-color 0.25s ease-in-out;
}   .pre-content--has-overlap {
min-height: 85px;
z-index: 2;
padding-bottom: 55px;
}
.pre-content__wrapper { position: relative; }
.pre-content__contents,
.pre-content__contents.pre-content__contents--with-steps {
display: table;
}
.pre-content__visual {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
right: 2em;
z-index: 1;
}
.pre-content__social {
margin-top: -16px;
position: absolute;
top: 50%;
right: 15px;
z-index: 2;
line-height: 30px;
}
.pre-content__alpha,
.pre-content__beta {
width: 1200px;
position: relative;
z-index: 2;
display: table-cell;
vertical-align: middle;
}
.pre-content .title,
.pre-content .breadcrumbs {
padding-top: 15px;
padding-bottom: 15px;
}
.pre-content__beta {
padding-top: 15px;
padding-bottom: 15px;
background: right top no-repeat;
background-size: contain;
text-align: right;
}
.pre-content__beta--expand {
width: 3600px;
}
.pre-content__beta--steps-progress {
width: 65%;
}
.pre-content__beta .pad {
padding: 10px;
}@media only screen and (max-width: 40em) {
.pre-content__contents {
display: block;
}
.pre-content__contents--with-steps {
padding-top: 0;
padding-bottom: 0;
}
.pre-content__visual {
display: none;
}
.pre-content__alpha {
padding-top: 0;
padding-bottom: 0;
}
.pre-content__beta {
padding-top: 10px;
padding-bottom: 10px;
}
.pre-content .title {
display: none;
}
.pre-content__contents--with-steps .title {
display: block;
}
.pre-content__social { 
margin-top: 0;
padding: 10px 0;
position: static;
top: 0;
right: 0;
float: right;
}
.pre-content__beta--steps-progress {
width: 70%;
}
} .ssf-main-content {
position: relative;
z-index: 2;
background-color: white;
}
.comparison-row-is-shown .ssf-main-content {
z-index: 3;
} .ssf-mobile-nav-is-shown { }
.ssf-mobile-nav {
width: 100%;
height: 100%;
padding-right: 80px;
position: absolute;
top: 0;
left: 100%;
z-index: 2;
background-color: #2b2b2b;
font-size: 16px;
font-weight: 500;
line-height: 55px;
}
.ssf-mobile-nav > ul {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch; }
.ssf-mobile-nav .toggler {
position: relative;
}
.ssf-mobile-nav .toggler:after {
position: absolute;
top: 15px;
right: 15px;
color: #666;
font-size: 25px;
line-height: 1;
}
.ssf-mobile-nav a,
.ssf-mobile-nav .label {
border-bottom: 1px solid #242424; 
display: block;
padding-left: 15px;
color: #fff;
}
.ssf-mobile-nav a:hover,
.ssf-mobile-nav .label,
.ssf-mobile-nav .current {
background-color: #242424;
color: #FF9D06;
}
.ssf-mobile-nav ul ul a,
.ssf-mobile-nav .label {
border-bottom-color: #2b2b2b; 
}
.ssf-mobile-nav ul ul .toggler {
border-bottom-color: #242424;
}
.ssf-mobile-nav ul ul .togglerify-slider {
border-bottom: 1px solid #2b2b2b; 
}
.ssf-mobile-nav ul ul a {
background-color: #242424;
padding-left: 40px;
}
.ssf-mobile-nav ul ul a:hover,
.ssf-mobile-nav .toggler.is-toggled:hover {
background-color: #202020;
}
.ssf-mobile-nav ul ul ul a {
color: #666;
border-bottom-color: #242424;
}
@media only screen and (max-width: 64em) {
.ssf-mobile-nav-is-shown .main-header {
height: 100%;
left: -100%;
margin-left: 80px;
-webkit-transition: left 0.5s ease-in-out, margin-left 0.5s ease-in-out;
-moz-transition: left 0.5s ease-in-out, margin-left 0.5s ease-in-out;
transition: left 0.5s ease-in-out, margin-left 0.5s ease-in-out;
}
.no-touch .ssf-mobile-nav-is-shown .main-header {
top: 0;
}
}
@media only screen and (max-width: 40em) {
.ssf-mobile-nav-is-shown .main-header {
margin-left: 55px;
}
.ssf-mobile-nav {
padding-right: 55px;
}
}
.ssf-mobile-nav li { list-style: none; }
.ssf-mobile-nav .inline {
margin-left: 13px;
display: inline-block;
}
.ssf-mobile-nav .inline a {
border: 0;
padding-left: 0;
}
.ssf-mobile-nav .small-link {
font-size: 14px;
font-weight: normal;
}
.ssf-mobile-nav .grey-link {
color: #999;
}
.ssf-mobile-nav .grey-link:hover,
.ssf-mobile-nav .text-ori-link-color:hover {
color: #ccc;
}
.ssf-mobile-nav .inline .grey-link:hover {
background-color: transparent;
color: #ccc;
}
.ssf-mobile-nav .inline .icon { margin-right: 4px; } .store-locator-map {
width: 100%;
height: 800px;
position: absolute;
top: 0;
left: 0;
}
.gmnoprint img { max-width: none; }
.store-locator-top-half {
height: 800px;
}
.store-locator-top-half.has-searched {
height: 700px;
}
.store-locator-bottom-half {
display: none;
position: relative;
z-index: 2;
}
.has-searched ~ .store-locator-bottom-half { display: block; }
.filter__row--regions .filter__toggler-contents,
.filter__row--services .filter__toggler-contents {
max-height: 265px;
overflow: auto;
-webkit-transition: margin-top 0.25s ease-in-out;
-moz-transition: margin-top 0.25s ease-in-out;
-o-transition: margin-top 0.25s ease-in-out;
transition: margin-top 0.25s ease-in-out;
}
.filter__row--regions .filter__toggler-contents.is-transitionable,
.filter__row--services .filter__toggler-contents.is-transitionable {
-webkit-transition-property: height, margin-top;
-moz-transition-property: height, margin-top;
-o-transition-property: height, margin-top;
transition-property: height, margin-top;
}
.filter__row--regions .filter__toggler-contents.is-toggled,
.filter__row--services .filter__toggler-contents.is-toggled {
margin-top: 15px;
} .store-locator__actions-bar {
padding: 15px;
position: relative;
}
.store-locator__actions-bar table {
width: 100%;
}
.store-locator__geolocator-cell {
width: 50px;
padding-left: 15px;
}
.store-locator__geolocator {
position: relative;
color: #0079CC;
font-size: 40px;
cursor: pointer;
}
.store-locator__geolocator.is-loading {
cursor: default;
}
.store-locator__geolocator.is-loading:before {
content: '';
width: 100%;
height: 100%;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/spinner.gif) center center no-repeat #fff;
background-size: contain;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.store-locator__geolocator:hover .icon-font {
color: #038cd6;
}
.store-locator__geolocator.is-loading .icon-font {
visibility: hidden;
}
.store-locator__filter-toggler-cell {
width: 120px;
border-left: 1px solid #ccc;
background-color: #fff;
font-size: 16px;
cursor: pointer;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
.store-locator__filter-toggler-cell:hover { background-color: #eee; }
.store-locator__filter-toggler {
padding-right: 25px;
position: relative;
}
.store-locator__filter-toggler:after {
right: 0;
}
.store-locator__map-status {
width: 100%;
height: 0;
overflow: hidden;
position: absolute;
top: 100%;
left: 0;
background-color: rgba(0,0,0,0.8);
color: white;
text-align: center;
}
.store-locator__map-status.is-transitionable {
-webkit-transition: height 0.25s ease-in-out;
-moz-transition: height 0.25s ease-in-out;
-o-transition: height 0.25s ease-in-out;
transition: height 0.25s ease-in-out;		
}
.store-locator__map-status__spinner {
width: 20px;
height: 20px;
display: none;
vertical-align: middle;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/spinner-on-black.gif) center center no-repeat;
background-size: 20px;
}
.store-locator__map-status.is-loading .store-locator__map-status__spinner {
display: inline-block;
}
.store-locator__map-status__inner {
display: inline-block;
position: relative;
padding: 15px;
}
.store-locator__map-status.is-closeable .store-locator__map-status__inner {
padding-right: 35px;
}
.store-locator__map-status__closer {
width: 15px;
height: 15px;
display: none;
position: absolute;
top: 15px;
right: 15px;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/cross-white.png) center center no-repeat;
cursor: pointer;
}
.store-locator__map-status.is-closeable .store-locator__map-status__closer {
display: block;
}
.store-locator__map-status a:hover {
color: #2db6ff;
} .store-locator__infobox {
padding: 15px;
margin-bottom: 10px !important;
background-color: #f6f6f6;
font-size: 14px;
line-height: 1.8;
cursor: pointer;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
.store-locator__infobox.is-active,
.store-locator__infobox:hover {
background-color: #e1e1e1;
}
.infobox__closer {
width: 45px;
height: 45px;
position: absolute;
top: 0;
right: 0;
background: url(//www.kuchenhouse.com/stores/wp-content/plugins/superstorefinder-wp/images/icons/cross-white.png) center center no-repeat;
cursor: pointer;
}
.infobox__row--marker { text-align: center; }
.infobox__marker {
width: 55px;
height: 55px;
border: 3px solid #0079CC;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
background-color: #FF9D06;
color: #0079CC;
font-size: 28px;
font-weight: bold;
line-height: 49px;
text-align: center;
-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.infobox__marker--small {
font-size: 24px;
}
.store-locator__infobox.is-active .infobox__marker {
background-color: #0079CC;
color: #fff;
}
.infobox__row { padding: 0 15px; }
.infobox__row  a{ color: #FFAE1A; }
.infobox__row  a:hover{ color: #FFAE1A; }
.infobox__body > .infobox__row:first-child,
.infobox__row--marker {
padding-top: 15px;
}
.infobox__row + .infobox__row {
padding-top: 25px;
}
.infobox__body > .infobox__row:last-child,
.store-locator__store-list .store-address {
padding-bottom: 25px;
}
.infobox__title {
font-size: 24px;
font-weight: 500;
line-height: 1.2;
}
.infobox__subtitle { font-size: 18px; }
.infobox__cta {
border-top: 1px solid #bababa;
padding-top: 15px;
padding-bottom: 15px;
display: block;
text-align: center;
}
.infobox__comment {
border-top: 1px solid #bababa;
padding-top: 15px;
padding-bottom: 15px;
display: block;
text-align: center;
}
.infobox__stv{
border-top: 1px solid #bababa;
padding-top: 15px;
padding-bottom: 15px;
display: block;
text-align: center;
}
.btn-super-info {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #ffffff none repeat scroll 0 0;
border-color: #f58026;
border-image: none;
border-radius: 16px;
color: #f58026; font-weight: 600;
padding: 6px 19px 4px;
text-align: center;
margin-top:8px;
cursor: pointer;
}
.store-exturl a{
text-decoration:none !important;
}
.store-contact-us a{
text-decoration:none !important;
}
@media screen and (max-width: 400px) {
.btn-super-info {
display:block;
margin-top:5px;
text-decoration: none !important;
}
.store-exturl a{
text-decoration: none !important;
}
.store-contact-us a{
text-decoration: none !important;
}
}
.store-locator__store-list .store-operating-hours {
display: none;
}
.store-locator__infobox--in-map {
display: none;
}
.store-locator-map .store-locator__infobox--in-map {
display: block;
} .store-locator-map .store-locator__infobox,
.store-locator__infobox--main {
cursor: default;
}
.store-locator-map .store-locator__infobox {
padding: 0;
}
.store-locator-map .store-locator__infobox .infobox__inner {
padding: 15px;
}
.store-locator__infobox.store-locator__infobox--main {
background-color: #0079CC;
color: #fff;
}
.store-locator__infobox--main .infobox__cta {
border-top-color: #fff;
color: #fff;
}
.store-locator__infobox--main .infobox__cta:hover {
color: #ddd;
}
.store-locator__infobox--main .infobox__comment {
border-top-color: #fff;
color: #fff;
}
.store-locator__infobox--main .infobox__comment:hover {
color: #ddd;
cursor:pointer;
}
.store-locator__infobox--main .infobox__stv {
border-top-color: #fff;
color: #fff;
}
.store-locator__infobox--main .infobox__stv:hover {
color: #ddd;
}
.store-locator-map .store-locator__infobox {
width: 380px;
}
.store-locator-map .infobox__inner {
max-height: 525px;
position: relative;
overflow: auto;
}
.store-locator-map .store-locator__infobox:before {
content: '';
border: 12px solid transparent;
border-left: 0;
border-right-color: #0079CC;
position: absolute;
top: 198px;
left: -12px;
}
.store-locator-map .store-locator__infobox--no-pointer:before {
display: none;
}
.store-locator__infobox--mobile { display: none; } .store-locator__map-pin {
width: 29px;
margin: -50px 0 0 -15px !important;
color: #0079CC;
font-size: 21px;
font-weight: bold;
text-align: center;
}
.store-locator__map-pin--small {
font-size: 16px;
}
.store-locator__map-pin--xsmall {
font-size: 16px;
}
.store-locator__map-pin.is-active {
color: #fff;
}
.infoBox > img {
display: none;
}
@media only screen and (max-width: 64em) {
.store-locator-map {
height: 435px;
top: 65px;
}
.store-locator-map .infobox__inner {
max-height: 420px;
}
.store-locator-top-half.store-locator-top-half {
height: 500px;
}
.store-locator-top-half > .column { padding: 0; }
.filter__row--regions .filter__toggler-contents,
.filter__row--services .filter__toggler-contents {
max-height: none;
}
.store-locator__actions-bar { padding: 0; }
.store-locator__actions-bar td {
}
.store-locator__actions-bar .store-locator__filter-toggler-cell {
padding-left: 15px;
} .pac-container {
width: auto !important;
left: 0 !important;
right: 0;
border: 0;
margin-top: 9px;
background-color: white;
font-size: 14px; 
font-size: 1.0769rem; 
-webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.25);
-moz-box-shadow: 0 3px 0 rgba(0,0,0,0.25);
box-shadow: 0 3px 0 rgba(0,0,0,0.25);
}
.pac-container > .pac-item {
padding: 10px; white-space: normal;
-webkit-transition: background-color 0.15s;
-moz-transition: background-color 0.15s;
-o-transition: background-color 0.15s;
transition: background-color 0.15s;
}
.pac-container > .pac-item + .pac-item { border-top: 1px solid #ccc; }
.pac-container > .pac-item:active {
background-color: #f0f0f0;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
}
@media only screen and (max-width: 40em) {
.store-locator-map {
height: 235px;
}
.info-img{
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.store-locator-top-half.store-locator-top-half {
height: 300px;
}
.store-locator__filter-toggler-cell {
width: 120px;
}
.store-locator-map .store-locator__infobox { display: none; }
.store-locator__infobox--mobile.is-shown { display: block; }
.infobox__marker {
width: 44px;
height: 44px;
border-width: 2px;
font-size: 22px;
line-height: 40px;
}
.infobox__marker--small {
font-size: 18px;
}
.infobox__row {
padding-left: 15px;
padding-right: 15px;
}
.infobox__row--marker {
padding-top: 0;
}
.infobox__row + .infobox__row {
padding-top: 15px;
}
.infobox__title { font-size: 20px; }
} .clear { clear: both; }
.clearfix:before,
.clearfix:after,
.tabber__tabs:before,
.tabber__tabs:after {
content: " ";
display: table;
}
.clearfix:after,
.tabber__tabs:after { clear: both; }
.float-holder { overflow: auto; }
.inline-block {
display: inline-block;
vertical-align: middle;
}
.title {
font-weight: 300;
}
.subtitle {
font-size: 16px;
color: #666;
}
.title + .subtitle {
margin-top: 5px;
}
.text-xxlarge { font-size: 30px; }
.text-xlarge  { font-size: 24px; }
.text-large   { font-size: 18px; }
.text-medium  { font-size: 16px; }
.text-regular { font-size: 14px; }
.text-small   { font-size: 12px; }
.text-xsmall  { font-size: 10px; }
.text-xxsmall { font-size: 8px;  }
@media only screen and (max-width: 40em) {
.text-xxlarge { font-size: 24px; }
.text-xlarge  { font-size: 20px; }
.text-large   { font-size: 16px; }
.text-medium  { font-size: 15px; }
}
.break-word { word-break: break-word; }
.text-almost-black { color: #333; }
.text-blue { color: #09c; }
.text-dark-blue { color: #023e5f; }
.text-green { color: #00a651; }
.text-grey { color: #999; }
.text-dark-grey { color: #666; }
.text-red { color: #f00; }
.text-dark-red { color: #c00; }
.text-yellow { color: #FF9D06; }
.font-medium { font-weight: 500; }
.font-normal { font-weight: normal; }
.font-bold { font-weight: bold; }
.text-caps { text-transform: uppercase; }
.text-left   { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-break-all { word-break: break-all }
.float-left  { float: left;  }
.float-right { float: right; }
.align-top    { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
.push-to-baseline {
position: relative;
top: 2px;
}.border                           {        border: 1px solid #bababa; }
.border-top, .border-vertical     {    border-top: 1px solid #bababa; }
.border-right, .border-horizontal {  border-right: 1px solid #bababa; }
.border-bottom, .border-vertical  { border-bottom: 1px solid #bababa; }
.border-left, .border-horizontal  {   border-left: 1px solid #bababa; }
.border-grey { border-color: #e2e2e2; }
.space-half                               {        margin: 7px; }
.space-top-half, .space-vertical-half     {    margin-top: 7px; }
.space-right-half, .space-horizontal-half {  margin-right: 7px; }
.space-bottom-half, .space-vertical-half  { margin-bottom: 7px; }
.space-left-half, .space-horizontal-half  {   margin-left: 7px; }
.space                          {        margin: 15px; }
.space-top, .space-vertical     {    margin-top: 15px; }
.space-right, .space-horizontal {  margin-right: 15px; }
.space-bottom, .space-vertical  { margin-bottom: 15px; }
.space-left, .space-horizontal  {   margin-left: 15px; }
.space-2x                             {        margin: 30px; }
.space-top-2x, .space-vertical-2x     {    margin-top: 30px; }
.space-right-2x, .space-horizontal-2x {  margin-right: 30px; }
.space-bottom-2x, .space-vertical-2x  { margin-bottom: 30px; }
.space-left-2x, .space-horizontal-2x  {   margin-left: 30px; }
.space-3x                             {        margin: 45px; }
.space-top-3x, .space-vertical-3x     {    margin-top: 45px; }
.space-right-3x, .space-horizontal-3x {  margin-right: 45px; }
.space-bottom-3x, .space-vertical-3x  { margin-bottom: 45px !important; }
.space-left-3x, .space-horizontal-3x  {   margin-left: 45px; }
.space-4x                             {        margin: 60px; }
.space-top-4x, .space-vertical-4x     {    margin-top: 60px; }
.space-right-4x, .space-horizontal-4x {  margin-right: 60px; }
.space-bottom-4x, .space-vertical-4x  { margin-bottom: 60px; }
.space-left-4x, .space-horizontal-4x  {   margin-left: 60px; }
.inline-space-left  {  margin-left: 5px; }
.inline-space-right { margin-right: 5px; }
.pad                        {        padding: 15px; }
.pad-top, .pad-vertical     {    padding-top: 15px; }
.pad-right, .pad-horizontal {  padding-right: 15px; }
.pad-bottom, .pad-vertical  { padding-bottom: 15px; }
.pad-left, .pad-horizontal  {   padding-left: 15px; }
.pad-half                             {         }
.pad-top-half, .pad-vertical-half     {    padding-top: 7px; }
.pad-right-half, .pad-horizontal-half {  padding-right: 7px; }
.pad-bottom-half, .pad-vertical-half  { padding-bottom: 7px; }
.pad-left-half, .pad-horizontal-half  {   padding-left: 7px; }
.pad-2x                           {        padding: 30px; }
.pad-top-2x, .pad-vertical-2x     {    padding-top: 30px; }
.pad-right-2x, .pad-horizontal-2x {  padding-right: 30px; }
.pad-bottom-2x, .pad-vertical-2x  { padding-bottom: 30px; }
.pad-left-2x, .pad-horizontal-2x  {   padding-left: 30px; }
.pad-3x                           {        padding: 45px; }
.pad-top-3x, .pad-vertical-3x     {    padding-top: 45px; }
.pad-right-3x, .pad-horizontal-3x {  padding-right: 45px; }
.pad-bottom-3x, .pad-vertical-3x  { padding-bottom: 45px; }
.pad-left-3x, .pad-horizontal-3x  {   padding-left: 45px; }
.pad-4x                           {        padding: 60px; }
.pad-top-4x, .pad-vertical-4x     {    padding-top: 60px; }
.pad-right-4x, .pad-horizontal-4x {  padding-right: 60px; }
.pad-bottom-4x, .pad-vertical-4x  { padding-bottom: 60px; }
.pad-left-4x, .pad-horizontal-4x  {   padding-left: 60px; }
.round                                           { border-radius:              0.35em; }
.round-top-left, .round-top, .round-left         { border-top-left-radius:     0.35em; }
.round-top-right, .round-top, .round-right       { border-top-right-radius:    0.35em; }
.round-bottom-right, .round-bottom, .round-right { border-bottom-right-radius: 0.35em; }
.round-bottom-left, .round-bottom, .round-left   { border-bottom-left-radius:  0.35em; }
.round-circle                                    { border-radius:                 50%; }
@media only screen and (max-width: 40em) {
.small-down-space-half                                          {        margin: 7px; }
.small-down-space-top-half, .small-down-space-vertical-half     {    margin-top: 7px; }
.small-down-space-right-half, .small-down-space-horizontal-half {  margin-right: 7px; }
.small-down-space-bottom-half, .small-down-space-vertical-half  { margin-bottom: 7px; }
.small-down-space-left-half, .small-down-space-horizontal-half  {   margin-left: 7px; }
.small-down-space                                     {        margin: 15px; }
.small-down-space-top, .small-down-space-vertical     {    margin-top: 15px; }
.small-down-space-right, .small-down-space-horizontal {  margin-right: 15px; }
.small-down-space-bottom, .small-down-space-vertical  { margin-bottom: 15px; }
.small-down-space-left, .small-down-space-horizontal  {   margin-left: 15px; }
.small-down-space-2x                                        {        margin: 30px; }
.small-down-space-top-2x, .small-down-space-vertical-2x     {    margin-top: 30px; }
.small-down-space-right-2x, .small-down-space-horizontal-2x {  margin-right: 30px; }
.small-down-space-bottom-2x, .small-down-space-vertical-2x  { margin-bottom: 30px; }
.small-down-space-left-2x, .small-down-space-horizontal-2x  {   margin-left: 30px; }
.small-down-space-3x                                        {        margin: 45px; }
.small-down-space-top-3x, .small-down-space-vertical-3x     {    margin-top: 45px; }
.small-down-space-right-3x, .small-down-space-horizontal-3x {  margin-right: 45px; }
.small-down-space-bottom-3x, .small-down-space-vertical-3x  { margin-bottom: 45px; }
.small-down-space-left-3x, .small-down-space-horizontal-3x  {   margin-left: 45px; }
.small-down-space-4x                                        {        margin: 60px; }
.small-down-space-top-4x, .small-down-space-vertical-4x     {    margin-top: 60px; }
.small-down-space-right-4x, .small-down-space-horizontal-4x {  margin-right: 60px; }
.small-down-space-bottom-4x, .small-down-space-vertical-4x  { margin-bottom: 60px; }
.small-down-space-left-4x, .small-down-space-horizontal-4x  {   margin-left: 60px; }
.small-down-pad-half                                        {         }
.small-down-pad-top-half, .small-down-pad-vertical-half     {    padding-top: 7px; }
.small-down-pad-right-half, .small-down-pad-horizontal-half {  padding-right: 7px; }
.small-down-pad-bottom-half, .small-down-pad-vertical-half  { padding-bottom: 7px; }
.small-down-pad-left-half, .small-down-pad-horizontal-half  {   padding-left: 7px; }
.small-down-pad                                   {        padding: 15px; }
.small-down-pad-top, .small-down-pad-vertical     {    padding-top: 15px; }
.small-down-pad-right, .small-down-pad-horizontal {  padding-right: 15px; }
.small-down-pad-bottom, .small-down-pad-vertical  { padding-bottom: 15px; }
.small-down-pad-left, .small-down-pad-horizontal  {   padding-left: 15px; }
.small-down-pad-2x                                      {        padding: 30px; }
.small-down-pad-top-2x, .small-down-pad-vertical-2x     {    padding-top: 30px; }
.small-down-pad-right-2x, .small-down-pad-horizontal-2x {  padding-right: 30px; }
.small-down-pad-bottom-2x, .small-down-pad-vertical-2x  { padding-bottom: 30px; }
.small-down-pad-left-2x, .small-down-pad-horizontal-2x  {   padding-left: 30px; }
.small-down-pad-3x                                      {        padding: 45px; }
.small-down-pad-top-3x, .small-down-pad-vertical-3x     {    padding-top: 45px; }
.small-down-pad-right-3x, .small-down-pad-horizontal-3x {  padding-right: 45px; }
.small-down-pad-bottom-3x, .small-down-pad-vertical-3x  { padding-bottom: 45px; }
.small-down-pad-left-3x, .small-down-pad-horizontal-3x  {   padding-left: 45px; }
.small-down-pad-4x                                      {        padding: 60px; }
.small-down-pad-top-4x, .small-down-pad-vertical-4x     {    padding-top: 60px; }
.small-down-pad-right-4x, .small-down-pad-horizontal-4x {  padding-right: 60px; }
.small-down-pad-bottom-4x, .small-down-pad-vertical-4x  { padding-bottom: 60px; }
.small-down-pad-left-4x, .small-down-pad-horizontal-4x  {   padding-left: 60px; }
.small-down-float-left { float: left; }
.small-down-float-right { float: right; }
.small-down-text-left { text-align: left; }
.small-down-text-right { text-align: right; }
.small-down-text-center { text-align: center; }
}
@media only screen and (max-width: 64em) {
.medium-down-space-half                                           {        margin: 7px; }
.medium-down-space-top-half, .medium-down-space-vertical-half     {    margin-top: 7px; }
.medium-down-space-right-half, .medium-down-space-horizontal-half {  margin-right: 7px; }
.medium-down-space-bottom-half, .medium-down-space-vertical-half  { margin-bottom: 7px; }
.medium-down-space-left-half, .medium-down-space-horizontal-half  {   margin-left: 7px; }
.medium-down-space                                      {        margin: 15px; }
.medium-down-space-top, .medium-down-space-vertical     {    margin-top: 15px; }
.medium-down-space-right, .medium-down-space-horizontal {  margin-right: 15px; }
.medium-down-space-bottom, .medium-down-space-vertical  { margin-bottom: 15px; }
.medium-down-space-left, .medium-down-space-horizontal  {   margin-left: 15px; }
.medium-down-space-2x                                         {        margin: 45px; }
.medium-down-space-top-2x, .medium-down-space-vertical-2x     {    margin-top: 45px; }
.medium-down-space-right-2x, .medium-down-space-horizontal-2x {  margin-right: 45px; }
.medium-down-space-bottom-2x, .medium-down-space-vertical-2x  { margin-bottom: 45px; }
.medium-down-space-left-2x, .medium-down-space-horizontal-2x  {   margin-left: 45px; }
.medium-down-space-3x                                         {        margin: 45px; }
.medium-down-space-top-3x, .medium-down-space-vertical-3x     {    margin-top: 45px; }
.medium-down-space-right-3x, .medium-down-space-horizontal-3x {  margin-right: 45px; }
.medium-down-space-bottom-3x, .medium-down-space-vertical-3x  { margin-bottom: 45px; }
.medium-down-space-left-3x, .medium-down-space-horizontal-3x  {   margin-left: 45px; }
.medium-down-space-4x                                         {        margin: 60px; }
.medium-down-space-top-4x, .medium-down-space-vertical-4x     {    margin-top: 60px; }
.medium-down-space-right-4x, .medium-down-space-horizontal-4x {  margin-right: 60px; }
.medium-down-space-bottom-4x, .medium-down-space-vertical-4x  { margin-bottom: 60px; }
.medium-down-space-left-4x, .medium-down-space-horizontal-4x  {   margin-left: 60px; }
.medium-down-pad                                    {        padding: 15px; }
.medium-down-pad-top, .medium-down-pad-vertical     {    padding-top: 15px; }
.medium-down-pad-right, .medium-down-pad-horizontal {  padding-right: 15px; }
.medium-down-pad-bottom, .medium-down-pad-vertical  { padding-bottom: 15px; }
.medium-down-pad-left, .medium-down-pad-horizontal  {   padding-left: 15px; }
.medium-down-pad-2x                                       {        padding: 30px; }
.medium-down-pad-top-2x, .medium-down-pad-vertical-2x     {    padding-top: 30px; }
.medium-down-pad-right-2x, .medium-down-pad-horizontal-2x {  padding-right: 30px; }
.medium-down-pad-bottom-2x, .medium-down-pad-vertical-2x  { padding-bottom: 30px; }
.medium-down-pad-left-2x, .medium-down-pad-horizontal-2x  {   padding-left: 30px; }
.medium-down-pad-3x                                       {        padding: 45px; }
.medium-down-pad-top-3x, .medium-down-pad-vertical-3x     {    padding-top: 45px; }
.medium-down-pad-right-3x, .medium-down-pad-horizontal-3x {  padding-right: 45px; }
.medium-down-pad-bottom-3x, .medium-down-pad-vertical-3x  { padding-bottom: 45px; }
.medium-down-pad-left-3x, .medium-down-pad-horizontal-3x  {   padding-left: 45px; }
.medium-down-pad-4x                                       {        padding: 60px; }
.medium-down-pad-top-4x, .medium-down-pad-vertical-4x     {    padding-top: 60px; }
.medium-down-pad-right-4x, .medium-down-pad-horizontal-4x {  padding-right: 60px; }
.medium-down-pad-bottom-4x, .medium-down-pad-vertical-4x  { padding-bottom: 60px; }
.medium-down-pad-left-4x, .medium-down-pad-horizontal-4x  {   padding-left: 60px; }
.medium-down-float-left { float: left; }
.medium-down-float-right { float: right; }
.medium-down-text-left { text-align: left; }
.medium-down-text-right { text-align: right; }
.medium-down-text-center { text-align: center; }
}
@media only screen and (min-width: 40.063em) {
.medium-space-half                                      {        margin: 7px; }
.medium-space-top-half, .medium-space-vertical-half     {    margin-top: 7px; }
.medium-space-right-half, .medium-space-horizontal-half {  margin-right: 7px; }
.medium-space-bottom-half, .medium-space-vertical-half  { margin-bottom: 7px; }
.medium-space-left-half, .medium-space-horizontal-half  {   margin-left: 7px; }
.medium-space                                 {        margin: 15px; }
.medium-space-top, .medium-space-vertical     {    margin-top: 15px; }
.medium-space-right, .medium-space-horizontal {  margin-right: 15px; }
.medium-space-bottom, .medium-space-vertical  { margin-bottom: 15px; }
.medium-space-left, .medium-space-horizontal  {   margin-left: 15px; }
.medium-space-2x                                    {        margin: 30px; }
.medium-space-top-2x, .medium-space-vertical-2x     {    margin-top: 30px; }
.medium-space-right-2x, .medium-space-horizontal-2x {  margin-right: 30px; }
.medium-space-bottom-2x, .medium-space-vertical-2x  { margin-bottom: 30px; }
.medium-space-left-2x, .medium-space-horizontal-2x  {   margin-left: 30px; }
.medium-space-3x                                    {        margin: 45px; }
.medium-space-top-3x, .medium-space-vertical-3x     {    margin-top: 45px; }
.medium-space-right-3x, .medium-space-horizontal-3x {  margin-right: 45px; }
.medium-space-bottom-3x, .medium-space-vertical-3x  { margin-bottom: 45px; }
.medium-space-left-3x, .medium-space-horizontal-3x  {   margin-left: 45px; }
.medium-space-4x                                    {        margin: 60px; }
.medium-space-top-4x, .medium-space-vertical-4x     {    margin-top: 60px; }
.medium-space-right-4x, .medium-space-horizontal-4x {  margin-right: 60px; }
.medium-space-bottom-4x, .medium-space-vertical-4x  { margin-bottom: 60px; }
.medium-space-left-4x, .medium-space-horizontal-4x  {   margin-left: 60px; }
.medium-pad                               {        padding: 15px; }
.medium-pad-top, .medium-pad-vertical     {    padding-top: 15px; }
.medium-pad-right, .medium-pad-horizontal {  padding-right: 15px; }
.medium-pad-bottom, .medium-pad-vertical  { padding-bottom: 15px; }
.medium-pad-left, .medium-pad-horizontal  {   padding-left: 15px; }
.medium-pad-2x                                  {        padding: 30px; }
.medium-pad-top-2x, .medium-pad-vertical-2x     {    padding-top: 30px; }
.medium-pad-right-2x, .medium-pad-horizontal-2x {  padding-right: 30px; }
.medium-pad-bottom-2x, .medium-pad-vertical-2x  { padding-bottom: 30px; }
.medium-pad-left-2x, .medium-pad-horizontal-2x  {   padding-left: 30px; }
.medium-pad-3x                                  {        padding: 45px; }
.medium-pad-top-3x, .medium-pad-vertical-3x     {    padding-top: 45px; }
.medium-pad-right-3x, .medium-pad-horizontal-3x {  padding-right: 45px; }
.medium-pad-bottom-3x, .medium-pad-vertical-3x  { padding-bottom: 45px; }
.medium-pad-left-3x, .medium-pad-horizontal-3x  {   padding-left: 45px; }
.medium-pad-4x                                  {        padding: 60px; }
.medium-pad-top-4x, .medium-pad-vertical-4x     {    padding-top: 60px; }
.medium-pad-right-4x, .medium-pad-horizontal-4x {  padding-right: 60px; }
.medium-pad-bottom-4x, .medium-pad-vertical-4x  { padding-bottom: 60px; }
.medium-pad-left-4x, .medium-pad-horizontal-4x  {   padding-left: 60px; }
.medium-float-left { float: left; }
.medium-float-right { float: right; }
.medium-text-left { text-align: left; }
.medium-text-right { text-align: right; }
.medium-text-center { text-align: center; }
}
@media only screen and (min-width: 64.063em) {
.large-space-half                                     {        margin: 7px; }
.large-space-top-half, .large-space-vertical-half     {    margin-top: 7px; }
.large-space-right-half, .large-space-horizontal-half {  margin-right: 7px; }
.large-space-bottom-half, .large-space-vertical-half  { margin-bottom: 7px; }
.large-space-left-half, .large-space-horizontal-half  {   margin-left: 7px; }
.large-space                                {        margin: 15px; }
.large-space-top, .large-space-vertical     {    margin-top: 15px; }
.large-space-right, .large-space-horizontal {  margin-right: 15px; }
.large-space-bottom, .large-space-vertical  { margin-bottom: 15px; }
.large-space-left, .large-space-horizontal  {   margin-left: 15px; }
.large-space-2x                                   {        margin: 30px; }
.large-space-top-2x, .large-space-vertical-2x     {    margin-top: 30px; }
.large-space-right-2x, .large-space-horizontal-2x {  margin-right: 30px; }
.large-space-bottom-2x, .large-space-vertical-2x  { margin-bottom: 30px; }
.large-space-left-2x, .large-space-horizontal-2x  {   margin-left: 30px; }
.large-space-3x                                   {        margin: 45px; }
.large-space-top-3x, .large-space-vertical-3x     {    margin-top: 45px; }
.large-space-right-3x, .large-space-horizontal-3x {  margin-right: 45px; }
.large-space-bottom-3x, .large-space-vertical-3x  { margin-bottom: 45px; }
.large-space-left-3x, .large-space-horizontal-3x  {   margin-left: 45px; }
.large-space-4x                                   {        margin: 60px; }
.large-space-top-4x, .large-space-vertical-4x     {    margin-top: 60px; }
.large-space-right-4x, .large-space-horizontal-4x {  margin-right: 60px; }
.large-space-bottom-4x, .large-space-vertical-4x  { margin-bottom: 60px; }
.large-space-left-4x, .large-space-horizontal-4x  {   margin-left: 60px; }
.large-pad                              {        padding: 15px; }
.large-pad-top, .large-pad-vertical     {    padding-top: 15px; }
.large-pad-right, .large-pad-horizontal {  padding-right: 15px; }
.large-pad-bottom, .large-pad-vertical  { padding-bottom: 15px; }
.large-pad-left, .large-pad-horizontal  {   padding-left: 15px; }
.large-pad-2x                                 {        padding: 30px; }
.large-pad-top-2x, .large-pad-vertical-2x     {    padding-top: 30px; }
.large-pad-right-2x, .large-pad-horizontal-2x {  padding-right: 30px; }
.large-pad-bottom-2x, .large-pad-vertical-2x  { padding-bottom: 30px; }
.large-pad-left-2x, .large-pad-horizontal-2x  {   padding-left: 30px; }
.large-pad-3x                                 {        padding: 45px; }
.large-pad-top-3x, .large-pad-vertical-3x     {    padding-top: 45px; }
.large-pad-right-3x, .large-pad-horizontal-3x {  padding-right: 45px; }
.large-pad-bottom-3x, .large-pad-vertical-3x  { padding-bottom: 45px; }
.large-pad-left-3x, .large-pad-horizontal-3x  {   padding-left: 45px; }
.large-pad-4x                                 {        padding: 60px; }
.large-pad-top-4x, .large-pad-vertical-4x     {    padding-top: 60px; }
.large-pad-right-4x, .large-pad-horizontal-4x {  padding-right: 60px; }
.large-pad-bottom-4x, .large-pad-vertical-4x  { padding-bottom: 60px; }
.large-pad-left-4x, .large-pad-horizontal-4x  {   padding-left: 60px; }
.large-float-left { float: left; }
.large-float-right { float: right; }
.large-text-left { text-align: left; }
.large-text-right { text-align: right; }
.large-text-center { text-align: center; }
}
.no-border    { border:        0; }
.no-space                             {        margin: 0; }
.no-space-top, .no-space-vertical     {    margin-top: 0; }
.no-space-right, .no-space-horizontal {  margin-right: 0; }
.no-space-bottom, .no-space-vertical  { margin-bottom: 0; }
.no-space-left, .no-space-horizontal  {   margin-left: 0; }
.no-pad                           {        padding: 0; }
.no-pad-top, .no-pad-vertical     {    padding-top: 0; }
.no-pad-right, .no-pad-horizontal {  padding-right: 0; }
.no-pad-bottom, .no-pad-vertical  { padding-bottom: 0; }
.no-pad-left, .no-pad-horizontal  {   padding-left: 0; }
.no-round     { border-radius: 0; }
.no-underline { text-decoration: none; }
.no-float     { float:           none; }
.hidden-accessible {
width: 0;
height: 0;
position: absolute;
clip: rect(0,0,0,0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0; 
}
.no-transition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.ssf-open-hour{
margin-left:20px;
font-size: 18px; 
color:#FFF;
}
#ssf-contact-form input[type="text"],
#ssf-comment-form input[type="text"],
#ssf-comment-form textarea,	
#ssf-contact-form input[type="email"],
#ssf-comment-form input[type="email"],
#ssf-contact-form input[type="tel"],
#ssf-contact-form textarea,
#ssf-contact-form button[type="submit"] {
font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#ssf-contact-form {
text-shadow:0 1px 0 #FFF;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
background:#F9F9F9;
padding:25px;
margin-top: 8px;
}
#ssf-contact-form h3,#ssf-comment-form h3{
color:#000000;
display:block;
font-size:28px;
}
@media only screen and (min-width: 320px) 
and (max-width: 480px){
.ssf_review_store{
font-size:15px !important;
}
.ssf_review_store{
width:30% !important;
}
#popReviewsRatings{
width:70% !important;
}
#ssf-contact-form {
margin-left: 5px;
margin-right: 10px;
}
}
#ssf-contact-form h4,#ssf-comment-form h4 {
margin:5px 0 15px;
display:block;
font-size:13px;
}
#ssf-contact-form label span {
cursor:pointer;
color:#000000;
margin:5px 0;
font-weight:900;
}
#ssf-contact-form input[type="text"],
#ssf-contact-form input[type="email"],
#ssf-contact-form input[type="tel"],
#ssf-contact-form textarea {
width:100%;
box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
border:1px solid #CCC;
background:#FFF;
margin:0 0 5px;
padding:10px;
border-radius:5px;
}
#ssf-contact-form input[type="text"]:hover,
#ssf-contact-form input[type="email"]:hover,
#ssf-contact-form input[type="tel"]:hover,
#ssf-contact-form textarea:hover {
-webkit-transition:border-color 0.3s ease-in-out;
-moz-transition:border-color 0.3s ease-in-out;
transition:border-color 0.3s ease-in-out;
border:1px solid #AAA;
}
#ssf-contact-form textarea {
height:100px;
max-width:100%;
}
#ssf-contact-form button[type="button"] {
cursor:pointer;
width:100%;
border:none;
background:#038cd6;
background-image:linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
background-image:-moz-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
background-image:-webkit-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
color:#FFF;
margin:0 0 5px;
padding:10px;
border-radius:5px;
}
#ssf-comment-form button[type="button"] {
cursor:pointer;
border:none;
background:#038cd6;
background-image:linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
background-image:-moz-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
background-image:-webkit-linear-gradient(bottom, #038cd6 0%, #038cd6 52%);
color:#FFF;
margin:0 0 5px;
border-radius:5px;
line-height: 1.5;
padding: 5px 10px;
}
#ssf-contact-form button[type="button"]:hover ,#ssf-comment-form button[type="button"]:hover{ -webkit-transition:background 0.3s ease-in-out;
-moz-transition:background 0.3s ease-in-out;
transition:background-color 0.3s ease-in-out;
}
#ssf-contact-form button[type="submit"]:active {
box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#ssf-contact-form input:focus,
#ssf-contact-form textarea:focus {
outline:0;
border:1px solid #999;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#888;
}
.ssf-red-star, .ssf-red-star-close {
display:inline-block !important;
}
.ssf-red-star:after { 
content:"*";
color:red; 
padding: 2px;
}
.ssf-red-star{
color: #000000;
}
#ssf-preloader {
position:absolute;
left:0;
right:0;
top:40%;
bottom:40%;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; z-index:9999; }
.ssf_image_setting{
height: 150px;
max-width: 100%;
background-size: cover;
background-position: center;
} #page_navigation .page_link{
padding:3px;
border:1px solid gray;
margin:2px;
color:black;
text-decoration:none;
background-color:#f6f6f6;
}
.previous_link, .next_link{
font-size: 16px !important;
line-height: 24px !important;
margin: 4px !important;
padding: 8px !important;	
}
.active_page{
background:#038cd6 !important;
color:white !important;
}
.pagination-btn {
padding: 0.6em 0.4em;
border: 0;
border-radius: 5px;
outline: 0;
display: inline-block;
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
background: center center no-repeat #038cd6;
color: white;
font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue Condensed', 'Helvetica Condensed', 'Helvetica Neue', Helvetica, 'Arial Condensed', Arial, sans-serif;
font-size: 20px;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
}
.pagination-btn :hover {
background-color: #0073b1;
color: #fff;
}
.pagination-btn .flat {
box-shadow: none;
}
.pagination-btn [disabled],
.pagination-btn .disabled {
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
background-color: #ededed;
color: #ccc;
cursor: default;
}
.paginationgrey {
background-color: #c6c6c6;
color: #fff;
}
.paginationgrey:hover {
background-color: #aaa;
color: #fff;
}
.page_navigation a{
color:#fff;
}
.info__toggler {
border-radius: 8px;
color: #fff;
height: 16px;
left: 0;
position: relative;
top: 0;
width: 20px;
display: inline-block;
}
#mobileStoreLocatorInfobox #info-operating-hours {
padding-left: 15px; 
}
#info-operating-hours .actives::after {
background-color: #fff;
border-radius: 1px;
content: "";
height: 2px;
left: 4px;
position: absolute;
top: 8px;
width: 12px;
}
#info-operating-hours .actives::before {
background-color: #fff;
border-radius: 1px;
content: "";
height: 12px;
left: 9px;
position: absolute;
top: 3px;
width: 2px;
}
#info-operating-hours .is-toggled { border-radius: 8px;
height: 16px;
left: 0;
position: relative;
top: 0;
width: 16px;
}
#info-operating-hours .is-toggled::after {
background-color: #fff;
border-radius: 1px;
content: "";
height: 2px;
left: 3.5px;
position: absolute;
top: 8px;
width: 11px;
z-index: 4;
}
#ssf-comment-form .rattingButton{
padding-top: 10px;
}
#ssf-Rating{
float:left;
}
#ssf-comment-form .option_input .ssfRatLabel{
font-size:16px;
font-weight:700;
width:30%;
display:block;
float:left;
}
#ssf-comment-form .option_input {
padding:20px 10px;
border-bottom:1px solid #ddd;
border-top:1px solid #fff;
}
#ssf-comment-form .option_input small{
display:block;
float:right;
width:65%;
color:#999;
}
#ssf-comment-form .option_input input[type="text"], .option_input select{
width:65%;
font-size: 16px;
margin: 2px 6px 16px 0;
padding: 3px;
background: #FFF none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
color: #32373c;
outline: 0 none;
transition: border-color 50ms ease-in-out 0s;
}
#ssf-comment-form .option_input input:focus, .option_input textarea:focus{
background:#fff;
}
#ssf-comment-form .option_input textarea{
width:65%;
height:150px;
font-size:16px;
padding:3px;
background: #fbfbfb none repeat scroll 0 0;
border: 1px solid #ddd;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
color: #32373c;
line-height:1.5em;
background: #fbfbfb none repeat scroll 0 0;
}
#listingReviews{
float:left;
list-style: outside none none !important;
margin: 0;
padding: 0;
width:100%;
max-height: 550px;
overflow: auto;
}
#listingReviews li, .reviewResponse {
background: #fff none repeat scroll 0 0;
border: 1px solid #efefef;
margin-bottom: 5px;
padding: 8px 12px 10px;
}
div.reviewmetadata {
border-bottom: 1px dotted #b7b7b7;
padding-bottom: 3px;
}
div.reviewmetadata div {
color: #cd514e;
font-size: 0.825em;
}
.listingreviewBox {
background: #f3f3f3 none repeat scroll 0 0;
border-top: 1px solid #e3e3e3;
padding: 15px 12px;
}
.listingreviewBox h5 {
border: 0 none;
color: #444;
display: inline;
font-size: 14px;
margin: 0;
padding: 0 7px 1px 0;
width: auto;
}
.reviewBody p, .reviewResponseBody p {
border: 0 none;
margin: 0;
padding: 8px 0 0;
font-size:12px;
}
.reciewhead{
float:left;
display:inline-block;
width:50%;
line-height: 29px;
}
.reciewStar{
text-align:right;
display:inline-block;
width:50%;
line-height:30px;
} #popReviewsRatings{
display: inline-block;
text-align: right;
}
#PostYourReview{
top:12px;
}
.ssf_review_store{
display:inline-block;
float:left;
font-size: 17px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1.30435em;
}
.store-storeReview{ 
padding-top: 10px;
}
.totalReviewShow{
line-height: 16px;
padding: 5px;
vertical-align: top;
}
.infoRatingPopUp, .ratingResultImg{
line-height: 16px;
vertical-align: top;
}
#commentRatList{
display:block;
margin-top:10px;
}
.infoRatingPopUp{
cursor: pointer;
}
.closePopUp{
float:right;
vertical-align:top;
margin-top:5px; 
margin-right:15px; 
display:none;
}
.closePopUp a{
color:#777;
cursor:pointer;
font-size: 18px;
}
.filter-popup-is-shown .closePopUp{
display:inline-block !important;
}
#PostYourReviewBtn{
margin-top:10px !important;
}
.ssfAskLogin{
background-color: pink !important;
border-left: 3px solid maroon;
border-right: 1px solid maroon;
padding: 7px;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
#rattingCaptcha{
margin-left:30%;
}
#mainIntMapPopupHolder,#mainPopupContat {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.rating-panel{
height:100%;
padding: 25px;
top:12px;
bottom:0;
background:#f9f9f9 none repeat scroll 0 0;
position: relative;
border-radius: 4px;
text-shadow: 0 1px 0 #fff;
}
.ratingTopPanel{
display:block;
min-height: 40px;
padding:5px;
}
.ssf_review_store, #popReviewsRatings{
vertical-align:top;
line-height:20px;
width:50%;
}
.store-storeReview .reciewInfoStar {
padding: 10px;
}
@media screen and (max-width: 480px){
#rc-imageselect, .g-recaptcha,  #rattingCaptcha{transform:scale(0.84);-webkit-transform:scale(0.84);transform-origin:0 0;-webkit-transform-origin:0 0;}
#ssf-Rating{
line-height: 50px;
}
}
#mainContent p:empty{
display:none !important;
}
#filter__states .space-top, .space-vertical{
margin-top:0px !important;
}
#page_navigation{
margin-top: 15px;
text-align: center;
width: 100%;
float: left;
}
#ssf_adress_input_box td{
vertical-align: middle;
}
.ssf_gdpr_check {
width: 20px;
}
.ssf_gdpr_text{
width:90%;
}
.ssf_gdpr_check,
.ssf_gdpr_text{
display:inline-block;
float:left;
}
.ssf_gdpr_text{
padding-left:10px;
}
.ssfgdpr{
display:block;
width:100%;
}
#ssf_gdpr_check.ssf_invalid {
outline: 2px solid #c00;
}
#ssf-gdpr {
display: none;
text-align:center;
}
.ssf-gdpr-accept-btn-holder {
max-width:100px;
}
.ssf-gdpr-text {
max-width:100%;
}
#rattingCaptcha iframe{
max-height:78px !important; 
}
#ssf-cf-rattingCaptcha{
padding-bottom: 10px;
}.bdt-slider .bdt-slide-item .bdt-slide-desc{color:#fff}.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper{height:100%;width:100%}.bdt-slider .bdt-slide-item .bdt-slider-image-wrapper:before{content:'';position:absolute;left:0;top:0;height:100%;width:100%;z-index:1}.bdt-slider .bdt-slide-item .bdt-slide-title,.bdt-slider .bdt-slide-item .bdt-slide-text,.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper{transition:all 400ms cubic-bezier(.19, .6, .58, 1);opacity:0;transform:translateX(50px)}.bdt-slider .bdt-slide-item .bdt-slide-title{transition-delay:500ms;display:inline-block;margin:0 0 10px;color:inherit;font-size:36px}.bdt-slider .bdt-slide-item .bdt-slide-text{transition-delay:700ms;margin-bottom:15px}.bdt-slider .bdt-slide-item .bdt-slide-text p:last-child{margin-bottom:0}.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper{transition-delay:900ms}.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link{display:inline-block;margin-top:10px;color:rgba(255,255,255,0.8);text-transform:uppercase;font-size:14px;font-weight:bold}.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover{color:#fff}.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link:hover svg{fill:#fff}.bdt-slider .bdt-slide-item .bdt-slide-link-wrapper .bdt-slide-link svg{width:1em;height:1em;fill:#fff}.bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-title,.bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-text,.bdt-slider .bdt-slide-item.swiper-slide-active .bdt-slide-link-wrapper{transform:translateX(0);opacity:1}.bdt-slider .bdt-slide-effect-left .bdt-slide-title,.bdt-slider .bdt-slide-effect-left .bdt-slide-text,.bdt-slider .bdt-slide-effect-left .bdt-slide-link-wrapper{transform:translateX(50px)}.bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-title,.bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-text,.bdt-slider .bdt-slide-effect-left.swiper-slide-active .bdt-slide-link-wrapper{transform:translateX(0)}.bdt-slider .bdt-slide-effect-bottom .bdt-slide-title,.bdt-slider .bdt-slide-effect-bottom .bdt-slide-text,.bdt-slider .bdt-slide-effect-bottom .bdt-slide-link-wrapper{transform:translateY(50px)}.bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-title,.bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-text,.bdt-slider .bdt-slide-effect-bottom.swiper-slide-active .bdt-slide-link-wrapper{transform:translateY(0)}.bdt-slider.bdt-arrows-align-center .bdt-slide-desc,.bdt-slider.bdt-arrows-dots-align-center .bdt-slide-desc{width:auto}.bdt-animation-kenburns-yes .swiper-slide-active .bdt-slider-image-wrapper{animation-name:bdt-scale-kenburns;animation-duration:15s}.bdt-ep-scroll-to-section-icon svg{width:1em;height:1em}@font-face{font-family:'element-pack';src:url(//www.kuchenhouse.com/stores/wp-content/plugins/bdthemes-element-pack-lite/assets/fonts/element-pack.woff2?17jkqn) format('woff2'),url(//www.kuchenhouse.com/stores/wp-content/plugins/bdthemes-element-pack-lite/assets/fonts/element-pack.ttf?17jkqn) format('truetype'),url(//www.kuchenhouse.com/stores/wp-content/plugins/bdthemes-element-pack-lite/assets/fonts/element-pack.woff?17jkqn) format('woff'),url(//www.kuchenhouse.com/stores/wp-content/plugins/bdthemes-element-pack-lite/assets/fonts/element-pack.svg?17jkqn#element-pack) format('svg');font-weight:normal;font-style:normal;font-display:block}[class^="ep-icon-"],[class*=" ep-icon-"]{font-family:'element-pack' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ep-icon-arrow-right-default:before{content:"\e96f"}.ep-icon-arrow-right-0:before{content:"\e96f"}.ep-icon-arrow-left-default:before{content:"\e970"}.ep-icon-arrow-left-0:before{content:"\e970"}.ep-icon-arrow-left:before{content:"\e94d"}.ep-icon-arrow-right:before{content:"\e94e"}.ep-icon-arrow-left-1:before{content:"\e917"}.ep-icon-arrow-right-1:before{content:"\e925"}.ep-icon-arrow-left-2:before{content:"\e918"}.ep-icon-arrow-right-2:before{content:"\e926"}.ep-icon-arrow-left-3:before{content:"\e919"}.ep-icon-arrow-right-3:before{content:"\e927"}.ep-icon-arrow-left-4:before{content:"\e91a"}.ep-icon-arrow-right-4:before{content:"\e928"}.ep-icon-arrow-left-5:before{content:"\e943"}.ep-icon-arrow-right-5:before{content:"\e944"}.ep-icon-arrow-left-6:before{content:"\e945"}.ep-icon-arrow-right-6:before{content:"\e946"}.ep-icon-arrow-left-7:before{content:"\e949"}.ep-icon-arrow-right-7:before{content:"\e94a"}.ep-icon-arrow-left-8:before{content:"\e91e"}.ep-icon-arrow-right-8:before{content:"\e92c"}.ep-icon-arrow-left-9:before{content:"\e91f"}.ep-icon-arrow-right-9:before{content:"\e92d"}.ep-icon-arrow-left-10:before{content:"\e920"}.ep-icon-arrow-right-10:before{content:"\e92e"}.ep-icon-arrow-left-11:before{content:"\e921"}.ep-icon-arrow-right-11:before{content:"\e92f"}.ep-icon-arrow-left-12:before{content:"\e94b"}.ep-icon-arrow-right-12:before{content:"\e94c"}.ep-icon-arrow-left-13:before{content:"\e922"}.ep-icon-arrow-right-13:before{content:"\e930"}.ep-icon-arrow-left-14:before{content:"\e91d"}.ep-icon-arrow-right-14:before{content:"\e92b"}.ep-icon-arrow-left-15:before{content:"\e923"}.ep-icon-arrow-right-15:before{content:"\e931"}.ep-icon-arrow-left-16:before{content:"\e924"}.ep-icon-arrow-right-16:before{content:"\e932"}.ep-icon-arrow-left-17:before{content:"\e91c"}.ep-icon-arrow-right-17:before{content:"\e92a"}.ep-icon-arrow-left-18:before{content:"\e91b"}.ep-icon-arrow-right-18:before{content:"\e929"}.ep-icon-arrow-up-1:before{content:"\e933"}.ep-icon-arrow-down-1:before{content:"\e910"}.ep-icon-arrow-up-2:before{content:"\e934"}.ep-icon-arrow-down-2:before{content:"\e911"}.ep-icon-arrow-up-3:before{content:"\e935"}.ep-icon-arrow-down-3:before{content:"\e912"}.ep-icon-arrow-up-4:before{content:"\e936"}.ep-icon-arrow-down-4:before{content:"\e913"}.ep-icon-arrow-up-5:before{content:"\e937"}.ep-icon-arrow-down-5:before{content:"\e915"}.ep-icon-arrow-up-7:before{content:"\e938"}.ep-icon-arrow-down-7:before{content:"\e916"}.ep-icon-arrow-up-8:before{content:"\e939"}.ep-icon-arrow-down-8:before{content:"\e947"}.ep-icon-arrow-left-circle-1:before{content:"\e93b"}.ep-icon-arrow-right-circle-1:before{content:"\e93f"}.ep-icon-arrow-left-circle-2:before{content:"\e93c"}.ep-icon-arrow-right-circle-2:before{content:"\e940"}.ep-icon-arrow-left-circle-3:before{content:"\e93d"}.ep-icon-arrow-right-circle-3:before{content:"\e941"}.ep-icon-arrow-left-circle-4:before{content:"\e93a"}.ep-icon-arrow-right-circle-4:before{content:"\e93e"}.ep-icon-arrow-left-square-1:before{content:"\e948"}.ep-icon-arrow-right-square-1:before{content:"\e942"}.ep-icon-envelope:before{content:"\e971"}.ep-icon-eye:before{content:"\e972"}.ep-icon-gallery:before{content:"\e96e"}.ep-icon-element-pack:before{content:"\e902"}.ep-icon-aside:before{content:"\e914"}.ep-icon-post:before{content:"\e950"}.ep-icon-standard:before{content:"\e950"}.ep-icon-quote:before{content:"\e951"}.ep-icon-new-tab:before{content:"\e952"}.ep-icon-refresh:before{content:"\e953"}.ep-icon-play-circle:before{content:"\e954"}.ep-icon-play:before{content:"\e955"}.ep-icon-checkmark:before{content:"\e956"}.ep-icon-close:before{content:"\e957"}.ep-icon-close-2:before{content:"\e958"}.ep-icon-plus-3:before{content:"\e959"}.ep-icon-question:before{content:"\e95a"}.ep-icon-star-full:before{content:"\e95b"}.ep-icon-star-half:before{content:"\e95c"}.ep-icon-star-empty:before{content:"\e95d"}.ep-icon-earth:before{content:"\e95e"}.ep-icon-heart-empty:before{content:"\e95f"}.ep-icon-heart-full:before{content:"\e960"}.ep-icon-link:before{content:"\e961"}.ep-icon-menu:before{content:"\e962"}.ep-icon-lock:before{content:"\e963"}.ep-icon-bubble:before{content:"\e964"}.ep-icon-chat:before{content:"\e964"}.ep-icon-reply:before{content:"\e965"}.ep-icon-location:before{content:"\e966"}.ep-icon-cart:before{content:"\e967"}.ep-icon-file-play1:before{content:"\e968"}.ep-icon-file-video:before{content:"\e969"}.ep-icon-video:before{content:"\e969"}.ep-icon-file-play:before{content:"\e96a"}.ep-icon-play1:before{content:"\e96a"}.ep-icon-file-music:before{content:"\e96b"}.ep-icon-music:before{content:"\e96b"}.ep-icon-audio:before{content:"\e96b"}.ep-icon-file-picture:before{content:"\e96c"}.ep-icon-image:before{content:"\e96c"}.ep-icon-pencil:before{content:"\e96d"}.ep-icon-edit:before{content:"\e96d"}.ep-icon-hexagon-zigzag:before{content:"\e90f"}.ep-icon-bulge-rectangle:before{content:"\e90e"}.ep-icon-hexagon-radius2:before{content:"\e90d"}.ep-icon-hexagon:before{content:"\e90c"}.ep-icon-hexagon-radius:before{content:"\e604"}.ep-icon-g2:before{content:"\e90b"}.ep-icon-plus-2:before{content:"\e908"}.ep-icon-meneame:before{content:"\e906"}.ep-icon-moimir:before{content:"\e900"}.ep-icon-instapaper:before{content:"\e903"}.ep-icon-surfingbird:before{content:"\e904"}.ep-icon-livejournal:before{content:"\e905"}.ep-icon-baidu:before{content:"\e907"}.ep-icon-line:before{content:"\e90a"}.ep-icon-twitter:before{content:"\f099"}.ep-icon-linkedin:before{content:"\f0e1"}.ep-icon-github:before{content:"\f113"}.ep-icon-youtube:before{content:"\f167"}.ep-icon-xing:before{content:"\f168"}.ep-icon-instagram:before{content:"\f16d"}.ep-icon-tumblr:before{content:"\f173"}.ep-icon-apple:before{content:"\f179"}.ep-icon-android:before{content:"\f17b"}.ep-icon-dribbble:before{content:"\f17d"}.ep-icon-skype:before{content:"\f17e"}.ep-icon-vk:before{content:"\f189"}.ep-icon-weibo:before{content:"\f18a"}.ep-icon-renren:before{content:"\f18b"}.ep-icon-wordpress:before{content:"\f19a"}.ep-icon-google:before{content:"\f1a0"}.ep-icon-delicious:before{content:"\f1a5"}.ep-icon-digg:before{content:"\f1a6"}.ep-icon-soundcloud:before{content:"\f1be"}.ep-icon-wechat:before{content:"\f1d7"}.ep-icon-pinterest:before{content:"\f231"}.ep-icon-whatsapp:before{content:"\f232"}.ep-icon-odnoklassniki:before{content:"\f263"}.ep-icon-pocket:before{content:"\f265"}.ep-icon-safari:before{content:"\f267"}.ep-icon-chrome:before{content:"\f268"}.ep-icon-firefox:before{content:"\f269"}.ep-icon-opera:before{content:"\f26a"}.ep-icon-ie:before{content:"\f26b"}.ep-icon-vimeo:before{content:"\f27d"}.ep-icon-reddit:before{content:"\f281"}.ep-icon-edge:before{content:"\f282"}.ep-icon-blogger:before{content:"\f37d"}.ep-icon-facebook:before{content:"\f39e"}.ep-icon-messenger:before{content:"\f39f"}.ep-icon-googleplay:before{content:"\f3ab"}.ep-icon-mix:before{content:"\f3cb"}.ep-icon-telegram:before{content:"\f3fe"}.ep-icon-uikit:before{content:"\f403"}.ep-icon-viber:before{content:"\f409"}.ep-icon-flipboard:before{content:"\f44d"}.ep-icon-buffer:before{content:"\f837"}.ep-icon-evernote:before{content:"\f839"}.ep-icon-plus-circle:before{content:"\e94f"}.ep-icon-circle-plus:before{content:"\e94f"}.ep-icon-plus:before{content:"\e909"}.ep-icon-search:before{content:"\e901"}div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content,div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;white-space:nowrap;margin:2px 4px;font-size:.6em}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.light_rounded .pp_content,div.pp_default .pp_content{background-color:#fff}div.facebook #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.pp_default #pp_full_res .pp_inline{color:#000}.pp_gallery li.selected a,.pp_gallery ul a:hover,div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.dark_rounded .pp_details,div.dark_square .pp_details,div.facebook .pp_details,div.light_rounded .pp_details,div.light_square .pp_details,div.pp_default .pp_details{position:relative}div.facebook .pp_content,div.light_rounded .pp_bottom .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_top .pp_middle,div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_rounded .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_rounded .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_bottom .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_top .pp_middle{background:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/frontend/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_bottom,.pp_top{height:20px;position:relative}* html .pp_bottom,* html .pp_top{padding:0 20px}.pp_bottom .pp_left,.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle,.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle,* html .pp_top .pp_middle{left:0;position:static}.pp_bottom .pp_right,.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}@font-face{font-family:pa-elements;src:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.eot?p2y7wv);src:url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.eot?p2y7wv#iefix) format("embedded-opentype"),url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.ttf?p2y7wv) format("truetype"),url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.woff?p2y7wv) format("woff"),url(//www.kuchenhouse.com/stores/wp-content/plugins/premium-addons-for-elementor/assets/editor/fonts/pa-elements.svg?p2y7wv#pa-elements) format("svg");font-weight:400;font-style:normal}.premium-banner{overflow:hidden}.premium-banner-ib{display:block;position:relative;z-index:1;overflow:hidden;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{display:block;position:relative}.premium-banner-img-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.premium-banner-img-wrap .premium-banner-ib-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.premium-banner-ib-desc .premium-banner-read-more{z-index:100}.elementor-widget-premium-addon-banner .premium-banner-ib-title{background:0 0}.premium-banner-ib *,.premium-banner-ib .premium-banner-ib-desc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.premium-banner-ib img{min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-ib .premium-banner-ib-desc{padding:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%}.premium-banner-ib .premium-banner-ib-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.premium-banner-ib a.premium-banner-ib-link{display:block;background:0 0}.premium-banner-animation1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.premium-banner-animation2 .premium-banner-ib-title{padding:15px}.premium-banner-animation1 .premium-banner-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-ib-title,.premium-banner-animation1 .premium-banner-read-more{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation1 .premium-banner-ib-content,.premium-banner-animation1 .premium-banner-read-more{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-read-more{opacity:1;-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.active .premium-banner-ib-content,.premium-banner-animation1.active .premium-banner-ib-title,.premium-banner-animation1.active .premium-banner-read-more,.premium-banner-animation1.active img,.premium-banner-animation1:hover .premium-banner-ib-content,.premium-banner-animation1:hover .premium-banner-ib-title,.premium-banner-animation1:hover .premium-banner-read-more,.premium-banner-animation1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:50ms;transition-delay:50ms;-webkit-transition-duration:.35s;transition-duration:.35s}.premium-banner-animation1.scale img,.premium-banner-animation1.zoomout img{-webkit-transform:translate3d(-40px,0,0) scale(1.1);transform:translate3d(-40px,0,0) scale(1.1)}.premium-banner-ib.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-banner-ib.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-banner-ib.sepia:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-banner-ib.bright:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-banner-animation1.premium-banner-min-height img,.premium-banner-animation13.premium-banner-min-height img,.premium-banner-animation2.premium-banner-min-height img,.premium-banner-animation4.premium-banner-min-height img,.premium-banner-animation5.premium-banner-min-height img,.premium-banner-animation6.premium-banner-min-height img{height:auto}.premium-banner-animation2 img{width:100%}.premium-banner-animation2 .premium-banner-ib-desc::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.premium-banner-animation2 .premium-banner-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-ib-desc::before,.premium-banner-animation2 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation2 .premium-banner-ib-content,.premium-banner-animation2 .premium-banner-read-more{position:absolute;bottom:0;left:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.premium-banner-animation2.active .premium-banner-ib-title,.premium-banner-animation2:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.premium-banner-animation2.active .premium-banner-ib-desc::before,.premium-banner-animation2.active .premium-banner-read-more,.premium-banner-animation2:hover .premium-banner-ib-desc::before,.premium-banner-animation2:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation2.active .premium-banner-ib-content,.premium-banner-animation2:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-title{position:absolute;bottom:0;left:0;padding:15px;width:100%;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.premium-banner-animation3 .premium-banner-ib-desc::before,.premium-banner-animation3 .premium-banner-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation3.active .premium-banner-ib-desc::before,.premium-banner-animation3.active .premium-banner-ib-title,.premium-banner-animation3:hover .premium-banner-ib-desc::before,.premium-banner-animation3:hover .premium-banner-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation3 .premium-banner-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.premium-banner-animation4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.premium-banner-animation4 .premium-banner-ib-desc{padding:30px}.premium-banner-animation4 .premium-banner-ib-desc::after{position:absolute;content:"";opacity:0}.premium-banner-animation4 .premium-banner-ib-desc::before{position:absolute;content:"";opacity:0;top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-banner-animation4 .premium-banner-ib-desc::after{top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-banner-animation4 .premium-banner-ib-title{padding:50px 30px 0 30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.premium-banner-animation4 .premium-banner-ib-title,.premium-banner-animation4 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation4.scale img,.premium-banner-animation4.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation4 .premium-banner-ib-content,.premium-banner-animation4 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 .premium-banner-ib-desc::after,.premium-banner-animation4 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation4.active .premium-banner-ib-desc::after,.premium-banner-animation4.active .premium-banner-ib-desc::before,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation4.active .premium-banner-ib-content,.premium-banner-animation4.active .premium-banner-ib-title,.premium-banner-animation4.active .premium-banner-read-more,.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation4:hover .premium-banner-ib-content,.premium-banner-animation4:hover .premium-banner-ib-desc::after,.premium-banner-animation4:hover .premium-banner-ib-title,.premium-banner-animation4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation5 .premium-banner-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation5 .premium-banner-ib-content{position:absolute;top:auto;bottom:100%;left:0;width:100%;padding:15px;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.premium-banner-animation5 .premium-banner-ib-title,.premium-banner-animation5 .premium-banner-read-more{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.premium-banner-animation5 .premium-banner-ib-title{margin:10px 0}.premium-banner-animation5.active .premium-banner-ib-content,.premium-banner-animation5.active .premium-banner-ib-content *,.premium-banner-animation5:hover .premium-banner-ib-content,.premium-banner-animation5:hover .premium-banner-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.premium-banner-animation5.active .premium-banner-ib-desc,.premium-banner-animation5.active .premium-banner-ib-title,.premium-banner-animation5.active .premium-banner-read-more,.premium-banner-animation5:hover .premium-banner-ib-desc,.premium-banner-animation5:hover .premium-banner-ib-title,.premium-banner-animation5:hover .premium-banner-read-more{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-banner-animation5:hover .premium-banner-ib-title{-webkit-transition-delay:50ms;transition-delay:50ms}.premium-banner-animation5 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation2 img,.premium-banner-animation4 img,.premium-banner-animation6 img{-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation5.scale img,.premium-banner-animation5.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.scale img,.premium-banner-animation2.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation6.scale img,.premium-banner-animation6.zoomout img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomin:hover img,.premium-banner-animation5.zoomin:hover img,.premium-banner-animation6.zoomin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-banner-animation2.zoomout:hover img,.premium-banner-animation5.zoomout:hover img,.premium-banner-animation6.zoomout:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation2.scale:hover img,.premium-banner-animation5.scale:hover img,.premium-banner-animation6.scale:hover img{-webkit-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.premium-banner-animation2.grayscale:hover img,.premium-banner-animation5.grayscale:hover img,.premium-banner-animation6.grayscale:hover img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation2.blur:hover img,.premium-banner-animation5.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6.blur:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation6 .premium-banner-ib-desc{padding:45px}.premium-banner-animation6 .premium-banner-ib-desc::before{position:absolute;content:"";top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff}.premium-banner-animation6 .premium-banner-ib-title{margin:20px 0 10px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation6 .premium-banner-ib-content,.premium-banner-animation6 .premium-banner-ib-desc::before,.premium-banner-animation6 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-banner-animation6 .premium-banner-read-more{margin-top:10px}.premium-banner-animation6.active .premium-banner-ib-title,.premium-banner-animation6:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation6.active .premium-banner-ib-content,.premium-banner-animation6.active .premium-banner-ib-desc::before,.premium-banner-animation6.active .premium-banner-read-more,.premium-banner-animation6:hover .premium-banner-ib-content,.premium-banner-animation6:hover .premium-banner-ib-desc::before,.premium-banner-animation6:hover .premium-banner-read-more{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation12 .premium-banner-ib-desc::after{position:absolute;content:"";right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.premium-banner-animation12.active .premium-banner-ib-desc::after,.premium-banner-animation12:hover .premium-banner-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation12 .premium-banner-ib-desc{padding:45px;text-align:left}.premium-banner-animation12 .premium-banner-ib-content{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.premium-banner-animation12.active .premium-banner-ib-content,.premium-banner-animation12:hover .premium-banner-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-banner-animation13.scale img,.premium-banner-animation13.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation13.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.none:hover img,.premium-banner-animation4.none:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation1.zoomin:hover img,.premium-banner-animation10.zoomin:hover img,.premium-banner-animation11.zoomin:hover img,.premium-banner-animation13.zoomin:hover img,.premium-banner-animation4.zoomin:hover img,.premium-banner-animation7.zoomin:hover img,.premium-banner-animation8.zoomin:hover img,.premium-banner-animation9.zoomin:hover img{-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}.premium-banner-animation1.zoomout:hover img,.premium-banner-animation10.zoomout:hover img,.premium-banner-animation11.zoomout:hover img,.premium-banner-animation13.zoomout:hover img,.premium-banner-animation4.zoomout:hover img,.premium-banner-animation7.zoomout:hover img,.premium-banner-animation8.zoomout:hover img,.premium-banner-animation9.zoomout:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.premium-banner-animation1.scale:hover img,.premium-banner-animation10.scale:hover img,.premium-banner-animation11.scale:hover img,.premium-banner-animation13.scale:hover img,.premium-banner-animation4.scale:hover img,.premium-banner-animation7.scale:hover img,.premium-banner-animation8.scale:hover img,.premium-banner-animation9.scale:hover img{-webkit-transform:translate3d(0,0,0) scale(1.2) rotate(5deg);transform:translate3d(0,0,0) scale(1.2) rotate(5deg)}.premium-banner-animation1.grayscale:hover img,.premium-banner-animation10.grayscale:hover img,.premium-banner-animation11.grayscale:hover img,.premium-banner-animation13.grayscale:hover img,.premium-banner-animation4.grayscale:hover img,.premium-banner-animation7.grayscale:hover img,.premium-banner-animation8.grayscale:hover img,.premium-banner-animation9.grayscale:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-banner-animation1.blur:hover img,.premium-banner-animation10.blur:hover img,.premium-banner-animation11.blur:hover img,.premium-banner-animation13.blur:hover img,.premium-banner-animation4.blur:hover,.premium-banner-animation7.blur:hover img,.premium-banner-animation8.blur:hover img,.premium-banner-animation9.blur:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-filter:blur(3px);filter:blur(3px)}.premium-banner-animation13 .premium-banner-ib-desc{text-align:left}.premium-banner-animation13 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.premium-banner-animation13 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-101%,0,0);transform:translate3d(-101%,0,0)}.premium-banner-animation13.active .premium-banner-ib-title::after,.premium-banner-animation13:hover .premium-banner-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation13 .premium-banner-ib-content,.premium-banner-animation13 .premium-banner-read-more{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.premium-banner-animation13.active .premium-banner-ib-content,.premium-banner-animation13.active .premium-banner-read-more,.premium-banner-animation13:hover .premium-banner-ib-content,.premium-banner-animation13:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-ib.premium-banner-animation5 .premium-banner-toggle-size{left:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-banner-ib img{border:none;padding:0;margin:0}.premium-banner-animation7 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-brlr{width:7px}.premium-banner-animation7 .premium-banner-brtb{height:7px}.premium-banner-animation7 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation7 .premium-banner-bleft{left:30px;top:-webkit-calc(100% - 150px);top:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bright{right:30px;bottom:-webkit-calc(100% - 150px);bottom:calc(100% - 150px);height:0}.premium-banner-animation7 .premium-banner-bottom{right:-webkit-calc(100% - 150px);right:calc(100% - 150px);bottom:30px;width:0}.premium-banner-animation7 .premium-banner-btop{left:-webkit-calc(100% - 150px);left:calc(100% - 150px);top:30px;width:0}.premium-banner-animation7 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation7 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation7 .premium-banner-ib-title{margin-top:0}.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation7.scale img,.premium-banner-animation7.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-read-more{margin-top:10px}.premium-banner-animation7 .premium-banner-ib-desc::after,.premium-banner-animation7 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7 .premium-banner-ib-content,.premium-banner-animation7 .premium-banner-ib-title,.premium-banner-animation7 .premium-banner-read-more{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation7.active .premium-banner-ib-content,.premium-banner-animation7.active .premium-banner-ib-title,.premium-banner-animation7.active .premium-banner-read-more,.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation7.active .premium-banner-bleft,.premium-banner-animation7:hover .premium-banner-bleft{top:30px;height:70px}.premium-banner-animation7.active .premium-banner-bright,.premium-banner-animation7:hover .premium-banner-bright{bottom:30px;height:70px}.premium-banner-animation7.active .premium-banner-bottom,.premium-banner-animation7:hover .premium-banner-bottom{right:30px;width:70px}.premium-banner-animation7.active .premium-banner-btop,.premium-banner-animation7:hover .premium-banner-btop{left:30px;width:70px}.premium-banner-animation7:hover .premium-banner-ib-content,.premium-banner-animation7:hover .premium-banner-ib-title,.premium-banner-animation7:hover .premium-banner-read-more,.premium-banner-animation7:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation8 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-brlr{width:7px}.premium-banner-animation8 .premium-banner-brtb{height:7px}.premium-banner-animation8 .premium-banner-br{position:absolute;z-index:1;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.premium-banner-animation8 .premium-banner-bleft{left:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bright{right:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0}.premium-banner-animation8 .premium-banner-bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:30px;width:0}.premium-banner-animation8 .premium-banner-btop{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:30px;width:0}.premium-banner-animation8 .premium-banner-ib-desc{padding:70px;display:table}.premium-banner-animation8 .premium-banner-ib-desc .premium-banner-desc-centered{display:table-cell;vertical-align:middle}.premium-banner-animation8 .premium-banner-ib-title{margin-top:0}.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.premium-banner-animation8.scale img,.premium-banner-animation8.zoomout img{-webkit-transform:translate3d(-30px,0,0) scale(1.1);transform:translate3d(-30px,0,0) scale(1.1)}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-read-more{margin-top:10px}.premium-banner-animation8 .premium-banner-ib-desc::after,.premium-banner-animation8 .premium-banner-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation8 .premium-banner-ib-content,.premium-banner-animation8 .premium-banner-ib-title,.premium-banner-animation8 .premium-banner-read-more{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;opacity:0}.premium-banner-animation8.active .premium-banner-ib-content,.premium-banner-animation8.active .premium-banner-ib-title,.premium-banner-animation8.active .premium-banner-read-more,.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation8.active .premium-banner-bleft,.premium-banner-animation8:hover .premium-banner-bleft{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bright,.premium-banner-animation8:hover .premium-banner-bright{height:-webkit-calc(100% - 61px);height:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-bottom,.premium-banner-animation8:hover .premium-banner-bottom{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8.active .premium-banner-btop,.premium-banner-animation8:hover .premium-banner-btop{width:-webkit-calc(100% - 61px);width:calc(100% - 61px)}.premium-banner-animation8:hover .premium-banner-ib-content,.premium-banner-animation8:hover .premium-banner-ib-title,.premium-banner-animation8:hover .premium-banner-read-more,.premium-banner-animation8:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-banner-animation9 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-banner-animation9 .premium-banner-ib-desc{width:100%;height:100%}.premium-banner-animation9 .premium-banner-ib-desc::before{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-desc::after{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:"";-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.premium-banner-animation9 .premium-banner-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-70px,0);transform:translate3d(0,-70px,0);margin-top:0;padding:0 10%}.premium-banner-animation9.active .premium-banner-ib-title,.premium-banner-animation9:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}.premium-banner-animation9 .premium-banner-ib-content,.premium-banner-animation9 .premium-banner-read-more{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;padding:0 10%;-webkit-transform:translate3d(0,35px,0);transform:translate3d(0,35px,0)}.premium-banner-animation9 .premium-banner-read-more{top:75%}.premium-banner-animation9.active .premium-banner-ib-content,.premium-banner-animation9.active .premium-banner-read-more,.premium-banner-animation9:hover .premium-banner-ib-content,.premium-banner-animation9:hover .premium-banner-read-more{-webkit-transform:translate3d(0,45px,0);transform:translate3d(0,45px,0)}.premium-banner-animation9.active .premium-banner-ib-desc::before,.premium-banner-animation9:hover .premium-banner-ib-desc::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.premium-banner-animation9.active .premium-banner-ib-desc::after,.premium-banner-animation9:hover .premium-banner-ib-desc::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.premium-banner-animation9:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-banner-animation10 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation10 .premium-banner-ib-title{position:relative;overflow:hidden;padding:5px 0 15px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);margin-bottom:0}.premium-banner-animation10 .premium-banner-ib-title::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:3px;background:#fff;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.premium-banner-animation10.active .premium-banner-ib-title,.premium-banner-animation10:hover .premium-banner-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.active .premium-banner-ib-title::after,.premium-banner-animation10:hover .premium-banner-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation10.scale img,.premium-banner-animation10.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-banner-animation10 .premium-banner-ib-content,.premium-banner-animation10 .premium-banner-read-more{padding-top:15px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-banner-animation10 .premium-banner-read-more{padding:0}.premium-banner-animation10.active .premium-banner-ib-content,.premium-banner-animation10.active .premium-banner-read-more,.premium-banner-animation10:hover .premium-banner-ib-content,.premium-banner-animation10:hover .premium-banner-read-more{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11{-webkit-transition:-webkit-transform 1s ease-out;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out;-webkit-transition-delay:125ms;transition-delay:125ms}.premium-banner-animation11 .premium-banner-ib-desc{position:absolute;z-index:5;-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0);opacity:0;top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left;padding:30px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}.premium-banner-animation11 img{width:100%;-webkit-transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-filter .35s,-webkit-transform .35s;transition:opacity .35s,filter .35s,transform .35s;transition:opacity .35s,filter .35s,transform .35s,-webkit-filter .35s,-webkit-transform .35s}.premium-banner-animation11 .premium-banner-ib-title{margin-bottom:10px}.premium-banner-animation11 .premium-banner-gradient{position:absolute;left:0;top:0;right:0;bottom:0}.premium-banner-animation11 .premium-banner-gradient:after,.premium-banner-animation11 .premium-banner-gradient:before{position:absolute;content:"";left:0;top:0;right:0;bottom:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);background-image:-webkit-linear-gradient(40deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);background-image:linear-gradient(50deg,rgba(84,89,95,.5) 27.89%,#6ec1e4 72.11%);z-index:2}.premium-banner-animation11 .premium-banner-gradient:before{mix-blend-mode:color}.premium-banner-animation11 .premium-banner-gradient:after{mix-blend-mode:multiply}.premium-banner-animation11.active .premium-banner-ib-desc,.premium-banner-animation11:hover .premium-banner-ib-desc{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.active .premium-banner-gradient:after,.premium-banner-animation11.active .premium-banner-gradient:before,.premium-banner-animation11:hover .premium-banner-gradient:after,.premium-banner-animation11:hover .premium-banner-gradient:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.premium-banner-animation11.scale img,.premium-banner-animation11.zoomout img{-webkit-transform:translate3d(-10px,0,0) scale(1.1);transform:translate3d(-10px,0,0) scale(1.1)}.premium-countdown{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center}.countdown-row{display:block;text-align:center}.countdown .countdown-section{display:inline-block;max-width:100%;margin-bottom:15px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.countdown .countdown-section:last-child{margin-right:0}.countdown span.countdown-amount{font-size:70px;line-height:1;padding:40px}.countdown .pre_time-mid{display:block}.premium-countdown-separator-yes .countdown_separator{display:block;margin:0 50px;font-size:30px}.premium-countdown-separator-yes .countdown-row .countdown-section:last-child .countdown_separator,.premium-countdown-separator-yes .premium-countdown-block:last-child .countdown_separator{display:none}.side .countdown-section .countdown-period{vertical-align:bottom}.countdown .countdown-section .countdown-period{font-size:17px;line-height:3em}.side .countdown-section .countdown-amount,.side .countdown-section .countdown-period{display:inline-block}.side .countdown-section .countdown-amount{margin-right:5px}.down .countdown-section .countdown-amount,.down .countdown-section .countdown-period{display:block}.premium-countdown-flip .premium-countdown-block{text-align:center;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-countdown-flip .premium-countdown-block:last-child{margin-right:0}.premium-countdown-flip .premium-countdown-label{overflow:hidden;color:#1a1a1a;text-transform:uppercase}.premium-countdown-flip .premium-countdown-figure{position:relative;height:110px;width:100px;line-height:107px;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08);box-shadow:0 3px 4px 0 rgba(0,0,0,.2),inset 2px 4px 0 0 rgba(255,255,255,.08)}.premium-countdown-flip .premium-countdown-figure:last-child{margin-right:0}.premium-countdown-flip .premium-countdown-figure>span{position:absolute;left:0;right:0;margin:auto;font-weight:700}.premium-countdown-flip .premium-countdown-figure .top{z-index:3;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(200px);transform:perspective(200px);-webkit-backface-visibility:hidden;backface-visibility:hidden}.premium-countdown-flip .premium-countdown-figure .bottom{z-index:1}.premium-countdown-flip .premium-countdown-figure .bottom::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:50%;background-color:rgba(0,0,0,.02)}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:4;bottom:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:perspective(200px) rotateX(180deg);transform:perspective(200px) rotateX(180deg)}.premium-countdown-flip .premium-countdown-figure .top-back span{position:absolute;top:-100%;left:0;right:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back{z-index:2;top:0}.premium-countdown-flip .premium-countdown-figure .bottom-back span{position:absolute;top:0;left:0;right:0;margin:auto}.premium-countdown-flip .premium-countdown-figure .bottom-back,.premium-countdown-flip .premium-countdown-figure .top,.premium-countdown-flip .premium-countdown-figure .top-back{height:50%;overflow:hidden;background-color:#f7f7f7;-webkit-border-top-left-radius:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;border-top-right-radius:10px}.premium-countdown-flip .premium-countdown-figure .top-back{-webkit-border-bottom-left-radius:10px;border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px}.premium-countdown-flip .premium-countdown-figure .bottom-back::after,.premium-countdown-flip .premium-countdown-figure .top::after{content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:100%;border-bottom:1px solid rgba(0,0,0,.1)}.side .premium-countdown-figure,.side .premium-countdown-label{display:inline-block}.side .premium-countdown-figure{margin-right:5px}.down .premium-countdown-figure,.down .premium-countdown-label{display:block}.down .premium-countdown-label{width:100%}.premium-carousel-wrapper a.carousel-arrow,.premium-carousel-wrapper a.ver-carousel-arrow{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}.premium-blog-wrap a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;line-height:0;text-align:center;position:absolute;z-index:99;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-appearance:inherit;border:none;-webkit-box-shadow:none;box-shadow:none}div[class^=premium-] .slick-arrow i{display:block}.ver-carousel-arrow.carousel-next i{margin-bottom:-3px}.premium-carousel-wrapper a.slick-arrow:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.premium-carousel-wrapper .premium-carousel-content-hidden{visibility:hidden}.premium-carousel-wrapper a.carousel-arrow{top:50%}.premium-blog-wrap a.carousel-arrow,.premium-facebook-feed-wrapper a.carousel-arrow,.premium-fb-rev-container a.carousel-arrow,.premium-hscroll-wrap a.carousel-arrow,.premium-instafeed-container a.carousel-arrow,.premium-persons-container a.carousel-arrow,.premium-tabs-nav-list a.carousel-arrow,.premium-twitter-feed-wrapper a.carousel-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-carousel-wrapper a.ver-carousel-arrow{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}a.carousel-arrow.carousel-next{right:-20px}a.carousel-arrow.carousel-prev{left:-20px}a.ver-carousel-arrow.carousel-next{bottom:-56px}a.ver-carousel-arrow.carousel-prev{top:-45px}a.circle-bg{-webkit-border-radius:100%;border-radius:100%}a.circle-border{-webkit-border-radius:100%;border-radius:100%;border:solid #000}a.square-border{border:solid #000}.premium-blog-wrap ul.slick-dots,.premium-carousel-dots-below ul.slick-dots,.premium-fb-rev-reviews ul.slick-dots{position:relative;bottom:0;list-style:none;text-align:center;margin:0;padding:0}.premium-carousel-dots-above ul.slick-dots{position:absolute;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:auto;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}ul.slick-dots li{font-size:10px;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:5px;width:20px;height:20px;cursor:pointer}.premium-carousel-wrapper .premium-carousel-nav-arrow-next,.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,.premium-carousel-wrapper .premium-carousel-nav-dot{display:none}.premium-carousel-wrapper ul.slick-dots svg{width:20px;height:20px}@-webkit-keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes hvr-ripple-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}.premium-carousel-ripple-yes .premium-carousel-wrapper{padding-bottom:1px}.premium-carousel-ripple-yes ul.slick-dots li{position:relative}.premium-carousel-ripple-yes ul.slick-dots li i{position:relative;z-index:1}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{content:"";position:absolute;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);top:0;right:0;bottom:0;left:0;-webkit-border-radius:50%;border-radius:50%;pointer-events:none;background-color:rgba(0,0,0,.15)}.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before{background-color:rgba(0,0,0,.3)}.premium-carousel-ripple-yes ul.slick-dots li:hover:before{-webkit-animation:hvr-ripple-out 1.3s infinite;animation:hvr-ripple-out 1.3s infinite}.premium-carousel-wrapper.premium-carousel-scale .slick-slide{-webkit-transform:scale(1.25,1.25);-ms-transform:scale(1.25,1.25);transform:scale(1.25,1.25);-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}.premium-carousel-wrapper.premium-carousel-scale div.slick-active{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] .premium-carousel-inner .slick-slide{float:right}.premium-counter-area{padding:10px 0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-counter-area.top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-counter-area.right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.premium-counter-area.right .premium-counter-icon{padding-left:20px}.premium-counter-area.left .premium-counter-icon{padding-right:20px}.premium-counter-area .premium-counter-icon .icon i.fa:before{vertical-align:text-top}.premium-counter-area .premium-counter-icon span.icon{text-align:center;display:inline-block;vertical-align:middle}.premium-counter-area .premium-counter-icon .circle{-webkit-border-radius:100%;border-radius:100%}.premium-counter-area .premium-counter-icon img,.premium-counter-area .premium-counter-icon svg{width:80px}.premium-counter-area .premium-counter-icon .premium-counter-animation svg{height:80px}.premium-counter-area .premium-counter-title{padding:0;margin:0}.premium-counter-area .premium-counter-value-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-init-wrapper.right{text-align:right}span.icon.flex-width{width:auto!important;height:auto!important}.premium-counter-area .premium-counter-init{font-size:35px}.premium-image-separator-container{position:absolute;width:100%;z-index:2;top:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-separator-container img,.premium-image-separator-container svg{display:inline-block!important;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-image-separator-container .premium-image-separator-link{position:absolute;z-index:9999;top:0;left:0;width:100%;height:100%;text-decoration:none}.premium-image-separator-container .premium-image-separator-link:active,.premium-image-separator-container .premium-image-separator-link:focus,.premium-image-separator-container .premium-image-separator-link:hover,.premium-image-separator-container .premium-image-separator-link:visited{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;border:none!important;text-decoration:none!important}.premium-image-separator-container i{padding:.1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-lower-close,.premium-modal-trigger-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.premium-modal-trigger-btn i{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-btn-md{padding:8px 14px;font-size:16px;line-height:1.2}.premium-btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333}.premium-btn-block{display:block;width:100%}.premium-modal-box-modal-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000}.premium-modal-box-modal-close:focus,.premium-modal-box-modal-close:hover{color:#000;text-decoration:none;cursor:pointer}button.premium-modal-box-modal-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.premium-modal-box-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0;padding:0!important;background:rgba(0,0,0,.5);-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-modal-box-modal .premium-modal-box-modal-dialog{position:absolute;max-height:-webkit-calc(100vh - 150px);max-height:calc(100vh - 150px);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0}.premium-modal-box-modal-content{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;border-radius:6px;outline:0}.premium-modal-backdrop.premium-in{opacity:.5!important}.premium-in{opacity:1}.premium-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.premium-in{-js-display:flex!important;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.premium-modal-box-modal-header{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px;border-bottom:1px solid #e5e5e5}.premium-modal-box-modal-header .premium-modal-box-modal-close{margin-top:-2px}.premium-modal-box-modal-header .premium-modal-box-modal-title{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.premium-modal-box-modal-header .premium-modal-box-modal-title svg{width:50px;height:60px}.premium-modal-box-modal-body{position:relative;padding:15px;overflow:hidden}.premium-modal-box-modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.premium-modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.premium-modal-trigger-text{background:0 0!important;display:inline-block}.premium-modal-box-container{width:100%!important}.premium-modal-trigger-container .premium-modal-trigger-btn{border:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-trigger-container .premium-modal-trigger-animation,.premium-modal-trigger-container .premium-modal-trigger-img,.premium-modal-trigger-container .premium-modal-trigger-text{cursor:pointer}.premium-modal-trigger-container .premium-modal-trigger-animation{display:inline-block;width:200px;height:200px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-modal-box-modal-header img{width:48px;padding-right:5px}.premium-modal-box-modal-header i,.premium-modal-box-modal-header svg{padding-right:6px}.premium-modal-box-modal-close{position:relative;z-index:99}.premium-modal-box-close-button-container,.premium-modal-box-modal-close,.premium-modal-box-modal-lower-close,.premium-modal-trigger-img,.premium-modal-trigger-text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:768px){.premium-modal-box-modal-dialog{width:700px;max-height:600px;overflow:auto}}@media (max-width:767px){.premium-modal-box-modal-dialog{width:100%;max-height:500px;overflow:auto}}.premium-modal-box-container[data-modal-animation*=animated-]{opacity:0}.premium-progressbar-container{position:relative}.premium-progressbar-bar-wrap{position:relative;text-align:left;overflow:hidden;height:25px;margin-bottom:50px;background-color:#f5f5f5;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.premium-progressbar-bar-wrap.premium-progressbar-dots{background-color:transparent;width:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-shadow:none;box-shadow:none}.premium-progressbar-bar-wrap .progress-segment{position:relative;width:25px;height:25px;-webkit-border-radius:50%;border-radius:50%;overflow:hidden;background-color:#f5f5f5}.premium-progressbar-bar-wrap .progress-segment.filled{background:#6ec1e4}.premium-progressbar-bar-wrap .progress-segment:not(:first-child):not(:last-child){margin:0 4px}.premium-progressbar-bar-wrap .progress-segment:first-child{margin-right:4px}.premium-progressbar-bar-wrap .progress-segment:last-child{margin-left:4px}.premium-progressbar-bar-wrap .progress-segment .segment-inner{position:absolute;top:0;left:0;height:100%;background-color:#6ec1e4}.premium-progressbar-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;background:#6ec1e4;text-align:center;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.premium-progressbar-striped .premium-progressbar-bar{background-image:-webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.premium-progressbar-active .premium-progressbar-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.premium-progressbar-gradient .premium-progressbar-bar{-webkit-background-size:400% 400%!important;background-size:400% 400%!important;-webkit-animation:progress-bar-gradient 10s ease-in-out infinite;animation:progress-bar-gradient 10s ease-in-out infinite}.premium-progressbar-bar{position:absolute;overflow:hidden;line-height:20px}.premium-progressbar-container .clearfix{clear:both}.premium-progressbar-bar{-webkit-transition:width 0s ease-in-out!important;transition:width 0s ease-in-out!important}.premium-progressbar-container p:first-of-type{margin:0;float:left}.premium-progressbar-container p:nth-of-type(2){margin:0;float:right}.premium-progressbar-name{left:50%;top:0;right:0;-webkit-transform:translateX(-12.5px);-ms-transform:translateX(-12.5px);transform:translateX(-12.5px);z-index:1}.premium-progressbar-multiple-label{position:relative;float:left;width:0;left:50%}.premium-progressbar-center-label{position:relative;white-space:nowrap}.premium-progressbar-arrow{height:15px;left:50%;display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:11px solid;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.premium-progressbar-pin{border-left:1px solid;height:12px;left:50%;display:inline-block}.premium-progressbar-circle-wrap{width:200px;height:200px;position:relative;margin:0 auto}.premium-progressbar-circle-wrap .premium-progressbar-circle{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.premium-progressbar-circle-wrap .premium-progressbar-circle div{position:absolute;left:0;top:0;height:100%;width:100%;border-width:6px;border-style:solid;border-color:#54595f;-webkit-border-radius:50%;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-progressbar-circle-wrap .premium-progressbar-circle .premium-progressbar-circle-right{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.premium-progressbar-circle-wrap .premium-progressbar-circle-base{width:100%;height:100%;border:6px solid #eee;-webkit-border-radius:50%;border-radius:50%}.premium-progressbar-circle-wrap .premium-progressbar-circle-content{position:absolute;top:0;left:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-progressbar-circle-wrap .premium-lottie-animation{line-height:1}@-webkit-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@-webkit-keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes progress-bar-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.premium-testimonial-box{width:100%;background:0 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-testimonial-box .premium-testimonial-author-info{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-testimonial-box .premium-testimonial-company-name,.premium-testimonial-box .premium-testimonial-person-name{font-weight:600;margin:0}.premium-testimonial-container{position:relative}.premium-testimonial-img-wrapper{margin-left:auto;margin-right:auto;overflow:hidden;border-style:solid!important}.premium-testimonial-img-wrapper.circle{-webkit-border-radius:50%;border-radius:50%}.premium-testimonial-img-wrapper.rounded{-webkit-border-radius:15px;border-radius:15px}.premium-testimonial-img-wrapper img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%!important}.premium-testimonial-content-wrapper{position:relative;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:2;width:100%;padding:20px;text-align:center}.premium-testimonial-clear-float{clear:both}.premium-testimonial-lower-quote,.premium-testimonial-upper-quote{position:absolute;z-index:1}.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{position:relative;padding:0;margin:0;display:inline-block;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.premium-dual-header-first-clip .premium-dual-header-first-span,.premium-dual-header-second-clip{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.premium-dual-header-first-clip.stroke .premium-dual-header-first-span,.premium-dual-header-second-clip.stroke{-webkit-text-stroke-color:transparent;-webkit-text-fill-color:#fafafa;-webkit-text-stroke-width:2px}@media (max-width:500px){.premium-dual-header-container .premium-dual-header-first-header,.premium-dual-header-container .premium-dual-header-second-header{display:block;word-wrap:break-word}.premium-dual-header-first-container,.premium-dual-header-second-container{margin:0}}@media (min-width:501px){.premium-dual-header-first-container{margin-right:5px}}.premium-dual-header-first-header.gradient .premium-dual-header-first-span,.premium-dual-header-second-header.gradient{-webkit-background-size:300% 300%!important;background-size:300% 300%!important;-webkit-animation:Gradient 10s ease-in-out infinite;animation:Gradient 10s ease-in-out infinite}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.premium-mask-yes.premium-header-inline .premium-dual-header-first-span{display:inline-block!important}.premium-title-container{position:relative;width:100%;clear:both}.premium-title-container .premium-title-header{position:relative;margin:0;padding:10px}.premium-title-container .premium-title-header:not(.premium-title-style7){-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-container .premium-title-header svg{width:40px;height:40px}.premium-title-container .premium-title-header img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}.premium-title-container .premium-title-header a{position:absolute;top:0;left:0;width:100%;height:100%}.premium-title-container .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-icon-row .premium-title-icon{margin-right:10px}.premium-title-icon-row-reverse .premium-title-icon{margin-left:10px}.premium-title-style3,.premium-title-style4{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style1,.premium-title-style2,.premium-title-style5,.premium-title-style6,.premium-title-style8,.premium-title-style9{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.premium-title-style7{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-title-style7 .premium-title-style7-inner{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-title-style1{border-left:3px solid #6ec1e4}.premium-title-container.style2,.premium-title-container.style4,.premium-title-container.style5,.premium-title-container.style6{border-bottom:3px solid #6ec1e4}.premium-title-style6:before{position:absolute;left:50%;bottom:0;margin-left:-2px;content:"";border:3px solid transparent}.premium-title-style7-stripe-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-title-style7:before{display:none}.premium-title-style8 .premium-title-text[data-animation=shiny]{-webkit-background-size:125px 125px!important;background-size:125px!important;color:rgba(255,255,255,0);-webkit-background-clip:text!important;background-clip:text!important;-webkit-animation-name:pa-shinny-text!important;animation-name:pa-shinny-text!important;-webkit-animation-duration:var(--animation-speed)!important;animation-duration:var(--animation-speed)!important;-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important;background:var(--base-color) -webkit-gradient(linear,left top,right top,from(var(--base-color)),to(var(--base-color)),color-stop(.5,var(--shiny-color))) 0 0 no-repeat}@-webkit-keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}@keyframes pa-shinny-text{0%{background-position:0}100%{background-position:200%}}.premium-title-style9[data-animation-blur=process] .premium-title-style9-letter{-webkit-animation:pa-blur-shadow 2s 1 alternate;animation:pa-blur-shadow 2s 1 alternate}@-webkit-keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}@keyframes pa-blur-shadow{from{text-shadow:0 0 var(--shadow-value) var(--shadow-color);color:transparent}to{text-shadow:0}}.premium-title-gradient-yes .premium-title-icon,.premium-title-gradient-yes .premium-title-text{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#ffa648),color-stop(#f17cc1),to(#4da9fd));background-image:-webkit-linear-gradient(left,#ffa648,#f17cc1,#4da9fd);background-image:linear-gradient(to right,#ffa648,#f17cc1,#4da9fd);-webkit-animation:pa-text-gradient 8s infinite;animation:pa-text-gradient 8s infinite}@-webkit-keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}@keyframes pa-text-gradient{0%,100%{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)}50%{-webkit-filter:hue-rotate(360deg);filter:hue-rotate(360deg)}}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span{background:inherit}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;-js-display:inline-flex!important;display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-mask-active.premium-mask-tr .premium-mask-span::after{-webkit-animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tr 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(-103%);-ms-transform:translateX(-103%);transform:translateX(-103%)}.premium-mask-active.premium-mask-tl .premium-mask-span::after{-webkit-animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tl 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateX(103%);-ms-transform:translateX(103%);transform:translateX(103%)}.premium-mask-active.premium-mask-tb .premium-mask-span::after{-webkit-animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tb 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(-103%);-ms-transform:translateY(-103%);transform:translateY(-103%)}.premium-mask-active.premium-mask-tt .premium-mask-span::after{-webkit-animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;animation:pa-mask-tt 1.7s cubic-bezier(1,0,.18,1) forwards;-webkit-transform:translateY(103%);-ms-transform:translateY(103%);transform:translateY(103%)}@-webkit-keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@keyframes pa-mask-tr{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(103%);transform:translateX(103%)}}@-webkit-keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@keyframes pa-mask-tl{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-103%);transform:translateX(-103%)}}@-webkit-keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@keyframes pa-mask-tb{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(103%);transform:translateY(103%)}}@-webkit-keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}@keyframes pa-mask-tt{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-103%);transform:translateY(-103%)}}.premium-video-box-transform{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.premium-video-box-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-video-box-container>div{position:relative;overflow:hidden}.pa-aspect-ratio-11 .premium-video-box-container>div{padding-bottom:100%}.pa-aspect-ratio-169 .premium-video-box-container>div{padding-bottom:56.25%}.pa-aspect-ratio-43 .premium-video-box-container>div{padding-bottom:75%}.pa-aspect-ratio-32 .premium-video-box-container>div{padding-bottom:66.6666%}.pa-aspect-ratio-219 .premium-video-box-container>div{padding-bottom:42.8571%}.pa-aspect-ratio-916 .premium-video-box-container>div{padding-bottom:177.8%}.premium-video-box-image-container{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%;cursor:pointer;margin:auto;-webkit-transition:.2s all;transition:.2s all}.premium-video-box-play-icon-container{position:absolute;z-index:2;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(252,252,252,.35)}.premium-video-box-description-container{position:absolute;z-index:2;padding:5px;text-align:center;cursor:pointer;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-video-box-text{margin-bottom:0!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-play-icon{padding:15px;-webkit-transform:translateX(4%);-ms-transform:translateX(4%);transform:translateX(4%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-video-box-video-container{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;-webkit-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out;overflow:hidden;cursor:pointer}.premium-video-box-container[data-overlay=true][data-type=self] .premium-video-box-video-container{opacity:0;visibility:hidden}.premium-video-box-video-container iframe{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.premium-video-box-video-container video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;background-color:#000;-o-object-fit:contain;object-fit:contain}.premium-video-box-container .premium-video-box-vimeo-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;z-index:3;margin:10px;margin-right:10px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;margin-right:4.6em}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-portrait{width:60px;height:60px;background:rgba(23,35,34,.75);margin-right:1px;-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:0}.premium-video-box-vimeo-portrait img{width:50px;height:50px;margin:5px;padding:0;border:0;-webkit-border-radius:50%;border-radius:50%}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-headers{font-size:10px}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-title{max-width:100%;font-size:2em!important;font-weight:700;margin:0;padding:.1em .2em;background:rgba(23,35,34,.75);display:inline-block;text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-vimeo-wrap .premium-video-box-vimeo-byline{font-size:1.2em!important;font-weight:400;color:#fff;margin-top:.1em;padding:.2em .5em;background:rgba(23,35,34,.75);text-transform:none;line-height:normal;letter-spacing:normal}.premium-video-box-playlist-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-video-box-playlist-container .premium-video-box-container{height:100%;overflow:hidden}.premium-video-box-container:hover .premium-video-box-image-container.zoomin{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.zoomout{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-video-box-container:hover .premium-video-box-image-container.scale{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-video-box-container:hover .premium-video-box-image-container.gray{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-video-box-container:hover .premium-video-box-image-container.blur{-webkit-filter:blur(3px);filter:blur(3px)}.premium-video-box-container:hover .premium-video-box-image-container.sepia{-webkit-filter:sepia(0);filter:sepia(0)}.premium-video-box-container:hover .premium-video-box-image-container.trans{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-video-box-container:hover .premium-video-box-image-container.bright{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-video-box-image-container.gray{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-video-box-image-container.scale,.premium-video-box-image-container.zoomout{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-video-box-image-container.sepia{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-video-box-image-container.bright{-webkit-filter:brightness(1);filter:brightness(1)}.premium-video-box-image-container.trans{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-video-box-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.premium-video-box-container.premium-video-box-sticky-apply{z-index:99;overflow:unset}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{position:fixed!important;z-index:99999;height:225px;width:400px;background:#fff}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-container:before,.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-vimeo-wrap{visibility:hidden}.premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{-webkit-box-shadow:unset;box-shadow:unset}.premium-video-box-sticky-close,.premium-video-box-sticky-infobar{display:none}.premium-video-box-sticky-apply .premium-video-box-sticky-close{position:absolute;padding:5px;cursor:pointer;z-index:99999;height:14px;width:14px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:100%;border-radius:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-video-box-sticky-apply .premium-video-box-play-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-video-box-sticky-apply .premium-video-box-play-icon{-webkit-transition:none;transition:none}.premium-video-box-sticky-apply .premium-video-box-sticky-infobar{display:block;position:relative;top:100%;width:100%;padding:5px;text-align:center;z-index:9999;margin-top:-1px}.premium-video-box-sticky-apply .premium-video-box-inner-wrap.ui-draggable{cursor:move}.premium-video-sticky-top-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:20px}.premium-video-sticky-bottom-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;bottom:20px}.premium-video-sticky-top-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:20px}.premium-video-sticky-bottom-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;bottom:20px}.premium-video-sticky-center-left .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{right:auto;left:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-center-right .premium-video-box-container.premium-video-box-sticky-apply .premium-video-box-inner-wrap{left:auto;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-video-sticky-bottom-left .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap,.premium-video-sticky-bottom-right .premium-video-box-sticky-infobar-wrap.premium-video-box-sticky-apply .premium-video-box-inner-wrap{bottom:55px}.premium-video-sticky-bottom-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-left .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-left .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;right:-10px}.premium-video-sticky-bottom-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-center-right .premium-video-box-sticky-apply .premium-video-box-sticky-close,.premium-video-sticky-top-right .premium-video-box-sticky-apply .premium-video-box-sticky-close{top:-10px;left:-10px}.premium-video-box-filter-sticky{-webkit-filter:none!important;filter:none!important}.premium-blog-thumb-effect-wrapper{position:relative;overflow:hidden}.premium-blog-effect-container:not(.premium-blog-bordered-effect) .premium-blog-post-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;padding:20px}.premium-blog-bordered-effect .premium-blog-post-link{display:block;height:100%;position:relative}.premium-blog-thumbnail-container{overflow:hidden}.premium-blog-thumbnail-container .below-entry-meta,.premium-blog-thumbnail-container img{width:100%;height:100%;margin:0!important;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.premium-blog-thumb-effect-wrapper .premium-blog-scale-effect img,.premium-blog-thumb-effect-wrapper .premium-blog-zoomout-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-thumb-effect-wrapper .premium-blog-sepia-effect img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-blog-thumb-effect-wrapper .premium-blog-bright-effect img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-blog-thumb-effect-wrapper .premium-blog-trans-effect img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-zoomin-effect img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-blog-post-outer-container:hover .premium-blog-zoomout-effect img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-blog-post-outer-container:hover .premium-blog-scale-effect img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-blog-post-outer-container:hover .premium-blog-gray-effect img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-blog-post-outer-container:hover .premium-blog-blur-effect img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-blog-post-outer-container:hover .premium-blog-sepia-effect img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-blog-post-outer-container:hover .premium-blog-bright-effect img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-blog-post-outer-container:hover .premium-blog-trans-effect img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-blog-post-container{overflow:hidden}.premium-blog-post-container .premium-blog-inner-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-entry-container{margin:0!important}.premium-blog-post-container .premium-blog-post-content{line-height:1.5em;color:#777;font-size:14px;margin-bottom:10px}.premium-blog-post-container .premium-blog-post-link:focus,.premium-blog-post-container .premium-blog-post-link:hover,.premium-blog-post-container ul.post-categories a:focus,.premium-blog-post-container ul.post-categories a:hover{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important}.premium-blog-post-container .premium-blog-entry-title{font-size:18px;margin-bottom:5px}.premium-blog-post-container.premium-blog-skin-modern .premium-blog-content-wrapper{position:relative;z-index:3;top:-50px}.premium-blog-post-container .premium-blog-content-wrapper{background-color:#f5f5f5;padding:30px}.premium-blog-post-container .premium-blog-content-wrapper.empty-thumb{top:0}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:after,.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{position:absolute;content:"";z-index:1;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s;height:1px;width:100%;background-color:#fff}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumbnail-container:before{width:1px;height:100%}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:after{width:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-container:before{height:20px;opacity:1}.premium-blog-post-container:not(.premium-blog-skin-classic):not(.premium-blog-skin-side):not(.premium-blog-skin-banner) .premium-blog-content-wrapper{margin:0 10px 20px;clear:both}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay a,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay a{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-banner .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-classic .premium-blog-thumbnail-overlay span,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay i,.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-overlay span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-side{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container.premium-blog-skin-side .premium-blog-thumbnail-container{height:100%}.premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.premium-blog-post-container.premium-blog-skin-banner{position:relative}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper{position:absolute;width:100%;bottom:0;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent;z-index:3}.premium-blog-post-container.premium-blog-skin-banner .premium-blog-content-wrapper-inner{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.premium-blog-post-container.premium-blog-skin-banner:hover .premium-blog-content-wrapper-inner{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.premium-blog-post-container .premium-blog-cats-container ul.post-categories{margin:0;padding:0;list-style:none;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-post-container .premium-blog-cats-container a{display:block;font-size:12px;color:#fff;background-color:#777;margin:0 3px 10px 0;padding:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-diagonal-container{position:absolute;top:0;left:0;width:100%;height:100%}.premium-blog-diagonal-effect:before{position:absolute;top:0;left:0;width:100%;height:100%;content:" ";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-diagonal-effect:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-blog-framed-effect{position:absolute;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);height:-webkit-calc(100% - 30px);height:calc(100% - 30px);top:15px;left:15px;opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-thumb-effect-wrapper:hover .premium-blog-framed-effect{opacity:.99;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-bordered-effect{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;padding:15px;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-bordered-effect .premium-blog-post-link:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;-webkit-transition-delay:0s;transition-delay:0s;border-color:rgba(255,255,255,.45)}.premium-blog-bordered-effect .premium-blog-post-link:before{border-right:2px solid;border-left:2px solid;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.premium-blog-bordered-effect .premium-blog-post-link:after{border-top:2px solid;border-bottom:2px solid;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect{opacity:.99}.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:after,.premium-blog-thumb-effect-wrapper:hover .premium-blog-bordered-effect .premium-blog-post-link:before{-webkit-transition-delay:.15s;transition-delay:.15s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-squares-effect,.premium-blog-squares-square-container{position:absolute;top:0;left:0;width:100%;height:100%}.premium-blog-squares-effect:after,.premium-blog-squares-effect:before{position:absolute;content:"";top:0;left:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{position:absolute;content:"";top:0;left:0;width:50%;height:50%;-webkit-transform:translate(-100%,-100%);-ms-transform:translate(-100%,-100%);transform:translate(-100%,-100%);opacity:.7;-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s}.premium-blog-squares-square-container:after,.premium-blog-squares-square-container:before{opacity:.8}.premium-blog-squares-effect:after{-webkit-transform:translate(200%,200%);-ms-transform:translate(200%,200%);transform:translate(200%,200%)}.premium-blog-squares-square-container:before{-webkit-transform:translate(-100%,200%);-ms-transform:translate(-100%,200%);transform:translate(-100%,200%)}.premium-blog-squares-square-container:after{-webkit-transform:translate(200%,-100%);-ms-transform:translate(200%,-100%);transform:translate(200%,-100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:before{-webkit-transform:translate(0,0) scaleY(1.003) scaleX(1.003);-ms-transform:translate(0,0) scaleY(1.003) scaleX(1.003);transform:translate(0,0) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-effect:after{-webkit-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);-ms-transform:translate(100%,100%) scaleY(1.003) scaleX(1.003);transform:translate(100%,100%) scaleY(1.003) scaleX(1.003)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:before{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-squares-square-container:after{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0)}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay{opacity:1}.premium-blog-thumb-effect-wrapper:hover .premium-blog-thumbnail-overlay a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-blog-clear-fix{clear:both}.premium-blog-masked .premium-blog-thumbnail-container{position:relative;overflow:visible}.premium-blog-masked .premium-blog-thumbnail-container svg{position:absolute;height:100px;width:100%;bottom:-5px;left:0;fill:#f5f5f5;z-index:99}.premium-blog-masked .premium-blog-thumbnail-container svg.premium-blog-shape-divider-svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.premium-blog-masked .premium-blog-author-thumbnail,.premium-blog-masked .premium-blog-skin-banner .premium-blog-content-wrapper{z-index:999!important}.premium-blog-format-link{padding:5px;line-height:0}.premium-blog-entry-meta{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.premium-blog-entry-meta i{margin-right:3px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-meta-data{display:inline-block}.premium-blog-meta-data .premium-blog-meta-separator{margin:0 5px}.premium-blog-meta-data a,.premium-blog-meta-data span{color:inherit;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-author-thumbnail{position:relative;padding:0 30px;width:100%;top:-10px;height:0;pointer-events:none}.premium-blog-author-thumbnail img{-webkit-border-radius:50%;border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-blog-entry-title a,.premium-blog-post-content .premium-blog-excerpt-link,.premium-blog-post-tags-container a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-blog-excerpt-link-wrap a.premium-blog-excerpt-link{background-color:transparent;color:#54595f;padding:0}.premium-blog-cta-full-yes .premium-blog-excerpt-link{width:100%}.premium-blog-post-tags-container{margin-top:8px;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-post-tags-container a{color:inherit;margin-left:5px}.premium-blog-align-left .post-categories,.premium-blog-align-left .premium-blog-inner-container,.premium-blog-align-left .premium-blog-post-tags-container{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.premium-blog-align-center .post-categories,.premium-blog-align-center .premium-blog-inner-container,.premium-blog-align-center .premium-blog-post-tags-container{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-blog-align-right .post-categories,.premium-blog-align-right .premium-blog-inner-container,.premium-blog-align-right .premium-blog-post-tags-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.premium-blog-pagination-container{text-align:right}.premium-blog-pagination-container span{cursor:default}.premium-blog-pagination-container .page-numbers{display:inline-block;color:#000;line-height:1;font-size:1em;font-weight:400;text-decoration:none;padding:.75em;margin:0 .4em .4em 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-blog-wrap .premium-loading-feed{display:block;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,.2);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:99}.premium-blog-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.premium-blog-wrap ul.slick-dots{width:100%}.premium-blog-list .premium-blog-post-outer-container{width:100%}.premium-blog-even .premium-blog-post-container{height:100%}.premium-blog-even .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-blog-even .slick-slide{height:inherit!important}@media (max-width:768px){.premium-blog-content-wrapper{top:0;margin:0;padding:15px}.premium-blog-skin-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.premium-person-container{position:relative}.premium-person-image-container{position:relative;text-align:center}.premium-person-image-container .premium-person-image-wrap{overflow:hidden}.premium-person-scale-effect .premium-person-image-container img,.premium-person-zoomout-effect .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-sepia-effect .premium-person-image-container img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-person-bright-effect .premium-person-image-container img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-person-trans-effect .premium-person-image-container img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.premium-person-zoomin-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-person-zoomout-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-person-scale-effect:hover .premium-person-image-container img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-person-grayscale-effect:hover .premium-person-image-container img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-person-blur-effect:hover .premium-person-image-container img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-person-sepia-effect:hover .premium-person-image-container img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-person-bright-effect:hover .premium-person-image-container img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.premium-person-trans-effect:hover .premium-person-image-container img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-person-container .premium-person-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-person-style2 .premium-person-social{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 120px 0 rgba(0,0,0,.5);-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;opacity:0}.premium-person-style2 .premium-person-image-container:hover .premium-person-social{opacity:1}.premium-person-list-item a{display:inline-block}.premium-person-style2 .premium-person-list-item a{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.premium-person-style2 .premium-person-image-container:hover .premium-person-list-item a{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-person-info-container{padding:30px 15px}.premium-person-name{margin:0 0 5px;font-weight:700}.premium-person-title{margin:0 0 20px;padding:0}.premium-person-content{margin:0 0 30px}ul.premium-person-social-list{margin:0!important;padding:0}.premium-person-social-list .premium-person-list-item{display:inline;list-style:none}.premium-person-social-list li{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-social-list li i{position:relative;bottom:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-person-defaults-yes li.premium-person-facebook:hover a{background-color:#3b5998!important}.premium-person-defaults-yes li.premium-person-twitter:hover a{background-color:#55acee!important}.premium-person-defaults-yes li.premium-person-linkedin:hover a{background-color:#0077b5!important}.premium-person-defaults-yes li.premium-person-google:hover a{background-color:#dc4e41!important}.premium-person-defaults-yes li.premium-person-youtube:hover a{background-color:#b31217!important}.premium-person-defaults-yes li.premium-person-instagram:hover a{background-color:#e4405f!important}.premium-person-defaults-yes li.premium-person-skype:hover a{background-color:#00aff0!important}.premium-person-defaults-yes li.premium-person-pinterest:hover a{background-color:#bd081c!important}.premium-person-defaults-yes li.premium-person-dribbble:hover a{background-color:#ea4c89!important}.premium-person-defaults-yes li.premium-person-mail:hover a{background-color:#b23121!important}.premium-person-defaults-yes li.premium-person-behance:hover a{background-color:#1769ff!important}.premium-person-defaults-yes li.premium-person-whatsapp:hover a{background-color:#25d366!important}.premium-person-defaults-yes li.premium-person-telegram:hover a{background-color:#08c!important}.premium-person-defaults-yes li.premium-person-site:hover a{background-color:#0055a5!important}.premium-person-social-list li:hover a{-webkit-box-shadow:none;box-shadow:none}.premium-person-social-list li a:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.premium-person-social-list li i{font-size:18px}.elementor-widget-premium-addon-person .elementor-widget-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-persons-container.multiple-persons{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.premium-person-style1 .premium-person-container{overflow:hidden}.premium-person-style1 .premium-person-container .premium-person-info{position:absolute;top:auto;right:0;left:0;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.premium-person-style1 .premium-person-container:hover .premium-person-info{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.premium-person-style1 .premium-person-social-list li:hover{bottom:5px}.premium-person-style1.multiple-persons:not([data-persons-equal=yes]){-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style1 .slick-track{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-person-style1 .slick-slide{height:inherit!important}.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-container,.premium-person-style1.multiple-persons[data-persons-equal=yes] .premium-person-image-wrap{height:100%}.premium-person-style3 .premium-person-info-container{position:absolute;top:0;left:0;width:100%;height:100%;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.premium-person-style3 .premium-person-title-desc-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-person-style3 .premium-person-name-icons-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.premium-person-style3 .premium-person-title{opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;width:0}.premium-person-style3 .premium-person-title span{display:inline-block}.premium-person-style3 .premium-person-name{padding-left:10px}.premium-person-style3 .premium-person-social-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.premium-person-style3 .premium-person-list-item{line-height:0}.premium-person-style3 .premium-person-list-item a{padding:5px 10px 0 0;margin:5px 0}.premium-person-style3 .premium-person-container:hover .premium-person-title{opacity:1}.premium-person-style3 .premium-person-container:hover .premium-person-social-list{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.premium-persons-title-cw .premium-person-title{-webkit-transform:translateX(15px) rotate(90deg);-ms-transform:translateX(15px) rotate(90deg);transform:translateX(15px) rotate(90deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.premium-persons-title-cw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(90deg);-ms-transform:translateX(0) rotate(90deg);transform:translateX(0) rotate(90deg)}.premium-persons-title-ccw .premium-person-title{width:auto;margin-right:20px;-webkit-transform:translateX(15px) rotate(-90deg);-ms-transform:translateX(15px) rotate(-90deg);transform:translateX(15px) rotate(-90deg);-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.premium-persons-title-ccw .premium-person-container:hover .premium-person-title{-webkit-transform:translateX(0) rotate(-90deg);-ms-transform:translateX(0) rotate(-90deg);transform:translateX(0) rotate(-90deg)}.premium-fancy-text,.premium-prefix-text,.premium-suffix-text{font-size:40px}.premium-fancy-text-wrapper .premium-fancy-list-items{list-style:none}.premium-fancy-text-wrapper .premium-fancy-text-span-align{vertical-align:top}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-text-items-wrapper{margin:0;padding:0;border:none;position:relative}.premium-fancy-text-wrapper:not(.typing):not(.slide) .premium-fancy-list-items{position:absolute;top:0;left:0;display:inline-block}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-hidden{opacity:0;-webkit-animation:pa-zoom-out .8s;animation:pa-zoom-out .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-item-visible{position:relative!important;-webkit-animation:pa-zoom-in .8s;animation:pa-zoom-in .8s}.premium-fancy-text-wrapper.zoomout .premium-fancy-text-items-wrapper{-webkit-perspective:300px;perspective:300px}.premium-fancy-text-wrapper.rotate .premium-fancy-list-items{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-fancy-text-wrapper.rotate .premium-fancy-item-hidden{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:pa-rotate-out 1.2s;animation:pa-rotate-out 1.2s}.premium-fancy-text-wrapper.rotate .premium-fancy-item-visible{position:relative!important;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:pa-rotate-in 1.2s;animation:pa-rotate-in 1.2s}.premium-fancy-text-wrapper.custom .premium-fancy-item-hidden{opacity:0}.premium-fancy-text-wrapper.custom .premium-fancy-item-visible{position:relative!important}.premium-fancy-text-wrapper.auto-fade .premium-fancy-text{display:inline-block;width:200px;font-weight:400}.premium-fancy-text-wrapper.auto-fade .premium-fancy-svg-text{position:relative;vertical-align:sub}.premium-fancy-text-wrapper.auto-fade g>text{text-anchor:start;shape-rendering:crispEdges;opacity:0;font-size:300px;-webkit-animation-name:pa-auto-fade;animation-name:pa-auto-fade;-moz-animation-name:pa-auto-fade;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.premium-fancy-text-wrapper.auto-fade g>text:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.premium-fancy-text-wrapper.loading .premium-fancy-text{position:relative}.premium-fancy-text-wrapper.loading .premium-fancy-text .premium-loading-bar{position:absolute;width:100%;height:3px;bottom:0;left:0;animation:pa-loading-bar 2.5s ease-out infinite;-webkit-animation:pa-loading-bar 2.5s ease-out infinite}.premium-fancy-text-wrapper.loading.pause .premium-fancy-text:hover .premium-loading-bar{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@keyframes pa-auto-fade{0%{opacity:0}20%{opacity:1}35%{opacity:0}100%{opacity:0}}@-webkit-keyframes pa-loading-bar{0%{width:0}100%{width:100}}@keyframes pa-loading-bar{0%{width:0}100%{width:100}}@-webkit-keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes pa-zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes pa-zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@-webkit-keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes pa-rotate-in{0%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg);transform:rotateX(120deg)}65%{opacity:0}100%{opacity:1;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes pa-rotate-out{0%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg)}65%{opacity:0}100%{opacity:0;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}.premium-pricing-table-container{position:relative;overflow:hidden;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-pricing-icon-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:0}.premium-pricing-icon-container .premium-pricing-icon{display:inline-block}.premium-pricing-icon-container .premium-pricing-image{overflow:hidden}.premium-pricing-icon-container .premium-pricing-image img{width:25px;height:25px;-o-object-fit:cover;object-fit:cover}.premium-badge-left{position:absolute;top:0}.premium-badge-right{position:absolute;top:0;right:0}.premium-badge-left{left:0}.premium-badge-triangle.premium-badge-left .corner{width:0;height:0;border-top:150px solid;border-bottom:150px solid transparent;border-right:150px solid transparent}.premium-badge-triangle.premium-badge-right .corner{width:0;height:0;border-bottom:150px solid transparent;border-right:150px solid;border-left:150px solid transparent}.premium-badge-triangle span{position:absolute;top:35px;width:100px;text-align:center;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:block;text-transform:uppercase}.premium-badge-triangle.premium-badge-right span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0}.premium-badge-circle{min-width:4em;min-height:4em;line-height:4em;text-align:center;-webkit-border-radius:100%;border-radius:100%;position:absolute;z-index:1}.premium-badge-stripe{position:absolute;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:15em;overflow:hidden;height:15em}.premium-badge-stripe.premium-badge-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.premium-badge-stripe .corner{text-align:center;left:0;width:150%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase}.premium-badge-flag .corner{text-align:center;-webkit-border-radius:4px 4px 0 4px;border-radius:4px 4px 0 4px;padding:3px 15px;position:absolute;top:10%;right:-8px}.premium-badge-flag .corner::after,.premium-badge-flag .corner::before{content:"";display:block;position:absolute;width:0;height:0;top:100%;right:0;border-bottom:8px solid transparent}.elementor-widget-premium-addon-pricing-table .elementor-widget-container{overflow:visible!important}.premium-badge-flag .corner::after{border-left:8px solid rgba(0,0,0,.2)}.premium-pricing-price-currency{position:relative}.premium-pricing-button-container{display:block}.premium-pricing-list{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0}.premium-pricing-list .premium-pricing-list-item{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-pricing-list .premium-pricing-list-item svg{width:50px;height:50px}.premium-pricing-list .premium-pricing-list-item img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover}.premium-pricing-list .premium-pricing-list-span{position:relative}.premium-pricing-list .list-item-tooltip{border-bottom:1px dotted}.premium-pricing-list .premium-pricing-list-tooltip{position:absolute;top:-webkit-calc(100% + 1px);top:calc(100% + 1px);left:0;visibility:hidden;padding:15px 20px;-webkit-border-radius:5px;border-radius:5px;min-width:200px;overflow:hidden;text-align:left;font-size:.8rem;color:#fff;background-color:#aaa}.premium-pricing-features-left .premium-pricing-list-span{text-align:left}.premium-pricing-features-center .premium-pricing-list-span{text-align:center}.premium-pricing-features-right .premium-pricing-list-span{text-align:right}.premium-pricing-list-span:hover .premium-pricing-list-tooltip{z-index:99;visibility:visible;opacity:1}.premium-pricing-slashed-price-value{display:inline-block;font-size:20px;font-weight:400;margin-right:5px}.premium-pricing-price-value{font-size:70px}.premium-pricing-description-container li{list-style-position:inside;text-indent:-40px}@-moz-document url-prefix(){.premium-pricing-description-container li{text-indent:0}}.premium-pricing-price-button{display:block;padding:6px 12px;line-height:1.42857143;text-align:center;color:#fff;background:#6ec1e4;margin-bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-maps-info-container{margin-top:10px;margin-bottom:10px}.premium-maps-info-desc,.premium-maps-info-title{margin:0;padding:0}.premium-maps-container .gm-style-iw{text-align:center}.premium-maps-container .gm-style img{max-width:none!important}.premium-button{display:inline-block;position:relative;overflow:hidden;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-button-sm{padding:12px 24px;font-size:14px;line-height:1}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.premium-button .premium-lottie-animation svg,.premium-image-button .premium-lottie-animation svg{width:50px;height:50px}.premium-button-md{padding:14px 26px;font-size:16px;line-height:1.2}.premium-button-lg{padding:16px 28px;font-size:18px;line-height:1.3333}.premium-button-block{font-size:15px;line-height:1;padding:12px 24px;width:100%;text-align:center}.premium-button-text{display:inline-block;width:100%}.premium-button-style1,.premium-button-style2,.premium-button-style5,.premium-button-style7{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.15s;transition-duration:.15s}.premium-button-style1:before,.premium-button-style2:before,.premium-button-style5:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.premium-button-style5-radialin:before,.premium-button-style5-radialout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialin:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-rectin:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectout:before{-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-rectout:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-button-style5-rectin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style5-radialout:hover:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.premium-button-style5-radialin:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.premium-button-style1-top:before{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.premium-button-style1-right:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.premium-button-style1-left:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.premium-button-style2-scshutoutver:before,.premium-button-style2-shutouthor:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.premium-button-style2-scshutouthor:before,.premium-button-style2-shutoutver:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.premium-button-style2-shutinhor:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style2-shutinver:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%}.premium-button-style1-bottom:hover:before,.premium-button-style1-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.premium-button-style1-left:hover:before,.premium-button-style1-right:hover:before,.premium-button-style2-shutouthor:hover:before,.premium-button-style2-shutoutver:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.premium-button-style2-shutinhor:hover:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.premium-button-style2-shutinver:hover:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.premium-button-style2-scshutouthor:hover:before{-webkit-transform:scaleX(.9);-ms-transform:scaleX(.9);transform:scaleX(.9)}.premium-button-style2-scshutoutver:hover:before{-webkit-transform:scaleY(.8);-ms-transform:scaleY(.8);transform:scaleY(.8)}.premium-button-style2-dshutinhor:before{top:50%;left:50%;width:120%;height:0%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all}.premium-button-style2-dshutinver:before{top:50%;left:50%;width:120%;height:0%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:all;transition-property:all;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.premium-button-style2-dshutinhor:hover:before,.premium-button-style2-dshutinver:hover:before{height:220%}.premium-button-style3-before i,.premium-button-style3-before svg{opacity:0;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.premium-button-style3-after i,.premium-button-style3-after svg{opacity:0;-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.premium-button-style3-after:hover i,.premium-button-style3-after:hover svg{opacity:1}.premium-button-style3-before:hover i,.premium-button-style3-before:hover svg{opacity:1}.premium-button-text-icon-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-text-icon-wrapper i,.premium-button-text-icon-wrapper span,.premium-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style4-icon-wrapper.top{bottom:-100%;left:0}.premium-button-style4-icon-wrapper.bottom{top:-100%;left:0}.premium-button-style4-icon-wrapper.left{top:0;left:-100%}.premium-button-style4-icon-wrapper.right{top:0;right:-100%}.premium-button-style4-bottom:hover .premium-button-style4-icon-wrapper{top:0;opacity:1}.premium-button-style4-top:hover .premium-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-button-style4-left:hover .premium-button-style4-icon-wrapper{left:0;opacity:1}.premium-button-style4-right:hover .premium-button-style4-icon-wrapper{right:0;opacity:1}.premium-button-style4-bottom:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-button-style4-top:hover .premium-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-button-style4-left:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-button-style4-right:hover .premium-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-button-style6:before{content:"";position:absolute;left:50%;top:50%;width:100px;height:100px;-webkit-border-radius:100%;border-radius:100%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-button-style6:hover:before{-webkit-transform:translate(-50%,-50%) scale(3);-ms-transform:translate(-50%,-50%) scale(3);transform:translate(-50%,-50%) scale(3)}.premium-button-style6 .premium-button-text-icon-wrapper{position:relative;z-index:1}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;-webkit-border-radius:50%;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-button-style7-left .premium-button-text-icon-wrapper:before,.premium-button-style7-right .premium-button-text-icon-wrapper:before{-webkit-transition:width .3s ease-out .15s;transition:width .3s ease-out .15s}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:after{-webkit-transition:width .3s ease-out 0s;transition:width .3s ease-out 0s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:before,.premium-button-style7-top .premium-button-text-icon-wrapper:before{-webkit-transition:height .3s ease-out .15s;transition:height .3s ease-out .15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:after{-webkit-transition:height .3s ease-out 0s;transition:height .3s ease-out 0s}.premium-button-style7:hover .premium-button-text-icon-wrapper:before{-webkit-transition-delay:0s;transition-delay:0s}.premium-button-style7:hover .premium-button-text-icon-wrapper:after{-webkit-transition-delay:.15s;transition-delay:.15s}.premium-button-style7-bottom .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom .premium-button-text-icon-wrapper:before{content:"";position:absolute;right:0;top:0;left:0;height:0;z-index:-1}.premium-button-style7-top .premium-button-text-icon-wrapper:after,.premium-button-style7-top .premium-button-text-icon-wrapper:before{content:"";position:absolute;right:0;bottom:0;left:0;height:0;z-index:-1}.premium-button-style7-right .premium-button-text-icon-wrapper:after,.premium-button-style7-right .premium-button-text-icon-wrapper:before{content:"";position:absolute;right:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-left .premium-button-text-icon-wrapper:after,.premium-button-style7-left .premium-button-text-icon-wrapper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;z-index:-1}.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-bottom:hover .premium-button-text-icon-wrapper:before{height:100%;top:0}.premium-button-style7-top:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-top:hover .premium-button-text-icon-wrapper:before{height:100%;bottom:0}.premium-button-style7-left:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-left:hover .premium-button-text-icon-wrapper:before{width:100%;left:0}.premium-button-style7-right:hover .premium-button-text-icon-wrapper:after,.premium-button-style7-right:hover .premium-button-text-icon-wrapper:before{width:100%;right:0}.premium-contact-form-anim-yes .wpcf7-span::after{display:block;height:2px;content:"";top:-2px;position:relative;width:0;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.premium-contact-form-anim-yes .wpcf7-span.is-focused::after{width:100%}.premium-image-button{display:inline-block;position:relative;overflow:hidden;background:#6ec1e4;cursor:pointer;-webkit-transition:all .2s ease-in-out!important;transition:all .2s ease-in-out!important}.premium-image-button:hover{background-color:#54595f}.premium-image-button-style1:before,.premium-image-button-style4-icon-wrapper{background-color:#54595f}.premium-image-button.premium-image-button-sm{padding:12px 24px;font-size:14px;line-height:1}.premium-image-button.premium-image-button-md{padding:14px 26px;font-size:16px;line-height:1.2}.premium-image-button.premium-image-button-lg{padding:16px 28px;font-size:18px;line-height:1.3333}.premium-image-button.premium-image-button-block{font-size:15px;line-height:1;padding:12px 24px;width:100%;text-align:center}.premium-image-button-text-icon-wrapper{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-text-icon-wrapper i,.premium-image-button-text-icon-wrapper span,.premium-image-button-text-icon-wrapper svg{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1:before{position:absolute;content:"";-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.premium-image-button-style1-bottom:before{width:100%;height:0;top:0;left:0}.premium-image-button-style1-top:before{width:100%;height:0;bottom:0;left:0}.premium-image-button-style1-right:before{width:0;height:100%;bottom:0;left:0}.premium-image-button-style1-left:before{width:0;height:100%;top:0;right:0}.premium-image-button-style1-bottom:hover:before,.premium-image-button-style1-top:hover:before{height:100%}.premium-image-button-style1-left:hover:before,.premium-image-button-style1-right:hover:before{width:100%}.premium-image-button-style3{z-index:10}.premium-image-button-style3:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";z-index:1;background:rgba(255,255,255,.2);-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);-webkit-transition:all .8s ease-out;transition:all .8s ease-out}.premium-image-button-diagonal-right:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-right:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-left:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-bottom:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-diagonal-bottom:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0)}.premium-image-button-diagonal-top:hover:before{-webkit-transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);transform:scale3d(14,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0)}.premium-image-button-style4-icon-wrapper{position:absolute;z-index:2;width:100%;text-align:center;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-button-style4-icon-wrapper.top{bottom:-100%;left:0}.premium-image-button-style4-icon-wrapper.bottom{top:-100%;left:0}.premium-image-button-style4-icon-wrapper.left{top:0;left:-100%}.premium-image-button-style4-icon-wrapper.right{top:0;right:-100%}.premium-image-button-style4-bottom:hover .premium-image-button-style4-icon-wrapper{top:0;opacity:1}.premium-image-button-style4-bottom:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0}.premium-image-button-style4-top:hover .premium-image-button-style4-icon-wrapper{bottom:0;opacity:1}.premium-image-button-style4-top:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.premium-image-button-style4-left:hover .premium-image-button-style4-icon-wrapper{left:0;opacity:1}.premium-image-button-style4-left:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);opacity:0}.premium-image-button-style4-right:hover .premium-image-button-style4-icon-wrapper{right:0;opacity:1}.premium-image-button-style4-right:hover .premium-image-button-text-icon-wrapper{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.premium-image-button-style5:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;background:rgba(255,255,255,.2);-webkit-animation-name:premium-overlap-effect-done;animation-name:premium-overlap-effect-done;-webkit-animation-duration:1s;animation-duration:1s}.premium-image-button-overlap-effect-vertical:before{-webkit-animation-name:premium-overlap-ver-effect-done;animation-name:premium-overlap-ver-effect-done}.premium-image-button-overlap-effect-horizontal:hover:before{-webkit-animation-name:premium-overlap-effect;animation-name:premium-overlap-effect}.premium-image-button-overlap-effect-vertical:hover:before{-webkit-animation-name:premium-overlap-ver-effect;animation-name:premium-overlap-ver-effect}@-webkit-keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes premium-overlap-effect-done{0%{opacity:0;-webkit-transform:rotateY(0);transform:rotateY(0)}50%{opacity:1;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{opacity:0;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@-webkit-keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@-webkit-keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}@keyframes premium-overlap-ver-effect-done{0%{opacity:0;-webkit-transform:rotateX(0);transform:rotateX(0)}50%{opacity:1;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}100%{opacity:0;-webkit-transform:rotateX(360deg);transform:rotateX(360deg)}}.premium-blog-filter,.premium-img-gallery-filter{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-img-gallery{clear:both;overflow:hidden}.premium-gallery-container .premium-gallery-item{padding:10px;float:left}.premium-gallery-container .grid-sizer{width:33.33%}.premium-gallery-container .pa-gallery-item{padding:10px}.premium-blog-filter .premium-blog-filters-container li a.category,.premium-img-gallery-filter .premium-gallery-cats-container li a.category{outline:0;text-decoration:none;-webkit-border-radius:75px;border-radius:75px;margin:15px 5px 20px;padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery-filter .premium-gallery-cats-container li a.category span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img{position:relative}.pa-gallery-img .pa-gallery-whole-link{position:absolute;top:0;left:0;width:100%;height:100%}.pa-gallery-img.style2 .pa-gallery-whole-link{z-index:99}.pa-gallery-img-container{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pa-gallery-img-container img{display:block;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-img-gallery.gray img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.premium-img-gallery.scale img,.premium-img-gallery.zoomout img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.premium-img-gallery.sepia img{-webkit-filter:sepia(30%);filter:sepia(30%)}.premium-img-gallery.bright img{-webkit-filter:brightness(1);filter:brightness(1)}.premium-img-gallery.trans img{-webkit-transform:translateX(-15px) scale(1.1);-ms-transform:translateX(-15px) scale(1.1);transform:translateX(-15px) scale(1.1)}.pa-gallery-img .pa-gallery-img-link,.pa-gallery-img .pa-gallery-magnific-image{outline:0}.pa-gallery-img .pa-gallery-img-link span,.pa-gallery-img .pa-gallery-magnific-image span{line-height:1;display:inline-block;opacity:0;margin:0 5px;padding:15px;-webkit-border-radius:50%;border-radius:50%}.pa-gallery-img.style2 .pa-gallery-img-link span,.pa-gallery-img.style2 .pa-gallery-magnific-image span{margin:0 5px 20px}.pa-gallery-img:hover .pa-gallery-magnific-image span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .3s;transition:all .3s ease-in-out,opacity .5s ease-in-out .3s}.pa-gallery-img:hover .pa-gallery-img-link span{-webkit-transition:all .3s ease-in-out,opacity .5s ease-in-out .6s;transition:all .3s ease-in-out,opacity .5s ease-in-out .6s}.pa-gallery-img:hover .pa-gallery-img-link span,.pa-gallery-img:hover .pa-gallery-magnific-image span{opacity:1}.premium-gallery-icon-show a.pa-gallery-video-icon span{opacity:1}.premium-blog-filter ul.premium-blog-filters-container,.premium-img-gallery-filter ul.premium-gallery-cats-container{text-align:center;margin:0;padding:0}.premium-blog-filter .premium-blog-filters-container li,.premium-img-gallery-filter .premium-gallery-cats-container li{list-style:none;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex}.premium-img-gallery.zoomin .pa-gallery-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.premium-img-gallery.zoomout .pa-gallery-img:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-img-gallery.scale .pa-gallery-img:hover img{-webkit-transform:scale(1.3) rotate(5deg);-ms-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.premium-img-gallery.gray .pa-gallery-img:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.premium-img-gallery.blur .pa-gallery-img:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-img-gallery.sepia .pa-gallery-img:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.premium-img-gallery.trans .pa-gallery-img:hover img{-webkit-transform:translateX(0) scale(1.1);-ms-transform:translateX(0) scale(1.1);transform:translateX(0) scale(1.1)}.premium-img-gallery.bright .pa-gallery-img:hover img{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.pa-gallery-img .premium-gallery-caption{padding:10px}.pa-gallery-img .premium-gallery-caption .premium-gallery-img-name{margin-bottom:0}.pa-gallery-img.style1{overflow:hidden}.pa-gallery-img:not(.style2) .pa-gallery-icons-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pa-gallery-img:not(.style2) .pa-gallery-icons-inner-container{position:absolute;top:33.33%;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999}.pa-gallery-img.style1 .premium-gallery-caption{position:absolute;top:auto;right:0;bottom:-1px;left:0;width:100%;-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pa-gallery-img.style1:hover .premium-gallery-caption{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);bottom:-1px!important}.pa-gallery-img.default .premium-gallery-caption{position:absolute;top:auto;right:0;left:0;width:100%;bottom:0}.pa-gallery-img.style2 .pa-gallery-icons-caption-container{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;z-index:1;background-color:rgba(108,191,226,.68);-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pa-gallery-img.style2 .pa-gallery-icons-caption-cell{width:100%}.pa-gallery-img.style2:hover .pa-gallery-icons-caption-container{opacity:1;-webkit-transform:translate(15px,15px);-ms-transform:translate(15px,15px);transform:translate(15px,15px)}.premium-clearfix{clear:both}.premium-img-gallery-metro .premium-gallery-item{overflow:hidden}.premium-img-gallery-metro .pa-gallery-img{height:100%}.premium-img-gallery-metro .pa-gallery-img-container{height:100%}.premium-img-gallery-metro .pa-gallery-img-container img{min-height:100%;width:100%;-o-object-fit:fill;object-fit:fill}.premium-img-gallery .premium-gallery-item-hidden{visibility:hidden;width:0!important;height:0!important;margin:0!important;padding:0!important}.premium-gallery-load-more{position:relative}.premium-gallery-load-more .premium-gallery-load-more-btn{-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border:none;outline:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:bottom;cursor:pointer;line-height:1;font-style:normal;font-weight:400;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-gallery-load-more-btn{-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;-webkit-border-radius:50%;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-gallery-load-more-btn div{margin-left:3px}.premium-gallery-load-more-btn .premium-loader{display:inline-block;width:20px;height:20px}.pa-gallery-img .pa-gallery-lightbox-wrap{display:inline-block}.pa-gallery-img .pa-gallery-video-icon,.premium-img-gallery-no-lightbox .premium-gallery-video-item .pa-gallery-img{cursor:pointer}.pa-gallery-img-container iframe{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none}.pa-gallery-img-container video{position:absolute;visibility:hidden;top:0;left:0;max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;-o-object-fit:contain;object-fit:contain}.pa-gallery-icons-caption-cell svg,.pa-gallery-icons-inner-container svg{width:14px;height:14px}.premium-gallery-gradient-layer{position:absolute;bottom:40px;width:100%;height:20px;background:-webkit-gradient(linear,left bottom,left top,from(#17181f),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,#17181f 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#17181f 0,rgba(255,255,255,0) 100%)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-vscroll-inner{position:relative;min-height:100%}.premium-vscroll-inner .premium-vscroll-dots{position:fixed;z-index:100;opacity:1;margin-top:-32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-wrap .premium-vscroll-nav-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dots,.premium-vscroll-wrap .premium-vscroll-dots-hide{opacity:0;visibility:hidden}.premium-vscroll-nav-dots-yes .premium-vscroll-inner .premium-vscroll-dots:not(.premium-vscroll-dots-hide){opacity:1;visibility:visible}.premium-vscroll-dots.middle{top:50%}.premium-vscroll-dots.top{top:40px}.premium-vscroll-dots.bottom{bottom:30px}.premium-vscroll-dots.right{right:17px}.premium-vscroll-dots.left{left:17px}.premium-vscroll-inner ul.premium-vscroll-dots-list,.premium-vscroll-wrap .premium-vscroll-nav-menu{margin:0!important;padding:0}.premium-vscroll-inner ul.premium-vscroll-dots-list li{width:14px;height:13px;margin:7px;position:relative;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:visible}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link span{top:2px;left:2.5px;width:8px;height:8px;border:1px solid #000;-webkit-border-radius:50%;border-radius:50%;position:absolute;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-vscroll-inner .premium-vscroll-dot-item.active .premium-vscroll-nav-link span{-webkit-transform:scale(1.6);-ms-transform:scale(1.6);transform:scale(1.6)}.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-tooltip{position:absolute;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;padding-left:.4em;padding-right:.4em}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip{right:27px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item{width:4px;height:30px}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item span{width:100%;height:100%;-webkit-border-radius:0;border-radius:0}.premium-vscroll-inner .premium-vscroll-dots.lines .premium-vscroll-dot-item.active span{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.premium-vscroll-inner .premium-vscroll-dots.right .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";left:-webkit-calc(100% - 1px);left:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip{left:27px}.premium-vscroll-inner .premium-vscroll-dots.left .premium-vscroll-tooltip::after{position:absolute;top:50%;content:"";right:-webkit-calc(100% - 1px);right:calc(100% - 1px);width:10px;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){.premium-vscroll-dots.right{right:7px}.premium-vscroll-dots.left{left:7px}}.premium-vscroll-nav-menu{position:fixed;top:20px;height:40px;z-index:100;padding:0;margin:0}.premium-vscroll-nav-menu.left{left:0}.premium-vscroll-nav-menu.right{right:0}.premium-vscroll-nav-menu .premium-vscroll-nav-item{display:inline-block;margin:10px;color:#000;background:#fff;background:rgba(255,255,255,.3)}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{padding:9px 18px;display:block;cursor:pointer;color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{color:#000}.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:focus{outline:0}.multiscroll-nav li a:focus{outline:0}.premium-vscroll-temp .slimScrollBar{visibility:hidden}.premium-image-scroll-container,.premium-image-scroll-section{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-image-scroll-section{position:relative;overflow:hidden;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,#000)}.premium-image-scroll-container{width:100%}.premium-image-scroll-container .premium-image-scroll-mask-media{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.premium-container-scroll{overflow:auto}.premium-image-scroll-container .premium-image-scroll-horizontal{position:relative;width:100%;height:100%}.premium-image-scroll-container .premium-image-scroll-horizontal img{max-width:none;height:100%}.premium-image-scroll-container .premium-image-scroll-vertical img{width:100%;max-width:100%;height:auto}.premium-image-scroll-ver{position:relative}.premium-image-scroll-container .premium-image-scroll-overlay{background:rgba(2,2,2,.3)}.premium-image-scroll-container .premium-image-scroll-link,.premium-image-scroll-container .premium-image-scroll-overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:4}.premium-image-scroll-content{display:inline-block;position:absolute;height:auto;top:50%;left:50%;text-align:center;z-index:5;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.premium-container-scroll-instant .premium-image-scroll-image{-webkit-transition:all 0s ease-in-out!important;transition:all 0s ease-in-out!important}.premium-image-scroll-container img{-webkit-transition:-webkit-transform 3s ease-in-out;transition:-webkit-transform 3s ease-in-out;transition:transform 3s ease-in-out;transition:transform 3s ease-in-out,-webkit-transform 3s ease-in-out}.premium-image-scroll-container .premium-image-scroll-content,.premium-image-scroll-container .premium-image-scroll-overlay{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.premium-image-scroll-container:hover .premium-image-scroll-overlay{opacity:0}.premium-image-scroll-container:hover .premium-image-scroll-content{opacity:0;visibility:hidden}.premium-image-scroll-content .premium-image-scroll-icon{display:inline-block;font-family:pa-elements!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.pa-horizontal-mouse-scroll:before{content:"\e917"}.pa-vertical-mouse-scroll:before{content:"\e918"}.pa-horizontal-mouse-scroll{-webkit-animation-name:pa-scroll-horizontal;animation-name:pa-scroll-horizontal}.pa-vertical-mouse-scroll{-webkit-animation-name:pa-scroll-vertical;animation-name:pa-scroll-vertical}@-webkit-keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes pa-scroll-vertical{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}@keyframes pa-scroll-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(5px);transform:translateX(5px)}}.premium-lottie-wrap .premium-lottie-animation{position:relative;-js-display:inline-flex;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-lottie-wrap .premium-lottie-animation a{position:absolute;left:0;top:0;width:100%;height:100%}.premium-icon-list-box{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-icon-list-box .premium-icon-list-content-grow-lc{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-icon-list-box .premium-icon-list-content-grow-rc{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-icon-list-box .premium-icon-list-content-grow-cc{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-icon-list-content{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto;position:relative}.premium-icon-list-content .premium-icon-list-text span,.premium-icon-list-content .premium-icon-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-icon-list-content .premium-icon-list-text span{margin:0 5px}.premium-icon-list-content .premium-icon-list-icon-text p{font-size:18px;background-color:#eee;padding:1px 5px;-webkit-border-radius:2px;border-radius:2px}.premium-icon-list-content .premium-icon-list-icon-text p,.premium-icon-list-content .premium-icon-list-text span,.premium-icon-list-content .premium-icon-list-wrapper i,.premium-icon-list-content .premium-icon-list-wrapper img,.premium-icon-list-content .premium-icon-list-wrapper svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.premium-icon-list-content .premium-icon-list-wrapper{position:relative;line-height:0}.premium-icon-list-content .premium-icon-list-wrapper .premium-lottie-animation svg,.premium-icon-list-content .premium-icon-list-wrapper img{width:30px!important;height:30px!important;position:relative;z-index:500}.premium-icon-list-content .premium-icon-list-wrapper .premium-icon-list-icon-text,.premium-icon-list-content .premium-icon-list-wrapper i{position:relative;z-index:500}.premium-icon-list-content .premium-icon-list-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}.premium-icon-list-content:not(:last-of-type) .premium-icon-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.premium-icon-list-content:not(:last-of-type) .premium-icon-list-connector .premium-icon-connector-content:after{content:"";border-right-width:1px;border-right-style:solid;border-color:#333;display:block;height:100%}li.premium-icon-list-content.premium-icon-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-icon-list-content.premium-icon-list-content-inline:not(:first-child){margin:0 3px}li.premium-icon-list-content.premium-icon-list-content-inline:first-child{margin:0 3px 0 0}.premium-icon-list-divider:not(:last-child){width:100%;-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-icon-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-icon-list-divider-inline:not(:last-child){float:right;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-icon-list-divider-inline:not(:last-child):after{content:"";display:block;border-left-width:1px;height:33px;border-left-style:solid}.premium-icon-list-icon-text{line-height:1.5}.premium-icon-list-icon-text p,li.premium-icon-list-content,ul.premium-icon-list-box{margin:0}.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-icon-text p,.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-text span,.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-connector-content,.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-badge,.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-wrapper .premium-lottie-animation svg,.premium-icon-list-blur:hover .premium-icon-list-content .premium-icon-list-wrapper img{-webkit-filter:blur(3px);filter:blur(3px)}.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-icon-text p,.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-text span,.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-connector-content,.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-badge,.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-wrapper .premium-lottie-animation svg,.premium-icon-list-blur:hover .premium-icon-list-content:hover .premium-icon-list-wrapper img{-webkit-filter:none;filter:none}.premium-icon-list-content .premium-icon-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.premium-icon-list-content .premium-icon-list-icon-text p{font-size:13px}.premium-icon-list-gradient-effect[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-icon-list-gradient-effect[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(0 0,1px 0,1px 100%,0 100%);clip-path:polygon(0 0,1px 0,1px 100%,0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-icon-list-content:focus .premium-icon-list-gradient-effect[data-text]::before,.premium-icon-list-content:hover .premium-icon-list-gradient-effect[data-text]::before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}ul[data-list-animation*=animated-] .premium-icon-list-content,ul[data-list-animation*=animated-] .premium-icon-list-divider,ul[data-list-animation*=animated-] .premium-icon-list-divider-inline{opacity:0}.premium-icon-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.alice-carousel .animated {
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.alice-carousel .animated-out {
z-index: 1; }
.alice-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
visibility: hidden; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0;
visibility: hidden; } }
.alice-carousel {
position: relative;
width: 100%;
margin: auto;
direction: ltr; }
.alice-carousel__wrapper {
position: relative;
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
width: 100%;
height: auto; }
.alice-carousel__stage {
position: relative;
box-sizing: border-box;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
white-space: nowrap;
transform-style: flat;
-webkit-transform-style: flat;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.alice-carousel__stage-item {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
vertical-align: top;
white-space: normal;
line-height: 0; }
.alice-carousel__stage-item * {
line-height: initial; }
.alice-carousel__stage-item.__hidden {
opacity: 0;
overflow: hidden; }
.alice-carousel__prev-btn,
.alice-carousel__next-btn {
display: inline-block;
box-sizing: border-box;
width: 50%;
padding: 10px 5px; }
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
position: relative;
content: attr(data-area);
text-transform: capitalize; }
.alice-carousel__prev-btn {
text-align: right; }
.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
display: inline-block;
cursor: pointer;
padding: 5px;
margin: 0;
color: #465798; }
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
color: darkred; }
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
opacity: 0.4;
pointer-events: none; }
.alice-carousel__play-btn {
position: absolute;
top: 30px;
left: 20px;
display: inline-block; }
.alice-carousel__play-btn:hover {
cursor: pointer; }
.alice-carousel__play-btn-wrapper {
position: relative;
width: 32px;
height: 32px;
padding: 10px;
border-radius: 50%;
background-color: #fff; }
.alice-carousel__play-btn-item {
position: absolute;
width: 32px;
height: 32px;
cursor: pointer;
border: 0;
outline: none;
background: transparent; }
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
position: absolute;
pointer-events: none;
display: block;
width: 0;
height: 0;
content: '';
transition: all 0.4s linear;
border-width: 8px 0 8px 15px;
border-style: solid;
border-color: transparent;
border-left-color: #465798; }
.alice-carousel__play-btn-item::before {
left: 5px;
height: 14px; }
.alice-carousel__play-btn-item::after {
top: 7px;
left: 18px; }
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
height: 30px;
border-width: 0 0 0 10px; }
.alice-carousel__play-btn-item.__pause::after {
top: 0;
left: 18px; }
.alice-carousel__dots {
margin: 30px 3px 5px;
padding: 0;
list-style: none;
text-align: center; }
.alice-carousel__dots > li {
display: inline-block; }
.alice-carousel__dots-item:not(.__custom) {
width: 8px;
height: 8px;
cursor: pointer;
border-radius: 50%;
background-color: #e0e4fb; }
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
margin-right: 20px; }
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
background-color: #6e7ebc; }
.alice-carousel__slide-info {
position: absolute;
top: 20px;
right: 20px;
display: inline-block;
padding: 5px 10px;
color: #465798;
border-radius: 5px;
background-color: rgba(224, 228, 251, 0.6); }
.alice-carousel__slide-info-item {
vertical-align: middle;
line-height: 0; }.layout__fill-parent{top:0;bottom:0;left:0;right:0}.layout__flex-box{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:stretch;box-sizing:border-box}.layout__no-overflow{overflow:hidden}.layout__scroll-x{overflow-x:auto;overflow-y:hidden}.layout__scroll-y{overflow-x:hidden;overflow-y:auto}.layout__overflow-x{overflow-x:visible;overflow-y:hidden}.layout__overflow-y{overflow-x:hidden;overflow-y:visible}.layout__text-overflow-ellipsis{text-overflow:ellipsis;overflow:hidden}.layout__flex-row{display:flex;flex-direction:row}.layout__flex-column{display:flex;flex-direction:column}.layout__flex-center{align-items:center;justify-content:center}.layout__z-medium{z-index:100}.layout__z-lower{z-index:-100}.layout__z-low{z-index:0}.layout__z-high{z-index:1000}.layout__z-higher{z-index:100000}.layout__z-highest{z-index:1000000}
.Square__filler{position:relative;padding-bottom:100%;box-sizing:border-box}.Square__positioner{position:absolute;top:unset;right:unset;bottom:unset;left:unset;z-index:0}
.MasonryLayout__root{display:grid}.MasonryLayout__column,.MasonryLayout__root{justify-content:flex-start;align-items:stretch}.MasonryLayout__column{flex:1;display:flex;flex-direction:column}.MasonryLayout__column:last-of-type{margin-right:0!important}.MasonryLayout__cell{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.MasonryLayout__cell:last-of-type{margin-bottom:0!important}
.DesignedButton__button{display:inline-block;padding:.8em 1.1em;border:0;border-radius:3px;text-align:center;white-space:nowrap;cursor:pointer;font-size:inherit;font-family:inherit;text-transform:none;font-weight:400;letter-spacing:normal}.DesignedButton__button,.DesignedButton__button:active,.DesignedButton__button:focus,.DesignedButton__button:hover{text-decoration:none;box-shadow:0 0 0 transparent;background:transparent;border:0;outline:0}.DesignedButton__link{display:inline-flex!important;flex-direction:column;align-items:stretch;padding:0!important;margin:0!important;border:0!important;background:transparent!important}.DesignedButton__link,.DesignedButton__link:active,.DesignedButton__link:focus,.DesignedButton__link:hover{text-decoration:none!important}.DesignedButton__link .dashicons{font-size:1.4em;width:1em;height:1em;margin-right:.2em;vertical-align:text-top}.MediaTile__root{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;height:100%;cursor:pointer;overflow:hidden}.MediaTile__type-icon{position:absolute;top:.5%;right:.5%;width:32px;height:32px;background-repeat:no-repeat}.MediaTile__image-type-icon{background-position:-34px -34px}.MediaTile__video-type-icon{background-position:0 -34px}.MediaTile__album-type-icon{background-position:0 0}.MediaTile__igtv-type-icon{background-position:-34px 0}.MediaTile__overlay{position:absolute;top:0;right:0;bottom:0;left:0}
.MediaOverlay__root{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:.3vw;box-sizing:border-box}.MediaOverlay__root>*{color:inherit;font-size:13px;font-weight:400}.MediaOverlay__root a{color:currentColor;text-decoration:none;text-underline-style:single}.MediaOverlay__root a:hover{text-decoration:underline}.MediaOverlay__rows{flex:1;flex-direction:column;justify-content:space-between;height:100%;max-height:100%}.MediaOverlay__row,.MediaOverlay__rows{display:flex}.MediaOverlay__row{flex-grow:1;position:relative;flex-direction:column}.MediaOverlay__top-row{justify-content:flex-start;height:40%;max-height:40%}.MediaOverlay__middle-row{justify-content:center;height:20%;max-height:20%}.MediaOverlay__bottom-row{justify-content:flex-end;height:40%;max-height:40%}.MediaOverlay__counter-list{display:flex;flex-direction:row;align-items:center;justify-content:center}.MediaOverlay__username{font-size:15px;font-weight:700;margin-bottom:3px;color:inherit}.MediaOverlay__date-container,.MediaOverlay__username{text-align:center}.MediaOverlay__date{line-height:1.8em}.MediaOverlay__caption{display:block;width:100%;font-size:13px;line-height:1.3em;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.MediaOverlay__caption,.MediaOverlay__counter{text-align:center;white-space:nowrap}.MediaOverlay__counter{display:flex;flex-direction:row;align-items:center;color:inherit;font-weight:700;font-size:0}.MediaOverlay__counter svg{margin-right:10%}.MediaOverlay__counter:not(:last-child){margin-right:15%}.MediaOverlay__comments-count,.MediaOverlay__likes-count{}.MediaOverlay__ig-link-icon{display:inline-block;position:absolute;bottom:0;right:0;color:inherit;font-size:0}.MediaOverlay__ig-link-icon:hover{color:inherit;text-decoration:none!important}
.MediaThumbnail__root{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;background-color:var(--sli-grey);-webkit-animation-name:MediaThumbnail__media-background-fade-in-animation;animation-name:MediaThumbnail__media-background-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.MediaThumbnail__root,.MediaThumbnail__root img,.MediaThumbnail__root video{-webkit-animation-duration:.3s;animation-duration:.3s}.MediaThumbnail__root img,.MediaThumbnail__root video{width:auto;height:auto;max-width:100%;max-height:100%;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;-webkit-animation-name:MediaThumbnail__media-object-fade-in-animation;animation-name:MediaThumbnail__media-object-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;box-sizing:content-box!important;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MediaThumbnail__image,.MediaThumbnail__root{width:100%!important;height:100%!important}.MediaThumbnail__image{max-width:100%;max-height:100%;min-width:100%;min-height:100%;-o-object-fit:cover!important;object-fit:cover!important;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:MediaThumbnail__media-object-fade-in-animation;animation-name:MediaThumbnail__media-object-fade-in-animation;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;box-sizing:content-box!important}.MediaThumbnail__image:after{display:none;content:" "}.MediaThumbnail__not-available{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;color:#fff;line-height:1.5em;text-align:center}
.MediaLoading__root{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;-webkit-animation-name:MediaLoading__animation;animation-name:MediaLoading__animation;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes MediaLoading__animation{0%,to{background:#e3e3e3}50%{background:#efefef}}@keyframes MediaLoading__animation{0%,to{background:#e3e3e3}50%{background:#efefef}}
.MediaTileCaption__root{margin-top:6px}.MediaTileCaption__preview{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.MediaTileCaption__full{text-align:left;white-space:pre-line}
.MediaTileIcons__root{justify-content:center;margin-bottom:6px}.MediaTileIcons__icon,.MediaTileIcons__root{align-items:center}.MediaTileIcons__icon{display:flex;flex-direction:row;margin-top:6px}.MediaTileIcons__icon:not(:last-child){margin-right:10px}.MediaTileIcons__icon svg{margin-right:5px}
.FeedLayout__root{box-sizing:border-box}.FeedLayout__wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;image-rendering:high-quality}.FeedLayout__button{display:block;text-align:center}.FeedLayout__follow-btn,.FeedLayout__load-more-btn{}.FeedLayout__fake-media{padding-bottom:100%;border-radius:2px;background-color:var(--sli-grey);-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:FeedLayout__fake-media-flash-animation;animation-name:FeedLayout__fake-media-flash-animation;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes FeedLayout__fake-media-flash-animation{0%,to{background:#e3e3e3}50%{background:#efefef}}@keyframes FeedLayout__fake-media-flash-animation{0%,to{background:#e3e3e3}50%{background:#efefef}}
.MediaPopupBox__container{position:fixed;top:0;bottom:0;left:0;right:0;font-size:14px;background:rgba(0,0,0,.7);overflow-x:hidden;overflow-y:auto;z-index:999999999}.MediaPopupBox__horizontal,.MediaPopupBox__vertical{}.MediaPopupBox__layer{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;max-height:100vh}.MediaPopupBox__control{display:block;width:40px;height:40px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;overflow:hidden}.MediaPopupBox__control .MediaPopupBox__control-label{display:block;text-indent:-9999em}.MediaPopupBox__control-icon{color:#fff;font-size:40px;line-height:40px;width:40px;height:40px}.MediaPopupBox__close-button{position:absolute;top:5px;right:5px}.MediaPopupBox__nav-layer{z-index:0}.MediaPopupBox__nav-boundary,.MediaPopupBox__nav-layer{pointer-events:none}.MediaPopupBox__nav-boundary{margin:0 auto;padding:40px}.MediaPopupBox__nav-aligner{position:relative;width:100%;height:100%;margin:0 auto;pointer-events:none}.MediaPopupBox__nav-aligner-sidebar{max-width:935px}.MediaPopupBox__nav-aligner-no-sidebar{max-width:600px}.MediaPopupBox__nav-btn{position:absolute;top:50%;margin-top:-20px}.MediaPopupBox__prev-btn{left:-40px}.MediaPopupBox__next-btn{right:-40px}.MediaPopupBox__modal-layer{padding:0 40px;width:auto;height:100%;pointer-events:none;z-index:1}.MediaPopupBox__modal-aligner{position:relative;align-items:center;width:100%;margin:auto;pointer-events:none}.MediaPopupBox__modal-aligner>*{pointer-events:auto}.MediaPopupBox__modal-aligner-sidebar{max-width:935px}.MediaPopupBox__modal-aligner-no-sidebar{max-width:600px}.MediaPopupBox__vertical .MediaPopupBox__modal-layer{padding:40px}.MediaPopupBox__vertical .MediaPopupBox__modal-aligner{padding-bottom:20px}.MediaPopupBox__vertical .MediaPopupBox__modal{max-height:100%}.MediaPopupBox__no-scroll{overflow:hidden!important}.MediaPopupBox__cta-icon{width:20px;height:20px;line-height:20px;vertical-align:text-bottom;margin-right:.1em}
.MediaViewer__container{position:relative;width:100%;border-radius:2px;overflow:hidden}.MediaViewer__container *{font-size:inherit}.MediaViewer__horizontal,.MediaViewer__vertical{}.MediaViewer__wrapper{position:relative;justify-content:center;min-height:450px}.MediaViewer__wrapper-sidebar{margin-right:335px;background:#000}.MediaViewer__sidebar{position:absolute;top:0;right:0;bottom:0;width:335px;background:#fff;display:flex;flex-flow:column nowrap;align-items:stretch;overflow:hidden}.MediaViewer__media-frame{touch-action:manipulation}.MediaViewer__media-container{display:block;width:100%}.MediaViewer__media-sizer{display:block;top:0;left:0;padding-bottom:100%;box-sizing:border-box;overflow:hidden}.MediaViewer__media{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;display:flex;justify-content:center}.MediaViewer__media,.MediaViewer__vertical{flex-direction:column}.MediaViewer__vertical .MediaViewer__wrapper{left:0;bottom:unset;min-height:unset}.MediaViewer__vertical .MediaViewer__wrapper-sidebar{margin-right:0}.MediaViewer__vertical .MediaViewer__media-sizer{position:relative;max-width:450px;height:auto;margin:auto;padding-bottom:0}.MediaViewer__vertical .MediaViewer__media{height:unset}.MediaViewer__vertical .MediaViewer__media,.MediaViewer__vertical .MediaViewer__sidebar{position:relative;width:100%}
.MediaPopupBoxObject__reset{min-width:unset;max-width:unset;min-height:unset;max-height:unset;-o-object-fit:contain;object-fit:contain;margin:0!important;padding:0!important;border:0 solid transparent!important;outline:0 solid transparent!important;box-shadow:0 0 0 transparent!important;box-sizing:content-box!important}.MediaPopupBoxObject__not-available{width:100%;height:100%;min-height:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.5em;white-space:pre-wrap;text-align:center;color:#fff;background:#000}.MediaPopupBoxObject__loading-animation{-webkit-animation-name:MediaPopupBoxObject__loading;animation-name:MediaPopupBoxObject__loading;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes MediaPopupBoxObject__loading{0%,to{background:#eee}50%{background:#fff}}@keyframes MediaPopupBoxObject__loading{0%,to{background:#eee}50%{background:#fff}}
:root{--sli-video-play-btn-size:100px}.IgVideoPlayer__root{position:relative;justify-content:stretch;align-items:stretch}.IgVideoPlayer__root,.IgVideoPlayer__thumbnail{display:flex;flex-direction:column}.IgVideoPlayer__thumbnail{position:absolute;top:0;left:0;min-width:100%;max-height:100%;justify-content:center}.IgVideoPlayer__thumbnail-hidden{display:none}.IgVideoPlayer__video{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important}.IgVideoPlayer__video:focus{border:0 transparent!important;outline:0 transparent!important;box-shadow:0 0 transparent!important}.IgVideoPlayer__video-hidden{visibility:hidden;pointer-events:none}.IgVideoPlayer__control{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:opacity .1s ease-in}.IgVideoPlayer__control-playing{opacity:0}.IgVideoPlayer__control-paused{opacity:1}.IgVideoPlayer__play-button{width:100px!important;width:var(--sli-video-play-btn-size)!important;height:100px!important;height:var(--sli-video-play-btn-size)!important;fill:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.25));opacity:.85;box-sizing:border-box;pointer-events:none}
.MediaPopupBoxImage__image{width:100%;height:100%;vertical-align:bottom}.MediaPopupBoxImage__loading{display:block;min-width:250px;min-height:300px}.MediaPopupBoxImage__error{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:250px;min-height:250px;background:#000}.MediaPopupBoxImage__error-message{color:#fff;font-size:20px;text-align:center}
:root{--sli-media-album-controls-size:18px;--sli-media-album-controls-bg-color:hsla(0,0%,100%,0.6);--sli-media-album-controls-shadow:0 1px 3px rgba(0,0,0,0.3)}.MediaPopupBoxAlbum__album{position:relative}.MediaPopupBoxAlbum__frame{width:100%;overflow:hidden}.MediaPopupBoxAlbum__scroller{display:block;width:auto;white-space:nowrap;overflow:visible;transition:transform .36s cubic-bezier(.215,.6,.35,1)}.MediaPopupBoxAlbum__child,.MediaPopupBoxAlbum__scroller{margin:0!important;padding:0!important;list-style:none!important}.MediaPopupBoxAlbum__child{display:inline-block;width:100%;max-height:100%;vertical-align:middle}.MediaPopupBoxAlbum__controls-layer{align-items:stretch;position:absolute;top:0;bottom:0;left:0;right:0;padding:0 10px;pointer-events:none}.MediaPopupBoxAlbum__controls-container{position:relative;height:100%}.MediaPopupBoxAlbum__nav-button{position:absolute;top:50%;margin-top:-9px;margin-top:calc(var(--sli-media-album-controls-size)/-2);width:18px;width:var(--sli-media-album-controls-size);height:18px;height:var(--sli-media-album-controls-size);padding:3px;border:0;outline:0;background:hsla(0,0%,100%,.6);background:var(--sli-media-album-controls-bg-color);border-radius:99999px;box-sizing:content-box;cursor:pointer;pointer-events:auto}.MediaPopupBoxAlbum__nav-button,.MediaPopupBoxAlbum__nav-button:active,.MediaPopupBoxAlbum__nav-button:focus,.MediaPopupBoxAlbum__nav-button:hover{box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:var(--sli-media-album-controls-shadow)}.MediaPopupBoxAlbum__nav-button:active,.MediaPopupBoxAlbum__nav-button:focus{outline:0}.MediaPopupBoxAlbum__nav-button svg{color:rgba(0,0,0,.5);width:18px!important;width:var(--sli-media-album-controls-size)!important;height:18px!important;height:var(--sli-media-album-controls-size)!important}.MediaPopupBoxAlbum__prev-button{left:0}.MediaPopupBoxAlbum__next-button{right:0}.MediaPopupBoxAlbum__indicator-list{justify-content:center;position:absolute;left:0;right:0;bottom:10px}.MediaPopupBoxAlbum__indicator{--size:7px;width:var(--size);height:var(--size);box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:var(--sli-media-album-controls-shadow);border-radius:99999px;background-color:hsla(0,0%,100%,.6);background-color:var(--sli-media-album-controls-bg-color);box-sizing:border-box;transition:background-color .16s linear;transition-delay:.2s}.MediaPopupBoxAlbum__indicator:not(:last-of-type){margin-right:6px}.MediaPopupBoxAlbum__indicator-current{background-color:#fff}
:root{--sli-media-lightbox-border-color:#eee}.MediaInfo__container{flex:1;display:flex;flex-direction:column;align-items:stretch;background:#fff;max-height:100%}.MediaInfo__container a{color:#2a2a2a!important;font-weight:700;font-size:inherit;text-decoration:none}.MediaInfo__container a:focus,.MediaInfo__container a:hover{text-decoration:underline}.MediaInfo__container a:focus svg,.MediaInfo__container a:hover svg{text-decoration:none!important}.MediaInfo__padded{padding:18px 20px}.MediaInfo__bordered{border:0 solid #eee;border:0 solid var(--sli-media-lightbox-border-color)}.MediaInfo__header{flex:0;display:flex;flex-direction:row;align-items:center;border-bottom-width:1px}.MediaInfo__source-img{width:34px;height:34px;border-radius:999999px}.MediaInfo__source-img-link{margin-right:8px}.MediaInfo__source-name{font-size:1.15em;line-height:1.5em;overflow:hidden;text-overflow:ellipsis}.MediaInfo__source-name a{color:inherit}.MediaInfo__comments-scroller{flex:1;overflow-x:hidden;overflow-y:auto}.MediaInfo__comments-list{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;margin:2px 0}.MediaInfo__comment{line-height:1.5em}.MediaInfo__comment:not(:last-of-type){margin-bottom:10px}.MediaInfo__stats{display:flex;flex-direction:column;justify-content:center}.MediaInfo__stats:not(:empty){border-top-width:1px}.MediaInfo__stats-line{line-height:20px}.MediaInfo__stats-line:not(:last-child){margin-bottom:5px}.MediaInfo__num-likes{font-size:1.1em;font-weight:700}.MediaInfo__date,.MediaInfo__num-likes{}.MediaInfo__date{font-size:.9em;opacity:.8;text-transform:uppercase}.MediaInfo__footer{display:flex;flex-direction:column;align-items:stretch;padding:8px;border-top-width:1px;line-height:1.6em}.MediaInfo__footer a{color:inherit}
.MediaComment__root{flex-direction:column;line-height:1.5em}.MediaComment__root,.MediaComment__row{display:flex}.MediaComment__row{flex-direction:row;justify-content:flex-start;align-items:baseline}.MediaComment__username{color:inherit!important;font-weight:700!important;margin-right:6px!important}.MediaComment__content{flex:1}.MediaComment__text{white-space:pre-wrap;overflow:hidden}.MediaComment__meta-list{}.MediaComment__meta{font-size:.9em;opacity:.7}.MediaComment__date,.MediaComment__like-count{}.MediaComment__like-count{font-weight:700;margin-left:8px}
.InstagramFeed__feed{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}
:root{--sli-yellow:#ffb83b;--sli-indigo:#564dd8;--sli-green:#3d8e34;--sli-cyan:#1898b2;--sli-teal:#429b93;--sli-pink:#d04186;--sli-blue:#0f69cb;--sli-gold:#ffbf00;--sli-orange:#ff9300;--sli-rouge:#d82442;--sli-grey:#999;--sli-dark:#191e23;--sli-black:#202225;--sli-wp-blue:#007cba;--sli-insta-purple:#595fcd;--sli-wp-grey:#f1f1f1;--sli-wp-light-grey:#f9f9f9;--sli-wp-danger:#b32d2e;--sli-primary-color:var(--wp-admin-theme-color);--sli-secondary-color:var(--sli-yellow);--sli-tertiary-color:var(--sli-pink);--sli-pro-bg-color:#dd234b;--sli-pro-fg-color:#fff;--sli-focus-color:var(--sli-wp-blue);--sli-tooltip-color:var(--sli-dark);--sli-line-color:#d3d8dc;--sli-line-color-2:#e6e7e8;--sli-shade-color:rgba(0,0,0,0.3)}.FeedHeader__root{position:relative;justify-content:space-between;font-size:inherit;flex-wrap:wrap}.FeedHeader__container,.FeedHeader__root{display:flex;flex-direction:row}.FeedHeader__left-container{flex:1;justify-content:flex-start;align-items:stretch}.FeedHeader__right-container{flex:0;justify-content:flex-end;align-items:flex-start}.FeedHeader__profile-pic{flex-shrink:0;width:$picSize;height:$picSize;margin-right:10px;border-radius:9999999px;overflow:hidden}.FeedHeader__profile-pic a{display:block;width:100%;height:100%}.FeedHeader__profile-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.FeedHeader__profile-pic-with-stories{box-shadow:0 0 0 2px #fff,0 0 0 4px #d04186;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--sli-tertiary-color);cursor:pointer}.FeedHeader__info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2px 0;margin-right:10px}.FeedHeader__info-row{line-height:1em;margin:2px 0}.FeedHeader__info-row:first-of-type{margin-top:5px}.FeedHeader__info-row:last-of-type{margin-bottom:5px}.FeedHeader__username{font-size:115%;font-weight:700}.FeedHeader__username a{color:currentColor;text-decoration:none}.FeedHeader__username a:active,.FeedHeader__username a:focus,.FeedHeader__username a:hover{text-decoration:underline}.FeedHeader__subtext{color:inherit}.FeedHeader__bio,.FeedHeader__subtext{padding:3px 3px 0}.FeedHeader__bio{}.FeedHeader__bio:empty{padding:0}.FeedHeader__bio p{font-size:100%;color:inherit;margin:3px 0;line-height:1.2em}.FeedHeader__counter-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.FeedHeader__counter{font-size:90%}.FeedHeader__counter span{font-weight:700}.FeedHeader__counter:not(:last-of-type){margin-right:10px}.FeedHeader__follow-button{justify-self:right;display:flex;flex-direction:column;justify-content:flex-start}.FeedHeader__centered-style,.FeedHeader__normal-style{}.FeedHeader__centered-style,.FeedHeader__centered-style .FeedHeader__container{flex-direction:column;align-items:center}.FeedHeader__centered-style .FeedHeader__profile-pic{margin-right:0;margin-bottom:10px}.FeedHeader__centered-style .FeedHeader__info{align-items:stretch;justify-content:flex-start;text-align:center;margin-right:0}.FeedHeader__centered-style .FeedHeader__bio{margin:0}.FeedHeader__centered-style .FeedHeader__bio p{text-align:center}.FeedHeader__centered-style .FeedHeader__counter-list{position:relative;justify-content:center;padding:0;border-top:1px solid transparent}.FeedHeader__centered-style .FeedHeader__follow-button{margin-top:10px}.FeedHeader__boxed-style{padding:0;border-radius:0;align-items:stretch;margin-bottom:1.5em}.FeedHeader__boxed-style .FeedHeader__profile-pic{display:flex;flex-direction:column;justify-content:flex-start;width:50px;height:50px;margin:0;border-radius:0;background:#000}.FeedHeader__boxed-style .FeedHeader__profile-pic img{width:auto;height:100%}.FeedHeader__boxed-style .FeedHeader__info{justify-content:center;padding:5px}.FeedHeader__boxed-style .FeedHeader__counter-list{position:absolute;top:100%;left:0}.FeedHeader__boxed-style .FeedHeader__follow-button{margin-right:6px}
.StoryLightbox__root{position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;background:rgba(0,0,0,.8);padding:10px 0}.StoryLightbox__container,.StoryLightbox__root{justify-content:flex-start;box-sizing:border-box}.StoryLightbox__container{align-items:stretch;width:60vh;max-width:100%;padding:0 50px}.StoryLightbox__header{justify-content:flex-start;align-items:center;color:#fff;font-size:14px;padding:15px 0}.StoryLightbox__profile-picture{-o-object-fit:cover;object-fit:cover;width:30px;height:30px;border-radius:99999px}.StoryLightbox__username{font-weight:700;margin:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StoryLightbox__username:link,.StoryLightbox__username:visited{color:#fff;text-decoration:none}.StoryLightbox__username:-webkit-any-link{color:#fff;text-decoration:none}.StoryLightbox__username:-moz-any-link{color:#fff;text-decoration:none}.StoryLightbox__username:any-link{color:#fff;text-decoration:none}.StoryLightbox__date{opacity:.8;font-size:14px}.StoryLightbox__progress{margin-bottom:10px}.StoryLightbox__progress-segment{flex:1;position:relative;height:2px;border-radius:3px;background:hsla(0,0%,100%,.35);overflow:hidden}.StoryLightbox__progress-segment:not(:last-of-type){margin-right:2px}.StoryLightbox__progress-overlay{position:absolute;top:0;bottom:0;left:0;width:0;background:#fff}.StoryLightbox__progress-overlay-animating{-webkit-animation-name:StoryLightbox__progress-segment-animation;animation-name:StoryLightbox__progress-segment-animation;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear}.StoryLightbox__progress-overlay-done{width:100%}.StoryLightbox__content{flex:1;position:relative}.StoryLightbox__media{width:100%;max-height:100%;overflow:hidden}.StoryLightbox__media img,.StoryLightbox__media video{width:100%;-o-object-fit:contain;object-fit:contain}.StoryLightbox__button{color:#fff;opacity:.8;cursor:pointer;text-align:center}.StoryLightbox__button:hover{opacity:1}.StoryLightbox__close-button{position:absolute;top:0;right:-40px;color:hsla(0,0%,100%,.75)}.StoryLightbox__close-button svg{width:40px;height:40px}.StoryLightbox__nav-button{position:absolute;top:50%;margin-top:-20px;padding:5px;color:rgba(0,0,0,.75);background:hsla(0,0%,100%,.75);border-radius:999999px}.StoryLightbox__prev-button{left:-40px}.StoryLightbox__prev-button svg{position:relative;left:-1px}.StoryLightbox__next-button{right:-40px}.StoryLightbox__next-button svg{position:relative;left:1px}@-webkit-keyframes StoryLightbox__progress-segment-animation{0%{width:0}to{width:100%}}@keyframes StoryLightbox__progress-segment-animation{0%{width:0}to{width:100%}}.FeedGridLayout__root{align-items:stretch}.FeedGridLayout__grid{display:grid;grid-auto-flow:dense}.FeedGridLayout__cell{position:relative;padding-bottom:100%}.FeedGridLayout__cell-content{position:absolute;align-items:stretch;justify-content:stretch}.FeedGridLayout__media-container{flex:1;overflow:hidden}.FeedGridLayout__media-meta{align-items:stretch}.FeedGridLayout__button-list,.FeedGridLayout__media-meta{}.FeedGridLayout__button-list{align-items:center}.spotlight-instagram-app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}