.widgets_on_page > ul, .widgets_on_page > ul li {list-style:none;background:none;}.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 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(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/fonts/fontawesome-webfont.eot?v=4.0.3);src:url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;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.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-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-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc: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-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}  @font-face {
font-family: 'flexslider-icon';
src:url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/css/fonts/flexslider-icon.eot);
src:url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/css/fonts/flexslider-icon.woff) format('woff'),
url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/css/fonts/flexslider-icon.ttf) format('truetype'),
url(//graphologevonkiedrowski.de/wp-content/themes/superb/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { margin: 0 0 60px; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; } .flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 45px; height: 55px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; color:#fff; overflow:hidden; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a.prev:before  { font-family: "FontAwesome"; font-size: 40px; display: inline-block; content: '\f0a8'; }
.flex-direction-nav a.next:before  { font-family:"FontAwesome"; content: '\f0a9';  } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; position: absolute; bottom: 55px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.flex-control-nav li a{
font-size:20px;
color:#fff;
width: 15px;
height: 15px;
display: block;
background: #666;
background: rgba(0,0,0,0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-direction-nav a.next{
right: 0;
left: auto;
overflow: hidden;
width: 35px;
font-size: 40px;
height: 55px;
}
.flexslider .prev{
left:-50px;
opacity:0;
}
.flexslider .next{
right:-50px;
opacity:0;
}
.flexslider:hover .prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .next{
right:10px;
opacity:0.7;
}
.flex-direction-nav a.next:hover,
.flex-direction-nav a.prev:hover{
opacity:1;
}
.flex-control-nav li a:hover{
background:#333;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}  * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
::-webkit-selection { background: #009cee; color: #fff; text-shadow: none; }
::-moz-selection { background: #009cee; color: #fff; text-shadow: none; }
::selection { background: #009cee; color: #fff; text-shadow: none; }
a { color: #009cee; text-decoration: none; } a:hover { color: #222146; }
menu { padding: 0; }
td { vertical-align: top; } .col {
display: block;
float:left;
margin: 0 0 0 1.6%;
} .col:first-child { margin-left: 0; }
.row {
clear: both;
margin: 0 auto;
*zoom: 1;
}
.row:before,
.row:after {
content: "";
display: table;
}
.row:after { clear: both; } .grid_12_of_12 { width: 100%; }
.grid_11_of_12 { width: 91.46%; }
.grid_10_of_12 { width: 83%; }
.grid_9_of_12  { width: 74.54%; }
.grid_8_of_12  { width: 66.08%; }
.grid_7_of_12  { width: 57.62%; }
.grid_6_of_12  { width: 49.16%; }
.grid_5_of_12  { width: 40.7%; }
.grid_4_of_12  { width: 32.24%; }
.grid_3_of_12  { width: 23.78%; }
.grid_2_of_12  { width: 15.32%; }
.grid_1_of_12  { width: 6.86%; } body { 
margin: 0 auto;
padding: 0;
font: 16px/1.5 'Open Sans',sans-serif;
font-style: normal;
font-weight: 300;
color: #333;
background:#fff;
} canvas {
-ms-touch-action: double-tap-zoom;
} embed, iframe, object, video {
max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; } img {
border: 0;
max-width: 100%;
height: auto;
}
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; }
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
max-width: 100%;
height: auto; }
img.wp-post-image{
margin-bottom:10px;
}
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 700;
color: #333;
margin-top: 0;
}
h1 { 
margin-bottom: 15px;
font-size: 36px;
line-height: 1.5;
}
h2 { 
margin-bottom: 15px;
margin-top: 15px;
font-size: 28px;
line-height: 1.1666;
}
h3 { 
margin-bottom: 15px;
margin-top: 15px;
font-size: 24px;
line-height: 1.2857;
}
h4 { 
margin-bottom: 15px;
margin-top: 15px;
font-size: 18px;
line-height: 1.25;
}
h5 { 
margin-bottom: 15px;
margin-top: 15px;
font-size: 16px;
line-height: 1.25;
}
h6 { 
margin-bottom: 15px;
margin-top: 15px;
font-size: 14px;
line-height: 1.2142;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 24px;
}
ol, ul {
list-style: none outside none;
}
p, ol, ul, dl, address {
margin: 0 0 14px 0;
line-height: 1.7;
}
ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0;
}
dt {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
}
b, strong { 
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
}
em {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: italic;
font-weight: 400;
}
strong em, b em {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: italic;
font-weight: 700;
}
ins {
background:#009cee;
text-decoration: none;
}
a { 
color: #333;
outline: none;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transitiokn: all 0.5s ease;      
}
ul{
padding-left:0px;
}
a:focus { 
outline: thin dotted;
color: #111;
}
a:hover, a:active { 
outline: 0;
color: #222146;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transitiokn: all 0.5s ease;    
}
.alignleft {
display: inline;
float: left;
margin: 0 20px 16px 0;
}
.alignright {
display: inline;
float: right;
margin: 0 0 16px 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
blockquote {
border-left: 5px solid #666;
margin: 0 0 18px 20px;
padding: 0 0 0 16px;
}
blockquote.pull-right {
border-left: 0 none;
border-right: 5px solid #666;
margin: 0 20px 18px 0;
padding: 0 16px 0 0;
float: none;
}
blockquote p {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
margin-bottom: 10px;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
blockquote cite:before {
content: "\2014 ";
}
blockquote cite {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 1.125;
color: #999;
display: block;
padding-top: 10px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
code, pre {
background: #f2f2f2;
border: 1px solid #e6e6e6;
color: #555;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
pre {
white-space: pre;
word-wrap: normal;
overflow-x: scroll;
line-height: 1.3;
margin: 1em 0;
}
code {
background-color: #eee;
border: 1px solid #e1e1e8;
padding: 2px 4px;
}
abbr,
dfn,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
.wp-caption {
max-width: 100%; padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
color: #777;
text-align: center;
}
img.wp-smiley, .rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content dl.gallery-item {
margin: 0;
}
.gallery-columns-1 .gallery-item a {
max-width: 100%;
width: auto;
}
.gallery .gallery-icon img {
height: auto;
}
#primary .entry-content [id^="gallery-"] img {
border: none;
} .assistive-text {
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="button"] {
width: auto;
} input,
select,
textarea {
border: 1px solid #ddd;
color: #222;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
padding: 10px;
width:100%;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}
input:focus,
textarea:focus {
border: 1px solid #999;
outline: none;
}
::-moz-placeholder {
color: #999;
opacity: 1;
}
::-webkit-input-placeholder {
color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
background-color: #fff;
border:1px solid #ccc;
border-radius: 0px;
box-shadow: none;
color: #333;
cursor: pointer;
padding: 10px 15px;
width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
background-color: #009cee;
border: 1px solid #ccc;
text-decoration: none;
color:#fff;
}
.button {
border-radius: 3px;
display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}
select {
max-width: 100%;
} .archive-title,
.page-title,
.entry-content th,
.comment-content th {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 2;
text-transform: uppercase;
} #maincontentcontainer {
padding: 30px 0;
}
.site-content {
background: #fff; 
clear: both;
width: 90%;
font-size: 16px;
max-width: 1140px;
margin: 0 auto;
padding: 20px;
color: #333;
line-height: 1.5;
position: relative;
border: solid 1px #ddd;
box-shadow: 0 0 8px #ddd;
}
#wrapper {
width: 100%;
position: relative;
text-align: left;
margin: 0 auto; 
}
#headercontainer {
width: 100%;
background: #fff;
top: 0px; 
margin: 0 auto; 
z-index: 1; 
}
#headercontainer:after{
content:".";
height:0px;
display:block;
clear:both;
visibility:hidden;
}
.site-header {
clear: both;
width: 90%;
font-size: 16px;
max-width: 1140px;
margin: 0 auto;
padding: 0;
position: relative;
color: #000;
}
.site-title {
text-align: center;
margin-top: 20px;
margin-bottom: 0px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transitiokn: all 0.3s ease;
}
.site-title img {
vertical-align: text-bottom;
}
.site-title a {
color: #009cee;
font-size: 30px;
font-weight: 400; 
text-decoration: none;
}
.site-description {
text-align: center; 
}
.header-extras{
text-align:right;
}
.header-extras .social-links{
margin-top: 40px;
float:right;
}
.social-links li a:hover{
opacity:0.5;
}
.header-contact{
padding-top: 40px; 
}
.call-section{
padding-top:30px;
display:none;
}
.call-section .call-button{
background: #27313d;
color: #fff;
border-radius: 3px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
.call-section .call-button .fa{
padding: 13px 10px;
background: #009cee;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.call-section .call-button span{
padding: 13px 18px;
} .home-featured{
padding:30px;
}
.home-featured:after{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0px;
}
.home-featured .home-featured-one,
.home-featured .home-featured-two,
.home-featured .home-featured-three{
padding: 10px;
text-align: center; 
}
.home-featured h3{
font-size:26px;
margin:20px 0 5px;
font-weight:400;
text-align:center;
}
.home-featured img{
width:100%;
}
.home-featured p{
margin: 0 12px 20px;
}
.home-featured .read-more {
background: #009cee
padding: 10px;
display: block;
text-align: center;
color: #fff;
text-transform: uppercase;
font-weight: 700; 
}
.home-featured .read-more:hover {
background: #111 !important;
} .business-tagline-area{
background: #efefef;
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
.business-tagline-area .business-tagline{
padding:30px 80px;
}
.business-tagline h3{
text-align:center;
font-size:30px;
}
.business-tagline p{
text-align:center;
font-size: 20px;
} .home-video{
padding:30px 30px 50px;
}
.home-video:after{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0px;
}
.home-video .video-code { 
width: 100%;
min-height: 250px;
}
.home-contact h3{
font-size:28px;
}
.home-contact .fa{
margin-right:10px;
font-size:20px;
color:#009cee;
} #front-featured-posts {
padding: 30px 30px 50px;
background: #efefef; 
}
#featured-posts .post-meta{
position: absolute;
background: #666666;
color: #fff;
padding: 10px 15px;
font-size:10px;
top: 0;
left: 0;
}
.home-featured-post {
padding: 20px;
background: #fff;
}
.home-featured-post .entry-header {
margin: -20px -20px 10px; 
position: relative;
}
.home-featured-post .wp-post-image {
margin: 0; 
}
.home-featured-post-title {
clear: both;
padding: 20px; 
margin: 0;
} 
.home-featured-post .more-link {
background: #009CEE;
color: #fff !important;
display: block;
margin: 10px -20px -35px; 
text-transform: uppercase;
font-weight: 700; 
padding: 20px; 
}
.home-featured-post .more-link:hover {
background: #333 !important;
color: #fff; 
} .home-cta-area{
background:#009cee;
}
.contact-area:before {
content: "";
display: block;
border: solid 30px transparent;
border-top-color: #009cee;
width:0px;
margin:0 auto;
}
.home-cta{
padding:30px;
}
.cta-wrapper{
padding:20px;
text-align:center;
}
.cta-wrapper:after{
content:".";
display:block;
clear:both;
visibility:hidden;
height:0px;
}
.home-cta p{
margin:20px 0;
color:#fff;
font-size:30px;
font-weight:300;
}
.home-cta .cta-button{
background: #333;
padding: 10px 25px;
display:inline-block;
color: #fff;
margin:10px 0;
text-transform:uppercase;
font-weight:700;
margin-bottom:20px;
}
.home-cta .cta-button:hover{
color:#333;
background: #fff;
}
.slider-wrapper .flexslider{
margin-bottom:0;
background:none;
}
.flexslider .slides > li{
position:relative;
}
.slider-wrapper .flex-caption{
position: absolute;
width: 100%;
height: 100%;
}
.slider-wrapper .caption-content {
max-width: 1140px;
margin: 0 auto;
position: relative;
}
.slider-wrapper .caption-inner {
width: 600px;
position: absolute;
left: 0px;
bottom: 100px; 
background: rgba(0,0,0, 0.8);   
padding: 20px; 
}
.slider-wrapper .flex-caption h2{
font-size:30px;
margin:0 0 10px;
color:#fff;
}
.slider-wrapper .flex-caption p {
color: #fff; 
margin-bottom: 10px; 
}
.slider-wrapper .flex-caption .slider-button{
background:#009cee;
padding:10px 20px;
color:#fff;
text-transform: uppercase;
font-weight: 700;
display:inline-block;
}
.slider-wrapper .flex-caption .slider-button:hover{
color:#333;
}
.slider-wrapper .flex-caption h2 a{
color:#fff;
}
.content{
max-width: 1140px;
margin: 0 auto;
border-left: solid 1px #ddd;
border-right: solid 1px #ddd;
border-bottom: solid 1px #ddd; 
box-shadow: 0 0 8px #ddd; 
}
.content-wrapper{
margin-bottom:30px;
}
.content-container:after{
content:".";
display:block;
visibility:hidden;
clear:both;
height:0px;
}
.content-container{
margin-top: -105px;
background: #fff;
position: relative;
}
.contact-area{
background:#f2f2f2;
}
.contact-wrap:after{
content:".";
display:block;
visibility:hidden;
clear:both;
height:0px;
}
.contact-wrap .home-contact {
margin:0 auto;
width:620px;
padding: 30px 0 50px; 
}
.home-contact-form {    
background: #333;
padding: 30px 0;
}
.contact-form-wrapper{
margin: 0 auto;
padding: 0 20px;
max-width: 620px;
color: #fff; 
}
.home-contact:after{
content:".";
display:block;
visibility:hidden;
clear:both;
height:0px;
}
.home-contact ul{
text-align:center;
}
.home-contact li{
list-style:none;
margin-bottom:10px;
float:none;
margin-right:10px;
display:inline-block;
}
.home-contact .social-links {
margin-bottom: 20px; 
}
.home-contact .social-links li{
float:none;
}
.home-contact .fa{
margin-right:10px;
color:#009cee;
font-size:16px;
}
.home-contact #address{
text-align:center;
}
.home-contact h3{
text-align:center;
margin-top:0;
}
.home-contact-form{
clear:both;
}
.home-contact-form input,
.home-contact-form textarea{
margin-top: 5px;
padding: 15px;
background: #333;
border: solid 1px #444;
color: #fff; 
}
.home-contact-form input[type="submit"]{
width: 150px;
margin: 0 auto;
float: none;
display: block;
background:#009cee;
color:#fff;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
font-weight: 700;
transition: all 0.3s ease; 
}
.home-contact-form input[type="submit"]:hover{
background:#fff !important;
color:#111 !important;
transition: all 0.3s ease; 
} .home-contact-form div.wpcf7 {
margin-top: 20px; 
}
.home-contact-form .wpcf7 p {
color: #ddd;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 30px; 
} .contact-form-wrapper div.gform_wrapper .top_label .gfield_label {
color: #ddd;
text-transform: uppercase;
font-weight: 700;
}
.contact-form-wrapper div.gform_wrapper h2.gsection_title, 
.contact-form-wrapper div.gform_wrapper .gsection_description, 
.contact-form-wrapper div.gform_wrapper h3.gform_title {
color: #aaa; 
text-align: center; 
}
.contact-form-wrapper div.gform_wrapper .ginput_complex label {
font-size: 14px; 
color: #aaa; 
}
.contact-form-wrapper div.gform_wrapper :focus,
.contact-form-wrapper input:focus, 
.contact-form-wrapper textarea:focus {
border: solid 1px #666; 
transition: all 0.3s ease; 
} .main-content {
padding: 20px 30px 20px 20px;
}
.main-content:after
{
display:block;
content:".";
clear:both;
height:0px;
visibility:hidden;
}
.entry-meta {
clear: both;
}
.comments-link {
font-size: 14px;
float: right;
}
.entry-header .entry-title,
.entry-header .entry-title a {
text-decoration: none;
color: #009cee;
margin-bottom: 10px;
}
.entry-header{
position:relative;
}
.entry-header .post-meta-header{
position: absolute;
background: rgba(2,64,78,0.49);
top: 0px;
left: 0px;
padding:10px;
border-bottom: 2px solid rgba(0,0,0,0.3);
text-shadow: 0px 1px 0px rgb(0,0,0);
color:#fff;
}
.entry-header .post-meta-header a{
color:#fff !important;
}
.entry-header .post-meta{
font-size:14px;
}
.entry-header .posted-by a{
color: #989696;
font-size: 14px;
transition: all .5s;
}
.entry-header .comment-count{
float: right;
bottom: 0;
position: absolute;
right: 0;
font-size: 14px;
color: #989696;
line-height: 24px;
}
.entry-header h1 a:visited {
color: #009cee;
}
.entry-header h1 a:hover {
color: #111;
}
article.sticky .featured-post {
font-style: normal;
font-weight: 400;
color: #777;
font-size: 16px;
line-height: 3;
margin-bottom: 24px;
text-align: center;
}
.site-content article {
margin-bottom: 38px;
margin-right: 20px;
-ms-word-wrap: break-word;
-webkit-hyphens: auto;
word-wrap: break-word;
border-bottom:1px solid #e3e3e3;
padding-bottom:20px;
}
.header-meta {
color: #999;
margin-bottom: 20px;
padding: 10px 0;
*zoom: 1;
}
.header-meta:before,
.header-meta:after {
content: "";
display: table;
}
.header-meta:after { clear: both; }
.header-meta a {
color: #999;
text-decoration:none;
font-weight: 300; 
}
.header-meta a:visited {
color: #999;
}
.header-meta a:hover {
color: #009cee;
}
.header-meta .fa{
color:#009cee;
}
.entry-content {
margin-bottom: 20px;
*zoom: 1;
}
.entry-content:before,
.entry-content:after {
content: "";
display: table;
}
.entry-content:after { clear: both; }
.post-categories a,
.post-tags a {
font-size: 14px;
margin: 0 3px 0 0;
display: inline;
text-decoration: none;
}
.post-tags a {
background: #eee;
padding: 3px 10px;
border: solid 1px #ddd;
color: #999;
}
.entry-header address,
.comment-content address {
font-style: normal; 
font-weight: 400;
display: block;
}
.entry-header address {
display: inline;
}
.entry-header time,
.entry-header address {
font-size: 14px;
margin: 0 20px 0 0;
}
.page-links {
clear: both;
line-height: 1.75;
color: #999;
padding:20px 0;
border-top: solid 1px #ddd; 
}
.page-links .page-numbers {
padding: 5px 20px;
border: 1px solid #999;
margin-left: 10px;
}
.page-links a {
text-decoration: none;
}
.page-links a:hover .page-numbers {
background-color: #009cee;
color: #fff;
}
.more-link {
text-decoration: none;
color:#009cee;
padding-top: 8px;
display: block;
font-weight: 700;
line-height: 15px;
}
.post-edit-link {
text-decoration: none;
}
.entry-content dl,
.comment-content dl {
margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.5;
}
.entry-content dd,
.comment-content dd {
line-height: 1.5;
margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
font-size: 14px;
line-height: 2;
margin: 0 0 24px;
width: 100%;
}
.entry-content table caption,
.comment-content table caption {
font-size: 16px;
margin: 24px 0;
}
.entry-content td,
.entry-content th
.comment-content td {
border: 1px solid #ddd;
padding: 8px;
}
.entry-content table th {
background: #eee;
font-weight: bold;
padding: 10px;
border: solid 1px #ddd; 
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
margin: 0 0 24px;
line-height: 1.5;
padding: 0;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
list-style: decimal outside;
}
.entry-content li,
.comment-content li {
margin: 0 0 0 28px;
padding-top: 10px;
}
.comment-reply-title {
font-size: 34px;
text-transform: uppercase;
font-weight: 700;
} .author .archive-header {
margin-bottom: 24px;
}
.author-info {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 24px 0;
padding: 24px 0;
overflow: hidden;
*zoom: 1;
}
.author-info:before,
.author-info:after {
content: "";
display: table;
}
.author-info:after { clear: both; }
.author-description h2 {
font-size: 24px;
}
.author-description p {
color: #777;
font-size: 14px;
line-height: 1.5;
margin-bottom: 8px;
}
.author-link {
font-size: 14px;
}
.author-link a {
color: #777;
text-decoration: none;
}
.author-link a:visited { 
color: #666;
}
.author-link a:focus,
.author-link a:hover,
.author-link a:active { 
outline: 0;
color: #111;
}
.author.archive .author-info {
border-top: 0;
margin: 0 0 48px;
}
.author.archive .author-avatar {
margin-top: 0;
}
.author.archive .author-link {
display: none;
}
.author-avatar {
float: left;
margin-top: 8px;
}
.author-description {
float: right;
width: 80%;
}
.social-meta a {
text-decoration: none;
margin-right: 5px;
} .entry-media {
margin: 0 auto 16px;
max-width: 792px;
width: 100%;
}
.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
margin: 0 auto;
} .format-aside .entry-content {
margin: 20px 0 18px 0;
}
.format-aside .entry-content p:last-child {
margin-bottom: 0;
} .format-status .entry-content {
border-left: 5px solid #ddd;
margin: 20px 0 18px 0;
padding: 0 0 0 15px;
}
.format-status .entry-content p {
font-size: 20px;
font-style: italic;
}
.format-status .entry-content p:last-child {
margin-bottom: 0;
} .format-quote .entry-content blockquote:before {
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
speak: none;
vertical-align: top;
font-size: 40px;
content: "\f10d";
color: #ddd;
top: -15px;
left: 0;
position: absolute;
z-index: -1;
}
.format-quote .entry-content {
margin-top: 24px;
position: relative;
}
.format-quote .entry-content blockquote {
border: none;
margin-left: 40px;
} .format-audio .wp-audio-shortcode {
margin-bottom: 16px;
} .error404 input[type="text"],
.error404 input[type="submit"]{
padding:15px;
}
.error404 input[type="text"]{
width:auto;
}
.error404 input[type="submit"]{
background:#009cee;
color:#fff;
}
.error404 .entry-header,
.error404 .entry-content,
.error404 form div{
text-align:center; 
}
.pagination
{
padding: 20px 30px 20px 40px;
}
.pagination .page-numbers{
padding: 5px 20px;
border: 1px solid #ccc;
background: #fff;
color: #333;
}
.pagination .page-numbers:hover
{
color:#fff;
background:#009cee;
} .archive-header,
.page-header {
margin-bottom: 32px;
border-bottom: 1px solid #CCCCCC;
}
.archive-meta {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: italic;
font-weight: 400;
color: #777;
font-size: 14px;
line-height: 2;
margin-top: 16px;
} #comments {
padding: 20px 0;
}
.comments-title {
margin-bottom: 48px;
font-size: 32px;
line-height: 1.5;
font-weight: normal;
font-family:'Open Sans', sans-serif;
}
.comments-area article {
padding-bottom: 16px;
margin: 24px 0;
border-bottom: 1px solid #ccc;
}
.comments-area article header {
margin: 0 0 24px;
overflow: hidden;
position: relative;
}
.comments-area article header img {
float: right;
padding: 0;
line-height: 0;
border-radius:100%;
}
.comments-area article header cite,
.comments-area article header time {
display: block;
margin-left: 0px;
}
.comments-area article header cite {
font-style: normal;
font-size: 16px;
line-height: 1.5;
}
.comments-area article header time {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.8;
text-decoration: none;
font-size: 14px;
color: #5e5e5e;
}
.comments-area article header a {
text-decoration: none;
color: #5e5e5e;
}
.comments-area article header a:hover {
color: #21759b;
}
.comments-area article header cite a {
color: #444;
}
.comments-area article header cite a:hover {
text-decoration: underline;
}
.comments-area article header h4 {
position: absolute;
top: 0;
right: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
color: #fff;
background-color: #0088d0;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, #009cee, #0088d0);
background-image: -ms-linear-gradient(top, #009cee, #0088d0);
background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
background-image: -o-linear-gradient(top, #009cee, #0088d0);
background-image: linear-gradient(top, #009cee, #0088d0);
border-radius: 3px;
border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
position: absolute;
margin-left: 6px;
padding: 2px 6px;
font-size: 12px;
}
a.comment-reply-link {
font-size: 14px;
line-height: 1.8;
color: #686868;
text-decoration: none;
}
a.comment-reply-link:hover {
color: #21759b;
}
.commentlist .pingback {
line-height: 1.8;
margin-bottom: 24px;
padding-bottom: 0;
}
.commentlist .children {
margin-left: 48px;
}
.commentlist {
padding-left: 0;
} #respond {
margin-top: 48px;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 12px;
font-weight: normal;
font-size: 12px;
}
#respond form {
margin: 24px 0 32px 0;
}
#respond form p {
margin: 12px 0;
}
#respond form p.logged-in-as {
margin-bottom: 24px;
}
#respond form label {
display: block;
line-height: 1.8;
margin-bottom:5px;
}
#respond form input[type="text"],
#respond form textarea {
font-family: inherit;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 16px;
line-height: 1.8;
padding: 8px;
width: 100%;
}
#respond form input[type="text"] {
width:48%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 12px;
line-height: 1.5;
color: #5e5e5e;
display:none;
}
#respond form p.form-allowed-tags code {
background: none;
border: none;
color: #5e5e5e;
}
label .required,
span.required {
color:#009cee;
}
form label.error {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
display:block;
padding: 0 10px 0 10px;
margin: 5px 0 5px 0;
font-size: 14px;
border-left: 4px solid #bb0504;
display: none;
}
#respond form label.error {
line-height: 1.3;
} #footercontainer {
background: #009cee;
width: 100%;	
clear:both;
}
.site-footer {
clear: both;
width: 90%;
font-size: 14px;
max-width: 1140px;
margin: 0 auto;
padding: 50px 0;
color: #fff;
}
.site-footer .col{
padding-right:20px;
}
.site-footer .col:last-child{
padding-right:0;
}
.site-footer h3 { 
color: #fff;
font-size: 16px; 
text-transform: uppercase;
margin-bottom: 20px; 
}
.site-footer li{
margin-bottom:5px;
}
.site-footer a { 
color: #fff;
}
.site-footer a:visited { 
color: #fff;
}
.site-footer a:hover { 
color: #eee;
}
.site-footer li:hover{
padding-left:20px !important;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transitiokn: all 0.5s ease;  
}
.site-footer a:focus { 
outline: thin dotted;
color: rgb(0,0,0);
}
.site-footer .widget-area .widget {
margin-bottom: 16px;
}
.footer-wrap-container{
max-width:1140px;
margin:0 auto;
width:90%;
}
.smallprint {
color: #fff;
width:50%;
float:left;
}
.smallprint p {
font-size: 14px;
padding: 20px 0;
margin-bottom:0;
}
.smallprint a { 
color: #fff;
}
.smallprint a:visited { 
color: #fff;
}
.smallprint a:hover { 
color: #eee;
}
.footer-wrap{
background: rgba(0,0,0,0.5);
}
.footer-extras{
width:50%;
float:right;
}
.footer-wrap .social-links{
float:right;
margin-top: 15px; 
} .sidebar{
padding:20px 30px 0 0;
}
.sidebar #s{
width: 200px;
}
.sidebar input[type="submit"]{
background:#009cee;
color:#fff;
}
.sidebar a {
color: #989696;
transition: all .3s;
}
.sidebar li a:hover {
color: #009cee;
}
.sidebar li:hover{
padding-left:17px;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-khtml-transition: all 0.5s ease;
-moz-transitiokn: all 0.5s ease;
}
.sidebar .widget {
margin-bottom: 50px;
}
.sidebar .widget li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: dotted 1px #e3e3e3;
}
.sidebar .widget li:before{
color:#009cee;
}
.sidebar .widget ul {
border: 1px solid #d5d6d7;
padding: 1.176em;
margin-bottom: 17px;
}
.searchform {
padding: 20px;
border: 1px solid #d5d6d7;
} .sidebar .widget-title {
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
}
.widget-area ul {
list-style: none outside none;
padding-left: 0;
margin: 0; 
}
.widget-area .widget {
overflow: hidden;
-moz-hyphens: auto;
-ms-word-break: break-all;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap:break-word;
margin-bottom: 20px;
}
.widget select {
margin-left: 1px;
}
.widget-area .widget ul ul {
margin-left: 12px;
}
.widget_rss li {
margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
font-size: 12px;
margin-left: 12px;
}
#wp-calendar {
margin: 0;
width: 100%;
font-size: 14px;
line-height: 2;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: center;
}
#wp-calendar thead {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
#wp-calendar caption {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
}
#wp-calendar #today {
background-color: #ddd;
}
#wp-calendar tfoot {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
#wp-calendar #next {
padding-right: 24px;
text-align: right;
}
.widget_search label {
display: block;
font-size: 14px;
line-height: 1.5;
}
.widget_twitter li {
list-style-type: none;
}
.widget_twitter .timesince {
display: block;
text-align: right;
} .site-content nav {
clear: both;
line-height: 2;
overflow: hidden;
padding: 30px 0px;
}
#nav-above {
padding: 24px;
}
#nav-above {
display: none;
}
.paged #nav-above {
display: block;
}
.nav-previous,
.previous-image {
float: left;
width: 50%;
line-height: 1.3;
}
.nav-previous a,
.nav-next a {
text-decoration: none;
}
.nav-previous a:hover,
.nav-next a:hover{
color:#009cee;
}
.nav-next,
.next-image {
float: right;
text-align: right;
width: 50%;
line-height: 1.3;
}
.nav-single + .comments-area,
#comment-nav-above {
margin: 48px 48px 48px 0;
}
ul.page-numbers {
padding: 0;
margin: 0;
text-align: center;
line-height: 2;
}
li a.page-numbers,
li span.page-numbers {
padding: 5px 20px;
text-decoration: none;
background:#009cee;
color:#fff;
}
li a:hover.page-numbers {
background-color: #fff !important;
color: #111;
}
li a:hover.prev,
li a:hover.next {
background-color: transparent;
color: #222146;
}
.page-numbers li {
display: inline;
}
li span.current {
background-color: #009cee;
color: #fff;
}
li a.prev,
li a.next,
li span.dots {
border: none;
} .nav-container{
background: #009cee;
}
.main-navigation {
max-width:1140px;
width:90%;
text-align: left;
margin:0 auto;
clear: right;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transitiokn: all 0.3s ease;
padding:10px 0;
}
.main-navigation:after{
content:".";
height:0px;
display:block;
clear:both;
visibility:hidden;
}
.main-navigation h1 {
font-size: 20px;
line-height: 1.25;
}
.nav-menu {
font-style: normal;
font-size: 16px;
line-height: 1.5;
letter-spacing: 1px; 
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center; 
}
.main-navigation li {
float: none;
display: inline-block;
position: relative;
margin: 0 0 0 20px; }
.main-navigation li:first-child {
margin: 0;
}
.main-navigation ul ul li {
margin: 0;
background:#009cee;
padding:10px 20px 0;
}
.main-navigation li.menu-parent-item > a:after { font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
speak: none;
vertical-align: middle;
font-size: 14px;
content: "\f107";
}
.main-navigation ul li li.menu-parent-item > a:after { font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
speak: none;
vertical-align: middle;
font-size: 9px;
content: " \f054";
}
.main-navigation ul a {
padding: 10px; color:#fff;
text-transform: uppercase;
font-weight: 700; 
}
.main-navigation ul a:hover{
color:#333;
}
.main-navigation ul ul a {
padding: 10px; }
.main-navigation a {
display: block;
text-decoration: none;
color: #fff; }
.main-small-navigation a
{
display: block;
text-decoration: none;
color: #009cee;
}
.main-small-navigation a:hover
{
color:#333;
}
.main-navigation ul ul {
display: none;
position: absolute;
left: 0;
z-index: 99999;
line-height: 1.7;
padding-top:10px;
}
.main-navigation ul ul a
{
color:#fff;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
padding-top:0;
}
.main-navigation ul ul a {
color: #fff; width:200px; }
.main-navigation ul ul li {
}
.main-navigation ul ul a:hover {
color: #fff;
background: rgba(255,255,255,0);
opacity: 0.7;
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
color: #fff; }
.main-navigation ul .divider {
border-bottom: 1px solid #aaa;
height: 0;
line-height: 0.0625;
overflow: hidden;
}
.main-navigation ul li.dropdown-header a,
.main-navigation ul li.current-menu-item ul .dropdown-header a {
color: #aaa; background-color: #333; } .menu-toggle {
cursor: pointer;
color:#fff;
}
.main-small-navigation .nav-menu {
display: none;
}
.main-navigation li ul li a {
border-bottom: 1px solid rgba(255,255,255,0.4);
display: block;
font-size: 14px;
line-height: 2;
padding: 12px 0px;
white-space: normal;
color: #fff;
text-align: left; 
} .screen-reader-text {
position: absolute;
top:      -9999em;
left:     -9999em;
}
.social-links ul {
list-style: none;
margin:0;
text-align: center;
}
.social-links ul li {
display:  inline-block;
position: relative;
margin-right:5px;
}
.social-links li a{
display:block;
}
.social-links li a::before {
content: '\f408';
display: inline-block;
padding: 2px 0;
font-family: 'FontAwesome';
vertical-align: top;
-webkit-font-smoothing: antialiased;
width: 30px;
color:#fff !important;
}
.social-links li a[href*="facebook.com"]::before {
content: '\f09a';
background:   #3b5998;
}
.social-links li a[href*="twitter.com"]::before {
content: '\f099';
background:   #33ccff;
}
social-links li a[href*="dribbble.com"]::before {
content: '\f17d';
background:   #ea4c89;
}
.social-links li a[href*="plus.google.com"]::before {
content: '\f0d5';
background: #dd4b39;
}
.social-links li a[href*="pinterest.com"]::before {
content: '\f0d2';
background:   #c8232c;
}
.social-links li a[href*="github.com"]::before {
content: '\f113';
background:   #171515;
}
.social-links li a[href*="tumblr.com"]::before {
content: '\f173';
background:   #34526f;
}
.social-links li a[href*="youtube.com"]::before {
content: '\f16a';
background:   #c4302b;
}
.social-links li a[href*="flickr.com"]::before {
content: '\f16e';
background:   #ff0084;
}
.social-links li a[href*="vimeo.com"]::before {
content: '\f194';
background:   #1AB7EA;
}
.social-links li a[href*="instagram.com"]::before {
content: '\f16d';
background:   #3f729b;
}
.social-links li a[href*="linkedin.com"]::before {
content: '\f0e1';
background:   #0e76a8;
}
.home-contact .social-links li a::before {
display: inline-block;
font-family: 'FontAwesome';
vertical-align: top;
-webkit-font-smoothing: antialiased;
width: 50px;
padding: 17px 21px;
font-size: 33px;
border: none; 
}
.home-contact .social-links li a[href*="facebook.com"]::before {
content: '\f09a';
color:   #3b5998;;
}
.home-contact .social-links li a[href*="twitter.com"]::before {
content: '\f099';
color:   #33ccff;
}
.home-contact .social-links li a[href*="dribbble.com"]::before {
content: '\f17d';
color :#ea4c89;
}
.home-contact .social-links li a[href*="plus.google.com"]::before {
content: '\f0d5';
color: #dd4b39;
}
.home-contact .social-links li a[href*="pinterest.com"]::before {
content: '\f0d2';
color:   #c8232c;
}
.home-contact .social-links li a[href*="github.com"]::before {
content: '\f113';
color:   #171515;
}
.home-contact .social-links li a[href*="tumblr.com"]::before {
content: '\f173';
color:   #34526f;
}
.home-contact .social-links li a[href*="youtube.com"]::before {
content: '\f16a';
color:   #c4302b;
}
.home-contact .social-links li a[href*="flickr.com"]::before {
content: '\f16e';
color:   #ff0084;
}
.home-contact .social-links li a[href*="vimeo.com"]::before {
content: '\f194';
color:   #1AB7EA;
}
.home-contact .social-links li a[href*="instagram.com"]::before {
content: '\f16d';
color:   #3f729b;
}
.home-contact .social-links li a[href*="linkedin.com"]::before {
content: '\f0e1';
color:   #0e76a8;
} div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
font-size: 16px;
padding: 16px;
}
div.gform_wrapper .ginput_complex label {
padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
background: none;
margin: 16px 0 0;
padding: 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
font-size: 14px;
}
div.gform_body input[type="text"]
{
padding:7px 10px;
} img#wpstats {
display: none;
} .slicknav_btn { display: inline-block; vertical-align: middle; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; margin: -5px 10px; }
.slicknav_menu .slicknav_icon { float: right; margin: -0.4em 0 0em 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both } .slicknav_menu { *zoom: 1 } .slicknav_menu {
font-size:16px;
margin-bottom:0;
} .slicknav_btn {
margin:0;	
text-decoration:none;	
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
background-color: #37414e;
width: 100%;
} .slicknav_menu  .slicknav_menutxt {	
color: #FFF;
font-weight: bold;	
text-shadow: 0 1px 3px #000;	
} .slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_nav {
color:#fff;
margin:0;	
padding:0;
font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
list-style: none;
overflow:hidden;
}
.slicknav_nav ul {
padding:0;
margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
padding:5px 10px;
margin:2px 15px;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 15px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_item:hover {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#37414e;
color:#fff;	
}
.slicknav_nav a:hover{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#FF0000;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;   
}
.slicknav_nav a:hover{
color:#fff !important;
}
.slicknav_nav{
background:#425368;
}
.slicknav_nav ul{
background:#425368 !important;
}  .superb-red .home-cta-area,
.superb-red .feature-more-link,
.superb-red #footercontainer,
.superb-red .pagination .page-numbers:hover,
.superb-red li span.page-numbers,
.superb-red li a.page-numbers,
.superb-red button:hover,
.superb-red input:hover[type="button"],
.superb-red input:hover[type="reset"],
.superb-red .entry-content .button:hover,
.superb-red .page-links .page-numbers:hover,
.superb-red .superb-caption .slider-button,
.superb-red .home-featured .read-more,
.superb-red .home-contact-form input[type="submit"],
.superb-red input[type="submit"],
.superb-red .main-navigation ul ul li,
.superb-red .home-featured-post .more-link,
.superb-red .slider-wrapper .flex-caption .slider-button,
.superb-red .call-section .call-button .fa
{
background: #0B0B61;
}
.superb-red .nav-container
{
background:#0B0B61;
}
.superb-red .contact-area:before{
border-top-color:#0B0B61;
}
.superb-red #reviewslider .slides img{
border:3px solid #0B0B61;
}
.superb-red ::selection
{
background:#0B0B61 !important;
color:#fff;
}
.superb-red .main-navigation ul ul a
{
color:#0B0B61;
}
.superb-red .site-title a,
.superb-red .home-featured-post-title,
.superb-red .sidebar li a:hover,
.superb-red .entry-header .entry-title a,
.superb-red .entry-header .entry-title,
.superb-red .entry-header h1 a:visited,
.superb-red label .required,
.superb-red span.required,
.superb-red .header-meta .fa,
.superb-red .header-meta a:hover,
.superb-red .nav-previous a:hover,
.superb-red .nav-next a:hover,
.superb-red .home-contact .fa,
.superb-red .header-contact p:before,
.superb-red .home-contact #address:before,
.superb-red .home-contact #phone:before,
.superb-red .home-contact #email:before,
.superb-red .sidebar .widget li:before
{
color:#0B0B61;
}
.superb-red .entry-header h1 a:hover{
color:#0B0B61;
} .superb-green .nav-container,
.superb-green .home-cta-area,
.superb-green .feature-more-link,
.superb-green #footercontainer,
.superb-green .pagination .page-numbers:hover,
.superb-green li span.page-numbers,
.superb-green li a.page-numbers,
.superb-green button:hover,
.superb-green input:hover[type="button"],
.superb-green input:hover[type="reset"],
.superb-green input:hover[type="submit"],
.superb-green .entry-content .button:hover,
.superb-green .page-links .page-numbers:hover,
.superb-green .superb-caption .slider-button,
.superb-green .home-featured .read-more,
.superb-green .home-contact-form input[type="submit"],
.superb-green input[type="submit"],
.superb-green .main-navigation ul ul li,
.superb-green .home-featured-post .more-link,
.superb-green .slider-wrapper .flex-caption .slider-button,
.superb-green .call-section .call-button .fa
{
background: #27B760;
}
.superb-green .main-navigation ul ul a
{
color:#fff;
}
.superb-green #reviewslider .slides img{
border:3px solid #27B760;
}
.superb-green ::selection
{
background:#27B760;
color:#fff;
}
.superb-green .contact-area:before{
border-top-color:#27B760;
}
.superb-green .site-title a,
.superb-green .home-featured-post-title,
.superb-green .sidebar li a:hover,
.superb-green .entry-header .entry-title a,
.superb-green .entry-header .entry-title,
.superb-green .entry-header h1 a:visited,
.superb-green label .required,
.superb-green span.required,
.superb-green .header-meta .fa,
.superb-green .header-meta a:hover,
.superb-green .nav-previous a:hover,
.superb-green .nav-next a:hover,
.superb-green .home-contact .fa,
.superb-green .header-contact p:before,
.superb-green .home-contact #address:before,
.superb-green .home-contact #phone:before,
.superb-green .home-contact #email:before,
.superb-green .sidebar .widget li:before
{
color:#27B760;
}
.superb-green .entry-header h1 a:hover{
color:#111;
} .superb-pink .home-cta-area,
.superb-pink .feature-more-link,
.superb-pink #footercontainer,
.superb-pink .pagination .page-numbers:hover,
.superb-pink li span.page-numbers,
.superb-pink li a.page-numbers,
.superb-pink button:hover,
.superb-pink input:hover[type="button"],
.superb-pink input:hover[type="reset"],
.superb-pink input:hover[type="submit"],
.superb-pink .entry-content .button:hover,
.superb-pink .page-links .page-numbers:hover,
.superb-pink .superb-caption .slider-button,
.superb-pink .home-featured .read-more,
.superb-pink .home-contact-form input[type="submit"],
.superb-pink input[type="submit"],
.superb-pink .main-navigation ul ul li,
.superb-pink .home-featured-post .more-link,
.superb-pink .slider-wrapper .flex-caption .slider-button,
.superb-pink .call-section .call-button .fa{
background: #F65AB3;
}
.superb-pink .main-navigation ul ul a
{
color:#fff;
}
.superb-pink ::selection
{
background:#F65AB3;
color:#fff;
}
.superb-pink .contact-area:before{
border-top-color:#F65AB3;
}
.superb-pink #reviewslider .slides img{
border:3px solid #F65AB3;
}
.superb-pink .nav-container
{
background:#F65AB3;
}
.superb-pink .site-title a,
.superb-pink .home-featured-post-title,
.superb-pink .sidebar li a:hover,
.superb-pink .entry-header .entry-title a,
.superb-pink .entry-header .entry-title,
.superb-pink .entry-header h1 a:visited,
.superb-pink label .required,
.superb-pink span.required,
.superb-pink .header-meta .fa,
.superb-pink .header-meta a:hover,
.superb-pink .nav-previous a:hover,
.superb-pink .nav-next a:hover,
.superb-pink .home-contact .fa,
.superb-pink .header-contact p:before,
.superb-pink .home-contact #address:before,
.superb-pink .home-contact #phone:before,
.superb-pink .home-contact #email:before,
.superb-pink .sidebar .widget li:before,
.superb-pink .more-link
{
color:#F65AB3;
}
.superb-pink .entry-header h1 a:hover{
color:#111;
} .superb-brown .home-cta-area,
.superb-brown .feature-more-link,
.superb-brown #footercontainer,
.superb-brown .pagination .page-numbers:hover,
.superb-brown li span.page-numbers,
.superb-brown li a.page-numbers,
.superb-brown button:hover,
.superb-brown input:hover[type="button"],
.superb-brown input:hover[type="reset"],
.superb-brown input:hover[type="submit"],
.superb-brown .entry-content .button:hover,
.superb-brown .page-links .page-numbers:hover,
.superb-brown .superb-caption .slider-button,
.superb-brown .home-featured .read-more,
.superb-brown .home-contact-form input[type="submit"],
.superb-brown input[type="submit"],
.superb-brown .main-navigation ul ul li,
.superb-brown .home-featured-post .more-link,
.superb-brown .slider-wrapper .flex-caption .slider-button,
.superb-brown .call-section .call-button .fa
{
background: #C17801;
}
.superb-brown .main-navigation ul ul a
{
color:#fff;
}
.superb-brown .contact-area:before{
border-top-color:#C17801;
}
.superb-brown ::selection
{
background:#C17801;
color:#fff;
}
.superb-brown #reviewslider .slides img{
border:3px solid #876508;
}
.superb-brown .nav-container
{
background:#C17801;
}
.superb-brown .site-title a,
.superb-brown .home-featured-post-title,
.superb-brown .sidebar li a:hover,
.superb-brown .entry-header .entry-title a,
.superb-brown .entry-header .entry-title,
.superb-brown .entry-header h1 a:visited,
.superb-brown label .required,
.superb-brown span.required,
.superb-brown .header-meta .fa,
.superb-brown .header-meta a:hover,
.superb-brown .nav-previous a:hover,
.superb-brown .nav-next a:hover,
.superb-brown .home-contact .fa,
.superb-brown .header-contact p:before,
.superb-brown .home-contact #address:before,
.superb-brown .home-contact #phone:before,
.superb-brown .home-contact #email:before,
.superb-brown .sidebar .widget li:before
{
color:#C17801;
}
.superb-brown .entry-header h1 a:hover{
color:#111;
} .superb-purple .home-cta-area,
.superb-purple .feature-more-link,
.superb-purple #footercontainer,
.superb-purple .pagination .page-numbers:hover,
.superb-purple li span.page-numbers,
.superb-purple li a.page-numbers,
.superb-purple button:hover,
.superb-purple input:hover[type="button"],
.superb-purple input:hover[type="reset"],
.superb-purple input:hover[type="submit"],
.superb-purple .entry-content .button:hover,
.superb-purple .page-links .page-numbers:hover,
.superb-purple .superb-caption .slider-button,
.superb-purple .home-featured .read-more,
.superb-purple .home-contact-form input[type="submit"],
.superb-purple input[type="submit"],
.superb-purple .main-navigation ul ul li,
.superb-purple .home-featured-post .more-link,
.superb-purple .slider-wrapper .flex-caption .slider-button,
.superb-purple .call-section .call-button .fa
{
background: #a678d3;
}
.superb-purple .main-navigation ul ul a
{
color:#fff;
}
.superb-purple .contact-area:before{
border-top-color:#a678d3;
}
.superb-purple ::selection
{
background:#a678d3;
color:#fff;
}
.superb-purple #reviewslider .slides img{
border:3px solid #a678d3;
}
.superb-purple .nav-container
{
background:#8837ce;
}
.superb-purple .site-title a,
.superb-purple .home-featured-post-title,
.superb-purple .sidebar li a:hover,
.superb-purple .entry-header .entry-title a,
.superb-purple .entry-header .entry-title,
.superb-purple .entry-header h1 a:visited,
.superb-purple label .required,
.superb-purple span.required,
.superb-purple .header-meta .fa,
.superb-purple .header-meta a:hover,
.superb-purple .nav-previous a:hover,
.superb-purple .nav-next a:hover,
.superb-purple .home-contact .fa,
.superb-purple .header-contact p:before,
.superb-purple .home-contact #address:before,
.superb-purple .home-contact #phone:before,
.superb-purple .home-contact #email:before,
.superb-purple .sidebar .widget li:before
{
color:#a678d3;
}
.superb-purple .entry-header h1 a:hover{
color:#111;
} .superb-orange .nav-container,
.superb-orange .home-cta-area,
.superb-orange .feature-more-link,
.superb-orange #footercontainer,
.superb-orange .pagination .page-numbers:hover,
.superb-orange li span.page-numbers,
.superb-orange li a.page-numbers,
.superb-orange button:hover,
.superb-orange input:hover[type="button"],
.superb-orange input:hover[type="reset"],
.superb-orange input:hover[type="submit"],
.superb-orange .entry-content .button:hover,
.superb-orange .page-links .page-numbers:hover,
.superb-orange .superb-caption .slider-button,
.superb-orange .home-featured .read-more,
.superb-orange .home-contact-form input[type="submit"],
.superb-orange input[type="submit"],
.superb-orange .main-navigation ul ul li,
.superb-orange .home-featured-post .more-link,
.superb-orange .slider-wrapper .flex-caption .slider-button,
.superb-orange .call-section .call-button .fa
{
background: #EE6031;
}
.superb-orange .main-navigation ul ul a
{
color:#fff;
}
.superb-orange .contact-area:before{
border-top-color:#EE6031;
}
.superb-orange #reviewslider .slides img{
border:3px solid #EE6031;
}
.superb-orange ::selection
{
background:#EE6031;
color:#fff;
}
.superb-orange .site-title a,
.superb-orange .home-featured-post-title,
.superb-orange .sidebar li a:hover,
.superb-orange .entry-header .entry-title a,
.superb-orange .entry-header .entry-title,
.superb-orange .entry-header h1 a:visited,
.superb-orange label .required,
.superb-orange span.required,
.superb-orange .header-meta .fa,
.superb-orange .header-meta a:hover,
.superb-orange .nav-previous a:hover,
.superb-orange .nav-next a:hover,
.superb-orange .home-contact .fa,
.superb-orange .header-contact p:before,
.superb-orange .home-contact #address:before,
.superb-orange .home-contact #phone:before,
.superb-orange .home-contact #email:before,
.superb-orange .sidebar .widget li:before
{
color:#EE6031;
}
.superb-orange .entry-header h1 a:hover{
color:#111;
} .superb-yello .nav-container,
.superb-yellow .home-cta-area,
.superb-yellow .feature-more-link,
.superb-yellow #footercontainer,
.superb-yellow .pagination .page-numbers:hover,
.superb-yellow li span.page-numbers,
.superb-yellow li a.page-numbers,
.superb-yellow button:hover,
.superb-yellow input:hover[type="button"],
.superb-yellow input:hover[type="reset"],
.superb-yellow input:hover[type="submit"],
.superb-yellow .entry-content .button:hover,
.superb-yellow .page-links .page-numbers:hover,
.superb-yellow .superb-caption .slider-button,
.superb-yellow .home-featured .read-more,
.superb-yellow .home-contact-form input[type="submit"],
.superb-yellow input[type="submit"]
.superb-yellow .main-navigation ul ul li,
.superb-yellow .slider-wrapper .flex-caption .slider-button,
.superb-yellow .home-featured-post .more-link,
.superb-yellow .call-section .call-button .fa
{
background: #d9ca39;
}
.superb-yellow .main-navigation ul ul a
{
color:#fff;
}
.superb-yellow .contact-area:before{
border-top-color:#d9ca39;
}
.superb-yellow #reviewslider .slides img{
border:3px solid #d9ca39;
}
.superb-yellow ::selection
{
background:#d9ca39;
color:#fff;
}
.superb-yellow .nav-container
{
background:#c9bb3a;
}
.superb-yellow .site-title a,
.superb-yellow .home-featured-post-title,
.superb-yellow .sidebar a,
.superb-yellow .entry-header .entry-title a,
.superb-yellow .entry-header .entry-title,
.superb-yellow .entry-header h1 a:visited,
.superb-yellow label .required,
.superb-yellow span.required,
.superb-yellow .header-meta .fa,
.superb-yellow .header-meta a:hover,
.superb-yellow .nav-previous a:hover,
.superb-yellow .nav-next a:hover,
.superb-yellow .home-contact .fa,
.superb-yellow .header-contact p:before,
.superb-yellow .home-contact #address:before,
.superb-yellow .home-contact #phone:before,
.superb-yellow .home-contact #email:before,
.superb-yellow .sidebar .widget li:before
{
color:#d9ca39;
}
.superb-yellow .entry-header h1 a:hover{
color:#111;
}  .slicknav_menu {
display:none;
} @media only screen and (max-width: 1100px) {
.content-container{
margin-top:0;
}
}
@media only screen and (max-width: 980px) {
.menu {
display:none;
}
.slicknav_menu {
display:block;
}
.slicknav_menu a{
padding:24px;
}
.main-navigation li{
float:none;
margin:0;
}
.main-navigation{
width:100%;
padding:0;
}
.main-navigation ul li:last{
margin-bottom:0;
}
.main-navigation ul ul {
position:relative;
background:none;
}
.main-navigation li ul li a{
border-bottom:none;
width:100%;
}
.main-navigation ul ul a:hover{
background:#37414e;
}
.main-navigation li ul li a{
padding:10px;
}
.slicknav_nav ul{
background:#425368 !important;
}
.main-navigation li.menu-parent-item > a:after{
display:none;
}
.main-navigation ul ul li {
background: #425368 !important;
}
.slicknav_nav a{
color:#fff !important;
}
}
@media only screen and (max-width: 900px) {
.flex-caption h2{
font-size:30px;
}
}
@media only screen and (max-width: 800px) {
.menu {
display:none;
}
.slicknav_menu {
display:block;
}
.site-title, .site-description
{
text-align:center
}
header .grid_5_of_12 {
width: 100%; 
}
header .grid_7_of_12 {
width: 100%;
margin-left: 0;
}
header .main-navigation {
margin-top: 0;
float: none;
}
.main-navigation .nav-menu > li:first-child {
margin-left: 0;
}
.social-media-icons {
float: none;
text-align: left;
}
.social-media-icons li {
margin: 0.1em 0.5em 0 0;
}
.main-navigation{
margin:0 auto;
}
.home-sidebar .col:nth-of-type(2n+1){
margin-left:0px;
}
.assistive-text {
position: relative !important;
}
.paging-navigation .assistive-text{
position:absolute !important;
}
.menu-toggle {
display: block;
border-radius: 0px;
border:none;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display: none;
}
.main-navigation {
width: 100%;
padding: 0;
}
.main-navigation ul.nav-menu.toggled-on {
display: block;
}
.main-navigation ul ul,
.main-navigation li ul li a {
width: 100%;
}
} @media only screen and (max-width: 650px) {
img.size-full, 
img.size-large, 
img.header-image, 
img.wp-post-image {
width: 100%; 
}
.grid_1_of_12,
.grid_2_of_12,
.grid_3_of_12,
.grid_4_of_12,
.grid_5_of_12,
.grid_6_of_12,
.grid_7_of_12,
.grid_8_of_12,
.grid_9_of_12,
.grid_10_of_12,
.grid_11_of_12,
.grid_12_of_12 {
width: 100%; 
}
.col {
margin: 0;
}
.call-section{
display:block;
text-align:center;
padding-top: 10px; 
}
.header-contact {
padding-top: 10px; 
display:none;
}
.header-contact p {
margin: 0; 
}
#headercontainer {
position: relative;
}
.site-title {
text-align: center;
margin-top:0;
}
.site-description {
margin-bottom: 10px;
}
.header-extras .social-links {
margin-top: 0px; 
}
.nav-menu {
text-align: center;
}
#maincontentcontainer {
margin-top: 0px;
margin-bottom: 0px;
}
.site-content {
width: 100%; 
}
.sidebar {
border-top: solid 1px #ddd; 
padding: 30px 30px 0;
}
.main-small-navigation .nav-menu, .nav-menu ul {
padding: 0;
}
.main-small-navigation .nav-menu ul {
padding-left: 16px;
}
.home-featured-post {
margin-bottom: 20px;
}
.home-featured-post-title {
font-size: 24px; 
text-align: center; 
}
.featured-section-title{
text-align:center;
}
#footer-widget1,
#footer-widget2,
#footer-widget3,
#footer-widget4{
border-bottom:1px solid #e3e3e3;
}
.full-width.page-template-page-templatesedd-store-php .main-content{
padding-left:0;
}
.boxed .main-content{
padding:20px 0;
}
.header-extras{
text-align:center;
}
.home-featured .home-featured-one,
.home-featured .home-featured-two,
.home-featured .home-featured-three,
.home-video-one,
.home-video-two,
.home-intro-text-section{
margin-bottom:20px;
}
.home-cta .cta-button{
float:none;
}
.cta-wrapper{
text-align:center;
}
.home-cta p{
margin:0 0 24px 0;
}
.slider-wrapper .flex-caption{
right:0;
}
.smallprint,
.footer-extras{
width: 100%;
float: none;
text-align: center;
}
.header-extras .social-links,
.footer-wrap .social-links{
float:none;
margin-top:0;
}
.smallprint p{
margin:0;
}
.flex-caption h2{
font-size:20px;
}
.testimonial-slider{
padding-right:0;
margin-bottom:20px;
}
.contact-wrap .home-contact, 
.contact-wrap .home-contact-form{
width:auto;
}
.header-extras .social-links{
margin-bottom:20px;
}
.header-contact{
text-align:center;
}
.flex-control-nav{
bottom:240px;
}
.slider-wrapper .caption-inner{
width:100%;
position:relative;
bottom:0;
}
.slider-wrapper .flex-caption{
position:relative;
height:auto;
}
.slider-wrapper .caption-content{
text-align:center;
}
} @media only screen and (max-width: 520px) {
.slicknav_menu {
display:block;
}
.site-title {
text-align: center;
}
.main-small-navigation .nav-menu,
.main-small-navigation .nav-menu ul,
.nav-menu,
.nav-menu ul {
padding: 0;
}
.main-small-navigation,
.main-navigation li {
width: 100%;
}
.main-small-navigation {
text-align: center;
margin-bottom: 20px;
}
.main-small-navigation ul li,
.main-navigation ul li {
margin: 15px 0;
text-align: center;
}
.main-navigation ul ul, .main-navigation ul ul li ul {
position: relative;
}
.main-navigation ul ul li ul {
left: 0;
}
.main-navigation ul ul a {
color: #fff; width: 100%; }
.social-media-icons {
text-align: center;
}
.full-width #featured-posts-container{
width:100%;
}
.slicknav_nav ul{
margin:0;
}
.slick-nav a{
padding:10px;
}
}
@media only screen and (max-width: 320px) {
.author-description {
float: left;
width: 100%;
}
}  .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; } .hidden { display: none !important; visibility: hidden; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } @media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
--animate-duration: 1s;
--animate-delay: 1s;
}
@keyframes _brlbs-fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox ._brlbs-fadeInDown {
animation-name: _brlbs-fadeInDown;
}
@keyframes _brlbs-flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox ._brlbs-flipOutX {
animation-duration: 0.75s;
animation-name: _brlbs-flipOutX;
backface-visibility: visible !important;
}
#BorlabsCookieBox * { font-family: inherit; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-between; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 4px; color: #555; font-size: 14px; }#BorlabsCookieBox a { color: #28a745; }#BorlabsCookieBox a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-btn { background: #f7f7f7; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-btn:hover { background: #e6e6e6; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #f7f7f7; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #e6e6e6; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #aaa; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #aaa; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #28a745; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-refuse { color: #888; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #888; }#BorlabsCookieBox ul li::before { color: #28a745; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #28a745; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #a72828; border-radius: 4px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #28a745; border-color: #28a745; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #f7f7f7; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { border-radius: 34px; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { border-radius: 50%; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #28a745; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #30c553; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #28a745; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #30c553; color: #fff; }#BorlabsCookieBoxWidget svg {color: #0063e3;}a._brlbs-btn-cookie-preference { background: #28a745 !important; border-radius: 4px !important; color: #fff !important; }a._brlbs-btn-cookie-preference:hover { background: #30c553 !important; color: #fff !important; }.BorlabsCookie ._brlbs-facebook {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn {
background: #4267b2;
border-radius: 2px;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
background: #3b5998;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
background: #4285f4;
border-radius: 3px;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
background: #fff;
color: #4285f4;
}.BorlabsCookie ._brlbs-instagram {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn {
background: #3897f0;
border-radius: 4px;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover {
background: #117ee4;
}
.BorlabsCookie ._brlbs-twitter {
border: 1px solid #e1e8ed;
border-radius: 3px;
max-width: 516px;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn {
background: #1da1f2;
border-radius: 0;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover {
background: #fff;
color: #1da1f2;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn {
background: #00adef;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
background: #fff;
color: #00adef;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
background: #ff0000;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
background: #fff;
color: red;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}#callnowbutton {
display: none;
}
@media screen and (max-width:650px) {
#callnowbutton:not(.cnb-displaymode),
#callnowbutton.cnb-displaymode-mobile-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-mobile-only {
display: flex;
}
}
@media screen and (min-width:650px) {
#callnowbutton.cnb-displaymode-desktop-only {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-desktop-only {
display: flex;
}
}
@media screen {
#callnowbutton.cnb-displaymode-always {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full.cnb-displaymode-always {
display: flex;
}
} #callnowbutton.cnb-full {
justify-content: center;
align-items: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
width: 100%;
left: 0;
height: 60px;
}
.cnb-full.cnb-full-bottom {
bottom: 0;
}
.cnb-full.cnb-full-top {
top: 0;
}
#callnowbutton.cnb-single {
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
background-position: center;
background-size:35px 35px;
background-repeat: no-repeat;
}
.cnb-single.cnb-middle {
bottom: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-left {
bottom: 15px;
left: 20px;
}
.cnb-single.cnb-right {
bottom: 15px;
right: 20px;
}
.cnb-single.cnb-mleft {
top: 50%;
margin-top: -28px;
left: 20px;
}
.cnb-single.cnb-mright {
top: 50%;
margin-top: -28px;
right: 20px;
}
.cnb-single.cnb-tleft {
top: 15px;
left: 20px;
}
.cnb-single.cnb-tmiddle {
top: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-tright {
top: 15px;
right: 20px;
} #callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
display: none;
}
.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
left: 68px;
}
.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
right: 68px;
}
.cnb-single.cnb-text span {
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: auto;
background-color: rgba(70,70,70,.9);
position: absolute;
border-radius: 2px;
font-family: helvetica,arial,sans-serif;
padding: 6px 8px;
font-size: 13px;
font-weight: 700;
color: #ECECEC;
top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,.15);
word-break: keep-all;
line-height: 1em;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
display: none;
}
.cnb-full.cnb-text {
text-align: center;
color: #FFF;
font-weight: 600;
font-size: 120%;
overflow: hidden;
white-space: nowrap;
}
.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
font-size: 130%;
}
.cnb-zindex-10 {
z-index: 2147483647;
}
.cnb-zindex-9 {
z-index: 214748365;
}
.cnb-zindex-8 {
z-index: 21474836;
}
.cnb-zindex-7 {
z-index: 2147484;
}
.cnb-zindex-6 {
z-index: 214748;
}
.cnb-zindex-5 {
z-index: 21475;
}
.cnb-zindex-4 {
z-index: 2147;
}
.cnb-zindex-3 {
z-index: 215;
}
.cnb-zindex-2 {
z-index: 21;
}
.cnb-zindex-1 {
z-index: 2;
}