.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//mibase.co.nz/wp-content/plugins/pricing-table-ultimate-pro/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.ptufront-clearfix:before, .ptufront-clearfix:after{content: "";display: table;}
.ptufront-clearfix::after{clear: both;}
.ptufront-clearfix{clear: both;}
.ptu-pricing-table{margin-bottom:15px;}
.ptufront-table-inner {text-align:center; line-height:normal; background:#f1f1f1; margin-bottom:5px; position:relative}
.ptufront-table-inner .ptu-title, 
.ptufront-table-inner .ptu-subtitle, 
.ptufront-table-inner .ptu-price, 
.ptufront-table-inner .ptufront-table-body,
.ptufront-table-inner .ptu-icon, 
.ptufront-table-inner .ptufront-table-footer{padding:15px;}
.ptufront-table-inner .ptu-title{ font-size:35px; padding:20px; font-weight:bold;}
.ptufront-table-inner .ptufront-table-footer{ padding:20px;}
.ptu-description{padding:0 15px;}
.ptufront-table-inner .ptu-subtitle{ font-size:20px;  }
.ptufront-table-inner .ptu-icon .fa{font-size:50px;}
.ptufront-table-inner .ptu-icon img{max-width:80px;}
.ptufront-table-inner .ptu-price{ font-size:50px; font-weight:bold; }
.ptufront-table-inner .ptu-price span.ptu-recurrence{font-size:18px; font-weight:normal;}
.ptufront-table-inner .ptu-description{ font-size:16px;}
.ptufront-table-inner .ptu-features{ font-size:16px; }
.ptufront-table-inner .ptu-features .ptu-features-lines{padding:7px 0; border-bottom:1px solid #ddd;}
a.ptufront-button{padding:15px 35px; font-size:18px;  display:inline-block; color:#fff; text-decoration:none; -moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.ptu-price-badge{position: absolute;top: 35px;text-align: center;right: -19px;padding: 0 10px;background: #1a1a1a;transform: rotate(90deg);font-size: 12px;color: #fff;}  .ptu-design-1 .ptufront-table-design-0 .ptu-title,
.ptu-design-1 .ptufront-table-design-0 .ptu-price,
.ptu-design-1 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-1 .ptufront-table-design-0 .ptu-description,
.ptu-design-1 .ptufront-table-design-0 .ptu-icon,
.ptu-design-1 .ptufront-table-design-0 .ptufront-table-body,
.ptu-design-1 .ptufront-table-design-0 .ptufront-table-footer{background:#3aa4d1; color:#fff;}
.ptu-design-1 .ptufront-table-design-1 .ptu-title,
.ptu-design-1 .ptufront-table-design-1 .ptufront-table-body,
.ptu-design-1 .ptufront-table-design-1 .ptu-price,
.ptu-design-1 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-1 .ptufront-table-design-1 .ptu-icon,
.ptu-design-1 .ptufront-table-design-1 .ptu-description,
.ptu-design-1 .ptufront-table-design-1 .ptufront-table-footer{background:#e98168; color:#fff;}
.ptu-design-1 .ptufront-table-design-2 .ptu-title,
.ptu-design-1 .ptufront-table-design-2 .ptufront-table-body,
.ptu-design-1 .ptufront-table-design-2 .ptu-price,
.ptu-design-1 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-1 .ptufront-table-design-2 .ptu-icon,
.ptu-design-1 .ptufront-table-design-2 .ptu-description,
.ptu-design-1 .ptufront-table-design-2 .ptufront-table-footer{background:#ae68ca; color:#fff;}
.ptu-design-1 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-1 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-1 .ptufront-table-inner .ptu-features .ptu-features-lines{padding: 5px 0}
.ptu-design-1 .ptufront-table-body .ptu-features-lines{border:0px;} .ptu-design-2 .ptufront-table-design-0 .ptu-title,
.ptu-design-2 .ptufront-table-design-0 .ptu-price,
.ptu-design-2 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-2 .ptufront-table-design-0 .ptu-description,
.ptu-design-2 .ptufront-table-design-0 .ptu-icon,
.ptu-design-2 .ptufront-table-design-0 .ptufront-table-body,
.ptu-design-2 .ptufront-table-design-0 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-2 .ptufront-table-design-0 .ptufront-table-inner{border:2px solid #e98168;}
.ptu-design-2 .ptufront-table-design-1 .ptu-title,
.ptu-design-2 .ptufront-table-design-1 .ptufront-table-body,
.ptu-design-2 .ptufront-table-design-1 .ptu-price,
.ptu-design-2 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-2 .ptufront-table-design-1 .ptu-icon,
.ptu-design-2 .ptufront-table-design-1 .ptu-description,
.ptu-design-2 .ptufront-table-design-1 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-2 .ptufront-table-design-1 .ptufront-table-inner{border:2px solid #3aa4d1;}
.ptu-design-2 .ptufront-table-design-2 .ptu-title,
.ptu-design-2 .ptufront-table-design-2 .ptufront-table-body,
.ptu-design-2 .ptufront-table-design-2 .ptu-price,
.ptu-design-2 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-2 .ptufront-table-design-2 .ptu-icon,
.ptu-design-2 .ptufront-table-design-2 .ptu-description,
.ptu-design-2 .ptufront-table-design-2 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-2 .ptufront-table-design-2 .ptufront-table-inner{border:2px solid #ae68ca;}
.ptu-design-2 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-2 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-2 .ptufront-table-inner .ptu-features .ptu-features-lines{padding: 5px 0}
.ptu-design-2 .ptufront-table-body .ptu-features-lines{border:0px;} .ptu-design-3 .ptufront-table-design-0 .ptu-price,
.ptu-design-3 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-3 .ptufront-table-design-0 .ptu-description,
.ptu-design-3 .ptufront-table-design-0 .ptu-icon,
.ptu-design-3 .ptufront-table-design-0 .ptufront-table-body,
.ptu-design-3 .ptufront-table-design-0 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-3 .ptufront-table-design-0 .ptu-title{background:#e98168; color:#fff;}
.ptu-design-3 .ptufront-table-design-0 .ptufront-table-inner{border:2px solid #e98168;}
.ptu-design-3 .ptufront-table-design-1 .ptufront-table-body,
.ptu-design-3 .ptufront-table-design-1 .ptu-price,
.ptu-design-3 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-3 .ptufront-table-design-1 .ptu-icon,
.ptu-design-3 .ptufront-table-design-1 .ptu-description,
.ptu-design-3 .ptufront-table-design-1 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-3 .ptufront-table-design-1 .ptu-title{background:#3aa4d1; color:#fff;}
.ptu-design-3 .ptufront-table-design-1 .ptufront-table-inner{border:2px solid #3aa4d1;}
.ptu-design-3 .ptufront-table-design-2 .ptufront-table-body,
.ptu-design-3 .ptufront-table-design-2 .ptu-price,
.ptu-design-3 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-3 .ptufront-table-design-2 .ptu-icon,
.ptu-design-3 .ptufront-table-design-2 .ptu-description,
.ptu-design-3 .ptufront-table-design-2 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-3 .ptufront-table-design-2 .ptu-title{background:#ae68ca; color:#fff;}
.ptu-design-3 .ptufront-table-design-2 .ptufront-table-inner{border:2px solid #ae68ca;}
.ptu-design-3 .ptufront-table-body .ptu-features-lines{border:0px;} .ptu-design-4 .ptu-title,
.ptu-design-4 .ptu-price,
.ptu-design-4 .ptu-subtitle,
.ptu-design-4 .ptu-description,
.ptu-design-4 .ptu-icon{background:#e6e5e3; color:#222;}
.ptu-design-4 .ptufront-table-body,
.ptu-design-4 .ptufront-table-footer{background:#fcd129; color:#222;}
.ptu-design-4 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-4 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-4 .ptufront-table-body .ptu-features-lines{border-bottom:1px solid #fde894;} .ptu-design-5 .ptu-title,
.ptu-design-5 .ptu-price,
.ptu-design-5 .ptu-subtitle,
.ptu-design-5 .ptu-description,
.ptu-design-5 .ptu-icon{background:#fcd129; color:#222;}
.ptu-design-5 .ptu-icon {padding:40px 20px 20px 20px}
.ptu-design-5 .ptu-title{padding:0px 20px 0 20px}
.ptu-design-5 .ptufront-table-body,
.ptu-design-5 .ptufront-table-footer{background:#e6e5e3; color:#222;}
.ptu-design-5 .ptufront-table-body .ptu-features-lines{border-bottom:1px solid #f5f5f5;} .ptu-design-6 .ptu-title,
.ptu-design-6 .ptu-price,
.ptu-design-6 .ptu-subtitle,
.ptu-design-6 .ptu-description,
.ptu-design-6 .ptu-icon{background:#fcd129; color:#222;}
.ptu-design-6 .ptu-title{padding:90px 20px 0 20px}
.ptu-design-6 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-6 .ptufront-table-body,
.ptu-design-6 .ptufront-table-footer{background:#e6e5e3; color:#222;}
.ptu-design-6 .ptu-icon {background:#000; width:120px; height:120px; margin: 0 auto; border-radius:100%; display:table; position:absolute; left:0; right:0; top:-60px;} 
.ptu-design-6 .ptu-icon .fa{color:#fff; vertical-align:middle; display:table-cell;}
.ptu-design-6 .ptufront-table-inner{margin-top:60px;}
.ptu-design-6 .ptufront-table-body .ptu-features-lines{border-bottom:1px solid #f5f5f5;} .ptu-design-7 .ptufront-table-design-0 .ptu-title,
.ptu-design-7 .ptufront-table-design-0 .ptu-price,
.ptu-design-7 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-7 .ptufront-table-design-0 .ptu-description,
.ptu-design-7 .ptufront-table-design-0 .ptu-icon,
.ptu-design-7 .ptufront-table-design-0 .ptufront-table-body,
.ptu-design-7 .ptufront-table-design-0 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-7 .ptufront-table-design-0 .ptufront-table-inner{border:2px solid #e98168;}
.ptu-design-7 .ptufront-table-design-0 .ptu-price{background:#e98168; color:#fff;}
.ptu-design-7 .ptufront-table-design-1 .ptu-title,
.ptu-design-7 .ptufront-table-design-1 .ptufront-table-body,
.ptu-design-7 .ptufront-table-design-1 .ptu-price,
.ptu-design-7 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-7 .ptufront-table-design-1 .ptu-icon,
.ptu-design-7 .ptufront-table-design-1 .ptu-description,
.ptu-design-7 .ptufront-table-design-1 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-7 .ptufront-table-design-1 .ptufront-table-inner{border:2px solid #3aa4d1;}
.ptu-design-7 .ptufront-table-design-1 .ptu-price{background:#3aa4d1; color:#fff;}
.ptu-design-7 .ptufront-table-design-2 .ptu-title,
.ptu-design-7 .ptufront-table-design-2 .ptufront-table-body,
.ptu-design-7 .ptufront-table-design-2 .ptu-price,
.ptu-design-7 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-7 .ptufront-table-design-2 .ptu-icon,
.ptu-design-7 .ptufront-table-design-2 .ptu-description,
.ptu-design-7 .ptufront-table-design-2 .ptufront-table-footer{background:#fff; color:#222;}
.ptu-design-7 .ptufront-table-design-2 .ptufront-table-inner{border:2px solid #ae68ca;}
.ptu-design-7 .ptufront-table-design-2 .ptu-price{background:#ae68ca; color:#fff;}
.ptu-design-7 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-7 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-7 .ptufront-table-inner .ptu-features .ptu-features-lines{padding: 5px 0}
.ptu-design-7 .ptufront-table-body .ptu-features-lines{border:0px;} .ptu-design-8 .ptufront-table-inner{border:2px solid #555; background:#fff;}
.ptu-design-8 .ptu-price{width:180px; height:180px; border-radius:100%;  color:#fff; padding:50px 0; text-align:center; margin:0 auto;}
.ptu-design-8 .ptufront-table-inner .ptu-price .ptu-recurrence{display:block; font-size:14px; line-height:5px;}
.ptu-design-8 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-8 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-8 .ptufront-table-inner .ptu-features .ptu-features-lines{padding: 5px 0}
.ptu-design-8 .ptufront-table-body .ptu-features-lines{border:0px;}
.ptu-design-8 .ptufront-table-design-0 .ptu-title{color:#f04903;}
.ptu-design-8 .ptufront-table-design-1 .ptu-title{color:#d33257;}
.ptu-design-8 .ptufront-table-design-2 .ptu-title{color:#3498db;}
.ptu-design-8 .ptufront-table-design-0 .ptu-price{background:#f04903; }
.ptu-design-8 .ptufront-table-design-1 .ptu-price{background:#d33257; }
.ptu-design-8 .ptufront-table-design-2 .ptu-price{background:#3498db; } .ptu-design-9 .ptufront-table-design-0 .ptu-title,
.ptu-design-9 .ptufront-table-design-0 .ptu-price,
.ptu-design-9 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-9 .ptufront-table-design-0 .ptu-description,
.ptu-design-9 .ptufront-table-design-0 .ptu-icon{background:#e64d3d; color:#fff;}
.ptu-design-9 .ptufront-table-design-1 .ptu-title,
.ptu-design-9 .ptufront-table-design-1 .ptu-price,
.ptu-design-9 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-9 .ptufront-table-design-1 .ptu-icon,
.ptu-design-9 .ptufront-table-design-1 .ptu-description{background:#22bf64; color:#fff;}
.ptu-design-9 .ptufront-table-design-2 .ptu-title,
.ptu-design-9 .ptufront-table-design-2 .ptu-price,
.ptu-design-9 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-9 .ptufront-table-design-2 .ptu-icon,
.ptu-design-9 .ptufront-table-design-2 .ptu-description{background:#1b7c9d; color:#fff;}
.ptu-design-9 .ptu-price{padding-bottom:80px; border-bottom:4px solid #fff;}
.ptu-design-9 .ptu-icon{width:120px; height:120px; display:table; border-radius:100%; margin:0 auto; border:4px solid #fff; position:relative; margin-top:-60px;}
.ptu-design-9 .ptu-icon .fa{display:table-cell; vertical-align:middle;}
.ptu-design-9 .ptufront-table-inner, 
.ptu-design-9 .ptufront-table-body,
.ptu-design-9 .ptufront-table-footer{background:#eeeeee;}
.ptu-design-9 .ptu-title{padding:40px 20px 0 20px}
.ptu-design-9 .ptu-subtitle{padding:5px 15px 5px 15px}
.ptu-design-9 .ptufront-table-inner .ptu-features .ptu-features-lines{padding:5px 0; border-color:#f8f8f8;} .ptu-design-10 .ptufront-table-design-0 .ptu-price,
.ptu-design-10 .ptufront-table-design-0 .ptu-subtitle,
.ptu-design-10 .ptufront-table-design-0 .ptu-description,
.ptu-design-10 .ptufront-table-design-0 .ptu-icon{background:#82daca; color:#fff;}
.ptu-design-10 .ptufront-table-design-0 .ptu-title{background:#78cfbf; color:#fff;}
.ptu-design-10 .ptufront-table-design-1 .ptu-price,
.ptu-design-10 .ptufront-table-design-1 .ptu-subtitle,
.ptu-design-10 .ptufront-table-design-1 .ptu-icon,
.ptu-design-10 .ptufront-table-design-1 .ptu-description{background:#53cfe9; color:#fff;}
.ptu-design-10 .ptufront-table-design-1 .ptu-title{background:#3ec6e0; color:#fff;}
.ptu-design-10 .ptufront-table-design-2 .ptu-price,
.ptu-design-10 .ptufront-table-design-2 .ptu-subtitle,
.ptu-design-10 .ptufront-table-design-2 .ptu-icon,
.ptu-design-10 .ptufront-table-design-2 .ptu-description{background:#eb6379; color:#fff;}
.ptu-design-10 .ptufront-table-design-2 .ptu-title{background:#e3536c; color:#fff;}
.ptu-design-10 .ptufront-table-body,
.ptu-design-10 .ptufront-table-footer{background:#fbfbfb; color:#555;}
.ptu-design-10 .ptufront-table-body .ptu-features-lines{border:0px;}  .ptufront-black{background-color: #252525;}
.ptufront-black:hover, .ptufront-black:focus{background-color: #000;}
a.ptufront-black{color: #fff  !important;} .ptufront-white{background-color: #fff;}
.ptufront-white:hover, .ptufront-white:focus{background-color: #f1f1f1;}
a.ptufront-white{color: #8799a3  !important;} .ptufront-grey{background-color: #8799a3;}
.ptufront-grey:hover, .ptufront-gray:focus{background-color: #73848d;}
a.ptufront-grey{color: #fff  !important;} .ptufront-azure{background-color: #0081ff;}
.ptufront-azure:hover, .ptufront-azure:focus{background-color: #0374e3;}
a.ptufront-azure{color: #fff  !important;} .ptufront-moderate-green{background-color: #8dc63f;}
.ptufront-moderate-green:hover, .ptufront-moderate-green:focus{background-color: #78b623;}
a.ptufront-moderate-green{color: #fff  !important;} .ptufront-soft-red{background-color: #f04e4e;}
.ptufront-soft-red:hover, .ptufront-soft-red:focus{background-color: #dd3131;}
a.ptufront-soft-red{color: #fff  !important;} .ptufront-red{background-color: #fe0000;}
.ptufront-red:hover, .ptufront-red:focus{background-color: #df0303;}
a.ptufront-red{color: #fff  !important;} .ptufront-green{background-color: #39b54a;}
.ptufront-green:hover, .ptufront-green:focus{background-color: #23a535;}
a.ptufront-green{color: #fff  !important;} .ptufront-bright-yellow{background-color: #fefb30;}
.ptufront-bright-yellow:hover, .ptufront-bright-yellow:focus{background-color: #e2df22;}
a.ptufront-bright-yellow{color: #000  !important;} .ptufront-cyan{background-color: #1cbbb4;}
.ptufront-cyan:hover, .ptufront-cyan:focus{background-color: #10a19b;}
a.ptufront-cyan{color: #fff  !important;} .ptufront-orange{background-color: #ff9700;}
.ptufront-orange:hover, .ptufront-orange:focus{background-color: #e68903;}
a.ptufront-orange{color: #fff  !important;} .ptufront-moderate-violet{background-color: #6739b6;}
.ptufront-moderate-violet:hover, .ptufront-moderate-violet:focus{background-color: #5e2eb0;}
a.ptufront-moderate-violet{color: #fff  !important;} .ptufront-dark-magenta{background-color: #9c26b0;}
.ptufront-dark-magenta:hover, .ptufront-dark-magenta:focus{background-color: #911ea5;}
a.ptufront-dark-magenta{color: #fff  !important;} .ptufront-moderate-blue{background-color: #5674b9;}
.ptufront-moderate-blue:hover, .ptufront-moderate-blue:focus{background-color: #435f9f;}
a.ptufront-moderate-blue{color: #fff  !important;} .ptufront-blue{background-color: #00f;}
.ptufront-blue:hover, .ptufront-blue:focus{background-color: #0101e1;}
a.ptufront-blue{color: #fff  !important;} .ptufront-magenta{background-color: #f0f;}
.ptufront-magenta:hover, .ptufront-magenta:focus{background-color: #e201e2;}
a.ptufront-magenta{color: #fff  !important;} .ptufront-lime{background-color: #bfff00;}
.ptufront-lime:hover, .ptufront-lime:focus{background-color: #a8e003;}
a.ptufront-lime{color: #000  !important;} .ptufront-pink{background-color: #ff0056;}
.ptufront-pink:hover, .ptufront-pink:focus{background-color: #dd044d;}
a.ptufront-pink{color: #fff  !important;} .ptufront-vivid-yellow{background-color: #fecb16;}
.ptufront-vivid-yellow:hover, .ptufront-vivid-yellow:focus{background-color: #dfb10e;}
a.ptufront-vivid-yellow{color: #000  !important;} .ptufront-lime-green{background-color: #7bcba7;}
.ptufront-lime-green:hover, .ptufront-lime-green:focus{background-color: #67ac8d;}
a.ptufront-lime-green{color: #000  !important;} .ptufront-yellow{background-color: #e8ff00;}
.ptufront-yellow:hover, .ptufront-yellow:focus{background-color: #c7da05;}
a.ptufront-yellow{color: #000  !important;}
.ptufront-column, .ptufront-columns {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.ptufront-column,
.ptufront-columns {  padding-left: 0.9375em;  padding-right: 0.9375em;  width: 100%;  float: left; position: relative;  }
@media only screen and (min-width: 40.0625em) {  
.ptufront-column,
.ptufront-columns {position: relative;padding-left: 0.9375em !important;padding-right: 0.9375em !important;float: left; }
.ptufront-medium-1{width: 100%;}
.ptufront-medium-2{width: 50%;}
.ptufront-medium-3{width:33.33333%;}
.ptufront-medium-4{width:25%;}
.ptufront-medium-5{width:20%;}	
}@font-face{font-family:wpsl-fontello;src:url(//mibase.co.nz/wp-content/plugins/wp-store-locator/font/fontello.eot?28897909);src:url(//mibase.co.nz/wp-content/plugins/wp-store-locator/font/fontello.eot?28897909#iefix) format('embedded-opentype'),url(//mibase.co.nz/wp-content/plugins/wp-store-locator/font/fontello.woff?28897909) format('woff'),url(//mibase.co.nz/wp-content/plugins/wp-store-locator/font/fontello.ttf?28897909) format('truetype'),url(//mibase.co.nz/wp-content/plugins/wp-store-locator/font/fontello.svg?28897909#fontello) format('svg');font-weight:400;font-style:normal}#wpsl-gmap{float:right;width:66.5%;height:350px;margin-bottom:0}.wpsl-store-below #wpsl-gmap{float:none;width:100%}.wpsl-gmap-canvas{width:100%;height:300px;margin-bottom:20px}#wpsl-gmap div:not[class^=gv-iv],#wpsl-gmap img,.wpsl-gmap-canvas div:not[class^=gv-iv],.wpsl-gmap-canvas img{box-shadow:none!important;max-width:none!important;background:0 0}#wpsl-gmap img,.wpsl-gmap-canvas img{display:inline;opacity:1!important;max-height:none!important}#wpsl-gmap *{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}#wpsl-gmap div.gm-iv-marker,.wpsl-gmap-canvas div.gm-iv-marker{backgroud-image:inherit}#wpsl-wrap{position:relative;width:100%;overflow:hidden;clear:both;margin-bottom:20px}#wpsl-search-wrap{float:left;width:100%}#wpsl-search-wrap form{margin:0;padding:0;border:none;outline:0}#wpsl-gmap #wpsl-map-controls{position:absolute;height:40px;right:10px;bottom:24px;border-radius:2px;z-index:3;font-size:14px;white-space:nowrap;overflow:hidden;box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px}#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists{right:60px}#wpsl-map-controls .wpsl-direction-preloader{margin:5px 5px 0}#wpsl-map-controls div{float:left;background:#fff;border-radius:2px}#wpsl-map-controls div:hover{cursor:pointer}#wpsl-wrap [class*=" wpsl-icon-"],#wpsl-wrap [class^=wpsl-icon-]{position:relative;float:left;padding:12px 13px;display:inline-block;font-family:wpsl-fontello;font-style:normal;font-weight:400;font-size:1.3em;color:#737373;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpsl-map-controls span{font-family:inherit;font-size:inherit}#wpsl-wrap .wpsl-icon-reset{border-radius:2px 0 0 2px;z-index:2;padding-right:4px}#wpsl-wrap .wpsl-ie .wpsl-icon-reset{margin-right:-1px}#wpsl-wrap .wpsl-icon-direction{z-index:1}#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction{border-radius:0 2px 2px 0}#wpsl-wrap .wpsl-active-icon,#wpsl-wrap [class*=" wpsl-icon-"]:hover,#wpsl-wrap [class^=wpsl-icon-]:hover{color:#000}#wpsl-wrap [class*=" wpsl-icon-"]:focus,#wpsl-wrap [class^=wpsl-icon-]:active{outline:0}#wpsl-wrap .wpsl-in-progress,#wpsl-wrap .wpsl-in-progress:hover{color:#c6c6c6}#wpsl-gmap #wpsl-reset-map{position:absolute;display:none;right:37px;top:37px;padding:6px 14px;background:#fff!important;border:1px solid rgba(0,0,0,.15);border-radius:2px;z-index:3}#wpsl-reset-map:hover{cursor:pointer}.gm-style-cc{word-wrap:normal}#wpsl-search-wrap .wpsl-input,#wpsl-search-wrap .wpsl-select-wrap{display:table}#wpsl-search-btn,#wpsl-search-wrap #wpsl-radius,#wpsl-search-wrap #wpsl-results,#wpsl-search-wrap .wpsl-input input,#wpsl-search-wrap .wpsl-input label{display:table-cell}#wpsl-search-wrap label{margin-bottom:0}#wpsl-search-input{width:179px;height:auto;padding:7px 12px;font-size:100%;margin:0}#wpsl-search-btn,#wpsl-search-wrap input{border:1px solid #d2d2d2;border-radius:3px}#wpsl-search-btn{padding:7px 10px;line-height:1.428571429;font-weight:400;color:#7c7c7c;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);box-shadow:0 1px 2px rgba(64,64,64,.1);text-transform:none!important}#wpsl-search-input.wpsl-error{border:1px solid #bd0028!important}.wpsl-search{margin-bottom:12px;padding:12px 12px 0;background:#f4f3f3}.wpsl-search.wpsl-checkboxes-enabled{padding:12px}.wpsl-back{display:inline-block}#wpsl-result-list{width:33%;margin-right:.5%}.wpsl-store-below #wpsl-result-list{width:100%;margin:12px 0 0}#wpsl-direction-details,#wpsl-stores{height:350px;overflow-y:auto}#wpsl-direction-details,.wpsl-hide{display:none}#wpsl-result-list p{padding-left:10px}.wpsl-store-below #wpsl-result-list p{padding-left:0}#wpsl-result-list a{outline:0}.wpsl-direction-before{margin:14px 0 21px;padding-left:10px}.wpsl-store-below .wpsl-direction-before{padding-left:0}.wpsl-direction-before div{margin-top:10px}#wpsl-wrap #wpsl-result-list li{padding:10px;border-bottom:1px dotted #ccc;margin-left:0;overflow:hidden;list-style:none!important;text-indent:0}#wpsl-wrap #wpsl-result-list li li{padding:0;border-bottom:0;margin-left:14px;overflow:visible}#wpsl-wrap #wpsl-result-list ul li{list-style:none!important}#wpsl-wrap #wpsl-result-list ol li{list-style:decimal!important}#wpsl-wrap.wpsl-store-below #wpsl-result-list li{padding:10px 10px 10px 0}#wpsl-result-list li p{padding-left:0;margin:0 0 20px}.wpsl-store-details.wpsl-store-listing{position:relative;padding-right:20px}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before,.wpsl-store-details.wpsl-store-listing:before{position:absolute;content:'';bottom:6px;right:0;border-top:5px solid #000;border-left:6px solid transparent;border-right:6px solid transparent}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before{border-bottom:5px solid #000;border-top:none;border-left:6px solid transparent;border-right:6px solid transparent}#wpsl-stores .wpsl-store-thumb{float:right;border-radius:3px;margin:7px 0 0 10px;padding:0;border:none}.wpsl-direction-index{float:left;width:8%;margin:0 5% 0 0}.wpsl-direction-txt{float:left;width:62%}.wpsl-direction-distance{float:left;width:20%;margin:0 0 0 5%}.wpsl-direction-txt span{display:block;margin-top:10px}.wpsl-country,.wpsl-street{display:block;border-bottom:none!important}.wpsl-directions{display:table;border-bottom:none!important}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{position:relative;border-bottom:none;padding:10px 10px 10px 35px}.wpsl-preloader img{position:absolute;left:10px;top:50%;margin-top:-8px;box-shadow:none!important;border:none!important}.wpsl-preloader span{float:left;margin:-5px 0 0 11px}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:10px;float:left}#wpsl-search-wrap .wpsl-select-wrap{position:relative;z-index:2;margin-right:0}#wpsl-search-wrap .wpsl-input-field{position:relative}#wpsl-radius,#wpsl-results{float:left;margin-right:15px;display:inline}#wpsl-category{z-index:1;clear:both}#wpsl-search-wrap .wpsl-dropdown div{position:absolute;float:none;margin:-1px 0 0;top:100%;left:-1px;right:-1px;border:1px solid #ccc;background:#fff;border-top:1px solid #eee;border-radius:0 0 3px 3px;opacity:0;overflow:hidden;-webkit-transition:150ms ease-in-out;-moz-transition:150ms ease-in-out;-ms-transition:150ms ease-in-out;transition:150ms ease-in-out}#wpsl-search-wrap .wpsl-dropdown.wpsl-active div{opacity:1}#wpsl-search-wrap .wpsl-input label{margin-right:0}#wpsl-radius{margin-right:10px}#wpsl-search-btn:hover{cursor:pointer}#wpsl-search select,#wpsl-search-wrap select,.wpsl-direction-details{display:none}#wpsl-search-wrap div label{float:left;margin-right:10px;line-height:32px}#wpsl-results label{width:auto}#wpsl-result-list ul{list-style:none;margin:0;padding:0}#wpsl-gmap .wpsl-info-window,.wpsl-gmap-canvas .wpsl-info-window{max-width:225px}.wpsl-info-window span,.wpsl-more-info-listings span{display:block}.wpsl-info-window .wpsl-no-margin{margin:0}.wpsl-more-info-listings{display:none}.wpsl-info-window span span{display:inline!important}#wpsl-wrap .wpsl-info-window p{margin:0 0 10px}.wpsl-store-hours{margin-top:10px}.wpsl-store-hours strong{display:block}#wpsl-gmap .wpsl-info-actions{display:block;margin:10px 0!important}.wpsl-info-actions a{float:left;margin-right:7px}.wpsl-info-actions .wpsl-zoom-here{margin-right:0}.wpsl-dropdown{position:relative;width:90px;border:1px solid #ccc;cursor:pointer;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:0!important;z-index:2}.wpsl-dropdown ul{position:absolute;left:0;width:100%;height:100%;padding:0!important;margin:0!important;list-style:none;overflow:hidden}.wpsl-dropdown:hover{box-shadow:0 0 5px rgba(0,0,0,.15)}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li{position:relative;display:block;line-height:normal;color:#000;overflow:hidden}#wpsl-radius .wpsl-dropdown .wpsl-selected-item,#wpsl-radius .wpsl-dropdown li,#wpsl-results .wpsl-dropdown .wpsl-selected-item,#wpsl-results .wpsl-dropdown li{white-space:nowrap}.wpsl-selected-item:after{position:absolute;content:"";right:12px;top:50%;margin-top:-4px;border:6px solid transparent;border-top:8px solid #000}.wpsl-active .wpsl-selected-item:after{margin-top:-10px;border:6px solid transparent;border-bottom:8px solid #000}.wpsl-dropdown li:hover{background:#f8f9f8;position:relative;z-index:3;color:#000}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li,.wpsl-selected-item{list-style:none;padding:9px 12px!important;margin:0!important}.wpsl-selected-dropdown{font-weight:700}.wpsl-clearfix:after,.wpsl-clearfix:before{content:" ";display:table}.wpsl-clearfix:after{clear:both}#wpsl-wrap .wpsl-selected-item{position:static;padding-right:35px!important}#wpsl-category,.wpsl-input,.wpsl-select-wrap{position:relative;margin-bottom:10px}#wpsl-search-wrap .wpsl-scroll-required div{overflow-y:scroll}.wpsl-scroll-required ul{overflow:visible}.wpsl-provided-by{float:right;padding:5px 0;text-align:right;font-size:12px;width:100%}#wpsl-wrap .wpsl-results-only label{width:auto}.wpsl-contact-details,.wpsl-location-address,.wpsl-locations-details{margin-bottom:15px}.wpsl-contact-details{clear:both}table.wpsl-opening-hours td{vertical-align:top;padding:0 15px 0 0;text-align:left}table.wpsl-opening-hours time{display:block}table.wpsl-opening-hours{width:auto!important;font-size:100%!important}table.wpsl-opening-hours,table.wpsl-opening-hours td{border:none!important}.wpsl-gmap-canvas .wpsl-infobox{min-width:155px;max-width:350px!important;padding:10px;border-radius:4px;font-size:13px;font-weight:300;border:1px solid #ccc;background:#fff!important}.wpsl-gmap-canvas .wpsl-infobox:after,.wpsl-gmap-canvas .wpsl-infobox:before{position:absolute;content:"";left:40px;bottom:-11px}.wpsl-gmap-canvas .wpsl-infobox:after{border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff}.wpsl-gmap-canvas .wpsl-infobox:before{border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #ccc;bottom:-13px;left:38px}#wpsl-checkbox-filter,.wpsl-custom-checkboxes{display:block;float:left;margin:5px 0 15px;padding:0;width:100%}#wpsl-checkbox-filter li,.wpsl-custom-checkboxes li{float:left;list-style:none;margin:0 1% 0 0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-1-columns li{width:99%}#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-2-columns li{width:49%}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li{width:32%}#wpsl-checkbox-filter.wpsl-checkbox-4-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-4-columns li{width:24%}#wpsl-checkbox-filter input,.wpsl-custom-checkboxes input{margin-right:5px}#wpsl-result-list .wpsl-contact-details span{display:block!important}#wpsl-search-wrap .select2{display:none!important}.rtl #wpsl-result-list{float:left}.rtl #wpsl-checkbox-filter input,.rtl .wpsl-custom-checkboxes input{margin-right:0;margin-left:5px}.rtl .wpsl-info-actions a{float:right;margin:0 0 0 7px}.rtl #wpsl-gmap .wpsl-info-window{padding-right:22px}.rtl #wpsl-wrap #wpsl-result-list li.wpsl-preloader{padding:10px 35px 10px 0}.rtl .wpsl-preloader img{left:0;right:10px}.wpsl-twentynineteen .wpsl-input{width:100%}.wpsl-twentynineteen #wpsl-search-input{line-height:1.3em}.wpsl-twentynineteen #wpsl-search-wrap label{margin-top:6px}.wpsl-twentynineteen .wpsl-dropdown{width:116px}#wpsl-results .wpsl-dropdown{width:81px}#wpsl-search-wrap .wpsl-autocomplete-search-container{position:relative;margin-right:0}#wpsl-autocomplete-search-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px;box-sizing:border-box}#wpsl-search-wrap .wpsl-autocomplete-search-results{position:absolute;width:100%;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-height:300px;overflow-y:auto;display:none;box-sizing:border-box}#wpsl-search-wrap .wpsl-autocomplete-search-results ul{position:relative;list-style-type:none;margin:0;padding:0 0 25px}#wpsl-search-wrap .wpsl-autocomplete-search-results ul:after{content:"";display:block;position:absolute;left:10px;right:0;background-image:url(https://storage.googleapis.com/geo-devrel-public-buckets/powered_by_google_on_white.png);background-repeat:no-repeat;background-size:contain;height:18px}#wpsl-search-wrap .wpsl-autocomplete-search-results li{padding:4px10px;cursor:pointer;border-bottom:1px solid #eee;margin-bottom:0}#wpsl-search-wrap .wpsl-autocomplete-search-results li:last-child{border-bottom:none;margin-bottom:10px}#wpsl-search-wrap .wpsl-autocomplete-search-results li:focus,#wpsl-search-wrap .wpsl-autocomplete-search-results li:hover{background-color:#f5f5f5}#wpsl-search-wrap .wpsl-autocomplete-search-results li a,#wpsl-search-wrap .wpsl-autocomplete-search-results li a:hover,#wpsl-search-wrap .wpsl-autocomplete-search-results li a:link,#wpsl-search-wrap .wpsl-autocomplete-search-results li a:visited{text-decoration:none;color:#000;box-shadow:none}#wpsl-search-wrap .wpsl-autocomplete-highlight{font-weight:700}@media (max-width:825px){#wpsl-search-input{width:348px}.wpsl-results-only #wpsl-search-wrap .wpsl-dropdown{width:70px}#wpsl-search-wrap .wpsl-input{width:100%;margin-bottom:10px}#wpsl-category label,#wpsl-radius label,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-input label,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:auto}}@media (max-width:720px){#wpsl-search-wrap .wpsl-dropdown{width:114px}}@media (max-width:675px){#wpsl-search-wrap #wpsl-search-btn{float:left;margin:0 5px 0 0}.wpsl-dropdown,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:100%}.wpsl-search{padding:2%}.wpsl-input{margin-right:0}#wpsl-gmap,#wpsl-result-list{float:none;width:100%}.wpsl-direction-before{padding-left:0}#wpsl-gmap{margin-bottom:15px;margin-top:10px}#wpsl-result-list,.wpsl-cat-results-filter .wpsl-select-wrap,.wpsl-filter .wpsl-select-wrap{margin-bottom:10px}#wpsl-result-list p,#wpsl-wrap #wpsl-result-list li{padding-left:0}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{padding-left:25px}.wpsl-preloader img{left:0}#wpsl-stores.wpsl-not-loaded{height:25px}#wpsl-reset-map{top:25px}#wpsl-category,#wpsl-search-btn,.wpsl-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-select-wrap{margin-bottom:0}#wpsl-stores.wpsl-no-autoload{height:auto!important}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:49%}}@media (max-width:570px){#wpsl-search-wrap #wpsl-search-btn{margin-bottom:5px}.wpsl-search{padding:4%}#wpsl-search-input{width:98%!important}.wpsl-cat-results-filter #wpsl-search-input,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-no-results #wpsl-search-input,.wpsl-results-only #wpsl-search-input{width:100%!important}.wpsl-search-btn-wrap{margin-top:15px;clear:both}.wpsl-checkboxes-enabled .wpsl-search-btn-wrap{margin-top:0}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:0}#wpsl-search-wrap div label{display:block;width:100%}.wpsl-select-wrap{width:100%}#wpsl-radius,#wpsl-results{width:50%}#wpsl-radius{margin-right:4%}#wpsl-search-wrap .wpsl-dropdown{width:96%!important}.wpsl-no-filters #wpsl-search-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input{width:100%!important}}@media (max-width:420px){#wpsl-checkbox-filter li{margin:0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:100%}}@font-face{font-family:'FontAwesome';src:url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.slick-loading .slick-list{background:#fff url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wtwp-avtar-image{text-align:center}.wtwp-testimonials-list,.wtwp-testimonials-slidelist{clear:both}.wtwp-testimonial-form-wrp *,.wtwp-testimonials-list *,.wtwp-testimonials-slidelist *,.wtwp-tmnl-slide-widget *{outline:0!important;box-sizing:border-box}.wtwp-tmnl-slide-widget .slick-slide{padding:0 5px}.wtwp-testimonials-list img,.wtwp-testimonials-slidelist img,.wtwp-tmnl-slide-widget img{max-width:100%;box-shadow:none!important;border-radius:0!important}.wtwp-testimonials-list a,.wtwp-testimonials-slidelist a,.wtwp-tmnl-slide-widget a{text-decoration:none!important}.wtwp-tmnl-slide-widget .wtwp-testimonial-cdec,.wtwp-tmnl-slide-widget .wtwp-testimonial-job,.wtwp-tmnl-slide-widget .wtwp-testimonials-text{line-height:normal}.wtwp-column,.wtwp-columns{padding-left:.9375em;padding-right:.9375em;width:100%;float:left;position:relative}.wtwp-paging{width:100%;padding:15px 0;text-align:center;color:#666;clear:both}.wtwp-paging a{color:#fff!important;background-color:#333;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;border:1px solid #333;text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:0}.wtwp-paging .page-numbers.current{color:#666;background:0 0;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;text-transform:uppercase;border:1px solid #666;text-decoration:none!important}.wtwp-paging a:focus,.wtwp-paging a:hover,.wtwp-paging a:visited:hover{color:#666!important;background:#fff;outline:0}.wtwp-paging a.next,.wtwp-paging a.prev{min-width:80px}.wtwp-paging .wtwp-next-btn,.wtwp-prev-next .next{float:right}.wtwp-paging .wtwp-prev-btn,.wtwp-prev-next .prev{float:left}.wtwp-paging .wtwp-pagi-btn a{min-width:80px}.wtwp-testimonials-text p{font-size:15px!important;text-align:center!important}.wtwp-testimonial-title{font-size:20px;line-height:25px;margin:8px 0!important}.testimonial-soslink,.wtwp-testimonial-rating{text-align:center}.wtwp-testimonial-rating .fa{margin:0 2px}.wtwp-testimonial-rating .fa.fa-star,.wtwp-testimonial-rating .fa.fa-star-o{color:#ffb900}.wtwp-testimonial-author,.wtwp-testimonial-cdec,.wtwp-testimonial-job,.wtwp-testimonial-rating{margin:3px 0}.wtwp-testimonials-text em p{margin:0!important}.wtwp-testimonials-text>em:before{color:#ccc;content:"\201C";font-size:3em;line-height:.1em;margin-right:.15em;vertical-align:-.4em}.wtwp-testimonials-text>em:after{content:"\201D";font-size:3em;line-height:.1em;margin-left:.15em;vertical-align:-.5em;color:#ccc}.wtwp-testimonial-left>span{font-size:14px}.author>div{font-size:16px;font-weight:700;line-height:22px}.testimonial-url,.wtwp-testimonial-job{font-size:14px}.testimonial-company{font-size:14px;font-weight:700}.wtwp-quote{margin-bottom:20px;float:left;width:100%}.wtwp-testimonial-author{color:#000;clear:both}.wtwp-testimonial-content{clear:both;text-align:center;width:100%;display:table}img.wtwp-circle{border-radius:50%!important;object-fit:cover}img.wtwp-square{border-radius:0}.wtwp-testimonials-list .wtwp-first{clear:both!important}.wtwp-testimonials-list .slick-slide img{display:inline-block}.wtwp-testimonials-slidelist .slick-slide img,.wtwp-tmnl-slide-widget .slick-slide img{display:inline-block!important}.wtwp-testimonials-slidelist .slick-slide{padding:0 10px}.wtwp-testimonials-slidelist.slick-slider{padding:0 15px}.wtwp-tmnl-slide-widget.slick-slider{padding:0 20px}.wtwp-testimonials-slidelist,.wtwp-tmnl-slide-widget{visibility:hidden;opacity:0;transition:opacity .5s linear}.wtwp-testimonials-slidelist.slick-initialized,.wtwp-tmnl-slide-widget.slick-initialized{visibility:visible!important;opacity:1!important}.wtwp-testimonials-slidelist .slick-arrow{top:calc(45% + -15px)!important;text-indent:-99999px;padding:0!important;margin:0!important;border-radius:0!important}.wtwp-testimonials-slidelist button.slick-arrow{background-color:transparent!important;width:40px;height:40px;position:absolute;z-index:999;border:0!important;padding:0!important;margin:0!important;border-radius:50%!important;cursor:pointer}.wtwp-testimonials-slidelist button.slick-next{background:rgba(00,00,0,.5) url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-right.png) center center no-repeat!important;right:-23px!important;left:auto;opacity:0;transition:all .3s ease}.wtwp-testimonials-slidelist button.slick-next:focus,.wtwp-testimonials-slidelist button.slick-next:hover{background:#525252 url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-right.png) center center no-repeat!important;color:#fff;outline:0!important;box-shadow:none}.wtwp-testimonials-slidelist:hover button.slick-next{opacity:1;right:0!important;transition:all .3s ease}.wtwp-testimonials-slidelist button.slick-prev{background:rgba(00,00,0,.5) url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-left.png) center center no-repeat!important;left:-23px;opacity:0;transition:all .3s ease}.wtwp-testimonials-slidelist button.slick-prev:focus,.wtwp-testimonials-slidelist button.slick-prev:hover{background:#525252 url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-left.png) center center no-repeat!important;color:#fff;outline:0!important;box-shadow:none}.wtwp-testimonials-slidelist:hover button.slick-prev{opacity:1;left:0!important;transition:all .3s ease}.wtwp-testimonials-slidelist .slick-dots{padding:0!important;margin:10px 0 0 0!important;text-align:center;text-align:center;line-height:0}.wtwp-testimonials-slidelist .slick-dots li button{text-indent:-99999px}.wtwp-testimonials-slidelist .slick-dots li{list-style:none!important;display:inline-block!important;margin:0 2px!important;padding:0!important;width:12px!important;height:12px!important;line-height:0}.wtwp-testimonials-slidelist .slick-dots li:after,.wtwp-testimonials-slidelist .slick-dots li:before{background:0 0!important}.wtwp-testimonials-slidelist .slick-dots li button{background:#fff!important;margin:0!important;padding:0!important;border:2px solid #525252;border-radius:50%!important;width:12px!important;height:12px!important;cursor:pointer}.wtwp-testimonials-slidelist .slick-dots li button:focus{outline:0!important}.wtwp-testimonials-slidelist .slick-dots li.slick-active button{background:#525252!important}.wtwp-tmnl-slide-widget .slick-arrow{text-indent:-99999px;padding:0!important;margin:0!important;border-radius:0!important}.wtwp-tmnl-slide-widget button.slick-arrow{background-color:transparent!important;width:25px;height:25px;position:absolute;z-index:999;border:0!important;padding:0!important;margin:0!important;border-radius:50%!important}.wtwp-tmnl-slide-widget button.slick-next{background:rgba(00,00,0,.5) url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-right.png) center center no-repeat!important;right:-23px!important;left:auto;opacity:0;transition:all .3s ease}.wtwp-tmnl-slide-widget button.slick-next:focus,.wtwp-tmnl-slide-widget button.slick-next:hover{background:#525252 url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-right.png) center center no-repeat!important;color:#fff;outline:0!important;box-shadow:none}.wtwp-tmnl-slide-widget:hover button.slick-next{opacity:1;right:0!important;transition:all .3s ease}.wtwp-tmnl-slide-widget button.slick-prev{background:rgba(00,00,0,.5) url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-left.png) center center no-repeat!important;left:-23px;opacity:0;transition:all .3s ease}.wtwp-tmnl-slide-widget button.slick-prev:focus,.wtwp-tmnl-slide-widget button.slick-prev:hover{background:#525252 url(//mibase.co.nz/wp-content/plugins/wp-testimonial-with-widget-pro/assets/images/arrow-left.png) center center no-repeat!important;color:#fff;outline:0!important;box-shadow:none}.wtwp-tmnl-slide-widget:hover button.slick-prev{opacity:1;left:0!important;transition:all .3s ease}.wtwp-tmnl-slide-widget .slick-dots{padding:0!important;margin:0!important;position:absolute;bottom:10px;text-align:center}.wtwp-tmnl-slide-widget .slick-dots li button{text-indent:-99999px}.wtwp-tmnl-slide-widget .slick-dots li{list-style:none!important;display:inline-block!important;margin:0 2px!important;padding:0!important;width:10px!important;height:10px!important}.wtwp-tmnl-slide-widget .slick-dots li:after,.wtwp-tmnl-slide-widget .slick-dots li:before{background:0 0!important}.wtwp-tmnl-slide-widget .slick-dots li button{background:#fff!important;margin:0!important;padding:0!important;border:1px solid #000;border-radius:50%!important;width:10px!important;height:10px!important}.wtwp-tmnl-slide-widget .slick-dots li button:focus{outline:0!important}.wtwp-tmnl-slide-widget .slick-dots li.slick-active button{background:#444!important}.wtwp-tmnl-slide-widget .slick-arrow{top:50%!important;margin-top:-40px!important}.wtwp-tmnl-slide-widget .slick-next{right:0!important}.wtwp-tmnl-slide-widget .slick-prev{left:0!important}.wtwp-tmnl-slide-widget .slick-dots{left:15px!important;right:15px!important;text-align:center;bottom:0!important}.wtwp-pro-slider-wrp{width:100%;float:left;clear:both}.wtwp-design-1{margin-bottom:30px}.wtwp-design-1 .wtwp-testimonial-author,.wtwp-design-1 .wtwp-testimonial-job{text-align:center}.wtwp-design-1 .wtwp-testimonial-title{margin-top:0!important}.wtwp-design-1 .wtwp-testimonial-author{padding-top:0}.wtwp-design-1 .fa-quote-left{width:30px;height:40px;font-size:25px;padding:10px 0;color:#94c523}.wtwp-design-1 .wtwp-testimonials-text{margin-bottom:5px}.wtwp-design-1 .wtwp-testimonial-job a{color:#555}.wtwp-design-2{margin-bottom:30px}.wtwp-design-2 .wtwp-testimonial-author,.wtwp-design-2 .wtwp-testimonial-job{text-align:center}.wtwp-design-2 .wtwp-testimonial-author{padding-top:0}.wtwp-design-2 .wtwp-avtar-image{margin-bottom:10px}.wtwp-design-2 .wtwp-testimonial-job a{color:#555}.wtwp-design-3 .wtwp-testimonial-box{margin-bottom:50px}.wtwp-design-3 .wtwp-testimonial-inner{border:1px solid #ddd;position:relative;margin-top:60px;padding:65px 15px 15px 15px;height:90%;text-align:center}.wtwp-design-3 .wtwp-testimonial-inner:after,.wtwp-design-3 .wtwp-testimonial-inner:before{top:100%;left:80%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wtwp-design-3 .wtwp-testimonial-inner:after{border-color:rgba(136,183,213,0);border-top-color:#fff;border-width:30px;margin-left:-30px}.wtwp-design-3 .wtwp-testimonial-inner:before{border-color:rgba(194,225,245,0);border-top-color:#ddd;border-width:30px;margin-left:-36px}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar{position:absolute;top:-60px;left:0;right:0;width:100%;height:120px}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar .wtwp-avtar-image{width:120px;margin:0 auto}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar .wtwp-avtar-image{width:120px;margin:0 auto}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar{position:absolute;top:-60px;left:0;right:0;height:120px}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar .wtwp-avtar-image{width:120px;margin:0 auto}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{width:100%;max-width:100%;height:120px;border:1px solid #ddd;padding:5px;background:#fff}.wtwp-design-3 .wtwp-testimonial-inner .wtwp-testimonial-avatar img.wtwp-circle{border-radius:50%}.wtwp-design-3 .wtwp-testimonial-cdec a{color:#555}.wtwp-testimonials-list.wtwp-design-4 .wtwp-testimonial-box{margin-bottom:50px}.wtwp-design-4 .wtwp-testimonial-inner{border:1px solid #ddd;position:relative;margin-left:50px;padding:15px 15px 15px 70px;height:90%}.wtwp-design-4 .wtwp-testimonial-inner:after,.wtwp-design-4 .wtwp-testimonial-inner:before{top:100%;left:80%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wtwp-design-4 .wtwp-testimonial-inner:after{border-color:rgba(136,183,213,0);border-top-color:#fff;border-width:30px;margin-left:-30px}.wtwp-design-4 .wtwp-testimonial-inner:before{border-color:rgba(194,225,245,0);border-top-color:#ddd;border-width:30px;margin-left:-36px}.wtwp-design-4 .wtwp-testimonial-inner .wtwp-testimonial-avatar{position:absolute;top:10px;left:-50px;width:100px}.wtwp-design-4 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{width:100%;max-width:100%;padding:5px;border:1px solid #ddd;background:#fff}.wtwp-design-4 .wtwp-testimonial-rating{text-align:left}.wtwp-design-4 .wtwp-testimonial-content{text-align:left}.wtwp-design-4 .wtwp-testimonials-text{text-align:left}.wtwp-design-4 .wtwp-testimonial-cdec a{color:#555}.wtwp-design-5{margin-bottom:30px}.wtwp-design-5 .wtwp-testimonial-author,.wtwp-design-5 .wtwp-testimonial-job{text-align:center}.wtwp-design-5 .wtwp-testimonial-author{padding-top:0}.wtwp-design-5 .wtwp-avtar-image{margin-bottom:10px}.wtwp-design-5 .wtwp-testimonial-content{margin-bottom:10px}.wtwp-design-5 .wtwp-testimonial-job a{color:#555}.wtwp-design-6 .wtwp-testimonial-box{margin-bottom:50px}.wtwp-design-6 .wtwp-testimonial-inner{border:1px solid #ddd;position:relative;padding:10px 15px 15px 15px;height:90%;text-align:center;margin-bottom:40px}.wtwp-design-6 .wtwp-testimonial-inner:after,.wtwp-design-6 .wtwp-testimonial-inner:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wtwp-design-6 .wtwp-testimonial-inner:after{border-color:rgba(136,183,213,0);border-width:30px;margin-left:-30px}.wtwp-design-6 .wtwp-testimonial-inner:before{border-color:rgba(194,225,245,0);border-top-color:#ddd;border-width:30px;margin-left:-36px}.wtwp-design-6 .wtwp-testimonial-inner-c{text-align:center}.wtwp-design-6 .wtwp-testimonial-inner .wtwp-testimonial-avatar{height:120px}.wtwp-design-6 .wtwp-testimonial-inner .wtwp-testimonial-avatar .wtwp-avtar-image{width:120px;margin:0 auto}.wtwp-design-6 .wtwp-testimonial-cdec a{color:#555}.wtwp-design-7 .wtwp-testimonial-box{margin-bottom:50px}.wtwp-design-7 .wtwp-testimonial-inner{border:1px solid #f1f1f1;position:relative;padding:10px 15px 15px 15px;height:90%;text-align:center;margin-bottom:30px;background:#f1f1f1}.wtwp-design-7 .wtwp-testimonial-inner:after,.wtwp-design-7 .wtwp-testimonial-inner:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wtwp-design-7 .wtwp-testimonial-inner:after{border-color:rgba(136,183,213,0);border-top-color:#f1f1f1;border-width:20px;margin-left:-20px}.wtwp-design-7 .wtwp-testimonial-inner:before{border-color:rgba(194,225,245,0);border-top-color:#ddd;border-width:20px;margin-left:-20px}.wtwp-design-7 .wtwp-testimonial-inner-c{text-align:center}.wtwp-design-7 .wtwp-testimonial-inner .wtwp-testimonial-avatar{height:120px}.wtwp-design-7 .wtwp-testimonial-inner .wtwp-testimonial-avatar .wtwp-avtar-image{width:120px;margin:0 auto}.wtwp-design-7 .wtwp-testimonial-inner .wtwp-testimonial-avatar{height:120px}.wtwp-design-7 .wtwp-testimonial-cdec a{color:#555}.wtwp-design-8 .wtwp-testimonial-inner{text-align:left;display:block;margin-bottom:10px;min-height:240px;padding:25px;position:relative;color:#fff}.wtwp-design-8 .wtwp-testimonial-inner:before{background-color:#fff;border-color:transparent transparent rgba(44,62,80,.9);border-style:solid;border-width:0 0 20px 20px;content:"";display:block;height:0;left:0;position:absolute;top:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:0}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-cdec{color:#fff;padding-top:5px;word-wrap:break-word}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-cdec a{color:#fff;text-decoration:none}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-avatar{float:left;width:100%}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{max-width:100%;display:block;margin:0 auto}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-avatar img.wtwp-circle{border:2px solid #fff;background:#fff}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-avatar img.wtwp-square{padding:5px;border:1px solid #26455f;background:#fff}.wtwp-design-8 .wtwp-testimonial-author{color:#fff!important}.wtwp-design-8 .wtwp-testimonial-content{clear:both;padding-top:5px;text-align:left}.wtwp-design-8 .wtwp-testimonials-text{padding-top:5px}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-columns{padding-left:0}.wtwp-design-8 .wtwp-testimonial-inner .wtwp-testimonial-rating{text-align:left}.wtwp-design-8 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef}.wtwp-design-8 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b}.wtwp-design-8 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e}.wtwp-design-8 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a}.wtwp-design-8 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8}.wtwp-design-9 .wtwp-testimonial-inner{background:#f1f1f1;margin-bottom:38px;padding:20px;position:relative;color:#444}.wtwp-design-9 .wtwp-testimonial-inner:after{border-color:#f1f1f1 transparent transparent;border-style:solid;border-width:35px 30px 0 0;bottom:-27px;content:"";height:0;position:absolute;right:66px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.wtwp-design-9 .wtwp-testimonial-title{margin-top:0!important}.wtwp-design-9 .wtwp-testimonial-avatar{width:100px;float:right;margin-right:60px}.wtwp-design-9 .wtwp-testimonial-avatar img{display:block;height:auto;margin:0 auto;max-width:100%}.wtwp-design-9 .wtwp-testimonial-avatar img.wtwp-circle{padding:5px;border:1px solid #f1f1f1;background:#fff}.wtwp-design-9 .wtwp-testimonial-avatar img.wtwp-square{padding:5px;border:1px solid #f1f1f1;background:#fff}.wtwp-design-9 .wtwp-testimonial-author{float:right;clear:none!important;text-align:right;padding:0 20px 0 10px}.wtwp-design-9 .wtwp-testimonial-content{clear:both}.wtwp-design-9 .wtwp-testimonial-cdec a{color:#555}.wtwp-tmnl-slide-widget.wtwp-design-9 .wtwp-testimonial-author{text-align:center}@media screen and (max-width:768px){.wtwp-design-9 .wtwp-testimonial-author{text-align:center;margin-top:15px;width:100%;margin-right:0}}.wtwp-design-10 .wtwp-testimonial-inner{margin-bottom:38px;padding:20px;position:relative;color:#fff}.wtwp-design-10 .wtwp-testimonial-inner:after{border-style:solid;border-width:35px 30px 0 0;bottom:-27px;content:"";height:0;position:absolute;right:66px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.wtwp-design-10 .wtwp-testimonial-title{margin-top:0!important}.wtwp-design-10 .wtwp-testimonial-avatar{width:100px;float:right;margin-right:60px}.wtwp-design-10 .wtwp-testimonial-avatar img{display:block;height:auto;margin:0 auto;max-width:100%}.wtwp-design-10 .wtwp-testimonial-avatar img.wtwp-circle{padding:5px;border:1px solid #f1f1f1;background:#fff}.wtwp-design-10 .wtwp-testimonial-avatar img.wtwp-square{padding:5px;border:1px solid #f1f1f1;background:#fff}.wtwp-design-10 .wtwp-testimonial-author{float:right;clear:none!important;text-align:right;padding:0 20px 0 10px}.wtwp-design-10 .wtwp-testimonial-content{clear:both}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner:after{border-color:#4984ef transparent transparent}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner:after{border-color:#1bb15b transparent transparent}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner:after{border-color:#28324e transparent transparent}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner:after{border-color:#cf343a transparent transparent}.wtwp-design-10 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner:after{border-color:#9365b8 transparent transparent}.wtwp-design-10 .wtwp-testimonial-cdec a{color:#555}.wtwp-tmnl-slide-widget.wtwp-design-10 .wtwp-testimonial-author{text-align:center}@media screen and (max-width:768px){.wtwp-design-10 .wtwp-testimonial-author{text-align:center;margin-top:15px;width:100%;margin-right:0}}.wtwp-design-11 .wtwp-testimonial-box{border-bottom:1px dashed #ddd;border-right:1px dashed #ddd;margin-bottom:0;text-align:left;min-height:340px}.wtwp-design-11 .wtwp-testimonial-box{border-bottom:0;min-height:auto}.wtwp-design-11 .wtwp-testimonial-inner{margin-bottom:5px;padding:20px;position:relative;background:#fff}.wtwp-design-11 .wtwp-testimonial-avatar{width:100px;float:left;margin-right:10px}.wtwp-design-11 .wtwp-testimonial-avatar img{display:block;max-width:100%;height:auto}.wtwp-design-11 .wtwp-testimonial-author{text-align:left;margin-left:120px}.wtwp-design-11 .wtwp-testimonial-content{text-align:left}.wtwp-design-11 .wtwp-testimonial-content{display:table-cell;padding-bottom:10px;color:#f1f11E9;width:auto!important}.wtwp-design-11 .wtwp-testimonial-content em{border-left:1px solid #ddd;padding-left:10px;text-align:left;display:block}.wtwp-design-11 .wtwp-testimonial-rating{text-align:left}.wtwp-design-11 .wtwp-testimonial-box.wtwp-last{border-right:0}.wtwp-design-11 .wtwp-testimonial-box.wtwp-first{border-right:1px dashed #ddd}.wtwp-design-11 .wtwp-testimonial-cdec a{color:#555}.wtwp-design-12 .wtwp-testimonial-inner{float:left;margin-top:50px;padding:60px 15px 15px;position:relative;width:100%;color:#fff}.wtwp-design-12 .wtwp-testimonial-inner .wtwp-testimonial-avatar{float:left;position:absolute;top:-50px;width:100%;left:0;right:0}.wtwp-design-12 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{height:110px;width:110px;display:block;border:5px solid #fff;margin:0 auto}.wtwp-design-12 .wtwp-testimonial-inner .testimonial-heading{color:#fff;font-size:22px;text-align:center;margin:10px 0}.wtwp-design-12 .wtwp-testimonial-inner .testimonial-details{color:#fff;margin-bottom:15px}.wtwp-design-12 .wtwp-testimonial-inner .wtwp-testimonial-client{color:#fff;text-align:center}.wtwp-design-12 .wtwp-testimonial-inner .wtwp-testimonial-cdec{color:#fff}.wtwp-design-12 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef;box-shadow:5px 5px 0 0 #1c56bd}.wtwp-design-12 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b;box-shadow:5px 5px 0 0 #0c823f}.wtwp-design-12 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e;box-shadow:5px 5px 0 0 #111a34}.wtwp-design-12 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a;box-shadow:5px 5px 0 0 #941318}.wtwp-design-12 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8;box-shadow:5px 5px 0 0 #4f2374}.wtwp-design-12 .wtwp-testimonial-cdec a{color:#fff!important}.wtwp-design-13 .wtwp-testimonial-inner{float:left;margin-bottom:15px;padding:15px;position:relative;width:100%;color:#fff}.wtwp-design-13 .wtwp-testimonial-inner .wtwp-testimonial-avatar{float:left;width:100%}.wtwp-design-13 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{height:110px;width:110px;display:block;border:3px solid #fff;margin:0 auto;background:#c2c2c2}.wtwp-design-13 .wtwp-testimonial-inner .wtwp-testimonial-avatar img.wtwp-circle{border-radius:50%}.wtwp-design-13 .wtwp-testimonial-inner .testimonial-heading{color:#fff;font-size:22px;text-align:center;margin:10px 0}.wtwp-design-13 .wtwp-testimonial-inner .testimonial-details{color:#fff;margin-bottom:15px}.wtwp-design-13 .wtwp-testimonial-inner .wtwp-testimonial-client{color:#fff;text-align:center}.wtwp-design-13 .wtwp-testimonial-inner .wtwp-testimonial-cdec{color:#fff}.wtwp-design-13 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef;box-shadow:-3px 3px 0 1px #1c56bd}.wtwp-design-13 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b;box-shadow:-3px 3px 0 1px #0c823f}.wtwp-design-13 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e;box-shadow:-3px 3px 0 1px #111a34}.wtwp-design-13 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a;box-shadow:-3px 3px 0 1px #941318}.wtwp-design-13 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8;box-shadow:-3px 3px 0 1px #4f2374}.wtwp-design-13 .wtwp-testimonial-cdec a{color:#fff!important}.wtwp-design-14 .wtwp-testimonial-inner{float:left;margin-bottom:15px;padding:15px;position:relative;width:100%;color:#fff}.wtwp-design-14 .wtwp-testimonial-inner .wtwp-testimonial-avatar{float:left;width:100%}.wtwp-design-14 .wtwp-testimonial-inner .wtwp-testimonial-avatar hr{width:10%;margin:20px auto 15px}.wtwp-design-14 .wtwp-testimonial-inner .wtwp-testimonial-avatar img{height:110px;width:110px;display:block;border:3px solid #fff;margin:0 auto}.wtwp-design-14 .wtwp-testimonial-inner .testimonial-heading{color:#fff;font-size:22px;text-align:center;margin:10px 0}.wtwp-design-14 .wtwp-testimonial-inner .testimonial-details{color:#fff;margin-bottom:15px}.wtwp-design-14 .wtwp-testimonial-inner .wtwp-testimonial-client{color:#fff;text-align:center}.wtwp-design-14 .wtwp-testimonial-inner .wtwp-testimonial-cdec{color:#fff}.wtwp-design-14 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef;box-shadow:0 5px 0 0 #1c56bd}.wtwp-design-14 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b;box-shadow:0 5px 0 0 #0c823f}.wtwp-design-14 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e;box-shadow:0 5px 0 0 #111a34}.wtwp-design-14 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a;box-shadow:0 5px 0 0 #941318}.wtwp-design-14 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8;box-shadow:0 5px 0 0 #4f2374}.wtwp-design-14 .wtwp-testimonial-cdec a{color:#fff!important}.wtwp-design-15 .wtwp-testimonial-inner{float:left;margin-top:50px;padding:60px 15px 15px;position:relative;width:100%;color:#fff}.wtwp-design-15 .wtwp-testimonial-inner .wtwp-testimonial-avatar{float:left;position:absolute;top:-25px;width:96%;text-align:center;left:0;right:0}.wtwp-design-15 .wtwp-testimonial-inner .wtwp-testimonial-avatar i.fa.fa-quote-right{font-size:93px;display:block;color:#1c56bd}.wtwp-design-15 .wtwp-testimonial-inner .wtwp-testimonial-avatar hr{margin-top:0;width:5%;border:none;border-top:1px solid #fff}.wtwp-design-15 .wtwp-testimonial-inner .testimonial-heading{color:#fff;font-size:22px;text-align:center;margin:10px 0}.wtwp-design-15 .wtwp-testimonial-inner .testimonial-details{color:#fff;line-height:24px;margin-bottom:15px}.wtwp-design-15 .wtwp-testimonial-inner .wtwp-testimonial-client{color:#fff;font-size:20px;text-align:center}.wtwp-design-15 .wtwp-testimonial-cdec{color:#fff}.wtwp-design-15 .wtwp-testimonial-cdec a{color:#fff!important}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner{background-color:#4984ef}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner{background-color:#1bb15b}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner{background-color:#28324e}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner{background-color:#cf343a}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-inner{background-color:#9365b8}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-avatar i.fa.fa-quote-right{color:#1c56bd}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-avatar i.fa.fa-quote-right{color:#0c823f}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-avatar i.fa.fa-quote-right{color:#111a34}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-avatar i.fa.fa-quote-right{color:#941418}.wtwp-design-15 .wtwp-testimonial-box:nth-child(4n+5) .wtwp-testimonial-avatar i.fa.fa-quote-right{color:#4f2374}.wtwp-design-16 .wtwp-testimonial-box .wtwp-testimonial-inner{background:#69b0e7;width:100%;float:left;padding:15px 0}.wtwp-design-16 .wtwp-testimonial-box img{box-shadow:none;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.wtwp-design-16 .wtwp-testimonial-box.wtwp-medium-12 .wtwp-avtar-image{padding:60px 25px;border:3px solid #fff;position:relative}.wtwp-design-16 .wtwp-testimonial-box .wtwp-avtar-image:before{content:'\f10d';font-family:FontAwesome;position:absolute;top:10px;right:10px;color:#fff}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content{position:relative;margin:40px 0 0 -50px;background:#69b0e7;color:#fff;padding-bottom:20px}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-content{text-align:left;margin-bottom:15px}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonials-text em:after,.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonials-text em:before{content:none}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-author{color:#fff;text-transform:uppercase;font-size:16px;margin:0;line-height:normal}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonials-text{line-height:normal;margin:0}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-cdec{line-height:normal;margin:0;text-transform:capitalize}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-cdec a{color:#fff}.wtwp-design-16 .quote.slick-slide{margin-bottom:30px}.wtwp-tmnl-slide-widget.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-author span{display:inline-block}.wtwp-tmnl-slide-widget.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content .wtwp-testimonial-author{text-align:left}.wtwp-design-16 .wtwp-medium-3 .wtwp-medium-4,.wtwp-design-16 .wtwp-medium-3 .wtwp-medium-8,.wtwp-design-16 .wtwp-medium-4 .wtwp-medium-4,.wtwp-design-16 .wtwp-medium-4 .wtwp-medium-8,.wtwp-design-16 .wtwp-medium-6 .wtwp-medium-4,.wtwp-design-16 .wtwp-medium-6 .wtwp-medium-8{width:100%;float:left}.wtwp-design-16 .wtwp-medium-3 .wtwp-data-content,.wtwp-design-16 .wtwp-medium-4 .wtwp-data-content,.wtwp-design-16 .wtwp-medium-6 .wtwp-data-content{margin:0}.wtwp-design-16 .wtwp-medium-3 .wtwp-avtar-image,.wtwp-design-16 .wtwp-medium-4 .wtwp-avtar-image,.wtwp-design-16 .wtwp-medium-6 .wtwp-avtar-image{padding:30px 25px;border:3px solid #fff;position:relative;text-align:center}.wtwp-design-16.wtwp-slider-clmn-1 .slick-slide .wtwp-avtar-image{padding:60px 25px!important}.wtwp-design-16.wtwp-slider-clmn-1 .slick-slide.slick-active .wtwp-medium-4{width:33.33333%}.wtwp-design-16.wtwp-slider-clmn-1 .slick-slide.slick-active .wtwp-medium-8{width:66.66667%}.wtwp-design-16.wtwp-slider-clmn-1 .slick-slide.slick-active .wtwp-data-content{margin:40px 0 0 -50px}.wtwp-design-16 .slick-slide .wtwp-avtar-image{padding:60px 25px;border:3px solid #fff;position:relative}.wtwp-design-16.wtwp-slider-clmn-2 .slick-slide .wtwp-medium-4,.wtwp-design-16.wtwp-slider-clmn-2 .slick-slide .wtwp-medium-8,.wtwp-design-16.wtwp-slider-clmn-3 .slick-slide .wtwp-medium-4,.wtwp-design-16.wtwp-slider-clmn-3 .slick-slide .wtwp-medium-8,.wtwp-design-16.wtwp-slider-clmn-4 .slick-slide .wtwp-medium-4,.wtwp-design-16.wtwp-slider-clmn-4 .slick-slide .wtwp-medium-8{width:100%}.wtwp-design-16 .slick-slide .wtwp-data-content{margin:0}.wtwp-design-16 .slick-slide .wtwp-avtar-image{padding:30px 25px;border:3px solid #fff;position:relative}@media screen and (max-width:40.0625em){.wtwp-design-16 .wtwp-testimonial-box .wtwp-avtar-image{padding:30px 25px}.wtwp-design-16 .wtwp-testimonial-box .wtwp-data-content{margin:0}}.wtwp-design-17 .wtwp-testimonial-inner{color:#666;background:#f2f2f2;padding:20px;border:4px double #ccc;width:100%;float:left}.wtwp-design-17 .wtwp-testimonial-content .wtwp-testimonial-title{margin:0 0 5px!important;text-align:left;font-weight:600}.wtwp-design-17 .wtwp-testimonial-content .wtwp-testimonials-text{text-align:left;font:italic 400 15px 'Open Sans',sans-serif;display:block;padding:0 0 40px 0;position:relative}.wtwp-design-17 .wtwp-avtar-image{text-align:left;width:68px;height:68px;float:left;margin-right:10px}.wtwp-design-17 .wtwp-testimonial-content .wtwp-testimonials-text:after{content:'';position:absolute;left:0;bottom:20px;width:50px;height:3px;background-color:#bb7a40}.wtwp-design-17 .wtwp-avtar-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block!important}.wtwp-design-17 .wtwp-testimonial-avatar .wtwp-testimonial-author{clear:none;display:table-cell}.wtwp-design-17 .testimonial-client{color:#222}.wtwp-design-17 .wtwp-testimonial-cdec{font-style:italic;color:#999;line-height:normal}.wtwp-design-17 .wtwp-testimonial-cdec a{color:#999}.wtwp-design-17 .wtwp-testimonial-rating{text-align:left}.wtwp-design-17 .wtwp-testimonial-inner .wtwp-testimonial-avatar{width:100%;float:left}.wtwp-design-18{width:100%;float:left}.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-title{margin:10px 0!important}.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content{text-align:left;border-radius:4px;position:relative;padding:25px 15px;width:auto;color:#fff;display:block;margin-top:12px}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-content{background:#9365b8}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-content{background:#cf343a}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-content{background:#1bb15b}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-content{background:#28324e}.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content:before{content:'\f10d';font-family:FontAwesome;background-color:#222;position:absolute;top:-10px;left:15px;padding:5px 10px;color:#fff;border-radius:4px}.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content:after{content:'';width:20px;height:20px;position:absolute;bottom:-6px;left:40px;border-radius:2px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-content:after{background:#9365b8}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-content:after{background:#cf343a}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-content:after{background:#1bb15b}.wtwp-design-18 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-content:after{background:#28324e}.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonials-text p{text-align:left}.wtwp-design-18 .wtwp-testimonial-avatar{padding:25px 15px 10px;width:100%;float:left}.wtwp-design-18 .wtwp-testimonial-avatar .wtwp-avtar-image{text-align:left;float:left;width:auto}.wtwp-design-18 .wtwp-testimonial-inner-c{color:#222;width:60%;float:left;padding-left:10px}.wtwp-design-18 .wtwp-testimonial-cdec a{color:#222}.wtwp-design-18 .wtwp-testimonial-author{font-size:15px}.wtwp-design-18 .wtwp-testimonial-rating{text-align:left}@media screen and (max-width:40.0625em){.wtwp-design-18 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content:after{left:50%;margin-left:-10px}.wtwp-design-18 .wtwp-testimonial-avatar .wtwp-avtar-image{float:none;text-align:center}.wtwp-design-18 .wtwp-testimonial-inner-c{width:100%;padding-left:0;text-align:center}.wtwp-design-18 .wtwp-testimonial-rating{text-align:center}}.wtwp-design-19{width:100%;float:left}.wtwp-design-19 .wtwp-testimonial-avatar{display:inline-block;float:left;width:120px;overflow:hidden}.wtwp-design-19 .wtwp-testimonial-content{display:table-cell;clear:none}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonial-title{text-align:left;padding-left:10px;font-size:16px;text-transform:uppercase;font-weight:600}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonial-author{margin:10px 0 0!important;text-align:left;background:#3f51b5;color:#fff;font-weight:700;padding:3px 10px;font-size:13px;border-radius:10px 0}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonials-text{margin-left:10px}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonials-text p{text-align:left!important;line-height:normal}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonials-text p:before{color:#ff4081;content:"\f10d";font-family:FontAwesome;font-size:18px;line-height:.1em;margin-right:10px;vertical-align:0;font-style:normal}.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonials-text p:after{content:none}.wtwp-design-19 .wtwp-medium-3 .wtwp-testimonial-avatar{width:80px}.wtwp-design-19 .wtwp-medium-3 .wtwp-testimonial-avatar .wtwp-avtar-image{height:auto}.wtwp-tmnl-slide-widget.wtwp-design-19 .wtwp-testimonial-avatar{display:inline;margin:0 auto;float:none}.wtwp-tmnl-slide-widget.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonial-author{text-align:center}.wtwp-tmnl-slide-widget.wtwp-design-19 .wtwp-testimonial-inner .wtwp-testimonial-title{text-align:center}.wtwp-design-19 .wtwp-testimonial-cdec a{color:#fff!important}@media screen and (max-width:40.0625em){.wtwp-design-19 .wtwp-testimonial-content{display:block}.wtwp-design-19 .wtwp-testimonial-avatar{width:100%}.wtwp-design-19 .wtwp-testimonial-avatar .wtwp-avtar-image{height:auto}}.wtwp-design-20{width:100%;float:left}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-title{margin:0 45px 10px 0!important;font-weight:600}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content{background:#eee;text-align:left;position:relative;padding:10px;width:auto;color:#222;display:block}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content:after{content:'';position:absolute;bottom:-9px;left:50px;width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#eee transparent transparent transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-avatar,.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-content .icon{background:#9365b8}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-avatar,.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-content .icon{background:#cf343a}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-avatar,.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-content .icon{background:#1bb15b}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-avatar,.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-content .icon{background:#28324e}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content .icon{color:#fff;height:30px;line-height:30px;padding:0 13px 0 0;position:absolute;right:-10px;text-align:center;top:10px;width:40px}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content .icon:before{content:'';width:0;height:0%;position:absolute;top:0;left:-25px;border-right-width:10px}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content .icon:after{content:'';position:absolute;width:0;height:0;top:30px;right:0;border-style:solid;border-width:10px 10px 0 0}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:before{border:15px solid #9365b8;border-left-color:transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:before{border:15px solid #cf343a;border-left-color:transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:before{border:15px solid #1bb15b;border-left-color:transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:before{border:15px solid #28324e;border-left-color:transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+1) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:after{border-color:#9365b8 transparent transparent transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+2) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:after{border-color:#cf343a transparent transparent transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+3) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:after{border-color:#1bb15b transparent transparent transparent}.wtwp-design-20 .wtwp-testimonial-box:nth-child(4n+4) .wtwp-testimonial-inner .wtwp-testimonial-content .icon:after{border-color:#28324e transparent transparent transparent}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonials-text p{text-align:left;margin-bottom:0}.wtwp-design-20 .wtwp-testimonial-avatar{width:100%;float:left;padding:15px 10px 5px}.wtwp-design-20 .wtwp-testimonial-avatar .wtwp-avtar-image{text-align:left;display:inline-block;float:left;margin-right:10px}.wtwp-design-20 .wtwp-testimonial-author{clear:none;color:#fff;display:table-cell}.wtwp-design-20 .wtwp-testimonial-author .wtwp-testimonial-cdec a{color:#fff}.wtwp-design-20 .wtwp-testimonial-rating{text-align:left;line-height:normal}@media screen and (max-width:40.0625em){.wtwp-design-20 .wtwp-testimonial-avatar .wtwp-avtar-image{text-align:center;display:block;float:none;margin:0 auto}.wtwp-design-20 .wtwp-testimonial-author,.wtwp-design-20 .wtwp-testimonial-rating{text-align:center}.wtwp-design-20 .wtwp-testimonial-box .wtwp-testimonial-inner .wtwp-testimonial-content:after{left:50%;margin-left:-10px}}@media only screen{.wtwp-column,.wtwp-columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}}@media only screen and (min-width:40.0625em){.wtwp-column,.wtwp-columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.wtwp-medium-1{width:8.33333%}.wtwp-medium-2{width:16.66667%}.wtwp-medium-3{width:25%}.wtwp-medium-4{width:33.33333%}.wtwp-medium-5{width:41.66667%}.wtwp-medium-6{width:50%}.wtwp-medium-7{width:58.33333%}.wtwp-medium-8{width:66.66667%}.wtwp-medium-9{width:75%}.wtwp-medium-10{width:83.33333%}.wtwp-medium-11{width:91.66667%}.wtwp-medium-12{width:100%}}.wtwp-testimonials-slidelist.wtwp-center .slick-slide,.wtwp-tmnl-slide-widget.wtwp-center .slick-slide{opacity:.5;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.wtwp-testimonials-slidelist.wtwp-center .slick-center,.wtwp-tmnl-slide-widget.wtwp-center .slick-center{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.wtwp-clearfix:after,.wtwp-clearfix:before{content:"";display:table}.wtwp-clearfix:after{clear:both}.wtwp-tstmnl-row{margin:10px 0}.wtwp-wrap,.wtwp-wrap *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0}.wtwp-wrap img{max-width:100%;box-shadow:none!important;border-radius:0}.wtwp-clear{clear:both}.wtwp-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#a94442;font-weight:600;padding:10px;text-align:left;margin:10px 0 10px 0;font-size:14px}.wtwp-success{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:4px;color:#3c763d;font-weight:600;padding:10px;text-align:left;margin:10px 0 10px 0;font-size:14px}.wtwp-loader{display:inline-block;border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #3498db;width:20px;height:20px;-webkit-animation:wtwp-spin 2s linear infinite;animation:wtwp-spin 2s linear infinite;vertical-align:middle}.wtwp-hide{display:none}@-webkit-keyframes wtwp-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes wtwp-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wtwp-icolumns-wrap{font-size:.001px}.wtwp-icolumn,.wtwp-icolumns{position:relative;padding-left:15px;padding-right:15px;display:inline-block;width:100%;vertical-align:top}@media only screen and (min-width:40.0625em){.wtwp-icol-1{width:100%}.wtwp-icol-2{width:50%}.wtwp-icol-3{width:33.33333%}.wtwp-icol-4{width:25%}.wtwp-icol-5{width:20%}.wtwp-icol-6{width:16.66667%}.wtwp-icol-7{width:14.2857%}.wtwp-icol-8{width:12.5%}.wtwp-icol-9{width:11.11%}.wtwp-icol-10{width:10%}.wtwp-icol-11{width:9.090%}.wtwp-icol-12{width:8.33333%}}.wtwp-form-fields{margin:0 -.9375em}.wtwp-form-fields textarea{resize:vertical}.wtwp-form-fields .wtwp-form-ckbox-lbl{cursor:pointer;font-size:14px}.wtwp-form-fields .wtwp-form-field-row{margin:0 0 15px 0}.wtwp-form-fields .wtwp-form-lbl{font-size:14px;margin-bottom:3px;display:inline-block;text-align:left;cursor:pointer}.wtwp-form-fields .wtwp-form-lbl span{color:#c4302b}.wtwp-form-fields .wtwp-form-inp{font-size:14px;line-height:normal;padding:8px 10px;margin:0!important;display:block;width:100%}.wtwp-form-fields .wtwp-form-img{border:0;padding:0;width:auto}.wtwp-form-fields .wtwp-form-ckbox-lbl input[type=checkbox]{vertical-align:middle}.wtwp-form-fields .wtwp-form-submit{text-align:center;padding:9px 35px!important;color:#fff;background-color:#555;cursor:pointer;font-size:14px;text-decoration:none;background-image:none;border-radius:0;border:none;box-shadow:none;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.wtwp-form-fields .wtwp-form-submit:active,.wtwp-form-fields .wtwp-form-submit:focus,.wtwp-form-fields .wtwp-form-submit:hover{opacity:.8}.wtwp-form-fields .wtwp-form-inp-err{color:#c4302b}.wtwp-form-fields .wtwp-loader{width:18px;height:18px}