@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .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(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//curatia.be/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:iconsmind;src:url(//curatia.be/wp-content/themes/profimed/assets/lib/iconsmind/font/iconsmind.eot?4yy2et);src:url(//curatia.be/wp-content/themes/profimed/assets/lib/iconsmind/font/iconsmind.eot?4yy2et#iefix) format('embedded-opentype'),url(//curatia.be/wp-content/themes/profimed/assets/lib/iconsmind/font/iconsmind.ttf?4yy2et) format('truetype'),url(//curatia.be/wp-content/themes/profimed/assets/lib/iconsmind/font/iconsmind.woff?4yy2et) format('woff'),url(//curatia.be/wp-content/themes/profimed/assets/lib/iconsmind/font/iconsmind.svg?4yy2et#iconsmind) format('svg')}.iconsmind{font-family:iconsmind!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconsmind-d-eyeglasses:before{content:"\e900"}.iconsmind-d-eyeglasses-2:before{content:"\e901"}.iconsmind-secound:before{content:"\e902"}.iconsmind-secound2:before{content:"\e903"}.iconsmind-hour:before{content:"\e904"}.iconsmind-dec:before{content:"\e905"}.iconsmind-aa:before{content:"\e906"}.iconsmind-add:before{content:"\e907"}.iconsmind-add-bag:before{content:"\e908"}.iconsmind-add-basket:before{content:"\e909"}.iconsmind-add-cart:before{content:"\e90a"}.iconsmind-add-file:before{content:"\e90b"}.iconsmind-address-book-2:before{content:"\e90c"}.iconsmind-address-book:before{content:"\e90d"}.iconsmind-add-space-after-paragraph:before{content:"\e90e"}.iconsmind-add-space-before-paragraph:before{content:"\e90f"}.iconsmind-add-user:before{content:"\e910"}.iconsmind-add-user-star:before{content:"\e911"}.iconsmind-add-window:before{content:"\e912"}.iconsmind-administrator:before{content:"\e913"}.iconsmind-aerobics:before{content:"\e914"}.iconsmind-aerobics-2:before{content:"\e915"}.iconsmind-aerobics-3:before{content:"\e916"}.iconsmind-affiliate:before{content:"\e917"}.iconsmind-air-balloon:before{content:"\e918"}.iconsmind-airbrush:before{content:"\e919"}.iconsmind-airship:before{content:"\e91a"}.iconsmind-alarm-clock-2:before{content:"\e91b"}.iconsmind-alarm-clock:before{content:"\e91c"}.iconsmind-alien:before{content:"\e91d"}.iconsmind-alien-2:before{content:"\e91e"}.iconsmind-aligator:before{content:"\e91f"}.iconsmind-align-center:before{content:"\e920"}.iconsmind-align-justify-all:before{content:"\e921"}.iconsmind-align-justify-center:before{content:"\e922"}.iconsmind-align-justify-left:before{content:"\e923"}.iconsmind-align-justify-right:before{content:"\e924"}.iconsmind-align-left:before{content:"\e925"}.iconsmind-align-right:before{content:"\e926"}.iconsmind-alpha:before{content:"\e927"}.iconsmind-ambulance:before{content:"\e928"}.iconsmind-amx:before{content:"\e929"}.iconsmind-anchor:before{content:"\e92a"}.iconsmind-anchor-1:before{content:"\e92b"}.iconsmind-angel:before{content:"\e92c"}.iconsmind-angel-smiley:before{content:"\e92d"}.iconsmind-angry:before{content:"\e92e"}.iconsmind-apple:before{content:"\e92f"}.iconsmind-apple-bite:before{content:"\e930"}.iconsmind-approved-window:before{content:"\e931"}.iconsmind-aquarius:before{content:"\e932"}.iconsmind-aquarius-2:before{content:"\e933"}.iconsmind-archery:before{content:"\e934"}.iconsmind-archery-2:before{content:"\e935"}.iconsmind-argentina:before{content:"\e936"}.iconsmind-aries:before{content:"\e937"}.iconsmind-aries-2:before{content:"\e938"}.iconsmind-army-key:before{content:"\e939"}.iconsmind-arrow-around:before{content:"\e93a"}.iconsmind-arrow-back-2:before{content:"\e93b"}.iconsmind-arrow-back-3:before{content:"\e93c"}.iconsmind-arrow-back:before{content:"\e93d"}.iconsmind-arrow-barrier:before{content:"\e93e"}.iconsmind-arrow-circle:before{content:"\e93f"}.iconsmind-arrow-cross:before{content:"\e940"}.iconsmind-arrow-down-2:before{content:"\e941"}.iconsmind-arrow-down-3:before{content:"\e942"}.iconsmind-arrow-down-in-circle:before{content:"\e943"}.iconsmind-arrow-down:before{content:"\e944"}.iconsmind-arrow-fork:before{content:"\e945"}.iconsmind-arrow-forward-2:before{content:"\e946"}.iconsmind-arrow-forward:before{content:"\e947"}.iconsmind-arrow-from:before{content:"\e948"}.iconsmind-arrow-inside-45:before{content:"\e949"}.iconsmind-arrow-inside-gap-45:before{content:"\e94a"}.iconsmind-arrow-inside-gap:before{content:"\e94b"}.iconsmind-arrow-inside:before{content:"\e94c"}.iconsmind-arrow-into:before{content:"\e94d"}.iconsmind-arrow-join:before{content:"\e94e"}.iconsmind-arrow-junction:before{content:"\e94f"}.iconsmind-arrow-left-2:before{content:"\e950"}.iconsmind-arrow-left-in-circle:before{content:"\e951"}.iconsmind-arrow-left:before{content:"\e952"}.iconsmind-arrow-loop:before{content:"\e953"}.iconsmind-arrow-merge:before{content:"\e954"}.iconsmind-arrow-mix:before{content:"\e955"}.iconsmind-arrow-next:before{content:"\e956"}.iconsmind-arrow-out-left:before{content:"\e957"}.iconsmind-arrow-out-right:before{content:"\e958"}.iconsmind-arrow-outside-45:before{content:"\e959"}.iconsmind-arrow-outside-gap-45:before{content:"\e95a"}.iconsmind-arrow-outside-gap:before{content:"\e95b"}.iconsmind-arrow-outside:before{content:"\e95c"}.iconsmind-arrow-over:before{content:"\e95d"}.iconsmind-arrow-refresh-2:before{content:"\e95e"}.iconsmind-arrow-refresh:before{content:"\e95f"}.iconsmind-arrow-right-2:before{content:"\e960"}.iconsmind-arrow-right-in-circle:before{content:"\e961"}.iconsmind-arrow-right:before{content:"\e962"}.iconsmind-arrow-shuffle:before{content:"\e963"}.iconsmind-arrow-squiggly:before{content:"\e964"}.iconsmind-arrow-through:before{content:"\e965"}.iconsmind-arrow-to:before{content:"\e966"}.iconsmind-arrow-turn-left:before{content:"\e967"}.iconsmind-arrow-turn-right:before{content:"\e968"}.iconsmind-arrow-up-2:before{content:"\e969"}.iconsmind-arrow-up-3:before{content:"\e96a"}.iconsmind-arrow-up-in-circle:before{content:"\e96b"}.iconsmind-arrow-up:before{content:"\e96c"}.iconsmind-arrow-x-left:before{content:"\e96d"}.iconsmind-arrow-x-right:before{content:"\e96e"}.iconsmind-assistant:before{content:"\e96f"}.iconsmind-astronaut:before{content:"\e970"}.iconsmind-atm:before{content:"\e971"}.iconsmind-atom:before{content:"\e972"}.iconsmind-at-sign:before{content:"\e973"}.iconsmind-audio:before{content:"\e974"}.iconsmind-auto-flash:before{content:"\e975"}.iconsmind-autumn:before{content:"\e976"}.iconsmind-a-z:before{content:"\e977"}.iconsmind-baby:before{content:"\e978"}.iconsmind-baby-clothes-2:before{content:"\e979"}.iconsmind-baby-clothes:before{content:"\e97a"}.iconsmind-baby-cry:before{content:"\e97b"}.iconsmind-back:before{content:"\e97c"}.iconsmind-back-1:before{content:"\e97d"}.iconsmind-back-2:before{content:"\e97e"}.iconsmind-background:before{content:"\e97f"}.iconsmind-back-music:before{content:"\e980"}.iconsmind-bacteria:before{content:"\e981"}.iconsmind-bag:before{content:"\e982"}.iconsmind-bag-coins:before{content:"\e983"}.iconsmind-bag-items:before{content:"\e984"}.iconsmind-bag-quantity:before{content:"\e985"}.iconsmind-bakelite:before{content:"\e986"}.iconsmind-ballet-shoes:before{content:"\e987"}.iconsmind-balloon:before{content:"\e988"}.iconsmind-banana:before{content:"\e989"}.iconsmind-band-aid:before{content:"\e98a"}.iconsmind-bank:before{content:"\e98b"}.iconsmind-bar-chart-2:before{content:"\e98c"}.iconsmind-bar-chart-3:before{content:"\e98d"}.iconsmind-bar-chart-4:before{content:"\e98e"}.iconsmind-bar-chart-5:before{content:"\e98f"}.iconsmind-bar-chart:before{content:"\e990"}.iconsmind-bar-code:before{content:"\e991"}.iconsmind-barricade:before{content:"\e992"}.iconsmind-barricade-1:before{content:"\e993"}.iconsmind-baseball:before{content:"\e994"}.iconsmind-basket-ball:before{content:"\e995"}.iconsmind-basket-coins:before{content:"\e996"}.iconsmind-basket-items:before{content:"\e997"}.iconsmind-basket-quantity:before{content:"\e998"}.iconsmind-bat:before{content:"\e999"}.iconsmind-bat-1:before{content:"\e99a"}.iconsmind-bathrobe:before{content:"\e99b"}.iconsmind-batman-mask:before{content:"\e99c"}.iconsmind-battery-0:before{content:"\e99d"}.iconsmind-battery-25:before{content:"\e99e"}.iconsmind-battery-50:before{content:"\e99f"}.iconsmind-battery-75:before{content:"\e9a0"}.iconsmind-battery-100:before{content:"\e9a1"}.iconsmind-battery-charge:before{content:"\e9a2"}.iconsmind-bear:before{content:"\e9a3"}.iconsmind-beard:before{content:"\e9a4"}.iconsmind-beard-2:before{content:"\e9a5"}.iconsmind-beard-3:before{content:"\e9a6"}.iconsmind-bee:before{content:"\e9a7"}.iconsmind-beer:before{content:"\e9a8"}.iconsmind-beer-glass:before{content:"\e9a9"}.iconsmind-bell:before{content:"\e9aa"}.iconsmind-bell-1:before{content:"\e9ab"}.iconsmind-belt:before{content:"\e9ac"}.iconsmind-belt-2:before{content:"\e9ad"}.iconsmind-belt-3:before{content:"\e9ae"}.iconsmind-berlin-tower:before{content:"\e9af"}.iconsmind-beta:before{content:"\e9b0"}.iconsmind-bicycle:before{content:"\e9b1"}.iconsmind-bicycle-1:before{content:"\e9b2"}.iconsmind-bicycle-2:before{content:"\e9b3"}.iconsmind-big-bang:before{content:"\e9b4"}.iconsmind-big-data:before{content:"\e9b5"}.iconsmind-bike-helmet:before{content:"\e9b6"}.iconsmind-bikini:before{content:"\e9b7"}.iconsmind-bilk-bottle-2:before{content:"\e9b8"}.iconsmind-billing:before{content:"\e9b9"}.iconsmind-binocular:before{content:"\e9ba"}.iconsmind-bio-hazard:before{content:"\e9bb"}.iconsmind-biotech:before{content:"\e9bc"}.iconsmind-bird:before{content:"\e9bd"}.iconsmind-bird-delivering-letter:before{content:"\e9be"}.iconsmind-birthday-cake:before{content:"\e9bf"}.iconsmind-bisexual:before{content:"\e9c0"}.iconsmind-bishop:before{content:"\e9c1"}.iconsmind-bitcoin:before{content:"\e9c2"}.iconsmind-blackboard:before{content:"\e9c3"}.iconsmind-black-cat:before{content:"\e9c4"}.iconsmind-block-cloud:before{content:"\e9c5"}.iconsmind-block-window:before{content:"\e9c6"}.iconsmind-blood:before{content:"\e9c7"}.iconsmind-blouse:before{content:"\e9c8"}.iconsmind-blueprint:before{content:"\e9c9"}.iconsmind-board:before{content:"\e9ca"}.iconsmind-bodybuilding:before{content:"\e9cb"}.iconsmind-bold-text:before{content:"\e9cc"}.iconsmind-bone:before{content:"\e9cd"}.iconsmind-bones:before{content:"\e9ce"}.iconsmind-book:before{content:"\e9cf"}.iconsmind-bookmark:before{content:"\e9d0"}.iconsmind-books:before{content:"\e9d1"}.iconsmind-books-2:before{content:"\e9d2"}.iconsmind-boom:before{content:"\e9d3"}.iconsmind-boot:before{content:"\e9d4"}.iconsmind-boot-2:before{content:"\e9d5"}.iconsmind-bottom-to-top:before{content:"\e9d6"}.iconsmind-bow:before{content:"\e9d7"}.iconsmind-bow-2:before{content:"\e9d8"}.iconsmind-bow-3:before{content:"\e9d9"}.iconsmind-bow-4:before{content:"\e9da"}.iconsmind-bow-5:before{content:"\e9db"}.iconsmind-bow-6:before{content:"\e9dc"}.iconsmind-bowling:before{content:"\e9dd"}.iconsmind-bowling-2:before{content:"\e9de"}.iconsmind-box:before{content:"\e9df"}.iconsmind-box-close:before{content:"\e9e0"}.iconsmind-box-full:before{content:"\e9e1"}.iconsmind-box-open:before{content:"\e9e2"}.iconsmind-box-with-folders:before{content:"\e9e3"}.iconsmind-boy:before{content:"\e9e4"}.iconsmind-bra:before{content:"\e9e5"}.iconsmind-brain:before{content:"\e9e6"}.iconsmind-brain-1:before{content:"\e9e7"}.iconsmind-brain-2:before{content:"\e9e8"}.iconsmind-brazil:before{content:"\e9e9"}.iconsmind-bread:before{content:"\e9ea"}.iconsmind-bread-2:before{content:"\e9eb"}.iconsmind-bridge:before{content:"\e9ec"}.iconsmind-broke-link-2:before{content:"\e9ed"}.iconsmind-broken-link:before{content:"\e9ee"}.iconsmind-broom:before{content:"\e9ef"}.iconsmind-brush:before{content:"\e9f0"}.iconsmind-bucket:before{content:"\e9f1"}.iconsmind-bug:before{content:"\e9f2"}.iconsmind-building:before{content:"\e9f3"}.iconsmind-bulleted-list:before{content:"\e9f4"}.iconsmind-bus:before{content:"\e9f5"}.iconsmind-bus-2:before{content:"\e9f6"}.iconsmind-business-man:before{content:"\e9f7"}.iconsmind-business-man-woman:before{content:"\e9f8"}.iconsmind-business-mens:before{content:"\e9f9"}.iconsmind-business-woman:before{content:"\e9fa"}.iconsmind-butterfly:before{content:"\e9fb"}.iconsmind-button:before{content:"\e9fc"}.iconsmind-cable-car:before{content:"\e9fd"}.iconsmind-cake:before{content:"\e9fe"}.iconsmind-calculator:before{content:"\e9ff"}.iconsmind-calculator-2:before{content:"\ea00"}.iconsmind-calculator-3:before{content:"\ea01"}.iconsmind-calendar:before{content:"\ea02"}.iconsmind-calendar-2:before{content:"\ea03"}.iconsmind-calendar-3:before{content:"\ea04"}.iconsmind-calendar-4:before{content:"\ea05"}.iconsmind-calendar-clock:before{content:"\ea06"}.iconsmind-camel:before{content:"\ea07"}.iconsmind-camera:before{content:"\ea08"}.iconsmind-camera-2:before{content:"\ea09"}.iconsmind-camera-3:before{content:"\ea0a"}.iconsmind-camera-4:before{content:"\ea0b"}.iconsmind-camera-5:before{content:"\ea0c"}.iconsmind-camera-back:before{content:"\ea0d"}.iconsmind-can:before{content:"\ea0e"}.iconsmind-can-2:before{content:"\ea0f"}.iconsmind-canada:before{content:"\ea10"}.iconsmind-cancer:before{content:"\ea11"}.iconsmind-cancer-1:before{content:"\ea12"}.iconsmind-cancer-2:before{content:"\ea13"}.iconsmind-candle:before{content:"\ea14"}.iconsmind-candy:before{content:"\ea15"}.iconsmind-candy-cane:before{content:"\ea16"}.iconsmind-cannon:before{content:"\ea17"}.iconsmind-cap:before{content:"\ea18"}.iconsmind-cap-1:before{content:"\ea19"}.iconsmind-cap-2:before{content:"\ea1a"}.iconsmind-cap-3:before{content:"\ea1b"}.iconsmind-capricorn:before{content:"\ea1c"}.iconsmind-capricorn-2:before{content:"\ea1d"}.iconsmind-car:before{content:"\ea1e"}.iconsmind-car-2:before{content:"\ea1f"}.iconsmind-car-3:before{content:"\ea20"}.iconsmind-car-coins:before{content:"\ea21"}.iconsmind-cardigan:before{content:"\ea22"}.iconsmind-cardiovascular:before{content:"\ea23"}.iconsmind-car-items:before{content:"\ea24"}.iconsmind-cart-quantity:before{content:"\ea25"}.iconsmind-car-wheel:before{content:"\ea26"}.iconsmind-casette-tape:before{content:"\ea27"}.iconsmind-cash-register-2:before{content:"\ea28"}.iconsmind-cash-register:before{content:"\ea29"}.iconsmind-castle:before{content:"\ea2a"}.iconsmind-cat:before{content:"\ea2b"}.iconsmind-cathedral:before{content:"\ea2c"}.iconsmind-cauldron:before{content:"\ea2d"}.iconsmind-cd:before{content:"\ea2e"}.iconsmind-cd-2:before{content:"\ea2f"}.iconsmind-cd-cover:before{content:"\ea30"}.iconsmind-cello:before{content:"\ea31"}.iconsmind-celsius:before{content:"\ea32"}.iconsmind-chacked-flag:before{content:"\ea33"}.iconsmind-chair:before{content:"\ea34"}.iconsmind-charger:before{content:"\ea35"}.iconsmind-check:before{content:"\ea36"}.iconsmind-check-2:before{content:"\ea37"}.iconsmind-checked-user:before{content:"\ea38"}.iconsmind-checkmate:before{content:"\ea39"}.iconsmind-checkout:before{content:"\ea3a"}.iconsmind-checkout-bag:before{content:"\ea3b"}.iconsmind-checkout-basket:before{content:"\ea3c"}.iconsmind-cheese:before{content:"\ea3d"}.iconsmind-cheetah:before{content:"\ea3e"}.iconsmind-chef:before{content:"\ea3f"}.iconsmind-chef-hat-2:before{content:"\ea40"}.iconsmind-chef-hat:before{content:"\ea41"}.iconsmind-chemical:before{content:"\ea42"}.iconsmind-chemical-2:before{content:"\ea43"}.iconsmind-chemical-3:before{content:"\ea44"}.iconsmind-chemical-4:before{content:"\ea45"}.iconsmind-chemical-5:before{content:"\ea46"}.iconsmind-chess:before{content:"\ea47"}.iconsmind-chess-board:before{content:"\ea48"}.iconsmind-chicken:before{content:"\ea49"}.iconsmind-chile:before{content:"\ea4a"}.iconsmind-chimney:before{content:"\ea4b"}.iconsmind-china:before{content:"\ea4c"}.iconsmind-chinese-temple:before{content:"\ea4d"}.iconsmind-chip:before{content:"\ea4e"}.iconsmind-chopsticks:before{content:"\ea4f"}.iconsmind-chopsticks-2:before{content:"\ea50"}.iconsmind-christmas:before{content:"\ea51"}.iconsmind-christmas-ball:before{content:"\ea52"}.iconsmind-christmas-bell:before{content:"\ea53"}.iconsmind-christmas-candle:before{content:"\ea54"}.iconsmind-christmas-hat:before{content:"\ea55"}.iconsmind-christmas-sleigh:before{content:"\ea56"}.iconsmind-christmas-snowman:before{content:"\ea57"}.iconsmind-christmas-sock:before{content:"\ea58"}.iconsmind-christmas-tree:before{content:"\ea59"}.iconsmind-chrysler-building:before{content:"\ea5a"}.iconsmind-cinema:before{content:"\ea5b"}.iconsmind-circular-point:before{content:"\ea5c"}.iconsmind-city-hall:before{content:"\ea5d"}.iconsmind-clamp:before{content:"\ea5e"}.iconsmind-clapperboard-close:before{content:"\ea5f"}.iconsmind-clapperboard-open:before{content:"\ea60"}.iconsmind-claps:before{content:"\ea61"}.iconsmind-clef:before{content:"\ea62"}.iconsmind-clinic:before{content:"\ea63"}.iconsmind-clock:before{content:"\ea64"}.iconsmind-clock-2:before{content:"\ea65"}.iconsmind-clock-3:before{content:"\ea66"}.iconsmind-clock-4:before{content:"\ea67"}.iconsmind-clock-back:before{content:"\ea68"}.iconsmind-clock-forward:before{content:"\ea69"}.iconsmind-close:before{content:"\ea6a"}.iconsmind-close-window:before{content:"\ea6b"}.iconsmind-clothing-store:before{content:"\ea6c"}.iconsmind-cloud:before{content:"\ea6d"}.iconsmind-cloud-2:before{content:"\ea6e"}.iconsmind-cloud-3:before{content:"\ea6f"}.iconsmind-cloud-camera:before{content:"\ea70"}.iconsmind-cloud-computer:before{content:"\ea71"}.iconsmind-cloud-email:before{content:"\ea72"}.iconsmind-cloud-hail:before{content:"\ea73"}.iconsmind-cloud-laptop:before{content:"\ea74"}.iconsmind-cloud-lock:before{content:"\ea75"}.iconsmind-cloud-moon:before{content:"\ea76"}.iconsmind-cloud-music:before{content:"\ea77"}.iconsmind-cloud-picture:before{content:"\ea78"}.iconsmind-cloud-rain:before{content:"\ea79"}.iconsmind-cloud-remove:before{content:"\ea7a"}.iconsmind-clouds:before{content:"\ea7b"}.iconsmind-cloud-secure:before{content:"\ea7c"}.iconsmind-cloud-settings:before{content:"\ea7d"}.iconsmind-cloud-smartphone:before{content:"\ea7e"}.iconsmind-cloud-snow:before{content:"\ea7f"}.iconsmind-cloud-sun:before{content:"\ea80"}.iconsmind-clouds-weather:before{content:"\ea81"}.iconsmind-cloud-tablet:before{content:"\ea82"}.iconsmind-cloud-video:before{content:"\ea83"}.iconsmind-cloud-weather:before{content:"\ea84"}.iconsmind-clown:before{content:"\ea85"}.iconsmind-cmyk:before{content:"\ea86"}.iconsmind-coat:before{content:"\ea87"}.iconsmind-cocktail:before{content:"\ea88"}.iconsmind-coconut:before{content:"\ea89"}.iconsmind-code-window:before{content:"\ea8a"}.iconsmind-coding:before{content:"\ea8b"}.iconsmind-coffee:before{content:"\ea8c"}.iconsmind-coffee-2:before{content:"\ea8d"}.iconsmind-coffee-bean:before{content:"\ea8e"}.iconsmind-coffee-machine:before{content:"\ea8f"}.iconsmind-coffee-to-go:before{content:"\ea90"}.iconsmind-coffin:before{content:"\ea91"}.iconsmind-coin:before{content:"\ea92"}.iconsmind-coins:before{content:"\ea93"}.iconsmind-coins-2:before{content:"\ea94"}.iconsmind-coins-3:before{content:"\ea95"}.iconsmind-colombia:before{content:"\ea96"}.iconsmind-colosseum:before{content:"\ea97"}.iconsmind-column:before{content:"\ea98"}.iconsmind-column-2:before{content:"\ea99"}.iconsmind-column-3:before{content:"\ea9a"}.iconsmind-comb:before{content:"\ea9b"}.iconsmind-comb-2:before{content:"\ea9c"}.iconsmind-communication-tower-2:before{content:"\ea9d"}.iconsmind-communication-tower:before{content:"\ea9e"}.iconsmind-compass:before{content:"\ea9f"}.iconsmind-compass-1:before{content:"\eaa0"}.iconsmind-compass-2:before{content:"\eaa1"}.iconsmind-compass-3:before{content:"\eaa2"}.iconsmind-compass-rose:before{content:"\eaa3"}.iconsmind-computer:before{content:"\eaa4"}.iconsmind-computer-2:before{content:"\eaa5"}.iconsmind-computer-3:before{content:"\eaa6"}.iconsmind-computer-secure:before{content:"\eaa7"}.iconsmind-conference:before{content:"\eaa8"}.iconsmind-confused:before{content:"\eaa9"}.iconsmind-conservation:before{content:"\eaaa"}.iconsmind-consulting:before{content:"\eaab"}.iconsmind-contrast:before{content:"\eaac"}.iconsmind-control:before{content:"\eaad"}.iconsmind-control-2:before{content:"\eaae"}.iconsmind-cookie-man:before{content:"\eaaf"}.iconsmind-cookies:before{content:"\eab0"}.iconsmind-cool:before{content:"\eab1"}.iconsmind-cool-guy:before{content:"\eab2"}.iconsmind-copyright:before{content:"\eab3"}.iconsmind-costume:before{content:"\eab4"}.iconsmind-couple-sign:before{content:"\eab5"}.iconsmind-cow:before{content:"\eab6"}.iconsmind-cpu:before{content:"\eab7"}.iconsmind-crane:before{content:"\eab8"}.iconsmind-cranium:before{content:"\eab9"}.iconsmind-credit-card-2:before{content:"\eaba"}.iconsmind-credit-card-3:before{content:"\eabb"}.iconsmind-credit-card:before{content:"\eabc"}.iconsmind-cricket:before{content:"\eabd"}.iconsmind-criminal:before{content:"\eabe"}.iconsmind-croissant:before{content:"\eabf"}.iconsmind-crop:before{content:"\eac0"}.iconsmind-crop-2:before{content:"\eac1"}.iconsmind-crown:before{content:"\eac2"}.iconsmind-crown-2:before{content:"\eac3"}.iconsmind-crying:before{content:"\eac4"}.iconsmind-cube-molecule-2:before{content:"\eac5"}.iconsmind-cube-molecule:before{content:"\eac6"}.iconsmind-cupcake:before{content:"\eac7"}.iconsmind-cursor:before{content:"\eac8"}.iconsmind-cursor-click-2:before{content:"\eac9"}.iconsmind-cursor-click:before{content:"\eaca"}.iconsmind-cursor-move-2:before{content:"\eacb"}.iconsmind-cursor-move:before{content:"\eacc"}.iconsmind-cursor-select:before{content:"\eacd"}.iconsmind-dam:before{content:"\eace"}.iconsmind-danemark:before{content:"\eacf"}.iconsmind-danger:before{content:"\ead0"}.iconsmind-danger-2:before{content:"\ead1"}.iconsmind-dashboard:before{content:"\ead2"}.iconsmind-data:before{content:"\ead3"}.iconsmind-data-backup:before{content:"\ead4"}.iconsmind-data-block:before{content:"\ead5"}.iconsmind-data-center:before{content:"\ead6"}.iconsmind-data-clock:before{content:"\ead7"}.iconsmind-data-cloud:before{content:"\ead8"}.iconsmind-data-compress:before{content:"\ead9"}.iconsmind-data-copy:before{content:"\eada"}.iconsmind-data-download:before{content:"\eadb"}.iconsmind-data-financial:before{content:"\eadc"}.iconsmind-data-key:before{content:"\eadd"}.iconsmind-data-lock:before{content:"\eade"}.iconsmind-data-network:before{content:"\eadf"}.iconsmind-data-password:before{content:"\eae0"}.iconsmind-data-power:before{content:"\eae1"}.iconsmind-data-refresh:before{content:"\eae2"}.iconsmind-data-save:before{content:"\eae3"}.iconsmind-data-search:before{content:"\eae4"}.iconsmind-data-security:before{content:"\eae5"}.iconsmind-data-settings:before{content:"\eae6"}.iconsmind-data-sharing:before{content:"\eae7"}.iconsmind-data-shield:before{content:"\eae8"}.iconsmind-data-signal:before{content:"\eae9"}.iconsmind-data-storage:before{content:"\eaea"}.iconsmind-data-stream:before{content:"\eaeb"}.iconsmind-data-transfer:before{content:"\eaec"}.iconsmind-data-unlock:before{content:"\eaed"}.iconsmind-data-upload:before{content:"\eaee"}.iconsmind-data-yes:before{content:"\eaef"}.iconsmind-david-star:before{content:"\eaf0"}.iconsmind-daylight:before{content:"\eaf1"}.iconsmind-death:before{content:"\eaf2"}.iconsmind-decrase-inedit:before{content:"\eaf3"}.iconsmind-deer:before{content:"\eaf4"}.iconsmind-deer-2:before{content:"\eaf5"}.iconsmind-delete-file:before{content:"\eaf6"}.iconsmind-delete-window:before{content:"\eaf7"}.iconsmind-depression:before{content:"\eaf8"}.iconsmind-device-sync-with-cloud:before{content:"\eaf9"}.iconsmind-diamond:before{content:"\eafa"}.iconsmind-dice:before{content:"\eafb"}.iconsmind-dice-2:before{content:"\eafc"}.iconsmind-digital-drawing:before{content:"\eafd"}.iconsmind-dinosaur:before{content:"\eafe"}.iconsmind-diploma:before{content:"\eaff"}.iconsmind-diploma-2:before{content:"\eb00"}.iconsmind-direction-east:before{content:"\eb01"}.iconsmind-direction-north:before{content:"\eb02"}.iconsmind-direction-south:before{content:"\eb03"}.iconsmind-direction-west:before{content:"\eb04"}.iconsmind-director:before{content:"\eb05"}.iconsmind-disk:before{content:"\eb06"}.iconsmind-dj:before{content:"\eb07"}.iconsmind-dna:before{content:"\eb08"}.iconsmind-dna-2:before{content:"\eb09"}.iconsmind-dna-helix:before{content:"\eb0a"}.iconsmind-doctor:before{content:"\eb0b"}.iconsmind-dog:before{content:"\eb0c"}.iconsmind-dollar:before{content:"\eb0d"}.iconsmind-dollar-sign-2:before{content:"\eb0e"}.iconsmind-dollar-sign:before{content:"\eb0f"}.iconsmind-dolphin:before{content:"\eb10"}.iconsmind-domino:before{content:"\eb11"}.iconsmind-door:before{content:"\eb12"}.iconsmind-door-hanger:before{content:"\eb13"}.iconsmind-double-circle:before{content:"\eb14"}.iconsmind-double-tap:before{content:"\eb15"}.iconsmind-doughnut:before{content:"\eb16"}.iconsmind-dove:before{content:"\eb17"}.iconsmind-down:before{content:"\eb18"}.iconsmind-down-1:before{content:"\eb19"}.iconsmind-down-2:before{content:"\eb1a"}.iconsmind-down-3:before{content:"\eb1b"}.iconsmind-download:before{content:"\eb1c"}.iconsmind-download-1:before{content:"\eb1d"}.iconsmind-download-from-cloud:before{content:"\eb1e"}.iconsmind-download-window:before{content:"\eb1f"}.iconsmind-downward:before{content:"\eb20"}.iconsmind-drag:before{content:"\eb21"}.iconsmind-drag-down:before{content:"\eb22"}.iconsmind-drag-left:before{content:"\eb23"}.iconsmind-drag-right:before{content:"\eb24"}.iconsmind-drag-up:before{content:"\eb25"}.iconsmind-dress:before{content:"\eb26"}.iconsmind-drill:before{content:"\eb27"}.iconsmind-drill-1:before{content:"\eb28"}.iconsmind-drop:before{content:"\eb29"}.iconsmind-drum:before{content:"\eb2a"}.iconsmind-dry:before{content:"\eb2b"}.iconsmind-duck:before{content:"\eb2c"}.iconsmind-dumbbell:before{content:"\eb2d"}.iconsmind-duplicate-layer:before{content:"\eb2e"}.iconsmind-duplicate-window:before{content:"\eb2f"}.iconsmind-dvd:before{content:"\eb30"}.iconsmind-eagle:before{content:"\eb31"}.iconsmind-ear:before{content:"\eb32"}.iconsmind-earphones:before{content:"\eb33"}.iconsmind-earphones-2:before{content:"\eb34"}.iconsmind-eci-icon:before{content:"\eb35"}.iconsmind-edit:before{content:"\eb36"}.iconsmind-edit-map:before{content:"\eb37"}.iconsmind-eggs:before{content:"\eb38"}.iconsmind-egypt:before{content:"\eb39"}.iconsmind-eifel-tower:before{content:"\eb3a"}.iconsmind-eject:before{content:"\eb3b"}.iconsmind-eject-2:before{content:"\eb3c"}.iconsmind-elbow:before{content:"\eb3d"}.iconsmind-el-castillo:before{content:"\eb3e"}.iconsmind-electric-guitar:before{content:"\eb3f"}.iconsmind-electricity:before{content:"\eb40"}.iconsmind-elephant:before{content:"\eb41"}.iconsmind-embassy:before{content:"\eb42"}.iconsmind-empire-state-building:before{content:"\eb43"}.iconsmind-empty-box:before{content:"\eb44"}.iconsmind-end:before{content:"\eb45"}.iconsmind-end-1:before{content:"\eb46"}.iconsmind-end-2:before{content:"\eb47"}.iconsmind-endways:before{content:"\eb48"}.iconsmind-engineering:before{content:"\eb49"}.iconsmind-envelope:before{content:"\eb4a"}.iconsmind-envelope-2:before{content:"\eb4b"}.iconsmind-environmental:before{content:"\eb4c"}.iconsmind-environmental-2:before{content:"\eb4d"}.iconsmind-environmental-3:before{content:"\eb4e"}.iconsmind-equalizer:before{content:"\eb4f"}.iconsmind-eraser:before{content:"\eb50"}.iconsmind-eraser-2:before{content:"\eb51"}.iconsmind-eraser-3:before{content:"\eb52"}.iconsmind-error-404-window:before{content:"\eb53"}.iconsmind-euro:before{content:"\eb54"}.iconsmind-euro-sign-2:before{content:"\eb55"}.iconsmind-euro-sign:before{content:"\eb56"}.iconsmind-evil:before{content:"\eb57"}.iconsmind-explode:before{content:"\eb58"}.iconsmind-eye:before{content:"\eb59"}.iconsmind-eye-1:before{content:"\eb5a"}.iconsmind-eye-blind:before{content:"\eb5b"}.iconsmind-eyebrow:before{content:"\eb5c"}.iconsmind-eyebrow-2:before{content:"\eb5d"}.iconsmind-eyebrow-3:before{content:"\eb5e"}.iconsmind-eyeglasses-smiley-2:before{content:"\eb5f"}.iconsmind-eyeglasses-smiley:before{content:"\eb60"}.iconsmind-eye-invisible:before{content:"\eb61"}.iconsmind-eye-scan:before{content:"\eb62"}.iconsmind-eye-visible:before{content:"\eb63"}.iconsmind-face-style-2:before{content:"\eb64"}.iconsmind-face-style-3:before{content:"\eb65"}.iconsmind-face-style-4:before{content:"\eb66"}.iconsmind-face-style-5:before{content:"\eb67"}.iconsmind-face-style-6:before{content:"\eb68"}.iconsmind-face-style:before{content:"\eb69"}.iconsmind-factory:before{content:"\eb6a"}.iconsmind-factory-1:before{content:"\eb6b"}.iconsmind-fahrenheit:before{content:"\eb6c"}.iconsmind-family-sign:before{content:"\eb6d"}.iconsmind-fan:before{content:"\eb6e"}.iconsmind-farmer:before{content:"\eb6f"}.iconsmind-fashion:before{content:"\eb70"}.iconsmind-favorite-window:before{content:"\eb71"}.iconsmind-fax:before{content:"\eb72"}.iconsmind-feather:before{content:"\eb73"}.iconsmind-female:before{content:"\eb74"}.iconsmind-female-2:before{content:"\eb75"}.iconsmind-female-3:before{content:"\eb76"}.iconsmind-file:before{content:"\eb77"}.iconsmind-file-block:before{content:"\eb78"}.iconsmind-file-bookmark:before{content:"\eb79"}.iconsmind-file-chart:before{content:"\eb7a"}.iconsmind-file-clipboard:before{content:"\eb7b"}.iconsmind-file-clipboard-file-text:before{content:"\eb7c"}.iconsmind-file-clipboard-text-image:before{content:"\eb7d"}.iconsmind-file-cloud:before{content:"\eb7e"}.iconsmind-file-copy-2:before{content:"\eb7f"}.iconsmind-file-copy:before{content:"\eb80"}.iconsmind-file-csv:before{content:"\eb81"}.iconsmind-file-download:before{content:"\eb82"}.iconsmind-file-edit:before{content:"\eb83"}.iconsmind-file-excel:before{content:"\eb84"}.iconsmind-file-favorite:before{content:"\eb85"}.iconsmind-file-fire:before{content:"\eb86"}.iconsmind-file-graph:before{content:"\eb87"}.iconsmind-file-hide:before{content:"\eb88"}.iconsmind-file-horizontal-text:before{content:"\eb89"}.iconsmind-file-horizontal:before{content:"\eb8a"}.iconsmind-file-html:before{content:"\eb8b"}.iconsmind-file-jpg:before{content:"\eb8c"}.iconsmind-file-link:before{content:"\eb8d"}.iconsmind-file-loading:before{content:"\eb8e"}.iconsmind-file-lock:before{content:"\eb8f"}.iconsmind-file-love:before{content:"\eb90"}.iconsmind-file-music:before{content:"\eb91"}.iconsmind-file-network:before{content:"\eb92"}.iconsmind-file-pictures:before{content:"\eb93"}.iconsmind-file-pie:before{content:"\eb94"}.iconsmind-file-presentation:before{content:"\eb95"}.iconsmind-file-refresh:before{content:"\eb96"}.iconsmind-files:before{content:"\eb97"}.iconsmind-file-search:before{content:"\eb98"}.iconsmind-file-settings:before{content:"\eb99"}.iconsmind-file-share:before{content:"\eb9a"}.iconsmind-file-text-image:before{content:"\eb9b"}.iconsmind-file-trash:before{content:"\eb9c"}.iconsmind-file-txt:before{content:"\eb9d"}.iconsmind-file-upload:before{content:"\eb9e"}.iconsmind-file-video:before{content:"\eb9f"}.iconsmind-file-word:before{content:"\eba0"}.iconsmind-file-zip:before{content:"\eba1"}.iconsmind-film:before{content:"\eba2"}.iconsmind-film-1:before{content:"\eba3"}.iconsmind-film-cartridge:before{content:"\eba4"}.iconsmind-film-strip:before{content:"\eba5"}.iconsmind-film-video:before{content:"\eba6"}.iconsmind-filter:before{content:"\eba7"}.iconsmind-filter-2:before{content:"\eba8"}.iconsmind-financial:before{content:"\eba9"}.iconsmind-find-user:before{content:"\ebaa"}.iconsmind-finger:before{content:"\ebab"}.iconsmind-finger-drag-four-sides:before{content:"\ebac"}.iconsmind-finger-drag-two-sides:before{content:"\ebad"}.iconsmind-fingerprint:before{content:"\ebae"}.iconsmind-finger-print:before{content:"\ebaf"}.iconsmind-fingerprint-2:before{content:"\ebb0"}.iconsmind-fire-flame-2:before{content:"\ebb1"}.iconsmind-fire-flame:before{content:"\ebb2"}.iconsmind-fire-hydrant:before{content:"\ebb3"}.iconsmind-fire-staion:before{content:"\ebb4"}.iconsmind-firewall:before{content:"\ebb5"}.iconsmind-first:before{content:"\ebb6"}.iconsmind-first-aid:before{content:"\ebb7"}.iconsmind-fish:before{content:"\ebb8"}.iconsmind-fish-1:before{content:"\ebb9"}.iconsmind-fit-to-2:before{content:"\ebba"}.iconsmind-fit-to:before{content:"\ebbb"}.iconsmind-five-fingers-drag-2:before{content:"\ebbc"}.iconsmind-five-fingers-drag:before{content:"\ebbd"}.iconsmind-five-fingers-touch:before{content:"\ebbe"}.iconsmind-five-fingers:before{content:"\ebbf"}.iconsmind-flag:before{content:"\ebc0"}.iconsmind-flag-1:before{content:"\ebc1"}.iconsmind-flag-2:before{content:"\ebc2"}.iconsmind-flag-3:before{content:"\ebc3"}.iconsmind-flag-4:before{content:"\ebc4"}.iconsmind-flag-5:before{content:"\ebc5"}.iconsmind-flamingo:before{content:"\ebc6"}.iconsmind-flash:before{content:"\ebc7"}.iconsmind-flash-2:before{content:"\ebc8"}.iconsmind-flashlight:before{content:"\ebc9"}.iconsmind-flash-video:before{content:"\ebca"}.iconsmind-flask:before{content:"\ebcb"}.iconsmind-flask-2:before{content:"\ebcc"}.iconsmind-flick:before{content:"\ebcd"}.iconsmind-flowerpot:before{content:"\ebce"}.iconsmind-fluorescent:before{content:"\ebcf"}.iconsmind-fog-day:before{content:"\ebd0"}.iconsmind-fog-night:before{content:"\ebd1"}.iconsmind-folder:before{content:"\ebd2"}.iconsmind-folder-add:before{content:"\ebd3"}.iconsmind-folder-archive:before{content:"\ebd4"}.iconsmind-folder-binder-2:before{content:"\ebd5"}.iconsmind-folder-binder:before{content:"\ebd6"}.iconsmind-folder-block:before{content:"\ebd7"}.iconsmind-folder-bookmark:before{content:"\ebd8"}.iconsmind-folder-close:before{content:"\ebd9"}.iconsmind-folder-cloud:before{content:"\ebda"}.iconsmind-folder-delete:before{content:"\ebdb"}.iconsmind-folder-download:before{content:"\ebdc"}.iconsmind-folder-edit:before{content:"\ebdd"}.iconsmind-folder-favorite:before{content:"\ebde"}.iconsmind-folder-fire:before{content:"\ebdf"}.iconsmind-folder-hide:before{content:"\ebe0"}.iconsmind-folder-link:before{content:"\ebe1"}.iconsmind-folder-loading:before{content:"\ebe2"}.iconsmind-folder-lock:before{content:"\ebe3"}.iconsmind-folder-love:before{content:"\ebe4"}.iconsmind-folder-music:before{content:"\ebe5"}.iconsmind-folder-network:before{content:"\ebe6"}.iconsmind-folder-open-2:before{content:"\ebe7"}.iconsmind-folder-open:before{content:"\ebe8"}.iconsmind-folder-organizing:before{content:"\ebe9"}.iconsmind-folder-pictures:before{content:"\ebea"}.iconsmind-folder-refresh:before{content:"\ebeb"}.iconsmind-folder-remove:before{content:"\ebec"}.iconsmind-folders:before{content:"\ebed"}.iconsmind-folder-search:before{content:"\ebee"}.iconsmind-folder-settings:before{content:"\ebef"}.iconsmind-folder-share:before{content:"\ebf0"}.iconsmind-folder-trash:before{content:"\ebf1"}.iconsmind-folder-upload:before{content:"\ebf2"}.iconsmind-folder-video:before{content:"\ebf3"}.iconsmind-folder-with-document:before{content:"\ebf4"}.iconsmind-folder-zip:before{content:"\ebf5"}.iconsmind-font-color:before{content:"\ebf6"}.iconsmind-font-name:before{content:"\ebf7"}.iconsmind-font-size:before{content:"\ebf8"}.iconsmind-font-style-subscript:before{content:"\ebf9"}.iconsmind-font-style-superscript:before{content:"\ebfa"}.iconsmind-font-style:before{content:"\ebfb"}.iconsmind-font-window:before{content:"\ebfc"}.iconsmind-foot:before{content:"\ebfd"}.iconsmind-foot-2:before{content:"\ebfe"}.iconsmind-football:before{content:"\ebff"}.iconsmind-football-2:before{content:"\ec00"}.iconsmind-footprint:before{content:"\ec01"}.iconsmind-footprint-1:before{content:"\ec02"}.iconsmind-footprint-2:before{content:"\ec03"}.iconsmind-forest:before{content:"\ec04"}.iconsmind-fork:before{content:"\ec05"}.iconsmind-formula:before{content:"\ec06"}.iconsmind-forward:before{content:"\ec07"}.iconsmind-fountain-pen:before{content:"\ec08"}.iconsmind-four-fingers-drag-2:before{content:"\ec09"}.iconsmind-four-fingers-drag:before{content:"\ec0a"}.iconsmind-four-fingers-touch:before{content:"\ec0b"}.iconsmind-four-fingers:before{content:"\ec0c"}.iconsmind-fox:before{content:"\ec0d"}.iconsmind-frankenstein:before{content:"\ec0e"}.iconsmind-french-fries:before{content:"\ec0f"}.iconsmind-frog:before{content:"\ec10"}.iconsmind-fruits:before{content:"\ec11"}.iconsmind-fuel:before{content:"\ec12"}.iconsmind-full-basket:before{content:"\ec13"}.iconsmind-full-cart:before{content:"\ec14"}.iconsmind-full-moon:before{content:"\ec15"}.iconsmind-full-screen-2:before{content:"\ec16"}.iconsmind-full-screen:before{content:"\ec17"}.iconsmind-full-view-2:before{content:"\ec18"}.iconsmind-full-view-window:before{content:"\ec19"}.iconsmind-full-view:before{content:"\ec1a"}.iconsmind-function:before{content:"\ec1b"}.iconsmind-funky:before{content:"\ec1c"}.iconsmind-funny-bicycle:before{content:"\ec1d"}.iconsmind-fyll-bag:before{content:"\ec1e"}.iconsmind-gamepad:before{content:"\ec1f"}.iconsmind-gamepad-2:before{content:"\ec20"}.iconsmind-gas-pump:before{content:"\ec21"}.iconsmind-gaugage:before{content:"\ec22"}.iconsmind-gaugage-2:before{content:"\ec23"}.iconsmind-gay:before{content:"\ec24"}.iconsmind-gear:before{content:"\ec25"}.iconsmind-gear-2:before{content:"\ec26"}.iconsmind-gears:before{content:"\ec27"}.iconsmind-gears-2:before{content:"\ec28"}.iconsmind-geek:before{content:"\ec29"}.iconsmind-geek-1:before{content:"\ec2a"}.iconsmind-gemini:before{content:"\ec2b"}.iconsmind-gemini-2:before{content:"\ec2c"}.iconsmind-genius:before{content:"\ec2d"}.iconsmind-gentleman:before{content:"\ec2e"}.iconsmind-geo:before{content:"\ec2f"}.iconsmind-geo2:before{content:"\ec30"}.iconsmind-geo-2:before{content:"\ec31"}.iconsmind-geo2-2:before{content:"\ec32"}.iconsmind-geo2-3:before{content:"\ec33"}.iconsmind-geo2-close:before{content:"\ec34"}.iconsmind-geo2-love:before{content:"\ec35"}.iconsmind-geo2-number:before{content:"\ec36"}.iconsmind-geo2-star:before{content:"\ec37"}.iconsmind-geo3:before{content:"\ec38"}.iconsmind-geo-3:before{content:"\ec39"}.iconsmind-geo3-1:before{content:"\ec3a"}.iconsmind-geo3-2:before{content:"\ec3b"}.iconsmind-geo3-close:before{content:"\ec3c"}.iconsmind-geo3-love:before{content:"\ec3d"}.iconsmind-geo3-number:before{content:"\ec3e"}.iconsmind-geo3-star:before{content:"\ec3f"}.iconsmind-geo-close:before{content:"\ec40"}.iconsmind-geo-love:before{content:"\ec41"}.iconsmind-geo-number:before{content:"\ec42"}.iconsmind-geo-star:before{content:"\ec43"}.iconsmind-gey:before{content:"\ec44"}.iconsmind-gift-box:before{content:"\ec45"}.iconsmind-giraffe:before{content:"\ec46"}.iconsmind-girl:before{content:"\ec47"}.iconsmind-glasses:before{content:"\ec48"}.iconsmind-glasses-2:before{content:"\ec49"}.iconsmind-glasses-3:before{content:"\ec4a"}.iconsmind-glass-water:before{content:"\ec4b"}.iconsmind-global-position:before{content:"\ec4c"}.iconsmind-globe:before{content:"\ec4d"}.iconsmind-globe-2:before{content:"\ec4e"}.iconsmind-gloves:before{content:"\ec4f"}.iconsmind-go-bottom:before{content:"\ec50"}.iconsmind-goggles:before{content:"\ec51"}.iconsmind-golf:before{content:"\ec52"}.iconsmind-golf-2:before{content:"\ec53"}.iconsmind-gopro:before{content:"\ec54"}.iconsmind-gorilla:before{content:"\ec55"}.iconsmind-go-top:before{content:"\ec56"}.iconsmind-grave:before{content:"\ec57"}.iconsmind-graveyard:before{content:"\ec58"}.iconsmind-greece:before{content:"\ec59"}.iconsmind-green-energy:before{content:"\ec5a"}.iconsmind-green-house:before{content:"\ec5b"}.iconsmind-guitar:before{content:"\ec5c"}.iconsmind-gun:before{content:"\ec5d"}.iconsmind-gun-2:before{content:"\ec5e"}.iconsmind-gun-3:before{content:"\ec5f"}.iconsmind-gymnastics:before{content:"\ec60"}.iconsmind-hair:before{content:"\ec61"}.iconsmind-hair-2:before{content:"\ec62"}.iconsmind-hair-3:before{content:"\ec63"}.iconsmind-hair-4:before{content:"\ec64"}.iconsmind-half-moon:before{content:"\ec65"}.iconsmind-halloween-half-moon:before{content:"\ec66"}.iconsmind-halloween-moon:before{content:"\ec67"}.iconsmind-hamburger:before{content:"\ec68"}.iconsmind-hammer:before{content:"\ec69"}.iconsmind-hand:before{content:"\ec6a"}.iconsmind-hands:before{content:"\ec6b"}.iconsmind-handshake:before{content:"\ec6c"}.iconsmind-hand-touch-2:before{content:"\ec6d"}.iconsmind-hand-touch-smartphone:before{content:"\ec6e"}.iconsmind-hand-touch:before{content:"\ec6f"}.iconsmind-hanger:before{content:"\ec70"}.iconsmind-happy:before{content:"\ec71"}.iconsmind-hat:before{content:"\ec72"}.iconsmind-hat-2:before{content:"\ec73"}.iconsmind-haunted-house:before{content:"\ec74"}.iconsmind-hd:before{content:"\ec75"}.iconsmind-hdd:before{content:"\ec76"}.iconsmind-hd-video:before{content:"\ec77"}.iconsmind-headphone:before{content:"\ec78"}.iconsmind-headphones:before{content:"\ec79"}.iconsmind-headset:before{content:"\ec7a"}.iconsmind-heart:before{content:"\ec7b"}.iconsmind-heart-1:before{content:"\ec7c"}.iconsmind-heels:before{content:"\ec7d"}.iconsmind-heels-2:before{content:"\ec7e"}.iconsmind-height-window:before{content:"\ec7f"}.iconsmind-helicopter:before{content:"\ec80"}.iconsmind-helicopter-2:before{content:"\ec81"}.iconsmind-helix-2:before{content:"\ec82"}.iconsmind-hello:before{content:"\ec83"}.iconsmind-helmet:before{content:"\ec84"}.iconsmind-helmet-1:before{content:"\ec85"}.iconsmind-helmet-2:before{content:"\ec86"}.iconsmind-hipo:before{content:"\ec87"}.iconsmind-hipster-glasses-2:before{content:"\ec88"}.iconsmind-hipster-glasses-3:before{content:"\ec89"}.iconsmind-hipster-glasses:before{content:"\ec8a"}.iconsmind-hipster-headphones:before{content:"\ec8b"}.iconsmind-hipster-men-2:before{content:"\ec8c"}.iconsmind-hipster-men-3:before{content:"\ec8d"}.iconsmind-hipster-men:before{content:"\ec8e"}.iconsmind-hipster-sunglasses-2:before{content:"\ec8f"}.iconsmind-hipster-sunglasses-3:before{content:"\ec90"}.iconsmind-hipster-sunglasses:before{content:"\ec91"}.iconsmind-hokey:before{content:"\ec92"}.iconsmind-holly:before{content:"\ec93"}.iconsmind-home:before{content:"\ec94"}.iconsmind-home-1:before{content:"\ec95"}.iconsmind-home-2:before{content:"\ec96"}.iconsmind-home-3:before{content:"\ec97"}.iconsmind-home-4:before{content:"\ec98"}.iconsmind-home-window:before{content:"\ec99"}.iconsmind-homosexual:before{content:"\ec9a"}.iconsmind-honey:before{content:"\ec9b"}.iconsmind-hong-kong:before{content:"\ec9c"}.iconsmind-hoodie:before{content:"\ec9d"}.iconsmind-horror:before{content:"\ec9e"}.iconsmind-horse:before{content:"\ec9f"}.iconsmind-hospital:before{content:"\eca0"}.iconsmind-hospital-1:before{content:"\eca1"}.iconsmind-host:before{content:"\eca2"}.iconsmind-hot-dog:before{content:"\eca3"}.iconsmind-hotel:before{content:"\eca4"}.iconsmind-hub:before{content:"\eca5"}.iconsmind-humor:before{content:"\eca6"}.iconsmind-hurt:before{content:"\eca7"}.iconsmind-ice-cream:before{content:"\eca8"}.iconsmind-id-2:before{content:"\eca9"}.iconsmind-id-3:before{content:"\ecaa"}.iconsmind-id-card:before{content:"\ecab"}.iconsmind-idea:before{content:"\ecac"}.iconsmind-idea-2:before{content:"\ecad"}.iconsmind-idea-3:before{content:"\ecae"}.iconsmind-idea-4:before{content:"\ecaf"}.iconsmind-idea-5:before{content:"\ecb0"}.iconsmind-identification-badge:before{content:"\ecb1"}.iconsmind-inbox:before{content:"\ecb2"}.iconsmind-inbox-empty:before{content:"\ecb3"}.iconsmind-inbox-forward:before{content:"\ecb4"}.iconsmind-inbox-full:before{content:"\ecb5"}.iconsmind-inbox-into:before{content:"\ecb6"}.iconsmind-inbox-out:before{content:"\ecb7"}.iconsmind-inbox-reply:before{content:"\ecb8"}.iconsmind-increase-inedit:before{content:"\ecb9"}.iconsmind-indent-first-line:before{content:"\ecba"}.iconsmind-indent-left-margin:before{content:"\ecbb"}.iconsmind-indent-right-margin:before{content:"\ecbc"}.iconsmind-india:before{content:"\ecbd"}.iconsmind-information:before{content:"\ecbe"}.iconsmind-info-window:before{content:"\ecbf"}.iconsmind-inifity:before{content:"\ecc0"}.iconsmind-internet:before{content:"\ecc1"}.iconsmind-internet-2:before{content:"\ecc2"}.iconsmind-internet-smiley:before{content:"\ecc3"}.iconsmind-israel:before{content:"\ecc4"}.iconsmind-italic-text:before{content:"\ecc5"}.iconsmind-jacket:before{content:"\ecc6"}.iconsmind-jacket-2:before{content:"\ecc7"}.iconsmind-jamaica:before{content:"\ecc8"}.iconsmind-japan:before{content:"\ecc9"}.iconsmind-japanese-gate:before{content:"\ecca"}.iconsmind-jeans:before{content:"\eccb"}.iconsmind-jeep:before{content:"\eccc"}.iconsmind-jeep-2:before{content:"\eccd"}.iconsmind-jet:before{content:"\ecce"}.iconsmind-joystick:before{content:"\eccf"}.iconsmind-juice:before{content:"\ecd0"}.iconsmind-jump-rope:before{content:"\ecd1"}.iconsmind-kangoroo:before{content:"\ecd2"}.iconsmind-kenya:before{content:"\ecd3"}.iconsmind-key:before{content:"\ecd4"}.iconsmind-key-2:before{content:"\ecd5"}.iconsmind-key-3:before{content:"\ecd6"}.iconsmind-keyboard:before{content:"\ecd7"}.iconsmind-keyboard3:before{content:"\ecd8"}.iconsmind-key-lock:before{content:"\ecd9"}.iconsmind-keypad:before{content:"\ecda"}.iconsmind-king:before{content:"\ecdb"}.iconsmind-king-2:before{content:"\ecdc"}.iconsmind-kiss:before{content:"\ecdd"}.iconsmind-knee:before{content:"\ecde"}.iconsmind-knife:before{content:"\ecdf"}.iconsmind-knife-1:before{content:"\ece0"}.iconsmind-knight:before{content:"\ece1"}.iconsmind-koala:before{content:"\ece2"}.iconsmind-korea:before{content:"\ece3"}.iconsmind-lamp:before{content:"\ece4"}.iconsmind-landscape:before{content:"\ece5"}.iconsmind-landscape-1:before{content:"\ece6"}.iconsmind-lantern:before{content:"\ece7"}.iconsmind-laptop:before{content:"\ece8"}.iconsmind-laptop-2:before{content:"\ece9"}.iconsmind-laptop-3:before{content:"\ecea"}.iconsmind-laptop-phone:before{content:"\eceb"}.iconsmind-laptop-secure:before{content:"\ecec"}.iconsmind-laptop-tablet:before{content:"\eced"}.iconsmind-laser:before{content:"\ecee"}.iconsmind-last:before{content:"\ecef"}.iconsmind-laughing:before{content:"\ecf0"}.iconsmind-layer-1:before{content:"\ecf1"}.iconsmind-532:before{content:"\ecf1"}.iconsmind-layer-backward:before{content:"\ecf2"}.iconsmind-layer-forward:before{content:"\ecf3"}.iconsmind-leafs:before{content:"\ecf4"}.iconsmind-leafs-2:before{content:"\ecf5"}.iconsmind-leaning-tower:before{content:"\ecf6"}.iconsmind-left:before{content:"\ecf7"}.iconsmind-left-1:before{content:"\ecf8"}.iconsmind-left-2:before{content:"\ecf9"}.iconsmind-left-3:before{content:"\ecfa"}.iconsmind-left-right-3:before{content:"\ecfb"}.iconsmind-left-right:before{content:"\ecfc"}.iconsmind-left-to-right:before{content:"\ecfd"}.iconsmind-leg:before{content:"\ecfe"}.iconsmind-leg-2:before{content:"\ecff"}.iconsmind-lego:before{content:"\ed00"}.iconsmind-lemon:before{content:"\ed01"}.iconsmind-len:before{content:"\ed02"}.iconsmind-len-2:before{content:"\ed03"}.iconsmind-len-3:before{content:"\ed04"}.iconsmind-leo:before{content:"\ed05"}.iconsmind-leo-2:before{content:"\ed06"}.iconsmind-leopard:before{content:"\ed07"}.iconsmind-lesbian:before{content:"\ed08"}.iconsmind-lesbians:before{content:"\ed09"}.iconsmind-letter-close:before{content:"\ed0a"}.iconsmind-letter-open:before{content:"\ed0b"}.iconsmind-letter-sent:before{content:"\ed0c"}.iconsmind-libra:before{content:"\ed0d"}.iconsmind-libra-2:before{content:"\ed0e"}.iconsmind-library:before{content:"\ed0f"}.iconsmind-library-1:before{content:"\ed10"}.iconsmind-life-jacket:before{content:"\ed11"}.iconsmind-life-safer:before{content:"\ed12"}.iconsmind-light-bulb-2:before{content:"\ed13"}.iconsmind-light-bulb-leaf:before{content:"\ed14"}.iconsmind-light-bulb:before{content:"\ed15"}.iconsmind-lighthouse:before{content:"\ed16"}.iconsmind-line-chart-2:before{content:"\ed17"}.iconsmind-line-chart-3:before{content:"\ed18"}.iconsmind-line-chart-4:before{content:"\ed19"}.iconsmind-line-chart:before{content:"\ed1a"}.iconsmind-line-spacing-text:before{content:"\ed1b"}.iconsmind-line-spacing:before{content:"\ed1c"}.iconsmind-link:before{content:"\ed1d"}.iconsmind-link-2:before{content:"\ed1e"}.iconsmind-lion:before{content:"\ed1f"}.iconsmind-loading:before{content:"\ed20"}.iconsmind-loading-2:before{content:"\ed21"}.iconsmind-loading-3:before{content:"\ed22"}.iconsmind-loading-window:before{content:"\ed23"}.iconsmind-location:before{content:"\ed24"}.iconsmind-location-2:before{content:"\ed25"}.iconsmind-lock:before{content:"\ed26"}.iconsmind-lock-2:before{content:"\ed27"}.iconsmind-lock-3:before{content:"\ed28"}.iconsmind-lock-user:before{content:"\ed29"}.iconsmind-lock-window:before{content:"\ed2a"}.iconsmind-lollipop:before{content:"\ed2b"}.iconsmind-lollipop-1:before{content:"\ed2c"}.iconsmind-lollipop-2:before{content:"\ed2d"}.iconsmind-loop:before{content:"\ed2e"}.iconsmind-loud:before{content:"\ed2f"}.iconsmind-loudspeaker:before{content:"\ed30"}.iconsmind-love:before{content:"\ed31"}.iconsmind-love-1:before{content:"\ed32"}.iconsmind-love-user:before{content:"\ed33"}.iconsmind-love-window:before{content:"\ed34"}.iconsmind-lowercase-text:before{content:"\ed35"}.iconsmind-luggafe-front:before{content:"\ed36"}.iconsmind-luggage-2:before{content:"\ed37"}.iconsmind-macro:before{content:"\ed38"}.iconsmind-magic-wand:before{content:"\ed39"}.iconsmind-magnet:before{content:"\ed3a"}.iconsmind-magnifi-glass:before{content:"\ed3b"}.iconsmind-magnifi-glass-2:before{content:"\ed3c"}.iconsmind-magnifi-glass-3:before{content:"\ed3d"}.iconsmind-mail:before{content:"\ed3e"}.iconsmind-mail-2:before{content:"\ed3f"}.iconsmind-mail-3:before{content:"\ed40"}.iconsmind-mail-add:before{content:"\ed41"}.iconsmind-mail-attachement:before{content:"\ed42"}.iconsmind-mail-block:before{content:"\ed43"}.iconsmind-mailbox-empty:before{content:"\ed44"}.iconsmind-mailbox-full:before{content:"\ed45"}.iconsmind-mail-delete:before{content:"\ed46"}.iconsmind-mail-favorite:before{content:"\ed47"}.iconsmind-mail-forward:before{content:"\ed48"}.iconsmind-mail-gallery:before{content:"\ed49"}.iconsmind-mail-inbox:before{content:"\ed4a"}.iconsmind-mail-link:before{content:"\ed4b"}.iconsmind-mail-lock:before{content:"\ed4c"}.iconsmind-mail-love:before{content:"\ed4d"}.iconsmind-mail-money:before{content:"\ed4e"}.iconsmind-mail-open:before{content:"\ed4f"}.iconsmind-mail-outbox:before{content:"\ed50"}.iconsmind-mail-password:before{content:"\ed51"}.iconsmind-mail-photo:before{content:"\ed52"}.iconsmind-mail-read:before{content:"\ed53"}.iconsmind-mail-remove-x:before{content:"\ed54"}.iconsmind-mail-reply-all:before{content:"\ed55"}.iconsmind-mail-reply:before{content:"\ed56"}.iconsmind-mail-search:before{content:"\ed57"}.iconsmind-mail-send:before{content:"\ed58"}.iconsmind-mail-settings:before{content:"\ed59"}.iconsmind-mail-unread:before{content:"\ed5a"}.iconsmind-mail-video:before{content:"\ed5b"}.iconsmind-mail-with-at-sign:before{content:"\ed5c"}.iconsmind-mail-with-cursors:before{content:"\ed5d"}.iconsmind-male:before{content:"\ed5e"}.iconsmind-male-2:before{content:"\ed5f"}.iconsmind-male-3:before{content:"\ed60"}.iconsmind-male-female:before{content:"\ed61"}.iconsmind-management:before{content:"\ed62"}.iconsmind-man-sign:before{content:"\ed63"}.iconsmind-mans-underwear-2:before{content:"\ed64"}.iconsmind-mans-underwear:before{content:"\ed65"}.iconsmind-map:before{content:"\ed66"}.iconsmind-map2:before{content:"\ed67"}.iconsmind-map-marker-2:before{content:"\ed68"}.iconsmind-map-marker-3:before{content:"\ed69"}.iconsmind-map-marker:before{content:"\ed6a"}.iconsmind-marker:before{content:"\ed6b"}.iconsmind-marker-2:before{content:"\ed6c"}.iconsmind-marker-3:before{content:"\ed6d"}.iconsmind-martini-glass:before{content:"\ed6e"}.iconsmind-mask:before{content:"\ed6f"}.iconsmind-master-card:before{content:"\ed70"}.iconsmind-maximize:before{content:"\ed71"}.iconsmind-maximize-window:before{content:"\ed72"}.iconsmind-medal:before{content:"\ed73"}.iconsmind-medal-2:before{content:"\ed74"}.iconsmind-medal-3:before{content:"\ed75"}.iconsmind-medical-sign:before{content:"\ed76"}.iconsmind-medicine:before{content:"\ed77"}.iconsmind-medicine-2:before{content:"\ed78"}.iconsmind-medicine-3:before{content:"\ed79"}.iconsmind-megaphone:before{content:"\ed7a"}.iconsmind-memory-card-2:before{content:"\ed7b"}.iconsmind-memory-card-3:before{content:"\ed7c"}.iconsmind-memory-card:before{content:"\ed7d"}.iconsmind-men:before{content:"\ed7e"}.iconsmind-menorah:before{content:"\ed7f"}.iconsmind-mens:before{content:"\ed80"}.iconsmind-mexico:before{content:"\ed81"}.iconsmind-mic:before{content:"\ed82"}.iconsmind-microphone:before{content:"\ed83"}.iconsmind-microphone-2:before{content:"\ed84"}.iconsmind-microphone-3:before{content:"\ed85"}.iconsmind-microphone-4:before{content:"\ed86"}.iconsmind-microphone-5:before{content:"\ed87"}.iconsmind-microphone-6:before{content:"\ed88"}.iconsmind-microphone-7:before{content:"\ed89"}.iconsmind-microscope:before{content:"\ed8a"}.iconsmind-milk-bottle:before{content:"\ed8b"}.iconsmind-mine:before{content:"\ed8c"}.iconsmind-minimize:before{content:"\ed8d"}.iconsmind-minimize-maximize-close-window:before{content:"\ed8e"}.iconsmind-minimize-window:before{content:"\ed8f"}.iconsmind-mirror:before{content:"\ed90"}.iconsmind-mixer:before{content:"\ed91"}.iconsmind-money:before{content:"\ed92"}.iconsmind-money-1:before{content:"\ed93"}.iconsmind-money-2:before{content:"\ed94"}.iconsmind-money-bag:before{content:"\ed95"}.iconsmind-monitor:before{content:"\ed96"}.iconsmind-monitor-2:before{content:"\ed97"}.iconsmind-monitor-3:before{content:"\ed98"}.iconsmind-monitor-4:before{content:"\ed99"}.iconsmind-monitor-5:before{content:"\ed9a"}.iconsmind-monitor-analytics:before{content:"\ed9b"}.iconsmind-monitoring:before{content:"\ed9c"}.iconsmind-monitor-laptop:before{content:"\ed9d"}.iconsmind-monitor-phone:before{content:"\ed9e"}.iconsmind-monitor-tablet:before{content:"\ed9f"}.iconsmind-monitor-vertical:before{content:"\eda0"}.iconsmind-monkey:before{content:"\eda1"}.iconsmind-monster:before{content:"\eda2"}.iconsmind-morocco:before{content:"\eda3"}.iconsmind-motorcycle:before{content:"\eda4"}.iconsmind-mouse:before{content:"\eda5"}.iconsmind-mouse-1:before{content:"\eda6"}.iconsmind-mouse-2:before{content:"\eda7"}.iconsmind-mouse-3:before{content:"\eda8"}.iconsmind-mouse-pointer:before{content:"\eda9"}.iconsmind-moustache-smiley:before{content:"\edaa"}.iconsmind-movie:before{content:"\edab"}.iconsmind-movie-ticket:before{content:"\edac"}.iconsmind-mp3-file:before{content:"\edad"}.iconsmind-museum:before{content:"\edae"}.iconsmind-mushroom:before{content:"\edaf"}.iconsmind-music-note-2:before{content:"\edb0"}.iconsmind-music-note-3:before{content:"\edb1"}.iconsmind-music-note-4:before{content:"\edb2"}.iconsmind-music-note:before{content:"\edb3"}.iconsmind-music-player:before{content:"\edb4"}.iconsmind-mustache:before{content:"\edb5"}.iconsmind-mustache-2:before{content:"\edb6"}.iconsmind-mustache-3:before{content:"\edb7"}.iconsmind-mustache-4:before{content:"\edb8"}.iconsmind-mustache-5:before{content:"\edb9"}.iconsmind-mustache-6:before{content:"\edba"}.iconsmind-mustache-7:before{content:"\edbb"}.iconsmind-mustache-8:before{content:"\edbc"}.iconsmind-mute:before{content:"\edbd"}.iconsmind-navigate-end:before{content:"\edbe"}.iconsmind-navigation-left-window:before{content:"\edbf"}.iconsmind-navigation-right-window:before{content:"\edc0"}.iconsmind-navigat-start:before{content:"\edc1"}.iconsmind-nepal:before{content:"\edc2"}.iconsmind-network:before{content:"\edc3"}.iconsmind-network-window:before{content:"\edc4"}.iconsmind-neutron:before{content:"\edc5"}.iconsmind-new-mail:before{content:"\edc6"}.iconsmind-newspaper:before{content:"\edc7"}.iconsmind-newspaper-2:before{content:"\edc8"}.iconsmind-new-tab:before{content:"\edc9"}.iconsmind-next:before{content:"\edca"}.iconsmind-next-1:before{content:"\edcb"}.iconsmind-next-2:before{content:"\edcc"}.iconsmind-next-music:before{content:"\edcd"}.iconsmind-no-battery:before{content:"\edce"}.iconsmind-no-drop:before{content:"\edcf"}.iconsmind-no-flash:before{content:"\edd0"}.iconsmind-noose:before{content:"\edd1"}.iconsmind-normal-text:before{content:"\edd2"}.iconsmind-no-smoking:before{content:"\edd3"}.iconsmind-note:before{content:"\edd4"}.iconsmind-notepad:before{content:"\edd5"}.iconsmind-notepad-2:before{content:"\edd6"}.iconsmind-nuclear:before{content:"\edd7"}.iconsmind-numbering-list:before{content:"\edd8"}.iconsmind-nurse:before{content:"\edd9"}.iconsmind-office:before{content:"\edda"}.iconsmind-office-lamp:before{content:"\eddb"}.iconsmind-oil:before{content:"\eddc"}.iconsmind-old-camera:before{content:"\eddd"}.iconsmind-old-cassette:before{content:"\edde"}.iconsmind-old-clock:before{content:"\eddf"}.iconsmind-old-radio:before{content:"\ede0"}.iconsmind-old-sticky-2:before{content:"\ede1"}.iconsmind-old-sticky:before{content:"\ede2"}.iconsmind-old-telephone:before{content:"\ede3"}.iconsmind-old-tv:before{content:"\ede4"}.iconsmind-on-air:before{content:"\ede5"}.iconsmind-one-finger-touch:before{content:"\ede6"}.iconsmind-one-finger:before{content:"\ede7"}.iconsmind-one-window:before{content:"\ede8"}.iconsmind-on-off:before{content:"\ede9"}.iconsmind-on-off-2:before{content:"\edea"}.iconsmind-on-off-3:before{content:"\edeb"}.iconsmind-open-banana:before{content:"\edec"}.iconsmind-open-book:before{content:"\eded"}.iconsmind-opera-house:before{content:"\edee"}.iconsmind-optimization:before{content:"\edef"}.iconsmind-orientation:before{content:"\edf0"}.iconsmind-orientation-1:before{content:"\edf1"}.iconsmind-orientation-2:before{content:"\edf2"}.iconsmind-ornament:before{content:"\edf3"}.iconsmind-over-time-2:before{content:"\edf4"}.iconsmind-over-time:before{content:"\edf5"}.iconsmind-owl:before{content:"\edf6"}.iconsmind-pac-man:before{content:"\edf7"}.iconsmind-paintbrush:before{content:"\edf8"}.iconsmind-paint-brush:before{content:"\edf9"}.iconsmind-paint-bucket:before{content:"\edfa"}.iconsmind-palette:before{content:"\edfb"}.iconsmind-palm-tree:before{content:"\edfc"}.iconsmind-panda:before{content:"\edfd"}.iconsmind-panorama:before{content:"\edfe"}.iconsmind-pantheon:before{content:"\edff"}.iconsmind-pantone:before{content:"\ee00"}.iconsmind-pants:before{content:"\ee01"}.iconsmind-paper:before{content:"\ee02"}.iconsmind-paper-plane:before{content:"\ee03"}.iconsmind-parasailing:before{content:"\ee04"}.iconsmind-parrot:before{content:"\ee05"}.iconsmind-password:before{content:"\ee06"}.iconsmind-password-2-shopping:before{content:"\ee07"}.iconsmind-password-field:before{content:"\ee08"}.iconsmind-password-shopping:before{content:"\ee09"}.iconsmind-pause:before{content:"\ee0a"}.iconsmind-pause-2:before{content:"\ee0b"}.iconsmind-paw:before{content:"\ee0c"}.iconsmind-pawn:before{content:"\ee0d"}.iconsmind-pen:before{content:"\ee0e"}.iconsmind-pen-2:before{content:"\ee0f"}.iconsmind-pen-3:before{content:"\ee10"}.iconsmind-pen-4:before{content:"\ee11"}.iconsmind-pen-5:before{content:"\ee12"}.iconsmind-pen-6:before{content:"\ee13"}.iconsmind-pencil:before{content:"\ee14"}.iconsmind-pencil-ruler:before{content:"\ee15"}.iconsmind-penguin:before{content:"\ee16"}.iconsmind-pentagon:before{content:"\ee17"}.iconsmind-people-on-cloud:before{content:"\ee18"}.iconsmind-pepper:before{content:"\ee19"}.iconsmind-pepper-with-fire:before{content:"\ee1a"}.iconsmind-petrol:before{content:"\ee1b"}.iconsmind-petronas-tower:before{content:"\ee1c"}.iconsmind-philipines:before{content:"\ee1d"}.iconsmind-phone:before{content:"\ee1e"}.iconsmind-phone-2:before{content:"\ee1f"}.iconsmind-phone-3:before{content:"\ee20"}.iconsmind-phone-3g:before{content:"\ee21"}.iconsmind-phone-4g:before{content:"\ee22"}.iconsmind-phone-simcard:before{content:"\ee23"}.iconsmind-phone-sms:before{content:"\ee24"}.iconsmind-phone-wifi:before{content:"\ee25"}.iconsmind-photo:before{content:"\ee26"}.iconsmind-photo-2:before{content:"\ee27"}.iconsmind-photo-3:before{content:"\ee28"}.iconsmind-photo-album-2:before{content:"\ee29"}.iconsmind-photo-album-3:before{content:"\ee2a"}.iconsmind-photo-album:before{content:"\ee2b"}.iconsmind-photos:before{content:"\ee2c"}.iconsmind-physics:before{content:"\ee2d"}.iconsmind-pi:before{content:"\ee2e"}.iconsmind-piano:before{content:"\ee2f"}.iconsmind-pie-chart-2:before{content:"\ee30"}.iconsmind-pie-chart-3:before{content:"\ee31"}.iconsmind-pie-chart:before{content:"\ee32"}.iconsmind-pilates:before{content:"\ee33"}.iconsmind-pilates-2:before{content:"\ee34"}.iconsmind-pilates-3:before{content:"\ee35"}.iconsmind-pilot:before{content:"\ee36"}.iconsmind-pinch:before{content:"\ee37"}.iconsmind-ping-pong:before{content:"\ee38"}.iconsmind-pipe:before{content:"\ee39"}.iconsmind-pipette:before{content:"\ee3a"}.iconsmind-piramids:before{content:"\ee3b"}.iconsmind-pisces:before{content:"\ee3c"}.iconsmind-pisces-2:before{content:"\ee3d"}.iconsmind-pizza:before{content:"\ee3e"}.iconsmind-pizza-slice:before{content:"\ee3f"}.iconsmind-plane:before{content:"\ee40"}.iconsmind-plane-2:before{content:"\ee41"}.iconsmind-plant:before{content:"\ee42"}.iconsmind-plasmid:before{content:"\ee43"}.iconsmind-plaster:before{content:"\ee44"}.iconsmind-plastic-cup-phone-2:before{content:"\ee45"}.iconsmind-plastic-cup-phone:before{content:"\ee46"}.iconsmind-plate:before{content:"\ee47"}.iconsmind-plates:before{content:"\ee48"}.iconsmind-play-music:before{content:"\ee49"}.iconsmind-plug-in-2:before{content:"\ee4a"}.iconsmind-plug-in:before{content:"\ee4b"}.iconsmind-pointer:before{content:"\ee4c"}.iconsmind-poland:before{content:"\ee4d"}.iconsmind-police:before{content:"\ee4e"}.iconsmind-police-man:before{content:"\ee4f"}.iconsmind-police-station:before{content:"\ee50"}.iconsmind-police-woman:before{content:"\ee51"}.iconsmind-polo-shirt:before{content:"\ee52"}.iconsmind-portrait:before{content:"\ee53"}.iconsmind-portugal:before{content:"\ee54"}.iconsmind-post-mail-2:before{content:"\ee55"}.iconsmind-post-mail:before{content:"\ee56"}.iconsmind-post-office:before{content:"\ee57"}.iconsmind-post-sign-2-ways:before{content:"\ee58"}.iconsmind-post-sign:before{content:"\ee59"}.iconsmind-pound:before{content:"\ee5a"}.iconsmind-pound-sign-2:before{content:"\ee5b"}.iconsmind-pound-sign:before{content:"\ee5c"}.iconsmind-power:before{content:"\ee5d"}.iconsmind-power-2:before{content:"\ee5e"}.iconsmind-power-3:before{content:"\ee5f"}.iconsmind-power-cable:before{content:"\ee60"}.iconsmind-power-station:before{content:"\ee61"}.iconsmind-prater:before{content:"\ee62"}.iconsmind-present:before{content:"\ee63"}.iconsmind-presents:before{content:"\ee64"}.iconsmind-press:before{content:"\ee65"}.iconsmind-preview:before{content:"\ee66"}.iconsmind-previous:before{content:"\ee67"}.iconsmind-pricing:before{content:"\ee68"}.iconsmind-printer:before{content:"\ee69"}.iconsmind-professor:before{content:"\ee6a"}.iconsmind-profile:before{content:"\ee6b"}.iconsmind-project:before{content:"\ee6c"}.iconsmind-projector:before{content:"\ee6d"}.iconsmind-projector-2:before{content:"\ee6e"}.iconsmind-pulse:before{content:"\ee6f"}.iconsmind-pumpkin:before{content:"\ee70"}.iconsmind-punk:before{content:"\ee71"}.iconsmind-punker:before{content:"\ee72"}.iconsmind-puzzle:before{content:"\ee73"}.iconsmind-qr-code:before{content:"\ee74"}.iconsmind-queen:before{content:"\ee75"}.iconsmind-queen-2:before{content:"\ee76"}.iconsmind-quill:before{content:"\ee77"}.iconsmind-quill-2:before{content:"\ee78"}.iconsmind-quill-3:before{content:"\ee79"}.iconsmind-quotes:before{content:"\ee7a"}.iconsmind-quotes-2:before{content:"\ee7b"}.iconsmind-radio:before{content:"\ee7c"}.iconsmind-radioactive:before{content:"\ee7d"}.iconsmind-rafting:before{content:"\ee7e"}.iconsmind-rainbow:before{content:"\ee7f"}.iconsmind-rainbow-2:before{content:"\ee80"}.iconsmind-rain-drop:before{content:"\ee81"}.iconsmind-ram:before{content:"\ee82"}.iconsmind-razzor-blade:before{content:"\ee83"}.iconsmind-receipt:before{content:"\ee84"}.iconsmind-receipt-2:before{content:"\ee85"}.iconsmind-receipt-3:before{content:"\ee86"}.iconsmind-receipt-4:before{content:"\ee87"}.iconsmind-record:before{content:"\ee88"}.iconsmind-record-1:before{content:"\ee89"}.iconsmind-record-2:before{content:"\ee8a"}.iconsmind-record-music:before{content:"\ee8b"}.iconsmind-recycling:before{content:"\ee8c"}.iconsmind-recycling-2:before{content:"\ee8d"}.iconsmind-redirect:before{content:"\ee8e"}.iconsmind-redo:before{content:"\ee8f"}.iconsmind-reel:before{content:"\ee90"}.iconsmind-refinery:before{content:"\ee91"}.iconsmind-refresh:before{content:"\ee92"}.iconsmind-refresh-window:before{content:"\ee93"}.iconsmind-reload:before{content:"\ee94"}.iconsmind-reload-1:before{content:"\ee95"}.iconsmind-reload-2:before{content:"\ee96"}.iconsmind-remote-controll-2:before{content:"\ee97"}.iconsmind-remote-controll:before{content:"\ee98"}.iconsmind-remove:before{content:"\ee99"}.iconsmind-remove-bag:before{content:"\ee9a"}.iconsmind-remove-basket:before{content:"\ee9b"}.iconsmind-remove-cart:before{content:"\ee9c"}.iconsmind-remove-file:before{content:"\ee9d"}.iconsmind-remove-user:before{content:"\ee9e"}.iconsmind-remove-window:before{content:"\ee9f"}.iconsmind-rename:before{content:"\eea0"}.iconsmind-repair:before{content:"\eea1"}.iconsmind-repeat:before{content:"\eea2"}.iconsmind-repeat-1:before{content:"\eea3"}.iconsmind-repeat-2:before{content:"\eea4"}.iconsmind-repeat-3:before{content:"\eea5"}.iconsmind-repeat-4:before{content:"\eea6"}.iconsmind-repeat-5:before{content:"\eea7"}.iconsmind-repeat-6:before{content:"\eea8"}.iconsmind-reset:before{content:"\eea9"}.iconsmind-resize:before{content:"\eeaa"}.iconsmind-restore-window:before{content:"\eeab"}.iconsmind-retouching:before{content:"\eeac"}.iconsmind-retro:before{content:"\eead"}.iconsmind-retro-camera:before{content:"\eeae"}.iconsmind-retweet:before{content:"\eeaf"}.iconsmind-rewind:before{content:"\eeb0"}.iconsmind-rgb:before{content:"\eeb1"}.iconsmind-ribbon:before{content:"\eeb2"}.iconsmind-ribbon-2:before{content:"\eeb3"}.iconsmind-ribbon-3:before{content:"\eeb4"}.iconsmind-right:before{content:"\eeb5"}.iconsmind-right-1:before{content:"\eeb6"}.iconsmind-right-2:before{content:"\eeb7"}.iconsmind-right-3:before{content:"\eeb8"}.iconsmind-right-to-left:before{content:"\eeb9"}.iconsmind-road:before{content:"\eeba"}.iconsmind-road-1:before{content:"\eebb"}.iconsmind-road-2:before{content:"\eebc"}.iconsmind-robot:before{content:"\eebd"}.iconsmind-robot-1:before{content:"\eebe"}.iconsmind-rock-and-roll:before{content:"\eebf"}.iconsmind-rocket:before{content:"\eec0"}.iconsmind-roller:before{content:"\eec1"}.iconsmind-roof:before{content:"\eec2"}.iconsmind-rook:before{content:"\eec3"}.iconsmind-rotate-gesture-2:before{content:"\eec4"}.iconsmind-rotate-gesture-3:before{content:"\eec5"}.iconsmind-rotate-gesture:before{content:"\eec6"}.iconsmind-rotation:before{content:"\eec7"}.iconsmind-rotation-390:before{content:"\eec8"}.iconsmind-router:before{content:"\eec9"}.iconsmind-router-2:before{content:"\eeca"}.iconsmind-ruler:before{content:"\eecb"}.iconsmind-ruler-2:before{content:"\eecc"}.iconsmind-running:before{content:"\eecd"}.iconsmind-running-shoes:before{content:"\eece"}.iconsmind-safe-box:before{content:"\eecf"}.iconsmind-safe-box-1:before{content:"\eed0"}.iconsmind-safety-pin-close:before{content:"\eed1"}.iconsmind-safety-pin-open:before{content:"\eed2"}.iconsmind-sagittarus:before{content:"\eed3"}.iconsmind-sagittarus-2:before{content:"\eed4"}.iconsmind-sailing-ship:before{content:"\eed5"}.iconsmind-sand-watch-2:before{content:"\eed6"}.iconsmind-sand-watch:before{content:"\eed7"}.iconsmind-santa-claus-2:before{content:"\eed8"}.iconsmind-santa-claus:before{content:"\eed9"}.iconsmind-santa-on-sled:before{content:"\eeda"}.iconsmind-satelite:before{content:"\eedb"}.iconsmind-satelite-2:before{content:"\eedc"}.iconsmind-save:before{content:"\eedd"}.iconsmind-save-window:before{content:"\eede"}.iconsmind-saw:before{content:"\eedf"}.iconsmind-saxophone:before{content:"\eee0"}.iconsmind-scale:before{content:"\eee1"}.iconsmind-scarf:before{content:"\eee2"}.iconsmind-scissor:before{content:"\eee3"}.iconsmind-scooter:before{content:"\eee4"}.iconsmind-scooter-front:before{content:"\eee5"}.iconsmind-scorpio:before{content:"\eee6"}.iconsmind-scorpio-2:before{content:"\eee7"}.iconsmind-scotland:before{content:"\eee8"}.iconsmind-screwdriver:before{content:"\eee9"}.iconsmind-scroll:before{content:"\eeea"}.iconsmind-scroller:before{content:"\eeeb"}.iconsmind-scroller-2:before{content:"\eeec"}.iconsmind-scroll-fast:before{content:"\eeed"}.iconsmind-sea-dog:before{content:"\eeee"}.iconsmind-search-on-cloud:before{content:"\eeef"}.iconsmind-search-people:before{content:"\eef0"}.iconsmind-security-block:before{content:"\eef1"}.iconsmind-security-bug:before{content:"\eef2"}.iconsmind-security-camera:before{content:"\eef3"}.iconsmind-security-check:before{content:"\eef4"}.iconsmind-security-settings:before{content:"\eef5"}.iconsmind-security-smiley:before{content:"\eef6"}.iconsmind-securiy-remove:before{content:"\eef7"}.iconsmind-seed:before{content:"\eef8"}.iconsmind-selfie:before{content:"\eef9"}.iconsmind-serbia:before{content:"\eefa"}.iconsmind-server:before{content:"\eefb"}.iconsmind-server-2:before{content:"\eefc"}.iconsmind-servers:before{content:"\eefd"}.iconsmind-settings-window:before{content:"\eefe"}.iconsmind-sewing-machine:before{content:"\eeff"}.iconsmind-sexual:before{content:"\ef00"}.iconsmind-share:before{content:"\ef01"}.iconsmind-share-on-cloud:before{content:"\ef02"}.iconsmind-share-window:before{content:"\ef03"}.iconsmind-shark:before{content:"\ef04"}.iconsmind-sheep:before{content:"\ef05"}.iconsmind-sheriff-badge:before{content:"\ef06"}.iconsmind-shield:before{content:"\ef07"}.iconsmind-ship:before{content:"\ef08"}.iconsmind-ship-2:before{content:"\ef09"}.iconsmind-shirt:before{content:"\ef0a"}.iconsmind-shoes:before{content:"\ef0b"}.iconsmind-shoes-2:before{content:"\ef0c"}.iconsmind-shoes-3:before{content:"\ef0d"}.iconsmind-shop:before{content:"\ef0e"}.iconsmind-shop-2:before{content:"\ef0f"}.iconsmind-shop-3:before{content:"\ef10"}.iconsmind-shop-4:before{content:"\ef11"}.iconsmind-shopping-bag:before{content:"\ef12"}.iconsmind-shopping-basket:before{content:"\ef13"}.iconsmind-shopping-cart:before{content:"\ef14"}.iconsmind-short-pants:before{content:"\ef15"}.iconsmind-shovel:before{content:"\ef16"}.iconsmind-shuffle:before{content:"\ef17"}.iconsmind-shuffle-1:before{content:"\ef18"}.iconsmind-shuffle-2:before{content:"\ef19"}.iconsmind-shuffle-3:before{content:"\ef1a"}.iconsmind-shutter:before{content:"\ef1b"}.iconsmind-sidebar-window:before{content:"\ef1c"}.iconsmind-signal:before{content:"\ef1d"}.iconsmind-singapore:before{content:"\ef1e"}.iconsmind-skateboard:before{content:"\ef1f"}.iconsmind-skateboard-2:before{content:"\ef20"}.iconsmind-skate-shoes:before{content:"\ef21"}.iconsmind-skeleton:before{content:"\ef22"}.iconsmind-ski:before{content:"\ef23"}.iconsmind-skirt:before{content:"\ef24"}.iconsmind-skull:before{content:"\ef25"}.iconsmind-skydiving:before{content:"\ef26"}.iconsmind-sled:before{content:"\ef27"}.iconsmind-sled-with-gifts:before{content:"\ef28"}.iconsmind-sleeping:before{content:"\ef29"}.iconsmind-sleet:before{content:"\ef2a"}.iconsmind-slippers:before{content:"\ef2b"}.iconsmind-smart:before{content:"\ef2c"}.iconsmind-smartphone-secure:before{content:"\ef2d"}.iconsmind-smartphone:before{content:"\ef2e"}.iconsmind-smartphone-2:before{content:"\ef2f"}.iconsmind-smartphone-3:before{content:"\ef30"}.iconsmind-smartphone-4:before{content:"\ef31"}.iconsmind-smile:before{content:"\ef32"}.iconsmind-smoking-area:before{content:"\ef33"}.iconsmind-smoking-pipe:before{content:"\ef34"}.iconsmind-snake:before{content:"\ef35"}.iconsmind-snorkel:before{content:"\ef36"}.iconsmind-snow:before{content:"\ef37"}.iconsmind-snow-1:before{content:"\ef38"}.iconsmind-snow-dome:before{content:"\ef39"}.iconsmind-snowflake:before{content:"\ef3a"}.iconsmind-snowflake-1:before{content:"\ef3b"}.iconsmind-snowflake-2:before{content:"\ef3c"}.iconsmind-snowflake-3:before{content:"\ef3d"}.iconsmind-snowman:before{content:"\ef3e"}.iconsmind-snow-storm:before{content:"\ef3f"}.iconsmind-soccer-ball:before{content:"\ef40"}.iconsmind-soccer-shoes:before{content:"\ef41"}.iconsmind-socks:before{content:"\ef42"}.iconsmind-solar:before{content:"\ef43"}.iconsmind-sound:before{content:"\ef44"}.iconsmind-sound-wave:before{content:"\ef45"}.iconsmind-soup:before{content:"\ef46"}.iconsmind-south-africa:before{content:"\ef47"}.iconsmind-space-needle:before{content:"\ef48"}.iconsmind-spain:before{content:"\ef49"}.iconsmind-spam-mail:before{content:"\ef4a"}.iconsmind-speach-bubble-2:before{content:"\ef4b"}.iconsmind-speach-bubble-3:before{content:"\ef4c"}.iconsmind-speach-bubble-4:before{content:"\ef4d"}.iconsmind-speach-bubble-5:before{content:"\ef4e"}.iconsmind-speach-bubble-6:before{content:"\ef4f"}.iconsmind-speach-bubble-7:before{content:"\ef50"}.iconsmind-speach-bubble-8:before{content:"\ef51"}.iconsmind-speach-bubble-9:before{content:"\ef52"}.iconsmind-speach-bubble-10:before{content:"\ef53"}.iconsmind-speach-bubble-11:before{content:"\ef54"}.iconsmind-speach-bubble-12:before{content:"\ef55"}.iconsmind-speach-bubble-13:before{content:"\ef56"}.iconsmind-speach-bubble-asking:before{content:"\ef57"}.iconsmind-speach-bubble-comic-2:before{content:"\ef58"}.iconsmind-speach-bubble-comic-3:before{content:"\ef59"}.iconsmind-speach-bubble-comic-4:before{content:"\ef5a"}.iconsmind-speach-bubble-comic:before{content:"\ef5b"}.iconsmind-speach-bubble-dialog:before{content:"\ef5c"}.iconsmind-speach-bubble:before{content:"\ef5d"}.iconsmind-speach-bubbles:before{content:"\ef5e"}.iconsmind-speak:before{content:"\ef5f"}.iconsmind-speak-2:before{content:"\ef60"}.iconsmind-speaker:before{content:"\ef61"}.iconsmind-speaker-1:before{content:"\ef62"}.iconsmind-spell-check-abc:before{content:"\ef63"}.iconsmind-spell-check:before{content:"\ef64"}.iconsmind-spermium:before{content:"\ef65"}.iconsmind-spider:before{content:"\ef66"}.iconsmind-spiderweb:before{content:"\ef67"}.iconsmind-split-four-square-window:before{content:"\ef68"}.iconsmind-split-horizontal-2-window:before{content:"\ef69"}.iconsmind-split-horizontal:before{content:"\ef6a"}.iconsmind-split-vertical-2:before{content:"\ef6b"}.iconsmind-split-vertical:before{content:"\ef6c"}.iconsmind-split-window:before{content:"\ef6d"}.iconsmind-spoder:before{content:"\ef6e"}.iconsmind-spoon:before{content:"\ef6f"}.iconsmind-sport-mode:before{content:"\ef70"}.iconsmind-sports-clothings-1:before{content:"\ef71"}.iconsmind-sports-clothings-2:before{content:"\ef72"}.iconsmind-sports-shirt:before{content:"\ef73"}.iconsmind-spot:before{content:"\ef74"}.iconsmind-spray:before{content:"\ef75"}.iconsmind-spread:before{content:"\ef76"}.iconsmind-spring:before{content:"\ef77"}.iconsmind-spy:before{content:"\ef78"}.iconsmind-squirrel:before{content:"\ef79"}.iconsmind-ssl:before{content:"\ef7a"}.iconsmind-st-basils-cathedral:before{content:"\ef7b"}.iconsmind-st-pauls-cathedral:before{content:"\ef7c"}.iconsmind-stamp:before{content:"\ef7d"}.iconsmind-stamp-2:before{content:"\ef7e"}.iconsmind-stapler:before{content:"\ef7f"}.iconsmind-star:before{content:"\ef80"}.iconsmind-starfish:before{content:"\ef81"}.iconsmind-start:before{content:"\ef82"}.iconsmind-start-1:before{content:"\ef83"}.iconsmind-start-2:before{content:"\ef84"}.iconsmind-star-track:before{content:"\ef85"}.iconsmind-start-ways:before{content:"\ef86"}.iconsmind-statistic:before{content:"\ef87"}.iconsmind-stethoscope:before{content:"\ef88"}.iconsmind-stop:before{content:"\ef89"}.iconsmind-stop-2:before{content:"\ef8a"}.iconsmind-stop-music:before{content:"\ef8b"}.iconsmind-stopwatch:before{content:"\ef8c"}.iconsmind-stopwatch-2:before{content:"\ef8d"}.iconsmind-storm:before{content:"\ef8e"}.iconsmind-street-view-2:before{content:"\ef8f"}.iconsmind-street-view:before{content:"\ef90"}.iconsmind-strikethrough-text:before{content:"\ef91"}.iconsmind-stroller:before{content:"\ef92"}.iconsmind-structure:before{content:"\ef93"}.iconsmind-student-female:before{content:"\ef94"}.iconsmind-student-hat-2:before{content:"\ef95"}.iconsmind-student-hat:before{content:"\ef96"}.iconsmind-student-male:before{content:"\ef97"}.iconsmind-student-male-female:before{content:"\ef98"}.iconsmind-students:before{content:"\ef99"}.iconsmind-studio-flash:before{content:"\ef9a"}.iconsmind-studio-lightbox:before{content:"\ef9b"}.iconsmind-suit:before{content:"\ef9c"}.iconsmind-suitcase:before{content:"\ef9d"}.iconsmind-sum:before{content:"\ef9e"}.iconsmind-sum-1:before{content:"\ef9f"}.iconsmind-summer:before{content:"\efa0"}.iconsmind-sun:before{content:"\efa1"}.iconsmind-sun-cloudy-rain:before{content:"\efa2"}.iconsmind-sunglasses:before{content:"\efa3"}.iconsmind-sunglasses-2:before{content:"\efa4"}.iconsmind-sunglasses-3:before{content:"\efa5"}.iconsmind-sunglasses-smiley-2:before{content:"\efa6"}.iconsmind-sunglasses-smiley:before{content:"\efa7"}.iconsmind-sunglasses-w-2:before{content:"\efa8"}.iconsmind-sunglasses-w-3:before{content:"\efa9"}.iconsmind-sunglasses-w:before{content:"\efaa"}.iconsmind-sunrise:before{content:"\efab"}.iconsmind-sunset:before{content:"\efac"}.iconsmind-superman:before{content:"\efad"}.iconsmind-support:before{content:"\efae"}.iconsmind-surprise:before{content:"\efaf"}.iconsmind-sushi:before{content:"\efb0"}.iconsmind-sweden:before{content:"\efb1"}.iconsmind-swimming:before{content:"\efb2"}.iconsmind-swimming-short:before{content:"\efb3"}.iconsmind-swimmwear:before{content:"\efb4"}.iconsmind-switch:before{content:"\efb5"}.iconsmind-switzerland:before{content:"\efb6"}.iconsmind-sync:before{content:"\efb7"}.iconsmind-sync-cloud:before{content:"\efb8"}.iconsmind-synchronize:before{content:"\efb9"}.iconsmind-synchronize-2:before{content:"\efba"}.iconsmind-tablet:before{content:"\efbb"}.iconsmind-tablet-2:before{content:"\efbc"}.iconsmind-tablet-3:before{content:"\efbd"}.iconsmind-tablet-orientation:before{content:"\efbe"}.iconsmind-tablet-phone:before{content:"\efbf"}.iconsmind-tablet-secure:before{content:"\efc0"}.iconsmind-tablet-vertical:before{content:"\efc1"}.iconsmind-tactic:before{content:"\efc2"}.iconsmind-tag:before{content:"\efc3"}.iconsmind-tag-2:before{content:"\efc4"}.iconsmind-tag-3:before{content:"\efc5"}.iconsmind-tag-4:before{content:"\efc6"}.iconsmind-tag-5:before{content:"\efc7"}.iconsmind-taj-mahal:before{content:"\efc8"}.iconsmind-talk-man:before{content:"\efc9"}.iconsmind-tap:before{content:"\efca"}.iconsmind-target:before{content:"\efcb"}.iconsmind-target-market:before{content:"\efcc"}.iconsmind-taurus:before{content:"\efcd"}.iconsmind-taurus-2:before{content:"\efce"}.iconsmind-taxi:before{content:"\efcf"}.iconsmind-taxi-2:before{content:"\efd0"}.iconsmind-taxi-sign:before{content:"\efd1"}.iconsmind-teacher:before{content:"\efd2"}.iconsmind-teapot:before{content:"\efd3"}.iconsmind-teddy-bear:before{content:"\efd4"}.iconsmind-tee-mug:before{content:"\efd5"}.iconsmind-telephone:before{content:"\efd6"}.iconsmind-telephone-2:before{content:"\efd7"}.iconsmind-telescope:before{content:"\efd8"}.iconsmind-temperature:before{content:"\efd9"}.iconsmind-temperature-1:before{content:"\efda"}.iconsmind-temperature-2:before{content:"\efdb"}.iconsmind-temple:before{content:"\efdc"}.iconsmind-tennis:before{content:"\efdd"}.iconsmind-tennis-ball:before{content:"\efde"}.iconsmind-tent:before{content:"\efdf"}.iconsmind-testimonal:before{content:"\efe0"}.iconsmind-test-tube-2:before{content:"\efe1"}.iconsmind-test-tube:before{content:"\efe2"}.iconsmind-text-box:before{content:"\efe3"}.iconsmind-text-effect:before{content:"\efe4"}.iconsmind-text-highlight-color:before{content:"\efe5"}.iconsmind-text-paragraph:before{content:"\efe6"}.iconsmind-thailand:before{content:"\efe7"}.iconsmind-the-white-house:before{content:"\efe8"}.iconsmind-this-side-up:before{content:"\efe9"}.iconsmind-thread:before{content:"\efea"}.iconsmind-three-arrow-fork:before{content:"\efeb"}.iconsmind-three-fingers-drag-2:before{content:"\efec"}.iconsmind-three-fingers-drag:before{content:"\efed"}.iconsmind-three-fingers-touch:before{content:"\efee"}.iconsmind-three-fingers:before{content:"\efef"}.iconsmind-thumb:before{content:"\eff0"}.iconsmind-thumbs-down-smiley:before{content:"\eff1"}.iconsmind-thumbs-up-smiley:before{content:"\eff2"}.iconsmind-thunder:before{content:"\eff3"}.iconsmind-thunderstorm:before{content:"\eff4"}.iconsmind-ticket:before{content:"\eff5"}.iconsmind-tie:before{content:"\eff6"}.iconsmind-tie-2:before{content:"\eff7"}.iconsmind-tie-3:before{content:"\eff8"}.iconsmind-tie-4:before{content:"\eff9"}.iconsmind-tiger:before{content:"\effa"}.iconsmind-time-backup:before{content:"\effb"}.iconsmind-time-bomb:before{content:"\effc"}.iconsmind-time-clock:before{content:"\effd"}.iconsmind-time-fire:before{content:"\effe"}.iconsmind-time-machine:before{content:"\efff"}.iconsmind-timer:before{content:"\f000"}.iconsmind-timer-1:before{content:"\f001"}.iconsmind-time-window:before{content:"\f002"}.iconsmind-to-bottom-2:before{content:"\f003"}.iconsmind-to-bottom:before{content:"\f004"}.iconsmind-token-dollar:before{content:"\f005"}.iconsmind-to-left:before{content:"\f006"}.iconsmind-tomato:before{content:"\f007"}.iconsmind-tongue:before{content:"\f008"}.iconsmind-tooth:before{content:"\f009"}.iconsmind-tooth-2:before{content:"\f00a"}.iconsmind-top-to-bottom:before{content:"\f00b"}.iconsmind-to-right:before{content:"\f00c"}.iconsmind-to-top-2:before{content:"\f00d"}.iconsmind-to-top:before{content:"\f00e"}.iconsmind-touch-window:before{content:"\f00f"}.iconsmind-tourch:before{content:"\f010"}.iconsmind-tower:before{content:"\f011"}.iconsmind-tower-2:before{content:"\f012"}.iconsmind-tower-bridge:before{content:"\f013"}.iconsmind-trace:before{content:"\f014"}.iconsmind-tractor:before{content:"\f015"}.iconsmind-traffic-light-2:before{content:"\f016"}.iconsmind-traffic-light:before{content:"\f017"}.iconsmind-train:before{content:"\f018"}.iconsmind-train-2:before{content:"\f019"}.iconsmind-tram:before{content:"\f01a"}.iconsmind-transform:before{content:"\f01b"}.iconsmind-transform-2:before{content:"\f01c"}.iconsmind-transform-3:before{content:"\f01d"}.iconsmind-transform-4:before{content:"\f01e"}.iconsmind-trash-with-men:before{content:"\f01f"}.iconsmind-tree:before{content:"\f020"}.iconsmind-tree-1:before{content:"\f021"}.iconsmind-tree-2:before{content:"\f022"}.iconsmind-tree-3:before{content:"\f023"}.iconsmind-tree-4:before{content:"\f024"}.iconsmind-trekking:before{content:"\f025"}.iconsmind-triangle-arrow-down:before{content:"\f026"}.iconsmind-triangle-arrow-left:before{content:"\f027"}.iconsmind-triangle-arrow-right:before{content:"\f028"}.iconsmind-triangle-arrow-up:before{content:"\f029"}.iconsmind-tripod-2:before{content:"\f02a"}.iconsmind-tripod-and-video:before{content:"\f02b"}.iconsmind-tripod-with-camera:before{content:"\f02c"}.iconsmind-tripod-with-gopro:before{content:"\f02d"}.iconsmind-trophy:before{content:"\f02e"}.iconsmind-trophy-2:before{content:"\f02f"}.iconsmind-truck:before{content:"\f030"}.iconsmind-trumpet:before{content:"\f031"}.iconsmind-t-shirt:before{content:"\f032"}.iconsmind-turkey:before{content:"\f033"}.iconsmind-turn-down-2:before{content:"\f034"}.iconsmind-turn-down-from-left:before{content:"\f035"}.iconsmind-turn-down-from-right:before{content:"\f036"}.iconsmind-turn-down:before{content:"\f037"}.iconsmind-turn-left-3:before{content:"\f038"}.iconsmind-turn-left:before{content:"\f039"}.iconsmind-turn-right-3:before{content:"\f03a"}.iconsmind-turn-right:before{content:"\f03b"}.iconsmind-turn-up-2:before{content:"\f03c"}.iconsmind-turn-up:before{content:"\f03d"}.iconsmind-turtle:before{content:"\f03e"}.iconsmind-tuxedo:before{content:"\f03f"}.iconsmind-tv:before{content:"\f040"}.iconsmind-twister:before{content:"\f041"}.iconsmind-two-fingers-drag-2:before{content:"\f042"}.iconsmind-two-fingers-drag:before{content:"\f043"}.iconsmind-two-fingers-scroll:before{content:"\f044"}.iconsmind-two-fingers-touch:before{content:"\f045"}.iconsmind-two-fingers:before{content:"\f046"}.iconsmind-two-windows:before{content:"\f047"}.iconsmind-type-pass:before{content:"\f048"}.iconsmind-ukraine:before{content:"\f049"}.iconsmind-umbrela:before{content:"\f04a"}.iconsmind-umbrella-2:before{content:"\f04b"}.iconsmind-umbrella-3:before{content:"\f04c"}.iconsmind-under-line-text:before{content:"\f04d"}.iconsmind-undo:before{content:"\f04e"}.iconsmind-united-kingdom:before{content:"\f04f"}.iconsmind-united-states:before{content:"\f050"}.iconsmind-university:before{content:"\f051"}.iconsmind-university-1:before{content:"\f052"}.iconsmind-unlock:before{content:"\f053"}.iconsmind-unlock-2:before{content:"\f054"}.iconsmind-unlock-3:before{content:"\f055"}.iconsmind-up:before{content:"\f056"}.iconsmind-up-1:before{content:"\f057"}.iconsmind-up-2:before{content:"\f058"}.iconsmind-up-3:before{content:"\f059"}.iconsmind-up-down-3:before{content:"\f05a"}.iconsmind-up-down:before{content:"\f05b"}.iconsmind-upgrade:before{content:"\f05c"}.iconsmind-upload:before{content:"\f05d"}.iconsmind-upload-1:before{content:"\f05e"}.iconsmind-upload-to-cloud:before{content:"\f05f"}.iconsmind-upload-window:before{content:"\f060"}.iconsmind-uppercase-text:before{content:"\f061"}.iconsmind-upward:before{content:"\f062"}.iconsmind-url-window:before{content:"\f063"}.iconsmind-usb:before{content:"\f064"}.iconsmind-usb-2:before{content:"\f065"}.iconsmind-usb-cable:before{content:"\f066"}.iconsmind-user:before{content:"\f067"}.iconsmind-vase:before{content:"\f068"}.iconsmind-vector:before{content:"\f069"}.iconsmind-vector-2:before{content:"\f06a"}.iconsmind-vector-3:before{content:"\f06b"}.iconsmind-vector-4:before{content:"\f06c"}.iconsmind-vector-5:before{content:"\f06d"}.iconsmind-venn-diagram:before{content:"\f06e"}.iconsmind-vest:before{content:"\f06f"}.iconsmind-vest-2:before{content:"\f070"}.iconsmind-video:before{content:"\f071"}.iconsmind-video-2:before{content:"\f072"}.iconsmind-video-3:before{content:"\f073"}.iconsmind-video-4:before{content:"\f074"}.iconsmind-video-5:before{content:"\f075"}.iconsmind-video-6:before{content:"\f076"}.iconsmind-video-game-controller:before{content:"\f077"}.iconsmind-video-len-2:before{content:"\f078"}.iconsmind-video-len:before{content:"\f079"}.iconsmind-video-photographer:before{content:"\f07a"}.iconsmind-video-tripod:before{content:"\f07b"}.iconsmind-vietnam:before{content:"\f07c"}.iconsmind-view-height:before{content:"\f07d"}.iconsmind-view-width:before{content:"\f07e"}.iconsmind-virgo:before{content:"\f07f"}.iconsmind-virgo-2:before{content:"\f080"}.iconsmind-virus:before{content:"\f081"}.iconsmind-virus-2:before{content:"\f082"}.iconsmind-virus-3:before{content:"\f083"}.iconsmind-visa:before{content:"\f084"}.iconsmind-voice:before{content:"\f085"}.iconsmind-voicemail:before{content:"\f086"}.iconsmind-volleyball:before{content:"\f087"}.iconsmind-volume-down:before{content:"\f088"}.iconsmind-volume-up:before{content:"\f089"}.iconsmind-vpn:before{content:"\f08a"}.iconsmind-wacom-tablet:before{content:"\f08b"}.iconsmind-waiter:before{content:"\f08c"}.iconsmind-walkie-talkie:before{content:"\f08d"}.iconsmind-wallet:before{content:"\f08e"}.iconsmind-wallet-2:before{content:"\f08f"}.iconsmind-wallet-3:before{content:"\f090"}.iconsmind-warehouse:before{content:"\f091"}.iconsmind-warning-window:before{content:"\f092"}.iconsmind-watch:before{content:"\f093"}.iconsmind-watch-2:before{content:"\f094"}.iconsmind-watch-3:before{content:"\f095"}.iconsmind-wave:before{content:"\f096"}.iconsmind-wave-2:before{content:"\f097"}.iconsmind-webcam:before{content:"\f098"}.iconsmind-weight-lift:before{content:"\f099"}.iconsmind-wheelbarrow:before{content:"\f09a"}.iconsmind-wheelchair:before{content:"\f09b"}.iconsmind-width-window:before{content:"\f09c"}.iconsmind-wifi:before{content:"\f09d"}.iconsmind-wifi-2:before{content:"\f09e"}.iconsmind-wifi-keyboard:before{content:"\f09f"}.iconsmind-windmill:before{content:"\f0a0"}.iconsmind-window:before{content:"\f0a1"}.iconsmind-window-2:before{content:"\f0a2"}.iconsmind-windows:before{content:"\f0a3"}.iconsmind-windows-2:before{content:"\f0a4"}.iconsmind-windsock:before{content:"\f0a5"}.iconsmind-wind-turbine:before{content:"\f0a6"}.iconsmind-windy:before{content:"\f0a7"}.iconsmind-wine-bottle:before{content:"\f0a8"}.iconsmind-wine-glass:before{content:"\f0a9"}.iconsmind-wink:before{content:"\f0aa"}.iconsmind-winter:before{content:"\f0ab"}.iconsmind-winter-2:before{content:"\f0ac"}.iconsmind-wireless:before{content:"\f0ad"}.iconsmind-witch:before{content:"\f0ae"}.iconsmind-witch-hat:before{content:"\f0af"}.iconsmind-wizard:before{content:"\f0b0"}.iconsmind-wolf:before{content:"\f0b1"}.iconsmind-woman-man:before{content:"\f0b2"}.iconsmind-woman-sign:before{content:"\f0b3"}.iconsmind-womans-underwear-2:before{content:"\f0b4"}.iconsmind-womans-underwear:before{content:"\f0b5"}.iconsmind-women:before{content:"\f0b6"}.iconsmind-wonder-woman:before{content:"\f0b7"}.iconsmind-worker:before{content:"\f0b8"}.iconsmind-worker-clothes:before{content:"\f0b9"}.iconsmind-wrap-text:before{content:"\f0ba"}.iconsmind-wreath:before{content:"\f0bb"}.iconsmind-wrench:before{content:"\f0bc"}.iconsmind-x-ray:before{content:"\f0bd"}.iconsmind-yacht:before{content:"\f0be"}.iconsmind-yes:before{content:"\f0bf"}.iconsmind-ying-yang:before{content:"\f0c0"}.iconsmind-z-a:before{content:"\f0c1"}.iconsmind-zebra:before{content:"\f0c2"}.iconsmind-zombie:before{content:"\f0c3"}.iconsmind-zoom-gesture:before{content:"\f0c4"}
   @-webkit-keyframes profimed_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes profimed_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
background-color: white;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
text-decoration: none;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} html {
font-size: 16px;
font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
margin-bottom: 0;
}
p {
margin: 12px 0;
}
p:last-child {
margin-bottom: 0;
}
dfn, cite, em, i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
overflow: auto;
max-width: 100%;
margin: 0 0 1.5em;
padding: 1.5em;
background: #eee;
border: 1px solid #d5d5d5;
word-wrap: break-word;
font-size: 16px;
font-size: 1rem;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
padding: 1px 5px;
}
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #666;
}
mark, ins {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid;
}
big {
font-size: 125%;
} .icon-svg {
line-height: 1em;
height: auto;
}
.icon-svg > path {
fill: #899296;
vertical-align: middle;
}
.icon-svg__comments, .icon-svg__tags, .icon-svg__clock {
width: 12px;
height: 12px;
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:before, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:after, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:before, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:after, .comment-navigation .nav-previous > a:before, .comment-navigation .nav-previous > a:after,
.comment-navigation .nav-next > a:before,
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:after,
.posts-navigation .nav-next > a:before,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:after,
.post-navigation .nav-next > a:before,
.post-navigation .nav-next > a:after, .social-list .menu-item > a::before, .comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
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;
} .container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 940px) {
.container {
max-width: 940px;
}
}
@media (min-width: 1120px) {
.container {
max-width: 1120px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 640px) {
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 940px) {
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1120px) {
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xl-pull-0 {
right: auto;
}
.col-xl-pull-1 {
right: 8.3333333333%;
}
.col-xl-pull-2 {
right: 16.6666666667%;
}
.col-xl-pull-3 {
right: 25%;
}
.col-xl-pull-4 {
right: 33.3333333333%;
}
.col-xl-pull-5 {
right: 41.6666666667%;
}
.col-xl-pull-6 {
right: 50%;
}
.col-xl-pull-7 {
right: 58.3333333333%;
}
.col-xl-pull-8 {
right: 66.6666666667%;
}
.col-xl-pull-9 {
right: 75%;
}
.col-xl-pull-10 {
right: 83.3333333333%;
}
.col-xl-pull-11 {
right: 91.6666666667%;
}
.col-xl-pull-12 {
right: 100%;
}
.col-xl-push-0 {
left: auto;
}
.col-xl-push-1 {
left: 8.3333333333%;
}
.col-xl-push-2 {
left: 16.6666666667%;
}
.col-xl-push-3 {
left: 25%;
}
.col-xl-push-4 {
left: 33.3333333333%;
}
.col-xl-push-5 {
left: 41.6666666667%;
}
.col-xl-push-6 {
left: 50%;
}
.col-xl-push-7 {
left: 58.3333333333%;
}
.col-xl-push-8 {
left: 66.6666666667%;
}
.col-xl-push-9 {
left: 75%;
}
.col-xl-push-10 {
left: 83.3333333333%;
}
.col-xl-push-11 {
left: 91.6666666667%;
}
.col-xl-push-12 {
left: 100%;
}
.col-xl-offset-0 {
margin-left: 0%;
}
.col-xl-offset-1 {
margin-left: 8.3333333333%;
}
.col-xl-offset-2 {
margin-left: 16.6666666667%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.3333333333%;
}
.col-xl-offset-5 {
margin-left: 41.6666666667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.3333333333%;
}
.col-xl-offset-8 {
margin-left: 66.6666666667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.3333333333%;
}
.col-xl-offset-11 {
margin-left: 91.6666666667%;
}
.col-xl-offset-12 {
margin-left: 100%;
}
}
.col-xs-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.col-xs-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 640px) {
.col-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.col-sm-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 940px) {
.col-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.col-md-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1120px) {
.col-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.col-lg-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1200px) {
.col-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.col-xl-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.row-xs-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xs-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row-xs-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (min-width: 640px) {
.row-sm-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-sm-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row-sm-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 940px) {
.row-md-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-md-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row-md-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1120px) {
.row-lg-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-lg-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row-lg-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.row-xl-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xl-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row-xl-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.col-xs-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xs-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-xs-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (min-width: 640px) {
.col-sm-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-sm-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-sm-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 940px) {
.col-md-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-md-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-md-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1120px) {
.col-lg-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-lg-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-lg-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.col-xl-top {
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xl-center {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.col-xl-bottom {
-ms-flex-item-align: end;
align-self: flex-end;
}
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
img {
height: auto; max-width: 100%; }
blockquote,
q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: "";
}
blockquote {
font-weight: 700;
font-size: 24px;
line-height: 1.5;
font-family: Lato, sans-serif;
letter-spacing: 0em;
color: #42474c;
position: relative;
margin: 0;
padding: 10px 45px 10px 45px;
font-style: italic;
quotes: "“" "";
}
blockquote:first-child {
margin-top: 0;
}
blockquote:last-child {
margin-bottom: 0;
}
blockquote:before {
content: open-quote;
position: absolute;
font-size: 100px;
line-height: 0.5;
font-weight: 700;
left: -8px;
top: 44px;
}
blockquote cite {
display: block;
margin-top: 15px;
padding-left: 35px;
position: relative;
text-transform: none;
font-size: 18px;
}
blockquote cite:before {
content: "";
width: 20px;
height: 1px;
margin-right: 25px;
vertical-align: middle;
display: inline-block;
position: absolute;
left: 0;
}
hr {
background-color: #c5cbcf;
border: 0;
height: 1px;
margin: 1.5em 0;
}
.site-main table {
margin: 0 0 1.5em;
max-width: 100%;
width: 100%;
border: 1px solid #c5cbcf;
}
.site-main table th,
.site-main table td {
padding: 5px;
vertical-align: top;
border: 1px solid #c5cbcf;
}
.site-main table thead th {
vertical-align: bottom;
border-bottom: 1px solid #c5cbcf;
}
.site-main table tbody + tbody {
border-top: 1px solid #c5cbcf;
}
.edit-link {
display: inline-block;
margin-top: 25px;
} ul,
ol {
margin: 0 0 1.5em 0;
padding-left: 0;
}
ul:last-child,
ol:last-child {
margin-bottom: 0;
}
ul:not([class]) {
list-style: none;
}
ul:not([class]) li {
font-weight: normal;
}
ul:not([class]) li + li,
ul:not([class]) li > ul li,
ul:not([class]) li > ol li {
margin-top: 10px;
}
ul:not([class]) > li:before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin-bottom: 2px;
margin-right: 10px;
}
.entry-content ol {
list-style: none;
counter-reset: li;
}
.entry-content ol li + li,
.entry-content ol li > ul li,
.entry-content ol li > ol li {
margin-top: 10px;
}
.entry-content ol > li:before {
content: counter(li, decimal-leading-zero) ".";
counter-increment: li;
margin-right: 3px;
display: inline-block;
font-weight: 700;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.1em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
} .inline-list {
padding: 0;
margin: 0;
list-style: none;
}
.inline-list li {
display: inline-block;
} .entry-content ul.list {
list-style: none;
margin-left: 0;
}
.entry-content ul.list li span {
display: inline-block;
}
.entry-content ul.list li + li,
.entry-content ul.list li > ul li,
.entry-content ul.list li > ol li {
margin-top: 15px;
}
.entry-content ul.list li > ul {
margin-left: 3em;
}
.entry-content ul.list li > ol,
.entry-content ul.list li > .list {
margin-left: 1.5em;
} #toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 70px;
overflow: hidden;
width: 60px;
height: 60px;
z-index: 999;
text-align: center;
-webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
background-origin: #f1f1f1;
}
#toTop:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 14px;
height: 14px;
background-position: center;
background-repeat: no-repeat;
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
-webkit-transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(-90deg);
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
#toTop:focus {
outline: 0;
}
@media (max-width: 939px) {
#toTop {
right: -999em !important;
}
}
@media (min-width: 940px) {
#toTop {
right: 0;
}
} .page-preloader-cover {
position: fixed;
z-index: 1200;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
background-color: #fff;
}
.page-preloader-cover .bar {
position: relative;
width: 170px;
height: 2px;
margin-top: 20px;
background-color: #f7f7f7;
overflow: hidden;
border-radius: 10px;
}
.page-preloader-cover .bar:before {
content: "";
width: 80px;
height: 100%;
z-index: 1;
position: absolute;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-animation: moving 2s infinite;
animation: moving 2s infinite;
border-radius: 10px;
}
@-webkit-keyframes moving {
0%, 100% {
-webkit-transform: translate(-80px, 0);
transform: translate(-80px, 0);
}
50% {
-webkit-transform: translate(170px, 0);
transform: translate(170px, 0);
}
}
@keyframes moving {
0%, 100% {
-webkit-transform: translate(-80px, 0);
transform: translate(-80px, 0);
}
50% {
-webkit-transform: translate(170px, 0);
transform: translate(170px, 0);
}
} button,
input[type=button],
input[type=reset],
input[type=submit] {
display: inline-block;
max-width: 100%;
padding: 15px 40px;
cursor: pointer;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
text-overflow: ellipsis;
text-decoration: none;
border: none;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn.invert-button, body .booked-modal input.invert-button.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .invert-button.button {
border: 1px solid #fff;
background: none;
}
.link,
.btn-link,
a.btn-link,
.btn-icon {
display: inline-block;
line-height: 1.5;
font-weight: 400;
text-decoration: underline;
}
.link svg,
.btn-link svg,
a.btn-link svg,
.btn-icon svg {
display: inline-block;
vertical-align: top;
margin-left: 5px;
margin-top: 2px;
width: 9px;
height: 9px;
}
.link.btn, body .booked-modal input.link.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .link.button,
.btn-link.btn,
body .booked-modal input.btn-link.button-primary[type=submit],
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-link.button,
a.btn-link.btn,
.btn-icon.btn,
body .booked-modal input.btn-icon.button-primary[type=submit],
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-icon.button {
padding: 8px 17px 3px;
}
.link.btn svg, body .booked-modal input.link.button-primary[type=submit] svg, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .link.button svg,
.btn-link.btn svg,
body .booked-modal input.btn-link.button-primary[type=submit] svg,
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-link.button svg,
a.btn-link.btn svg,
.btn-icon.btn svg,
body .booked-modal input.btn-icon.button-primary[type=submit] svg,
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-icon.button svg {
width: 14px;
height: 14px;
}
.link:hover,
.btn-link:hover,
a.btn-link:hover,
.btn-icon:hover {
text-decoration: none;
}
.btn, body .booked-modal input.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
padding: 15px 40px;
cursor: pointer;
font-size: 12px;
line-height: 1.1;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
display: inline-block;
border-radius: 3px;
padding: 14px 18px 16px;
border-radius: 3px;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.btn, body .booked-modal input.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
text-decoration: none;
}
.btn:focus, body .booked-modal input.button-primary[type=submit]:focus, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button:focus,
form button:focus,
form input[type=button]:focus,
form input[type=reset]:focus,
form input[type=submit]:focus {
outline: 0;
}
.btn.btn-xs, body .booked-modal input.btn-xs.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-xs.button,
form button.btn-xs,
form input[type=button].btn-xs,
form input[type=reset].btn-xs,
form input[type=submit].btn-xs {
font-size: 10px;
padding: 7.0000005px 17px;
}
.btn.btn-sm, body .booked-modal input.btn-sm.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-sm.button,
form button.btn-sm,
form input[type=button].btn-sm,
form input[type=reset].btn-sm,
form input[type=submit].btn-sm {
font-weight: 400;
border-radius: 0;
}
.btn.btn-fullwidth, body .booked-modal input.btn-fullwidth.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .btn-fullwidth.button,
form button.btn-fullwidth,
form input[type=button].btn-fullwidth,
form input[type=reset].btn-fullwidth,
form input[type=submit].btn-fullwidth {
width: 100%;
}
.btn[class*=-transparent], body .booked-modal input[class*=-transparent].button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td [class*=-transparent].button,
form button[class*=-transparent],
form input[type=button][class*=-transparent],
form input[type=reset][class*=-transparent],
form input[type=submit][class*=-transparent] {
background-color: transparent;
}
.btn i, body .booked-modal input.button-primary[type=submit] i, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button i,
form button i,
form input[type=button] i,
form input[type=reset] i,
form input[type=submit] i {
margin-left: 5px;
}
.header-btn.btn, body .booked-modal input.header-btn.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button {
padding: 21px 30px 19px;
border: 1px solid #c5cbcf;
}
.header-btn.btn, body .booked-modal input.header-btn.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button, .header-btn.btn:focus {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (max-width: 1200px) {
.header-btn.btn, body .booked-modal input.header-btn.button-primary[type=submit], .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .header-btn.button {
padding: 15px 10px 14px;
}
}
input,
select,
textarea {
padding: 9.5px 20px;
border: 1px solid #2e2f2f;
font-size: 16px;
line-height: 1.5;
-webkit-transition: 0.3s;
transition: 0.3s;
}
input:focus,
select:focus,
textarea:focus {
outline: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 5px 15px;
line-height: 30px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
input[type=radio],
input[type=checkbox] {
display: inline-block;
width: auto;
vertical-align: middle;
}
input[type=file] {
padding: 0;
background-color: transparent;
border: none;
}
select {
width: 100%;
max-width: 100%;
}
textarea {
height: 160px;
min-height: 160px;
width: 100%;
resize: vertical;
overflow: auto;
} ::-webkit-input-placeholder {
-webkit-transition: 0.1s;
transition: 0.1s;
color: inherit;
}
::-moz-placeholder {
-moz-transition: 0.1s;
transition: 0.1s;
color: inherit;
}
:-ms-input-placeholder {
-ms-transition: 0.1s;
transition: 0.1s;
color: inherit;
}
:-moz-placeholder {
-moz-transition: 0.1s;
transition: 0.1s;
color: inherit;
}
::-moz-placeholder {
opacity: 1;
}
:-moz-placeholder {
opacity: 1;
}
#page .select2-selection {
height: 48px;
border: 0;
font-size: 18px;
line-height: 27px;
}
#page .select2-selection:focus {
outline: none;
}
#page .select2-selection b {
margin-top: 0;
}
#page .select2-selection .select2-selection__rendered {
padding: 9.5px 20px;
}
#page .select2-selection.select2-selection--single .select2-selection__arrow {
top: 9px;
}
#page .select2-selection.select2-selection--multiple {
height: auto;
}
.search-form-wrapper {
position: relative;
}
.search-form-wrapper.search-active .search-form {
left: -122px;
width: 230px;
margin-top: 10px;
}
@media (min-width: 640px) {
.search-form-wrapper.search-active .search-form {
left: auto;
right: -11px;
width: 280px;
}
}
@media (min-width: 940px) {
.search-form-wrapper.search-active .search-form {
width: 350px;
}
}
@media (min-width: 1120px) {
.search-form-wrapper.search-active .search-form {
width: 520px;
margin-top: 0;
}
}
@media (min-width: 1200px) {
.search-form-wrapper.search-active .search-form {
right: -1px;
}
}
.search-form-wrapper .search-form {
position: absolute;
right: -9999999999px;
margin: 0;
width: 100px;
z-index: 999;
}
@media (min-width: 640px) {
.search-form-wrapper .search-form {
-webkit-transition: width 0.25s ease-out;
transition: width 0.25s ease-out;
}
}
.search-form-wrapper .search-form__toggle {
padding: 2px 10px;
}
@media (min-width: 1120px) {
.search-form-wrapper .search-form__toggle {
padding: 13px 10px;
}
}
@media (min-width: 1200px) {
.search-form-wrapper .search-form__toggle {
padding: 13px 18px;
}
}
.search-form-wrapper .search-form__input-wrap {
min-width: initial;
}
.search-form-wrapper .search-form__input-wrap:before {
content: "";
position: absolute;
top: -7px;
left: 135px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 5.5px 7px 5.5px;
border-color: transparent transparent #fff transparent;
}
@media (min-width: 640px) {
.search-form-wrapper .search-form__input-wrap:before {
left: auto;
right: 23px;
}
}
.search-form-wrapper .search-form__input-wrap i {
display: none;
}
.search-form-wrapper .search-form__field {
padding: 15px 18px 17px;
font-weight: 400;
font-style: italic;
border: none;
}
.site-header .search-form-wrapper .search-form__field {
background-color: #fff;
}
.search-form-wrapper .search-form__submit {
display: none;
}
.search-form {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-container_wrap.container .search-form {
left: 0.9375rem;
right: 40px;
}
.search-form__toggle {
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
position: relative;
display: inline-block;
z-index: 150;
}
.search-form__toggle:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
font-size: 1.0625rem;
content: "";
}
.search-form__input-wrap {
position: relative;
-webkit-box-flex: 5;
-ms-flex: 5 1 185px;
flex: 5 1 185px;
min-width: 185px;
}
.search-form__input-wrap i {
pointer-events: none;
font-size: 14px;
left: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (min-width: 940px) {
.sidebar-1-4 .sidebar .search-form__input-wrap {
-webkit-box-flex: 5;
-ms-flex: 5 1 150px;
flex: 5 1 150px;
min-width: 150px;
}
}
.search-form__field[type=search] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-width: 50px;
border: none;
background: rgba(197, 203, 207, 0.15);
}
.search-form__submit {
z-index: 1;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 0 8px;
border-radius: 0;
}
.search-form__submit, .search-form__submit:hover {
color: #fff;
}
.search-form__submit .fa {
font-size: 17px;
font-size: 1.0625rem;
}
.post-password-form label {
display: inline-block;
vertical-align: middle;
}
.post-password-form input[type=submit] {
padding: 11px 30px;
border-radius: 0;
}
.comment-list + .comment-respond {
margin-top: 80px;
}
.comment-list .comment-respond {
margin-top: 60px;
margin-bottom: 60px;
}
.comment-reply-title #cancel-comment-reply-link {
font-size: 14px;
float: right;
margin-left: 10px;
font-weight: 300;
}
.comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
border: none;
background-color: rgba(197, 203, 207, 0.1);
width: 100%;
}
.comment-form > * {
width: 100%;
}
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
position: relative;
margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
.comment-form-author, .comment-form-email {
width: calc(50% - 3px);
}
.comment-list .comment-form-author, .comment-list .comment-form-email {
width: 100%;
}
}
.comment-form__field {
width: 100%;
vertical-align: top;
}
.comment-form .form-submit {
margin: 30px 0 0 0;
}
.comment-form .form-submit .submit {
border: none;
padding: 24px 55px 23px;
}
.comment-form-cookies-consent {
font-size: 16px;
margin-top: 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.comment-form-cookies-consent input[type=checkbox] {
position: absolute;
width: 0;
height: 0;
visibility: hidden;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
content: "";
position: relative;
top: -1px;
display: inline-block;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
margin-right: 10px;
vertical-align: middle;
border-radius: 4px;
border: 2px solid #c5cbcf;
}
.comment-form-cookies-consent input[type=checkbox]:checked ~ label[for=wp-comment-cookies-consent]:before {
content: "";
}
.bypostauthor {
display: block;
}  a {
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:focus {
outline: none;
}
a:hover, a:active {
text-decoration: none;
}
.site-main p a {
font-weight: 400;
}
.site-main p a.btn, .site-main p .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td a.button, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .site-main p a.button {
font-weight: 700;
}
.site-main p a[href*="callto:"], .site-main p a[href*="tel:"], .site-main p a[href*="mailto:"] {
font-weight: inherit;
}
.site-main p a em, .site-main p em a {
text-decoration: underline;
}
.edit-link {
display: block;
}
.edit-link a {
display: inline-block;
font-size: 14px;
line-height: 1.5;
}
.edit-link a:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 6px;
margin-top: -3px;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 528.899 528.899" xml:space="preserve"><path d="M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981 c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611 C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069 L27.473,390.597L0.3,512.69z"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 528.899 528.899" xml:space="preserve"><path d="M328.883,89.125l107.59,107.589l-272.34,272.34L56.604,361.465L328.883,89.125z M518.113,63.177l-47.981-47.981 c-18.543-18.543-48.653-18.543-67.259,0l-45.961,45.961l107.59,107.59l53.611-53.611 C532.495,100.753,532.495,77.559,518.113,63.177z M0.3,512.69c-1.958,8.812,5.998,16.708,14.811,14.565l119.891-29.069 L27.473,390.597L0.3,512.69z"/></svg>');
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
} .main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
position: absolute;
z-index: 99999;
top: 100%;
left: -999em;
-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
background-color: #fff;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li {
border-top: 1px solid;
}
.main-navigation ul ul li:first-child {
border: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
padding: 15px 30px;
width: 240px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: -5px;
}
@media (max-width: 1119px) {
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
}
.main-navigation li {
position: relative;
display: inline-block;
}
.main-navigation .menu > li {
padding: 0;
margin-left: 30px;
}
.main-navigation .menu > li > a {
padding: 26px 0;
}
.main-navigation .menu > li:first-child {
margin-left: 0;
}
.main-navigation .menu > li.menu-item-has-children > a {
padding-right: 15px;
}
.main-navigation a {
display: inline-block;
text-decoration: none;
}
@media (max-width: 639px) {
.main-navigation.mobile-menu ul.menu li {
border: none;
}
.main-navigation.mobile-menu ul.menu li a {
color: rgba(66, 71, 76, 0.7);
font-weight: 700;
background: transparent;
}
.main-navigation.mobile-menu ul.sub-menu {
background: transparent;
}
.main-navigation.mobile-menu ul.sub-menu li a {
font-weight: 100;
}
} .main-navigation li.menu-item-has-children > a:after {
content: "";
position: absolute;
cursor: pointer;
position: absolute;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0.625rem;
right: 0;
top: calc(50% - 5px);
background: transparent;
-webkit-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
}
.main-navigation li.menu-item-has-children .sub-menu a:after {
right: 18px;
top: 20px;
-webkit-transform: translateY(0) rotate(270deg);
transform: translateY(0) rotate(270deg);
}
@media (min-width: 940px) {
.main-navigation:not(.vertical-menu) .menu > li > a:before {
content: "";
-webkit-transition: width 0.25s ease-out;
transition: width 0.25s ease-out;
position: absolute;
left: -5px;
bottom: 0;
width: 0;
height: 2px;
}
}
@media (min-width: 940px) {
.main-navigation:not(.vertical-menu) .menu > li:hover > a:before, .main-navigation:not(.vertical-menu) .menu > li.menu-hover > a:before, .main-navigation:not(.vertical-menu) .menu > li.current_page_item > a:before, .main-navigation:not(.vertical-menu) .menu > li.current_page_ancestor > a:before, .main-navigation:not(.vertical-menu) .menu > li.current-menu-item > a:before, .main-navigation:not(.vertical-menu) .menu > li.current-menu-ancestor > a:before {
width: calc(100% + 10px);
}
} .main-navigation.mobile-menu {
position: fixed;
top: 0;
right: -70%;
width: 70%;
height: 100vh;
margin: 0;
background-color: #f1f4f6;
z-index: 998;
-webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.main-navigation.mobile-menu.mobile-menu-open {
right: 0;
}
.main-navigation.mobile-menu .main-navigation-inner {
overflow-y: scroll;
height: 100%;
}
.main-navigation.mobile-menu .menu {
margin: 20px;
}
body.admin-bar .main-navigation.mobile-menu .menu {
margin-top: 66px;
}
.main-navigation.mobile-menu .menu li {
display: block;
margin: 0;
padding: 0;
}
.main-navigation.mobile-menu .sub-menu {
position: initial;
margin-left: 20px;
padding: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.main-navigation.mobile-menu .sub-menu li a {
width: auto;
padding-left: 0;
padding-right: 0;
}
.main-navigation.mobile-menu .menu-item-has-children > a:before,
.main-navigation.mobile-menu .menu-item-has-children > a:after {
content: none;
} .mobile-menu-toggle-button {
position: absolute;
width: 35px;
height: 35px;
left: -45px;
top: 10px;
padding: 0;
-webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
}
body.admin-bar .mobile-menu-toggle-button {
top: 56px;
}
body.admin-bar .mobile-menu-toggle-button {
top: 56px;
}
body.admin-bar .mobile-menu .menu {
margin-top: 46px;
} .comment-navigation,
.posts-navigation,
.post-navigation {
overflow: hidden;
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid #c5cbcf;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
word-break: break-word;
}
@media (min-width: 640px) {
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 50%;
}
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
position: relative;
display: inline-block;
}
.comment-navigation .nav-previous > a svg,
.comment-navigation .nav-next > a svg,
.posts-navigation .nav-previous > a svg,
.posts-navigation .nav-next > a svg,
.post-navigation .nav-previous > a svg,
.post-navigation .nav-next > a svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
padding-right: 15px;
}
.comment-navigation .nav-previous a svg,
.posts-navigation .nav-previous a svg,
.post-navigation .nav-previous a svg {
left: 0;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
padding-left: 15px;
}
@media (min-width: 640px) {
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
margin-top: 0;
}
}
.comment-navigation .nav-next a svg,
.posts-navigation .nav-next a svg,
.post-navigation .nav-next a svg {
right: 0;
}
.nav-links .page-numbers,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
line-height: 39px;
display: inline-block;
min-width: 39px;
height: 39px;
padding: 0 2px;
text-align: center;
text-decoration: none;
-webkit-transition: 0.1s;
transition: 0.1s;
margin: 0 4px 4px 0;
border: none;
font-weight: 700;
font-size: 12px;
}
.site-content .page-links .post-page-numbers {
display: inline-block;
vertical-align: top;
margin: 0 0 6px 6px;
}
.site-content .page-links .post-page-numbers:first-child {
margin-left: 10px;
}
.site-content .page-links .post-page-numbers.current {
font-weight: 700;
}
.nav-links .page-numbers.next svg, .nav-links .page-numbers.prev svg,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next svg,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev svg {
width: 9px;
height: 9px;
}
.pagination {
margin-top: 45px;
}
.pagination .nav-links {
font-size: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-previous i,
.posts-navigation .nav-previous i {
margin-right: 2px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-navigation .nav-next i,
.posts-navigation .nav-next i {
margin-left: 2px;
}
.posts-navigation,
.post-navigation {
margin-top: 50px;
}
@media (min-width: 1200px) {
.comments-area + .posts-navigation,
.comments-area + .post-navigation {
margin-top: 100px;
}
}
.elementor-page.content-layout-fullwidth .posts-navigation,
.elementor-page.content-layout-fullwidth .post-navigation {
margin-left: auto;
margin-right: auto;
}
.post-list {
padding-top: 0;
padding-bottom: 0;
border-top: none;
} .social-list .menu-item > a {
display: block;
text-decoration: none;
text-align: center;
}
.social-list .menu-item > a:hover {
text-decoration: none;
}
.social-list .menu-item > a:focus {
outline: none;
}
.social-list .menu-item > a[href*="500px.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="angel.co"]::before {
content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: "";
}
.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="digg.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="facebook.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="foursquare.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="flickr.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="github.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="instagram.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="reddit.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
content: "";
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="twitter.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="youtube.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="amazon.com"]::before {
content: "";
}
.social-list .menu-item > a[href*=tripadvisor]::before {
content: "";
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="xing.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="yahoo."]::before {
content: "";
}
.social-list .menu-item > a[href*="vine.co"]::before {
content: "";
}
.social-list .menu-item > a[href*="weibo.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="trello.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="spotify.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
content: "";
}
.social-list .menu-item > a[href*="slack.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="last.fm"]::before {
content: "";
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
content: "";
}
.social-list .menu-item > a[href*="behance.net"]::before {
content: "";
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: "";
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="contao.org"]::before {
content: "";
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="vk.com"]::before {
content: "";
}
.social-list .menu-item > a[href*="ok.ru"]::before {
content: "";
}
.social-list .menu-item > a::before {
font-size: 16px;
font-size: 1rem;
display: block;
width: 20px;
height: 20px;
line-height: 20px;
}
.social-list--text .social-list .menu-item > a::before {
display: none;
}
.social-list--header {
padding: 0 10px;
text-align: center;
}
@media (min-width: 1120px) {
.social-list--header {
padding: 10px;
}
}
@media (min-width: 1200px) {
.social-list--header {
padding: 12px 18px;
}
}
@media (min-width: 940px) {
.social-list--header {
text-align: inherit;
}
}
.social-list--footer .menu-item > a::before {
font-size: 17px;
font-size: 1.0625rem;
}
.social-list--text .menu-item > a::before {
display: none;
}
.social-list .inline-list li {
padding-left: 11px;
padding-right: 11px;
} .breadcrumbs {
position: relative;
}
.breadcrumbs .row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.breadcrumbs_title .breadcrumbs_page-title {
font-weight: 700;
}
.breadcrumbs_title, .breadcrumbs_items {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
}
.breadcrumbs_browse {
display: inline-block;
margin-right: 0.5em;
}
.breadcrumbs_wrap {
margin: 5px 0;
display: inline-block;
}
.breadcrumbs_item {
display: inline-block;
}
.breadcrumbs_item-sep {
margin: 0 2px;
}
.invert .breadcrumbs_item-link {
border-bottom: 1px solid transparent;
}
.invert .breadcrumbs_item-link:hover {
color: inherit;
} .comment-navigation,
.posts-navigation,
.post-navigation {
overflow: hidden;
margin-bottom: 45px;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
line-height: 1;
width: 50%;
}
@media (min-width: 640px) {
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 50%;
}
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
display: inline-block;
vertical-align: top;
text-decoration: none;
position: relative;
font-weight: 700;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
padding-right: 10px;
}
.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
padding-right: 10px;
content: "";
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
padding-left: 10px;
}
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
padding-left: 10px;
content: "";
} .pagination .nav-links,
.woocommerce nav.woocommerce-pagination,
.page-links {
text-align: left;
}
.pagination .nav-links .page-numbers,
.pagination .nav-links .page-links__item,
.pagination .nav-links a,
.woocommerce nav.woocommerce-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination .page-links__item,
.woocommerce nav.woocommerce-pagination a,
.page-links .page-numbers,
.page-links .page-links__item,
.page-links a {
display: inline-block;
font-size: 12px;
font-size: 0.75rem;
line-height: 40px;
font-weight: 700;
text-align: center;
width: 40px;
height: 40px;
border: none;
background-color: rgba(197, 203, 207, 0.1);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-links__item.next,
.pagination .nav-links .page-links__item.prev,
.pagination .nav-links a.next,
.pagination .nav-links a.prev,
.woocommerce nav.woocommerce-pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination .page-links__item.next,
.woocommerce nav.woocommerce-pagination .page-links__item.prev,
.woocommerce nav.woocommerce-pagination a.next,
.woocommerce nav.woocommerce-pagination a.prev,
.page-links .page-numbers.next,
.page-links .page-numbers.prev,
.page-links .page-links__item.next,
.page-links .page-links__item.prev,
.page-links a.next,
.page-links a.prev {
display: none;
}
.page-links a .page-links__item {
background-color: rgba(197, 203, 207, 0.1);
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
display: inline-block;
margin: 0 8px;
border: none;
min-width: initial;
height: initial;
line-height: initial;
font-style: italic;
text-align: center;
text-decoration: none;
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
vertical-align: middle;
font-weight: 700;
font-style: normal;
border: none;
background: none;
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next {
margin: 0 0 0 15px;
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next:after {
content: "";
margin-left: 8px;
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
margin: 0 15px 0 0;
}
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev:before {
content: "";
margin-right: 8px;
}
.site-content .page-numbers.current,
.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.current {
font-weight: 700;
} .site-content .page-links > * {
margin-left: 2px;
margin-right: 2px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 30px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 30px;
margin-bottom: 15px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
} .clear:before, .widget_recent_comments ul li:before,
.clear:after,
.widget_recent_comments ul li:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after, .widget_recent_comments ul li:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.hidden {
display: none;
} .comments-area {
position: relative;
margin-top: 50px;
}
.related-posts + .comments-area {
margin-top: 20px;
}
.elementor-page.position-fullwidth .comments-area {
margin-bottom: 50px;
}
.comments-title {
margin-bottom: 35px;
}
.comment-list {
list-style: none;
overflow: hidden;
margin-left: 0;
margin-bottom: 0;
}
.comment-list .comment,
.comment-list .pingback {
position: relative;
}
.comment-list .comment:before,
.comment-list .pingback:before {
content: "";
position: absolute;
height: 1px;
width: 999em;
top: 0;
right: 0;
opacity: 0.3;
}
.comment-list .comment + .comment, .comment-list .comment + .pingback,
.comment-list .comment .children .comment,
.comment-list .comment .children .pingback,
.comment-list .pingback + .comment,
.comment-list .pingback + .pingback,
.comment-list .pingback .children .comment,
.comment-list .pingback .children .pingback {
padding-top: 30px;
margin-top: 30px;
}
.comment-list .children {
margin-left: 0;
padding-left: 10px;
list-style: none;
}
@media (min-width: 940px) {
.comment-list .children {
padding-left: 30px;
}
}
@media (min-width: 1200px) {
.comment-list .parent.depth-1 > .children,
.comment-list .parent.depth-2 > .children {
padding-left: 80px;
}
}
.comment-list > .comment:first-child:before,
.comment-list > .pingback:first-child:before {
content: none;
}
.comment-body__holder {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.comment-body .avatar {
margin: 0 20px 0 0;
}
@media (max-width: 939px) {
.comment-body .avatar {
width: 40px;
}
}
@media (min-width: 1200px) {
.comment-body .avatar {
margin-right: 30px;
}
}
.comment-body .reply {
font-size: 14px;
}
.comment-body .reply .icon-svg__comments {
width: 10px;
height: 10px;
margin-right: 3px;
}
.comment-body .reply .comment-reply-link {
font-size: 14px;
}
.comment-body .reply i {
margin-right: 5px;
}
.comment-meta {
font-size: 0.875rem;
font-weight: 400;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: -10px;
margin-right: -10px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.comment-meta > * {
padding-left: 10px;
padding-right: 10px;
}
.comment-content-wrap {
-webkit-box-flex: 1;
-ms-flex: 1 1 200px;
flex: 1 1 200px;
max-width: 100%;
}
.comment-author {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.comment-content {
margin-top: 10px;
font-size: 16px;
line-height: 1.5;
}
.comment-date {
display: inline-block;
}
.comment-respond .comment-reply-title {
margin-bottom: 0px;
}
.comment-respond .comment-notes {
margin-bottom: 25px;
} .share-btns__list {
position: relative;
line-height: 1;
}
.share-btns__items {
margin-left: -4px;
margin-right: -4px;
}
.share-btns__items > * {
padding-left: 4px;
padding-right: 4px;
}
.share-btns__item {
display: inline-block;
vertical-align: top;
}
.share-btns__link {
line-height: 1.5em;
display: block;
text-align: center;
text-decoration: none;
line-height: 0;
position: relative;
-webkit-transition: 0.3s;
transition: 0.3s;
padding: 8px 7px;
}
.google-plus-item .share-btns__link {
padding: 8px 6px;
}
.google-plus-item .share-btns__link > svg {
width: 22px;
height: 19px;
}
.share-btns__link > svg {
line-height: 1em;
height: auto;
width: 18px;
height: 18px;
position: relative;
fill: inherit;
z-index: 1;
}
.share-btns__link > svg > path {
fill: inherit;
vertical-align: middle;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.share-btns__link:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 35px;
height: 35px;
margin: -17.5px 0 0 -17.5px;
-webkit-transition: 0.3s;
transition: 0.3s;
border-radius: 50%;
-webkit-transform: scale(0.5);
transform: scale(0.5);
z-index: 1;
opacity: 0;
}
.share-btns__link:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.share-btns__link:hover path {
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
} .post-author-bio {
margin: 45px 0;
padding: 40px 20px;
-webkit-box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.1);
box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.1);
position: relative;
}
@media (min-width: 940px) {
.post-author-bio {
padding: 33px 60px 20px 30px;
}
}
.post-author__holder {
position: relative;
z-index: 2;
}
.post-author__avatar {
margin: 0 1em 10px 0;
}
@media (min-width: 640px) {
.post-author__avatar {
float: left;
margin-bottom: 30px;
}
}
@media (min-width: 940px) {
.post-author__avatar {
margin: 0 30px 10px 0;
}
}
.post-author__avatar .avatar {
vertical-align: top;
}
.post-author__title {
font-size: 24px;
margin-top: 0;
}
.post-author__title a {
text-transform: capitalize;
}
.post-author__content {
font-size: 16px;
}
@media (min-width: 940px) {
.post-author__content {
overflow: hidden;
}
} .site {
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
overflow: hidden;
}
.site-logo {
margin: 0;
font-size: 32px;
font-size: 2rem;
line-height: 1.2;
text-transform: lowercase;
font-weight: 700;
}
.site-header.container, .site-breadcrumbs.container, .site-content.container, .site-footer.container {
padding-left: 0;
padding-right: 0;
}
.site-breadcrumbs {
margin-top: 20px;
}
body:not(.elementor-page) .site-content {
margin-top: 50px;
margin-bottom: 50px;
}
.site-main > *:last-child {
margin-bottom: 0;
}
@media (max-width: 939px) {
#secondary {
margin-top: 40px;
}
}
.space-between-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.space-between-content > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
} .site-header {
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
background-size: cover;
}
@media (min-width: 940px) {
.site-header.transparent {
-webkit-box-shadow: none;
box-shadow: none;
position: absolute !important;
left: 0;
right: 0;
z-index: 90;
background-image: none;
}
}
@media (min-width: 940px) {
.site-header {
margin-top: 0;
position: relative;
}
}
.header-container_wrap:not(.container),
.top-container_wrap:not(.container) {
margin-left: 20px;
margin-right: 20px;
}
.site-header {
position: relative;
}
.site-header__wrap {
position: relative;
}
.site-header .header-btn {
margin-top: 10px;
margin-bottom: 10px;
}
.site-header .site-branding {
padding-top: 10px;
padding-bottom: 10px;
margin-right: auto;
}
@media (max-width: 639px) {
.site-header .site-branding {
margin-left: auto;
}
}
@media (min-width: 1120px) {
.site-header .site-branding {
padding-top: 12px;
padding-bottom: 12px;
}
}
@media (min-width: 1200px) {
.site-header .site-branding {
padding-top: 15px;
padding-bottom: 15px;
}
}
.site-header__flex {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.site-header__flex > * {
margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 940px) {
.site-header__flex {
padding-top: 0;
padding-bottom: 0;
}
}
@media (max-width: 939px) {
.site-header__flex {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 1120px) {
.site-header__flex {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.header-components {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-components > *:not(:last-child) {
margin-right: 10px;
}
.site-branding,
.header-components {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
@media (max-width: 939px) {
.header-container .vertical-menu-toggle,
.header-container .header-components,
.header-container .header-search {
display: none;
}
}
@media (min-width: 640px) {
.site-header .site-branding,
.site-header .main-navigation,
.site-header .menu-toggle {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
}
.site-header .header-components > * {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media (min-width: 940px) {
.site-header .main-navigation {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (min-width: 640px) {
.site-header .main-navigation .header-components {
margin-left: 30px;
}
}
@media (min-width: 940px) {
.site-header .main-navigation {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
position: static;
}
.site-header .main-navigation .header-components {
margin-left: 40px;
}
} .top-panel {
font-size: 14px;
font-size: 0.875rem;
border-bottom: 1px solid #c5cbcf;
}
@media (min-width: 1200px) {
.top-panel {
font-size: 16px;
font-size: 1rem;
}
}
.top-panel .space-between-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 639px) {
.top-panel .space-between-content {
display: block;
text-align: center;
}
}
.top-panel-content__left > *, .top-panel-content__right > * {
display: inline-block;
vertical-align: middle;
}
.top-panel-content__left > * {
margin-right: 10px;
}
.top-panel-content__right > * {
margin-left: 10px;
}
.top-panel__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
margin-left: -15px;
margin-right: -15px;
padding-top: 7px;
padding-bottom: 7px;
}
.top-panel__container > * {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1120px) {
.top-panel__container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1120px) {
.top-panel__container {
padding-top: 0px;
padding-bottom: 0px;
}
}
.top-panel__container > * {
padding-top: 3px;
padding-bottom: 3px;
}
@media (min-width: 1120px) {
.top-panel__container > * {
margin-left: initial;
padding-top: 0px;
padding-bottom: 0px;
}
.top-panel__container > *:first-child {
margin-right: auto;
}
}
.top-panel__container__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 940px) {
.top-panel__container__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
@media (max-width: 1199px) {
.top-panel__container__items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.top-panel__container__items > *:first-child:before {
content: none;
}
@media (min-width: 1120px) {
.top-panel__container__items > * {
position: relative;
}
.top-panel__container__items > *:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
background-color: #c5cbcf;
}
}
.top-panel__wrap-items:only-child {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.top-panel__menus {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-left: -15px;
margin-right: -15px;
}
.top-panel__menus > * {
padding-left: 15px;
padding-right: 15px;
}
.top-panel__message {
padding: 2px 10px;
width: 100%;
text-align: center;
}
@media (min-width: 940px) {
.top-panel__message {
width: auto;
}
}
@media (min-width: 1120px) {
.top-panel__message {
padding: 12px 10px;
}
}
@media (min-width: 1200px) {
.top-panel__message {
padding: 12px 18px;
}
}
.top-panel__message a {
font-weight: 700;
margin-left: 2px;
}
@media (min-width: 940px) {
.top-panel__message {
text-align: left;
}
}
.top-panel .header-cart {
padding: 1px 10px 0;
}
@media (min-width: 1120px) {
.top-panel .header-cart {
padding: 10px 10px;
}
}
@media (min-width: 1200px) {
.top-panel .header-cart {
padding: 8px 18px;
}
}
.top-panel .header-cart__link-count {
top: 12px;
right: 5px;
} .site-footer__wrap {
font-size: 11px;
font-size: 0.6875rem;
line-height: 20px;
}
.site-footer__wrap .space-between-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.site-footer__wrap .space-between-content:not(:empty) {
padding-top: 30px;
padding-bottom: 30px;
}
@media (max-width: 639px) {
.site-footer__wrap .space-between-content {
display: block;
text-align: center;
}
}
.site-footer .container {
padding: 0;
}
.footer-area {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 640px) {
.footer-area {
max-width: 640px;
}
}
@media (min-width: 940px) {
.footer-area {
max-width: 940px;
}
}
@media (min-width: 1120px) {
.footer-area {
max-width: 1120px;
}
}
@media (min-width: 1200px) {
.footer-area {
max-width: 1200px;
}
}
.footer-area > .widget {
width: 25%;
}
.footer-area .widget-title {
font-weight: 400;
margin-top: 0;
margin-bottom: 22px;
}
.footer-area .widget-title:after {
content: "";
display: block;
margin-top: 15px;
width: 67px;
height: 2px;
background-color: #c5cbcf;
}
.footer-container {
border-top: 1px solid #c5cbcf;
font-size: 14px;
font-size: 0.875rem;
padding-top: 14px;
padding-bottom: 14px;
}
.site-footer.style-2 .footer-container {
padding-top: 26px;
padding-bottom: 26px;
}
@media (min-width: 1120px) {
.site-footer.style-2 .footer-container {
padding-top: 56px;
padding-bottom: 56px;
}
}
@media (min-width: 640px) {
.footer-container__top {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
}
@media (max-width: 939px) {
.footer-container__top > * {
text-align: center;
}
}
.footer-container__top > * {
padding-top: 10px;
padding-bottom: 10px;
}
.footer-container__top .footer-copyright {
margin-left: auto;
}
.footer-menu + .footer-container__top .footer-copyright {
padding-left: 1.875rem;
}
.footer-area-wrap {
font-size: 16px;
font-size: 1rem;
line-height: 1.9;
}
.footer-container_wrap:not(.container) {
margin-left: 20px;
margin-right: 20px;
}
.site-footer.style-2 .footer-container {
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1120px) {
.site-footer.style-2 .footer-container {
padding-top: 70px;
padding-bottom: 70px;
}
}
.site-info .footer-logo,
.site-info .social-list,
.site-info .footer-menu,
.site-info .footer-copyright {
margin-top: 10px;
margin-bottom: 10px;
}
.site-info .footer-copyright {
font-size: 14px;
font-size: 0.875rem;
}
.site-footer .subscribe-block + .social-list ul {
padding: 15px 0;
}
.site-footer .subscribe-block,
.site-footer .social-list {
margin: 15px 0;
}
.site-footer .subscribe-block {
width: 100%;
}
@media (min-width: 640px) {
.site-footer .subscribe-block {
width: 270px;
}
}
@media (min-width: 940px) {
.site-footer .subscribe-block {
width: 370px;
}
}
.site-footer .subscribe-block__input-group {
position: relative;
}
.site-footer .subscribe-block__input[type=email] {
width: 100%;
font-size: 16px;
padding: 7px 18px;
padding-right: 40px;
}
.site-footer .subscribe-block__input[type=email] .error {
-webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.5);
box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.5);
}
.site-footer .subscribe-block__btn_wr {
position: absolute;
top: 0;
right: 0;
}
.site-footer .subscribe-block__submit {
padding: 12px 10px 10px;
margin: 0;
width: 44px;
height: 43px;
text-align: center;
border-radius: 0;
font-size: 21px;
}
.site-footer .subscribe-block__submit,
.site-footer .subscribe-block__submit i {
display: block;
}
.site-footer .subscribe-block__submit.processing i {
display: none;
}
.site-footer .subscribe-block__submit.processing .page-preloader {
display: block;
}
.site-footer .subscribe-block__submit.subscribe-success .fa:before {
content: "";
}
.site-footer .subscribe-block__submit.subscribe-error .fa:before {
content: "";
}
.site-footer .subscribe-block__submit .page-preloader {
display: none;
margin: -10px 0 0 -10px;
width: 21px;
height: 21px;
}
.footer-social-wrap {
padding: 37px 15px;
font-size: 16px;
font-size: 1rem;
border-bottom: 1px solid #c5cbcf;
}
.footer-social-wrap .footer-container_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 640px) {
.footer-social-wrap .footer-container_wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 640px) {
.footer-social-wrap .container {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.footer-area--fullwidth {
margin-left: 0;
margin-right: 0;
}
.footer-area--fullwidth .widget {
padding-left: 0;
padding-right: 0;
}  .hentry,
.posts-list__item {
position: relative;
}
.posts-list .hentry,
.posts-list .posts-list__item {
margin-bottom: 40px;
}
.posts-list--default .hentry,
.posts-list--default .posts-list__item {
margin-bottom: 40px;
}
.posts-list--default-small-image .hentry:before,
.posts-list--default-small-image .posts-list__item:before {
content: "";
display: table;
table-layout: fixed;
}
.posts-list--default-small-image .hentry:after,
.posts-list--default-small-image .posts-list__item:after {
content: "";
display: table;
table-layout: fixed;
clear: both;
}
.posts-list__item.no-thumb .posts-list__item-content {
background-color: rgba(197, 203, 207, 0.1);
} .entry-title {
margin-top: 0;
}
.posts-list--default .entry-title {
margin-bottom: 0;
}
.grid-item .entry-title {
margin-bottom: 10px;
}
.posts-list:not(.posts-list--default, .related-posts) .entry-title {
font-size: 24px;
}
.entry-header > *:not(:empty) + * {
margin-top: 5px;
}
.entry-footer-container {
font-size: 0.875rem;
font-weight: 400;
margin: 30px -6px 0;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
border-top: 1px solid rgba(197, 203, 207, 0.25);
}
.entry-footer-container > * {
padding-left: 6px;
padding-right: 6px;
}
.entry-footer-container .comments-link {
margin-left: auto;
}
.entry-footer-container .tags-links + .share-btns__list + .post__button-wrap {
width: 100%;
}
.entry-footer-container .tags-links + .share-btns__list + .post__button-wrap,
.entry-footer-container .post__button-wrap:only-child {
margin-top: 10px;
}
.entry-meta {
font-size: 14px;
font-size: 0.875rem;
}
.related-post__content .entry-meta {
margin-left: -3px;
margin-right: -3px;
}
.related-post__content .entry-meta > * {
padding-left: 3px;
padding-right: 3px;
}
.entry-header .entry-meta {
margin-left: -3px;
margin-right: -3px;
}
.entry-header .entry-meta > * {
padding-left: 3px;
padding-right: 3px;
}
.posts-list--default .entry-header .entry-meta {
margin-bottom: 0;
}
.grid-item .entry-header .entry-meta {
margin-bottom: 3px;
}
.posts-list .entry-content > *:first-child {
margin-top: 10px;
}
.posts-list--default-small-image .entry-content:after {
clear: none;
}
.posts-list:not(.posts-list--default) .entry-content {
font-size: 16px;
line-height: 1.5;
}
.single-post .site-main .hentry .entry-content {
margin-top: 10px;
} span.posted-on,
span.byline,
span.cat-links,
span.tags-links {
display: inline-block;
}
span.posted-on.post__date {
font-size: 0.875rem;
}
.comments-link,
.comments-button {
display: inline-block;
white-space: nowrap;
vertical-align: top;
}
.comments-link i,
.comments-button i {
font-size: 14px;
font-size: 0.875rem;
margin-right: 2px;
}
.share_buttons {
margin-top: 30px;
}
.comments-button {
border-radius: 5px;
padding: 10px 12px;
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.2;
background-color: #f1f4f6;
}
.post-categories {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}
.btn-style .post-categories li {
display: inline-block;
margin-right: 3px;
margin-bottom: 4px;
}
.btn-style .post-categories a {
display: inline-block;
padding: 1px 5px;
} .posts-list {
margin-bottom: 40px;
} .post-default + .post-default {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #c5cbcf;
}
body:not(.sidebar_enabled) .post-default {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.post-default .post-thumbnail,
.post-default .entry-meta {
margin-bottom: 15px;
}
@media (min-width: 640px) {
.post-default .entry-content {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-default .entry-footer .entry-meta .tags-links + div:not(:empty), .post-default .entry-footer .entry-footer-container .entry-meta .tags-links + div:not(:empty) {
margin-top: 28px;
}
.post-default .entry-footer .entry-meta > div, .post-default .entry-footer .entry-footer-container .entry-meta > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-default .entry-footer .entry-meta > div > *, .post-default .entry-footer .entry-footer-container .entry-meta > div > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
} .search-item {
padding: 0;
background: none;
margin-bottom: 50px !important;
}
.search-item > .entry-footer {
margin-top: 30px;
}
@media (min-width: 940px) {
.search-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 35px !important;
}
.search-item > .entry-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
}
.search-item > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
.search-item > *:first-child {
margin-left: 0;
}
.search-item > *:last-child {
margin-right: 0;
}
} .post-thumbnail {
margin-bottom: 0;
font-size: 0;
}
.post-thumbnail__link {
display: inline-block;
width: 100%;
}
.post-thumbnail img {
display: block;
border-radius: 0;
width: 100%;
}
.grid-item .post-thumbnail {
margin-bottom: 20px;
} .related-posts {
margin-top: 50px;
}
.related-posts [class*=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.related-posts__title {
margin-bottom: 35px;
}
.related-posts .related-post,
.related-posts .related-post__content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.related-posts .post-thumbnail {
margin-bottom: 25px;
}
.related-posts .related-post {
margin-bottom: 1.875rem;
}
.related-posts .related-post__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 1200px) {
.position-one-right-sidebar .related-posts .col-xl-3 .related-post__content, .position-one-left-sidebar .related-posts .col-xl-3 .related-post__content {
padding: 30px 20px;
}
}
.single-post .related-posts .post-thumbnail {
margin-bottom: 25px;
}
.related-posts .post-thumbnail--fullwidth {
margin-bottom: 0;
}
.related-posts .post-thumbnail .post-thumbnail__link {
display: block;
}
.related-posts .post-thumbnail .post-thumbnail__link img {
margin-bottom: 0;
width: 100%;
max-height: 90vh;
-o-object-fit: cover;
object-fit: cover;
}
.related-posts .entry-header .entry-title {
margin-bottom: 0;
font-size: 18px;
}
.related-posts .entry-header .entry-title a {
font-weight: 400;
}
.related-posts .entry-meta:not(:empty) {
margin-top: 5px;
} .related-posts .post__tags a {
border: none;
border-radius: 5px;
text-transform: uppercase;
font-size: 12px;
line-height: 1.5;
padding: 4px 10px;
margin: 0 0 4px 4px;
display: inline-block;
}
.related-posts .related-post.has-thumb .post__tags {
position: absolute;
text-align: right;
top: 0;
right: 0;
margin: 20px;
z-index: 1;
} .page-header {
margin: 0 0 40px;
}
.page-header > * + * {
margin-top: 20px;
}
.page-title {
margin: 0;
text-align: center;
} .search-item {
margin-bottom: 50px;
}
.search-item .entry-title, .search-item .entry-meta {
margin-bottom: 5px;
} .not-found.error-404, .not-found.no-results {
max-width: 770px;
margin-left: auto;
margin-right: auto;
text-align: center;
}  .single-post .post > .entry-header {
margin-bottom: 0;
}
.single-post .post > .entry-content {
margin-top: 10px;
}
@media (min-width: 640px) {
.single-post .post > .entry-content {
font-size: 18px;
font-size: 1.125rem;
}
}
.single-post .post > .entry-footer .entry-meta:not(:empty) {
margin-top: 13px;
}
.single-post .entry-header .tags-links a {
display: inline-block;
}
.single-post .entry-title {
margin-top: 6px;
margin-bottom: 0;
}
.single-post .post-thumbnail {
margin-bottom: 0;
}
.single-post .post-thumbnail img {
margin-bottom: 35px;
}
.single-post .overlay-thumbnail {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background-size: cover;
background-position: center;
} .post-template-single-layout-2.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-2 .single-header-2 {
margin-top: 40px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 640px) {
.post-template-single-layout-2 .single-header-2 {
margin-bottom: 55px;
}
}
.post-template-single-layout-2 .post-thumbnail {
margin-bottom: 25px;
}
@media (min-width: 640px) {
.post-template-single-layout-2 .post-thumbnail {
margin-bottom: 55px;
}
}
.post-template-single-layout-2 .post-thumbnail .size-profimed-thumb-xl {
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 550px;
}
.post-template-single-layout-3.post-template .site-content .site-content__wrap {
margin-top: 0;
}
.post-template-single-layout-3 .single-header-3 {
position: relative;
margin-bottom: 35px;
padding-top: 35px;
z-index: 1;
}
.post-template-single-layout-3 .single-header-3.invert {
padding: 50px 0 45px;
}
@media (min-width: 640px) {
.post-template-single-layout-3 .single-header-3.invert {
padding: 80px 0 75px;
}
}
@media (min-width: 940px) {
.post-template-single-layout-3 .single-header-3.invert {
padding: 130px 0 115px;
}
}
.post-template-single-layout-3 .single-header-3.invert .entry-title,
.post-template-single-layout-3 .single-header-3.invert p {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.post-template-single-layout-3 .single-header-3 .cat-links {
margin-bottom: 30px;
}
.post-template-single-layout-3 .single-header-3 .entry-title {
margin-bottom: 10px;
}
.post-template-single-layout-3 .single-header-3 .entry-header-bottom {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
align-items: center;
}
.post-template-single-layout-3 .single-header-3 .entry-header-bottom > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
.post-template-single-layout-3 .single-header-3 .post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-3 .single-header-3 .post-author__avatar {
margin-right: 20px;
}
.post-template-single-layout-3 .single-header-3 .comments-button {
background: none;
}
.post-template-single-layout-3 .single-header-3 .comments-button path {
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
@media (min-width: 640px) {
.post-template-single-layout-3 .single-header-3 p {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.post-template-single-layout-4.post-template .site-content, .post-template-single-layout-4.post-template .site-content .site-content__wrap {
margin-top: 0;
}
.post-template-single-layout-4 .site-content__wrap {
position: relative;
}
.post-template-single-layout-4 .header-post-thumbnail {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.post-template-single-layout-4 .header-post-thumbnail img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
max-width: none;
max-height: 1080px;
}
.post-template-single-layout-4 .site-main {
padding: 20px;
background-color: #fff;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .site-main {
padding: 65px 100px;
}
}
.post-template-single-layout-4 .single-header-4 {
position: relative;
padding-top: 30px;
text-align: center;
}
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -100px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -150px;
}
}
@media (min-width: 940px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -200px;
}
}
@media (min-width: 1120px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -270px;
}
}
@media (min-width: 1200px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -430px;
}
}
.post-template-single-layout-4 .single-header-4.invert {
padding: 50px 0 35px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4.invert {
padding: 103px 0 95px;
}
}
.post-template-single-layout-4 .single-header-4.invert .entry-title,
.post-template-single-layout-4 .single-header-4.invert p {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.post-template-single-layout-4 .single-header-4 .cat-links {
margin-bottom: 30px;
}
.post-template-single-layout-4 .single-header-4 .post-author {
margin-top: 32px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-4 .single-header-4 .post-author__avatar {
margin-bottom: 2px;
}
.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) {
margin-left: -12px;
margin-right: -12px;
margin-top: 27px;
}
.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) > * {
padding-left: 12px;
padding-right: 12px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4 p {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-template-single-layout-4 .single-header-4 i {
font-size: 12px;
font-size: 0.75rem;
}
@media (max-width: 939px) {
.post-template-single-layout-5 .single-header-5 {
text-align: center;
}
}
.post-template-single-layout-5 .single-header-5.invert .entry-header {
padding: 25px;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5.invert .entry-header {
padding: 40px;
min-height: 730px;
}
}
.post-template-single-layout-5 .single-header-5 .entry-header {
padding-top: 20px;
margin-bottom: 35px;
position: relative;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .entry-header-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-template-single-layout-5 .single-header-5 .entry-header-top > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
@media (min-width: 640px) {
.post-template-single-layout-5 .single-header-5 .entry-header p {
font-size: 18px;
font-size: 1.125rem;
}
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .entry-header p, .post-template-single-layout-5 .single-header-5 .entry-title {
width: 70%;
}
}
.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) {
margin-top: 5px;
}
.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) > * {
margin-bottom: 30px;
}
.post-template-single-layout-5 .single-header-5 .comments-link {
vertical-align: baseline;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-5 .single-header-5 .post-author__avatar {
margin-left: 15px;
margin-right: 0;
}
.post-template-single-layout-5 .single-header-5 .post-author__content {
margin-bottom: 5px;
text-align: right;
}
}
@media (max-width: 939px) {
.post-template-single-layout-5 .single-header-5 .post-author {
margin-bottom: 15px;
}
}
@media (max-width: 939px) {
.post-template-single-layout-6 #author-block {
margin-bottom: 50px;
}
}
.post-template-single-layout-6 #author-block .posted-on {
font-size: 12px;
}
.post-template-single-layout-6 .single-header-6 .cat-links {
margin-bottom: 18px;
}
.post-template-single-layout-6 .single-header-6 .cat-links.btn-style a {
padding: 3px 8px;
border-radius: 0;
}
.post-template-single-layout-6 .post-author-bio {
display: block;
text-align: center;
margin: 0 5% 20px;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
}
.post-template-single-layout-6 .post-author-bio .post-author__avatar {
float: none;
margin: 0 auto 20px;
}
.post-template-single-layout-6 .post-author-bio .post-author__title, .post-template-single-layout-6 .post-author-bio .post-author__content {
margin: 0;
}
.post-template-single-layout-6 .post-author__avatar {
margin-bottom: 15px;
}
.post-template-single-layout-6 .post-author__avatar, .post-template-single-layout-6 .post-author__content {
padding: 0;
}
.post-template-single-layout-6 .posted-on {
text-align: center;
}
.post-template-single-layout-6.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-6 .site-content__wrap {
margin-top: 50px;
}
.post-template-single-layout-7.post-template .site-content, .post-template-single-layout-7.post-template .site-content .site-content__wrap {
margin-top: 0;
}
.post-template-single-layout-7 .single-header-7 {
position: relative;
padding: 30px 0;
margin-bottom: 60px;
text-align: center;
}
@media (min-width: 640px) {
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .cat-links,
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on {
margin-bottom: 20px;
}
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on .icon-svg__clock {
width: 14px;
height: 14px;
}
.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta {
margin-left: -12px;
margin-right: -12px;
}
.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta > * {
padding-left: 12px;
padding-right: 12px;
}
.post-template-single-layout-7 .single-header-7 .entry-title {
margin-bottom: 60px;
}
.post-template-single-layout-7 .single-header-7 .post-author-bio {
display: block;
text-align: center;
margin: 0 0 20px;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
background: transparent;
}
.post-template-single-layout-7 .single-header-7 .post-author__avatar {
margin: 0 auto 15px;
float: none;
}
.post-template-single-layout-7 .single-header-7 .post-author__title {
margin: 0;
}
.post-template-single-layout-7 .single-header-7 .post-author__avatar, .post-template-single-layout-7 .single-header-7 .post-author__content {
padding: 0;
}
.post-template-single-layout-7 .single-header-7 i {
font-size: 12px;
font-size: 0.75rem;
}
.post-template-single-layout-8.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-8 .single-header-8 {
margin-bottom: 60px;
padding: 60px 0 0;
text-align: center;
}
@media (min-width: 940px) {
.post-template-single-layout-8 .single-header-8 {
padding: 60px 0 30px;
}
}
@media (min-width: 1120px) {
.post-template-single-layout-8 .single-header-8 {
padding: 60px 0;
}
}
.post-template-single-layout-8 .single-header-8.with_author_block {
margin-top: 120px;
}
.post-template-single-layout-8 .single-header-8.with_author_block .post-author-bio {
margin-top: -105px;
background: transparent;
}
.post-template-single-layout-8 .single-header-8 .post-author-bio {
display: block;
text-align: center;
margin: 0 0 20px;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.post-template-single-layout-8 .single-header-8 .post-author__avatar {
margin: 0 auto 15px;
float: none;
}
.post-template-single-layout-8 .single-header-8 .post-author__avatar, .post-template-single-layout-8 .single-header-8 .post-author__content {
padding: 0;
}
.post-template-single-layout-8 .single-header-8 .post-author__title {
margin: 0;
}
.post-template-single-layout-8 .single-header-8 .entry-title {
margin-top: 30px;
margin-bottom: 30px;
text-transform: uppercase;
}
.post-template-single-layout-8 .single-header-8 .entry-meta:not(:empty) {
margin-top: 35px;
margin-bottom: 50px;
}
.post-template-single-layout-9.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-9 .single-header-9 {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}
.post-template-single-layout-9 .single-header-9 .post-author-bio {
background-color: transparent;
}
@media (min-width: 640px) {
.post-template-single-layout-9 .single-header-9 {
margin-top: 40px;
margin-bottom: 60px;
}
}
.post-template-single-layout-9 .single-header-9 .post-thumbnail {
margin-top: 25px;
margin-bottom: 0;
}
@media (min-width: 640px) {
.post-template-single-layout-9 .single-header-9 .post-thumbnail {
margin-top: 55px;
}
}
.post-template-single-layout-9 .single-header-9 .post-thumbnail img {
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 730px;
}
.post-template-single-layout-10.post-template .site-content, .post-template-single-layout-10.post-template .site-content .site-content__wrap {
margin-top: 0;
}
.post-template-single-layout-10 .single-header-10 .entry-header {
border-radius: 5px;
padding: 32px 40px 25px;
margin-top: 30px;
margin-bottom: 55px;
}
@media (max-width: 639px) {
.post-template-single-layout-10 .single-header-10 .entry-header {
text-align: center;
}
}
@media (min-width: 640px) {
.post-template-single-layout-10 .single-header-10 .entry-header-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.post-template-single-layout-10 .single-header-10 .entry-header-bottom > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
.post-template-single-layout-10 .single-header-10 .entry-header .post-author,
.post-template-single-layout-10 .single-header-10 .entry-header .cat-links,
.post-template-single-layout-10 .single-header-10 .entry-header .posted-on {
padding: 0 18px 15px 0;
display: inline-block;
}
@media (max-width: 939px) {
.post-template-single-layout-10 .single-header-10 .entry-header .post-author {
display: block;
}
}
.post-template-single-layout-10 .single-header-10 .entry-header .entry-meta, .post-template-single-layout-10 .single-header-10 .entry-header .entry-meta .post-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-10 .single-header-10 .entry-title {
max-width: 700px;
margin-bottom: 17px;
}
.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header {
margin-top: -100px;
}
.post-template-single-layout-10 .single-header-10 .post-author__avatar {
margin-right: 12px;
}
.post-template-single-layout-10 .single-header-10 .post-author__avatar img {
vertical-align: middle;
}
.post-template-single-layout-10 .single-header-10 .post-thumbnail {
margin-bottom: 0;
}
.post-template-single-layout-10 .single-header-10 .post-thumbnail img {
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 730px;
}
.post-template-single-layout-10 .single-header-10 .comments-button {
background: none;
margin-bottom: 15px;
padding: 10px 12px;
} .sticky-label {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-top: -3px;
padding-left: 15px;
padding-right: 15px;
height: 30px;
font-weight: 400;
line-height: 30px;
font-size: 16px;
border-radius: 30px;
}
.has-post-thumbnail .sticky-label {
position: absolute;
top: 25px;
left: 25px;
}
.sticky-label.type-icon {
width: 30px;
padding: 6px;
border-radius: 50%;
}
.sticky-label.type-icon svg {
display: block;
width: 18px;
height: 18px;
}
.grid-item .sticky-label.type-icon {
top: 15px;
}
.sticky-label.type-both svg {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
width: 16px;
height: 16px;
margin-top: -4px;
} .widget {
margin-bottom: 40px;
}
.widget ul {
margin-bottom: 0;
padding: 0;
margin-left: 0;
list-style: none;
}
.widget ul li + li,
.widget ul li > ul li,
.widget ul li > ol li {
margin-top: 6px;
}
.widget ul li > ul {
margin-left: 10px;
}
.widget-title {
font-weight: 400;
margin-top: 0;
margin-bottom: 22px;
} .widget_categories ul li {
display: block;
} .widget_calendar table {
margin-bottom: 0;
table-layout: fixed;
width: 100%;
border-collapse: separate;
border-spacing: 5px;
border: none;
}
@media (min-width: 1200px) {
.widget_calendar table {
border-spacing: 10px;
}
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody + tbody {
border: none;
}
.widget_calendar caption {
margin-bottom: 13px;
text-align: left;
}
.widget_calendar th {
text-align: center;
padding: 0 0 4px;
font-weight: inherit;
}
.widget_calendar tbody td {
position: relative;
font-size: 18px;
font-size: 1.125rem;
padding: 0 1px;
text-align: center;
border-radius: 5px;
line-height: 34px;
}
@media (min-width: 1200px) {
.widget_calendar tbody td {
line-height: 43px;
}
}
.widget_calendar tbody td a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
color: inherit;
}
.widget_calendar tfoot td {
padding-top: 18px;
}
.widget_calendar #next {
text-align: right;
} .tagcloud {
margin: -1.5px;
font-size: 0;
line-height: 0;
}
.tagcloud a {
font-size: 16px !important;
display: inline-block;
margin: 1.5px;
padding: 15px 20px;
vertical-align: top;
text-decoration: none;
border-radius: 5px;
} .widget_recent_entries ul li,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li {
margin: 0;
font-weight: 400;
line-height: 1.35;
}
.widget_recent_entries ul li:before,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li:before {
content: none;
}
.widget_recent_entries ul li a,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li a {
display: block;
}
.widget_recent_entries ul li .post-date,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li .post-date {
display: block;
margin-top: 5px;
}
.widget_recent_entries ul li + li,
.elementor-widget.elementor-widget-wp-widget-recent-posts ul li + li {
margin-top: 27px;
} .widget_recent_comments ul li:before {
display: none;
}
.widget_recent_comments ul li + li {
margin-top: 19px;
}
.widget_recent_comments ul li .comment-author-link {
font-weight: bold;
}
.widget_recent_comments ul li .comment-author-link ~ a {
font-weight: inherit;
margin-top: 6px !important;
}
.widget_recent_comments ul li .comment-author-link ~ a:before {
content: "";
display: block;
} .invert .widget_search .search-form__input-wrap i {
color: #fff;
}
.widget_search .search-form__submit {
letter-spacing: 2px;
font-weight: 600;
}
#secondary .widget_nav_menu,
#secondary .widget_archive,
#secondary .widget_categories,
#secondary .widget_meta,
.elementor-widget-wp-widget-nav_menu {
padding: 15px 20px 25px;
border-top: 7px solid rgba(197, 203, 207, 0.25);
background: rgba(197, 203, 207, 0.1);
}
@media (min-width: 1120px) {
#secondary .widget_nav_menu,
#secondary .widget_archive,
#secondary .widget_categories,
#secondary .widget_meta,
.elementor-widget-wp-widget-nav_menu {
padding: 23px 40px 45px;
}
}
#secondary .widget_categories ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before,
#secondary .widget_archive ul li:before,
.elementor-widget-wp-widget-nav_menu ul li:before {
content: none;
}
#secondary .widget_categories ul li a,
#secondary .widget_meta ul li a,
#secondary .widget_nav_menu ul li a,
#secondary .widget_archive ul li a,
.elementor-widget-wp-widget-nav_menu ul li a {
font-weight: 400;
}
#secondary .widget_categories ul li a:before,
#secondary .widget_meta ul li a:before,
#secondary .widget_nav_menu ul li a:before,
#secondary .widget_archive ul li a:before,
.elementor-widget-wp-widget-nav_menu ul li a:before {
content: "";
width: 5px;
height: 5px;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
margin-bottom: 2px;
margin-right: 10px;
}
#secondary .widget_categories ul li + li,
#secondary .widget_meta ul li + li,
#secondary .widget_nav_menu ul li + li,
#secondary .widget_archive ul li + li,
.elementor-widget-wp-widget-nav_menu ul li + li {
margin-top: 14px;
} .footer-area > [id*=monster-widget-placeholder].widget {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: none;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 940px) {
.footer-area--4-cols > [id*=monster-widget-placeholder].widget, .footer-area--2-cols > [id*=monster-widget-placeholder].widget {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1120px) {
.footer-area--4-cols > [id*=monster-widget-placeholder].widget {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 940px) {
.footer-area--3-cols > [id*=monster-widget-placeholder].widget {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
.footer-area {
padding: 30px 0 10px;
}
@media (min-width: 1120px) {
.footer-area {
padding: 50px 0 23px;
}
}
.footer-area .widget-title {
font-weight: 700;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
}
.img-pull-left {
float: left;
width: 50%;
margin: 0 4% 1% 0;
}
.img-pull-right {
float: right;
width: 50%;
margin: 0 0 1% 4%;
}
.alignleft {
margin: 15px 30px 15px 0;
}
.alignright {
margin: 15px 0 15px 30px;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-size: 12px;
font-size: 0.75rem;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.gallery > * {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.gallery-item {
margin-top: 0.9375rem;
margin-bottom: 0.9375rem;
}
.gallery img {
display: block;
width: 100%;
height: auto;
border-radius: 5px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .embed-responsive {
position: relative;
display: block;
padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
} .fb_iframe_widget {
max-width: 100%;
}
.fb_iframe_widget > span {
max-width: 100%;
}   .slick-slide:focus {
outline: none;
}  .jet-smart-listing-wrap.jet-processing + div.jet-smart-listing-loading {
width: 30px;
height: 30px;
border: 3px solid transparent;
border-top-color: red;
border-right-color: red;
} .jet-mobile-menu-active .jet-mobile-menu-cover {
z-index: 1;
} .wpcf7 .ajax-loader {
position: relative;
border-radius: 50%;
width: 20px;
height: 20px;
border: 3px solid transparent;
margin: 0 15px;
background: none;
-webkit-animation: tm_spin 1s linear infinite;
animation: tm_spin 1s linear infinite;
z-index: 11;
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
}
.wpcf7-form-control-wrap input {
width: 100%;
}
.wpcf7-response-output {
font-size: 14px;
margin: 1em 0;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok {
padding: 0;
border: none;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 0;
right: 0;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset],
.wpcf7 button {
vertical-align: middle;
}
.wpcf7-form p {
margin-bottom: 25px;
}
.wpcf7-form p:last-of-type {
margin-bottom: 0;
}
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
width: auto;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 textarea {
border: none;
border-bottom: 1px solid;
background-color: transparent;
padding: 15px 0 3px;
font-size: 18px;
}
.invalid .wpcf7 input[type=text],
.invalid .wpcf7 input[type=email],
.invalid .wpcf7 input[type=url],
.invalid .wpcf7 input[type=password],
.invalid .wpcf7 input[type=search],
.invalid .wpcf7 input[type=tel],
.invalid .wpcf7 textarea {
padding-right: 180px;
}
.wpcf7-form.invalid input[type=text],
.wpcf7-form.invalid input[type=email],
.wpcf7-form.invalid input[type=url],
.wpcf7-form.invalid input[type=password],
.wpcf7-form.invalid input[type=search],
.wpcf7-form.invalid input[type=tel],
.wpcf7-form.invalid textarea {
padding-right: 180px;
}
.wpcf7 textarea {
height: 90px;
min-height: 90px;
}
@-webkit-keyframes tm_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tm_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .main-navigation .sub-menu li.wpml-ls-item {
margin: 3px 10px;
padding: 2px 10px;
}
.main-navigation .sub-menu li.wpml-ls-item a {
-webkit-transition: none;
transition: none;
}
.main-navigation.mobile-menu .menu li.wpml-ls-item {
display: block;
margin: 1px 8px;
padding: 4px 7px;
} html#ecwid_html body#ecwid_body { }
html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
margin-right: 10px;
}
html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
padding: 0 0.9375rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
padding: 0 1.875rem 20px;
background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
padding: 0.9375rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description { }
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p {
margin: 0 0 1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort {
margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name {
margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio {
padding: 5px;
width: auto;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner > *:last-child:not(.grid-product__image) {
padding-top: 6px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price {
padding-top: 0.1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button { border-radius: 5px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store {   }
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
min-height: 36px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
min-height: 40px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
min-height: 46px;
} .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
max-width: 100%;
margin: 0 auto;
border: none;
border-collapse: separate;
border-spacing: 1px;
background: transparent !important;
table-layout: fixed;
}
@media (min-width: 640px) {
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar {
max-width: 780px;
table-layout: auto;
}
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .booked-appt-list {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar .booked-appt-list > h2 {
margin-top: 10px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead {
background: transparent !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th {
border: none;
padding: 21px 0;
min-height: 26px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th .monthName {
font-size: 26px;
font-weight: 400;
text-transform: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th .monthName .backToMonth {
display: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a {
top: 24px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a::before {
font-size: 30px;
font-family: FontAwesome;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right {
right: 0;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right::before {
content: "";
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-right:hover {
right: 0;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left {
left: 0;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left::before {
content: "";
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a.page-left:hover {
left: 0;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th > a i {
display: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days {
background: transparent !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
font-size: 11px;
font-weight: 700;
text-align: left !important;
text-transform: uppercase;
border: none;
padding: 10px 5px !important;
}
@media (min-width: 640px) {
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
padding: 20px !important;
}
}
.sidebar .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead .days th {
padding: 7px 2px 5px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
background: transparent;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
position: relative;
top: -2px;
background: transparent;
border: 4px solid;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td h2 {
font-size: 16px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot {
overflow: hidden;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-time, .booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-people {
height: auto;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-time {
font-size: 14px;
font-size: 0.875rem;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-people {
padding: 14.5px 0 14.5px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .timeslot-user {
padding-top: 10px;
display: block;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td .button {
font-size: 11px;
padding: 14px 18px;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td {
border: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.active {
padding-bottom: 1px;
background: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.active .date .number {
-webkit-transform: scale(1);
transform: scale(1);
background: none !important;
color: #fff !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td > span {
position: relative;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td > span .number {
-webkit-transform: scale(1);
transform: scale(1);
position: absolute;
left: 12px;
top: 4px;
font-size: 16px;
font-weight: 700;
width: auto;
border: none !important;
background: none !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.prev-date .date:hover {
background: rgba(197, 203, 207, 0.1) !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur {
pointer-events: none;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur .date {
background: rgba(197, 203, 207, 0.1);
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td.blur .number {
opacity: 0.2;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td .date {
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
height: inherit;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar tbody tr td .date:hover .number {
color: #fff;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small .booked-calendar {
border-collapse: collapse;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead th {
padding: 20px 0 10px !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead th .monthName {
font-size: 16px !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small thead tr.days th {
text-align: center !important;
padding: 13px 5px !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td > span .number {
position: static;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .date {
margin: 1px 1px 0;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .date .number {
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td .booked-appt-list .timeslot button {
margin: 0 !important;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap.small tbody tr td.active {
padding: 0;
}
body .booked-modal { }
body .booked-modal input.button-primary[type=submit] {
font-size: 12px;
padding: 10px 15px 11px;
-webkit-transition: 0.3s ease all;
transition: 0.3s ease all;
}
body .booked-modal input.button-primary[type=submit]:hover {
border: none;
}
body .bookedClearFix::after {
display: none;
}
body .booked-calendarSwitcher {
display: block;
max-width: 780px;
margin: 0 auto;
border-radius: 3px;
}
body .booked-calendarSwitcher i {
display: none;
}
body .booked-calendarSwitcher select {
width: 98%;
padding: 10px;
}
.booked-calendar-shortcode-wrap .booked-calendar-wrap .booked-calendar thead th {
background: transparent !important;
} .mptt-shortcode-wrapper .mptt-navigation-select {
font-size: 14px;
font-size: 0.875rem;
width: auto;
-webkit-appearance: menulist-button;
appearance: menulist-button;
-moz-appearance: button;
border: none;
background-color: rgba(197, 203, 207, 0.15);
color: #3b3d42;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
border-collapse: separate;
border-spacing: 4px;
border: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th {
padding: 0.9rem 1rem;
border: none;
background: none;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
background-color: rgba(197, 203, 207, 0.25);
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
border: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
font-size: 14px;
font-size: 0.875rem;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
margin: 14px 12px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title {
margin-bottom: 0;
text-decoration: none !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .event-user {
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td .mptt-event-container .timeslot {
font-size: 16px;
font-size: 1rem;
font-weight: 700;
opacity: 0.7;
}
.single-mp-event .entry-content > p > br {
display: none;
}
.mp-column .entry-footer-container {
margin: 0;
border-top: none;
}