.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(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right{margin-left:.3em;}
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}:root .fa-rotate-90,
:root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x, .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}
.fa-glass:before{content:"\f000";}
.fa-music:before{content:"\f001";}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-heart:before{content:"\f004";}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}
.fa-user:before{content:"\f007";}
.fa-film:before{content:"\f008";}
.fa-th-large:before{content:"\f009";}
.fa-th:before{content:"\f00a";}
.fa-th-list:before{content:"\f00b";}
.fa-check:before{content:"\f00c";}
.fa-remove:before, .fa-close:before, .fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.fa-search-minus:before{content:"\f010";}
.fa-power-off:before{content:"\f011";}
.fa-signal:before{content:"\f012";}
.fa-gear:before, .fa-cog:before{content:"\f013";}
.fa-trash-o:before{content:"\f014";}
.fa-home:before{content:"\f015";}
.fa-file-o:before{content:"\f016";}
.fa-clock-o:before{content:"\f017";}
.fa-road:before{content:"\f018";}
.fa-download:before{content:"\f019";}
.fa-arrow-circle-o-down:before{content:"\f01a";}
.fa-arrow-circle-o-up:before{content:"\f01b";}
.fa-inbox:before{content:"\f01c";}
.fa-play-circle-o:before{content:"\f01d";}
.fa-rotate-right:before, .fa-repeat:before{content:"\f01e";}
.fa-refresh:before{content:"\f021";}
.fa-list-alt:before{content:"\f022";}
.fa-lock:before{content:"\f023";}
.fa-flag:before{content:"\f024";}
.fa-headphones:before{content:"\f025";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-up:before{content:"\f028";}
.fa-qrcode:before{content:"\f029";}
.fa-barcode:before{content:"\f02a";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-book:before{content:"\f02d";}
.fa-bookmark:before{content:"\f02e";}
.fa-print:before{content:"\f02f";}
.fa-camera:before{content:"\f030";}
.fa-font:before{content:"\f031";}
.fa-bold:before{content:"\f032";}
.fa-italic:before{content:"\f033";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-align-left:before{content:"\f036";}
.fa-align-center:before{content:"\f037";}
.fa-align-right:before{content:"\f038";}
.fa-align-justify:before{content:"\f039";}
.fa-list:before{content:"\f03a";}
.fa-dedent:before, .fa-outdent:before{content:"\f03b";}
.fa-indent:before{content:"\f03c";}
.fa-video-camera:before{content:"\f03d";}
.fa-photo:before, .fa-image:before, .fa-picture-o:before{content:"\f03e";}
.fa-pencil:before{content:"\f040";}
.fa-map-marker:before{content:"\f041";}
.fa-adjust:before{content:"\f042";}
.fa-tint:before{content:"\f043";}
.fa-edit:before, .fa-pencil-square-o:before{content:"\f044";}
.fa-share-square-o:before{content:"\f045";}
.fa-check-square-o:before{content:"\f046";}
.fa-arrows:before{content:"\f047";}
.fa-step-backward:before{content:"\f048";}
.fa-fast-backward:before{content:"\f049";}
.fa-backward:before{content:"\f04a";}
.fa-play:before{content:"\f04b";}
.fa-pause:before{content:"\f04c";}
.fa-stop:before{content:"\f04d";}
.fa-forward:before{content:"\f04e";}
.fa-fast-forward:before{content:"\f050";}
.fa-step-forward:before{content:"\f051";}
.fa-eject:before{content:"\f052";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-plus-circle:before{content:"\f055";}
.fa-minus-circle:before{content:"\f056";}
.fa-times-circle:before{content:"\f057";}
.fa-check-circle:before{content:"\f058";}
.fa-question-circle:before{content:"\f059";}
.fa-info-circle:before{content:"\f05a";}
.fa-crosshairs:before{content:"\f05b";}
.fa-times-circle-o:before{content:"\f05c";}
.fa-check-circle-o:before{content:"\f05d";}
.fa-ban:before{content:"\f05e";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrow-down:before{content:"\f063";}
.fa-mail-forward:before, .fa-share:before{content:"\f064";}
.fa-expand:before{content:"\f065";}
.fa-compress:before{content:"\f066";}
.fa-plus:before{content:"\f067";}
.fa-minus:before{content:"\f068";}
.fa-asterisk:before{content:"\f069";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-gift:before{content:"\f06b";}
.fa-leaf:before{content:"\f06c";}
.fa-fire:before{content:"\f06d";}
.fa-eye:before{content:"\f06e";}
.fa-eye-slash:before{content:"\f070";}
.fa-warning:before, .fa-exclamation-triangle:before{content:"\f071";}
.fa-plane:before{content:"\f072";}
.fa-calendar:before{content:"\f073";}
.fa-random:before{content:"\f074";}
.fa-comment:before{content:"\f075";}
.fa-magnet:before{content:"\f076";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
.fa-retweet:before{content:"\f079";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-folder:before{content:"\f07b";}
.fa-folder-open:before{content:"\f07c";}
.fa-arrows-v:before{content:"\f07d";}
.fa-arrows-h:before{content:"\f07e";}
.fa-bar-chart-o:before, .fa-bar-chart:before{content:"\f080";}
.fa-twitter-square:before{content:"\f081";}
.fa-facebook-square:before{content:"\f082";}
.fa-camera-retro:before{content:"\f083";}
.fa-key:before{content:"\f084";}
.fa-gears:before, .fa-cogs:before{content:"\f085";}
.fa-comments:before{content:"\f086";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-thumbs-o-down:before{content:"\f088";}
.fa-star-half:before{content:"\f089";}
.fa-heart-o:before{content:"\f08a";}
.fa-sign-out:before{content:"\f08b";}
.fa-linkedin-square:before{content:"\f08c";}
.fa-thumb-tack:before{content:"\f08d";}
.fa-external-link:before{content:"\f08e";}
.fa-sign-in:before{content:"\f090";}
.fa-trophy:before{content:"\f091";}
.fa-github-square:before{content:"\f092";}
.fa-upload:before{content:"\f093";}
.fa-lemon-o:before{content:"\f094";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-f:before, .fa-facebook:before{content:"\f09a";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-feed:before, .fa-rss:before{content:"\f09e";}
.fa-hdd-o:before{content:"\f0a0";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bell:before{content:"\f0f3";}
.fa-certificate:before{content:"\f0a3";}
.fa-hand-o-right:before{content:"\f0a4";}
.fa-hand-o-left:before{content:"\f0a5";}
.fa-hand-o-up:before{content:"\f0a6";}
.fa-hand-o-down:before{content:"\f0a7";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-globe:before{content:"\f0ac";}
.fa-wrench:before{content:"\f0ad";}
.fa-tasks:before{content:"\f0ae";}
.fa-filter:before{content:"\f0b0";}
.fa-briefcase:before{content:"\f0b1";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-group:before, .fa-users:before{content:"\f0c0";}
.fa-chain:before, .fa-link:before{content:"\f0c1";}
.fa-cloud:before{content:"\f0c2";}
.fa-flask:before{content:"\f0c3";}
.fa-cut:before, .fa-scissors:before{content:"\f0c4";}
.fa-copy:before, .fa-files-o:before{content:"\f0c5";}
.fa-paperclip:before{content:"\f0c6";}
.fa-save:before, .fa-floppy-o:before{content:"\f0c7";}
.fa-square:before{content:"\f0c8";}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{content:"\f0c9";}
.fa-list-ul:before{content:"\f0ca";}
.fa-list-ol:before{content:"\f0cb";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-underline:before{content:"\f0cd";}
.fa-table:before{content:"\f0ce";}
.fa-magic:before{content:"\f0d0";}
.fa-truck:before{content:"\f0d1";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-plus:before{content:"\f0d5";}
.fa-money:before{content:"\f0d6";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-up:before{content:"\f0d8";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-columns:before{content:"\f0db";}
.fa-unsorted:before, .fa-sort:before{content:"\f0dc";}
.fa-sort-down:before, .fa-sort-desc:before{content:"\f0dd";}
.fa-sort-up:before, .fa-sort-asc:before{content:"\f0de";}
.fa-envelope:before{content:"\f0e0";}
.fa-linkedin:before{content:"\f0e1";}
.fa-rotate-left:before, .fa-undo:before{content:"\f0e2";}
.fa-legal:before, .fa-gavel:before{content:"\f0e3";}
.fa-dashboard:before, .fa-tachometer:before{content:"\f0e4";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.fa-flash:before, .fa-bolt:before{content:"\f0e7";}
.fa-sitemap:before{content:"\f0e8";}
.fa-umbrella:before{content:"\f0e9";}
.fa-paste:before, .fa-clipboard:before{content:"\f0ea";}
.fa-lightbulb-o:before{content:"\f0eb";}
.fa-exchange:before{content:"\f0ec";}
.fa-cloud-download:before{content:"\f0ed";}
.fa-cloud-upload:before{content:"\f0ee";}
.fa-user-md:before{content:"\f0f0";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-suitcase:before{content:"\f0f2";}
.fa-bell-o:before{content:"\f0a2";}
.fa-coffee:before{content:"\f0f4";}
.fa-cutlery:before{content:"\f0f5";}
.fa-file-text-o:before{content:"\f0f6";}
.fa-building-o:before{content:"\f0f7";}
.fa-hospital-o:before{content:"\f0f8";}
.fa-ambulance:before{content:"\f0f9";}
.fa-medkit:before{content:"\f0fa";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-beer:before{content:"\f0fc";}
.fa-h-square:before{content:"\f0fd";}
.fa-plus-square:before{content:"\f0fe";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angle-down:before{content:"\f107";}
.fa-desktop:before{content:"\f108";}
.fa-laptop:before{content:"\f109";}
.fa-tablet:before{content:"\f10a";}
.fa-mobile-phone:before, .fa-mobile:before{content:"\f10b";}
.fa-circle-o:before{content:"\f10c";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-spinner:before{content:"\f110";}
.fa-circle:before{content:"\f111";}
.fa-mail-reply:before, .fa-reply:before{content:"\f112";}
.fa-github-alt:before{content:"\f113";}
.fa-folder-o:before{content:"\f114";}
.fa-folder-open-o:before{content:"\f115";}
.fa-smile-o:before{content:"\f118";}
.fa-frown-o:before{content:"\f119";}
.fa-meh-o:before{content:"\f11a";}
.fa-gamepad:before{content:"\f11b";}
.fa-keyboard-o:before{content:"\f11c";}
.fa-flag-o:before{content:"\f11d";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-terminal:before{content:"\f120";}
.fa-code:before{content:"\f121";}
.fa-mail-reply-all:before, .fa-reply-all:before{content:"\f122";}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before{content:"\f123";}
.fa-location-arrow:before{content:"\f124";}
.fa-crop:before{content:"\f125";}
.fa-code-fork:before{content:"\f126";}
.fa-unlink:before, .fa-chain-broken:before{content:"\f127";}
.fa-question:before{content:"\f128";}
.fa-info:before{content:"\f129";}
.fa-exclamation:before{content:"\f12a";}
.fa-superscript:before{content:"\f12b";}
.fa-subscript:before{content:"\f12c";}
.fa-eraser:before{content:"\f12d";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-slash:before{content:"\f131";}
.fa-shield:before{content:"\f132";}
.fa-calendar-o:before{content:"\f133";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-rocket:before{content:"\f135";}
.fa-maxcdn:before{content:"\f136";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-html5:before{content:"\f13b";}
.fa-css3:before{content:"\f13c";}
.fa-anchor:before{content:"\f13d";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-bullseye:before{content:"\f140";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-rss-square:before{content:"\f143";}
.fa-play-circle:before{content:"\f144";}
.fa-ticket:before{content:"\f145";}
.fa-minus-square:before{content:"\f146";}
.fa-minus-square-o:before{content:"\f147";}
.fa-level-up:before{content:"\f148";}
.fa-level-down:before{content:"\f149";}
.fa-check-square:before{content:"\f14a";}
.fa-pencil-square:before{content:"\f14b";}
.fa-external-link-square:before{content:"\f14c";}
.fa-share-square:before{content:"\f14d";}
.fa-compass:before{content:"\f14e";}
.fa-toggle-down:before, .fa-caret-square-o-down:before{content:"\f150";}
.fa-toggle-up:before, .fa-caret-square-o-up:before{content:"\f151";}
.fa-toggle-right:before, .fa-caret-square-o-right:before{content:"\f152";}
.fa-euro:before, .fa-eur:before{content:"\f153";}
.fa-gbp:before{content:"\f154";}
.fa-dollar:before, .fa-usd:before{content:"\f155";}
.fa-rupee:before, .fa-inr:before{content:"\f156";}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before{content:"\f157";}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before{content:"\f158";}
.fa-won:before, .fa-krw:before{content:"\f159";}
.fa-bitcoin:before, .fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}
.fa-file-text:before{content:"\f15c";}
.fa-sort-alpha-asc:before{content:"\f15d";}
.fa-sort-alpha-desc:before{content:"\f15e";}
.fa-sort-amount-asc:before{content:"\f160";}
.fa-sort-amount-desc:before{content:"\f161";}
.fa-sort-numeric-asc:before{content:"\f162";}
.fa-sort-numeric-desc:before{content:"\f163";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbs-down:before{content:"\f165";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-youtube-play:before{content:"\f16a";}
.fa-dropbox:before{content:"\f16b";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-instagram:before{content:"\f16d";}
.fa-flickr:before{content:"\f16e";}
.fa-adn:before{content:"\f170";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitbucket-square:before{content:"\f172";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-long-arrow-down:before{content:"\f175";}
.fa-long-arrow-up:before{content:"\f176";}
.fa-long-arrow-left:before{content:"\f177";}
.fa-long-arrow-right:before{content:"\f178";}
.fa-apple:before{content:"\f179";}
.fa-windows:before{content:"\f17a";}
.fa-android:before{content:"\f17b";}
.fa-linux:before{content:"\f17c";}
.fa-dribbble:before{content:"\f17d";}
.fa-skype:before{content:"\f17e";}
.fa-foursquare:before{content:"\f180";}
.fa-trello:before{content:"\f181";}
.fa-female:before{content:"\f182";}
.fa-male:before{content:"\f183";}
.fa-gittip:before, .fa-gratipay:before{content:"\f184";}
.fa-sun-o:before{content:"\f185";}
.fa-moon-o:before{content:"\f186";}
.fa-archive:before{content:"\f187";}
.fa-bug:before{content:"\f188";}
.fa-vk:before{content:"\f189";}
.fa-weibo:before{content:"\f18a";}
.fa-renren:before{content:"\f18b";}
.fa-pagelines:before{content:"\f18c";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-arrow-circle-o-right:before{content:"\f18e";}
.fa-arrow-circle-o-left:before{content:"\f190";}
.fa-toggle-left:before, .fa-caret-square-o-left:before{content:"\f191";}
.fa-dot-circle-o:before{content:"\f192";}
.fa-wheelchair:before{content:"\f193";}
.fa-vimeo-square:before{content:"\f194";}
.fa-turkish-lira:before, .fa-try:before{content:"\f195";}
.fa-plus-square-o:before{content:"\f196";}
.fa-space-shuttle:before{content:"\f197";}
.fa-slack:before{content:"\f198";}
.fa-envelope-square:before{content:"\f199";}
.fa-wordpress:before{content:"\f19a";}
.fa-openid:before{content:"\f19b";}
.fa-institution:before, .fa-bank:before, .fa-university:before{content:"\f19c";}
.fa-mortar-board:before, .fa-graduation-cap:before{content:"\f19d";}
.fa-yahoo:before{content:"\f19e";}
.fa-google:before{content:"\f1a0";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-digg:before{content:"\f1a6";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-drupal:before{content:"\f1a9";}
.fa-joomla:before{content:"\f1aa";}
.fa-language:before{content:"\f1ab";}
.fa-fax:before{content:"\f1ac";}
.fa-building:before{content:"\f1ad";}
.fa-child:before{content:"\f1ae";}
.fa-paw:before{content:"\f1b0";}
.fa-spoon:before{content:"\f1b1";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-recycle:before{content:"\f1b8";}
.fa-automobile:before, .fa-car:before{content:"\f1b9";}
.fa-cab:before, .fa-taxi:before{content:"\f1ba";}
.fa-tree:before{content:"\f1bb";}
.fa-spotify:before{content:"\f1bc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-soundcloud:before{content:"\f1be";}
.fa-database:before{content:"\f1c0";}
.fa-file-pdf-o:before{content:"\f1c1";}
.fa-file-word-o:before{content:"\f1c2";}
.fa-file-excel-o:before{content:"\f1c3";}
.fa-file-powerpoint-o:before{content:"\f1c4";}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before{content:"\f1c5";}
.fa-file-zip-o:before, .fa-file-archive-o:before{content:"\f1c6";}
.fa-file-sound-o:before, .fa-file-audio-o:before{content:"\f1c7";}
.fa-file-movie-o:before, .fa-file-video-o:before{content:"\f1c8";}
.fa-file-code-o:before{content:"\f1c9";}
.fa-vine:before{content:"\f1ca";}
.fa-codepen:before{content:"\f1cb";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before{content:"\f1cd";}
.fa-circle-o-notch:before{content:"\f1ce";}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before{content:"\f1d0";}
.fa-ge:before, .fa-empire:before{content:"\f1d1";}
.fa-git-square:before{content:"\f1d2";}
.fa-git:before{content:"\f1d3";}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before{content:"\f1d4";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-qq:before{content:"\f1d6";}
.fa-wechat:before, .fa-weixin:before{content:"\f1d7";}
.fa-send:before, .fa-paper-plane:before{content:"\f1d8";}
.fa-send-o:before, .fa-paper-plane-o:before{content:"\f1d9";}
.fa-history:before{content:"\f1da";}
.fa-circle-thin:before{content:"\f1db";}
.fa-header:before{content:"\f1dc";}
.fa-paragraph:before{content:"\f1dd";}
.fa-sliders:before{content:"\f1de";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-bomb:before{content:"\f1e2";}
.fa-soccer-ball-o:before, .fa-futbol-o:before{content:"\f1e3";}
.fa-tty:before{content:"\f1e4";}
.fa-binoculars:before{content:"\f1e5";}
.fa-plug:before{content:"\f1e6";}
.fa-slideshare:before{content:"\f1e7";}
.fa-twitch:before{content:"\f1e8";}
.fa-yelp:before{content:"\f1e9";}
.fa-newspaper-o:before{content:"\f1ea";}
.fa-wifi:before{content:"\f1eb";}
.fa-calculator:before{content:"\f1ec";}
.fa-paypal:before{content:"\f1ed";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bell-slash-o:before{content:"\f1f7";}
.fa-trash:before{content:"\f1f8";}
.fa-copyright:before{content:"\f1f9";}
.fa-at:before{content:"\f1fa";}
.fa-eyedropper:before{content:"\f1fb";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-area-chart:before{content:"\f1fe";}
.fa-pie-chart:before{content:"\f200";}
.fa-line-chart:before{content:"\f201";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-bicycle:before{content:"\f206";}
.fa-bus:before{content:"\f207";}
.fa-ioxhost:before{content:"\f208";}
.fa-angellist:before{content:"\f209";}
.fa-cc:before{content:"\f20a";}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before{content:"\f20b";}
.fa-meanpath:before{content:"\f20c";}
.fa-buysellads:before{content:"\f20d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-dashcube:before{content:"\f210";}
.fa-forumbee:before{content:"\f211";}
.fa-leanpub:before{content:"\f212";}
.fa-sellsy:before{content:"\f213";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-simplybuilt:before{content:"\f215";}
.fa-skyatlas:before{content:"\f216";}
.fa-cart-plus:before{content:"\f217";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-diamond:before{content:"\f219";}
.fa-ship:before{content:"\f21a";}
.fa-user-secret:before{content:"\f21b";}
.fa-motorcycle:before{content:"\f21c";}
.fa-street-view:before{content:"\f21d";}
.fa-heartbeat:before{content:"\f21e";}
.fa-venus:before{content:"\f221";}
.fa-mars:before{content:"\f222";}
.fa-mercury:before{content:"\f223";}
.fa-intersex:before, .fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-venus-double:before{content:"\f226";}
.fa-mars-double:before{content:"\f227";}
.fa-venus-mars:before{content:"\f228";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-neuter:before{content:"\f22c";}
.fa-genderless:before{content:"\f22d";}
.fa-facebook-official:before{content:"\f230";}
.fa-pinterest-p:before{content:"\f231";}
.fa-whatsapp:before{content:"\f232";}
.fa-server:before{content:"\f233";}
.fa-user-plus:before{content:"\f234";}
.fa-user-times:before{content:"\f235";}
.fa-hotel:before, .fa-bed:before{content:"\f236";}
.fa-viacoin:before{content:"\f237";}
.fa-train:before{content:"\f238";}
.fa-subway:before{content:"\f239";}
.fa-medium:before{content:"\f23a";}
.fa-yc:before, .fa-y-combinator:before{content:"\f23b";}
.fa-optin-monster:before{content:"\f23c";}
.fa-opencart:before{content:"\f23d";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before{content:"\f240";}
.fa-battery-3:before, .fa-battery-three-quarters:before{content:"\f241";}
.fa-battery-2:before, .fa-battery-half:before{content:"\f242";}
.fa-battery-1:before, .fa-battery-quarter:before{content:"\f243";}
.fa-battery-0:before, .fa-battery-empty:before{content:"\f244";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-i-cursor:before{content:"\f246";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-sticky-note:before{content:"\f249";}
.fa-sticky-note-o:before{content:"\f24a";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-clone:before{content:"\f24d";}
.fa-balance-scale:before{content:"\f24e";}
.fa-hourglass-o:before{content:"\f250";}
.fa-hourglass-1:before, .fa-hourglass-start:before{content:"\f251";}
.fa-hourglass-2:before, .fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-3:before, .fa-hourglass-end:before{content:"\f253";}
.fa-hourglass:before{content:"\f254";}
.fa-hand-grab-o:before, .fa-hand-rock-o:before{content:"\f255";}
.fa-hand-stop-o:before, .fa-hand-paper-o:before{content:"\f256";}
.fa-hand-scissors-o:before{content:"\f257";}
.fa-hand-lizard-o:before{content:"\f258";}
.fa-hand-spock-o:before{content:"\f259";}
.fa-hand-pointer-o:before{content:"\f25a";}
.fa-hand-peace-o:before{content:"\f25b";}
.fa-trademark:before{content:"\f25c";}
.fa-registered:before{content:"\f25d";}
.fa-creative-commons:before{content:"\f25e";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-tripadvisor:before{content:"\f262";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-get-pocket:before{content:"\f265";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-safari:before{content:"\f267";}
.fa-chrome:before{content:"\f268";}
.fa-firefox:before{content:"\f269";}
.fa-opera:before{content:"\f26a";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-tv:before, .fa-television:before{content:"\f26c";}
.fa-contao:before{content:"\f26d";}
.fa-500px:before{content:"\f26e";}
.fa-amazon:before{content:"\f270";}
.fa-calendar-plus-o:before{content:"\f271";}
.fa-calendar-minus-o:before{content:"\f272";}
.fa-calendar-times-o:before{content:"\f273";}
.fa-calendar-check-o:before{content:"\f274";}
.fa-industry:before{content:"\f275";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-map-o:before{content:"\f278";}
.fa-map:before{content:"\f279";}
.fa-commenting:before{content:"\f27a";}
.fa-commenting-o:before{content:"\f27b";}
.fa-houzz:before{content:"\f27c";}
.fa-vimeo:before{content:"\f27d";}
.fa-black-tie:before{content:"\f27e";}
.fa-fonticons:before{content:"\f280";}
.fa-reddit-alien:before{content:"\f281";}
.fa-edge:before{content:"\f282";}
.fa-credit-card-alt:before{content:"\f283";}
.fa-codiepie:before{content:"\f284";}
.fa-modx:before{content:"\f285";}
.fa-fort-awesome:before{content:"\f286";}
.fa-usb:before{content:"\f287";}
.fa-product-hunt:before{content:"\f288";}
.fa-mixcloud:before{content:"\f289";}
.fa-scribd:before{content:"\f28a";}
.fa-pause-circle:before{content:"\f28b";}
.fa-pause-circle-o:before{content:"\f28c";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stop-circle-o:before{content:"\f28e";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-hashtag:before{content:"\f292";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-percent:before{content:"\f295";}
.fa-gitlab:before{content:"\f296";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpforms:before{content:"\f298";}
.fa-envira:before{content:"\f299";}
.fa-universal-access:before{content:"\f29a";}
.fa-wheelchair-alt:before{content:"\f29b";}
.fa-question-circle-o:before{content:"\f29c";}
.fa-blind:before{content:"\f29d";}
.fa-audio-description:before{content:"\f29e";}
.fa-volume-control-phone:before{content:"\f2a0";}
.fa-braille:before{content:"\f2a1";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before{content:"\f2a4";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-signing:before, .fa-sign-language:before{content:"\f2a7";}
.fa-low-vision:before{content:"\f2a8";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-first-order:before{content:"\f2b0";}
.fa-yoast:before{content:"\f2b1";}
.fa-themeisle:before{content:"\f2b2";}
.fa-google-plus-circle:before, .fa-google-plus-official:before{content:"\f2b3";}
.fa-fa:before, .fa-font-awesome:before{content:"\f2b4";}
.fa-handshake-o:before{content:"\f2b5";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-o:before{content:"\f2b7";}
.fa-linode:before{content:"\f2b8";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-book-o:before{content:"\f2ba";}
.fa-vcard:before, .fa-address-card:before{content:"\f2bb";}
.fa-vcard-o:before, .fa-address-card-o:before{content:"\f2bc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-circle-o:before{content:"\f2be";}
.fa-user-o:before{content:"\f2c0";}
.fa-id-badge:before{content:"\f2c1";}
.fa-drivers-license:before, .fa-id-card:before{content:"\f2c2";}
.fa-drivers-license-o:before, .fa-id-card-o:before{content:"\f2c3";}
.fa-quora:before{content:"\f2c4";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-telegram:before{content:"\f2c6";}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-thermometer-2:before, .fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-1:before, .fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-0:before, .fa-thermometer-empty:before{content:"\f2cb";}
.fa-shower:before{content:"\f2cc";}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before{content:"\f2cd";}
.fa-podcast:before{content:"\f2ce";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-times-rectangle:before, .fa-window-close:before{content:"\f2d3";}
.fa-times-rectangle-o:before, .fa-window-close-o:before{content:"\f2d4";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-grav:before{content:"\f2d6";}
.fa-etsy:before{content:"\f2d7";}
.fa-imdb:before{content:"\f2d8";}
.fa-ravelry:before{content:"\f2d9";}
.fa-eercast:before{content:"\f2da";}
.fa-microchip:before{content:"\f2db";}
.fa-snowflake-o:before{content:"\f2dc";}
.fa-superpowers:before{content:"\f2dd";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-meetup:before{content:"\f2e0";}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before, .slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {
display: none;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none;-moz-opacity:0.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav{text-align:center;padding:15px 0;}
.nivo-controlNav a{cursor:pointer;}
.nivo-controlNav a.active {
font-weight:bold;
}a.meanmenu-reveal{display:none;}
.mean-container .mean-bar{float:left;width:100%;position:relative;padding:0;z-index:999999;}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px 13px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;}
.mean-container a.meanmenu-reveal span{display:block;background:#682666;height:6px;margin-top:6px;}
.mean-container a.meanmenu-reveal span:first-child{margin-top:0;}
.mean-container .mean-nav{float:left;width:100%;margin-top:20px;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%;}
.mean-container .mean-nav ul li a{display:block;float:left;width:100%;padding:13px 10px 8px;margin:0;text-align:left;border-top:1px solid #383838;border-top:1px solid rgba(0, 0, 0, 0.2);text-decoration:none;text-transform:uppercase;line-height:20px;}
.mean-container .mean-nav ul li a:hover{background:#a7dbd8;}
.mean-container .mean-nav ul li li a{width:100%;padding:12px 40px 12px;text-shadow:none !important;visibility:visible;font-size:14px;background:none;}
.mean-container .mean-nav ul li li a:hover{color:#fff;}
.mean-container .mean-nav ul li li{border:0;}
.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0;}
.mean-container .mean-nav ul li li li a{width:70%;padding:13px 15%;}
.mean-container .mean-nav ul li li li li a{width:60%;padding:13px 20%;}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:13px 25%;}
.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255, 255, 255, 0.2);}
.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:50px;height:46px;line-height:32px;padding:7px !important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(216, 91, 140, 0.5);border:none !important;border-left:1px solid rgba(0, 0, 0, 0.1) !important;transition:none;}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both;}
.mean-nav .wrapper{width:100%;padding:0;margin:0;}
.mean-container a.meanmenu-reveal{height:36px;line-height:14px;padding:0;top:-28px;width:46px;color:#682666;z-index:99;-webkit-transition:all 0s ease-in-out 0s;-moz-transition:all 0s ease-in-out 0s;transition:all 0s ease-in-out 0s;}
.mean-remove{display:none !important;}
.mean-container.main-menu li ul{position:inherit;top:0;}
.mean-container.main-menu ul{position:inherit;}
.mean-container.main-menu li ul:before{display:none;}
.mean-container.main-menu li:hover ul {
display: none;
}.blog-container{width:100%;}
.blog-post{padding-bottom:72px;margin-bottom:72px;position:relative;border-bottom:1px solid #c5c5c5;}
.blog-title{color:#fff;margin-bottom:8px !important;padding:0 !important;font-size:30px;line-height:36px;font-family:'roboto';}
.blog-title a, .articles-title a{color:#fff;font-family:'roboto';letter-spacing:1px;}
.blog-title a:hover, .articles-title a:hover{text-decoration:none;color:#537264;}
.blog-date{margin:0 0 15px;padding:0;}
.blog-date li{display:inline-block;margin:0 24px 0 0;font-size:15px;}
.blog-date li i{margin-right:5px;color:#537264;}
.blog-date li:last-child{margin-right:0;}
.blog-date li, .blog-date li a{color:#ffffff;}
.blog-date li a:hover{color:#537264;}
.page-numbers, .page-numbers:hover{font-family:'roboto';margin:0 3px;text-decoration:none;font-weight:normal;display:inline-block;color:#1d1d1d;font-size:35px;}
.page-numbers:hover, .current, .current:hover{color:#5c005e;font-size:35px;text-decoration:none!important;}
.current, .current, .current:hover{font-family:'roboto';}
.articles-holder, .articles-title{}
.sidebar{padding-left:20px;margin-top:10px;}
.sidebar h1{font-family:'roboto';font-size:25px;line-height:28px;padding-bottom:10px;}
.sidebar ul{padding:0;list-style:none;}
.sidebar ul li{float:left;padding:0 0 8px;width:100%;}
.sidebar.screen-reader-text{display:none;}
.widget-area{float:left;width:100%;}
.widget{width:100%;float:left;margin-bottom:35px;list-style:none;}
.widgettitle{color:#ffffff;padding-bottom:5px!important;}
.textwidget p{color:#ffffff;}
.widget_text{color:#ffffff;}
.widget ul{margin-bottom:0;margin-left:30px;}
.widget_categories ul li, .widget_archive ul li, .widget_recent_entries ul li{list-style:none;margin-bottom:10px;position:relative;}
.widget_categories ul li a, .widget_archive ul li a, .widget_recent_entries ul li a{color:#5c005e;font-size:16px;line-height:20px;font-family:'roboto';}
.widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_recent_entries ul li a:hover{color:#000000;text-decoration:none;}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_entries ul li:before{font-family:"FontAwesome";content:"\f105";display:inline-block;color:#000000;left:-15px;position:absolute;}
.widget_tag_cloud a{margin:0 8px 8px 0;padding:6px 12px;display:inline-block;border:3px solid #5c005e;background:#5c005e;color:#ffffff;font-size:14px!important;text-transform:uppercase;line-height:20px;}
.widget_tag_cloud a:hover{background:#fff;color:#5c005e;text-decoration:none;}
.comment-reply-link{color:#ffffff;}
.comm-title{padding-top:20px;}
.comment-list{margin:0;padding-left:40px;}
.comment-list li{list-style:none;margin:0;margin-top:20px;}
.children li.depth-2{margin:0 0 0px 40px}
.children li.depth-3{margin:0 0 0px 40px}
.children li.depth-4{margin:0 0 0px 40px}
.children li.depth-5{margin:0 0 0px 40px}
.children li.depth-6{margin:0 0 0px 40px}
.children li.depth-7{margin:0 0 0px 40px}
.children li.depth-8{margin:0 0 0px 40px}
.children li.depth-9{margin:0 0 0px 40px}
.children li.depth-10{margin:0 0 0px 40px}
.comment-body{margin-bottom:20px;}
.comment-list li:last-child .comment-body{margin-bottom:20px;float:left;width:100%;}
.comment-details{position:relative;margin-left:72px}
.comment-avatar{position:absolute;left:-72px;top:0}
.comment-avatar img{display:block;border:3px solid #537264;}
.comment-right{border:1px solid #c5c5c5;padding:16px;background:#f2f2f2;}
.comment-text p{color:#393939;}
.comment-author .author a:link, .comment-author .author a:visited{border:none;}
.comment-author cite, .comment-author .author a:link{color:#404040;font-style:normal;font-family:'roboto';}
.comment-content p{margin:15px 0 10px;}
.comment-date{font-size:13px;font-weight:normal;margin-bottom:24px;color:#999999;font-family:'roboto';}
.reply{text-align:left;float:left;width:100%;}
.reply svg{display:none;}
.comment-reply-link{text-decoration:none;}
.comment-reply-link, #cancel-comment-reply-link{background:#5c005e;color:#ffffff;border:solid 1px #5c005e;padding:6px 12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.comment-reply-link:hover, #cancel-comment-reply-link:hover{color:#fff;background-color:#000000;text-decoration:none;}
.comment-list .children{margin:0}
#comments_wrap{margin-top:16px}
#cancel-comment-reply{float:right;margin-top:16px;}
.children #commentform textarea{width:95.6%}
.comm-field, #msg-contact{width:100%;padding:16px!important;margin-top:8px;border:1px solid #5c005e;background:#f2f2f2;color:#707070;}
#contact-form-holder label{color:#404040;}
.search-form label{float:left;width:100%;max-width:250px;}
.comment-reply-title, .logged-in-as{color:#537264;font-family:'roboto';padding:0!important;}
.logged-in-as{font-size:22px!important;line-height:24px!important;}
.comment-reply-title{font-family:'roboto';text-transform:uppercase;font-size:24px;margin-top:20px;margin-bottom:10px;line-height:1.1;color:#292929;}
.comment-respond p{width:100%;float:left;}
.comment-respond p textarea{height:158px;max-width:none;text-align:left;font-size:18px;line-height:22px;}
.comment-respond p input[type="text"]{font-size:18px;line-height:20px;}
.search-form .screen-reader-text{display:none;}
.search-field{width:100%;padding:5px 16px;margin-top:8px;border:1px solid #a8a8a8;background:#ffffff;color:#5b5b5b;}
.search-form .search-submit{display:none;}
.blog-post-single img{height:auto;margin-bottom:15px;}
.search-field{margin-top:0;}
.error-page p{color:#ffffff;}
.error-page .search-form .search-field{width:200px;border:3px solid #537264;color:#537264;font-family:'roboto';font-size:15px;border-radius:0;padding:10px !important;}
.image-page .entry-header{margin:40px 0 20px;}
.image-page .entry-header h1{color:#404040;font-size:34px;line-height:46px;padding-bottom:0;}
.image-page .entry-meta{display:none;}
.image-page .comment-respond{margin-top:20px;}
.image-page .comment-respond #comment{border:3px solid #537264;border-radius:0;color:#537264;font-family:'roboto';font-size:15px;}
.screen-reader-text{display:none;}
.searchform #s{width:auto;text-align:left;padding:5px;}
.blog-page h1{padding-bottom:20px;margin:0;}
.nav-links{float:left;margin:10px 0;width:100%;}
.nav-links a[rel="prev"]{float:left;}
.nav-links a[rel="next"]{float:right;}
.nav-links a:hover{opacity:.8;color:#3f4041;}
.page-header{margin:0;padding-bottom:0;border:none;}
.widget-title{margin-bottom:15px;color:#5c005e;font-size:26px;line-height:30px;padding:0 !important;}
.sidebar ul{margin-left:10px;}
.search-field{font-size:16px;line-height:20px;font-family:'roboto';-webkit-appearance:none;border-radius:2px;}
.comment-respond{float:left;width:100%;}
.blog-post-single{border-bottom:1px dashed #c7c7c7;float:left;margin-bottom:25px;padding-bottom:4px;width:100%;}
#wrap_404{float:left;width:100%;text-align:center;padding:80px 0;}
#wrap_404 h1{font-size:176px;line-height:176px;color:#292929;font-family:'roboto';}
#wrap_404 h1 span{font-size:250px;font-family:'roboto';}
#wrap_404 h2{display:block;color:#292929;font-size:40px;line-height:45px;}
#wrap_404 h6{display:inline-block;padding-bottom:25px;font-size:24px;color:#292929;font-family:'roboto';line-height:32px;}
#wrap_404 p{display:block;color:#000;font-size:16px;margin:0;}
#wrap_404 p a{font-family:'roboto';border:2px solid #5c005e;padding:0 26px;height:40px;min-width:150px;line-height:36px;font-size:12px;text-transform:uppercase;letter-spacing:1px;border-radius:0;color:#5c005e;text-align:center;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;margin-right:8px;margin-bottom:24px;background:none;display:inline-block;}
#wrap_404 p a:hover{color:#ffffff;background:#5c005e;text-decoration:none;}
.entry-header{float:left;width:100%;}
.content-page > p{color:#ffffff;font-size:14px;line-height:18px;margin-bottom:16px;}
.textwidget{color:#ffffff;font-size:17px;line-height:22px;}
.sidebar-area{margin-top:0;}
.single, .search, .archive{background-repeat:repeat;}
.single{color:#3f4041;line-height:1.42;font-family:'roboto';}
h3.widgettitle{font-size:25px;}
.content-left{width:70%;float:left;}
.content-right{width:30%;float:right;padding-left:20px;}
.page-title{width:100%;float:left;margin-bottom:20px;text-transform:capitalize;}
.content-left > ul{list-style-type:none;margin:0;padding:0;}
.page-title h1{font-size:50px;line-height:55px;}
.blog-post-single p{font-size:20px;line-height:30px !important;}
.more-link{font-size:18px;line-height:30px;}
.more-link:hover{color:#000000;}
.blog-container .content-block h1{padding:20px 0;}
.blog h1.page-title.screen-reader-text{display:block;}
.single-row{border-bottom:1px solid;border-top:1px solid;float:left;width:100%;padding:5px 0;margin-bottom:20px;}
.social-container{float:right;width:auto;}
.social-container > ul{float:right;margin:0;width:auto;}
.social-container li{float:left;list-style:outside none none;width:auto;padding:0 5px;}
.social-container li a i{font-size:18px;color:#3f4041;}
.blog-outer.single-blk{padding:0 15px;}
.blog-outer.single-blk .blog-text{padding:10px 0;}
.single .blog-text .italic{font-style:normal;}
.single p{margin:0 0 40px;}
#comments{float:left;width:100%;background:#ebecec none repeat scroll 0 0;padding:15px 25px;}
.comments-title{font-family:'roboto';text-transform:uppercase;font-size:24px;margin-top:20px;margin-bottom:10px;line-height:1.1;}
.comment-author.vcard img{max-width:32px;}
.comment-author.vcard{color:#3f4041;font-family:'roboto';font-size:14px;line-height:1.42857143;}
.comment-author.vcard .fn{color:#3f4041;font-weight:normal;font-style:italic;}
.comment-metadata a{color:#3f4041;font-family:'roboto';font-size:14px;line-height:1.42857143;}
.comment-metadata a:hover{color:#3f4041;}
.comment-content p{margin:15px 0;}
.single .page-header h3{margin:30px 0 0;border:none;font-size:22px;text-transform:uppercase;padding-bottom:9px;font-family:'roboto';line-height:1.1;color:#3f4041;}
.single .page-header h3 a{color:#3f4041;}
.nav-previous{float:left;position:relative;z-index:1;}
.nav-previous i{margin-right:6px;}
.nav-next i{margin-left:6px;}
.nav-next{float:right;position:relative;z-index:1;}
.single .navigation{float:left;width:100%;display:inline-block;}
.single-bottom{float:left;width:100%;background:#ebecec;padding:10px;margin-top:15px;text-transform:uppercase;position:relative;text-align:center;}
.single-bottom a{color:#3f4041;}
.single-center{position:absolute;left:0;right:0;margin:0 auto;top:20px;}
.single-center a i{color:#3f4041;font-size:20px;}
figcaption {
text-align: center;
font-size: 11px;
}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
body{font-family:'roboto' !important;font-size:17px;line-height:23px;font-weight:200;color:#000;position:relative;min-height:100%;padding-bottom:325px;}
h1{font-size:64px;line-height:66px;font-family:'belgin';color:#000000;text-transform:none;}
h2{font-size:26px;line-height:32px;font-family:'roboto';font-weight:500;color:#5c005e;}
h3{font-size:30px;line-height:35px;font-weight:400;}
h4{font-size:17px !important;line-height:24px !important;margin-bottom:5px !important;margin-top:20px;font-weight:400 !important;}
h5{font-size:18px;line-height:22px;font-weight:400;}
.footer-menu h5{margin-top:0px;}
h6{font-size:14px;}
p {
margin-bottom: 18px;
font-weight: 200 !important;
} a{text-decoration:none;color:#943491;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
a:hover, a:focus, a:active{color:#000;outline:0;text-decoration:none;}
img{max-width:100%;}
dfn, cite, em, i{font-style:italic;}
blockquote{overflow:hidden;margin:0 0 21px 0;padding:21px 21px 0 21px;font-size:15px;color:#666;background:#f9f9f9;border-left:5px solid #803588 !important;}
blockquote cite{display:block;font-style:normal;font-weight:600;margin-top:0.5em;}
address{margin:0px;font-size:16px;line-height:20px;font-family:"Roboto";font-weight:200;color:#fff;}
pre{padding:21px;color:#555;font:normal normal normal 13px/21px "Roboto", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;background:#efefef;border:1px solid #dfdfdf;}
code{padding:0 3px;color:#555;font:normal normal normal 13px/21px "Roboto", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;background:#e6e6e6;}
pre code{padding:0;background:transparent;}
kbd, tt, var{font-size:15px;font-size:0.9375rem;}
abbr{border-bottom:1px dotted #666;}
acronym{font-size:.9em;text-transform:uppercase;color:#555;background:#fcfcfc;border-bottom:1px dotted #ddd;}
acronym:hover{color:#333;background:#f9f9f9;border-bottom:1px dotted #999;}
.byline abbr, .entry-meta abbr, .comment-meta abbr{border:none;}
mark, ins{background:#eee;text-decoration:none;}
big{font-size:125%;}
blockquote {
quotes: "" "";
} q{quotes:"“" "”" "‘" "’";}
blockquote:before, blockquote:after{content:"";}:focus{outline:none;}
article, aside, footer, header, nav, section{display:block;}
figcaption, figure, main{display:block;}
figcaption{font-size:14px;margin-top:0px;background-color:white;padding:2px;}
figure{margin:1em 0;}
hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}
pre {
font-family: monospace, monospace;
font-size: 1em;
} a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active, a:hover{outline-width:0;}
abbr[title]{border-bottom:1px #767676 dotted;text-decoration:none;}
b, strong{font-weight:inherit;}
b, strong{font-weight:700;}
code, kbd, samp{font-size:1em;}
dfn{font-style:italic;}
mark{background-color:#eee;color:#222;}
small{font-size:80%;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
audio, video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
img{max-width:100%;outline:0;-ms-interpolation-mode:bicubic;border:0;height:auto;vertical-align:middle;}
svg:not(:root){overflow:hidden;}
button, input, optgroup, select, textarea{font-size:100%;line-height:1.15;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:2px solid #fff;-webkit-appearance:none;}
button, input{overflow:visible;}
button, select{text-transform:none;}
button, html [type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{border:1px solid #bbb;margin:0 2px;padding:0.35em 0.625em 0.75em;}
textarea{overflow:auto;}
[type="checkbox"],
[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
details, menu{display:block;}
summary{display:list-item;}
canvas{display:inline-block;}
template{display:none;}
[hidden]{display:none;}
.alignleft{display:inline;float:left;margin-right:1.5em;}
.alignright{display:inline;float:right;margin-left:1.5em;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
label{color:#000;display:block;font-family:"Roboto";font-weight:200;margin-bottom:6px;}
fieldset{margin-bottom:1em;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{background:none;background-image:-webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));-webkit-border-radius:3px;border-radius:3px;display:block;padding:5px 10px;width:100%;height:34px;color:#000000;border:1px solid #fff;font-family:"Roboto";font-weight:200;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus{color:#000;}
select{border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;height:3em;max-width:100%;}
input[type="radio"],
input[type="checkbox"]{margin-right:0.5em;}
input[type="radio"] + label,
input[type="checkbox"] + label{font-weight:400;}
button, input[type="button"],
input[type="submit"]{background-color:#5c005e;border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:18px;line-height:1;padding:10px 25px;text-shadow:none;-webkit-transition:background 0.2s;transition:background 0.2s;font-family:"Roboto";font-weight:200;text-transform:capitalize;}
input + button,
input + input[type="button"],
input + input[type="submit"]{padding:0.75em 2em;}
button.secondary, input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary{background-color:#ddd;color:#222;}
button:hover, button:focus, input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus{background:#767676;}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus{background:#bbb;}::-webkit-input-placeholder{color:rgba(110, 110, 110, .5);}:-moz-placeholder{color:rgba(110, 110, 110, .5);}::-moz-placeholder{color:rgba(110, 110, 110, .5);opacity:1;}:-ms-input-placeholder{color:rgba(110, 110, 110, .5);}
hr{border-bottom:2px solid rgba(255, 255, 255, 0.05);margin-bottom:1.5em;}
ul, ol{margin:0 0 24px 20px;padding:0;}
ul{list-style:square;}
li > ul, li > ol{margin:0 0 0 20px;}
dt{font-weight:700;}
dd{margin:0 1.5em 1.5em;}
table{border-collapse:collapse;margin:0 0 1.5em;width:100%;}
thead th{border-bottom:2px solid #bbb;padding-bottom:0.5em;}
th{padding:0.4em;text-align:left;}
tr{border-bottom:1px solid #eee;}
td{padding:0.4em;}
th:first-child, td:first-child{padding-left:0;}
th:last-child, td:last-child{padding-right:0;}::selection{background:#000;color:#fff;text-shadow:none;}::-moz-selection {
background: #000;
color: #fff;
text-shadow: none;
} *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,
*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.wrapper{width:100%;min-width:296px;margin:0px auto;max-width:2388px;padding:0 80px;}
.blog-wrapper{width:100%;min-width:296px;margin:0px auto;max-width:1455px;padding:0 50px;}
.blog-page .blog-wrapper{max-width:1523px;}
.main-outercon{overflow:hidden;position:relative;min-height:100%;}
.header-container{width:100%;float:left;background:rgba(255, 255, 255, .5);position:absolute;top:0;z-index:999;}
.header-left{float:left;width:auto;}
.header-right{float:right;width:auto;position:relative;}
.main-menu{float:left;width:auto;}
.main-menu ul{float:left;margin:0;width:100%;z-index:9999;}
.header-container ul li{float:left;width:auto;list-style:none;position:relative;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.header-container ul li a{display:block;width:100%;color:#000;font-size:14px;line-height:25px;font-weight:400;-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;transition:all 0s ease-in-out;z-index:9;padding:14px 13px 7px;text-transform:uppercase;}
.header-container ul li.current-menu-item a, .header-container ul li:hover a{background:#fff;-webkit-box-shadow:3px 0 10px 0px rgba(255, 255, 255, 0.5);-moz-box-shadow:3px 0 10px 0px rgba(255, 255, 255, 0.5);box-shadow:3px 0 10px 0px rgba(255, 255, 255, 0.5);position:relative;background:#fff;-moz-box-shadow:0px 3px 3px 0 rgba(0, 0, 0, 0.4);-webkit-box-shadow:0px 3px 3px 0 rgba(0, 0, 0, 0.4);box-shadow:0px 3px 3px 0 rgba(0, 0, 0, 0.4);}
.main-menu li ul{position:absolute;top:46px;min-width:218px;display:none;padding:0;text-align:left;background:rgba(137, 137, 137, .94);padding-bottom:15px;}
.main-menu li:hover > ul{display:block;}
.main-menu li ul li{float:left;width:100%;margin:0;padding-left:0;}
.main-menu li ul li a{float:left;width:100%;line-height:18px;padding:9px 10px 12px 14px;text-transform:none;text-shadow:none;border:0;color:#fff;}
.main-menu li ul li:first-child a{padding-top:19px;}
.main-menu li:hover ul li a{color:#fff;border:0;background:none;}
.main-menu li > ul li:hover > a, .main-menu li ul > li.current-menu-item > a{background:none;color:#f0d9b8 !important;border:0;position:relative;padding-left:25px;}
.main-menu li ul ul{display:none;left:100%;top:5px;z-index:902;}
.main-menu .nav-left ul{left:auto;right:95%;}
.header-right ul{float:left;width:auto;margin:0;}
.phone-block{float:left;}
.phone-block a{color:#000;float:left;padding:14px 13px 7px;font-size:14px;line-height:25px;font-weight:600;}
.phone-block a:hover{opacity:.5;}
.header-menu-right{padding:0 260px 0px 0px;}
.logo-block{float:right;width:254px;position:absolute;right:0;top:2px;}
.logo-block a{float:right;width:100%;text-align:center;background:none !important;padding:0px 0 19px;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-bottomleft:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;-webkit-box-shadow:3px 3px 12px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow:3px 3px 12px 0px rgba(0, 0, 0, 0.5);box-shadow:none;}
.meanmenu-reveal.meanclose{margin-top:7px;}
.meanmenu-reveal.meanclose:before{content:"×";padding:9px;cursor:pointer;font-family:Garamond, 'Apple Garamond', 'Lucida Sans Unicode';font-weight:bold;font-size:50px;}
.menu-menu-left-container{float:left;}
.banner-block{width:100%;float:left;position:relative;}
.parallax-window{height:700px !important;}
.banner-inner{overflow:hidden;}
.contact-banner{height:800px;}
.mainslider-outer{width:100%;float:left;}
.mainslider-outer .slick-slider{padding-bottom:0 !important;}
.wrap{position:relative;overflow:hidden;width:100%;margin:0 auto;background-color:#fff;}
.wrap img{width:100%;height:auto;display:block;}
.wrap:before, .wrap:after{content:'';position:absolute;bottom:0;width:50%;background-color:inherit;padding-bottom:25px;z-index:999;}
.wrap:before{right:50%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:skewX(45deg);-webkit-transform:skewX(45deg);transform:skewX(45deg);}
.wrap:after{left:50%;-ms-transform-origin:0 100%;-webkit-transform-origin:0 100%;transform-origin:0 100%;-ms-transform:skewX(-45deg);-webkit-transform:skewX(-45deg);transform:skewX(-45deg);}
.wrap.slider-top-clip:before, .wrap.slider-top-clip:after{background-color:#dddabf;}
.first-row-outer{width:75%;float:left;}
.one-column{width:33.33%;float:left;padding:0 20px 0 0;}
.two-column{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;width:65%;padding-right:20px;float:left;}
.three-column{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;}
section{float:left;width:100%;}
.content-outer{float:left;width:100%;padding:55px 0px;}
.content-inner{float:left;width:100%;}
.content-single{float:left;width:25%;padding:0 20px 0 0;}
.content-single p{color:#000000;}
.content-single h1{padding-bottom:16px;}
.content-single h2, .first-row-content h2{padding-bottom:20px;padding-top:20px;}
.content-single h4, .one-column h4{margin-bottom:31px !important;}
.content-outer p strong{font-family:'Roboto';font-weight:400;color:#000000;}
.content-single ul li, .first-row-content ul li{list-style:outside;color:#000;margin-bottom:6px;}
.slider-outer{float:left;width:100%;background:#dddabf;padding:60px 0 60px;}
.slider-outer .slick-slider{padding:0 20px;}
.slick__item{display:inline-block;background:#682666;margin:0px 15px;}
.slider-image{float:left;width:50%;max-width:400px;position:relative;}
.slider-image:after{position:absolute;content:"";right:0;top:30px;width:0;height:0;border-style:solid;border-width:22.5px 25px 22.5px 0;border-color:transparent #682666 transparent transparent;}
.slider-content{float:left;width:50%;padding:20px 18px 20px 20px;}
.slider-content h5{color:#fff;text-transform:uppercase;}
.slider-content a{color:#dddabf;font-size:16px;}
.slider-content p{color:#dddabf;font-size:16px;display:inline-block;}
.slider-content a:hover{color:#fff;}
.slick .slick-arrow{margin:-22px 0 0;font-size:0;width:25px;height:45px;padding:0;position:absolute;top:50%;z-index:1;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.slick-prev, button.slick-prev:hover, button.slick-prev:focus{background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/left_arrow.png) no-repeat left 0;}
.slick-next, button.slick-next:hover, button.slick-next:focus{background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/right_arrow.png) no-repeat left 0;}
button.slick-prev:hover, button.slick-next:hover{opacity:.6;}
.slick-slider{position:relative;padding-bottom:50px;}
.slick .slick-arrow.slick-prev{left:-26px;}
.slick .slick-arrow.slick-next{right:-26px;}
.block-link{float:left;width:100%;}
.slider-content ul{float:left;width:100%;margin:0 0 5px;}
.slider-content ul li{float:left;width:100%;list-style:none;color:#dddabf;font-size:16px;}
.contact-map{float:left;width:100%;height:100%;position:relative;}
#direction{position:absolute;left:100px;top:60px;z-index:99;color:#000;}
.arrow-first, .arrow-second{position:relative;}
.arrow-first:before, .arrow-second:before{background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/down_arrow.png) no-repeat;width:49px;height:23px;left:0;content:"";right:0;margin:0 auto;top:0;position:absolute;z-index:99999;}
.arrow-second:before{background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/yellow_arrow.png) no-repeat;}
#map{width:100%;height:700px;}
.map-marker-label{color:#6a6c6e;font-family:'Roboto';font-size:12px;font-weight:300;line-height:14px;margin:-18px 0 0 95px;position:absolute;width:20%;}
.contact-single{float:left;width:32%;margin-left:35px;}
.contact-single img{width:100%;display:block;}
.contact-outer{background:#dddabf;float:left;padding:25px 0 83px;width:100%;}
.contact-inner{max-width:1752px;margin:0 auto;}
.contact-inner .contact-single:first-child{margin-left:0;}
.contact-single ul{float:left;width:100%;margin:0;list-style-type:none;}
.contact-single ul li{float:left;width:100%;padding-bottom:12px;}
.contact-single ul li.phone-number a{font-family:'Roboto';font-weight:400;color:#5c005e;}
.contact-single h5{color:#938961;font-family:'Roboto';font-weight:500;}
.contact-single h5 span{color:#000000;font-weight:200;}
.contact-single a, .contact-single a b{color:#5c005e;font-family:'Roboto';font-weight:400;font-size:18px;}
.contact-single address{color:#000000;}
.contact-single p{color:#000000;margin-bottom:10px;}
.single p{margin:0 0 20px;}
.single h2{margin-bottom:20px;}
.form-field{float:left;width:100%;margin-bottom:18px;}
.form-field .single-input{float:left;width:100%;border-radius:0;}
.submit-btn{float:right;}
.form-field textarea{resize:none;min-height:142px;}
.content-outer.contact{padding:35px 0 15px;}
.wpcf7-response-output{float:left;width:100%;font-size:18px;}
span.wpcf7-not-valid-tip{float:left;width:100%;font-size:18px;}
.content-list{float:left;width:100%;background:#dddabf;padding:10px 60px 18px;margin:40px 0 0;}
.content-list-inner{float:left;width:100%;display:table;text-align:center;}
.content-list-single{display:table-cell;vertical-align:bottom;padding:0 10px;}
.content-list-inner .screen_collection ul{display:table-cell;vertical-align:bottom;padding:0 10px;margin:0;}
.content-list-inner .screen_collection ul{list-style:none;}
.rew-short-desc, .rew-shortdesc-btn, .screen-title{display:none;}
.content-list-inner .screen_collection .widget{margin-bottom:0;}
.blog-page{float:left;width:100%;background:#dddabf;padding:79px 0 1px;}
.blog-head h1{padding-bottom:15px;text-transform:none;}
.blog-head{float:left;width:100%;margin-bottom:47px;}
.blog-list{float:left;width:100%;}
.blog-page p{font-family:'Roboto';font-weight:200;margin-bottom:11px;line-height:18px;}
.blog-header h2{line-height:24px;padding-bottom:12px;font-size:24px;}
.blog-content{float:left;width:50%;position:relative;}
.post-small .blog-content{width:50%;height:256px;float:left;background:#ffffff;position:relative;}
       .blog-content-inner{width:100%;padding:10px 30px 10px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);position:absolute;top:50%;right:0;}
.blog-page .single-post.thumb-right .post-thumbnail:after{position:absolute;right:0;top:0;content:"";width:100%;height:100%;-webkit-box-shadow:1px 6px 12px 1px #918f7d;-moz-box-shadow:1px 6px 12px 1px #918f7d;box-shadow:1px 6px 12px 1px #918f7d;}
.blog-page .single-post.thumb-right .post-thumbnail:before{position:absolute;left:-17px;top:0;content:"";width:100%;height:100%;z-index:1;background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/post_arrow.png) no-repeat left top;}
.blog-page .single-post.thumb-left .post-thumbnail:after{position:absolute;right:-17px;top:0;content:"";width:100%;height:100%;background:url(//www.creativepassion.com.au/wordpress2017/wp-content/themes/creativepassion/assets/images/post_arrow_left.png) no-repeat right top;}
.blog-page .single-post.thumb-left .post-thumbnail:before{position:absolute;left:0;top:0;content:"";width:100%;height:100%;-webkit-box-shadow:-1px 6px 12px 1px #918f7d;-moz-box-shadow:-1px 6px 12px 1px #918f7d;box-shadow:-1px 6px 12px 1px #918f7d;}
.blog-page .single-post.post-large .post-thumbnail:before{position:absolute;left:49px;bottom:0;content:"";width:20px;height:20px;border-style:solid;border-width:0 23px 23px 23px;border-color:transparent transparent #ffffff transparent;z-index:1;}
.blog-page .single-post.post-large .post-thumbnail{width:100%;box-shadow:none;}
.blog-page .single-post.post-large .blog-content{width:100%;padding:21px 20px 18px;min-height:69px;}
.blog-page .single-post{width:50%;margin-bottom:70px;display:inline-block;}
.single-post.post-small.thumb-right .post-thumbnail{float:right;}
.blog-page .single-post.thumb-right .blog-content{left:0;right:auto;}
.blog-page .single-post.post-large h2{padding-bottom:0;}
.blog-page .single-post .post-thumbnail{float:left;width:50%;height:256px;z-index:1;position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;}
.blog-page .single-post .post-thumbnail img{float:left;width:100%;}
.link-outer{float:left;width:100%;text-align:center;padding-top:33px;}
.link-outer .more-link{text-transform:uppercase;font-family:'Roboto';font-weight:300;font-size:29px;}
.blog-single{float:left;width:100%;padding:79px 0 40px;background:#dddabf;}
.single-post-content{float:left;margin-right:6.2%;max-width:800px;width:59%;}
.single-post-content .updated{display:none;}
.single-post-content h1{padding-bottom:10px;padding-top:10px;}
.single-post-content #comments{margin-top:30px;}
.page-sidebar{float:right;max-width:496px;width:34.8%;}
.single-post-content .entry-header .entry-meta{display:none;}
.single-post-content .entry-header .entry-title{padding-bottom:25px;}
.search-page{float:left;width:100%;padding-top:50px;background:#dddabf;}
.page-header{float:left;width:100%;}
.content-area{float:left;width:100%;}
.search-page .content-area article{border-bottom:1px solid #5c005e;margin-bottom:30px;padding-bottom:3px;display:inline-block;width:100%;}
.post-thumbnail{float:left;width:100%;}
.single-post-content .post-thumbnail{margin:10px 0 45px;}
.error-page{float:left;width:100%;background:#dddabf;}
html{height:100%;}
.footer-container{background:#fff none repeat scroll 0 0;bottom:0;left:0;position:absolute;right:0;}
.footer-top{width:100%;float:left;background:#5c005e;padding:24px 0 33px;}
.footer-menu{width:25%;float:left;padding-right:20px;}
.footer-menu p a, address a{color:white;}
.footer-menu p a:hover, address a{color:rgb(185, 178, 141);}
.footer-menu h5{color:#b9b28d;}
.footer-container .wrapper{max-width:1160px;}
.footer-menu ul{width:100%;margin:0;float:left;}
.footer-menu ul li{width:100%;list-style:none;float:left;line-height:16px;margin-bottom:10px !important;font-weight:400 !important;}
.footer-menu ul li a{color:#fff;text-transform:uppercase;}
.footer-menu ul li a:hover, .footer-menu .current-menu-item a{color:#b9b28d;}
.footer-menu.contact-links li{font-family:'Roboto';font-weight:200;color:#b9b28d;line-height:22px;}
.footer-menu.contact-links li a, .footer-menu.contact-links li a b{font-family:'Roboto';font-weight:200;font-size:16px;text-transform:none;}
.footer-menu.contact-links li a b{font-weight:300;}
.footer-menu.contact-links li.phone-number{padding-bottom:10px;}
.footer-menu.contact-links li.phone-number a{font-family:'Roboto';font-weight:300;}
.footer-bottom{width:100%;float:left;text-align:center;padding:29px 0 14px;border-bottom:30px solid #dddabf;}
.footer-bottom ul{width:100%;float:left;margin:0;}
.footer-bottom li{list-style:none;display:inline-block;}
.site-info li{color:#b9b28d;padding-left:19px;font-size:14px;}
.site-info li:first-child, .social-block li:first-child{padding-left:0;}
.social-block li{padding-left:8px;}
.social-block li a{width:21px;height:21px;display:table;text-align:center;color:#fff;}
.social-block i{font-size:15px;display:table-cell;vertical-align:middle;line-height:17px;}
.social-block{padding-bottom:6px;}
.facebook-icon a:hover, .twitter-icon a:hover, .linkedin-icon a:hover, .google-icon a:hover{color:#252525;}
.facebook-icon a{background:#3a5a98;}
.twitter-icon a{background:#2ba8e0;}
.linkedin-icon a{background:#1c9ccc;}
.google-icon a{background:#9b1513;}
.hidden-xs{display:none;}
.visible-xs{display:block;}
.form-field.btn-out{width:30%;float:right;padding-top:36px;}
.captcha-out{float:left;max-width:300px;}
.post-large{}
.blog-page .grid-row{float:left;width:100%;}
.blog-page .grid-row .large-left{float:left;}
.blog-page .grid-row .large-right{float:right;}
.post-large{max-width:677px;}
.blog-page .grid-column{float:left;width:50%;max-width:676px;}
.blog-page .grid-row.even-list-item .grid-column{float:right;}
.blog-page .grid-row.even-list-item .grid-column:last-child{float:left;}
.blog-page .grid-column .single-post.post-small{width:100%;}
.single-post-inner{float:left;width:100%;position:relative;}
.thumb-right .single-post-inner .post-thumbnail{-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;}
.two-column-page{float:left;width:100%;}
.left-single-block{float:left;width:100%;padding-top:40px;}
.left-single-block h3{color:#5c005e;padding:0 0 8px;}
.blog-wrapper.about .content-left h1{color:#5c005e;padding:0;}
.left-single-image{float:left;width:100%;max-width:400px;}
.blog-wrapper.about{max-width:1500px;}
.blog-wrapper.about .content-right h2{padding-bottom:12px;}
.signage-page ul{padding:0 20px 20px;margin:0 0 24px 20px;}
.signage-page h3{padding:10px 0;}
.signage-page h2{padding:10px 0;}
.signage-page ul li{list-style:outside;}
.content-outer li strong{font-family:'Roboto';font-weight:300;color:#000000;}
.case-study-out{width:223px;height:100px;float:left;position:relative;margin-bottom:15px;}
.case-study{float:left;width:100%;height:100px;}
.gallery-img{}
.signage-page .content-right{padding-left:40px;}
.nivo-main-image{display:none !important;}
.nivo-caption{background:transparent;left:110px;color:#000;overflow:visible;z-index:99999;width:auto;padding:5px;}
.nivo-caption p{color:#000;margin-bottom:0;line-height:18px;}
#infscr-loading{text-align:center;width:100%;float:left;}
.icon-arrow-right{display:none;}
.widget_recent_entries .recent-link{float:right;padding-top:15px;padding-bottom:10px;}
.blog-page .single-post:nth-child(even){float:right;}
.blog-page .single-post{width:47.55%;}
.blog-page .single-post.new-item:nth-child(even){float:left;}
.blog-page .single-post.new-item:nth-child(odd){float:right;}
.contact h2{color:#000000;font-family:'Roboto';font-weight:300;font-size:54px;line-height:56px;text-transform:uppercase;}
.contact-single li h1{font-size:31px;line-height:30px;text-transform:none;}
.video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;}
.video-container iframe, .video-container object, .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
div.wpcf7-spam-blocked{border:2px solid #5c005e;}
.tablepress .odd td{background-color:#edebd5 !important;}
.tablepress tfoot th, .tablepress thead th{background-color:#fff !important;}
.tablepress thead th {
border-bottom: 0px solid #fff !important;
}@media only screen and (max-width: 1599px) {
.content-list-inner{text-align:center;display:inline-block;}
.content-list-inner .screen_collection ul{display:inline-block;padding:0 10px 40px;}
.blog-wrapper{padding:0 50px;}
.content-list-single{display:inline-block;}
}
@media only screen and (max-width: 2200px) {
.content-outer.contact .content-single{width:100%;}
.contact-single{width:31.5%;}
.content-list-single{padding:0 4px 20px;}
.content-list {
padding: 30px 0;
}}
@media only screen and (min-width:1400px) and (max-width: 1920px) {
.content-single h1{font-size:54px !important;line-height:54px !important;}
.contact h2{font-size:28px;line-height:32px;}
h2{font-size:22px;line-height:26px;}
.blog-page .blog-wrapper, .blog-wrapper{max-width:1400px;}
.header-container ul li a, .phone-block a{font-size:12px;padding:14px 8px 7px;}
.logo-block{width:200px;}
.logo-block img{max-width:230px !important;}
.logo-block a{padding:2px 0 15px;}
.header-menu-right{padding:0 216px 0 0;}
.header-container ul li.current-menu-item:before, .header-container ul li:hover:before{bottom:-19px;margin-left:-114px;border:10px solid #ccc !important;}
.header-container ul li.current-menu-item::after, .header-container ul li:hover::after{bottom:-19px;margin-left:-114px;border:10px solid #ccc !important;}
.content-single h2, .first-row-content h2{min-height:92px;}
.inner-wrapper{padding:0 30px;}
.contact-banner{height:500px;}
.parallax-window{height:450px !important;}
.parallax-content-inner img{max-width:275px;}
.form-field.btn-out{width:29%;}
.blog-page .grid-column{max-width:625px;}
.post-large{max-width:625px;}
.blog-page .single-post{width:48%;margin-bottom:50px;}
.blog-page .single-post.post-large .blog-content{min-height:50px;padding:15px 10px 12px;}
.blog-header h2{line-height:23px;font-size:20px;padding-bottom:11px;}
}
@media only screen and (min-width:1200px) and (max-width: 1399px) {
.blog-wrapper, .wrapper{padding:0 40px;}
.blog-page .blog-wrapper, .blog-wrapper{max-width:1200px;}
body{padding-bottom:306px;font-size:15px;line-height:20px;}
.footer-menu ul li{padding-bottom:0;}
.header-container ul li a, .phone-block a{padding:14px 6px 7px;font-size:11px;}
.logo-block{width:232px;}
.logo-block img{max-width:212px;}
.logo-block a{padding:2px 0 15px;}
.header-menu-right{padding:0 232px 0 0;}
.contact-banner{height:500px;}
.contact h2{font-size:29px;line-height:32px;}
h2{font-size:20px;line-height:24px;}
.content-single h2, .first-row-content h2{padding-bottom:10px;min-height:78px;}
.content-single h1{padding-bottom:10px;font-size:49px !important;line-height:51px !important;}
.slider-content{padding:21px 21px 15px 21px;}
.slider-content a, .slider-content p{font-size:15px;line-height:19px;}
.slider-content h5{line-height:20px;font-size:17px;}
.slider-image:after{top:17px;}
.content-outer{padding:45px 0px 40px;}
.banner-inner{height:auto;}
.contact-banner{height:500px;}
.parallax-window{height:380px !important;}
.parallax-content-inner img{max-width:265px;}
.content-outer.contact{padding:35px 0 25px;}
.contact-single{width:31.3%;}
.contact-outer{padding:25px 0 50px;}
.content-list-single{padding:0 4px 20px;}
.content-list{padding:30px 20px;margin:30px 0 0;}
.form-field.btn-out{margin:0;width:17%;padding-top:40px;}
.form-field.btn-out input{padding:12px;font-size:11px;}
.blog-page .single-post{width:48%;}
.blog-wrapper.about{max-width:1000px;}
.single-post-content .entry-header .entry-title{font-size:33px;line-height:34px;}
.blog-page .grid-column, .post-large{max-width:540px;}
.blog-page .single-post{margin-bottom:42px;}
.blog-page .single-post.post-large .blog-content{min-height:44px;padding:13px 10px 11px;}
.blog-header h2{font-size:18px;line-height:20px;padding-bottom:8px;}
.grid-row .single-post .blog-inner p{font-size:13px;line-height:16px;margin-bottom:6px;}
.slick .slick-arrow.slick-next{right:-10px;}
.slick .slick-arrow.slick-prev{left:-10px;}
.blog-page .single-post p{margin-bottom:10px;line-height:15px;font-size:13px;}
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
.main-menu li ul{top:38px;}
.slider-content h5{line-height:17px;font-size:13px;}
.slider-content a, .slider-content p{font-size:13px;line-height:17px;}
.wrapper{padding:0 30px;}
.blog-page .blog-wrapper, .blog-wrapper{max-width:980px;padding:0 20px;}
body{padding-bottom:306px;font-size:15px;line-height:20px;}
.header-container ul li a, .phone-block a{padding:9px 4px 4px;font-size:10px;}
.logo-block{width:170px;}
.logo-block img{max-width:170px;}
.logo-block a{padding:2px 0 15px;}
.header-menu-right{padding:0 185px 0 0}
.footer-menu ul li a{line-height:17px;font-size:14px;}
address{line-height:17px;font-size:15px;}
.footer-menu ul li{padding-bottom:0;}
.footer-menu.contact-links li a, .footer-menu.contact-links li a b{font-size:16px;}
h1{font-size:39px;line-height:39px;}
.contact h2{font-size:22px;line-height:30px;}
h2{font-size:17px;line-height:22px;}
.content-single h2, .first-row-content h2{padding-bottom:12px;min-height:76px;}
.content-single{padding:0 80px 0 0;}
.content-single h1{padding-bottom:10px;}
.slider-content{padding:12px 8px 3px 12px;}
.slider-image::after{border-width:16px 18px 16px 0;top:20px;}
.content-outer{padding:45px 0px 60px;}
.slider-image:after{top:15px;}
.contact-banner{height:410px;}
.slick .slick-arrow.slick-next{right:-10px;}
.slick .slick-arrow.slick-prev{left:-10px;}
.content-outer.contact{padding:30px 0 20px;}
.contact-single{margin-left:20px;width:31.9%;}
.contact-single p{font-size:15px;}
.contact-single h5{font-size:16px;}
.contact-single a, .contact-single a b{font-size:16px;}
label{font-size:16px;}
.form-field .single-input{font-size:16px;}
.wpcf7-response-output{font-size:16px;}
span.wpcf7-not-valid-tip{font-size:16px;}
button, input[type="button"],
input[type="submit"]{font-size:16px;padding:8px 20px;}
.contact-outer{padding:25px 0 50px;}
.single-post-content .entry-header .entry-title{font-size:28px;line-height:30px;}
.content-list-single{padding:0 4px 20px;}
.content-list{padding:30px 20px;}
.form-field.btn-out{padding-top:15px;}
.left-single-block{padding-top:30px;}
.comments-title{font-size:21px;}
.grid-row .single-post .blog-inner a{line-height:13px;font-size:12px;}
.blog-page .grid-column, .post-large{max-width:450px;}
.blog-page .single-post{margin-bottom:40px;}
.blog-page .single-post.post-large .blog-content{min-height:42px;padding:14px 20px 8px;}
.blog-header h2{font-size:17px;line-height:16px;padding-bottom:5px;}
.grid-row .single-post .blog-inner p{font-size:12px;line-height:14px;margin-bottom:5px;}
.slider-outer .slick-slider{padding:0 20px;}
.blog-page .single-post p{margin-bottom:2px;line-height:14px;font-size:12px;}
.blog-page .single-post .post-thumbnail{height:220px;}
.post-small .blog-content{height:220px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo-block img{max-width:255px;}
.blog-page .blog-wrapper, .blog-wrapper{max-width:700px;}
body{padding-bottom:313px;font-size:14px;line-height:19px;}
.blog-wrapper.about{max-width:700px;}
.footer-menu ul li{padding-bottom:0;}
.footer-menu.contact-links li{line-height:18px;font-size:16px;}
.footer-menu{padding-right:10px;}
h1{font-size:33px;line-height:36px;}
.contact h2{font-size:23px;line-height:26px;}
h2{font-size:20px;line-height:22px;}
.content-single h2, .first-row-content h2 {
padding-bottom: 12px;
min-height: 98px;
} p{margin-bottom:16px;}
.content-single{padding:0 80px 0 0;}
.content-single h1{padding-bottom:6px;}
.slider-content{padding:10px 15px 0 15px;}
.slider-content h5{line-height:16px;font-size:13px;}
.slider-image::after{border-width:12px 16px 12px 0;top:30px;}
h5{font-size:16px;line-height:20px;}
.slider-content ul li{font-size:11px;line-height:16px;}
.slider-outer{padding:40px 0;}
.slick .slick-arrow.slick-prev::after{border-width:18.5px 20px 18.5px 0;}
.slick .slick-arrow.slick-next::after{border-width:18.5px 0 18.5px 20px;}
.content-outer{padding:35px 0px 10px;}
.contact-banner{height:350px;}
.parallax-window{height:240px !important;}
.parallax-content-inner img{max-width:200px;}
.content-single ul li, .first-row-content ul li{font-size:15px;line-height:19px;}
.content-outer.contact{padding:20px 0 25px;}
.contact-single{margin-left:20px;width:31.5%;}
.contact-single p{font-size:15px;}
.contact-single h5{font-size:16px;}
.contact-single a, .contact-single a b{font-size:16px;}
label{font-size:16px;}
.form-field .single-input{font-size:16px;}
.contact-outer{padding:25px 0 30px;}
.content-outer.contact .content-single{width:100%;}
.wpcf7-response-output{font-size:16px;}
span.wpcf7-not-valid-tip{font-size:16px;}
button, input[type="button"],
input[type="submit"]{font-size:16px;padding:8px 20px;}
.content-list-single{padding:0 4px 15px;}
.content-list{padding:30px 20px;margin:30px 0 0;}
.form-field.btn-out{padding-top:15px;}
.widget ul{margin:0 0 0 3px;}
.left-single-block{padding-top:30px;}
.signage-page ul{margin:0 0 24px 10px;}
.signage-page .content-right{padding-left:20px;}
.blog-page .grid-column, .post-large{max-width:none;width:100%;}
.blog-page .single-post{width:100%;margin-bottom:30px;}
.blog-page .single-post.post-large .blog-content{min-height:1px;padding:20px 20px 16px;}
.blog-page{padding:50px 0 1px;}
.single-post-content .entry-header .entry-title{font-size:25px;line-height:27px;}
.widget-title{font-size:22px;line-height:25px;}
.comments-title{font-size:18px;}
.slick .slick-arrow.slick-next{right:-10px;}
.slick .slick-arrow.slick-prev{left:-10px;}
.slider-outer .slick-slider{padding:0 20px;}
.blog-single{padding:50px 0 40px;}
.link-outer{padding-bottom:40px;}
.slider-content a, .slider-content p{font-size:12px;line-height:16px}
.slider-image:after{top:12px;}
}
@media only screen and (max-width: 991px) {
.logo-block img{max-width:255px;}
body, p, .contact-single p, .contact-single address, .contact-single ul li.phone-number a, .contact-single a, label, content-single ul li, .first-row-content ul li, .footer-menu ul li a, .footer-menu.contact-links li.phone-number a, .footer-menu.contact-links li a, address{font-size:20px;line-height:26px;}
.wrapper, .blog-wrapper{padding:0 20px;}
.hidden-xs{display:block;}
.visible-xs{display:none;}
.header-left{width:100%;}
.main-menu{float:right;}
.logo-block{float:left;width:170px;position:relative;}
.logo-block a{padding:11px 0 15px;}
.header-menu-right{padding:0;}
.header-right{width:100%;float:left;}
.phone-block{padding-top:6px;float:right;}
.phone-block i{position:relative;float:left;padding-right:5px;top:2px;font-size:20px;}
.phone-block a{float:none;padding:0;}
.phone-block a:hover{opacity:1;color:#682666;}
.header-container{position:relative;}
.mean-container .mean-nav ul li a:hover{color:#682666;}
.header-container ul li.current-menu-item:before, .header-container ul li:hover:before, .header-container ul li.current-menu-item::after, .header-container ul li:hover:after{content:none;background:none;}
.menu-menu-left-container{display:none;}
.header-container ul li.current-menu-item a, .header-container ul li:hover a{content:none;-moz-box-shadow:0 0 0 0 rgba(0, 0, 0, 0);-webkit-box-shadow:0 0 0 0 rgba(0, 0, 0, 0);box-shadow:0 0 0 0 rgba(0, 0, 0, 0);}
.mobile-menu ul li.current-menu-item a{color:#682666;}
}
@media only screen and (max-width: 1243px) {
.footer-menu ul li, .contact-single p{margin-bottom:20px !important;}
.content-single{padding:0px;width:100% !important;}
.contact-single h5{font-size:20px;margin-top:10px;margin-bottom:5px;}
.contact h2{font-size:54px;line-height:56px;}
.content-single h1 {
padding-bottom: 6px;
}} @media only screen and (max-width: 767px) {
.slider-content p{font-size:20px;line-height:26px;}
body{padding:0;}
.banner-block.inner-page .parallax-content-inner img{max-width:46px;}
.one-column{width:100%;padding:0;}
.two-column{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;width:100%;padding-right:0;}
.three-column{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;}
h1, .contact-single li h1{font-size:41px;line-height:40px;}
h2{font-size:26px;line-height:32px;}
.content-outer{padding:30px 0 25px;}
.wrap .content-outer{padding:30px 0 45px;}
.slider-image::after{border-width:14px 16px 14px 0;top:30px;}
h5{font-size:16px;line-height:20px;}
.slider-content a{font-size:14px;}
.slider-outer{padding:40px 0;}
.slick .slick-arrow.slick-prev::after{border-width:18.5px 20px 18.5px 0;}
.slick .slick-arrow.slick-next::after{border-width:18.5px 0 18.5px 20px;}
.footer-container{position:relative;}
.footer-top{padding:30px 0 18px;}
.footer-menu.contact-links li{line-height:18px;font-size:16px;}
.footer-menu{padding:0px 0;width:100%;}
.site-info li{line-height:18px;padding-left:14px;}
.footer-bottom{padding:20px 0 16px;}
.footer-menu-outer{margin-left:10px;float:left;width:48%;}
.footer-menu-outer:first-child{margin-left:0;}
.banner-inner{height:auto;overflow:hidden;}
.banner-inner img{height:260px;position:relative;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin-left:auto;max-width:none;width:auto;}
.contact-banner{height:260px;}
.slide-img{position:relative;overflow:hidden;}
.content-outer.contact{padding:20px 0 25px;}
.contact-single{margin-left:0;width:100%;margin-bottom:20px;}
.form-field .single-input{font-size:16px;}
.contact-outer{padding:25px 0 30px;}
.content-outer.contact .content-single{width:100%;}
.form-field{margin-bottom:15px;}
.wpcf7-response-output{font-size:16px;margin:10px 0 0 !important;}
span.wpcf7-not-valid-tip{font-size:16px;}
button, input[type="button"],
input[type="submit"]{font-size:16px;padding:8px 20px;}
.content-list-inner .screen_collection ul{text-align:center !important;padding:10px 4px 20px;float:none;display:inline-block;}
.content-list-inner .rew-image{width:60%;display:inline-block;}
.content-list{padding:20px 0;margin:25px 0 0;}
.content-list-inner{text-align:center;padding:0 10px;}
.first-row-outer, .first-row-outer .first-row-content{width:100%;}
.form-field.btn-out{padding-top:40px;}
.blog-page .single-post{width:100%;margin-bottom:15px;}
.blog-page .single-post .post-thumbnail{width:100%;}
.blog-content{width:100%;padding:20px;}
.blog-page h2{padding-bottom:10px;line-height:22px;}
.blog-page .single-post.post-large .blog-content{padding:25px 20px 5px;}
.blog-page .single-post.post-large .blog-content{padding:25px 20px;}
.blog-page{padding:0;}
.single-post-content{width:100%;padding:0;margin-right:0;}
.blog-single{padding:0;}
.page-sidebar{width:100%;margin:0 auto;float:none;}
#wrap_404{padding:10px 0;}
#wrap_404 h1{font-size:100px;line-height:67px;}
#wrap_404 h1 span{font-size:150px;line-height:75px;}
#wrap_404 h2{font-size:26px;line-height:30px;margin-top:13px;}
#wrap_404 h6{font-size:20px;line-height:24px;margin-top:13px;}
#direction{left:50px;top:40px;}
.left-single-block{padding-top:30px;}
.about .content-left{width:100%;}
.about .content-right{width:100%;padding:0px 0 15px;}
.signage-page h3{font-size:24px;line-height:28px;}
.signage-page ul{margin:0 0 24px 10px;}
.content-list-single{padding:0 10px 15px;}
.blog-page .grid-column, .post-large{max-width:none;width:100%;}
.blog-page .single-post{width:100%;margin-bottom:30px;}
.blog-page .single-post.post-large .blog-content{min-height:1px;padding:20px 20px 16px;}
.blog-page{padding:20px 0 1px;}
.blog-head{margin-bottom:20px;}
.post-small .blog-content{position:relative;right:auto;top:auto;-webkit-transform:inherit;-moz-transform:inherit;transform:inherit;}
.blog-page .single-post.thumb-left .post-thumbnail::after, .blog-page .single-post.thumb-right .post-thumbnail::before{background:none;content:none;}
.single-post.post-small.thumb-right .blog-content{padding:30px 25px;}
.blog-page .single-post.post-large .post-thumbnail::before{content:none;}
.link-outer{padding-top:0;}
.link-outer .more-link{line-height:25px;font-size:22px;}
.single-post-content .entry-header .entry-title{padding-bottom:10px;}
.single-post-content .post-thumbnail{margin:10px 0 25px;}
.single p{margin:0 0 25px;}
.single-post-content #comments{margin-top:10px;padding:15px 20px;}
.comments-title{font-size:20px;margin-top:12px;}
.widget{margin-bottom:18px;}
.widget-title{font-size:22px;line-height:25px;margin-bottom:10px;}
.comment-reply-title{font-size:19px;}
.search-page{padding-top:0;}
.slick .slick-arrow.slick-next{right:-10px;}
.slick .slick-arrow.slick-prev{left:-10px;}
.slider-outer .slick-slider{padding:0 20px;}
.slider-content p{font-size:14px;line-height:17px;}
.slider-content h5{font-size:15px;line-height:18px;}
.slider-content ul li{line-height:18px;}
.widget_recent_entries .recent-link{float:left;}
.post-small .blog-content{width:100%;height:auto;}
.blog-content-inner{float:left;padding:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(-0);position:relative;top:inherit;right:inherit;float:left;}
.blog-header h2{font-size:20px;}
}
@media only screen and (max-width: 479px) {
body, p, .contact-single p, .contact-single address, .contact-single ul li.phone-number a, .contact-single a, label, content-single ul li, .first-row-content ul li, .footer-menu.contact-links li.phone-number a, .footer-menu.contact-links li a, address {
font-weight:300 !important;
}
.footer-menu h5 {margin-top:20px;}
.content-outer p strong {
font-weight: 500;}
.content-list {
display: none;
}
.logo-block {
width: 112px;
}
.logo-block img {
max-width: 275px;
}
.logo-block a {
padding: 17px 0 17px;
}
.slider-image {
width: 100%;
max-width: none;
}
.slider-image img {
width: 100%;
}
.slider-image:after {
display: none;
}
.slider-content {
width: 100%;
padding: 10px 15px 0px 15px;
min-height: 120px !important;
}
.footer-menu {
width: 100%;
text-align: center;
}
.footer-menu-outer {
width: 100%;
margin-left: 0
}
.content-list-single {
width: 100%;
max-width: none;
text-align: center;
padding: 10px 0;
}
.form-field.btn-out {
padding-top: 15px;
float: none;
width: auto;
}
.contact-banner {
height: 250px;
}
.banner-inner img {
height: 240px;
}
.page-id-72 .banner-inner img {
height: 180px;
}
.content-list-inner .screen_collection ul {
width: 100%;
}
.comments-title {
font-size: 18px;
line-height: 24px;
margin-top: 12px;
}
.contact-form .submit-btn {
float: left;
}
div.wpcf7 .ajax-loader {
float: left;
}
.businessnamehide {
display: none;
color: #5c005e;
}
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{padding-right:24px;position:relative}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{bottom:0;color:var(--head-sort-arrow-color);position:absolute;right:6px;top:0;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{font-family:sans-serif!important;font-size:12px;line-height:12px;opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}