.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.antislip.ca/wp-content/plugins/font-awesome-4-menus/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#glt-settings.wrap {
max-width:1300px;
}
#glt-settings.wrap:after {
content:'';
display:block;
clear:both;
}
#glt-footer,
#glt-footer #google_language_translator {
display:none !important;
}
#glt-translate-trigger,
#glt-translate-trigger span {
cursor:pointer;
}
#glt-settings .glt-main-settings h3:before {
content:'\f108';
}
#glt-settings .glt-layout-settings h3:before {
content:'\f116';
}
#glt-settings .glt-floating-widget-settings h3:before {
content:'\f134';
}
#glt-settings .glt-behavior-settings h3:before {
content:'\f185';
}
#glt-settings .glt-usage-settings h3:before {
content:'\f106';
}
#glt-settings .glt-preview-settings h3:before {
content:'\f115';
}
#glt-settings .glt-flag-settings h3:before {
content:'\f227';
}
#glt-settings .glt-seo-settings h3:before {
content:'\f11e';
}
#glt-settings .glt-gtranslate-ad h3:before {
content:'\f326';
}
#glt-settings .glt-css-settings h3:before {
content:'\f119';
}
#glt-settings .glt-seo-settings {background-color: #FFC293;}
#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before {
margin-right: 5px;
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
}
#glt-settings .button,
#glt-settings .button-primary {
text-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
transition: .25s opacity ease-in-out;
-webkit-transition: .25s opacity ease-in-out;
-moz-transition: .25s opacity ease-in-out;
}
#glt-settings .button {
background: #95a5a6;
border:1px solid #95a5a6;
color:#fff;
}
#glt-settings .button-primary {
background:#ea4335;
border:1px solid #ea4335;
}
#glt-settings .button:hover {
opacity:0.8;
}
#glt-settings .button-primary:hover {
opacity:0.8;
background:#ea4335;
border:1px solid #ea4335;
}
.tool-container {
bottom:50px !important;
top:auto !important;
z-index:99999999 !important;
}
.tool-container .tool-items a {
margin:4px;
}
.box-right {
clear:right;
}
a.wp-studio-logo:focus,
a.wp-helpdesk-logo:focus {
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
}
.goog-te-gadget-simple {
margin:4px 0;
}
#google_language_translator select.goog-te-combo {
width:143px;
background:#fff;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
padding:3px !important;
height:auto !important;
border:1px solid lightgray !important;
border-radius:0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px !important;
-o-border-radius:0px !important;
}
#google_language_translator select.goog-te-combo:focus {
outline:none !important;
}
#flags {
overflow:hidden;
}
#flags ul {
margin:0;
padding:0;
}
#flags li {
float:left !important;
margin-bottom:0 !important;
padding:0 !important;
border:none !important;
list-style:none !important;
content:none !important;
}
#flags li:before {
content:none !important;
border:none !important;
background:none !important;
}
#flags a,
.tool-container .tool-items a {
display:inline-block;
cursor:pointer;
}
a.nturl.single-language {
border:0;
}
a.single-language span.flag {
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
#flags.size24 a,
.tool-container .tool-items a,
a.single-language span.size24 {
width: 24px !important;
height: 18px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size22 a,
a.single-language span.size22 {
width: 22px !important;
height: 17px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size20 a,
a.single-language span.size20 {
width: 20px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size18 a,
a.single-language span.size18 {
width: 18px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size16 a,
#language span.size16,
a.single-language span.size16 {
width: 16px !important;
height: 12px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
.tool-container .tool-items a {
display:inline-block;
margin:3px 5px 3px;
width:24px !important;
height:18px !important;
}
.goog-te-gadget {
color:#444;
font-size:11px;
font-family:"Arial",sans,sans-serif;
}
.goog-te-gadget img {
vertical-align:middle;
}
select.goog-te-combo:focus {
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.metabox-holder {
width:65%;
float:left;
}
.metabox-holder h2 {
margin-bottom:18px;
}
.submit {
padding:0px;
}
.form-table th {
width:50%;
}
td.advanced {
padding-top:0px;
padding-bottom:0px;
}
p.hello {
font-size:12px;
color:darkgray;
}
.flag{
padding:1px 0;
}
a.nturl {
cursor:pointer;
}
.flag img,
.alt_flag img{
border:0px !important;
margin-top:2px !important;
padding:0px !important;
}
.attribution {
width:152px;
line-height:1em;
margin-top:4px;
}
span.goog-branding {
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
left:170px;
z-index: 9999;
float: right;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
font-size: 12px;
font-weight: bold;
color: rgb(68, 68, 68);
text-decoration: none;
line-height:0.8em;
}
span.goog-branding img {
float: left;
margin:0px;
width: 37px;
}
span.vertical-translator {
position:auto;
float:none !important;
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
vertical-align: middle;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
right: -50px;
z-index: 9999;
}
.tool-container .tool-items .flag img {
width:24px !important;
height:24px !important;
margin-top:1px !important;
}
.tool-items .flag {
padding:0px !important;
}
.tool-container {
line-height:1;
}
#footer-instance {
display:none !important;
}
code {
border:1px solid lightgray;
} #flags.size22 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -3px no-repeat;
}
#flags.size22 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -467px no-repeat;
}
#flags.size22 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -3px no-repeat;
}
#flags.size22 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -3px no-repeat;
}
#flags.size22 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -3px no-repeat;
}
#flags.size22 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -3px no-repeat;
}
#flags.size22 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -32px no-repeat;
}
#flags.size22 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -32px no-repeat;
}
#flags.size22 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -32px no-repeat;
}
#flags.size22 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -32px no-repeat;
}
#flags.size22 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -32px no-repeat;
}
#flags.size22 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -32px no-repeat;
}
#flags.size22 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -409px no-repeat;
}
#flags.size22 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -61px no-repeat;
}
#flags.size22 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -61px no-repeat;
}
#flags.size22 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -61px no-repeat;
}
#flags.size22 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -61px no-repeat;
}
#flags.size22 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -61px no-repeat;
}
#flags.size22 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -351px no-repeat;
}
#flags.size22 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -351px no-repeat;
}
#flags.size22 a.canada[title="English"],
a.single-language.canada[title="English"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -438px no-repeat;
}
#flags.size22 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -90px no-repeat;
}
#flags.size22 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -90px no-repeat;
}
#flags.size22 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -90px no-repeat;
}
#flags.size22 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -90px no-repeat;
}
#flags.size22 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -90px no-repeat;
}
#flags.size22 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -119px no-repeat;
}
#flags.size22 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -119px no-repeat;
}
#flags.size22 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -119px no-repeat;
}
#flags.size22 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -119px no-repeat;
}
#flags.size22 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -119px no-repeat;
}
#flags.size22 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -119px no-repeat;
}
#flags.size22 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -467px no-repeat;
}
#flags.size22 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"] {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -148px no-repeat;
}
#flags.size22 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -148px no-repeat;
}
#flags.size22 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -148px no-repeat;
}
#flags.size22 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -148px no-repeat;
}
#flags.size22 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -148px no-repeat;
}
#flags.size22 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -148px no-repeat;
}
#flags.size22 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -177px no-repeat;
}
#flags.size22 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -177px no-repeat;
}
#flags.size22 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -177px no-repeat;
}
#flags.size22 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -177px no-repeat;
}
#flags.size22 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -177px no-repeat;
}
#flags.size22 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -177px no-repeat;
}
#flags.size22 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -409px no-repeat;
}
#flags.size22 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -206px no-repeat;
}
#flags.size22 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -206px no-repeat;
}
#flags.size22 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -467px no-repeat;
}
#flags.size22 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -467px no-repeat;
}
#flags.size22 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -206px no-repeat;
}
#flags.size22 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -206px no-repeat;
}
#flags.size22 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -206px no-repeat;
}
#flags.size22 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -206px no-repeat;
}
#flags.size22 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -496px no-repeat;
}
#flags.size22 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -235px no-repeat;
}
#flags.size22 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -409px no-repeat;
}
#flags.size22 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -235px no-repeat;
}
#flags.size22 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -409px no-repeat;
}
#flags.size22 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -235px no-repeat;
}
#flags.size22 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -235px no-repeat;
}
#flags.size22 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -235px no-repeat;
}
#flags.size22 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -235px no-repeat;
}
#flags.size22 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Buremese)"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -409px no-repeat;
}
#flags.size22 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -264px no-repeat;
}
#flags.size22 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -264px no-repeat;
}
#flags.size22 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -496px no-repeat;
}
#flags.size22 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -264px no-repeat;
}
#flags.size22 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -264px no-repeat;
}
#flags.size22 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -264px no-repeat;
}
#flags.size22 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -438px no-repeat;
}
#flags.size22 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -264px no-repeat;
}
#flags.size22 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -293px no-repeat;
}
#flags.size22 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -293px no-repeat;
}
#flags.size22 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -467px no-repeat;
}
#flags.size22 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -467px no-repeat;
}
#flags.size22 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -293px no-repeat;
}
#flags.size22 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -409px no-repeat;
}
#flags.size22 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -496px no-repeat;
}
#flags.size22 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -438px no-repeat;
}
#flags.size22 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -293px no-repeat;
}
#flags.size22 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -293px no-repeat;
}
#flags.size22 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -293px no-repeat;
}
#flags.size22 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -322px no-repeat;
}
#flags.size22 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -438px no-repeat;
}
#flags.size22 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanse"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -380px no-repeat;
}
#flags.size22 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -322px no-repeat;
}
#flags.size22 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -322px no-repeat;
}
#flags.size22 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -438px no-repeat;
}
#flags.size22 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -322px no-repeat;
}
#flags.size22 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -322px no-repeat;
}
#flags.size22 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -322px no-repeat;
}
#flags.size22 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -351px no-repeat;
}
#flags.size22 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -351px no-repeat;
}
#flags.size22 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -438px no-repeat;
}
#flags.size22 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -380px no-repeat;
}
#flags.size22 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -30px -380px no-repeat;
}
#flags.size22 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -59px -380px no-repeat;
}
#flags.size22 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -88px -380px no-repeat;
}
#flags.size22 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size22 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags22.png) -117px -380px no-repeat;
} #flags.size20 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -4px no-repeat;
}
#flags.size20 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -468px no-repeat;
}
#flags.size20 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -4px no-repeat;
}
#flags.size20 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -4px no-repeat;
}
#flags.size20 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -4px no-repeat;
}
#flags.size20 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -4px no-repeat;
}
#flags.size20 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -33px no-repeat;
}
#flags.size20 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -33px no-repeat;
}
#flags.size20 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -33px no-repeat;
}
#flags.size20 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -33px no-repeat;
}
#flags.size20 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -33px no-repeat;
}
#flags.size20 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -33px no-repeat;
}
#flags.size20 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -410px no-repeat;
}
#flags.size20 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -62px no-repeat;
}
#flags.size20 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -62px no-repeat;
}
#flags.size20 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -62px no-repeat;
}
#flags.size20 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -62px no-repeat;
}
#flags.size20 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -62px no-repeat;
}
#flags.size20 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -352px no-repeat;
}
#flags.size20 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -352px no-repeat;
}
#flags.size20 a.canada[title="English"],
a.single-language.canada[title="English"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -439px no-repeat;
}
#flags.size20 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -91px no-repeat;
}
#flags.size20 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -91px no-repeat;
}
#flags.size20 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -91px no-repeat;
}
#flags.size20 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -91px no-repeat;
}
#flags.size20 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -91px no-repeat;
}
#flags.size20 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -120px no-repeat;
}
#flags.size20 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -120px no-repeat;
}
#flags.size20 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -120px no-repeat;
}
#flags.size20 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -120px no-repeat;
}
#flags.size20 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -120px no-repeat;
}
#flags.size20 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -120px no-repeat;
}
#flags.size20 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -468px no-repeat;
}
#flags.size20 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -149px no-repeat;
}
#flags.size20 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -149px no-repeat;
}
#flags.size20 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -149px no-repeat;
}
#flags.size20 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -149px no-repeat;
}
#flags.size20 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -149px no-repeat;
}
#flags.size20 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -149px no-repeat;
}
#flags.size20 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -178px no-repeat;
}
#flags.size20 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -178px no-repeat;
}
#flags.size20 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -178px no-repeat;
}
#flags.size20 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -178px no-repeat;
}
#flags.size20 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -178px no-repeat;
}
#flags.size20 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -178px no-repeat;
}
#flags.size20 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -410px no-repeat;
}
#flags.size20 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -207px no-repeat;
}
#flags.size20 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -207px no-repeat;
}
#flags.size20 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -468px no-repeat;
}
#flags.size20 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -468px no-repeat;
}
#flags.size20 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -207px no-repeat;
}
#flags.size20 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -207px no-repeat;
}
#flags.size20 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -207px no-repeat;
}
#flags.size20 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -207px no-repeat;
}
#flags.size20 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -497px no-repeat;
}
#flags.size20 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -236px no-repeat;
}
#flags.size20 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -410px no-repeat;
}
#flags.size20 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -236px no-repeat;
}
#flags.size20 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -236px no-repeat;
}
#flags.size20 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -410px no-repeat;
}
#flags.size20 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -236px no-repeat;
}
#flags.size20 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -236px no-repeat;
}
#flags.size20 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -236px no-repeat;
}
#flags.size20 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -410px no-repeat;
}
#flags.size20 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -265px no-repeat;
}
#flags.size20 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -265px no-repeat;
}
#flags.size20 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -497px no-repeat;
}
#flags.size20 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -265px no-repeat;
}
#flags.size20 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -265px no-repeat;
}
#flags.size20 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -265px no-repeat;
}
#flags.size20 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -439px no-repeat;
}
#flags.size20 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -265px no-repeat;
}
#flags.size20 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -294px no-repeat;
}
#flags.size20 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -294px no-repeat;
}
#flags.size20 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -468px no-repeat;
}
#flags.size20 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -468px no-repeat;
}
#flags.size20 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -294px no-repeat;
}
#flags.size20 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -410px no-repeat;
}
#flags.size20 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -497px no-repeat;
}
#flags.size20 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -439px no-repeat;
}
#flags.size20 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -294px no-repeat;
}
#flags.size20 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -294px no-repeat;
}
#flags.size20 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -294px no-repeat;
}
#flags.size20 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -323px no-repeat;
}
#flags.size20 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -439px no-repeat;
}
#flags.size20 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -381px no-repeat;
}
#flags.size20 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -323px no-repeat;
}
#flags.size20 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -323px no-repeat;
}
#flags.size20 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -439px no-repeat;
}
#flags.size20 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -323px no-repeat;
}
#flags.size20 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -323px no-repeat;
}
#flags.size20 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -323px no-repeat;
}
#flags.size20 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -352px no-repeat;
}
#flags.size20 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -352px no-repeat;
}
#flags.size20 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -439px no-repeat;
}
#flags.size20 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -381px no-repeat;
}
#flags.size20 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -31px -381px no-repeat;
}
#flags.size20 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -60px -381px no-repeat;
}
#flags.size20 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -89px -381px no-repeat;
}
#flags.size20 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size20 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags20.png) -118px -381px no-repeat;
} #flags.size18 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -4px no-repeat;
}
#flags.size18 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -468px no-repeat;
}
#flags.size18 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -4px no-repeat;
}
#flags.size18 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -4px no-repeat;
}
#flags.size18 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -4px no-repeat;
}
#flags.size18 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -4px no-repeat;
}
#flags.size18 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -33px no-repeat;
}
#flags.size18 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -33px no-repeat;
}
#flags.size18 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -33px no-repeat;
}
#flags.size18 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -33px no-repeat;
}
#flags.size18 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -33px no-repeat;
}
#flags.size18 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -33px no-repeat;
}
#flags.size18 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -410px no-repeat;
}
#flags.size18 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -62px no-repeat;
}
#flags.size18 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -62px no-repeat;
}
#flags.size18 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -62px no-repeat;
}
#flags.size18 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -62px no-repeat;
}
#flags.size18 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -62px no-repeat;
}
#flags.size18 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -352px no-repeat;
}
#flags.size18 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -352px no-repeat;
}
#flags.size18 a.canada[title="English"] a.single-language.canada[title="English"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -439px no-repeat;
}
#flags.size18 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -91px no-repeat;
}
#flags.size18 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -91px no-repeat;
}
#flags.size18 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -91px no-repeat;
}
#flags.size18 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -91px no-repeat;
}
#flags.size18 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -91px no-repeat;
}
#flags.size18 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -120px no-repeat;
}
#flags.size18 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -120px no-repeat;
}
#flags.size18 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -120px no-repeat;
}
#flags.size18 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -120px no-repeat;
}
#flags.size18 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -120px no-repeat;
}
#flags.size18 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -468px no-repeat;
}
#flags.size18 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -120px no-repeat;
}
#flags.size18 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -149px no-repeat;
}
#flags.size18 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -149px no-repeat;
}
#flags.size18 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -149px no-repeat;
}
#flags.size18 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -149px no-repeat;
}
#flags.size18 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -149px no-repeat;
}
#flags.size18 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -149px no-repeat;
}
#flags.size18 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -178px no-repeat;
}
#flags.size18 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -178px no-repeat;
}
#flags.size18 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -178px no-repeat;
}
#flags.size18 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -178px no-repeat;
}
#flags.size18 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -178px no-repeat;
}
#flags.size18 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -178px no-repeat;
}
#flags.size18 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -410px no-repeat;
}
#flags.size18 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -207px no-repeat;
}
#flags.size18 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -207px no-repeat;
}
#flags.size18 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -468px no-repeat;
}
#flags.size18 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -468px no-repeat;
}
#flags.size18 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -207px no-repeat;
}
#flags.size18 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -207px no-repeat;
}
#flags.size18 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -207px no-repeat;
}
#flags.size18 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -207px no-repeat;
}
#flags.size18 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -496px no-repeat;
}
#flags.size18 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -236px no-repeat;
}
#flags.size18 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -410px no-repeat;
}
#flags.size18 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -236px no-repeat;
}
#flags.size18 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -410px no-repeat;
}
#flags.size18 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -236px no-repeat;
}
#flags.size18 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -236px no-repeat;
}
#flags.size18 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -236px no-repeat;
}
#flags.size18 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -236px no-repeat;
}
#flags.size18 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -410px no-repeat;
}
#flags.size18 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -265px no-repeat;
}
#flags.size18 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -265px no-repeat;
}
#flags.size18 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -496px no-repeat;
}
#flags.size18 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -265px no-repeat;
}
#flags.size18 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -265px no-repeat;
}
#flags.size18 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -265px no-repeat;
}
#flags.size18 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -439px no-repeat;
}
#flags.size18 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -265px no-repeat;
}
#flags.size18 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -294px no-repeat;
}
#flags.size18 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -294px no-repeat;
}
#flags.size18 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -468px no-repeat;
}
#flags.size18 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -468px no-repeat;
}
#flags.size18 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -294px no-repeat;
}
#flags.size18 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -410px no-repeat;
}
#flags.size18 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -496px no-repeat;
}
#flags.size18 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -439px no-repeat;
}
#flags.size18 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -294px no-repeat;
}
#flags.size18 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -294px no-repeat;
}
#flags.size18 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -294px no-repeat;
}
#flags.size18 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -323px no-repeat;
}
#flags.size18 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -439px no-repeat;
}
#flags.size18 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -381px no-repeat;
}
#flags.size18 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -323px no-repeat;
}
#flags.size18 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -323px no-repeat;
}
#flags.size18 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -439px no-repeat;
}
#flags.size18 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -323px no-repeat;
}
#flags.size18 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -323px no-repeat;
}
#flags.size18 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -323px no-repeat;
}
#flags.size18 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -352px no-repeat;
}
#flags.size18 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -352px no-repeat;
}
#flags.size18 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -439px no-repeat;
}
#flags.size18 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -381px no-repeat;
}
#flags.size18 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -31px -381px no-repeat;
}
#flags.size18 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -60px -381px no-repeat;
}
#flags.size18 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -89px -381px no-repeat;
}
#flags.size18 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size18 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags18.png) -118px -381px no-repeat;
} #flags.size16 a[title="Afrikaans"],
#language .switcher .selected a[title="Afrikaans"] span,
#language .switcher .option a[title="Afrikaans"] span,
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Albanian"],
#language .switcher .selected a[title="Albanian"] span,
#language .switcher .option a[title="Albanian"] span,
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -5px no-repeat;
}
#flags.size16 a[title="Amharic"],
#language .switcher .selected a[title="Amharic"] span,
#language .switcher .option a[title="Amharic"] span,
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -469px no-repeat;
}
#flags.size16 a[title="Arabic"],
#language .switcher .selected a[title="Arabic"] span,
#language .switcher .option a[title="Arabic"] span,
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -5px no-repeat;
}
#flags.size16 a[title="Armenian"],
#language .switcher .selected a[title="Armenian"] span,
#language .switcher .option a[title="Armenian"] span,
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -5px no-repeat;
}
#flags.size16 a[title="Azerbaijani"],
#language .switcher .selected a[title="Azerbaijani"] span,
#language .switcher .option a[title="Azerbaijani"] span,
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -5px no-repeat;
}
#flags.size16 a[title="Basque"],
#language .switcher .selected a[title="Basque"] span,
#language .switcher .option a[title="Basque"] span,
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -5px no-repeat;
}
#flags.size16 a[title="Belarusian"],
#language .switcher .selected a[title="Belarusian"] span,
#language .switcher .option a[title="Belarusian"] span,
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -34px no-repeat;
}
#flags.size16 a[title="Bengali"],
#language .switcher .selected a[title="Bengali"] span,
#language .switcher .option a[title="Bengali"] span,
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -34px no-repeat;
}
#flags.size16 a[title="Bosnian"],
#language .switcher .selected a[title="Bosnian"] span,
#language .switcher .option a[title="Bosnian"] span,
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -34px no-repeat;
}
#flags.size16 a[title="Bulgarian"],
#language .switcher .selected a[title="Bulgarian"] span,
#language .switcher .option a[title="Bulgarian"] span,
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -34px no-repeat;
}
#flags.size16 a[title="Catalan"],
#language .switcher .selected a[title="Catalan"] span,
#language .switcher .option a[title="Catalan"] span,
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -34px no-repeat;
}
#flags.size16 a[title="Cebuano"],
#language .switcher .selected a[title="Cebuano"] span,
#language .switcher .option a[title="Cebuano"] span,
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -34px no-repeat;
}
#flags.size16 a[title="Chichewa"],
#language .switcher .selected a[title="Chichewa"] span,
#language .switcher .option a[title="Chichewa"] span,
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -411px no-repeat;
}
#flags.size16 a[title="Chinese (Simplified)"],
#language .switcher .selected a[title="Chinese (Simplified)"] span,
#language .switcher .option a[title="Chinese (Simplified)"] span,
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -63px no-repeat;
}
#flags.size16 a[title="Chinese (Traditional)"],
#language .switcher .selected a[title="Chinese (Traditional)"] span,
#language .switcher .option a[title="Chinese (Traditional)"] span,
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -63px no-repeat;
}
#flags.size16 a[title="Corsican"],
#language .switcher .selected a[title="Corsican"] span,
#language .switcher .option a[title="Corsican"] span,
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Croatian"],
#language .switcher .selected a[title="Croatian"] span,
#language .switcher .option a[title="Croatian"] span,
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -63px no-repeat;
}
#flags.size16 a[title="Czech"],
#language .switcher .selected a[title="Czech"] span,
#language .switcher .option a[title="Czech"] span,
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -63px no-repeat;
}
#flags.size16 a[title="Danish"],
#language .switcher .selected a[title="Danish"] span,
#language .switcher .option a[title="Danish"] span,
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -63px no-repeat;
}
#flags.size16 a[title="Dutch"],
#language .switcher .selected a[title="Dutch"] span,
#language .switcher .option a[title="Dutch"] span,
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="English"],
#language .switcher .selected a[title="English"] span,
#language .switcher .option a[title="English"] span,
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -353px no-repeat;
}
#flags.size16 a.united-states[title="English"],
#language .switcher .selected a[title="English"] span.united-states,
#language .switcher .option a[title="English"] span.united-states,
a.single-language.united-states[title="English"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -353px no-repeat;
}
#flags.size16 a.canada[title="English"],
#language .switcher .selected a[title="English"] span.canada,
#language .switcher .option a[title="English"] span.canada,
a.single-language.canada[title="English"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -440px no-repeat;
}
#flags.size16 a[title="Esperanto"],
#language .switcher .selected a[title="Esperanto"] span,
#language .switcher .option a[title="Esperanto"] span,
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -92px no-repeat;
}
#flags.size16 a[title="Estonian"],
#language .switcher .selected a[title="Estonian"] span,
#language .switcher .option a[title="Estonian"] span,
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -92px no-repeat;
}
#flags.size16 a[title="Filipino"],
#language .switcher .selected a[title="Filipino"] span,
#language .switcher .option a[title="Filipino"] span,
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -92px no-repeat;
}
#flags.size16 a[title="Finnish"],
#language .switcher .selected a[title="Finnish"] span,
#language .switcher .option a[title="Finnish"] span,
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -92px no-repeat;
}
#flags.size16 a[title="French"],
#language .switcher .selected a[title="French"] span,
#language .switcher .option a[title="French"] span,
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Frisian"],
#language .switcher .selected a[title="Frisian"] span,
#language .switcher .option a[title="Frisian"] span,
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="Galician"],
#language .switcher .selected a[title="Galician"] span,
#language .switcher .option a[title="Galician"] span,
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -92px no-repeat;
}
#flags.size16 a[title="Georgian"],
#language .switcher .selected a[title="Georgian"] span,
#language .switcher .option a[title="Georgian"] span,
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -121px no-repeat;
}
#flags.size16 a[title="German"],
#language .switcher .selected a[title="German"] span,
#language .switcher .option a[title="German"] span,
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -121px no-repeat;
}
#flags.size16 a[title="Greek"],
#language .switcher .selected a[title="Greek"] span,
#language .switcher .option a[title="Greek"] span,
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -121px no-repeat;
}
#flags.size16 a[title="Gujarati"],
#language .switcher .selected a[title="Gujarati"] span,
#language .switcher .option a[title="Gujarati"] span,
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -121px no-repeat;
}
#flags.size16 a[title="Haitian"],
#language .switcher .selected a[title="Haitian"] span,
#language .switcher .option a[title="Haitian"] span,
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -121px no-repeat;
}
#flags.size16 a[title="Hawaiian"],
#language .switcher .selected a[title="Hawaiian"] span,
#language .switcher .option a[title="Hawaiian"] span,
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -469px no-repeat;
}
#flags.size16 a[title="Hausa"],
#language .switcher .selected a[title="Hausa"] span,
#language .switcher .option a[title="Hausa"] span,
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -121px no-repeat;
}
#flags.size16 a[title="Hebrew"],
#language .switcher .selected a[title="Hebrew"] span,
#language .switcher .option a[title="Hebrew"] span,
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -150px no-repeat;
}
#flags.size16 a[title="Hindi"],
#language .switcher .selected a[title="Hindi"] span,
#language .switcher .option a[title="Hindi"] span,
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -150px no-repeat;
}
#flags.size16 a[title="Hmong"],
#language .switcher .selected a[title="Hmong"] span,
#language .switcher .option a[title="Hmong"] span,
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -150px no-repeat;
}
#flags.size16 a[title="Hungarian"],
#language .switcher .selected a[title="Hungarian"] span,
#language .switcher .option a[title="Hungarian"] span,
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -150px no-repeat;
}
#flags.size16 a[title="Icelandic"],
#language .switcher .selected a[title="Icelandic"] span,
#language .switcher .option a[title="Icelandic"] span,
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -150px no-repeat;
}
#flags.size16 a[title="Igbo"],
#language .switcher .selected a[title="Igbo"] span,
#language .switcher .option a[title="Igbo"] span,
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -150px no-repeat;
}
#flags.size16 a[title="Indonesian"],
#language .switcher .selected a[title="Indonesian"] span,
#language .switcher .option a[title="Indonesian"] span,
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -179px no-repeat;
}
#flags.size16 a[title="Irish"],
#language .switcher .selected a[title="Irish"] span,
#language .switcher .option a[title="Irish"] span,
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -179px no-repeat;
}
#flags.size16 a[title="Italian"],
#language .switcher .selected a[title="Italian"] span,
#language .switcher .option a[title="Italian"] span,
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -179px no-repeat;
}
#flags.size16 a[title="Japanese"],
#language .switcher .selected a[title="Japanese"] span,
#language .switcher .option a[title="Japanese"] span,
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -179px no-repeat;
}
#flags.size16 a[title="Javanese"],
#language .switcher .selected a[title="Javanese"] span,
#language .switcher .option a[title="Javanese"] span,
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -179px no-repeat;
}
#flags.size16 a[title="Kannada"],
#language .switcher .selected a[title="Kannada"] span,
#language .switcher .option a[title="Kannada"] span,
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -179px no-repeat;
}
#flags.size16 a[title="Kazakh"],
#language .switcher .selected a[title="Kazakh"] span,
#language .switcher .option a[title="Kazakh"] span,
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -411px no-repeat;
}
#flags.size16 a[title="Khmer"],
#language .switcher .selected a[title="Khmer"] span,
#language .switcher .option a[title="Khmer"] span,
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -208px no-repeat;
}
#flags.size16 a[title="Korean"],
#language .switcher .selected a[title="Korean"] span,
#language .switcher .option a[title="Korean"] span,
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -208px no-repeat;
}
#flags.size16 a[title="Kurdish"],
#language .switcher .selected a[title="Kurdish"] span,
#language .switcher .option a[title="Kurdish"] span,
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -469px no-repeat;
}
#flags.size16 a[title="Kyrgyz"],
#language .switcher .selected a[title="Kyrgyz"] span,
#language .switcher .option a[title="Kyrgyz"] span,
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -469px no-repeat;
}
#flags.size16 a[title="Lao"],
#language .switcher .selected a[title="Lao"] span,
#language .switcher .option a[title="Lao"] span,
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -208px no-repeat;
}
#flags.size16 a[title="Latin"],
#language .switcher .selected a[title="Latin"] span,
#language .switcher .option a[title="Latin"] span,
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -208px no-repeat;
}
#flags.size16 a[title="Latvian"],
#language .switcher .selected a[title="Latvian"] span,
#language .switcher .option a[title="Latvian"] span,
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -208px no-repeat;
}
#flags.size16 a[title="Lithuanian"],
#language .switcher .selected a[title="Lithuanian"] span,
#language .switcher .option a[title="Lithuanian"] span,
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -208px no-repeat;
}
#flags.size16 a[title="Luxembourgish"],
#language .switcher .selected a[title="Luxembourgish"] span,
#language .switcher .option a[title="Luxembourgish"] span,
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -498px no-repeat;
}
#flags.size16 a[title="Macedonian"],
#language .switcher .selected a[title="Macedonian"] span,
#language .switcher .option a[title="Macedonian"] span,
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -237px no-repeat;
}
#flags.size16 a[title="Malay"],
#language .switcher .selected a[title="Malay"] span,
#language .switcher .option a[title="Malay"] span,
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -237px no-repeat;
}
#flags.size16 a[title="Malagasy"],
#language .switcher .selected a[title="Malagasy"] span,
#language .switcher .option a[title="Malagasy"] span,
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -411px no-repeat;
}
#flags.size16 a[title="Malayalam"],
#language .switcher .selected a[title="Malayalam"] span,
#language .switcher .option a[title="Malayalam"] span,
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -411px no-repeat;
}
#flags.size16 a[title="Maltese"],
#language .switcher .selected a[title="Maltese"] span,
#language .switcher .option a[title="Maltese"] span,
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -237px no-repeat;
}
#flags.size16 a[title="Maori"],
#language .switcher .selected a[title="Maori"] span,
#language .switcher .option a[title="Maori"] span,
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -237px no-repeat;
}
#flags.size16 a[title="Marathi"],
#language .switcher .selected a[title="Marathi"] span,
#language .switcher .option a[title="Marathi"] span,
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -237px no-repeat;
}
#flags.size16 a[title="Mongolian"],
#language .switcher .selected a[title="Mongolian"] span,
#language .switcher .option a[title="Mongolian"] span,
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -237px no-repeat;
}
#flags.size16 a[title="Myanmar (Burmese)"],
#language .switcher .selected a[title="Myanmar (Burmese)"] span,
#language .switcher .option a[title="Myanmar (Burmese)"] span,
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -411px no-repeat;
}
#flags.size16 a[title="Nepali"],
#language .switcher .selected a[title="Nepali"] span,
#language .switcher .option a[title="Nepali"] span,
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -266px no-repeat;
}
#flags.size16 a[title="Norwegian"],
#language .switcher .selected a[title="Norwegian"] span,
#language .switcher .option a[title="Norwegian"] span,
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -266px no-repeat;
}
#flags.size16 a[title="Pashto"],
#language .switcher .selected a[title="Pashto"] span,
#language .switcher .option a[title="Pashto"] span,
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -498px no-repeat;
}
#flags.size16 a[title="Persian"],
#language .switcher .selected a[title="Persian"] span,
#language .switcher .option a[title="Persian"] span,
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -266px no-repeat;
}
#flags.size16 a[title="Polish"],
#language .switcher .selected a[title="Polish"] span,
#language .switcher .option a[title="Polish"] span,
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -266px no-repeat;
}
#flags.size16 a[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span,
#language .switcher .option a[title="Portuguese"] span,
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -266px no-repeat;
}
#flags.size16 a.brazil[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span.brazil,
#language .switcher .option a[title="Portuguese"] span.brazil,
a.single-language.brazil[title="Portuguese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -440px no-repeat;
}
#flags.size16 a[title="Punjabi"],
#language .switcher .selected a[title="Punjabi"] span,
#language .switcher .option a[title="Punjabi"] span,
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -266px no-repeat;
}
#flags.size16 a[title="Romanian"],
#language .switcher .selected a[title="Romanian"] span,
#language .switcher .option a[title="Romanian"] span,
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -295px no-repeat;
}
#flags.size16 a[title="Russian"],
#language .switcher .selected a[title="Russian"] span,
#language .switcher .option a[title="Russian"] span,
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -295px no-repeat;
}
#flags.size16 a[title="Samoan"],
#language .switcher .selected a[title="Samoan"] span,
#language .switcher .option a[title="Samoan"] span,
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -469px no-repeat;
}
#flags.size16 a[title="Scots Gaelic"],
#language .switcher .selected a[title="Scots Gaelic"] span,
#language .switcher .option a[title="Scots Gaelic"] span,
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -469px no-repeat;
}
#flags.size16 a[title="Serbian"],
#language .switcher .selected a[title="Serbian"] span,
#language .switcher .option a[title="Serbian"] span,
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -295px no-repeat;
}
#flags.size16 a[title="Sesotho"],
#language .switcher .selected a[title="Sesotho"] span,
#language .switcher .option a[title="Sesotho"] span,
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -411px no-repeat;
}
#flags.size16 a[title="Shona"],
#language .switcher .selected a[title="Shona"] span,
#language .switcher .option a[title="Shona"] span,
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -498px no-repeat;
}
#flags.size16 a[title="Sindhi"],
#language .switcher .selected a[title="Sindhi"] span,
#language .switcher .option a[title="Sindhi"] span,
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Sinhala"],
#language .switcher .selected a[title="Sinhala"] span,
#language .switcher .option a[title="Sinhala"] span,
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -440px no-repeat;
}
#flags.size16 a[title="Slovak"],
#language .switcher .selected a[title="Slovak"] span,
#language .switcher .option a[title="Slovak"] span,
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -295px no-repeat;
}
#flags.size16 a[title="Slovenian"],
#language .switcher .selected a[title="Slovenian"] span,
#language .switcher .option a[title="Slovenian"] span,
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -295px no-repeat;
}
#flags.size16 a[title="Somali"],
#language .switcher .selected a[title="Somali"] span,
#language .switcher .option a[title="Somali"] span,
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -295px no-repeat;
}
#flags.size16 a[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span,
#language .switcher .option a[title="Spanish"] span,
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -324px no-repeat;
}
#flags.size16 a.mexico[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span.mexico,
#language .switcher .option a[title="Spanish"] span.mexico,
a.single-language.mexico[title="Spanish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -440px no-repeat;
}
#flags.size16 a[title="Swahili"],
#language .switcher .selected a[title="Swahili"] span,
#language .switcher .option a[title="Swahili"] span,
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -324px no-repeat;
}
#flags.size16 a[title="Swedish"],
#language .switcher .selected a[title="Swedish"] span,
#language .switcher .option a[title="Swedish"] span,
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -324px no-repeat;
}
#flags.size16 a[title="Sundanese"],
#language .switcher .selected a[title="Sundanese"] span,
#language .switcher .option a[title="Sundanese"] span,
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -382px no-repeat;
}
#flags.size16 a[title="Tajik"],
#language .switcher .selected a[title="Tajik"] span,
#language .switcher .option a[title="Tajik"] span,
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -440px no-repeat;
}
#flags.size16 a[title="Tamil"],
#language .switcher .selected a[title="Tamil"] span,
#language .switcher .option a[title="Tamil"] span,
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -324px no-repeat;
}
#flags.size16 a[title="Telugu"],
#language .switcher .selected a[title="Telugu"] span,
#language .switcher .option a[title="Telugu"] span,
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -324px no-repeat;
}
#flags.size16 a[title="Thai"],
#language .switcher .selected a[title="Thai"] span,
#language .switcher .option a[title="Thai"] span,
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -324px no-repeat;
}
#flags.size16 a[title="Turkish"],
#language .switcher .selected a[title="Turkish"] span,
#language .switcher .option a[title="Turkish"] span,
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -353px no-repeat;
}
#flags.size16 a[title="Ukrainian"],
#language .switcher .selected a[title="Ukrainian"] span,
#language .switcher .option a[title="Ukrainian"] span,
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -353px no-repeat;
}
#flags.size16 a[title="Urdu"],
#language .switcher .selected a[title="Urdu"] span,
#language .switcher .option a[title="Urdu"] span,
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Uzbek"],
#language .switcher .selected a[title="Uzbek"] span,
#language .switcher .option a[title="Uzbek"] span,
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -440px no-repeat;
}
#flags.size16 a[title="Vietnamese"],
#language .switcher .selected a[title="Vietnamese"] span,
#language .switcher .option a[title="Vietnamese"] span,
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -382px no-repeat;
}
#flags.size16 a[title="Welsh"],
#language .switcher .selected a[title="Welsh"] span,
#language .switcher .option a[title="Welsh"] span,
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -33px -382px no-repeat;
}
#flags.size16 a[title="Xhosa"],
#language .switcher .selected a[title="Xhosa"] span,
#language .switcher .option a[title="Xhosa"] span,
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Yiddish"],
#language .switcher .selected a[title="Yiddish"] span,
#language .switcher .option a[title="Yiddish"] span,
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -62px -382px no-repeat;
}
#flags.size16 a[title="Yoruba"],
#language .switcher .selected a[title="Yoruba"] span,
a.single-language[title="Yoruba"] span.size16 span,
#language .switcher .option a[title="Yoruba"] span,
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -91px -382px no-repeat;
}
#flags.size16 a[title="Zulu"],
#language .switcher .selected a[title="Zulu"] span,
#language .switcher .option a[title="Zulu"] span,
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size16 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags16.png) -120px -382px no-repeat;
} #flags.size24 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -3px no-repeat;
}
#flags.size24 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -467px no-repeat;
}
#flags.size24 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -3px no-repeat;
}
#flags.size24 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -3px no-repeat;
}
#flags.size24 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -3px no-repeat;
}
#flags.size24 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -3px no-repeat;
}
#flags.size24 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -32px no-repeat;
}
#flags.size24 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -32px no-repeat;
}
#flags.size24 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -32px no-repeat;
}
#flags.size24 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -32px no-repeat;
}
#flags.size24 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -32px no-repeat;
}
#flags.size24 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -32px no-repeat;
}
#flags.size24 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -409px no-repeat;
}
#flags.size24 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -61px no-repeat;
}
#flags.size24 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -61px no-repeat;
}
#flags.size24 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -61px no-repeat;
}
#flags.size24 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -61px no-repeat;
}
#flags.size24 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -61px no-repeat;
}
#flags.size24 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -351px no-repeat;
}
#flags.size24 a.united-states[title="English"],
.tool-container a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -351px no-repeat !important;
}
#flags.size24 a.canada[title="English"],
.tool-container a.canada[title="English"],
a.single-language.canada[title="English"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -438px no-repeat !important;
}
#flags.size24 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -90px no-repeat;
}
#flags.size24 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -90px no-repeat;
}
#flags.size24 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -90px no-repeat;
}
#flags.size24 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -90px no-repeat;
}
#flags.size24 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -90px no-repeat;
}
#flags.size24 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -119px no-repeat;
}
#flags.size24 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -119px no-repeat;
}
#flags.size24 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -119px no-repeat;
}
#flags.size24 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -119px no-repeat;
}
#flags.size24 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -119px no-repeat;
}
#flags.size24 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -119px no-repeat;
}
#flags.size24 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -467px no-repeat;
}
#flags.size24 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -148px no-repeat;
}
#flags.size24 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -148px no-repeat;
}
#flags.size24 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -148px no-repeat;
}
#flags.size24 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -148px no-repeat;
}
#flags.size24 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -148px no-repeat;
}
#flags.size24 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -148px no-repeat;
}
#flags.size24 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -177px no-repeat;
}
#flags.size24 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -177px no-repeat;
}
#flags.size24 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -177px no-repeat;
}
#flags.size24 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -177px no-repeat;
}
#flags.size24 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -177px no-repeat;
}
#flags.size24 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -177px no-repeat;
}
#flags.size24 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -409px no-repeat;
}
#flags.size24 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -206px no-repeat;
}
#flags.size24 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -206px no-repeat;
}
#flags.size24 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -467px no-repeat;
}
#flags.size24 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -467px no-repeat;
}
#flags.size24 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -206px no-repeat;
}
#flags.size24 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -206px no-repeat;
}
#flags.size24 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -206px no-repeat;
}
#flags.size24 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -206px no-repeat;
}
#flags.size24 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -496px no-repeat;
}
#flags.size24 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -235px no-repeat;
}
#flags.size24 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -409px no-repeat;
}
#flags.size24 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -235px no-repeat;
}
#flags.size24 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -409px no-repeat;
}
#flags.size24 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -235px no-repeat;
}
#flags.size24 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -235px no-repeat;
}
#flags.size24 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -235px no-repeat;
}
#flags.size24 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -235px no-repeat;
}
#flags.size24 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -409px no-repeat;
}
#flags.size24 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -264px no-repeat;
}
#flags.size24 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -264px no-repeat;
}
#flags.size24 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -496px no-repeat;
}
#flags.size24 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -264px no-repeat;
}
#flags.size24 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -264px no-repeat;
}
#flags.size24 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -264px no-repeat !important;
}
#flags.size24 a.brazil[title="Portuguese"],
.tool-container a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -438px no-repeat !important;
}
#flags.size24 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -264px no-repeat;
}
#flags.size24 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -293px no-repeat;
}
#flags.size24 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -293px no-repeat;
}
#flags.size24 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -467px no-repeat;
}
#flags.size24 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -467px no-repeat;
}
#flags.size24 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -293px no-repeat;
}
#flags.size24 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -409px no-repeat;
}
#flags.size24 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -496px no-repeat;
}
#flags.size24 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0px -438px no-repeat;
}
#flags.size24 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -293px no-repeat;
}
#flags.size24 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -293px no-repeat;
}
#flags.size24 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -293px no-repeat;
}
#flags.size24 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -322px no-repeat;
}
#flags.size24 a.mexico[title="Spanish"],
.tool-container a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -438px no-repeat !important;
}
#flags.size24 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -380px no-repeat;
}
#flags.size24 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -322px no-repeat;
}
#flags.size24 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -322px no-repeat;
}
#flags.size24 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -438px no-repeat;
}
#flags.size24 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -322px no-repeat;
}
#flags.size24 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -322px no-repeat;
}
#flags.size24 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -322px no-repeat;
}
#flags.size24 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -351px no-repeat;
}
#flags.size24 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -351px no-repeat;
}
#flags.size24 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -438px no-repeat;
}
#flags.size24 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -380px no-repeat;
}
#flags.size24 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -29px -380px no-repeat;
}
#flags.size24 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -58px -380px no-repeat;
}
#flags.size24 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -87px -380px no-repeat;
}
#flags.size24 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size24 {
background: url(//www.antislip.ca/wp-content/plugins/google-language-translator/images/flags.png) -116px -380px no-repeat;
}
.glt-controls {
margin-bottom: 15px;
background: #f0f0f0;
padding: 10px;
} @media only screen and (max-width:1023px) {
.metabox-holder {
float:none !important;
width:100% !important;
}
.flagdisplay {
float:none !important;
width:100% !important;
}
.flagdisplay div {
margin-bottom:10px;
}
}#glt-toolbar { 
display:none; 
}
#glt-translate-trigger {
position:fixed;
bottom:0px;
top:auto;
right: 20px;
z-index:200002;
padding:6px 20px 3px;
font-size:16px;
font-family:Arial;
font-weight:700;
color:#fff;
text-shadow:0px -1px 0px rgba(0,0,0,0.25);
text-decoration:none;
text-align:center;
box-shadow:0px 0px 9px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
background:linear-gradient(center top, #fbb450, #f89406);
background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
background: -webkit-linear-gradient(#fbb450, #f89406);
background: -moz-linear-gradient(#fbb450, #f89406);
background: -o-linear-gradient(#fbb450, #f89406);
background: -ms-linear-gradient(#fbb450, #f89406);
background: linear-gradient(#fbb450, #f89406);
background: -o-linear-gradientcenter(center top, #fbb450, #f89406); 
}
.tool-container {
background-color: #d0cbcb;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
background: -ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);
background: linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );
background-size: 100% 100%;
border-radius: 3px;
box-shadow: 0px 0px 15px #000;
position: absolute;
}
.tool-container.tool-top, .tool-container.tool-bottom {
border-bottom: 1px solid #beb8b8 ; }
.tool-items {
height: 100%;	
}
.tool-top .tool-item, .tool-bottom .tool-item {
float: left; }
.tool-left .tool-item, .tool-right .tool-item {
height: 34px;
border-top: 1px solid #e2dfdf;
border-bottom: 1px solid #9f9898;
}
.tool-item {
height: 100%;
display: block;				
width: 34px;
text-align: center;
}
.tool-item:first-child {
border-left: none;
}
.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
border-top: 1px solid transparent;
}
.tool-item:last-child {
border-right: none;
border-bottom: none;
}
.tool-item.selected, .tool-item:hover  {
background: #a79f9f;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79f9f', endColorstr='#e2dfdf',GradientType=0 );
}
.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tool-top  .tool-item:first-child:hover, .tool-bottom  .tool-item:first-child:hover {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.tool-container .arrow {
width:0;
height:0;
position: absolute;	
border-width:7px;
border-style:solid;
}
.tool-container.tool-top .arrow {
border-color: #e9e5e5 transparent transparent; 
left: 50%;  
bottom: -14px;
margin-left: -7px;
}
.tool-container.tool-bottom .arrow {
border-color: transparent transparent #e9e5e5; 
left: 50%;  
top: -14px;
margin-left: -7px;
}
.tool-container.tool-left .arrow {
border-color: transparent transparent transparent #E9E5E5;
top: 50%;
right: -14px;
margin-top: -7px;
}
.tool-container.tool-right .arrow {
border-color: transparent #E9E5E5 transparent transparent;
top: 50%;
left: -14px;
margin-top: -7px;
}
.demo-link {
color: #89CDE4;
text-decoration: underline;
cursor: pointer;
margin-left: 30px;
}
.demo-link:hover {
text-decoration: none;
cursor: pointer;
}@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.antislip.ca/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.eot);
src: local('☺'), url(//www.antislip.ca/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.antislip.ca/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.antislip.ca/wp-content/plugins/gp-back-to-top/glyphicons-halflings-regular.svg) format('svg');
font-weight: normal;
font-style: normal;
}
.gp-back-to-top {
display: none;
width: 35px;
height: 35px;
border-radius: 50%;
padding: 5px;
background-color: #111f1c;
color: #ffffff;
text-align: center;
position: fixed;
z-index: 99999;
bottom: 90px;
right: 20px;
font-size: 20px;
cursor: pointer;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.gp-back-to-top span {
position: absolute;
top: 24%;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
font-family: 'Glyphicons Halflings';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-back-to-top span:before {
content: '\e113';
}@font-face {
font-family: 'bwg';
src: url(//www.antislip.ca/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot?qy18kk);
src: url(//www.antislip.ca/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.eot?qy18kk#iefix) format('embedded-opentype'),
url(//www.antislip.ca/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.ttf?qy18kk) format('truetype'),
url(//www.antislip.ca/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.woff?qy18kk) format('woff'),
url(//www.antislip.ca/wp-content/plugins/photo-gallery/css/bwg-fonts/fonts/bwg.svg?qy18kk#bwg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="bwg-icon-"],
[class*=" bwg-icon-"],
.bwg-icon { font-family: 'bwg' !important;
speak: none;
display:inline-block;
line-height: 1;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
vertical-align: top; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bwg-icon-angle-down:before {
content: "\e900";
}
.bwg-icon-angle-down-sm:before {
content: "\e901";
}
.bwg-icon-angle-left:before {
content: "\e902";
}
.bwg-icon-angle-left-sm:before {
content: "\e903";
}
.bwg-icon-angle-right:before {
content: "\e904";
}
.bwg-icon-angle-right-sm:before {
content: "\e905";
}
.bwg-icon-angle-up:before {
content: "\e906";
}
.bwg-icon-angle-up-sm:before {
content: "\e907";
}
.bwg-icon-arrow-down:before {
content: "\e908";
}
.bwg-icon-arrow-left:before {
content: "\e909";
}
.bwg-icon-arrow-right:before {
content: "\e90a";
}
.bwg-icon-arrows-in:before {
content: "\e90b";
}
.bwg-icon-arrows-out:before {
content: "\e90c";
}
.bwg-icon-arrow-up:before {
content: "\e90d";
}
.bwg-icon-bell:before {
content: "\e90e";
}
.bwg-icon-bell-half-o:before {
content: "\e90f";
}
.bwg-icon-bell-o:before {
content: "\e910";
}
.bwg-icon-caret-down:before {
content: "\e911";
}
.bwg-icon-caret-up:before {
content: "\e912";
}
.bwg-icon-chevron-down-sm:before {
content: "\e913";
}
.bwg-icon-chevron-left:before {
content: "\e914";
}
.bwg-icon-chevron-left-sm:before {
content: "\e915";
}
.bwg-icon-chevron-right:before {
content: "\e916";
}
.bwg-icon-chevron-right-sm:before {
content: "\e917";
}
.bwg-icon-chevron-up-sm:before {
content: "\e918";
}
.bwg-icon-circle:before {
content: "\e919";
}
.bwg-icon-circle-half:before {
content: "\e91a";
}
.bwg-icon-circle-o:before {
content: "\e91b";
}
.bwg-icon-comment-square:before {
content: "\e91c";
}
.bwg-icon-compress:before {
content: "\e91d";
}
.bwg-icon-double-left:before {
content: "\e91e";
}
.bwg-icon-double-right:before {
content: "\e91f";
}
.bwg-icon-download:before {
content: "\e920";
}
.bwg-icon-expand:before {
content: "\e921";
}
.bwg-icon-facebook-square:before {
content: "\e922";
}
.bwg-icon-flag:before {
content: "\e923";
}
.bwg-icon-flag-haif-o:before {
content: "\e924";
}
.bwg-icon-flag-o:before {
content: "\e925";
}
.bwg-icon-google-plus-square:before {
content: "\e926";
}
.bwg-icon-heart:before {
content: "\e927";
}
.bwg-icon-heart-half-o:before {
content: "\e928";
}
.bwg-icon-heart-o:before {
content: "\e929";
}
.bwg-icon-info-circle:before {
content: "\e92a";
}
.bwg-icon-minus-square:before {
content: "\e92b";
}
.bwg-icon-minus-square-o:before {
content: "\e92c";
}
.bwg-icon-pause:before {
content: "\e92d";
}
.bwg-icon-pinterest-square:before {
content: "\e92e";
}
.bwg-icon-play:before {
content: "\e92f";
}
.bwg-icon-refresh:before {
content: "\e930";
}
.bwg-icon-search:before {
content: "\e931";
}
.bwg-icon-shopping-cart:before {
content: "\e932";
}
.bwg-icon-sign-out:before {
content: "\e933";
}
.bwg-icon-square:before {
content: "\e934";
}
.bwg-icon-square-half:before {
content: "\e935";
}
.bwg-icon-square-o:before {
content: "\e936";
}
.bwg-icon-star:before {
content: "\e937";
}
.bwg-icon-star-half-o:before {
content: "\e938";
}
.bwg-icon-star-o:before {
content: "\e939";
}
.bwg-icon-times:before {
content: "\e93a";
}
.bwg-icon-times-sm:before {
content: "\e93b";
}
.bwg-icon-tumblr-square:before {
content: "\e93c";
}
.bwg-icon-twitter-square:before {
content: "\e93d";
}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;position:absolute;top:0;left:0;width:100%;margin:0;padding:5px 8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799d0;border-color:#7799d0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #a4a4a4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px 6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#e4e4e4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px 0}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.reset-all{padding:5px 10px 5px 35px;border-bottom:1px solid #cdcdcd}.SumoSelect[is-selected=false] .reset-all{opacity:.5;pointer-events:none}.SumoSelect[is-selected=true] .reset-all{opacity:1;cursor:pointer;color:#7799d0}.SumoSelect[is-selected=true] .reset-all *{cursor:pointer}.SumoSelect[is-selected=true] .reset-all:hover{color:#000}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.spider_popup_wrap .bwg_image_wrap figure{margin:0;padding:0;display:inline-block}figure.zoom{background-position:50% 50%;background-size:200%;position:relative;width:auto;overflow:hidden;cursor:zoom-in}figure.zoom img:hover{opacity:0}figure.zoom img{transition:opacity .5s;display:block}div[id^=bwg_container] p{padding:0!important;margin:0!important}div[id^=bwg_container] img{box-shadow:none!important}div[id^=bwg_container] *{margin:0}div[id^=bwg_container] .SumoSelect.open>.CaptionCont,div[id^=bwg_container] .SumoSelect:focus>.CaptionCont,div[id^=bwg_container] .SumoSelect:hover>.CaptionCont,div[id^=bwg_container] .SumoSelect>.CaptionCont{border:none;box-shadow:none}#bwg_tag_wrap{background-color:#fff;width:100%;font-family:inherit;margin:0 -5px 20px 0;z-index:200;position:relative}.bwg_search_loupe_container,.bwg_search_reset_container{font-size:18px;color:#ccc;cursor:pointer;position:relative}#bwg_tag_container p{text-align:center}#bwg_tag_container{border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;width:256px;float:right}#spider_popup_wrap a{border:none;box-shadow:none}div[id^=bwg_container].bwg_container .bwg-a{border:none;box-shadow:none!important;outline:0;font-size:0;line-height:normal;cursor:pointer;text-decoration:none}div[id^=bwg_container].bwg_container .bwg-masonry-thumb-description,div[id^=bwg_container].bwg_container .bwg-thumb-description{cursor:auto}div[id^=bwg_container] div[id^=bwg_container] .bwg_img_clear{max-height:none!important;max-width:none!important;padding:0!important}.tag_cloud_link{font-size:inherit!important}@media print{#spider_popup_left,#spider_popup_right,.bwg_image_info,[class^=bwg_slideshow_title_text_],[id^=bwg_slideshow_play_pause_],[id^=spider_slideshow_left_],[id^=spider_slideshow_right_]{background:0 0}}.bwg_spider_popup_loading,.footer-list-block .bwp_gallery .bwg_spider_popup_loading,.footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading{background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:0 0;background-size:30px 30px;border:none!important;display:none;height:30px;left:50%;margin-left:-20px;margin-top:-20px;overflow:hidden;position:fixed;top:50%;width:30px;z-index:10102}.bwg_filmstrip_thumbnail_img{max-width:none!important}.dashicons-arrow-down-alt2:before{content:"\f347";height:100%;display:inline-block}.footer-list-block .bwp_gallery .spider_popup_overlay,.footer-list-block .bwp_gallery_tags .spider_popup_overlay,.spider_popup_overlay{cursor:pointer;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10100}.bwp_gallery_tags div[id^=bwg_container] li{border:none}.spider_popup_close,.spider_popup_close_fullscreen{-moz-box-sizing:content-box!important;box-sizing:content-box!important;cursor:pointer;display:table;line-height:0;position:absolute;z-index:11100}.spider_popup_close_fullscreen{margin:10px 7px;right:7px}#spider_popup_left{left:0}#spider_popup_right{right:0}#spider_popup_left:hover,#spider_popup_right:hover{visibility:visible}#spider_popup_left:hover span{left:20px}#spider_popup_right:hover span{left:auto;right:20px}#spider_popup_left,#spider_popup_right{background:transparent url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/blank.gif) repeat scroll 0 0;bottom:35%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:35%;z-index:10130}#bwg_image_container #spider_popup_left,#bwg_image_container #spider_popup_right{width:25%}#spider_popup_left-ico,#spider_popup_right-ico{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:table;line-height:0;margin-top:-15px;position:absolute;top:50%;z-index:10135}.bwg_captcha_refresh{background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/captcha_refresh.png);background-position:center center;background-repeat:no-repeat;background-size:100% 100%;border-width:0;cursor:pointer;display:inline-block;height:20px;width:20px;margin:0;padding:0;vertical-align:middle}.bwg_captcha_input{vertical-align:middle;width:75px!important}.bwg_captcha_img{cursor:pointer;margin:0 5px 0 5px;vertical-align:middle}.bwg_comment_error{color:red;display:block}.bwg_comment_waiting_message{display:none}.bwg_image_hit_container1,.bwg_image_info_container1,.bwg_image_rate_container1{height:100%;margin:0 auto;position:absolute;width:100%}.bwg_image_rate_container1{display:none}.bwg_image_hit_container2,.bwg_image_info_container2,.bwg_image_rate_container2{display:table;height:100%;margin:0 auto;position:absolute;width:100%}.bwg_image_hit_spun,.bwg_image_info_spun,.bwg_image_rate_spun{display:table-cell;height:100%;left:0;top:0;width:100%;overflow:hidden;position:relative}.bwg_image_hit,.bwg_image_info,.bwg_image_rate{display:inline-block;position:relative;text-decoration:none;word-wrap:break-word;z-index:11}.bwg_image_rate{z-index:999!important}.bwg_image_rate_disabled{display:none;position:absolute;width:100%;height:40px;top:0}@media screen and (max-width:465px){.bwg_ctrl_btn_container{height:auto!important}}.bwg_search_container_1{display:inline-block;width:100%;text-align:right;margin:0 5px 20px 0;background-color:rgba(0,0,0,0)}.bwg_search_container_2{display:inline-block;position:relative;border-radius:4px;box-shadow:0 0 3px 1px #ccc;background-color:#fff;border:1px solid #ccc;max-width:100%}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container{display:block;margin-right:45px}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_loupe_container{display:inline-block;margin-right:1px;vertical-align:middle;float:right}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_reset_container{margin-right:5px;vertical-align:middle;float:right}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_reset,.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search{display:block;font-size:10px;color:#323a45;cursor:pointer;line-height:inherit!important}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search{font-size:12px}div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus{color:#070707;outline:0;border:none;box-shadow:none;background:0 0;padding:3px 5px;font-family:inherit;width:100%}.bwg_order_cont .SumoSelect{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;height:initial;max-width:100%;padding:0 10px}.SumoSelect>.optWrapper>.options li.opt{border:none;text-align:left}.bwg_order_cont .SumoSelect .CaptionCont{text-align:left}.bwg_order_cont{background-color:rgba(0,0,0,0);display:block;text-align:right;width:100%;margin:0 5px 20px 0}#bwg_tag_container .SumoSelect,.bwg_order_cont .SumoSelect{display:inline-table}#bwg_tag_container .SumoSelect ul.options,.bwg_order_cont .SumoSelect ul.options{margin:0;padding:0!important}#bwg_tag_container .SumoSelect li,.bwg_order_cont .SumoSelect li{list-style:none}#bwg_tag_container .SumoSelect.open .search-txt{padding:0 8px;height:100%}#bwg_tag_container .SumoSelect>.optWrapper>.options li label{margin:0}.bwg_order_label{border:none;box-shadow:none;color:#bbb;font-family:inherit;font-weight:700;outline:0}.bwg_order{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 3px 1px #ccc;border-radius:4px;height:initial;max-width:100%;text-align:left}.wd_error{color:#ccc;font-size:initial}div[id^=bwg_container] .bwg_download_gallery{text-align:right;margin-top:10px}div[id^=bwg_container] .bwg_download_gallery a{color:#4a4a4a;font-size:25px;text-decoration:none}div[id^=bwg_container] .bwg_download_gallery a:hover{color:#7d7d7d}div[id^=bwg_container] .bwg-border-box *{-moz-box-sizing:border-box;box-sizing:border-box}.bwg-flex{display:flex}.bwg-width-100{width:100%;max-width:100%}.bwg-flex-column{flex-direction:column}.bwg-flex-row{flex-direction:row;flex-wrap:wrap}.bwg-container{font-size:0;width:100%;max-width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.bwg-item{display:flex;flex-direction:column;cursor:pointer}.bwg-item0{overflow:hidden;z-index:100}.bwg-item0:hover{background:0 0!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;opacity:1;z-index:102;position:relative}.bwg-item1{overflow:hidden;width:100%;position:relative}.bwg-item2{top:0;left:0;bottom:0;right:0;width:100%;height:100%}.bwg-item2{position:absolute}.bwg-ecommerce1,.bwg-title1{opacity:1;text-align:center;width:100%}.bwg-ecommerce1{text-align:right}.bwg-title2{width:100%;word-wrap:break-word}.bwg-item0:hover .bwg-ecommerce1,.bwg-item0:hover .bwg-title1{left:0!important;opacity:1!important}.bwg-play-icon1{display:flex;width:auto;height:auto;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;justify-content:center;align-content:center;flex-direction:column;text-align:center}.bwg_loading_div_1{position:absolute;width:100%;height:100%;z-index:115;text-align:center;vertical-align:middle;top:0}.bwg_load_more_ajax_loading{width:100%;z-index:115;text-align:center;vertical-align:middle;position:relative;height:30px}.bwg_load_more_ajax_loading.bwg-hidden{height:0}.bwg_loading_div_2{display:table;vertical-align:middle;width:100%;height:100%;background-color:#fff;opacity:.95}.bwg_loading_div_3{display:table-cell;text-align:center;position:relative;vertical-align:middle}.bwg_spider_ajax_loading{border:none!important;display:inline-block;text-align:center;position:relative;vertical-align:middle;background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/ajax_loader.png);float:none;width:30px;height:30px;background-size:30px 30px}.bwg-hidden{visibility:hidden}.bwg_container{position:relative;margin:20px auto}.bwg_inst_play_btn_cont,.bwg_inst_play_btn_cont .bwg_inst_play{display:block}.hidden{display:none}.bwg-loading{width:100%;height:100%;opacity:.95;position:absolute;background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-position:center;background-repeat:no-repeat;background-size:50px;z-index:100100;top:0;left:0}#bwg_download{display:inline-block}#bwg_download.hidden{display:none}.bwg_thumbnail.bwg_container .search_line.bwg_tag_select_view{min-height:50px;-webkit-box-shadow:0 5px 7px -5px rgba(0,0,0,.16);-moz-box-shadow:0 5px 7px -5px rgba(0,0,0,.16);box-shadow:0 5px 7px -5px rgba(0,0,0,.16);margin-bottom:10px;display:inline-block;width:100%}.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap,.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1{float:left;display:table-cell;text-align:left;vertical-align:middle}.bwg_thumbnail.bwg_container .search_line #bwg_tag_wrap #bwg_tag_container,.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select{border:.5px solid rgba(0,0,0,.15);box-shadow:none;border-radius:15px}.bwg_thumbnail.bwg_container .search_line .bwg_order_cont,.bwg_thumbnail.bwg_container .search_line .search_tags_container{width:25%;min-width:120px;max-width:180px;margin-right:20px;border:.5px solid rgba(0,0,0,.15);box-shadow:none;border-radius:15px;float:left;height:30px;padding:0;cursor:pointer;background:#fff}.bwg_thumbnail.bwg_container .search_line .bwg_order_cont select,.bwg_thumbnail.bwg_container .search_line .placeholder,.bwg_thumbnail.bwg_container .search_line .search-txt,.bwg_thumbnail.bwg_container .search_line .select-all,.bwg_thumbnail.bwg_container .search_line.SumoSelect .opt label{color:#323a45;font-size:12px;text-transform:uppercase;font-weight:400;font-family:Ubuntu;margin:0;border:none}.bwg_thumbnail.bwg_container .search_line .select-all label{margin-bottom:0;line-height:13px}.bwg_thumbnail.bwg_container .search_line .SumoSelect ul.options:not(:empty){padding:15px 0 0 10px!important}.bwg_thumbnail.bwg_container .search_line .SumoSelect{padding:0 10px;width:initial;height:inherit;cursor:pointer;display:block;border:none;box-shadow:none;border-radius:0;max-width:100%;background-color:transparent;line-height:inherit;vertical-align:bottom}.bwg_thumbnail.bwg_container .search_line .bwg_search_input_container{height:30px;text-align:center;font-size:12px;font-family:Ubuntu;border-radius:15px;text-align:left;width:calc(100%);margin:0;overflow:hidden}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input,.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input:focus{height:30px;padding:0 10px;text-align:center;font-size:12px;font-family:Ubuntu;border-radius:15px;text-align:left;width:calc(100% - 64px);display:inline-table}.bwg_thumbnail.bwg_container .search_line .CaptionCont span{display:block!important;vertical-align:middle;color:#323a45!important;font-size:12px;text-transform:uppercase;font-family:Ubuntu;cursor:pointer;line-height:29px;max-width:calc(100% - 20px)}.bwg_thumbnail .search_tags{cursor:pointer}.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all>span,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt span{margin-left:-35px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:25px}.bwg_thumbnail .bwg_search_input::-webkit-input-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;font-family:Ubuntu}.bwg_thumbnail .bwg_search_input::-moz-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu;line-height:30px}.bwg_thumbnail .bwg_search_input:-ms-input-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu}.bwg_thumbnail .bwg_search_input:-moz-placeholder{color:#ccc;font-size:12px;text-transform:uppercase;text-align:left;font-family:Ubuntu}.bwg_thumbnail .search-txt::-webkit-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px!important}.bwg_thumbnail .search-txt::-moz-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px!important}.bwg_thumbnail .search-txt::-ms-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .search-txt:-ms-input-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .search-txt:-moz-placeholder{text-align:left;color:#323a45;opacity:.5;font-size:12px}.bwg_thumbnail .bwg_search_input_container .search_placeholder_title{width:calc(100% - 20px);height:29px;text-align:center;display:inline-block;background:#fff;position:absolute;top:.5px;left:10px;white-space:nowrap;border-radius:15px;color:#4e4e4e;text-transform:uppercase;overflow:hidden}.bwg_thumbnail .bwg_search_input_container .search_placeholder_title span{line-height:28px}.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container{line-height:29px;display:inline-block;top:0;margin-right:10px;vertical-align:middle;float:none;padding-top:0;font-size:12px;font-family:Ubuntug}.bwg_thumbnail.bwg_container .search_line .bwg_search_loupe_container1{margin-left:0;float:left;top:0;line-height:30px;width:auto;height:30px;margin-left:10px}.bwg_thumbnail.bwg_container .search_line .bwg_search_reset_container{right:0;top:0;line-height:30px;width:11px;height:30px;margin-right:10px}.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1{float:right;width:30%;min-width:120px}.bwg_thumbnail.bwg_container .search_line .bwg_search_container_1 .bwg_search_container_2{width:100%!important;float:right}.bwg_thumbnail.bwg_container .search_line .SumoSelect .select-all{padding:0 0 3px 35px!important;height:13px;line-height:13px;margin-bottom:15px!important}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt{margin-bottom:15px;padding:0;list-style:none;color:#323a45;font-size:12px;text-transform:uppercase;font-family:Ubuntu;line-height:12px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{font-family:Ubuntu;font-size:12px;line-height:12px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background:0 0}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.optWrapper>.options li.opt label{color:#323a45;font-size:12px;text-transform:uppercase;font-family:Ubuntu;font-weight:400;margin-bottom:0}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont{height:inherit;border:transparent;background:inherit;width:100%;cursor:pointer;max-height:calc(100% - 2px)}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label{margin:0;line-height:100%;cursor:pointer;width:20px}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i{background:0 0;line-height:100%;height:100%}.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.closed:before,.bwg_thumbnail.bwg_container .search_line .SumoSelect>.CaptionCont>label>i.opened:before{color:#323a45;font-size:10px;line-height:30px}.bwg_thumbnail.bwg_container .search_line .bwg_reset{position:absolute}.bwg_thumbnail.bwg_container .search_line .no-match{font-family:Ubuntu;font-size:12px;color:#323a45;padding:5px 25px!important;text-align:center}.bwg_thumbnail.bwg_container .search_line .search-txt{border:transparent;background:0 0;padding:4px 0!important;height:100%}.bwg_thumbnail.bwg_container .search_line .search-txt:focus{box-shadow:none}.bwg_thumbnail.bwg_container .search_line .bwg_order.SumoUnder{display:none}.bwg_slideshow_image_container{position:absolute}.bwg_slideshow_image_container>div>div{display:table;margin:0 auto}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_] img[id^=bwg_slideshow_image_]{display:inline-block}.bwg_thumbnail #bwg_tag_container p{text-align:left}.bwg_thumbnail .bwg_search_container_2{display:inline-block;position:relative;border-radius:4px;background-color:#fff;max-width:100%;box-shadow:none;border:.5px solid rgba(0,0,0,.15);border-radius:15px}.bwg_thumbnail .bwg_order_cont{background-color:rgba(0,0,0,0);display:block;text-align:right;width:100%}.bwg_thumbnail div[id^=bwg_search_container_1_] div[id^=bwg_search_container_2_] .bwg_search_input_container{display:block;text-align:center}.bwg_thumbnail .SumoSelect>.optWrapper>.options li.opt:hover{background-color:transparent}.bwg-zoom-effect .bwg-zoom-effect-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:0;-webkit-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.bwg-zoom-effect-overlay{display:flex;align-items:center;justify-content:center}.bwg-zoom-effect:hover .bwg-zoom-effect-overlay{opacity:1}.bwg-zoom-effect .bwg-title1{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:480px){.bwg-zoom-effect img{-webkit-transition:all .3s;transition:all .3s}}.bwg_container div[id^=bwg_container2_] img{height:initial}.bwg-masonry-vertical{flex-direction:column}.bwg_thumbnails_masonry .bwg-masonry-thumbnails{overflow:hidden}.bwg_thumbnails_masonry .bwg-masonry-thumbnails .bwg-item{box-sizing:border-box}.bwg-masonry-horizontal{flex-direction:row}.bwg-masonry-horizontal-parent{overflow-x:scroll;overflow-y:hidden}.bwg-masonry-horizontal-container{width:fit-content}.bwg-item.bwg-empty-item{border:0!important;padding:0!important}.bwg-background{background-color:rgba(0,0,0,0);position:relative;width:100%}.bwg-background .wd_error{color:#323a45;font-weight:700}div[id^=bwg_container] .bwg-carousel{margin:0 auto}.bwg_carousel_preload{background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-size:50px!important;background-repeat:no-repeat;background-color:#fff;background-position:center}.bwg_container.bwg_carousel *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_container.bwg_carousel [id^=bwg_container2_] *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_]{position:relative;z-index:15}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_image_container_]{display:inline-block;position:absolute;text-align:center;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_]{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_container_] div{display:table;margin:0 auto}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_spun_]{display:table-cell;overflow:hidden;position:relative}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_image_]{padding:0!important;display:inline-block;float:none!important;margin:4px!important;position:relative;z-index:15}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_],.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_watermark_text_]:hover{text-decoration:none;margin:4px;display:block;position:relative;z-index:17}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel-cont-child{max-width:100%;position:relative;overflow:hidden;height:100%;width:100%}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel-image{border:0;position:absolute;display:block;max-width:none;padding:0!important;margin:0!important;float:none!important;vertical-align:middle;height:100%;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;vertical-align:middle}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg-carousel{position:relative;max-width:100%;width:100%}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature]{position:absolute;display:block;overflow:hidden;cursor:pointer}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel-feature] [class^=bwg_carousel-caption] [class^=bwg_carousel_title_text_]{text-decoration:none;position:absolute;z-index:15;display:inline-block;width:75%;top:0;text-align:center;word-wrap:break-word;word-break:break-word}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left],.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right]{bottom:38%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:0%;z-index:13;visibility:visible}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-right]{right:0;left:auto;z-index:999}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel-left]{left:20px;z-index:999}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_video_hide]{width:100%;height:100%;position:absolute;z-index:22}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_] span,.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_] span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_],.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_]{z-index:13;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:inline-table;line-height:0;margin-top:-15px;position:absolute;top:55%}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_left-ico_]:hover,.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=spider_carousel_right-ico_]:hover{cursor:pointer}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_]{bottom:0;cursor:pointer;display:flex;justify-content:center;align-items:center;outline:medium none;position:absolute;height:inherit;width:30%;left:35%;z-index:13}.bwg_container.bwg_carousel .bwg_carousel_play_pause:hover .bwg_carousel_play_pause-ico{display:inline-block!important}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_]:hover span{position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [id^=bwg_carousel_play_pause_] span{display:flex;justify-content:center;align-items:center}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico{display:none!important;cursor:pointer;position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] .bwg_carousel_play_pause-ico:hover{display:inline-block;position:relative;z-index:13}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_]{padding:0!important;float:none!important;width:100%;height:100%;vertical-align:middle;position:relative;display:table;background-color:#000;text-align:center}.bwg_container.bwg_carousel [id^=bwg_container2_] [class^=bwg_carousel_embed_video_]{padding:0!important;margin:0!important;float:none!important;vertical-align:middle;position:relative;display:table-cell;background-color:#000;text-align:center}.bwg_thumbnail.bwg_container{padding:0 1px;min-height:140px}.bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive{display:inline-block}body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_order_cont,body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .bwg_search_container_1,body .bwg_thumbnail.bwg_container .search_line.bwg-search-line-responsive .search_tags_container{width:100%;margin:0 0 10px 0;text-align:center;max-width:100%}.search_line .SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:26px}.bwg_container.bwg_blog_style .fluid-width-video-wrapper,.bwg_container.bwg_carousel .fluid-width-video-wrapper,.bwg_container.bwg_image_browser .fluid-width-video-wrapper{width:100%;position:unset!important;padding:0!important}.bwg_inst_play_btn_cont{width:100%;height:100%;position:absolute;z-index:1;cursor:pointer;top:0}.bwg_inst_play{position:absolute;width:50px;height:50px;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:background-image .2s ease-out;-ms-transition:background-image .2s ease-out;-moz-transition:background-image .2s ease-out;-webkit-transition:background-image .2s ease-out;top:0;left:0;right:0;bottom:0;margin:auto}.bwg_inst_play:hover{background-position:center center;background-repeat:no-repeat;background-size:cover}.spider_popup_wrap *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.spider_popup_wrap{display:inline-block;left:50%;outline:medium none;position:fixed;text-align:center;top:50%;z-index:100000}.bwg_popup_image{width:auto;vertical-align:middle;display:inline-block}.bwg_slider img{display:inline-block}.bwg_popup_embed{width:100%;height:100%;vertical-align:middle;text-align:center;display:table}.bwg_btn_container{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.bwg_toggle_btn{margin:0;padding:0}.bwg_ctrl_btn_container{position:absolute;width:100%;z-index:10150}.bwg_btn_container.bwg_no_ctrl_btn .bwg_ctrl_btn_container{background:0 0}.bwg_toggle_container{cursor:pointer;left:50%;line-height:0;position:absolute;text-align:center;z-index:10150}#spider_popup_left-ico span,#spider_popup_right-ico span,.spider_popup_close span{display:table-cell;text-align:center;vertical-align:middle}.bwg_image_wrap{height:inherit;display:table;position:absolute;text-align:center;width:inherit}.bwg_image_wrap *{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bwg_comment_wrap,.bwg_ecommerce_wrap{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.bwg_comment_container,.bwg_ecommerce_container{-moz-box-sizing:border-box;height:100%;overflow:hidden;position:absolute;top:0;z-index:10103}#bwg_ecommerce{padding:10px}.bwg_ecommerce_body{background:0 0!important;border:none!important}.pge_tabs{list-style-type:none;margin:0;padding:0;background:0 0!important}.pge_tabs li a,.pge_tabs li a:hover,.pge_tabs li.pge_active a{text-decoration:none;display:block;width:100%;outline:0!important;padding:8px 5px!important;font-weight:700;font-size:13px}.pge_add_to_cart a{padding:5px 10px;text-decoration:none!important;display:block}.pge_add_to_cart{margin:5px 0 15px}.pge_add_to_cart_title{font-size:17px;padding:5px}.pge_add_to_cart div:first-child{float:left}.pge_add_to_cart div:last-child{float:right;margin-top:4px}.pge_add_to_cart:after,.pge_tabs:after{clear:both;content:"";display:table}#downloads table tr td,#downloads table tr th{padding:6px 10px!important;text-transform:none!important}.bwg_comments input[type=submit],.bwg_ecommerce_panel input[type=button]{cursor:pointer;font-size:15px;width:100%;margin-bottom:5px}.bwg_comments,.bwg_ecommerce_panel{bottom:0;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:100%;z-index:10101}.bwg_comments{height:100%}.bwg_comment_body_p,.bwg_comments p{margin:5px!important;text-align:left;word-wrap:break-word;word-break:break-all}.bwg_ecommerce_panel p{padding:5px!important;text-align:left;word-wrap:break-word;word-break:break-all;margin:0!important}.bwg_comments .bwg-submit-disabled{opacity:.5}.bwg_comments textarea{height:120px;resize:vertical}.bwg_comment_delete_btn{color:#7a7a7a;cursor:pointer;float:right;font-size:14px;margin:2px}.bwg_comments_close,.bwg_ecommerce_close{cursor:pointer;line-height:0;position:relative;font-size:13px;margin:5px;z-index:10150}.bwg_ecommerce_panel a:hover{text-decoration:underline}.bwg_comment_textarea::-webkit-scrollbar{width:4px}.bwg_comment_textarea::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.55);border-radius:2px}.bwg_comment_textarea::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.bwg_ctrl_btn_container a,.bwg_ctrl_btn_container a:hover{text-decoration:none}.bwg_facebook:hover{color:#3b5998}.bwg_twitter:hover{color:#4099fb}.bwg_pinterest:hover{color:#cb2027}.bwg_tumblr:hover{color:#2f5070}.bwg_image_container{display:table;position:absolute;text-align:center;vertical-align:middle;width:100%}.bwg_filmstrip_container{position:absolute;z-index:10150}.bwg_filmstrip{overflow:hidden;position:absolute;z-index:10106}.bwg_filmstrip_thumbnails{margin:0 auto;overflow:hidden;position:relative}.bwg_filmstrip_thumbnail{position:relative;background:0 0;float:left;cursor:pointer;overflow:hidden}.bwg_filmstrip_thumbnail .bwg_filmstrip_thumbnail_img_wrap{overflow:hidden}.bwg_thumb_active{opacity:1}.bwg_filmstrip_thumbnail_img{display:block;opacity:1}.bwg_filmstrip_left{cursor:pointer;vertical-align:middle;z-index:10106;line-height:0}.bwg_filmstrip_right{cursor:pointer;vertical-align:middle;z-index:10106;line-height:0}.bwg_none_selectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bwg_watermark_container{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}.bwg_watermark_container>div{display:table;margin:0 auto}.bwg_watermark_spun{display:table-cell;overflow:hidden;position:relative}.bwg_watermark_image{margin:4px;position:relative;z-index:10141}.bwg_watermark_text,.bwg_watermark_text:hover{text-decoration:none;margin:4px;position:relative;z-index:10141}.bwg_slide_container{display:table-cell;position:absolute;vertical-align:middle;width:100%;height:100%}.bwg_slide_bg{margin:0 auto;width:inherit;height:inherit}.bwg_slider{height:inherit;width:inherit}.bwg_popup_image_spun{height:inherit;display:table-cell;opacity:1;position:absolute;vertical-align:middle;width:inherit;z-index:2}.bwg_popup_image_second_spun{width:inherit;height:inherit;display:table-cell;opacity:0;position:absolute;vertical-align:middle;z-index:1}.bwg_grid{display:none;height:100%;overflow:hidden;position:absolute;width:100%}.bwg_gridlet{opacity:1;position:absolute}.bwg_image_info::-webkit-scrollbar{width:4px}.bwg_image_info::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.55);border-radius:2px}.bwg_image_info::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}#bwg_rate_form .bwg_hint{margin:0 5px;display:none}.bwg_star{display:inline-block;width:unset!important}.bwg_image_count_container{left:0;line-height:1;position:absolute;vertical-align:middle}#bwg_comment_form label{display:block;font-weight:700;margin-top:17px;text-transform:uppercase}#bwg_comment_form .bwg-privacy-policy-box label{text-transform:unset;word-break:break-word}.bwg_popup_image_spun .bwg_popup_image_spun1{width:inherit;height:inherit}.bwg_popup_image_spun1 .bwg_popup_image_spun2{vertical-align:middle;text-align:center;height:100%}#embed_conteiner{table-layout:fixed;height:100%}#opacity_div{background-color:rgba(255,255,255,.2);position:absolute;z-index:10150}#loading_div{text-align:center;position:relative;vertical-align:middle;z-index:10170;float:none;width:30px;height:30px;background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}#ecommerce_ajax_loading{position:absolute}#ecommerce_opacity_div{display:none;background-color:rgba(255,255,255,.2);position:absolute;z-index:10150}#ecommerce_loading_div{display:none;text-align:center;position:relative;vertical-align:middle;z-index:10170;float:none;width:30px;height:30px;background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}.bwg_ecommerce_panel.bwg_popup_sidebar_panel.bwg_popup_sidebar{text-align:left}#ajax_loading{position:absolute}@media (max-width:480px){.bwg_image_count_container{display:none}.bwg_image_title,.bwg_image_title *{font-size:12px}.bwg_image_description,.bwg_image_description *{font-size:10px}}body[data-elementor-device-mode=mobile] .bwg-container.bwg-masonry-thumbnails .bwg-title1,body[data-elementor-device-mode=mobile] .bwg-container.bwg-standard-thumbnails .bwg-title1,body[data-elementor-device-mode=mobile] .bwg-mosaic-thumbnails,body[data-elementor-device-mode=tablet] .bwg-container.bwg-masonry-thumbnails .bwg-title1,body[data-elementor-device-mode=tablet] .bwg-container.bwg-standard-thumbnails .bwg-title1,body[data-elementor-device-mode=tablet] .bwg-mosaic-thumbnails{opacity:1!important}body[data-elementor-device-mode=mobile] .bwg-zoom-effect .bwg-zoom-effect-overlay,body[data-elementor-device-mode=mobile] .bwg-zoom-effect-overlay>span,body[data-elementor-device-mode=tablet] .bwg-zoom-effect .bwg-zoom-effect-overlay,body[data-elementor-device-mode=tablet] .bwg-zoom-effect-overlay>span{opacity:1!important;background-color:unset!important}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_] *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_wrap_]{border-collapse:collapse;display:table;position:relative;text-align:center;margin:auto}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_image_]{display:inline-block;padding:0!important;margin:0!important;float:none!important;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_embed_]{padding:0!important;margin:0!important;float:none!important;vertical-align:middle;display:inline-block;text-align:center}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_]{position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause{bottom:0;cursor:pointer;display:table;height:inherit;outline:medium none;position:absolute;width:30%;left:35%;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span[id^=bwg_slideshow_play_pause-ico_]{display:inline-block!important}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause:hover span{position:relative;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span.bwg_slideshow_play_pause span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_]{display:none!important;cursor:pointer;position:relative;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=bwg_slideshow_play_pause-ico_]:hover{display:inline-block;position:relative;z-index:13}.bwg_embed_frame .instagram-media,div[id^=bwg_container1_] div[id^=bwg_container2_] .instagram-media{margin:0 auto!important;min-width:unset!important}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_],div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]{bottom:35%;cursor:pointer;display:inline;height:30%;outline:medium none;position:absolute;width:35%;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]{left:0}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]{right:0}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover{visibility:visible}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover{visibility:visible}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_right_]:hover span{left:auto!important;right:20px!important}div[id^=bwg_container1_] div[id^=bwg_container2_] a[id^=spider_slideshow_left_]:hover span{left:20px!important}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_] span,div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_] span{display:table-cell;text-align:center;vertical-align:middle;z-index:13}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_],div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_]{z-index:13;-moz-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:table;line-height:0;margin-top:-15px;position:absolute;top:50%}div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_left-ico_]:hover,div[id^=bwg_container1_] div[id^=bwg_container2_] span[id^=spider_slideshow_right-ico_]:hover{cursor:pointer}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_image_container_]{display:table;position:absolute;text-align:center;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_container_]{position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] .bwg_slideshow_filmstrip,div[id^=bwg_container1_] div[id^=bwg_container2_] .bwg_slideshow_filmstrip_fix_count{overflow:hidden;position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnails_]{margin:0 auto;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_thumbnail_]{position:relative;background:0 0;cursor:pointer;float:left;overflow:hidden}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_thumb_active_]{opacity:1}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_filmstrip_thumbnail_img_]{display:block;opacity:1;padding:0!important}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_left_]{cursor:pointer;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_filmstrip_right_]{cursor:pointer;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_none_selectable_]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_watermark_container_]{display:table-cell;margin:0 auto;position:relative;vertical-align:middle}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_watermark_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_title_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_description_spun_]{display:table-cell;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] img[class^=bwg_slideshow_watermark_image_]{padding:0!important;float:none!important;margin:4px!important;position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_],div[id^=bwg_container1_] div[id^=bwg_container2_] a[class^=bwg_slideshow_watermark_text_]:hover{text-decoration:none;margin:4px;position:relative;z-index:15}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_title_text_]{text-decoration:none;position:relative;z-index:11;display:inline-block;word-wrap:break-word;word-break:break-word}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_description_text_]{text-decoration:none;position:relative;z-index:15;margin:5px;display:inline-block;word-wrap:break-word;word-break:break-word}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_container_]{display:table-cell;margin:0 auto;position:absolute;vertical-align:middle;width:100%;height:100%}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slide_bg_]{margin:0 auto;width:inherit;height:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slider_]{height:inherit;width:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun_]{width:inherit;height:inherit;display:table-cell;opacity:1;position:absolute;vertical-align:middle;z-index:2}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_second_spun_]{width:inherit;height:inherit;display:table-cell;opacity:0;position:absolute;vertical-align:middle;z-index:1}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_grid_]{display:none;height:100%;overflow:hidden;position:absolute;width:100%}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_gridlet_]{opacity:1;position:absolute}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_]{display:inline-block;position:relative;cursor:pointer;overflow:hidden;z-index:17}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_container_]{display:block;overflow:hidden;position:absolute;z-index:17}div[id^=bwg_container1_] div[id^=bwg_container2_] div[class^=bwg_slideshow_dots_thumbnails_]{left:0;font-size:0;margin:0 auto;overflow:hidden;position:relative}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_dots_active_]{opacity:1}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun1_]{display:table;width:inherit;height:inherit}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_slideshow_image_spun2_]{display:table-cell;vertical-align:middle;text-align:center}div[id^=bwg_container1_] div[id^=bwg_container2_] span[class^=bwg_mosaic_play_icon_spun_]{display:flex;width:auto;height:auto;opacity:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;justify-content:center;align-content:center;flex-direction:column;text-align:center}.lazy_loader{background-image:url(//www.antislip.ca/wp-content/plugins/photo-gallery/images/ajax_loader.png);background-size:30px 30px;background-repeat:no-repeat;background-position:50% 50%}.bwg-container-temp0{visibility:hidden!important;position:absolute!important}.bwg_image_browser .pagination-links{display:flex;padding:0}.bwg_image_browser .pagination-links_col1{flex-grow:3;text-align:left}.bwg_image_browser .pagination-links_col2{flex-grow:4;text-align:center}.bwg_image_browser .pagination-links_col3{flex-grow:3;text-align:right}.bwg_current_page[type=number]{width:35px;display:inline-block;-moz-appearance:textfield;line-height:normal!important}.bwg_current_page::-webkit-inner-spin-button,.bwg_current_page::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bwg_container .bwg_tag_button_view_container{display:flex;justify-content:flex-start;align-content:flex-start;align-items:flex-start;margin-bottom:45px;position:relative;padding-top:3px;flex-wrap:wrap;overflow:hidden;clear:both}.bwg_container .bwg_tag_button_view_container button{cursor:pointer}.bwg_container .bwg_tag_button_view_container button.active{cursor:default}.bwg_container .bwg_tag_button_view_container .verLine{min-height:26px;margin:0 15px}.bwg_container .bwg_tag_button_see_all{margin-bottom:70px;position:relative;display:none}.bwg_container .bwg_tag_button_see_all .see_all_tags{text-transform:uppercase;position:absolute;padding:10px 25px;font-weight:600;cursor:pointer;left:47%;top:-23px}.bwg_container .bwg_tag_button_see_all .see_all_tags span{display:inline-block;line-height:normal;text-align:center;border-radius:50%;margin-right:10px;font-weight:500;color:#fff;height:18px;width:18px}.bwg_addThis{position:absolute;left:10px;top:10px;z-index:9999}.bwg_search_container_1 input[type=search]::-ms-clear{display:none;width:0;height:0}.bwg_search_container_1 input[type=search]::-ms-reveal{display:none;width:0;height:0}.bwg_search_container_1 input[type=search]::-webkit-search-cancel-button,.bwg_search_container_1 input[type=search]::-webkit-search-decoration,.bwg_search_container_1 input[type=search]::-webkit-search-results-button,.bwg_search_container_1 input[type=search]::-webkit-search-results-decoration{display:none}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Icon7Stroke';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.eot?d7yf1v);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'reconstruction';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.eot?okynwq);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.eot?#iefixokynwq) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.ttf?okynwq) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.woff?okynwq) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.svg?okynwq#reconstruction) format('svg');
font-weight: normal;
font-style: normal;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
*:focus,
* {
outline: none;
outline: 0;
}
.touch * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
}
button::-moz-focus-inner {
border: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
html,
body {
margin: 0;
padding: 0;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
background-repeat: no-repeat;
}
input,
textarea {
outline: none;
}
a {
text-decoration: none;
color: #f37800;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
a,
a:active,
a:focus {
outline: none;
}
.no-touch a {
-webkit-transition: all 360ms ease 0s;
-moz-transition: all 360ms ease 0s;
transition: all 360ms ease 0s;
}
.no-touch a:hover {
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
transition: all 200ms ease 0s;
}
html {
font-size: 62.5%;
}
html.locked {
height: 100%;
overflow: hidden;
}
body.bodyPreloader {
height: 100vh;
overflow: auto;
}
body {
font-family: Roboto,arial,sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.7;
color: #333;
background-color: #fff;
}  .dark {
color: #fff;
background-color: #333;
}
.dark .captionPane {
background-color: rgba(0,0,0,.3);
}
.dark .boldClientList .slick-list:after {
background-color: #333;
}
.dark .btProgressContent {
background-color: rgba(255,255,255,.2);
} .no-js #boldPreloader {
display: none;
}
#boldPreloader {
position: fixed;
vertical-align: middle;
text-align: center;
width: 100%;
z-index: 9999;
background-color: white;
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
#boldPreloader.removePreloader {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: -webkit-transform .2s ease 1s,opacity .5s ease .5s;
-moz-transition: transform .2s ease 1s,opacity .5s ease .5s;
transition: transform .2s ease 1s,opacity .5s ease .5s;
}
#boldPreloader .animation .preloaderLogo {
height: 50px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
width: auto;
}
#boldPreloader .animation {
position: absolute;
display: block;
width: 100%;
-webkit-transform: translateY(100px) scale(1);
-ms-transform: translateY(100px) scale(1);
-moz-transform: translateY(100px) scale(1);
transform: translateY(100px) scale(1);
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
#boldPreloader.removePreloader .animation {
-webkit-transform: translateY(36px) scale(1);
-ms-transform: translateY(36px) scale(1);
-moz-transform: translateY(36px) scale(1);
transform: translateY(36px) scale(1);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: -webkit-transform .5s ease,opacity .5s ease .5s;
-moz-transition: transform .5s ease,opacity .5s ease .5s;
transition: transform .5s ease,opacity .5s ease .5s;
} .animate {
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
transition: all 3s ease;
}
.animate-fadein {
opacity: .1;
-webkit-filter: alpha(opacity=10);
filter: alpha(opacity=10);
-webkit-transform: scale(.98);
-ms-transform: scale(.98);
-moz-transform: scale(.98);
transform: scale(.98);
}
.touch .animate-fadein {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.animate-moveleft {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px);
}
.animate-moveright {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px);
}
.animate-moveup {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px);
}
.animate-movedown {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px);
}
.animated {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
transition: all 1.0s ease;
} .boldSection.ghost {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
z-index: 1000;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0) scale(1);
-ms-transform: translate3d(0,0,0) scale(1);
-moz-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
-webkit-transition: -webkit-transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
-moz-transition: transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
transition: transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
} .removeGhost .ghost {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(0,-100%,0) scale(.75);
-ms-transform: translate3d(0,-100%,0) scale(.75);
-moz-transform: translate3d(0,-100%,0) scale(.75);
transform: translate3d(0,-100%,0) scale(.75);
-webkit-transition: -webkit-transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
-moz-transition: transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
transition: transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
} .slick-slider {
display: block;
position: relative;
}
.slick-list {
display: block;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
.slick-track {
display: block;
left: 0;
position: relative;
top: 0;
}
.slick-track:after {
clear: both;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-slide {
display: none;
float: left;
min-height: 1px;
}
.slick-slider button[type="button"],
h4.nbs {
cursor: pointer;
border: none;
display: table;
height: 76px;
position: absolute;
line-height: 1;
font-size: 10px;
z-index: 3;
top: 50%;
margin: -38px 0 0;
text-align: center;
color: #fff;
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.neighboringArticles h4.nbs {
width: auto;
padding: 0;
margin: 0;
background-color: transparent;
}
.neighboringArticles h4.nbs:before {
display: none;
}
.neighboringArticles h4.nbs a {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.neighboringArticles h4.nbs.nsPrev a:before,
.neighboringArticles h4.nbs.nsNext a:after {
cursor: pointer;
border: none;
display: table-cell;
background-color: #e8e8e8;
width: 46px;
z-index: 3;
margin: 0;
text-align: center;
color: #333;
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
vertical-align: middle;
font: normal 45px/76px reconstruction;
}
.neighboringArticles h4.nbs.nsPrev a:hover:before,
.neighboringArticles h4.nbs.nsNext a:hover:after {
background-color: #515151;
color: #fff;
}
.neighboringArticles h4.nsPrev a:after,
.neighboringArticles h4.nsNext a:before {
display: none;
}
.neighboringArticles h4.nsPrev a:before {
font-family: reconstruction;
content: "\e64e";
}
.neighboringArticles h4.nsNext a:after {
font-family: reconstruction;
content: "\e64f";
}
h4.nbs {
color: #333;
}
h4.nbs:hover {
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.slick-slider button[type="button"]:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.slick-slider button[type="button"].slick-disabled,
.slick-slider button[type="button"].slick-disabled:hover,
h4.nbs.slick-disabled,
h4.nbs.slick-disabled:before {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
cursor: default;
}
.slick-slider button[type="button"]:before,
h4.nbs:before {
display: inline-block;
vertical-align: middle;
font: normal 45px/76px reconstruction;
background-color: rgba(255,255,255,.65);
float: left;
width: 46px;
}
.slick-slider button[type="button"]:before {
background-color: #515151;
}
.slick-slider .slick-prev,
h4.nsPrev {
left: 0;
}
.slided h4.nsPrev {
left: 10px;
}
.slick-slider .slick-next,
h4.nsNext {
right: 0;
}
.slided h4.nsNext {
right: 10px;
}
.slick-slider .slick-prev:before,
h4.nsPrev:before {
content: '\e64e';
}
.slick-slider .slick-next:before,
h4.nsNext:before {
content: '\e64f';
float: right;
}
.variableImg {
height: 100vh;
overflow: hidden;
}
.variableImg img {
height: 100%;
width: auto;
}  h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-family: Raleway,arial,sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0 0 10px;
line-height: 1.2;
padding: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #f37800;
}
h1 {
font-size: 40px;
font-weight: 700;
}
h2 {
font-size: 32px;
font-weight: 700;
}
h3 {
font-size: 20px;
font-weight: 700;
color: #f37800;
}
h4 {
font-size: 17px;
font-weight: 700;
}
h5 {
font-size: 15px;
font-weight: 700;
}
h5 {
font-size: 14px;
font-weight: 500;
}
p,
ul,
ol,
dl,
table {
margin: 0 0 30px;
}
.cellCenter {
text-align: center;
}
.cellLeft {
text-align: left;
}
.cellRight {
text-align: right;
}
.cellJustify {
text-align: justify;
}
.rowItem.btLeftBorder {
border-left: 1px solid #b1b1b1;
}
.rowItem.btRightBorder {
border-right: 1px solid #b1b1b1;
} .mainHeader {
margin: 0;
top: 0;
left: 0;
right: 0;
position: relative;
z-index: 7;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: transform .5s ease;
transition: transform .5s ease;
-webkit-animation: sticky 600ms ease;
-moz-animation: sticky 600ms ease;
animation: sticky 600ms ease;
}
.pageWrap.stickyHeader .mainHeader.duplicatedHeader {
position: fixed;
top: 0;
opacity: .95;
-webkit-filter: alpha(opacity=95);
filter: alpha(opacity=95);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: none;
-moz-transition: none;
transition: none;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
box-shadow: 0 1px 3px rgba(0,0,0,.11);
height: 77px;
}
.stickyHeader .mainHeader.duplicatedHeader .topBar {
display: none;
}
.stickyHeader .mainHeader.duplicatedHeader .menuHolder.gutter .port {
padding: 12px 0;
}
@-webkit-keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes sticky {
0% {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} .boldSection {
display: block;
position: relative;
}
.boldSection .port.wSlider .slidedItem .port {
display: table;
width: 100%;
}
.boldSection.fullScreen .port {
height: 100vh;
}
.boldSection.fullScreen.gutter .port,
.uniGutter {
margin: 0 auto;
max-width: 1200px;
}
.boldSection .port.wSlider,
.boldSection .port.wSlider .boldCell {
display: block;
width: auto;
height: auto;
}
.boldSection.fullScreen .boldCell,
.boldSection.ghost .boldCell,
.boldSection .port.wSlider .slidedItem .port .boldCell {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.wBackground {
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.wBackground.cover {
background-size: cover;
}
.wBackground.contain {
background-size: contain;
}
.boldSection.fullScreen.wBackground:after {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
content: ' ';
}
.boldSection.fullScreen.wBackground header.header {
position: relative;
z-index: 5;
padding: 0 4%;
}
.pageWrap {
position: relative;
overflow: hidden;
min-height: 100vh;
}
.boldSection.fullScreen,
.fullScreen {
height: 100vh;
overflow: hidden;
}
.slidedItem {
position: relative;
}
.striped {
background: transparent url(//www.antislip.ca/wp-content/themes/reconstruction/gfx/stripe.png) repeat left top;
background-size: 6px 6px;
} hr {
clear: both;
border: none;
padding: 0;
margin: 0;
border-bottom: 1px solid #b1b1b1;
}
hr.noBorder {
border-bottom: 1px solid transparent;
}
.boldSection.topSmallSpaced .port {
padding-top: 15px;
}
.boldSection.topSemiSpaced .port {
padding-top: 30px;
}
hr.topSmallSpaced {
margin-top: 15px;
}
hr.topSemiSpaced {
margin-top: 30px;
}
.boldSection.topSpaced .port {
padding-top: 40px;
}
hr.topSpaced {
margin-top: 40px;
}
.boldSection.topExtraSpaced .port {
padding-top: 60px;
}
hr.topExtraSpaced {
margin-top: 60px;
}
.boldSection.bottomSmallSpaced .port {
padding-bottom: 15px;
}
.boldSection.bottomSemiSpaced .port {
padding-bottom: 30px;
}
hr.bottomSmallSpaced {
margin-bottom: 15px;
}
hr.bottomSemiSpaced {
margin-bottom: 30px;
}
.boldSection.bottomSpaced .port {
padding-bottom: 40px;
}
header.bottomSpaced,
hr.bottomSpaced {
margin-bottom: 40px;
}
.boldSection.bottomExtraSpaced .port {
padding-bottom: 60px;
}
hr.bottomExtraSpaced {
margin-bottom: 60px;
}
.boldSection.spaced .port .port,
.boldSection.semiSpaced .port .port,
.boldSection.spacedTop .port .port {
padding: 0;
}
.port {
width: auto;
margin: 0 20px;
}
.boldSection.divider {
border-bottom: 1px solid #b1b1b1;
} .gutter .port {
max-width: 1200px;
margin: 0 auto;
}
.gutter .port .port,
.boldArticleBody .gutter .port {
width: auto;
}
.boldRow {
margin: 0 -10px;
}
.port.wSlider .boldRow {
margin: 0;
}
.boldRow.indented {
padding: 0 5%;
}
.rowItem {
float: left;
padding: 0 10px;
width: 100%;
}  .ghost .port {
display: table;
width: 100%;
height: 100vh;
}
div.closeGhost {
z-index: 10000;
position: absolute;
bottom: 25px;
left: 50%;
width: 160px;
margin: 0 0 0 -80px;
text-align: left;
display: block;
}
.single-portfolio div.closeGhost {
bottom: auto;
top: 20px;
right: 20px;
width: auto;
margin: 0;
left: auto;
}
div.closeGhost a {
display: block;
color: #fff;
font-size: 12px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
position: relative;
z-index: 10000;
float: none;
}
div.closeGhost a:before {
float: none;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
display: inline-block;
font: normal 20px/33px reconstruction;
content: '\e64d';
margin: 0 10px 0 0;
}
div.closeGhost a:hover {
color: #f37800;
} .ssPort {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(255,255,255,.96);
pointer-events: none;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
html[data-useragent*='MSIE 10.0'] .ssPort,
html[data-useragent*='Android 2'] .ssPort {
display: none;
}
.ssPort.open {
display: block;
pointer-events: auto;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
html[data-useragent*='MSIE 10.0'] .ssPort.open,
html[data-useragent*='Android 2'] .ssPort.open {
display: block;
}
.ssPort input[type="text"] {
display: inline-block;
width: 100%;
margin: 0 auto;
border: none;
border-bottom: 1px solid rgba(0,0,0,.12);
padding: 0 0 12px;
font-size: 64px;
font-style: normal;
line-height: 1.25;
font-weight: 300;
text-align: center;
height: auto;
color: #999;
background: transparent;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.ssPort input[type="text"]:focus,
.ssPort input[type="text"].untouched:focus,
.ssPort input[type="text"].touched {
border: none;
border-bottom: 1px solid #cecece;
color: #f37800 !important;
font-style: normal !important;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 320ms;
-moz-transition: all 320ms;
transition: all 320ms;
}
.ssPort form {
display: block;
width: 100%;
margin: 150px auto 0;
position: relative;
padding: 0 5%;
}
span.closeSearch {
position: absolute;
z-index: 2;
right: 18px;
top: 6px;
cursor: pointer;
color: #F37800;
font: 38px/1 reconstruction;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
span.closeSearch:before {
content: '\e641';
}  .sideSearchPort,
.onSideSearch,
.fancy-select {
position: relative;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.fancy-select .trigger {
width: 100%;
display: block;
height: 42px;
padding: 0 12px;
border: none;
background-color: #e8e8e8;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
.sideSearchPort input[type="text"],
.onSideSearch input[type="text"] {
padding: 0 40px 0 12px;
}
textarea {
resize: vertical;
font-size: 13px;
color: #333;
}
.fancy-select .trigger {
line-height: 42px;
padding: 0 46px 0 12px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
vertical-align: middle;
position: relative;
cursor: pointer;
}
input[type="text"].untouched,
input[type="email"].untouched,
input[type="password"].untouched {
color: #888787;
}
input[type="text"].touched,
input[type="email"].touched,
input[type="text"]:focus,
input[type="email"]:focus {
color: #333;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.fancy-select .trigger.open {
-webkit-box-shadow: 5px 0 0 #f37800 inset;
box-shadow: 5px 0 0 #f37800 inset;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
textarea {
padding: 12px;
height: 160px;
}
.fancy-select .trigger:after {
color: #666;
content: '\e62e';
font: normal 26px/1 reconstruction;
display: block;
position: absolute;
right: 6px;
top: 7px;
}
.fancy-select .trigger.open:after {
content: '\e631';
} .sideSearchPort button,
.onSideSearch button {
cursor: pointer;
display: block;
background-color: #d2d2d2;
border: none;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
right: 0;
width: 40px;
color: #fff;
vertical-align: middle;
font: normal 18px/35px reconstruction;
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.sideSearchPort button:before,
.onSideSearch button:before {
display: inline-block;
vertical-align: middle;
content: '\e645';
}
.sideSearchPort button:hover,
.onSideSearch button:hover {
color: #fff;
background-color: #f37800;
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.instaGrid {
margin: 0 0 0 -1px;
}
.instaGrid span {
display: block;
width: 33.33%;
padding: 0 0 3px 3px;
float: left;
}
.instaGrid span:nth-child(3n + 1) {
clear: left;
}
.instaGrid img {
display: block;
width: 100%;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.instaGrid span:hover img {
opacity: .6;
-webkit-filter: alpha(opacity=60);
filter: alpha(opacity=60);
}
.bt_content .boldTags,
.widget_tag_cloud .tagcloud {
margin: 0 0 0 -3px;
display: block;
list-style: none;
}
.bt_content .boldTags li,
.widget_tag_cloud .tagcloud a {
display: block;
float: left;
margin: 0 0 3px 3px;
clear: none;
}
.bt_content .boldTags li:before {
content: '';
}
.bt_content .boldTags a,
.widget_tag_cloud .tagcloud a {
color: #333;
display: block;
font-size: 11px !important;
font-weight: 700;
line-height: 26px;
padding: 0 12px;
vertical-align: middle;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: uppercase;
background-color: rgba(122,122,122,.15);
border-radius: 2px;
}
article .boldTags {
margin-bottom: 20px;
}
article .boldTags ul {
margin: 0;
display: block;
}
.widget_tag_cloud a {
display: inline-block;
}
.boldTags a:hover,
.widget_tag_cloud a:hover {
background-color: #f37800;
color: #fff;
}
.widget_bt_about_me .mediaBox {
margin: 0 0 20px;
}
.widget_bt_about_me .mediaBox img {
display: block;
height: auto;
max-width: 100%;
width: 100%;
}
.widget_bt_about_me p:last-of-type {
margin: 0;
} #wp-calendar {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
}
#wp-calendar caption {
background-color: #e8e8e8;
border-bottom: 1px solid #f37800;
color: #333;
font-size: 15px;
font-weight: 500;
line-height: 1.1;
padding: 10px;
text-align: center;
}
#wp-calendar th,
#wp-calendar td {
border: none;
line-height: 1.3;
text-align: center;
}
#wp-calendar th {
line-height: 1.3;
font-weight: 600;
padding: 7px 10px;
color: #fff;
background-color: #F37800;
}
#wp-calendar td {
padding: 5px 0;
color: #888787;
}
#wp-calendar a:hover {
color: #f37800;
}
#wp-calendar tbody tr:nth-child(odd) td {
background-color: rgba(0,0,0,.025);
}
#wp-calendar tfoot td {
background-color: transparent;
border-top: 1px solid #d2d2d2;
}
#wp-calendar tfoot td#prev {
text-align: left;
}
#wp-calendar tfoot td#next {
text-align: right;
}
.btBox ul {
list-style: none;
display: block;
margin: 0;
}
.btBox.widget_pages a {
display: inline-block;
padding: 0 0 0 12px;
position: relative;
color: #333;
}
.btBox.widget_pages a:hover {
color: #f37800;
}
.btBox.widget_pages li,
.btBox.widget_pages ul ul li:first-child {
margin: 5px 0 0;
}
.btBox.widget_pages li:first-child {
margin: 0;
}
.btBox.widget_pages a:before {
content: '\e630';
color: #f37800;
display: block;
font: 11px/1 reconstruction;
left: 0;
margin: -6px 0 0 -3px;
position: absolute;
top: 50%;
}
.btBox.widget_pages ul ul a {
margin: 0 0 0 14px;
}
.btBox.widget_pages ul ul ul a {
margin: 0 0 0 28px;
}
.btBox.widget_pages ul ul ul ul a {
margin: 0 0 0 42px;
}
h4 a.rsswidget {
display: inline-block;
position: relative;
padding: 0 0 0 18px;
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
h4 a.rsswidget:first-child {
display: none;
}
h4 a.rsswidget:before {
content: '\f09e';
font: normal 13px/1 FontAwesome;
display: block;
position: absolute;
left: 0;
top: 50%;
margin: -6px 0 0;
color: #F60;
}
h4 a.rsswidget:first-child {
display: none;
}
.btBox.widget_rss ul {
list-style: none;
}
.btBox.widget_rss ul li {
margin: 0 0 20px;
}
.widget_rss ul li a.rsswidget {
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
color: #f37800;
margin: 0 0 7px;
}
.widget_rss ul li a.rsswidget:hover {
color: #333;
}
span.rss-date {
display: block;
font-size: 12px;
line-height: 1.1;
margin: 0 0 7px;
color: #878686;
position: relative;
}
span.rss-date:after {
display: inline-block;
margin: 0 0 0 8px;
position: absolute;
top: auto;
left: auto;
right: 0;
height: 1px;
background-color: rgba(255,255,255,.1);
}
.rssSummary {
margin: 0 0 5px;
}
.btBox.widget_rss ul li cite {
color: #878686;
display: block;
padding: 2px 0 0;
font-size: 12px;
line-height: 1.4;
text-align: right;
border-top: 1px solid rgba(255,255,255,.1);
}
.btBox.widget_rss ul li cite:before {
content: '\e639';
display: inline-block;
font-size: 11px;
color: #999;
font-family: reconstruction;
margin: 0 4px 0 0;
font-style: normal;
vertical-align: bottom;
}
.fancy-select .options {
display: none;
position: absolute;
top: 38px;
left: 0;
width: 100%;
list-style: none;
}
.fancy-select .options.open {
z-index: 20;
display: block;
}
.fancy-select .options li {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 1.2;
padding: 10px 12px;
background-color: #b1b1b1;
border-top: 1px solid rgba(255,255,255,.25);
color: #fff;
}
.fancy-select .options li:before {
content: '';
}
.widget_archive .fancy-select .options li {
border-bottom: none;
}
.widget_categories .fancy-select .options li {
border-bottom: none;
}
.widget_categories .fancy-select ul.options li:first-child {
padding: 10px 12px;
}
.fancy-select .options li:hover,
.widget_categories .fancy-select ul.options li:first-child:hover {
padding: 10px 12px 10px 16px;
background-color: #3e3d3d;
-webkit-transition: padding 200ms ease;
-moz-transition: padding 200ms ease;
transition: padding 200ms ease;
}
.fancy-select .options li:first-child {
border-top: none;
}
li.recentcomments {
margin: 0 0 8px;
}
li.recentcomments:last-of-type {
margin: 0;
}
li.recentcomments a {
font-size: 13px;
color: #f37800;
display: inline-block;
}
li.recentcomments a:first-child {
color: #333;
font-weight: 700;
text-transform: uppercase;
margin: 0 3px 0 0;
}
li.recentcomments a:hover {
color: #666;
}
li.recentcomments a:first-child:hover {
color: #f37800;
}
.light li.recentcomments a:hover {
color: #151515;
}
.widget_recent_entries ul li {
margin: 0 0 8px;
}
.widget_recent_entries ul li:last-child {
margin: 0;
}
.widget_recent_entries ul li a {
font-weight: 700;
text-transform: uppercase;
}
.widget_recent_entries ul li a:hover {
color: #f37800;
}
.widget_bt_recent_comments h5 {
margin: 0 0 2px;
padding: 0;
font-size: 14px;
line-height: 1.3;
}
.widget_bt_recent_comments h5 a:hover {
color: #f37800;
}
.widget_recent_entries ul li span {
font-size: 11px;
line-height: 1.2;
display: block;
color: #d2d2d2;
}
.widget_recent_entries ul li span:before {
display: inline-block;
content: '-';
margin: 0 3px 0 0;
}
.widget_bt_recent_comments p.posted {
margin: 0;
}
.widget_bt_recent_comments li {
margin: 0 0 12px;
}
.widget_bt_recent_comments li:last-child {
margin: 0;
}
.btBox .recentTweets li {
display: block;
margin: 0 0 9px;
clear: left;
overflow: hidden;
}
.btBox .recentTweets li p {
margin: 0 0 9px;
}
.btBox .recentTweets li:last-child {
margin: 0;
}
.btBox .recentTweets li:last-child p {
margin: 0;
}
.btBox .recentTweets li p.posted {
color: #f37800;
margin: 0;
font-size: 13px;
}
.btBox .recentTweets li p.posted a {
font-size: 13px;
}
.btBox .recentTweets li p.posted:before {
content: '\f099';
font: 19px/1 FontAwesome;
position: relative;
top: 3px;
margin-right: 3px;
}
.btBox .recentTweets li p.posted a {
color: #9f9f9f;
}
.btBox .recentTweets li p.posted a:hover {
color: #fff;
text-decoration: none;
}
.btBox .recentTweets li p a:hover {
text-decoration: underline;
}
.btBox .recentTweets li a {
font-family: 'Raleway',arial,tahoma;
font-size: 13px;
font-weight: 400;
text-transform: none;
margin: 0;
padding: 0;
color: #f37800;
} .bt_content .breadCrumbs {
margin: 0 0 8px;
}
.bt_content .breadCrumbs ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.bt_content .breadCrumbs ul li {
display: inline-block;
margin: 0 3px;
word-spacing: 0;
font-size: 11px;
font-weight: 400;
line-height: 1.15;
color: rgba(122,122,122,.75);
}
.bt_content .breadCrumbs ul li:before {
content: '/';
display: block;
float: left;
margin: 0 4px 0 0;
font-size: 10px;
}
.bt_content .breadCrumbs ul li:first-child:before {
display: none;
}
.bt_content .breadCrumbs ul li a {
display: inline-block;
}
.bt_content .breadCrumbs ul li a:hover {
color: #f37800;
} h3.comment-reply-title {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
padding: 0 0 10px;
margin: 0 0 12px;
text-transform: uppercase;
border-bottom: 1px solid #b1b1b1;
}
p.comment-notes {
line-height: 1.2;
padding: 0 0 0 26px;
color: rgba(122,122,122,.8);
}
p.comment-notes:before {
content: '\e651';
display: block;
float: left;
margin: -2px 0 0 -26px;
font: normal 20px/20px reconstruction;
vertical-align: middle;
text-align: center;
color: #f37800;
}
input[type="submit"] {
border: none;
cursor: pointer;
display: inline-block;
font-family: Montserrat,Arial,sans-serif;
font-size: 12px;
line-height: 30px;
padding: 0 15px;
vertical-align: middle;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
letter-spacing: 2px;
text-transform: uppercase;
background-color: #fff;
color: #f37800;
}
input[type="submit"]:hover {
background-color: #f37800;
color: #fff;
}
.btAboutAuthor {
display: table;
width: 100%;
margin: 0 0 30px;
border: 1px solid #b1b1b1;
}
.aaAvatar,
.commentAvatar {
display: table-cell;
vertical-align: top;
width: 150px;
padding: 22px 0 22px 22px;
}
.commentAvatar {
width: 75px;
padding: 30px 0 25px 0;
}
.aaAvatar img,
.commentAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.aaTxt {
display: table-cell;
vertical-align: top;
padding: 22px;
}
.aaTxt p {
margin: 0 0 16px;
}
.aaAvatar:before {
width: 110px;
height: 4px;
display: block;
content: ' ';
position: absolute;
top: auto;
left: auto;
margin: -22px 0 0 11px;
background-color: #f37800;
}
.aaTxt h4 {
font-size: 17px;
line-height: 1.3;
margin: 0 0 10px;
padding: 0 0 8px;
border-bottom: 1px solid rgba(255,255,255,.07);
}
.commentsBox h4 {
position: relative;
font-size: 16px;
line-height: 1.2;
padding: 10px 62px 10px 0;
margin: 0;
text-align: left;
}
.commentsBox h4:after {
content: '\e60b';
font: normal 22px/1 reconstruction;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 36px;
z-index: 2;
text-align: center;
padding: 10px 0 0;
color: #f37800;
}
.commentsBox {
margin: 0 0 30px;
}
.bt_content .commentsBox li:before {
content: '';
}
.commentsBox ul.comments {
list-style: none;
display: block;
margin: 0 0 30px;
padding: 0;
}
.commentsBox ul.comments li {
display: block;
margin: 0;
border-top: 1px solid #b1b1b1;
}
.commentsBox ul.comments li article {
margin: 0;
position: relative;
width: 100%;
display: table;
}
.commentsBox ul.comments ul li article {
padding: 0 0 0 100px;
}
.commentsBox ul.children {
margin: 0;
}
.commentsBox ul.comments li article .commentTxt {
padding: 30px 0 15px 22px;
display: table-cell;
vertical-align: top;
}
.vcard {
margin: 0 0 12px;
padding: 0 0 10px;
}
.vcard h5 {
line-height: 1.25;
margin: 0 0 4px;
float: left;
}
.vcard h5 a:hover {
color: #f37800;
}
.vcard .posted {
float: right;
margin: 0 0 0 10px;
padding: 0 0 0 18px;
font-size: 12px;
font-weight: 300;
line-height: 1.25;
position: relative;
}
.vcard .posted:before {
content: '\e612';
font: normal 14px/1 reconstruction;
display: block;
position: absolute;
top: 50%;
left: 0;
margin: -7px 0 0;
color: #f37800;
}
.commentTxt p.edit-link,
.commentTxt p.reply {
float: left;
font-size: 12px;
line-height: 1.2;
position: relative;
margin: 0 12px 20px 0;
padding: 0 0 0 18px;
color: #f37800;
}
.commentTxt p.edit-link a,
.commentTxt p.reply a {
color: #f37800;
}
.commentTxt p.edit-link a:hover,
.commentTxt p.reply a:hover {
color: #333;
}
.commentTxt p.reply {
clear: left;
}
.commentTxt p.edit-link:before,
.commentTxt p.reply:before {
display: block;
font: normal 15px/1 reconstruction;
left: 0;
margin: -8px 0 0;
position: absolute;
top: 50%;
}
p.edit-link:before {
content: '\e652';
}
p.reply:before {
content: '\e644';
}
.comment-navigation {
text-align: right;
clear: right;
font-size: 12px;
line-height: 1.2;
color: #b1b1b1;
margin: 0 0 30px;
}
.comment-navigation span {
display: inline-block;
margin: 0 8px;
color: #f37800;
}
.comment-navigation a {
display: inline-block;
color: #fff;
}
.light .comment-navigation a {
display: inline-block;
color: #000;
}
.comment-navigation a:hover {
color: #f37800;
}
.comment-navigation a:before,
.comment-navigation a:after {
display: inline-block;
margin: 0 2px;
font: normal 17px/0.5 reconstruction;
color: #f37800;
vertical-align: middle;
}
.comment-navigation a:first-child:before {
content: '\e686';
}
.comment-navigation a:last-child:after {
content: '\e684';
}
.commentsBox ul.comments li article .commentTxt .comment {
text-align: justify;
}
.bypostauthor {
font-size: inherit;
} .bt_content ul,
.btText ul {
list-style: none;
display: block;
margin: 0 0 30px;
}
.bt_content ul ul,
.bt_content ul ol,
.bt_content ol ul,
.bt_content ol ol {
margin: 14px 0 20px 30px;
}
.bt_content ul li,
.btText ul li {
margin: 0 0 6px;
clear: left;
}
.bt_content ol li,
.btText ol li {
margin: 0 0 6px;
}
.bt_content ul li:before,
.bt_content ol ul li:before,
.bt_content ul ol ul li:before,
.btText ul li:before {
content: '\e630';
font: normal 16px/1 reconstruction;
color: #f37800;
display: block;
float: left;
margin: 4px 0 0;
}
.rowItemContent ul.options,
.rowItemContent ul.options li {
margin: 0;
}
.bt_content ol,
.boldArticleBody ul ol,
.bt_content ol ul ol {
list-style-type: decimal;
list-style-position: inside;
}
.bt_content ol li:before,
.bt_content ul ol li:before {
display: none;
}
.bt_content ul ol {
counter-reset: li;
}
.bt_content ul ol li {
counter-increment: li;
}
.bt_content img,
.bt_content figure {
max-width: 100%;
height: auto;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: 12px;
padding: 5px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.bt_content .alignnone {
width: auto !important;
}
.bt_content .alignright {
float: right;
margin: 0 0 0 22px;
}
.bt_content .alignleft {
float: left;
margin: 0 22px 0 0;
}
.bt_content .aligncenter,
.bt_content .alignnone {
text-align: center;
margin: 0 auto;
}
.bt_content figure.aligncenter,
.bt_content figure.alignnone {
margin: 0 auto 38px;
}
.bt_content code {
background-color: rgba(122,122,122,.1);
display: inline-block;
padding: 1px 4px;
margin: 0;
font-family: monospace,courier,serif;
}
.bt_content pre code {
display: block;
padding: 12px;
background-color: transparent;
}
.bt_content pre {
margin: 0 0 30px;
white-space: pre-wrap;
padding: 20px;
background-color: #fff;
}
.bt_content address {
display: block;
margin: 0 0 30px;
font-family: Montserrat,arial,sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1.65;
font-style: normal;
}
.wp-caption-text {
font-size: 11px;
line-height: 1.1;
padding: 5px;
text-align: center;
}
.bt_content table {
width: 100%;
margin: 0 0 30px;
border-collapse: collapse;
text-align: left;
}
.bt_content table caption {
background-color: #f37800;
border-bottom: 1px solid #f37800;
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 1.15;
padding: 12px 10px;
text-align: center;
text-transform: uppercase;
}
.bt_content table th {
background-color: rgba(0,0,0,.05);
border-bottom: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
font-weight: 500;
padding: 12px 10px;
color: #666;
}
.bt_content table tr th:first-child {
border-left: none;
}
.bt_content table td {
padding: 10px;
background-color: rgba(255,255,255,.2);
}
.bt_content table tr:nth-child(even) td {
background-color: rgba(255,255,255,.6);
}
.bt_content table td a {
font-weight: 700;
}
.bt_content table td a:hover {
text-decoration: underline;
}
.bt_content dl {
display: block;
margin: 0 0 30px;
overflow: hidden;
}
.bt_content dt {
font-weight: 600;
display: block;
margin: 0 0 5px;
}
.bt_content dd {
display: block;
margin: 0 0 10px 10px;
padding: 0 0 0 15px;
}
.bt_content dd:before {
content: '-';
display: block;
float: left;
margin: 0 0 0 -15px;
}
.bt_content blockquote {
display: block;
padding: 0 0 0 106px;
margin: 0 0 30px;
font-size: 1.4em;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
line-height: 1.7;
}
.bt_content blockquote:before {
content: '\e642';
color: #eee;
font: normal 72px/1 reconstruction;
display: block;
float: left;
margin: -5px 0 0 -93px;
}
.bt_content .boldPhotoBox blockquote:before {
display: none;
}
.aligncenter {
margin: 0 auto 30px;
}
.widget_text img.size-large {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.textwidget img {
display: inline-block;
max-width: 100%;
height: auto;
} .tagsCloud {
margin: 0 0 30px;
}
.tagsCloud ul {
list-style: none;
display: block;
margin: 0;
}
.tagsCloud li {
display: block;
float: left;
font-size: 12px;
line-height: 1.2;
margin: 0 10px 0 0;
}
.bt_loader {
margin: 30px auto 30px auto;
font-size: 6px;
position: relative;
text-indent: -9999em;
border-top: 5px solid rgba(128,128,128,.3);
border-left: 5px solid rgba(128,128,128,.1);
border-right: 5px solid rgba(128,128,128,.1);
border-bottom: 5px solid rgba(128,128,128,.1);
-webkit-animation: bt_loader 1.1s infinite linear;
-moz-animation: bt_loader 1.1s infinite linear;
animation: bt_loader 1.1s infinite linear;
}
.bt_loader,
.bt_loader:after {
border-radius: 50%;
width: 64px;
height: 64px;
}
@-webkit-keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes bt_loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.bt_no_more {
font-weight: 400;
text-transform: uppercase;
margin: 30px 0 30px 0;
text-align: center;
display: none;
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
.btGridContainer.classic .bt_loader {
margin-top: 20px;
}
.btGridContainer.tiled .bt_loader {
margin-top: 28px;
}
.btGridContainer.classic #bt_no_more {
margin-top: 20px;
}
.btGridContainer.tiled #bt_no_more {
margin-top: 28px;
} .bt_parallax {
-webkit-transition-property: background-position;
-moz-transition-property: background-position;
transition-property: background-position;
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
background-attachment: fixed;
} .btImage img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
width: 100%;
}
.cellRight .btImage {
float: right;
}
section.gutter .btGridContainer.tiled {
margin: 0 -2px;
}
.btPortfolioGradient:after {
content: ' ';
display: block;
position: absolute;
height: 50%;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: linear-gradient(to bottom,rgba(21,21,21,.0),rgba(21,21,21,.5));
}
.btGhostSliderOverlay:after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: linear-gradient(to bottom,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
}
.btGhostSliderOverlay .boldRow {
position: relative;
z-index: 2;
}
span.enhanced {
display: block;
float: left;
margin: 0 6px -5px 0;
padding: 0;
width: 40px;
font-size: 28px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
border: 1px solid #f37800;
border-radius: 50%;
}
span.enhanced.colored {
color: #f37800;
}
span.enhanced.ring {
background-color: #f37800;
color: #fff;
}    .mainHeader:after,
.menuHolder .port:after,
.topBarPort:after,
.boldSiteFooter:before,
.boldSiteFooter:after,
.boldSiteFooter .port:after,
.contentWrap:after,
.contentHolder:after,
.btBox:after,
.boldSection .port:after,
.header:after,
.boldRow:after,
.socialRow:before,
.socialRow:after,
.servicesItem .sIcon:after,
.boldSection:before,
.boldSection:after,
.psCats:after,
.psWrap:after,
.btTabs:after,
.tabsHeader:after,
.neighboringArticles:after,
.articleListItem footer:after,
.btPagination:after,
.boldArticleBody blockquote:after,
.tilesWall.classic .bgiTxt:after,
.btQuoteItem:after,
.boldArticleHeader .socialRow:before {
content: " ";
display: table;
width: 100%;
clear: both;
}
.mainHeader {
background-color: #fff;
}
.topBar {
background-color: #eaeaea;
padding: 7px 15px 8px;
}
.topBar.gutter {
padding: 7px 0 8px;
}
.logo {
float: left;
}
.boldMenuLeft .logo {
margin: 0 20px 0 0;
}
.boldMenuCenter .logo {
position: relative;
z-index: 8;
float: left;
margin: 0 -100% 0 50%;
}
img.btMainLogo {
height: 48px;
width: auto;
display: block;
}
.boldMenuCenter .leftNav,
.boldMenuCenter .rightNav {
position: absolute;
top: 38px;
}
.boldMenuCenter .leftNav {
right: 50%;
left: 0;
padding: 0 20px 0 0;
}
.boldMenuCenter .rightNav {
left: 50%;
right: 0;
padding: 0 0 0 20px;
}
.boldMenuCenter .duplicatedHeader .leftNav,
.boldMenuCenter .duplicatedHeader .rightNav {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.menuHolder .menuPort {
position: relative;
z-index: 5;
float: right;
background: #fff;
}
.boldMenuLeft .menuHolder .menuPort {
float: left;
}
.boldMenuCenter .menuHolder .menuPort {
float: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.menuHolder .menuPort ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.boldMenuCenter .menuHolder .menuPort .leftNav ul {
float: right;
}
.boldMenuCenter .menuHolder .menuPort .rightNav ul {
float: left;
}
.menuHolder .menuPort ul li {
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
border-left: 1px solid #ebebeb;
}
.menuHolder .menuPort ul li:first-child {
border-left: none;
}
.menuHolder .menuPort ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.25;
color: #333;
position: relative;
padding: 16px 18px 17px;
}
.menuHolder .menuPort ul li a:after {
content: ' ';
display: block;
position: absolute;
bottom: 0;
right: 0;
height: 4px;
background-color: #f37800;
width: 0;
-webkit-transition: width 240ms ease;
-moz-transition: width 240ms ease;
transition: width 240ms ease;
}
.menuHolder .menuPort .rightNav ul li a:after,
.boldMenuLeft .menuHolder .menuPort ul li a:after {
right: auto;
left: 0;
}
.menuHolder .menuPort ul li:hover a:after {
width: 100%;
-webkit-transition: width 240ms ease;
-moz-transition: width 240ms ease;
transition: width 240ms ease;
} .menuHolder .menuPort ul ul {
background-color: rgba(228,228,228,.9);
position: absolute;
width: 200px;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,-18px,0);
-moz-transform: translate3d(0,-18px,0);
-ms-transform: translate3d(0,-18px,0);
transform: translate3d(0,-18px,0);
-webkit-transition: all 270ms ease;
-moz-transition: all 270ms ease;
transition: all 270ms ease;
}
.menuHolder .menuPort .rightNav ul ul,
.boldMenuLeft .menuHolder .menuPort ul ul {
right: auto;
left: 0;
}
.menuHolder .menuPort ul li:hover ul {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.menuHolder .menuPort ul ul li {
z-index: 4;
text-align: right;
display: block;
float: none;
border-left: none;
border-top: 1px solid rgba(0,0,0,.05);
}
.menuHolder .menuPort .rightNav ul ul li,
.boldMenuLeft .menuHolder .menuPort ul ul li {
text-align: left;
}
.menuHolder .menuPort ul ul li:first-child {
border-top: none;
}
.menuHolder .menuPort ul ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.25;
color: #333;
position: relative;
padding: 11px 18px;
}
.menuHolder .menuPort ul li:hover ul li a:after {
width: 0;
}
.menuHolder .menuPort ul li:hover ul li:hover a:after {
width: 100%;
} .menuHolder .menuPort ul ul ul li {
z-index: 3;
}
.menuHolder .menuPort ul ul ul,
.menuHolder .menuPort ul li:hover ul ul,
.menuHolder .menuPort ul li:hover ul:hover ul {
display: block;
right: 200px;
top: 0;
margin: 0;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(24px,0,0);
-moz-transform: translate3d(24px,0,0);
-ms-transform: translate3d(24px,0,0);
transform: translate3d(24px,0,0);
-webkit-transition: all 270ms ease;
-moz-transition: all 270ms ease;
transition: all 270ms ease;
}
.menuHolder .menuPort .rightNav ul ul ul,
.menuHolder .menuPort .rightNav ul li:hover ul ul,
.menuHolder .menuPort .rightNav ul li:hover ul:hover ul,
.boldMenuLeft .menuHolder .menuPort ul ul ul,
.boldMenuLeft .menuHolder .menuPort ul li:hover ul ul,
.boldMenuLeft .menuHolder .menuPort ul li:hover ul:hover ul {
right: auto;
left: 200px;
-webkit-transform: translate3d(-24px,0,0);
-moz-transform: translate3d(-24px,0,0);
-ms-transform: translate3d(-24px,0,0);
transform: translate3d(-24px,0,0);
}
.menuHolder .menuPort ul li:hover ul:hover li:hover ul {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.menuHolder .menuPort ul li:hover ul li:hover li a:after {
width: 0;
}
.menuHolder .menuPort ul li:hover ul li:hover li:hover a:after {
width: 100%;
}
.menuHolder .port {
position: relative;
}
.menuHolder .port {
padding: 36px 20px 42px;
}
.menuHolder.gutter .port {
padding: 36px 0 42px;
}
.mainHeader .boldMeta {
float: left;
}
.mainHeader .boldMeta ul {
list-style: none;
display: block;
}
.mainHeader .boldMeta ul li {
display: block;
float: left;
}
.mainHeader .ttRight {
float: right;
}
.mainHeader .ttLeft {
float: left;
}
.mainHeader .topTools .ico {
float: left;
margin: 0 4px 0 0;
}
.topTools.ttLeft .ico {
margin: 0 4px 0 0;
}
.topTools.ttRight .ico {
margin: 0 0 0 4px;
}
.cellCenter .sIcon .ico {
float: none;
margin: 0;
display: inline-block;
}
.cellLeft .servicesItem {
float: left;
padding-left: 70px;
clear: left;
}
.cellRight .servicesItem {
float: left;
padding-right: 60px;
}
.cellLeft .sIcon {
width: 56px;
float: left;
margin: -4px 0 0 -66px;
}
.cellRight .sIcon {
width: 56px;
float: right;
margin: 0 -56px 0 0;
}
.cellLeft .sIcon .ico {
float: left;
margin: 0 0 0 8px;
}
.cellRight .sIcon .ico {
float: right;
margin: 0 8px 0 0;
}
.cellLeft .sTxt {
float: left;
padding: 6px 0 0;
}
.cellRight .sTxt {
float: right;
padding: 6px 0 0;
}
.ico a {
display: block;
color: #838383;
font-family: Raleway,arial,sans-serif;
line-height: 32px;
font-size: 13px;
vertical-align: middle;
}
.cellCenter .sIcon .ico a {
line-height: 90px;
font-size: 38px;
}
.ico a:before,
.iconsToggler {
display: inline-block;
float: left;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
vertical-align: middle;
font-size: 18px;
font-weight: normal;
border-radius: 50%;
color: #999;
border: 1px solid #d3d3d3;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.servicesItem .ico a:before {
width: 44px;
height: 44px;
font-size: 25px;
line-height: 42px;
}
.cellCenter .ico a:before {
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.cellCenter .sIcon .ico a:before {
width: 152px;
height: 152px;
font-size: 96px;
line-height: 150px;
}
.ico.borderless a:before {
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.ico.white a:before {
background-color: #fff;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #fff inset;
box-shadow: 0 0 0 0 #fff inset;
}
.ico.accent a:before,
.iconsToggler {
background-color: #f37800;
color: #fff;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
}
.ico a:hover:before {
color: #fff;
-webkit-box-shadow: 0 0 0 .9em #f37800 inset;
box-shadow: 0 0 0 .9em #f37800 inset;
border: 1px solid transparent;
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.cellCenter .ico a:hover:before {
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.ico.white a:hover:before {
background-color: #fff;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #f37800 inset;
box-shadow: 0 0 0 .9em #f37800 inset;
}
.ico.accent a:hover:before,
.iconsToggler:hover,
.shown .iconsToggler {
background-color: #f37800;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.btSlidePane .ico.default a:before {
color: #ccc;
border: 1px solid #ccc;
}
.btSlidePane .ico.borderless a:before {
color: #ccc;
}
.btSlidePane .ico.default a:hover:before {
color: #fff;
border: 1px solid transparent;
}
.btSlidePane .ico.borderless a:hover:before {
color: #fff;
}
.ico a[data-ico-bold]:before {
font-family: reconstruction;
content: attr(data-ico-bold);
}
.ico a[data-ico-fa]:before {
font-family: FontAwesome;
content: attr(data-ico-fa);
}
.ico a[data-ico-s7]:before {
font-family: Icon7Stroke;
content: attr(data-ico-s7);
}
.ico a strong,
.ico a span {
display: inline-block;
margin: 0 18px 0 8px;
}
.ico a:hover strong,
.ico a:hover span {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.ico a strong {
font-weight: 700;
}
.ico.office a {
padding: 0 0 0 18px;
}
.ico.office a:before {
display: block;
float: left;
width: auto;
height: auto;
text-align: center;
line-height: 1;
vertical-align: middle;
font-size: 16px;
font-weight: normal;
border-radius: 0;
color: inherit;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 0 0 -18px;
}
.socialRow .ico {
float: left;
margin: 0 4px 0 0;
}
.cellRight .socialRow .ico {
float: right;
margin: 0 0 0 4px;
}
.cellCenter .socialRow .ico {
float: none;
display: inline-block;
margin: 0 2px;
}
.boldSiteFooter {
background-color: #333;
border-top: 1px solid #949494;
}
.boldSiteFooter .port {
padding: 12px 0;
}
.btFooterMenu {
float: right;
}
.btFooterMenu ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.btFooterMenu ul li {
display: block;
float: left;
border-left: 1px solid #202020;
}
.btFooterMenu li li {
display: none;
}
.btFooterMenu ul li:first-child {
border-left: none;
}
.btFooterMenu ul li a {
display: block;
font-size: 12px;
font-family: Raleway,arial,sans-serif;
line-height: 1.1;
font-weight: 300;
padding: 10px;
color: #fff;
}
.btFooterMenu ul li a:hover {
color: #f37800;
}
.copyLine {
color: #fff;
float: left;
font-size: 12px;
font-family: Raleway,arial,sans-serif;
line-height: 1.1;
font-weight: 300;
padding: 10px 0;
margin: 0;
}
.contentWrap {
position: relative;
}
.hasGhost .contentWrap {
position: static;
}
.hasGhost.removeGhost .contentWrap {
position: relative;
}
.contentWrap:before {
content: ' ';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 73px;
z-index: -1;
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -moz-linear-gradient(top,#eaeaea,#fff);
background-image: linear-gradient(top,#eaeaea,#fff);
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -moz-linear-gradient(top,#eaeaea,#fff);
background-image: linear-gradient(to bottom,#eaeaea,#fff);
}
.contentHolder {
width: 1200px;
margin: 0 auto;
padding: 0;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 400px;
}
.sidebarRight .contentHolder {
padding: 40px 400px 60px 0;
}
.noSidebar .contentHolder {
width: auto;
}
.search .noSidebar .contentHolder,
.blog .noSidebar .contentHolder,
.archive .noSidebar .contentHolder {
width: 1200px;
padding: 40px 0 60px 0;
}
.bt_sidebar {
width: 400px;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -400px 0 -100%;
padding: 0 0 0 40px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -400px;
padding: 0 40px 0 0;
}
.bt_content {
float: none;
width: auto;
}
.sidebarRight .bt_content {
float: left;
width: 100%;
}
.sidebarLeft .bt_content {
float: right;
width: 100%;
}
.btBox {
margin: 0 0 40px;
}
.btBox h4 {
color: #000;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #b3b3b3;
}
.btBox.widget_bt_our_office h4 {
margin: 0 0 16px;
}
.btBox h4 span {
display: inline-block;
padding: 0 0 12px;
-webkit-box-shadow: 0 -4px 0 0 #f37800 inset;
box-shadow: 0 -4px 0 0 #f37800 inset;
}
.boldRecent ul,
.popularPosts ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.boldRecent ul li,
.popularPosts ul li {
display: table;
width: 100%;
margin: 0 0 20px;
}
.boldRecent ul li:last-child,
.popularPosts ul li:last-child {
margin: 0;
}
.brImage,
.ppImage {
vertical-align: top;
display: table-cell;
width: 72px;
padding: 0 12px 0 0;
}
.brImage img,
.ppImage img {
display: block;
width: 100%;
height: auto;
}
.brTxt,
.ppTxt {
display: table-cell;
vertical-align: top;
}
.brTxt h5,
.ppTxt h5 {
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin: 0 0 8px;
padding: 0;
}
.brTxt h5 a,
.ppTxt h5 a {
display: block;
word-wrap: break-word;
}
.brTxt h5 a:hover,
.ppTxt h5 a:hover {
color: #000;
}
.brTxt p,
.ppTxt p {
margin: 0;
padding: 0;
font-size: 11px;
line-height: 1.2;
color: #888787;
text-transform: uppercase;
}
.brTxt p a,
.ppTxt p a {
color: #333;
}
.brTxt .posted,
.ppTxt .posted {
color: #333;
font-family: Raleway,arial,sans-serif;
font-weight: 700;
margin: 0 0 2px;
padding: 0;
}
.widget_bt_about_me {
background-color: #e8e8e8;
color: #333;
}
.widget_bt_about_me .mediaBox {
margin: 0;
}
.widget_bt_about_me p {
padding: 16px 14px;
margin: 0;
font-weight: 300;
line-height: 1.3;
}
.widget_categories ul,
.widget_archive ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.widget_categories ul.children,
.widget_archive ul.children {
border-top: 1px solid #fff;
margin: 0 0 -1px;
}
.widget_categories ul li,
.widget_archive ul li {
position: relative;
display: block;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
}
.widget_categories ul li a,
.widget_archive ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
line-height: 1.15;
font-weight: 300;
text-transform: uppercase;
color: #333;
padding: 12px 42px 12px 15px;
background-color: #e8e8e8;
}
.widget_categories ul.children li a,
.widget_archive ul.children li a {
padding: 12px 42px 12px 30px;
}
.widget_categories ul.children ul.children li a,
.widget_archive ul.children ul.children li a {
padding: 12px 42px 12px 45px;
}
.widget_categories ul.children ul.children ul.children li a,
.widget_archive ul.children ul.children ul.children li a {
padding: 12px 42px 12px 60px;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
background-color: #f37800;
color: #fff;
}
.widget_categories ul li strong,
.widget_archive ul li strong {
display: block;
position: absolute;
right: 9px;
top: 7px;
font-size: 11px;
font-weight: 700;
line-height: 28px;
width: 28px;
height: 28px;
vertical-align: middle;
text-align: center;
background-color: #fff;
color: #999;
border-radius: 50%;
} .header {
display: block;
}
.header h2 .h2content,
.header h3 .h2content {
padding-top: 15px;
display: block;
}
.sTxt .header h2 .h2content,
.sTxt .header h3 .h2content {
padding: 0;
}
.cellRight .header h2,
.cellRight .header h3 {
display: block;
float: right;
}
.header h2 {
font-size: 30px;
font-weight: 300;
}
.header.big h2 {
font-size: 40px;
font-weight: 700;
}
.dash {
display: inline-block;
}
.header.topDash {
position: relative;
z-index: 2;
}
.topDash .dash {
border-top: 5px solid #f37800;
}
.bottomDash .dash {
border-bottom: 5px solid #f37800;
padding-bottom: 10px;
margin-bottom: 10px;
}
.topDash h3,
.topDash h2 {
margin-top: -5px;
}
.bottomDash h3,
.bottomDash h2 {
margin: 0 0 -5px;
}
.boldSubTitle,
.bgiTxt .boldArticleMeta {
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0 0 10px;
}
.sticky .boldSubTitle:after {
content: '\e657';
font: normal 16px/1 reconstruction;
color: #333;
display: block;
float: left;
margin: 4px 8px 0 0;
}
.articleListItem.sticky.wPhoto .boldSubTitle:after {
display: none;
}
.header .boldSubTitle {
margin: 0;
}
.header.bottomDash .boldSubTitle {
margin: 5px 0 12px;
}
.cellRight .header .boldSubTitle {
clear: right;
float: right;
}
.btSlidePane .bottomDash .dash {
display: inline-block;
padding: 0 0 16px;
margin: 0 0 -1px;
border-bottom: 5px solid #f37800;
}
.btSlidePane .bottomDash h3,
.btSlidePane .bottomDash h2 {
margin: 0 0 20px;
border-bottom: 1px solid rgba(255,255,255,.35);
}
p.boldSuperTitle {
font-family: Raleway,arial,sans-serif;
font-weight: 600;
color: #f37800;
font-size: 14px;
margin: 0;
}
.header p.boldSuperTitle {
margin-top: 10px;
margin-bottom: -5px;
}
.header.topDash p.boldSuperTitle {
margin-bottom: 10px;
} @media (min-width: 1221px) {
.boldRow.btTableRow {
display: table;
width: 100%;
height: 100%;
margin: 0;
}
.boldRow.btTableRow .rowItem {
float: none;
height: 100%;
display: table-cell;
}
.boldRow.btTableRow .rowItem.btMiddleVertical {
vertical-align: middle;
}
.boldRow.btTableRow .rowItem.btBottomVertical {
vertical-align: bottom;
}
.btTableRow .btImage {
max-width: none;
width: 100%;
}
}
.rowItem.btDoublePadding .rowItemContent {
padding: 0 30px 15px;
}
.rowItem.btDoublePadding {
padding: 0 10px;
}
.rowItem.btNoPadding {
padding: 0;
} .boldPhotoBox {
position: relative;
}
.boldPhotoBox img {
display: block;
width: 100%;
height: auto;
max-width: 100%;
}
.boldPhotoBox.video .aspectVideo {
display: block;
width: 100%;
height: auto;
visibility: hidden;
z-index: -1;
}
.boldPhotoBox.video iframe {
border: none;
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}
.boldPhotoBox.audio iframe {
width: 100% !important;
border: none;
margin: 0 0 -7px;
} .rowItem.cellCenter .servicesItem .sIcon {
margin: 0 auto 24px;
} .bpgPhoto {
line-height: 0;
overflow: hidden;
}
.bpgPhoto a {
display: block;
position: absolute;
z-index: 5;
left: 0;
bottom: 0;
right: 0;
top: 0;
}
.bpgPhoto img {
display: block;
height: auto;
width: 100%;
}
.bpgPhoto {
position: relative;
}
.captionPane {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background: rgba(255,255,255,.4);
right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.captionPane {
right: -1px;
}
}
.touch .captionPane {
display: none !important;
}
.captionTable {
display: table;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.captionCell {
display: table-cell;
height: 100%;
text-align: center;
vertical-align: middle;
}
.captionTxt {
display: block;
padding: 0 20px;
}
.captionTxt strong {
margin: 0 0 6px;
display: block;
line-height: 1.2;
}
.captionTxt span {
display: inline-block;
line-height: 1.2;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}
.no-touch .captionTxt {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 220ms ease 0;
-moz-transition: all 220ms ease 0;
transition: all 220ms ease 0;
}
.no-touch .bpgPhoto:hover .captionTxt {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 280ms ease 100ms;
-moz-transition: all 280ms ease 100ms;
transition: all 280ms ease 100ms;
}
.captionTxt:before {
content: '\e645';
font: normal 36px/1 reconstruction;
display: block;
margin: 0 auto 15px;
}
.no-touch .captionTxt:before {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 400ms ease 0;
-moz-transition: all 400ms ease 0;
transition: all 400ms ease 0;
}
.touch .captionTxt:before {
display: none;
}
.no-touch .bpgPhoto:hover .captionTxt:before {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 280ms ease 100ms;
-moz-transition: all 280ms ease 100ms;
transition: all 280ms ease 100ms;
}
.tilesWall.tiled .gridItem {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .boldBtn {
display: inline-block;
}
.boldBtn.btnBlock {
display: block;
}
.cellLeft .boldBtn {
margin: 0 15px 0 0;
}
.cellRight .boldBtn {
margin: 0 0 0 15px;
}
.cellCenter .boldBtn {
margin: 0 7px;
}
.boldBtn a,
.boldBtn button {
border: none;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1;
font-weight: 300;
padding: 14px 18px;
color: #333;
background-color: #fff;
position: relative;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.boldBtn a:hover,
.boldBtn button:hover,
.boldArticle .boldBtn a:hover {
color: #fff;
background-color: #333;
text-decoration: none;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.boldBtn.btnBig a,
.boldBtn.btnBig button {
text-transform: uppercase;
font-weight: 700;
padding: 15px 20px;
}
.boldBtn.btnIco a,
.boldBtn.btnIco button {
padding: 14px 60px 14px 18px;
}
.boldBtn.btnBig.btnIco a,
.boldBtn.btnBig.btnIco button {
padding: 15px 62px 15px 20px;
}
.boldBtn.accent a,
.boldBtn.accent button {
color: #fff;
background-color: #f37800;
position: relative;
z-index: 2;
}
.boldBtn.accent a:hover,
.boldBtn.accent button:hover {
background-color: #fff;
color: #f37800;
}
.boldBtn.btnDark a,
.boldBtn.btnDark button {
color: #fff;
background-color: #333;
}
.boldBtn.btnDark a:hover,
.boldBtn.btnDark button:hover {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnAccent a,
.boldBtn.btnAccent button {
color: #fff;
background-color: #f37800;
}
.boldBtn.btnAccent a:hover,
.boldBtn.btnAccent button:hover {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnGray a,
.boldBtn.btnGray button {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnGray a:hover,
.boldBtn.btnGray button:hover {
color: #fff;
background-color: #f37800;
}
.boldBtn.btnIco a:before,
.boldBtn.btnIco button:before {
text-align: center;
width: 42px;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 12px 0 0;
font-size: 18px;
font-weight: normal;
line-height: 1;
background-color: rgba(0,0,0,.1);
}
.boldBtn.btnIco.btnGray a:before,
.boldBtn.btnIco.btnGray button:before {
color: #fff;
}
.boldBtn.btnBig.btnIco a:before,
.boldBtn.btnBig.btnIco button:before {
padding: 13px 0 0;
}
.boldBtn.btnIco a[data-ico-fa]:before,
.boldBtn.btnIco button[data-ico-fa]:before {
content: attr(data-ico-fa);
font-family: FontAwesome;
}
.boldBtn.btnIco a[data-ico-s7]:before,
.boldBtn.btnIco button[data-ico-s7]:before {
content: attr(data-ico-s7);
font-family: Icon7Stroke;
}
.boldBtn.btnIco a[data-ico-bold]:before,
.boldBtn.btnIco button[data-ico-bold]:before {
content: attr(data-ico-bold);
font-family: reconstruction;
}
.boldBtn.btnIco.accent a:before,
.boldBtn.btnIco.black a:before,
.boldBtn.btnIco.accent button:before,
.boldBtn.btnIco.black button:before {
background-color: rgba(255,255,255,.1);
} .btCounterHolder {
padding: 10px 5px 25px;
font-size: 80px;
line-height: 88px;
}
.btCounterHolder .btCounter {
display: block;
height: 88px;
overflow: hidden;
}
.btCounterHolder span.onedigit {
display: inline-block;
height: 88px;
overflow: hidden;
}
.btCounterHolder span.onedigit span {
display: block;
height: 88px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
} .boldClientList {
position: relative;
padding: 20px 0;
}
.bclPort {
width: 1197px;
position: static !important;
margin: 0 auto;
overflow: hidden;
}
.bclPort .slick-track {
display: block;
margin: 0 -2px 0 0;
overflow: hidden;
padding: 0;
position: relative;
-webkit-transform: translate3d(0,-3px,0);
-moz-transform: translate3d(0,-3px,0);
-ms-transform: translate3d(0,-3px,0);
transform: translate3d(0,-3px,0);
}
.bclItem {
position: relative;
margin: 0 0 0 -1px;
}
.bclItem a {
display: block;
height: 100%;
}
.boldClientList .slick-track {
left: -1px !important;
right: 0;
}
.bclItem:before {
content: ' ';
width: 1px;
background-color: rgba(255,255,255,.15);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -1px;
margin: 0;
}
.boldClientRegularList {
position: relative;
overflow: hidden;
}
.boldClientRegularList .bclItem {
float: left;
border-bottom: 1px solid #c1c1c1;
border-left: 1px solid #c1c1c1;
margin: 0 0 -1px -1px;
position: relative;
padding: 0;
width: 33.3%;
}
.bclItem .bclItemChild {
display: block;
margin: 10% 18%;
position: relative;
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.bclItem .bclItemChild a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.bclItem img {
display: block;
width: 100%;
height: auto;
visibility: hidden;
}
.boldClientRegularList .bclItem:before {
display: none;
}
.bclItem .bclItemChild > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: contain;
}
.bclItem .bclItemChild {
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.bclItem:hover .bclItemChild {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.col-ms-6 .boldClientRegularList .bclItem {
width: 33.3%;
}
.col-ms-6 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
}
.col-ms-12 .boldClientRegularList .bclItem {
width: 16.66%;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: left;
}
.boldClientRegularList .bclItem a:hover img {
opacity: .75;
-webkit-filter: alpha(opacity=75);
filter: alpha(opacity=75);
} .slidedItem .port {
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
}
.boldSection .port.wSlider .smallSliderHeight .slidedItem .port {
height: 36vh;
}
.boldSection .port.wSlider .mediumSliderHeight .slidedItem .port {
height: 60vh;
}
.boldSection .port.wSlider .largeSliderHeight .slidedItem .port {
height: 100vh;
}
.slided .slick-dots {
display: block;
list-style: none;
padding: 0;
position: absolute;
left: 50%;
right: 0;
bottom: 10px;
z-index: 2;
text-align: center;
width: 1220px;
margin: 0 0 0 -610px;
}
.slided .slick-dots li {
display: block;
float: left;
padding: 0 10px;
clear: none;
}
.slided .slick-dots li:before {
content: '';
}
.nol1 li {
width: 100%;
}
.nol2 li {
width: 50%;
}
.nol3 li {
width: 33.3%;
}
.nol4 li {
width: 25%;
}
.nol5 li {
width: 20%;
}
.nol6 li {
width: 16.66%;
}
.nol6 li {
width: 14.28%;
}
.nol7 li {
width: 14.28%;
}
.nol8 li {
width: 12.5%;
}
.nol9 li {
width: 11.1%;
}
.nol10 li {
width: 10%;
}
.slick-slider .slick-dots li button {
cursor: pointer;
display: block;
width: 100%;
height: 10px;
margin: 0;
position: relative;
text-indent: 9999px;
white-space: nowrap;
overflow: hidden;
text-transform: capitalize;
text-align: left;
line-height: 0;
color: transparent;
border: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-color: transparent;
}
.slided .slick-dots li button:before {
content: ' ';
height: 0;
display: block;
background-color: transparent;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 5px;
width: auto;
-webkit-box-shadow: 0 0 0 1px #999;
box-shadow: 0 0 0 1px #999;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.slided .slick-dots li button:hover:before,
.slided .slick-dots li.slick-active button:before {
-webkit-box-shadow: 0 1px 0 2px #f37800,0 -1px 0 2px #f37800;
box-shadow: 0 1px 0 2px #f37800,0 -1px 0 2px #f37800;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.slided .slick-dots li button:hover {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
html.cssanimations .bpgPhoto .markImage {
-moz-animation: markedImage 600ms 600ms ease;
animation: markedImage 600ms 600ms ease;
-webkit-animation: markedImage 600ms 600ms ease;
}
html.no-cssanimations .bpgPhoto .markImage {
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
@-webkit-keyframes markedImage {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes markedImage {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes markedImage {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
25% {
-moz-transform: scale(.9);
transform: scale(.9);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
@keyframes markedImage {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
} h4.nbs a *,
h4.nbs a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
h4.nbs a {
display: block;
position: relative;
height: 76px;
}
h4.nsPrev a {
float: left;
margin: 0 -46px 0 0;
}
.slided h4.nsPrev a {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(20px,0,0);
-moz-transform: translate3d(20px,0,0);
-ms-transform: translate3d(20px,0,0);
transform: translate3d(20px,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
h4.nsNext a {
float: left;
margin: 0 0 0 -46px;
}
.slided h4.nsNext a {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(-20px,0,0);
-moz-transform: translate3d(-20px,0,0);
-ms-transform: translate3d(-20px,0,0);
transform: translate3d(-20px,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
h4.nbs:hover a {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
.nbsImage {
display: table-cell;
width: 76px;
height: 76px;
top: 0;
}
.neighboringArticles .nbsImage {
display: table-cell;
height: 76px;
width: 76px;
}
span.nbsImgHolder {
display: block;
width: 76px;
height: 76px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
h4.nbs a,
h4.nbs:hover a {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
h4.nbs.slick-disabled a {
display: none;
}
.nbsItem {
display: table-cell;
margin: 0;
padding: 0 0 0 10px;
}
.neighboringArticles .nbsItem {
display: table-cell;
vertical-align: middle;
}
.neighboringArticles .nsPrev .nbsItem {
padding: 0 0 0 10px;
}
.neighboringArticles .nsNext .nbsItem {
padding: 0 10px 0 0;
}
h4.nbs a .nbsItem {
-webkit-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
.neighboringArticles h4.nbs a .nbsItem {
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.nsPrev .nbsItem {
text-align: left;
}
.nsNext .nbsItem {
text-align: right;
padding: 0 10px 0 0;
} .nbsItem .nbsDir,
.nbsItem .nbsTitle {
color: #333;
line-height: 1.2;
display: block;
text-transform: uppercase;
}
.nbsItem .nbsDir {
font-size: 12px;
font-weight: 400;
margin: 0 0 3px;
}
.nbsItem .nbsTitle {
font-size: 14px;
font-weight: 700;
}
.nsPrev .nbsItem .nbsTitle {
float: left;
clear: left;
margin: 0 -140px 0 0;
max-width: 200px;
}
.nsNext .nbsItem .nbsTitle {
float: right;
clear: right;
margin: 0 0 0 -140px;
}
.neighboringArticles .nsPrev .nbsItem .nbsTitle,
.neighboringArticles .nsNext .nbsItem .nbsTitle {
margin: 0;
float: none;
clear: none;
}  .ghost.wVariable .port,
.ghost.wVariable .port .boldCell {
display: block;
padding: 0;
margin: 0;
}
.slidedItem .port {
margin: 0;
padding: 0;
}
.slidedVariable .slidedItem.firstItem,
.slidedVariable .slidedItem.firstItem .port {
width: 100vw;
}
.slidedVariable .h2content {
padding: 15px 0 0;
display: block;
font-size: 40px;
font-weight: 700;
} dl.articleMeta {
padding: 20px 0 0 20px;
float: right;
text-align: left;
width: 40%;
margin: 0 0 20px;
}
dl.articleMeta.onBottom {
margin: 12px -100% 0 20px;
float: left;
text-align: left;
width: 220px;
}
dl.articleMeta dt,
.portfolioItem dl.articleMeta dd {
display: block;
}
.portfolioItem dl.articleMeta dd,
.portfolioItem dl.articleMeta dt {
padding: 0;
margin: 0;
}
.portfolioItem dl.articleMeta dd:before {
display: none;
}
.portfolioItem dl.articleMeta dd {
color: #f37800;
}
dl.articleMeta dt {
text-transform: uppercase;
color: #333;
font-weight: 700;
}
.slidedItem dl.articleMeta dd {
color: #fff;
margin: 0 0 3px;
}
.slidedItem dl.articleMeta dt {
color: #f0f0f0;
}
.slidedItem dl.articleMeta {
bottom: 30px;
margin: 0;
position: absolute;
right: 32px;
width: 220px;
z-index: 5;
text-align: right;
} .ghost.wVariable .port,
.ghost.wVariable .port .boldCell {
display: block;
}
.slidedVariable .slidedItem:after {
background-color: rgba(255,255,255,.8);
bottom: 0;
content: " ";
display: block;
left: 0;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
position: absolute;
right: 0;
top: 0;
-webkit-transition: opacity 500ms ease 0s;
-moz-transition: opacity 500ms ease 0s;
transition: opacity 500ms ease 0s;
z-index: 4;
}
.slidedVariable .slidedItem.firstItem:after {
z-index: 50;
}
.slidedVariable .slidedItem.slick-center:after,
.slidedVariable .slidedItem.slick-active:after {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: opacity 360ms ease 0s;
-moz-transition: opacity 360ms ease 0s;
transition: opacity 360ms ease 0s;
z-index: 3;
}
.slidedVariable .slidedItem.firstItem:before {
background-image: -webkit-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: linear-gradient(to bottom,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-color: transparent;
bottom: 0;
content: " ";
display: block;
left: 0;
position: absolute;
right: 0;
top: 50%;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
z-index: 4;
} .btLatestPostsContainer {
margin: 0 -10px;
}
.btLatestPostsContainer .btSingleLatestPost,
.rowItem.btTextIndent {
padding: 0 26px;
}
.btTextIndent,
.rowItem.btTextIndent.btNoPadding {
padding: 0 16px;
}
.btTextIndent .btImage,
.btTextIndent .bpgPhoto {
margin: 0 -16px;
}
.verticalPosts .btTextIndent .btImage,
.verticalPosts .btTextIndent .bpgPhoto {
margin: 0;
}
.btTextIndent .btImage img {
width: 100%;
max-width: none;
display: block;
margin: 0;
}
.verticalPosts .btSingleLatestPostImage {
float: left;
width: 180px;
margin: 0 0 20px;
}
.verticalPosts .btSingleLatestPostContent {
padding-left: 20px;
display: table;
}
.btLatestPostsContainer.verticalPosts .btSingleLatestPost {
padding: 0 10px;
}
.btLatestPostsContainer.verticalPosts .btSingleLatestPost .h2content {
padding-top: 0;
} .btProgressContent {
background-color: rgba(0,0,0,.1);
margin-bottom: 20px;
}
.btProgressContent .btProgressAnim {
background-color: #f37800;
color: white;
text-align: right;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
width: auto;
}
.btProgressContent {
overflow: hidden;
}
.btProgressContent .btProgressAnim span {
display: block;
font-weight: 500;
line-height: 24px;
padding: 0 5px;
vertical-align: middle;
}
.cellRight .btProgressContent .btProgressAnim {
float: right;
text-align: left;
}
.btSlideGutter {
width: 1200px;
display: inline-block;
padding: 10px 0 20px;
}
.btSlidePane {
background-color: rgba(51,51,51,.5);
color: #fff;
padding: 20px 30px;
text-align: left;
display: block;
width: 48.5%;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(40%,0,0);
-moz-transform: translate3d(40%,0,0);
-ms-transform: translate3d(40%,0,0);
transform: translate3d(40%,0,0);
-webkit-transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
-moz-transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
}
.slick-active .btSlidePane {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
-moz-transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
}
.boldSection.boldSiteFooterWidgets .boldRow {
margin: 0 -20px;
}
.boldSiteFooterWidgets {
background-color: #e8e8e8;
}
.boldSiteFooterWidgets .port:before {
content: ' ';
display: block;
height: 4px;
background-color: #b1b1b1;
margin: -9px -20px 9px;
}
.boldSiteFooterWidgets .btBox {
margin: 0;
float: left;
padding: 30px 20px;
width: 25%;
}
.boldSiteFooterWidgets .btBox:nth-child(4n + 1) {
clear: left;
}
.boldSiteFooterWidgets .widget_bt_about_me {
color: #000;
}
.boldSiteFooterWidgets .widget_bt_about_me img {
height: 36px;
display: block;
width: auto;
margin: 15px 0;
}
.boldSiteFooterWidgets .widget_bt_about_me p {
font-weight: 300;
line-height: 1.4;
margin: 0;
font-size: 12px;
padding: 0;
}
.boldSiteFooterWidgets .widget_nav_menu ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.widget_nav_menu ul ul {
margin: 0 0 0 10px;
}
.widget_nav_menu ul li:before {
display: inline-block;
content: '\e630';
font: normal 11px/1 reconstruction;
}
.boldSiteFooterWidgets .widget_nav_menu ul li {
display: block;
float: left;
width: 50%;
margin: 0 0 7px;
}
.boldSiteFooterWidgets .widget_nav_menu ul li:before {
display: none;
}
.boldSiteFooterWidgets .widget_nav_menu ul li:nth-child(odd) {
clear: left;
}
.boldSiteFooterWidgets .widget_nav_menu ul li a {
color: #000;
font-size: 12px;
line-height: 1.3;
}
.boldSiteFooterWidgets .widget_nav_menu ul li a:hover {
text-decoration: underline;
}
.widget_bt_our_office .ico.office {
color: #000;
font-size: 13px;
line-height: 1.2;
margin: 0 0 13px;
clear: left;
}
.widget_bt_our_office .ico.office a {
color: #000;
line-height: 1.2;
display: inline-block;
}
.widget_bt_our_office .ico.office a span {
font-family: Roboto,arial,helvetica,sans-serif;
}
.testimonialClients {
padding: 30px 30px 34px;
position: relative;
}
.tcItem {
position: relative;
margin: 0 3px;
cursor: pointer;
}
.tcItem,
.tcItem * {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
img.tcAspect {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
visibility: hidden;
}
.tcItem span {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #a1a1a1 inset;
box-shadow: 0 0 0 2px #a1a1a1 inset;
-webkit-transform: scale3d(.77,.77,1);
-moz-transform: scale3d(.77,.77,1);
-ms-transform: scale3d(.77,.77,1);
transform: scale3d(.77,.77,1);
-webkit-transition: all 260ms;
-moz-transition: all 260ms;
transition: all 260ms;
}
.tcItem:hover span,
.slick-center .tcItem span,
.slick-current .tcItem span {
-webkit-box-shadow: 0 0 0 4px #a1a1a1 inset;
box-shadow: 0 0 0 4px #a1a1a1 inset;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 260ms;
-moz-transition: all 260ms;
transition: all 260ms;
}
.slick-center .tcItem span,
.slick-current .tcItem span {
-webkit-box-shadow: 0 0 0 4px #f37800 inset;
box-shadow: 0 0 0 4px #f37800 inset;
}
.btTestimonies {
padding: 25px 0 10px;
border-top: 1px solid #c1c1c1;
}
.btTestimony {
padding: 0 0 0 100px;
position: relative;
}
.btTestimony:before {
content: '\e642';
font: 400 76px/1 reconstruction;
display: block;
position: absolute;
margin: -10px 0 0 2px;
left: 0;
top: 0;
color: #e8e8e8;
}
.btTestimony h4 {
color: #f37800;
font-size: 20px;
line-height: 1.2;
margin: 0 0 20px;
padding: 0;
}
.btTestimony strong {
font-weight: 700;
}
.btBreakNote h3 {
font-size: 20px;
line-height: 1.2;
font-weight: 300;
color: #333;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.btBreakNote h3 strong {
font-weight: 700;
}
.btBreakNote {
display: table;
height: 100%;
width: 100%;
}
.bnTxt {
display: table-cell;
text-align: left;
vertical-align: middle;
}
.bnBtns {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.bnBtns .boldBtn {
margin: 3px 0;
}
.btProjectsSlider {
background-color: #333;
color: #fff;
padding: 28px 0 0;
}
.psCats,
.btCatFilter {
padding: 26px 0 18px;
margin: 0;
}
.psCats ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.psCats ul li,
.btCatFilter span {
display: inline-block;
margin: 0 -2px;
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.1;
font-family: Raleway,arial,sans-serif;
}
.psCats ul li:last-child {
font-weight: 700;
}
.psCats ul li a {
display: block;
color: #999;
padding: 10px 20px 20px;
position: relative;
word-spacing: initial;
}
.btCatFilter span {
color: #999;
padding: 10px 20px 20px;
position: relative;
word-spacing: initial;
cursor: pointer;
}
.psCats ul li a:after,
.btCatFilter span:after {
content: ' ';
height: 4px;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: #f37800;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.psCats ul li a:hover:after,
.psCats ul li a.active:after,
.btCatFilter span.active:after {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.psCats ul li a:hover,
.psCats ul li a.active,
.btCatFilter span.active,
.btCatFilter span:hover {
color: #f37800;
}
.psWrap {
background-color: #393939;
position: relative;
}
.psPort {
width: 1200px;
margin: 0 auto;
}
.psPort,
.slick-slider {
position: static;
}
.psItem {
position: relative;
float: left;
width: 25%;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.psItem .aspect {
width: 100%;
height: auto;
visibility: hidden;
display: block;
}
.psPane,
.btShowTitle {
text-align: left;
padding: 14px 15px 55px;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 60px;
background-color: rgba(255,255,255,.75);
color: #333;
font-size: 14px;
line-height: 1.35;
font-weight: 300;
margin: 0;
cursor: pointer;
-webkit-transform: translate3d(0,50%,0);
-moz-transform: translate3d(0,50%,0);
-ms-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.btShowTitle {
top: auto;
bottom: 0;
margin: 0;
color: #333;
font-size: 12px;
line-height: 1.15;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
background-color: rgba(255,255,255,.75);
}
.no-touch .btShowTitle {
-webkit-transform: translate3d(0,42px,0);
-moz-transform: translate3d(0,42px,0);
-ms-transform: translate3d(0,42px,0);
transform: translate3d(0,42px,0);
}
.psPane:hover {
bottom: 0;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
background-color: rgba(255,255,255,.95);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.bpgPhoto .bpbItem .btImage {
background-color: #f37800;
}
.bpgPhoto .bpbItem img {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 500ms ease 70ms;
-moz-transition: all 500ms ease 70ms;
transition: all 500ms ease 70ms;
}
.bpgPhoto:hover .bpbItem img {
-webkit-transform: translate3d(0,-5px,0);
-moz-transform: translate3d(0,-5px,0);
-ms-transform: translate3d(0,-5px,0);
transform: translate3d(0,-5px,0);
}
.bpgPhoto:hover .btShowTitle {
-webkit-transform: translate3d(0,20px,0);
-moz-transform: translate3d(0,20px,0);
-ms-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
color: #fff;
z-index: 4;
background-color: #f37800;
opacity: .9;
-webkit-filter: alpha(opacity=90);
filter: alpha(opacity=90);
}
.psPane p {
margin: 0 0 14px;
}
.psPane h4 {
margin: 0 0 5px;
padding: 0;
color: #000;
font-size: 14px;
font-weight: 700;
line-height: 1.15;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
p.psLocation {
font-size: 11px;
font-weight: 400;
line-height: 1.1;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.psBtn a {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 10px;
color: #fff;
background-color: #f37800;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
.psBtn a:hover {
background-color: #333;
}
.psBtn a:after {
content: '\f105';
display: inline-block;
margin: 0 0 0 3px;
font: 400 13px/1.1 FontAwesome;
vertical-align: -2%;
}
.psItem[data-cat]:before {
content: attr(data-cat);
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 4;
padding: 3px 5px;
background-color: #000;
color: #fff;
font: 11px/13px arial;
}
.btShowTitle strong {
display: block;
font-size: 14px;
font-weight: 700;
font-family: Raleway,arial,sans-serif;
margin: 0 0 4px;
}
.btShowTitle strong,
.btShowTitleCaptionTxt,
.btShowTitleCaptionTxt span {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.btShowTitle span a {
display: none;
}
.btShowTitleCaptionTxt span {
display: block;
}
.btTabs {
margin: 0 0 30px;
}
.tabsHeader {
background-color: #e8e8e8;
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.bt_content ul.tabsHeader {
margin: 0;
}
.tabsHeader li {
display: block;
float: left;
border-left: 1px solid #d2d2d2;
}
.bt_content ul.tabsHeader li {
clear: none;
margin-bottom: 0;
}
.bt_content ul.tabsHeader li:before {
display: none;
}
.tabsHeader li span {
cursor: pointer;
display: block;
font-size: 16px;
line-height: 1.1;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
color: #333;
background-color: transparent;
padding: 16px 19px;
position: relative;
-webkit-box-shadow: 0 1px 0 transparent inset;
box-shadow: 0 1px 0 transparent inset;
}
.tabsHeader li span:before {
content: ' ';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 4px;
background-color: #f37800;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.tabsHeader li.slick-active span {
background-color: #fff;
}
.tabsHeader li.slick-active span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.tabsHeader li span:hover {
background-color: #fff;
-webkit-box-shadow: 0 1px 0 #d2d2d2 inset;
box-shadow: 0 1px 0 #d2d2d2 inset;
}
.tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
}
.tabPane {
padding: 28px 28px 20px;
}
.tabsHeader .slick-track {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.tabAccordionTitle {
display: none;
}
.tabsVertical .tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
border-top: 1px solid #d2d2d2;
}
.tabsVertical .tabAccordionTitle {
display: block;
padding: 0;
font-size: 16px;
line-height: 1.1;
background-color: #e8e8e8;
margin: 0;
cursor: pointer;
position: relative;
}
.tabsVertical .tabAccordionTitle:hover {
background-color: #f2f2f2;
}
.tabsVertical .tabPane .tabAccordionTitle {
border-top: 1px solid #d2d2d2;
}
.tabsVertical .tabPane:first-child .tabAccordionTitle {
border-top: none;
}
.tabsVertical .tabAccordionTitle span {
display: inline-block;
padding: 17px 20px 14px 66px;
position: relative;
}
.tabsVertical .tabAccordionTitle span:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background-color: #f37800;
margin: -1px 0 0 -1px;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabsVertical .tabAccordionTitle.on span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.tabsVertical .tabAccordionTitle:before {
display: block;
position: absolute;
margin: 0;
top: 8px;
left: 20px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #fff;
vertical-align: middle;
text-align: center;
content: '\e641';
font: normal 18px/35px reconstruction;
color: #4f4f4f;
}
.tabsVertical .tabAccordionTitle.on {
color: #000;
background-color: #fff;
}
.tabsVertical .tabAccordionTitle.on:before {
color: #fff;
background-color: #f37800;
content: '\e638';
}
.tabsVertical .tabPane {
padding: 0;
}
.tabsVertical .tabAccordionContent {
padding: 22px 28px 20px;
display: none;
}
.tabsVertical .tabsHeader {
display: none;
}
.tabAccordionContent p:last-child {
margin-bottom: 0;
}
.boldArticle header {
background-color: #e8e8e8;
padding: 0 32px 20px;
}
.boldArticle .portfolioBody header.header {
margin: 0 0 5px;
padding: 0;
background-color: transparent;
}
.boldArticle .portfolioBody header.header .h2content {
padding: 0;
}
.articleListItem.boldArticle header {
float: left;
clear: left;
max-width: 72%;
margin: 0 10px 0 0;
}
.articleListItem.boldArticle.wPhoto header {
float: none;
margin: 0;
max-width: none;
}
.articleListItem.boldArticle.wPhoto.sticky .boldPhotoBox:after {
content: '\e657';
display: block;
position: absolute;
z-index: 5;
top: 4px;
right: 4px;
padding: 12px;
background-color: rgba(255,255,255,.3);
color: #fff;
font: normal 18px/1 reconstruction;
}
.articleListItem {
background-color: #e8e8e8;
}
.boldArticle.articleListItem {
margin: 0 0 55px;
}
.boldArticle header h1 {
margin: 0 0 20px;
}
.boldArticle.articleListItem header h2 {
font-size: 40px;
font-weight: 700;
margin: 0 0 20px;
color: #333;
}
.boldArticle.articleListItem header h2 a {
color: #333;
}
.boldArticle.articleListItem header h2 a:hover {
color: #f37800;
}
.boldArticle .header.topDash .dash {
padding: 18px 0 0;
}
.boldArticle.articleListItem .header.topDash .dash {
padding: 20px 0 5px;
}
.boldArticle.articleListItem.wPhoto .header.topDash .dash {
margin: -5px 0 0;
padding: 22px 0 5px;
}
.boldArticle .header p.boldSubTitle {
color: #464646;
}
.boldArticle .header p.boldSubTitle a,
.bgiTxt .boldArticleMeta a {
display: inline-block;
line-height: 1.4;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 0 10px;
}
p.boldSubTitle a:hover,
.bgiTxt .boldArticleMeta a:hover {
color: #999;
}
.boldArticle .header p.boldSubTitle a:before,
.bgiTxt .boldArticleMeta a:before {
content: ' ';
display: block;
float: left;
color: #c2c2c2;
margin: -3px 10px;
width: 1px;
height: 1.85em;
border-left: 1px solid #c2c2c2;
}
.boldArticle .header p.boldSubTitle {
margin-bottom: 10px;
}
a.boldArticleCategory {
color: #666;
}
a.boldArticleCategory:hover {
color: #999;
}
a.boldArticleComments {
color: #999;
}
a.boldArticleComments:hover,
.bgiTxt .boldArticleMeta a:hover {
color: #333;
}
a.boldArticleComments:after {
content: '\e614';
font: normal 18px/1 reconstruction;
display: block;
float: left;
margin: 0 5px -3px 0;
color: #f37800;
}
.single-post .boldArticle .boldPhotoBox {
margin: 0 0 45px;
}
.single-post .boldArticle .boldArticleBody {
padding: 0 30px 15px;
margin: 0 0 30px;
border-bottom: 1px solid #b1b1b1;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 30px 15px;
clear: left;
}
.boldArticleBody a:hover {
text-decoration: underline;
}
.boldArticleBody.portfolioBody {
padding: 30px;
}
.boldArticleBody.portfolioBody.wArticleMeta {
padding: 30px 30px 30px 260px;
float: left;
width: 100%;
}
.articleListItem .boldArticleBody.divider:before {
content: ' ';
display: block;
height: 1px;
background-color: #c5c5c5;
margin: -10px -10px 25px;
position: relative;
z-index: 2;
}
.rowItem.tagsRowItem,
.rowItem.shareRowItem {
padding: 0 10px 25px;
}
.neighboringArticles {
position: relative;
margin: 0 0 85px;
padding: 35px 0 0;
border-top: 1px solid #d2d2d2;
}
.neighbor {
width: 50%;
}
.neighbor.onLeft {
float: left;
padding: 0 10px 0 0;
}
.neighbor.onRight {
float: right;
padding: 0 0 0 10px;
}
.neighbor h4.nbs {
position: relative;
top: auto;
left: auto;
right: auto;
margin: 0;
}
.neighbor.onRight h4.nbs {
float: right;
}
.comment-form {
padding: 30px 12%;
}
.mediaBox img {
display: block;
width: 100%;
height: auto;
}
p.form-submit {
text-align: center;
}
.boldArticle .socialRow a {
width: 34px;
height: 34px;
display: inline-block;
text-align: center;
background-color: #e8e8e8;
color: #999;
border: 1px solid #e8e8e8;
border-radius: 50%;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.boldArticle .socialRow a:hover {
-webkit-transform: scale3d(1.12,1.12,1);
-moz-transform: scale3d(1.12,1.12,1);
-ms-transform: scale3d(1.12,1.12,1);
transform: scale3d(1.12,1.12,1);
border: 1px solid #333;
color: #333;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.boldArticle .socialRow a:before {
display: inline-block;
font: normal 16px/33px FontAwesome;
}
.boldArticle .socialRow a:before {
content: attr(data-icon-fa);
}
.cellRight .socialRow a,
.articleListItem footer .socialRow a {
margin: 0 0 0 8px;
}
.cellLeft .socialRow a {
margin: 0 7px 0 0;
}
.articleSideGutter {
float: right;
display: table;
position: relative;
z-index: 4;
margin: 0;
max-width: 26%;
}
.wPhoto .articleSideGutter {
margin: -55px 0 0;
}
.asgItem {
display: table-cell;
vertical-align: middle;
}
.asgItem.avatar {
width: 55px;
min-width: 55px;
}
.asgItem.avatar img {
display: block;
height: 55px;
margin: 0;
width: auto;
}
.asgItem.posted {
background-color: rgba(255,255,255,.75);
padding: 4px 15px;
font-size: 12px;
color: #333;
font-weight: 700;
line-height: 1.1;
text-align: right;
text-transform: uppercase;
border-right: 1px solid rgba(0,0,0,.2);
}
.asgItem.posted a {
color: #333;
}
.asgItem.posted a:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.articleListItem footer {
padding: 3px 30px 20px;
clear: left;
}
.articleListItem footer .socialRow {
float: right;
}
.articleListItem footer .socialRow a {
background-color: #fff;
border: 1px solid #fff;
} .portfolioItem .header .socialRow a {
background-color: #f37800;
border: 1px solid #f37800;
color: #fff;
width: 34px;
height: 34px;
font-size: 18px;
line-height: 30px;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
}
.portfolioItem .header .socialRow a:hover {
border: none;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
background-color: #f37800;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.articleListItem footer .socialRow a:hover {
border: 1px solid #333;
}
.portfolioItem .socialRow {
padding: 20px 0 0;
border-top: 1px solid #B1B1B1;
}
.portfolioItem .socialRow a {
margin: 0 7px 0 0;
}
p.boldContinue {
color: #333;
padding: 11px 0 0;
margin: 0;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}
p.boldContinue a {
color: #333;
}
p.boldContinue a:hover {
color: #f37800;
}
.boldPhotoBox blockquote,
.wBoldLink {
display: block;
overflow: hidden;
padding: 1.7em 1.1em;
text-align: center;
background-color: #f37800;
color: #fff;
margin: 0;
font-family: Roboto;
}
.wBoldLink {
padding: 2.4em 1.5em;
}
.boldPhotoBox blockquote p {
font-size: 2em;
font-weight: 100;
font-style: italic;
line-height: 1.3;
margin: 0 0 1em;
}
.boldPhotoBox blockquote cite {
display: inline-block;
border-top: 4px solid #fff;
font-size: 12px;
font-style: normal;
font-weight: 800;
line-height: 1;
padding: 5px 0 0;
text-transform: uppercase;
}
.bUrl {
display: inline-block;
clear: left;
margin: 15px 0 0;
color: #fff;
font-size: 15px;
font-style: normal;
font-weight: 400;
}
.bqIcon:before,
.wBoldLink span.ico:before {
font: normal 3.5em/1 reconstruction;
display: block;
margin: 0 auto .2em;
color: #fff;
content: attr(data-icon);
}
.wBoldLink span.ico:before {
font: normal 4.75em/1 reconstruction;
}
.boldPhotoBox .wBoldLink strong {
display: block;
font-size: 2em;
line-height: 1;
font-weight: 300;
color: #fff;
}
.bUrl:hover,
.boldPhotoBox .wBoldLink strong:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.btPortfolioHeaderPort {
float: left;
padding: 0 10px 0 0;
max-width: 60%;
}
.slidedItem .portfolioArticle {
bottom: 30px;
left: 26px;
position: absolute;
right: 240px;
z-index: 4;
text-align: left;
}
.paging.onRight {
float: right;
}
.paging.onLeft {
float: left;
}
.paging a {
font-family: Raleway,arial,sans-serif;
font-weight: 700;
text-transform: uppercase;
display: block;
color: #999;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.paging a:hover {
color: #333;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.paging a:after {
width: 35px;
height: 35px;
display: block;
text-align: center;
background-color: #999;
color: #fff;
font: normal 20px/34px reconstruction;
border-radius: 50%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.paging a:hover:after {
background-color: #f37800;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.pageNext a:after {
content: '\e606';
float: right;
margin: -8px 0 0 8px;
}
.pagePrev a:after {
content: '\e606';
float: left;
margin: -8px 8px 0 0;
}
.pagePrev a:after {
content: '\e605';
}
div[id^='map_canvas'] {
border: 20px solid #f1f1f1;
}
div[id^='map_canvas'] img {
max-width: none;
}
.form-submit input[type="submit"] {
display: none;
}
.commentsBox {
text-align: center;
}
.commentsBox .pcItem,
.comment-notes {
text-align: left;
}
.widget_sp_image .mediaBox {
padding: 0 25% 0 0;
margin: 0 0 20px;
}
aside .widget_sp_image .mediaBox {
padding: 0;
margin: 0;
}
.widget_sp_image-description {
font-size: 12px;
line-height: 1.5;
}
aside .widget_sp_image-description {
background-color: #e8e8e8;
padding: 15px 15px 10px;
}
.widget_sp_image-description p {
margin: 0 0 10px;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory,
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments {
color: #fff;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory:hover {
color: #F37800;
}
.fullScreen .boldSubTitle.boldArticleMeta a:hover {
color: #fff;
}
.fullScreen .boldSubTitle.boldArticleMeta a:before {
display: inline-block;
width: 5px;
height: 5px;
background-color: #F37800;
content: ' ';
margin: 0 7px;
border-radius: 50%;
vertical-align: middle;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments:after {
content: '\e614';
display: inline-block;
font: normal 14px/1 reconstruction;
color: #F37800;
margin: 0 0 0 4px;
float: none;
}
input.wpcf7-submit {
border: none;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1;
font-weight: 700;
padding: 14px 25px;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.15) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.15) inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
color: #fff;
background-color: #f37800;
position: relative;
z-index: 2;
}
input.wpcf7-submit:hover {
color: #333;
background-color: #e8e8e8;
}
.gridItem {
background-color: #fff;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
}
.tilesWall.classic {
margin: 2px 0 2px 2px;
}
.tilesWall.classic .gridItem:after {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
pointer-events: none;
outline: 2px solid #fff;
outline-offset: -2px;
z-index: 3;
content: ' ';
}
.bgiTxt {
display: block;
position: relative;
padding: 20px;
margin: 0;
}
.tilesWall .bgiTxt {
background-color: #E8E8E8;
}
.tilesWall.classic .bgiTxt {
background-color: #E8E8E8;
}
.tilesWall.classic .gridItem .bpbItem {
overflow: hidden;
background-color: #E8E8E8;
}
.no-touch .tilesWall.classic .gridItem .bpbItem img {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.no-touch .tilesWall.classic .gridItem:hover .bpbItem img {
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1);
-ms-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
opacity: .6;
-webkit-filter: alpha(opacity=60);
filter: alpha(opacity=60);
-webkit-transition: all 280ms ease;
-moz-transition: all 280ms ease;
transition: all 280ms ease;
}
.bgiTxt h2 {
clear: left;
display: inline-block;
margin: 0 0 12px;
font-size: 18px;
}
.bgiTxt h2 a {
color: #333;
}
.bgiTxt h2 a:hover {
color: #F37800;
}
p.bgiCat {
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0 0 15px;
}
.tilesWall.classic p.bgiCat {
font-family: Raleway,arial,sans-serif;
font-size: 13px;
font-weight: 400;
margin: 0 0 5px;
}
.tilesWall.classic p.bgiCat a {
color: #333;
}
.tilesWall.classic p.bgiCat a:hover {
color: #F37800;
}
.bgiTxt h2:before {
content: ' ';
position: absolute;
display: block;
left: 0;
top: 0;
z-index: 5;
margin: -5px 0 0;
height: 5px;
background-color: #F37800;
}
.btGridShare a {
display: block;
float: left;
margin: 0 5px 0 0;
}
.btGridShare a:before {
display: block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #F37800;
color: #fff;
font-family: FontAwesome;
font-weight: normal;
line-height: 24px;
font-size: 14px;
text-align: center;
content: attr(data-icon-fa);
-webkit-box-shadow: 0 0 0 0 #fff inset;
box-shadow: 0 0 0 0 #fff inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btGridShare a:hover:before {
-webkit-box-shadow: 0 0 0 .75em #fff inset;
box-shadow: 0 0 0 .75em #fff inset;
color: #F37800;
background-color: #fff;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.btGridShare {
clear: left;
padding: 10px 0 0;
border-top: 1px solid #c2c2c2;
} .ui-slider {
position: relative;
text-align: left;
background: #eee;
}
.ui-slider .ui-slider-handle {
display: block;
position: absolute;
z-index: 2;
width: 20px;
height: 20px;
cursor: default;
-ms-touch-action: none;
touch-action: none;
background: #F37800;
border-radius: 50%;
cursor: w-resize;
}
.ui-slider .ui-slider-handle:before {
content: ' ';
display: block;
width: 20px;
height: 20px;
border: 3px solid #fff;
border-radius: 50%;
}
.ui-slider .ui-slider-handle.ui-state-active {
background-color: #F37800;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.btQuoteTotal {
font-weight: bold;
}
.btQuoteTotalText {
margin-right: 1em;
}
.btQuoteTotalCurrency {
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
.btQuoteTotalCalc {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.btQuoteBooking {
margin: 0;
}
.btQuoteItem {
padding: 0 0 0 170px;
margin: 0 0 30px;
}
.btQuoteItem label {
display: block;
float: left;
margin: 8px 0 0 -170px;
}
.btQuoteSlider {
float: left;
margin: 14px 1% 0;
width: 98%;
}
.btQuoteItemInput {
text-align: center;
}
.btQuoteSliderValue {
background-color: #ccc;
border-radius: 3px;
clear: left;
color: #fff;
display: block;
float: left;
font-size: 11px;
font-weight: 700;
line-height: 1;
min-width: 30px;
padding: 5px 10px;
margin-top: 4px;
margin-left: 9px;
position: relative;
text-align: center;
-webkit-transform: translate3d(-50%,0,0);
-moz-transform: translate3d(-50%,0,0);
-ms-transform: translate3d(-50%,0,0);
transform: translate3d(-50%,0,0);
}
.btQuoteSliderValue:before {
content: ' ';
display: block;
position: absolute;
left: 50%;
top: 0;
width: 0;
height: 0;
margin: -4px 0 0 -4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid #ccc;
}
.btQuoteItem .fancy-select .trigger {
text-align: left;
color: #b4b4b4;
}
.btQuoteItem .fancy-select .trigger.selected {
color: #333;
}
.btQuoteTotal {
padding: 0 0 8px;
margin: 0 0 10px;
text-align: right;
border-bottom: 4px solid #F37800;
}
.btQuoteTotalCurrency {
padding: 0 4px 0 0;
font-size: 14px;
}
.btQuoteTotalCurrency,
.btQuoteTotalCalc {
font-size: 22px;
}
.btQuoteTotalCalc {
color: #F37800;
}
.btQuoteItem ul.options {
text-align: left;
}
.btQuoteContact {
margin: 0 -10px;
}
.btQuoteContact .btQuoteItem {
padding: 0 10px;
float: left;
width: 50%;
}
.btQuoteContact .btQuoteItem:nth-child(odd) {
clear: left;
}
.btQuoteItem.btQuoteItemFullWidth {
float: none;
width: auto;
}
.btQuoteContact .boldBtn {
clear: left;
margin: 0 0 10px 10px;
}
.btContactFieldMandatory input,
.btContactFieldMandatory .trigger {
border: 1px solid #ccc;
}
.btContactFieldMandatory.btContactFieldError input,
.btContactFieldMandatory.btContactFieldError .trigger {
border: 1px solid #f37800;
}
.btSubmitMessage {
margin-left: 10px;
color: #f37800;
font-weight: 600;
}
.ui-datepicker-header {
display: block;
padding: 10px;
overflow: hidden;
background-color: rgba(0,0,0,.1);
}
table.ui-datepicker-calendar {
width: 100%;
text-align: center;
border-collapse: collapse;
margin: 0;
padding: 0;
line-height: 1.2;
background-color: #f2f2f2;
}
table.ui-datepicker-calendar th {
padding: 10px 8px;
font-size: 14px;
font-weight: 600;
color: #333;
}
a.ui-datepicker-prev,
a.ui-datepicker-next {
display: block;
font-size: 11px;
font-weight: 700;
line-height: 1.1;
color: #f0f0f0;
background-color: #F37800;
border-radius: 2px;
padding: 2px 4px;
text-transform: uppercase;
cursor: pointer;
}
a.ui-datepicker-prev {
float: left;
}
.ui-datepicker-next {
float: right;
}
a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
background-color: #da6c00;
}
.ui-datepicker-title {
text-align: center;
font-size: 14px;
line-height: 1.1;
font-weight: 600;
color: #555;
}
#ui-datepicker-div {
background-color: #f2f2f2;
}
table.ui-datepicker-calendar td {
font-size: 12px;
font-weight: 500;
line-height: 1;
padding: .3em;
}
table.ui-datepicker-calendar tr:nth-child(odd) td {
background-color: rgba(255,255,255,.6);
}
table.ui-datepicker-calendar td a {
color: #666;
}
table.ui-datepicker-calendar td a:hover {
color: #F37800;
}
.btPriceTable {
text-align: center;
margin: 0 0 30px;
}
.btPriceTable .ptHeader {
padding: 16px 22px;
position: relative;
background-color: #ececec;
color: #F37800;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset;
}
.btPriceTable .ptHeader h3 {
font-size: 22px;
line-height: 1.1;
margin: 0;
font-weight: 700;
display: inline-block;
position: relative;
}
.btPriceTable .ptHeader h3:before {
content: ' ';
height: 4px;
background-color: #F37800;
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
margin-top: -16px;
}
.ptSticker {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
z-index: 2;
text-align: center;
}
.ptSticker span {
display: inline-block;
padding: .2em .5em;
font-size: .9em;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
border-radius: 8px;
border: 2px solid #f37800;
background-color: #fff;
-webkit-transform: translateY(55%);
-ms-transform: translateY(55%);
-moz-transform: translateY(55%);
transform: translateY(55%);
}
p.ptPrice {
padding: .55em .5em;
font-size: 4.2em;
font-weight: 100;
line-height: 1;
margin: 0;
text-align: center;
background-color: #F37800;
color: #fff;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
p.ptPrice span {
font-size: 70%;
vertical-align: text-top;
margin: 0 0 0 -.8em;
}
.btPriceTable ul {
display: block;
list-style: none;
background-color: #fff;
margin: 0;
padding: 0;
}
.btPriceTable ul li {
display: block;
padding: 12px 8px;
font-size: 16px;
line-height: 1.2;
}
.btPriceTable ul li:nth-child(odd) {
background-color: rgba(0,0,0,.05);
}
.btPriceTable ul li:before {
content: '';
}
.ptFooter a {
color: #fff;
display: block;
padding: .75em .2em;
font-size: 1em;
font-weight: 800;
background-color: #B1B1B1;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
}
.ptFooter a:hover {
background-color: #f37800;
}
.boldArticleHeader .socialRow {
clear: both;
}
.noPhoto .boldArticleHeader {
margin-bottom: 45px;
}
.boldGetInfo {
cursor: pointer;
display: block;
position: absolute;
z-index: 5;
bottom: 16px;
left: 20px;
width: 36px;
height: 36px;
font: normal 16px/35px FontAwesome;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(122,122,122,.7);
color: rgba(122,122,122,.7);
border-radius: 50%;
}
.boldGetInfo:before {
content: '\f129';
display: inline-block;
}
.boldGetInfo:hover {
color: #f37800;
border: 1px solid #fff;
}
.boldGetInfo.on {
color: #f37800;
border: 1px solid #999;
z-index: 7;
}
.boldInfoBar {
display: table;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: 6;
background-color: #EAEAEA;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 260ms ease;
-moz-transition: transform 260ms ease;
transition: transform 260ms ease;
}
.boldInfoBar.open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 260ms ease;
-moz-transition: transform 260ms ease;
transition: transform 260ms ease;
}
.boldInfoBarMeta {
display: table-cell;
vertical-align: middle;
padding: 20px 0 20px 65px;
text-align: left;
}
.boldInfoBarMeta p {
display: inline-block;
margin: 0 0 0 15px;
font-weight: 400;
color: #333;
text-transform: uppercase;
}
.boldInfoBarMeta p strong {
color: #f37800;
padding: 0 4px 0 0;
}
.boldInfoBar .socialRow {
display: table-cell;
vertical-align: middle;
text-align: right;
padding: 15px 20px 15px 0;
}
.boldInfoBar .socialRow a {
display: inline-block;
float: none;
letter-spacing: 0;
margin: 0 0 0 7px;
}
.post-password-form input[type="password"] {
background: #ddd;
margin-bottom: 21px;
}  .wp-block-separator {
margin: 1em auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
border-bottom: 1px solid #8f98a1;
} p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 0;
line-height: .7;
font-weight: 500;
}
p.has-drop-cap {
line-height: 1.2;
}
p.has-background {
border-radius: 0;
}
p.has-large-font-size {
line-height: 1.2;
}
em {
line-height: 1;
} .wp-block-quote p {
font-size: 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 1.3em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
text-align: center;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-file .wp-block-file__button {
border-radius: none;
}
.wp-block-button__link {
font-size: .8em;
padding: .8em 2.2em;
font-weight: 500;
color: #fff !important;
}
.wp-block-button__link:hover {
color: #c8ba7b !important;
}
.wp-block-button {
margin-bottom: 1em !important;
}
.wp-block-button.alignnone {
text-align: inherit !important;
} .wp-block-table.is-style-stripes td {
border-color: rgba(0,0,0,.07);
} .btNoSidebar .alignfull {
width: 100vw;
margin-left: -webkit-calc(-50vw + 600px);
margin-left: -moz-calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-right: -webkit-calc(-50vw + 600px);
margin-right: -moz-calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
max-width: 100vw;
} .wp-block-gallery {
margin: 0;
} .screen-reader-text {
border: 0;
clip: rect(1px,1px,1px,1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
@media (min-width: 1201px) {
.boldSection:not(.gutter) .boldRow {
margin: 0 -30px;
}
}
@media (max-width: 1300px) {
.btSlideGutter {
padding: 10px 60px 20px;
}
.bt_sidebar {
width: 280px;
}
.sidebarRight .contentHolder {
padding: 40px 280px 60px 0;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -280px 0 -100%;
padding: 0 0 0 30px;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 280px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -280px;
padding: 0 30px 0 0;
}
}
.btIsMobile.menuOn .pageWrap {
-webkit-transform: translate3d(-270px,0,0);
-moz-transform: translate3d(-270px,0,0);
-ms-transform: translate3d(-270px,0,0);
transform: translate3d(-270px,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btIsMobile.menuOn {
position: relative;
overflow: hidden;
}
.btIsMobile.menuOn .menuPort {
opacity: 1;
}
.btIsMobile.menuOn .menuTrigger {
background-color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile.menuOn .menuTrigger:before {
color: #fff;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .boldSection:not(.gutter) .boldRow {
margin: 0;
}
.btIsMobile html.hasGhost:not(.removeGhost):not(.touch) {
margin-right: 0;
}
.btIsMobile .pageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btIsMobile .port,
.btIsMobile .uniGutter,
.btIsMobile .bclPort {
width: auto;
margin: 0;
}
.btIsMobile .search .bt_content,
.btIsMobile .blog .bt_content {
width: auto;
float: none;
max-width: none;
margin-left: 20px;
margin-right: 20px;
}
.btIsMobile .gutter .port {
margin: 0 20px;
max-width: none;
}
.btIsMobile .gutter .port .port {
margin: 0;
}
.btIsMobile .boldArticle.gutter.post .port {
margin: 0;
}
.btIsMobile .contentHolder {
margin: 0;
width: auto;
}
.btIsMobile .sidebarRight .contentHolder {
margin: 0 20px;
}
.btIsMobile .sidebarLeft .contentHolder {
margin: 0 20px;
}
.btIsMobile .search .noSidebar .contentHolder {
width: auto;
}
.btIsMobile .wSlider .rowItem {
padding: 0;
}
.btIsMobile .btSlideGutter {
width: auto;
}
.btIsMobile .boldSection.fullScreen.gutter .port {
width: 100%;
padding: 0 10px;
}
.btIsMobile .port.wSlider .slided h4.nbs a span {
display: none;
}
.btIsMobile .slided h4.nsPrev {
left: 0;
}
.btIsMobile .slided h4.nsNext {
right: 0;
}
.btIsMobile .menuPort {
float: none;
clear: left;
position: fixed;
overflow-y: auto;
width: 270px;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
opacity: 1;
background-color: #F37800;
}
.btIsMobile .menuTrigger {
display: block;
float: right;
margin: 7px -4px -15px 0;
cursor: pointer;
padding: 3px 6px;
background-color: #fff;
border-radius: 3px;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .menuTrigger:before {
content: '\e654';
display: block;
font: normal 38px/1 reconstruction;
color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .pageWrap {
position: relative;
z-index: 2;
background-color: #fff;
}
.btIsMobile .menuPort ul {
list-stlye: none;
display: block;
margin: 0;
padding: 0;
}
.btIsMobile .menuPort ul ul {
background-color: rgba(0,0,0,.1);
}
.btIsMobile .menuPort ul li {
display: block;
border-top: 1px solid rgba(255,255,255,.15);
color: #fff;
font-size: 14px;
line-height: 1.15;
font-weight: 400;
position: relative;
}
.btIsMobile .menuPort ul li:first-child {
border-top: none;
}
.btIsMobile .menuPort ul li a {
display: block;
padding: 14px 50px 14px 20px;
color: #fff;
}
.btIsMobile .subToggler {
display: block;
cursor: pointer;
position: absolute;
top: 10px;
right: 8px;
margin: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: rgba(255,255,255,.95);
color: #F37800;
text-align: center;
vertical-align: middle;
line-height: 26px;
vertical-align: middle;
}
.btIsMobile .subToggler:before {
display: inline-block;
vertical-align: middle;
content: '\e62e';
font: normal 22px/1 reconstruction;
}
.btIsMobile .subToggler.on:before {
content: '\e631';
}
.btIsMobile .socPack {
float: left;
position: relative;
z-index: 2;
margin: 0 0 0 4px;
}
.btIsMobile .iconsToggler {
cursor: pointer;
}
.btIsMobile .iconsToggler:before {
display: inline-block;
font-family: reconstruction;
}
.btIsMobile .iconsToggler.social:before {
content: '\e655';
}
.btIsMobile .iconsToggler.contactInfo:before {
content: '\e656';
}
.btIsMobile .iconsPane,
.btIsMobile .footerIconsPane {
position: absolute;
top: auto;
left: 50%;
margin: 36px 0 0 -21px;
width: 42px;
padding: 0 0 3px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: -5;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .footerIconsPane {
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
bottom: 5px;
top: auto;
z-index: 2;
}
.btIsMobile .shown .iconsPane,
.btIsMobile .shown .footerIconsPane {
z-index: 2;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .iconsPane.contactIcons {
right: -5px;
border-radius: 3px;
width: 220px;
padding: 5px;
left: auto;
}
.btIsMobile .socPackFooter {
position: relative;
}
.btIsMobile .topTools.ttRight .iconsPane .ico,
.btIsMobile .articleListItem footer .socialRow .footerIconsPane a {
width: 34px;
margin: 5px auto 0;
float: none;
overflow: hidden;
display: block;
}
.btIsMobile .topTools.ttRight .iconsPane .ico:first-child {
margin: 3px auto 0;
}
.btIsMobile .topTools.ttRight .iconsPane.contactIcons .ico {
width: auto;
}
.btIsMobile .iconsPane.contactIcons .ico a:before {
float: right;
}
.btIsMobile .iconsPane.contactIcons .ico a strong,
.btIsMobile .iconsPane.contactIcons .ico a span {
display: block;
float: right;
margin: 0 7px 0 8px;
max-width: 153px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.btIsMobile .topMenuMobile {
float: left;
}
.btIsMobile .tmmPane {
background-color: #e0e0e0;
display: block;
left: 0;
margin: 43px 0 0;
padding: 5px 13px;
position: absolute;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .shown .tmmPane {
z-index: 1;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .tmmToggler {
cursor: pointer;
display: block;
float: left;
padding: 5px 5px 5px 0;
}
.btIsMobile .tmmToggler:before {
content: '\f0c9';
font: normal 24px/1 FontAwesome;
word-spacing: -3px;
display: block;
color: #888;
}
.btIsMobile .shown .tmmToggler:before,
.btIsMobile .shown .tmmToggler:hover:before {
color: #F37800;
}
.btIsMobile .tmmToggler:hover:before {
color: #333;
}
.btIsMobile .mainHeader .topTools .topMenuMobile .ico {
float: none;
margin: 10px 0;
}
.btIsMobile .slided .slick-dots {
left: 20px;
margin: 0;
right: 20px;
text-align: center;
width: auto;
z-index: 2;
}
.btIsMobile .rowItem.btLeftBorder {
border-left: none;
}
.btIsMobile .rowItem.btRightBorder {
border-right: none;
}
.btIsMobile .bclPort .slick-list {
margin: 0 25px;
}
.btIsMobile .gallery-item {
width: 100% !important;
max-width: 100% !important;
}
@media (max-width: 1200px) {
html.hasGhost:not(.removeGhost):not(.touch) {
margin-right: 0;
}
.pageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.menuOn .pageWrap {
-webkit-transform: translate3d(-270px,0,0);
-moz-transform: translate3d(-270px,0,0);
-ms-transform: translate3d(-270px,0,0);
transform: translate3d(-270px,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.port,
.uniGutter,
.bclPort {
width: auto;
margin: 0;
}
.search .bt_content,
.bt_content {
width: auto;
float: none;
max-width: none;
}
.gutter .port {
margin: 0 20px;
}
.gutter .port .port {
margin: 0;
}
.boldArticle.gutter.post .port {
margin: 0;
}
.contentHolder {
margin: 0;
width: auto;
}
.sidebarRight .contentHolder {
margin: 0 20px;
}
.sidebarLeft .contentHolder {
margin: 0 20px;
}
.search .noSidebar .contentHolder {
width: auto;
}
.wSlider .rowItem {
padding: 0;
}
.btSlideGutter {
width: auto;
margin: 0 80px;
}
.boldSection.fullScreen.gutter .port {
width: 100%;
padding: 0 10px;
}
.btSlidePane {
width: 66%;
}
.port.wSlider .slided h4.nbs a span {
display: none;
}
.slided h4.nsPrev {
left: 0;
}
.slided h4.nsNext {
right: 0;
}
.bt_sidebar {
width: 280px;
}
.sidebarRight .contentHolder {
padding: 40px 280px 60px 0;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -280px 0 -100%;
padding: 0 0 0 30px;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 280px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -280px;
padding: 0 30px 0 0;
}
body.menuOn {
position: relative;
overflow: hidden;
}
.menuPort {
float: none;
clear: left;
position: fixed;
overflow-y: auto;
width: 270px;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
opacity: 0;
background-color: #F37800;
}
body.menuOn .menuPort {
opacity: 1;
}
.menuTrigger {
display: block;
float: right;
margin: 7px -4px -15px 0;
cursor: pointer;
padding: 3px 6px;
background-color: #fff;
border-radius: 3px;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuOn .menuTrigger {
background-color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuTrigger:before {
content: '\e654';
display: block;
font: normal 38px/1 reconstruction;
color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuOn .menuTrigger:before {
color: #fff;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.pageWrap {
position: relative;
z-index: 2;
background-color: #fff;
}
.menuPort ul {
list-stlye: none;
display: block;
margin: 0;
padding: 0;
}
.menuPort ul ul {
background-color: rgba(0,0,0,.1);
}
.menuPort ul li {
display: block;
border-top: 1px solid rgba(255,255,255,.15);
color: #fff;
font-size: 14px;
line-height: 1.15;
font-weight: 400;
position: relative;
}
.menuPort ul li:first-child {
border-top: none;
}
.menuPort ul li a {
display: block;
padding: 14px 50px 14px 20px;
color: #fff;
}
.subToggler {
display: block;
cursor: pointer;
position: absolute;
top: 10px;
right: 8px;
margin: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: rgba(255,255,255,.95);
color: #F37800;
text-align: center;
vertical-align: middle;
line-height: 26px;
vertical-align: middle;
}
.subToggler:before {
display: inline-block;
vertical-align: middle;
content: '\e62e';
font: normal 22px/1 reconstruction;
}
.subToggler.on:before {
content: '\e631';
}
.socPack {
float: left;
position: relative;
z-index: 2;
margin: 0 0 0 4px;
}
.iconsToggler {
cursor: pointer;
}
.iconsToggler:before {
display: inline-block;
font-family: reconstruction;
}
.iconsToggler.social:before {
content: '\e655';
}
.iconsToggler.contactInfo:before {
content: '\e656';
}
.iconsPane,
.footerIconsPane {
position: absolute;
top: auto;
left: 50%;
margin: 36px 0 0 -21px;
width: 42px;
padding: 0 0 3px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: -5;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.footerIconsPane {
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
bottom: 5px;
top: auto;
z-index: 2;
}
.shown .iconsPane,
.shown .footerIconsPane {
z-index: 2;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.iconsPane.contactIcons {
right: -5px;
border-radius: 3px;
width: 220px;
padding: 5px;
left: auto;
}
.socPackFooter {
position: relative;
}
.topTools.ttRight .iconsPane .ico,
.articleListItem footer .socialRow .footerIconsPane a {
width: 34px;
margin: 5px auto 0;
float: none;
overflow: hidden;
display: block;
}
.topTools.ttRight .iconsPane .ico:first-child {
margin: 3px auto 0;
}
.topTools.ttRight .iconsPane.contactIcons .ico {
width: auto;
}
.iconsPane.contactIcons .ico a:before {
float: right;
}
.iconsPane.contactIcons .ico a strong,
.iconsPane.contactIcons .ico a span {
display: block;
float: right;
margin: 0 7px 0 8px;
max-width: 153px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.topMenuMobile {
float: left;
}
.tmmPane {
background-color: #e0e0e0;
display: block;
left: 0;
margin: 43px 0 0;
padding: 5px 13px;
position: absolute;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.shown .tmmPane {
z-index: 1;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.tmmToggler {
cursor: pointer;
display: block;
float: left;
padding: 5px 5px 5px 0;
}
.tmmToggler:before {
content: '\f0c9';
font: normal 24px/1 FontAwesome;
word-spacing: -3px;
display: block;
color: #888;
}
.shown .tmmToggler:before,
.shown .tmmToggler:hover:before {
color: #F37800;
}
.tmmToggler:hover:before {
color: #333;
}
.mainHeader .topTools .topMenuMobile .ico {
float: none;
margin: 10px 0;
}
.slided .slick-dots {
left: 20px;
margin: 0;
right: 20px;
text-align: center;
width: auto;
z-index: 2;
}
.rowItem.btLeftBorder {
border-left: none;
}
.rowItem.btRightBorder {
border-right: none;
}
.bclPort .slick-list {
margin: 0 25px;
}
.gallery-item {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 1024px) {
.tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
border-top: 1px solid #d2d2d2;
}
.tabAccordionTitle {
display: block;
padding: 0;
font-size: 16px;
line-height: 1.1;
background-color: #e8e8e8;
margin: 0;
cursor: pointer;
position: relative;
}
.tabAccordionTitle:hover {
background-color: #f2f2f2;
}
.tabPane .tabAccordionTitle {
border-top: 1px solid #d2d2d2;
}
.tabPane:first-child .tabAccordionTitle {
border-top: none;
}
.tabAccordionTitle span {
display: inline-block;
padding: 17px 20px 14px 66px;
position: relative;
}
.tabAccordionTitle span:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background-color: #f37800;
margin: -1px 0 0 -1px;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabAccordionTitle.on span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.tabAccordionTitle:before {
display: block;
position: absolute;
margin: 0;
top: 8px;
left: 20px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #fff;
vertical-align: middle;
text-align: center;
content: '\e641';
font: normal 18px/35px reconstruction;
color: #4f4f4f;
}
.tabAccordionTitle.on {
color: #000;
background-color: #fff;
}
.tabAccordionTitle.on:before {
color: #fff;
background-color: #f37800;
content: '\e638';
}
.tabPane {
padding: 0;
}
.tabPanes .slick-track {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.tabAccordionContent {
padding: 28px 28px 20px;
display: none;
}
.tabPanes .slick-list {
overflow: visible;
height: auto !important;
}
.tabPanes .slick-track {
width: auto !important;
}
.tabsHeader,
.bt_content ul.tabsHeader {
display: none;
}
.tabPane,
.tabPane.slick-slide {
width: auto !important;
height: auto;
float: none;
}
h4.nbs:hover {
background-color: transparent;
}
.boldSection.wBackground.bt_parallax {
background-position: center top !important;
background-size: cover;
}
}
@media (max-width: 992px) {
.cellRight .btImage,
.cellLeft .btImage {
float: none;
}
}
@media (max-width: 860px) {
.boldSiteFooterWidgets .btBox {
width: 50%;
}
.boldSiteFooterWidgets .btBox:nth-child(4n + 1) {
clear: none;
}
.boldSiteFooterWidgets .btBox:nth-child(odd) {
clear: left;
}
.sidebarRight .contentHolder {
padding: 40px 240px 60px 0;
}
.sidebarRight .bt_sidebar {
width: 240px;
margin: 0 -240px 0 -100%;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 240px;
}
.sidebarLeft .bt_sidebar {
width: 240px;
margin: 0 -100% 0 -240px;
}
}
@media (max-width: 800px) {
.btSlidePane {
width: 85%;
margin: 0 auto;
}
.btSlideGutter {
margin: 0 56px;
width: auto;
display: block;
padding: 10px 0 20px;
}
.btSlidePane h2 {
font-size: 26px;
}
.verticalPosts .btSingleLatestPostImage {
float: none;
margin: 0 0 20px;
width: auto;
}
.verticalPosts .btSingleLatestPostContent {
display: block;
padding: 0;
}
.cellLeft .servicesItem {
padding-left: 58px;
}
.nsPrev .nbsItem .nbsTitle,
.nsNext .nbsItem .nbsTitle {
margin: 0;
}
.rowItem.tagsRowItem {
float: none;
width: auto;
text-align: center;
}
.rowItem.shareRowItem {
float: none;
width: auto;
text-align: center;
}
.tagsRowItem .boldTags {
text-align: center;
margin: 0 0 12px;
padding: 0;
}
.tagsRowItem .boldTags li {
display: inline-block;
float: none;
margin: 0 2px 3px;
}
.cellRight .socialRow a,
.articleListItem footer .socialRow a {
margin: 0 4px;
}
.post .rowItem.tagsRowItem,
.post .rowItem.shareRowItem {
padding: 0 10px;
}
.post .rowItem.shareRowItem .socialRow {
padding: 12px 0;
border-top: 1px solid #b1b1b1;
}
.single-post .boldArticle .boldArticleBody {
margin: 0 0 20px;
}
.btAboutAuthor {
border: 1px solid #b1b1b1;
display: table;
margin: 30px 0;
width: 100%;
}
}
@media (max-width: 840px) and (min-width: 700px) {
.sidebar .neighbor.onLeft,
.sidebar .neighbor.onRight {
background-color: rgba(0,0,0,.015);
clear: left;
float: none;
overflow: hidden;
width: auto;
}
.sidebar .neighbor.onLeft {
border-bottom: 1px solid rgba(0,0,0,.1);
}
}
@media (max-width: 700px) {
.sidebarRight .contentHolder {
padding: 40px 0 20px 0;
}
.sidebarRight .bt_sidebar {
width: auto;
margin: 0 auto;
float: none;
padding: 0;
clear: both;
}
.sidebarLeft .contentHolder {
padding: 40px 0 20px 0;
}
.sidebarLeft .bt_sidebar {
width: auto;
margin: 0 auto;
float: none;
padding: 0;
}
.ssPort input[type="text"] {
padding: 0 0 10px;
font-size: 48px;
}
.ssPort form {
margin: 120px auto 0;
}
.btCatFilter span {
margin: 5px 0;
padding: 5px 20px 10px;
}
.psCats ul li,
.btCatFilter span {
font-size: 14px;
}
.copyLine {
float: none;
margin: 0 0 10px;
padding: 10px 0;
}
.btFooterMenu {
float: none;
}
.btFooterMenu ul li:first-child a {
padding: 10px 10px 10px 0;
}
.btPortfolioHeaderPort {
float: none;
max-width: none;
padding: 0;
}
dl.articleMeta {
padding: 10px 0;
float: none;
text-align: left;
max-width: none;
}
dl.articleMeta.onBottom {
float: none;
margin: 0;
text-align: left;
width: auto;
padding: 20px 30px 0;
}
.boldArticleBody.portfolioBody.wArticleMeta {
float: none;
padding: 30px 0;
width: auto;
}
dl.articleMeta.onBottom {
padding: 20px 0 0;
}
.asgItem.posted {
display: table-cell;
}
}
@media (max-width: 620px) {
.col-ms-12 .boldClientRegularList .bclItem {
width: 33.33%;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: none;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
}
.btSlidePane {
padding: 7px 12px;
width: auto;
display: block;
margin: auto;
}
.btSlidePane p {
display: none;
}
.nbsImage {
display: none;
}
.nsPrev .nbsItem {
left: 55px;
}
.nsNext .nbsItem {
right: 55px;
}
.nbsItem .nbsTitle {
font-size: 12px;
}
.portfolioItem .socialRow {
border-top: 1px solid #d2d2d2;
}
.commentsBox ul.comments ul li article {
padding: 0 0 0 8%;
}
.commentAvatar {
width: 55px;
}
.asgItem.posted {
display: none;
}
}
@media (max-width: 560px) {
.btSlidePane .boldBtn {
margin: 0 0 10px;
display: block;
width: 100%;
}
.btSlidePane .socialRow .ico {
margin: 5px 4px 0 0;
}
dl.articleMeta.onBottom {
float: none;
margin: 15px 0;
width: auto;
}
.boldArticleBody.portfolioBody.wArticleMeta {
padding: 0;
}
dl.articleMeta.onBottom {
padding: 0;
}
h1 {
font-size: 32px;
}
h3 {
font-size: 18px;
}
.boldArticle.articleListItem header h2 {
font-size: 26px;
}
.header .boldSubTitle {
margin: 0;
}
.header .boldSubTitle:after {
content: ' ';
display: table;
clear: both;
width: 100%;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 0 10px;
}
.boldArticle .header p.boldSubTitle span {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0 0 0 20px;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories {
margin: 0;
padding: 0;
clear: left;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories a:first-child:before {
display: none;
}
.boldArticle .header p.boldSubTitle span:before {
content: '\e612';
display: block;
font: normal 16px/1 reconstruction;
float: left;
color: #838383;
margin: 2px 0 0 -20px;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories:before {
display: none;
}
.boldArticle .header p.boldSubTitle a.boldArticleCategory {
float: left;
}
.boldArticle .header p.boldSubTitle a.boldArticleComments {
float: left;
}
.boldArticle .header p.boldSubTitle a:before {
height: 1.2em;
margin: 2px 10px 0 0;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 10px 10px 0;
}
.btFootSocialWrap {
position: relative;
float: right;
}
.btFootSocialWrapToggler {
display: block;
float: right;
cursor: pointer;
background-color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
color: #fff;
font-family: reconstruction;
font-size: 18px;
font-weight: normal;
height: 34px;
line-height: 32px;
text-align: center;
-webkit-transition: all 240ms ease 0s;
-moz-transition: all 240ms ease 0s;
transition: all 240ms ease 0s;
vertical-align: middle;
width: 34px;
border-radius: 50%;
}
.btFootSocialWrapToggler:before {
content: '\e655';
}
.btFootSocialWrapToggler:hover {
background-color: #F37800;
border: 1px solid transparent;
color: #F37800;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.btFootSocialWrap .socialRow {
position: absolute;
float: none;
bottom: 38px;
left: 50%;
margin: 0 0 0 -21px;
width: 42px;
padding: 0 0 4px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: 2;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btFootSocialWrap.shown .socialRow {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.articleListItem footer .btFootSocialWrap .socialRow a {
display: block;
margin: 5px auto 0;
float: none;
}
.bqIcon:before,
.wBoldLink span.ico:before {
font: 2.8em/1 reconstruction;
}
.boldPhotoBox blockquote p {
font-size: 2em;
margin: 0 0 .5em;
}
.boldPhotoBox blockquote,
.wBoldLink {
padding: 2.5em 2em 5em;
}
.boldSubTitle {
font-size: 12px;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 30px;
}
.articleListItem footer {
position: relative;
padding: 10px 20px 10px;
}
.articleListItem footer:before {
content: ' ';
position: absolute;
left: 20px;
right: 20px;
top: 0;
height: 1px;
border-top: 1px solid #d2d2d2;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 20px;
}
.boldArticle header {
padding: 0 20px 20px;
}
.vcard {
padding: 0 0 10px;
margin: 0;
}
.vcard .posted {
float: none;
margin: 5px 0 10px;
text-align: left;
}
.vcard h5 {
float: none;
margin: 0 0 8px;
text-align: left;
}
.commentsBox ul.comments li article .commentTxt .comment {
text-align: left;
}
}
@media (max-width: 480px) {
.boldSiteFooterWidgets .btBox {
width: auto;
float: none;
padding: 20px;
}
.menuPort {
width: 255px;
}
.mainHeader .ttRight {
padding: 0 45px 0 0;
}
.menuTrigger {
background-color: transparent;
display: block;
float: none;
margin: -50px -10px -15px 0;
padding: 4px 6px 2px;
position: absolute;
right: 0;
top: 5px;
}
.menuOn .menuTrigger {
background-color: transparent;
}
.menuOn .pageWrap {
-webkit-transform: translate3d(-255px,0,0);
-moz-transform: translate3d(-255px,0,0);
-ms-transform: translate3d(-255px,0,0);
transform: translate3d(-255px,0,0);
}
.menuTrigger:before {
color: #888;
font: normal 33px/1 reconstruction;
}
.menuOn .menuTrigger:before {
color: #F37800;
}
.btIsMobile .menuTrigger {
background-color: transparent;
display: block;
float: none;
margin: -50px -10px -15px 0;
padding: 4px 6px 2px;
position: absolute;
right: 0;
top: 5px;
}
.btIsMobile .menuOn .menuTrigger {
background-color: transparent;
}
.btIsMobile .menuOn .pageWrap {
-webkit-transform: translate3d(-255px,0,0);
-moz-transform: translate3d(-255px,0,0);
-ms-transform: translate3d(-255px,0,0);
transform: translate3d(-255px,0,0);
}
.btIsMobile .menuTrigger:before {
color: #888;
font: normal 33px/1 reconstruction;
}
.btIsMobile .menuOn .menuTrigger:before {
color: #F37800;
}
.ssPort input[type="text"] {
padding: 0 0 8px;
font-size: 40px;
}
.ssPort form {
margin: 80px auto 0;
}
.psCats,
.btCatFilter {
padding: 10px 0;
}
.psCats ul li,
.btCatFilter span {
display: block;
}
.neighbor.onLeft,
.neighbor.onRight {
background-color: rgba(0,0,0,.015);
clear: left;
float: none;
overflow: hidden;
width: auto;
}
.neighbor.onLeft {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.comment-form {
padding: 25px 0;
}
.commentsBox ul.comments li article .commentTxt {
padding: 30px 0 12px 10px;
}
.single-post .boldArticle .boldPhotoBox {
margin: 0 0 25px;
}
.single-post .boldArticle .boldArticleBody {
margin: 0 0 20px;
padding: 0 0 15px;
}
h1 {
font-size: 26px;
}
.aaAvatar,
.commentAvatar {
width: 80px;
}
.aaAvatar:before {
margin: -22px 0 0 2px;
width: 54px;
}
}
@media (max-width: 400px) {
.btQuoteItem {
padding: 0;
}
.btQuoteItem label {
display: nblock;
float: none;
margin: 0 0 7px;
}
.btQuoteContact .btQuoteItem {
float: none;
width: auto;
}
.boldArticle.articleListItem.wPhoto .header.topDash .dash {
padding: 0;
}
.boldArticle.articleListItem header h2 {
font-size: 22px;
margin: 0 0 12px;
}
}
@media (max-width: 360px) {
.iconsPane.contactIcons {
right: -25px;
width: 200px;
}
.nbsItem .nbsTitle {
font-size: 11px;
}
.aaAvatar,
.commentAvatar {
width: 60px;
}
.vcard {
padding: 0;
}
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
@media (min-width: 480px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
float: left;
}
.col-ms-12 {
width: 100%;
}
.col-ms-11 {
width: 91.66666667%;
}
.col-ms-10 {
width: 83.33333333%;
}
.col-ms-9 {
width: 75%;
}
.col-ms-8 {
width: 66.66666667%;
}
.col-ms-7 {
width: 58.33333333%;
}
.col-ms-6 {
width: 50%;
}
.col-ms-5 {
width: 41.66666667%;
}
.col-ms-4 {
width: 33.33333333%;
}
.col-ms-3 {
width: 25%;
}
.col-ms-2 {
width: 16.66666667%;
}
.col-ms-1 {
width: 8.33333333%;
}
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 480px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
@media (max-width: 480px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #151515;
opacity: .8;
-webkit-filter: alpha(opacity=80);
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
} button.mfp-close {
width: 44px;
height: 44px;
position: absolute;
right: 10px;
top: 5px;
text-decoration: none;
text-align: center;
padding: 0 0 18px 10px;
color: #FFF;
font: normal 33px/44px reconstruction;
vertical-align: middle;
opacity: .8;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
button.mfp-close:hover {
opacity: 1;
}
button.mfp-close:before {
display: inline-block;
vertical-align: middle;
line-height: 1;
content: '\e641';
}
button.mfp-close i {
display: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: .65;
-webkit-filter: alpha(opacity=65);
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -35px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: none;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
opacity: .7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow:before {
color: #fff;
display: block;
font: 38px/1 reconstruction;
}
.mfp-arrow-left:before {
content: '\e605';
}
.mfp-arrow-right:before {
content: '\e606';
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0,0,0,.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0,0,0,.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
-moz-transform: scale(.75);
-ms-transform: scale(.75);
transform: scale(.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-moz-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-moz-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Icon7Stroke';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.eot?d7yf1v);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'reconstruction';
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.eot?okynwq);
src: url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.eot?#iefixokynwq) format('embedded-opentype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.ttf?okynwq) format('truetype'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.woff?okynwq) format('woff'),url(//www.antislip.ca/wp-content/themes/reconstruction/fonts/reconstruction.svg?okynwq#reconstruction) format('svg');
font-weight: normal;
font-style: normal;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
*:focus,
* {
outline: none;
outline: 0;
}
.touch * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
}
button::-moz-focus-inner {
border: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
html,
body {
margin: 0;
padding: 0;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
background-repeat: no-repeat;
}
input,
textarea {
outline: none;
}
a {
text-decoration: none;
color: #f37800;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
a,
a:active,
a:focus {
outline: none;
}
.no-touch a {
-webkit-transition: all 360ms ease 0s;
-moz-transition: all 360ms ease 0s;
transition: all 360ms ease 0s;
}
.no-touch a:hover {
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
transition: all 200ms ease 0s;
}
html {
font-size: 62.5%;
}
html.locked {
height: 100%;
overflow: hidden;
}
body.bodyPreloader {
height: 100vh;
overflow: auto;
}
body {
font-family: Roboto,arial,sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.7;
color: #333;
background-color: #fff;
}  .dark {
color: #fff;
background-color: #333;
}
.dark .captionPane {
background-color: rgba(0,0,0,.3);
}
.dark .boldClientList .slick-list:after {
background-color: #333;
}
.dark .btProgressContent {
background-color: rgba(255,255,255,.2);
} .no-js #boldPreloader {
display: none;
}
#boldPreloader {
position: fixed;
vertical-align: middle;
text-align: center;
width: 100%;
z-index: 9999;
background-color: white;
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
#boldPreloader.removePreloader {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: -webkit-transform .2s ease 1s,opacity .5s ease .5s;
-moz-transition: transform .2s ease 1s,opacity .5s ease .5s;
transition: transform .2s ease 1s,opacity .5s ease .5s;
}
#boldPreloader .animation .preloaderLogo {
height: 50px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
width: auto;
}
#boldPreloader .animation {
position: absolute;
display: block;
width: 100%;
-webkit-transform: translateY(100px) scale(1);
-ms-transform: translateY(100px) scale(1);
-moz-transform: translateY(100px) scale(1);
transform: translateY(100px) scale(1);
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
#boldPreloader.removePreloader .animation {
-webkit-transform: translateY(36px) scale(1);
-ms-transform: translateY(36px) scale(1);
-moz-transform: translateY(36px) scale(1);
transform: translateY(36px) scale(1);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: -webkit-transform .5s ease,opacity .5s ease .5s;
-moz-transition: transform .5s ease,opacity .5s ease .5s;
transition: transform .5s ease,opacity .5s ease .5s;
} .animate {
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
transition: all 3s ease;
}
.animate-fadein {
opacity: .1;
-webkit-filter: alpha(opacity=10);
filter: alpha(opacity=10);
-webkit-transform: scale(.98);
-ms-transform: scale(.98);
-moz-transform: scale(.98);
transform: scale(.98);
}
.touch .animate-fadein {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.animate-moveleft {
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
-moz-transform: translateX(100px);
transform: translateX(100px);
}
.animate-moveright {
-webkit-transform: translateX(-100px);
-ms-transform: translateX(-100px);
-moz-transform: translateX(-100px);
transform: translateX(-100px);
}
.animate-moveup {
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
-moz-transform: translateY(100px);
transform: translateY(100px);
}
.animate-movedown {
-webkit-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-moz-transform: translateY(-100px);
transform: translateY(-100px);
}
.animated {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
transition: all 1.0s ease;
} .boldSection.ghost {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
z-index: 1000;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0) scale(1);
-ms-transform: translate3d(0,0,0) scale(1);
-moz-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
-webkit-transition: -webkit-transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
-moz-transition: transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
transition: transform .8s cubic-bezier(.7,0,.3,1),opacity 1.0s ease;
} .removeGhost .ghost {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(0,-100%,0) scale(.75);
-ms-transform: translate3d(0,-100%,0) scale(.75);
-moz-transform: translate3d(0,-100%,0) scale(.75);
transform: translate3d(0,-100%,0) scale(.75);
-webkit-transition: -webkit-transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
-moz-transition: transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
transition: transform 1s cubic-bezier(.7,0,.3,1),opacity .7s ease .3s;
} .slick-slider {
display: block;
position: relative;
}
.slick-list {
display: block;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
.slick-track {
display: block;
left: 0;
position: relative;
top: 0;
}
.slick-track:after {
clear: both;
}
.slick-track:before,
.slick-track:after {
content: "";
display: table;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-slide {
display: none;
float: left;
min-height: 1px;
}
.slick-slider button[type="button"],
h4.nbs {
cursor: pointer;
border: none;
display: table;
height: 76px;
position: absolute;
line-height: 1;
font-size: 10px;
z-index: 3;
top: 50%;
margin: -38px 0 0;
text-align: center;
color: #fff;
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.neighboringArticles h4.nbs {
width: auto;
padding: 0;
margin: 0;
background-color: transparent;
}
.neighboringArticles h4.nbs:before {
display: none;
}
.neighboringArticles h4.nbs a {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.neighboringArticles h4.nbs.nsPrev a:before,
.neighboringArticles h4.nbs.nsNext a:after {
cursor: pointer;
border: none;
display: table-cell;
background-color: #e8e8e8;
width: 46px;
z-index: 3;
margin: 0;
text-align: center;
color: #333;
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
vertical-align: middle;
font: normal 45px/76px reconstruction;
}
.neighboringArticles h4.nbs.nsPrev a:hover:before,
.neighboringArticles h4.nbs.nsNext a:hover:after {
background-color: #515151;
color: #fff;
}
.neighboringArticles h4.nsPrev a:after,
.neighboringArticles h4.nsNext a:before {
display: none;
}
.neighboringArticles h4.nsPrev a:before {
font-family: reconstruction;
content: "\e64e";
}
.neighboringArticles h4.nsNext a:after {
font-family: reconstruction;
content: "\e64f";
}
h4.nbs {
color: #333;
}
h4.nbs:hover {
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.slick-slider button[type="button"]:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
-webkit-transition: all 270ms;
-moz-transition: all 270ms;
transition: all 270ms;
}
.slick-slider button[type="button"].slick-disabled,
.slick-slider button[type="button"].slick-disabled:hover,
h4.nbs.slick-disabled,
h4.nbs.slick-disabled:before {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
cursor: default;
}
.slick-slider button[type="button"]:before,
h4.nbs:before {
display: inline-block;
vertical-align: middle;
font: normal 45px/76px reconstruction;
background-color: rgba(255,255,255,.65);
float: left;
width: 46px;
}
.slick-slider button[type="button"]:before {
background-color: #515151;
}
.slick-slider .slick-prev,
h4.nsPrev {
left: 0;
}
.slided h4.nsPrev {
left: 10px;
}
.slick-slider .slick-next,
h4.nsNext {
right: 0;
}
.slided h4.nsNext {
right: 10px;
}
.slick-slider .slick-prev:before,
h4.nsPrev:before {
content: '\e64e';
}
.slick-slider .slick-next:before,
h4.nsNext:before {
content: '\e64f';
float: right;
}
.variableImg {
height: 100vh;
overflow: hidden;
}
.variableImg img {
height: 100%;
width: auto;
}  h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-family: Raleway,arial,sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0 0 10px;
line-height: 1.2;
padding: 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #f37800;
}
h1 {
font-size: 40px;
font-weight: 700;
}
h2 {
font-size: 32px;
font-weight: 700;
}
h3 {
font-size: 20px;
font-weight: 700;
color: #f37800;
}
h4 {
font-size: 17px;
font-weight: 700;
}
h5 {
font-size: 15px;
font-weight: 700;
}
h5 {
font-size: 14px;
font-weight: 500;
}
p,
ul,
ol,
dl,
table {
margin: 0 0 30px;
}
.cellCenter {
text-align: center;
}
.cellLeft {
text-align: left;
}
.cellRight {
text-align: right;
}
.cellJustify {
text-align: justify;
}
.rowItem.btLeftBorder {
border-left: 1px solid #b1b1b1;
}
.rowItem.btRightBorder {
border-right: 1px solid #b1b1b1;
} .mainHeader {
margin: 0;
top: 0;
left: 0;
right: 0;
position: relative;
z-index: 7;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform .5s ease;
-moz-transition: transform .5s ease;
transition: transform .5s ease;
-webkit-animation: sticky 600ms ease;
-moz-animation: sticky 600ms ease;
animation: sticky 600ms ease;
}
.pageWrap.stickyHeader .mainHeader.duplicatedHeader {
position: fixed;
top: 0;
opacity: .95;
-webkit-filter: alpha(opacity=95);
filter: alpha(opacity=95);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: none;
-moz-transition: none;
transition: none;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
box-shadow: 0 1px 3px rgba(0,0,0,.11);
height: 77px;
}
.stickyHeader .mainHeader.duplicatedHeader .topBar {
display: none;
}
.stickyHeader .mainHeader.duplicatedHeader .menuHolder.gutter .port {
padding: 12px 0;
}
@-webkit-keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-moz-keyframes sticky {
0% {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-moz-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes sticky {
0% {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} .boldSection {
display: block;
position: relative;
}
.boldSection .port.wSlider .slidedItem .port {
display: table;
width: 100%;
}
.boldSection.fullScreen .port {
height: 100vh;
}
.boldSection.fullScreen.gutter .port,
.uniGutter {
margin: 0 auto;
max-width: 1200px;
}
.boldSection .port.wSlider,
.boldSection .port.wSlider .boldCell {
display: block;
width: auto;
height: auto;
}
.boldSection.fullScreen .boldCell,
.boldSection.ghost .boldCell,
.boldSection .port.wSlider .slidedItem .port .boldCell {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.wBackground {
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
}
.wBackground.cover {
background-size: cover;
}
.wBackground.contain {
background-size: contain;
}
.boldSection.fullScreen.wBackground:after {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.31) 50%,rgba(0,0,0,0) 100%);
content: ' ';
}
.boldSection.fullScreen.wBackground header.header {
position: relative;
z-index: 5;
padding: 0 4%;
}
.pageWrap {
position: relative;
overflow: hidden;
min-height: 100vh;
}
.boldSection.fullScreen,
.fullScreen {
height: 100vh;
overflow: hidden;
}
.slidedItem {
position: relative;
}
.striped {
background: transparent url(//www.antislip.ca/wp-content/themes/reconstruction/gfx/stripe.png) repeat left top;
background-size: 6px 6px;
} hr {
clear: both;
border: none;
padding: 0;
margin: 0;
border-bottom: 1px solid #b1b1b1;
}
hr.noBorder {
border-bottom: 1px solid transparent;
}
.boldSection.topSmallSpaced .port {
padding-top: 15px;
}
.boldSection.topSemiSpaced .port {
padding-top: 30px;
}
hr.topSmallSpaced {
margin-top: 15px;
}
hr.topSemiSpaced {
margin-top: 30px;
}
.boldSection.topSpaced .port {
padding-top: 40px;
}
hr.topSpaced {
margin-top: 40px;
}
.boldSection.topExtraSpaced .port {
padding-top: 60px;
}
hr.topExtraSpaced {
margin-top: 60px;
}
.boldSection.bottomSmallSpaced .port {
padding-bottom: 15px;
}
.boldSection.bottomSemiSpaced .port {
padding-bottom: 30px;
}
hr.bottomSmallSpaced {
margin-bottom: 15px;
}
hr.bottomSemiSpaced {
margin-bottom: 30px;
}
.boldSection.bottomSpaced .port {
padding-bottom: 40px;
}
header.bottomSpaced,
hr.bottomSpaced {
margin-bottom: 40px;
}
.boldSection.bottomExtraSpaced .port {
padding-bottom: 60px;
}
hr.bottomExtraSpaced {
margin-bottom: 60px;
}
.boldSection.spaced .port .port,
.boldSection.semiSpaced .port .port,
.boldSection.spacedTop .port .port {
padding: 0;
}
.port {
width: auto;
margin: 0 20px;
}
.boldSection.divider {
border-bottom: 1px solid #b1b1b1;
} .gutter .port {
max-width: 1200px;
margin: 0 auto;
}
.gutter .port .port,
.boldArticleBody .gutter .port {
width: auto;
}
.boldRow {
margin: 0 -10px;
}
.port.wSlider .boldRow {
margin: 0;
}
.boldRow.indented {
padding: 0 5%;
}
.rowItem {
float: left;
padding: 0 10px;
width: 100%;
}  .ghost .port {
display: table;
width: 100%;
height: 100vh;
}
div.closeGhost {
z-index: 10000;
position: absolute;
bottom: 25px;
left: 50%;
width: 160px;
margin: 0 0 0 -80px;
text-align: left;
display: block;
}
.single-portfolio div.closeGhost {
bottom: auto;
top: 20px;
right: 20px;
width: auto;
margin: 0;
left: auto;
}
div.closeGhost a {
display: block;
color: #fff;
font-size: 12px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
position: relative;
z-index: 10000;
float: none;
}
div.closeGhost a:before {
float: none;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
display: inline-block;
font: normal 20px/33px reconstruction;
content: '\e64d';
margin: 0 10px 0 0;
}
div.closeGhost a:hover {
color: #f37800;
} .ssPort {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(255,255,255,.96);
pointer-events: none;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
html[data-useragent*='MSIE 10.0'] .ssPort,
html[data-useragent*='Android 2'] .ssPort {
display: none;
}
.ssPort.open {
display: block;
pointer-events: auto;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
html[data-useragent*='MSIE 10.0'] .ssPort.open,
html[data-useragent*='Android 2'] .ssPort.open {
display: block;
}
.ssPort input[type="text"] {
display: inline-block;
width: 100%;
margin: 0 auto;
border: none;
border-bottom: 1px solid rgba(0,0,0,.12);
padding: 0 0 12px;
font-size: 64px;
font-style: normal;
line-height: 1.25;
font-weight: 300;
text-align: center;
height: auto;
color: #999;
background: transparent;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.ssPort input[type="text"]:focus,
.ssPort input[type="text"].untouched:focus,
.ssPort input[type="text"].touched {
border: none;
border-bottom: 1px solid #cecece;
color: #f37800 !important;
font-style: normal !important;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 320ms;
-moz-transition: all 320ms;
transition: all 320ms;
}
.ssPort form {
display: block;
width: 100%;
margin: 150px auto 0;
position: relative;
padding: 0 5%;
}
span.closeSearch {
position: absolute;
z-index: 2;
right: 18px;
top: 6px;
cursor: pointer;
color: #F37800;
font: 38px/1 reconstruction;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
span.closeSearch:before {
content: '\e641';
}  .sideSearchPort,
.onSideSearch,
.fancy-select {
position: relative;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.fancy-select .trigger {
width: 100%;
display: block;
height: 42px;
padding: 0 12px;
border: none;
background-color: #e8e8e8;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
.sideSearchPort input[type="text"],
.onSideSearch input[type="text"] {
padding: 0 40px 0 12px;
}
textarea {
resize: vertical;
font-size: 13px;
color: #333;
}
.fancy-select .trigger {
line-height: 42px;
padding: 0 46px 0 12px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
vertical-align: middle;
position: relative;
cursor: pointer;
}
input[type="text"].untouched,
input[type="email"].untouched,
input[type="password"].untouched {
color: #888787;
}
input[type="text"].touched,
input[type="email"].touched,
input[type="text"]:focus,
input[type="email"]:focus {
color: #333;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.fancy-select .trigger.open {
-webkit-box-shadow: 5px 0 0 #f37800 inset;
box-shadow: 5px 0 0 #f37800 inset;
-webkit-transition: all 380ms ease;
-moz-transition: all 380ms ease;
transition: all 380ms ease;
}
textarea {
padding: 12px;
height: 160px;
}
.fancy-select .trigger:after {
color: #666;
content: '\e62e';
font: normal 26px/1 reconstruction;
display: block;
position: absolute;
right: 6px;
top: 7px;
}
.fancy-select .trigger.open:after {
content: '\e631';
} .sideSearchPort button,
.onSideSearch button {
cursor: pointer;
display: block;
background-color: #d2d2d2;
border: none;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
right: 0;
width: 40px;
color: #fff;
vertical-align: middle;
font: normal 18px/35px reconstruction;
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.sideSearchPort button:before,
.onSideSearch button:before {
display: inline-block;
vertical-align: middle;
content: '\e645';
}
.sideSearchPort button:hover,
.onSideSearch button:hover {
color: #fff;
background-color: #f37800;
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.instaGrid {
margin: 0 0 0 -1px;
}
.instaGrid span {
display: block;
width: 33.33%;
padding: 0 0 3px 3px;
float: left;
}
.instaGrid span:nth-child(3n + 1) {
clear: left;
}
.instaGrid img {
display: block;
width: 100%;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.instaGrid span:hover img {
opacity: .6;
-webkit-filter: alpha(opacity=60);
filter: alpha(opacity=60);
}
.bt_content .boldTags,
.widget_tag_cloud .tagcloud {
margin: 0 0 0 -3px;
display: block;
list-style: none;
}
.bt_content .boldTags li,
.widget_tag_cloud .tagcloud a {
display: block;
float: left;
margin: 0 0 3px 3px;
clear: none;
}
.bt_content .boldTags li:before {
content: '';
}
.bt_content .boldTags a,
.widget_tag_cloud .tagcloud a {
color: #333;
display: block;
font-size: 11px !important;
font-weight: 700;
line-height: 26px;
padding: 0 12px;
vertical-align: middle;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: uppercase;
background-color: rgba(122,122,122,.15);
border-radius: 2px;
}
article .boldTags {
margin-bottom: 20px;
}
article .boldTags ul {
margin: 0;
display: block;
}
.widget_tag_cloud a {
display: inline-block;
}
.boldTags a:hover,
.widget_tag_cloud a:hover {
background-color: #f37800;
color: #fff;
}
.widget_bt_about_me .mediaBox {
margin: 0 0 20px;
}
.widget_bt_about_me .mediaBox img {
display: block;
height: auto;
max-width: 100%;
width: 100%;
}
.widget_bt_about_me p:last-of-type {
margin: 0;
} #wp-calendar {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
}
#wp-calendar caption {
background-color: #e8e8e8;
border-bottom: 1px solid #f37800;
color: #333;
font-size: 15px;
font-weight: 500;
line-height: 1.1;
padding: 10px;
text-align: center;
}
#wp-calendar th,
#wp-calendar td {
border: none;
line-height: 1.3;
text-align: center;
}
#wp-calendar th {
line-height: 1.3;
font-weight: 600;
padding: 7px 10px;
color: #fff;
background-color: #F37800;
}
#wp-calendar td {
padding: 5px 0;
color: #888787;
}
#wp-calendar a:hover {
color: #f37800;
}
#wp-calendar tbody tr:nth-child(odd) td {
background-color: rgba(0,0,0,.025);
}
#wp-calendar tfoot td {
background-color: transparent;
border-top: 1px solid #d2d2d2;
}
#wp-calendar tfoot td#prev {
text-align: left;
}
#wp-calendar tfoot td#next {
text-align: right;
}
.btBox ul {
list-style: none;
display: block;
margin: 0;
}
.btBox.widget_pages a {
display: inline-block;
padding: 0 0 0 12px;
position: relative;
color: #333;
}
.btBox.widget_pages a:hover {
color: #f37800;
}
.btBox.widget_pages li,
.btBox.widget_pages ul ul li:first-child {
margin: 5px 0 0;
}
.btBox.widget_pages li:first-child {
margin: 0;
}
.btBox.widget_pages a:before {
content: '\e630';
color: #f37800;
display: block;
font: 11px/1 reconstruction;
left: 0;
margin: -6px 0 0 -3px;
position: absolute;
top: 50%;
}
.btBox.widget_pages ul ul a {
margin: 0 0 0 14px;
}
.btBox.widget_pages ul ul ul a {
margin: 0 0 0 28px;
}
.btBox.widget_pages ul ul ul ul a {
margin: 0 0 0 42px;
}
h4 a.rsswidget {
display: inline-block;
position: relative;
padding: 0 0 0 18px;
font-size: 14px;
line-height: 1.2;
font-weight: 700;
}
h4 a.rsswidget:first-child {
display: none;
}
h4 a.rsswidget:before {
content: '\f09e';
font: normal 13px/1 FontAwesome;
display: block;
position: absolute;
left: 0;
top: 50%;
margin: -6px 0 0;
color: #F60;
}
h4 a.rsswidget:first-child {
display: none;
}
.btBox.widget_rss ul {
list-style: none;
}
.btBox.widget_rss ul li {
margin: 0 0 20px;
}
.widget_rss ul li a.rsswidget {
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
color: #f37800;
margin: 0 0 7px;
}
.widget_rss ul li a.rsswidget:hover {
color: #333;
}
span.rss-date {
display: block;
font-size: 12px;
line-height: 1.1;
margin: 0 0 7px;
color: #878686;
position: relative;
}
span.rss-date:after {
display: inline-block;
margin: 0 0 0 8px;
position: absolute;
top: auto;
left: auto;
right: 0;
height: 1px;
background-color: rgba(255,255,255,.1);
}
.rssSummary {
margin: 0 0 5px;
}
.btBox.widget_rss ul li cite {
color: #878686;
display: block;
padding: 2px 0 0;
font-size: 12px;
line-height: 1.4;
text-align: right;
border-top: 1px solid rgba(255,255,255,.1);
}
.btBox.widget_rss ul li cite:before {
content: '\e639';
display: inline-block;
font-size: 11px;
color: #999;
font-family: reconstruction;
margin: 0 4px 0 0;
font-style: normal;
vertical-align: bottom;
}
.fancy-select .options {
display: none;
position: absolute;
top: 38px;
left: 0;
width: 100%;
list-style: none;
}
.fancy-select .options.open {
z-index: 20;
display: block;
}
.fancy-select .options li {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 1.2;
padding: 10px 12px;
background-color: #b1b1b1;
border-top: 1px solid rgba(255,255,255,.25);
color: #fff;
}
.fancy-select .options li:before {
content: '';
}
.widget_archive .fancy-select .options li {
border-bottom: none;
}
.widget_categories .fancy-select .options li {
border-bottom: none;
}
.widget_categories .fancy-select ul.options li:first-child {
padding: 10px 12px;
}
.fancy-select .options li:hover,
.widget_categories .fancy-select ul.options li:first-child:hover {
padding: 10px 12px 10px 16px;
background-color: #3e3d3d;
-webkit-transition: padding 200ms ease;
-moz-transition: padding 200ms ease;
transition: padding 200ms ease;
}
.fancy-select .options li:first-child {
border-top: none;
}
li.recentcomments {
margin: 0 0 8px;
}
li.recentcomments:last-of-type {
margin: 0;
}
li.recentcomments a {
font-size: 13px;
color: #f37800;
display: inline-block;
}
li.recentcomments a:first-child {
color: #333;
font-weight: 700;
text-transform: uppercase;
margin: 0 3px 0 0;
}
li.recentcomments a:hover {
color: #666;
}
li.recentcomments a:first-child:hover {
color: #f37800;
}
.light li.recentcomments a:hover {
color: #151515;
}
.widget_recent_entries ul li {
margin: 0 0 8px;
}
.widget_recent_entries ul li:last-child {
margin: 0;
}
.widget_recent_entries ul li a {
font-weight: 700;
text-transform: uppercase;
}
.widget_recent_entries ul li a:hover {
color: #f37800;
}
.widget_bt_recent_comments h5 {
margin: 0 0 2px;
padding: 0;
font-size: 14px;
line-height: 1.3;
}
.widget_bt_recent_comments h5 a:hover {
color: #f37800;
}
.widget_recent_entries ul li span {
font-size: 11px;
line-height: 1.2;
display: block;
color: #d2d2d2;
}
.widget_recent_entries ul li span:before {
display: inline-block;
content: '-';
margin: 0 3px 0 0;
}
.widget_bt_recent_comments p.posted {
margin: 0;
}
.widget_bt_recent_comments li {
margin: 0 0 12px;
}
.widget_bt_recent_comments li:last-child {
margin: 0;
}
.btBox .recentTweets li {
display: block;
margin: 0 0 9px;
clear: left;
overflow: hidden;
}
.btBox .recentTweets li p {
margin: 0 0 9px;
}
.btBox .recentTweets li:last-child {
margin: 0;
}
.btBox .recentTweets li:last-child p {
margin: 0;
}
.btBox .recentTweets li p.posted {
color: #f37800;
margin: 0;
font-size: 13px;
}
.btBox .recentTweets li p.posted a {
font-size: 13px;
}
.btBox .recentTweets li p.posted:before {
content: '\f099';
font: 19px/1 FontAwesome;
position: relative;
top: 3px;
margin-right: 3px;
}
.btBox .recentTweets li p.posted a {
color: #9f9f9f;
}
.btBox .recentTweets li p.posted a:hover {
color: #fff;
text-decoration: none;
}
.btBox .recentTweets li p a:hover {
text-decoration: underline;
}
.btBox .recentTweets li a {
font-family: 'Raleway',arial,tahoma;
font-size: 13px;
font-weight: 400;
text-transform: none;
margin: 0;
padding: 0;
color: #f37800;
} .bt_content .breadCrumbs {
margin: 0 0 8px;
}
.bt_content .breadCrumbs ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.bt_content .breadCrumbs ul li {
display: inline-block;
margin: 0 3px;
word-spacing: 0;
font-size: 11px;
font-weight: 400;
line-height: 1.15;
color: rgba(122,122,122,.75);
}
.bt_content .breadCrumbs ul li:before {
content: '/';
display: block;
float: left;
margin: 0 4px 0 0;
font-size: 10px;
}
.bt_content .breadCrumbs ul li:first-child:before {
display: none;
}
.bt_content .breadCrumbs ul li a {
display: inline-block;
}
.bt_content .breadCrumbs ul li a:hover {
color: #f37800;
} h3.comment-reply-title {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
padding: 0 0 10px;
margin: 0 0 12px;
text-transform: uppercase;
border-bottom: 1px solid #b1b1b1;
}
p.comment-notes {
line-height: 1.2;
padding: 0 0 0 26px;
color: rgba(122,122,122,.8);
}
p.comment-notes:before {
content: '\e651';
display: block;
float: left;
margin: -2px 0 0 -26px;
font: normal 20px/20px reconstruction;
vertical-align: middle;
text-align: center;
color: #f37800;
}
input[type="submit"] {
border: none;
cursor: pointer;
display: inline-block;
font-family: Montserrat,Arial,sans-serif;
font-size: 12px;
line-height: 30px;
padding: 0 15px;
vertical-align: middle;
font-weight: 700;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
letter-spacing: 2px;
text-transform: uppercase;
background-color: #fff;
color: #f37800;
}
input[type="submit"]:hover {
background-color: #f37800;
color: #fff;
}
.btAboutAuthor {
display: table;
width: 100%;
margin: 0 0 30px;
border: 1px solid #b1b1b1;
}
.aaAvatar,
.commentAvatar {
display: table-cell;
vertical-align: top;
width: 150px;
padding: 22px 0 22px 22px;
}
.commentAvatar {
width: 75px;
padding: 30px 0 25px 0;
}
.aaAvatar img,
.commentAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.aaTxt {
display: table-cell;
vertical-align: top;
padding: 22px;
}
.aaTxt p {
margin: 0 0 16px;
}
.aaAvatar:before {
width: 110px;
height: 4px;
display: block;
content: ' ';
position: absolute;
top: auto;
left: auto;
margin: -22px 0 0 11px;
background-color: #f37800;
}
.aaTxt h4 {
font-size: 17px;
line-height: 1.3;
margin: 0 0 10px;
padding: 0 0 8px;
border-bottom: 1px solid rgba(255,255,255,.07);
}
.commentsBox h4 {
position: relative;
font-size: 16px;
line-height: 1.2;
padding: 10px 62px 10px 0;
margin: 0;
text-align: left;
}
.commentsBox h4:after {
content: '\e60b';
font: normal 22px/1 reconstruction;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 36px;
z-index: 2;
text-align: center;
padding: 10px 0 0;
color: #f37800;
}
.commentsBox {
margin: 0 0 30px;
}
.bt_content .commentsBox li:before {
content: '';
}
.commentsBox ul.comments {
list-style: none;
display: block;
margin: 0 0 30px;
padding: 0;
}
.commentsBox ul.comments li {
display: block;
margin: 0;
border-top: 1px solid #b1b1b1;
}
.commentsBox ul.comments li article {
margin: 0;
position: relative;
width: 100%;
display: table;
}
.commentsBox ul.comments ul li article {
padding: 0 0 0 100px;
}
.commentsBox ul.children {
margin: 0;
}
.commentsBox ul.comments li article .commentTxt {
padding: 30px 0 15px 22px;
display: table-cell;
vertical-align: top;
}
.vcard {
margin: 0 0 12px;
padding: 0 0 10px;
}
.vcard h5 {
line-height: 1.25;
margin: 0 0 4px;
float: left;
}
.vcard h5 a:hover {
color: #f37800;
}
.vcard .posted {
float: right;
margin: 0 0 0 10px;
padding: 0 0 0 18px;
font-size: 12px;
font-weight: 300;
line-height: 1.25;
position: relative;
}
.vcard .posted:before {
content: '\e612';
font: normal 14px/1 reconstruction;
display: block;
position: absolute;
top: 50%;
left: 0;
margin: -7px 0 0;
color: #f37800;
}
.commentTxt p.edit-link,
.commentTxt p.reply {
float: left;
font-size: 12px;
line-height: 1.2;
position: relative;
margin: 0 12px 20px 0;
padding: 0 0 0 18px;
color: #f37800;
}
.commentTxt p.edit-link a,
.commentTxt p.reply a {
color: #f37800;
}
.commentTxt p.edit-link a:hover,
.commentTxt p.reply a:hover {
color: #333;
}
.commentTxt p.reply {
clear: left;
}
.commentTxt p.edit-link:before,
.commentTxt p.reply:before {
display: block;
font: normal 15px/1 reconstruction;
left: 0;
margin: -8px 0 0;
position: absolute;
top: 50%;
}
p.edit-link:before {
content: '\e652';
}
p.reply:before {
content: '\e644';
}
.comment-navigation {
text-align: right;
clear: right;
font-size: 12px;
line-height: 1.2;
color: #b1b1b1;
margin: 0 0 30px;
}
.comment-navigation span {
display: inline-block;
margin: 0 8px;
color: #f37800;
}
.comment-navigation a {
display: inline-block;
color: #fff;
}
.light .comment-navigation a {
display: inline-block;
color: #000;
}
.comment-navigation a:hover {
color: #f37800;
}
.comment-navigation a:before,
.comment-navigation a:after {
display: inline-block;
margin: 0 2px;
font: normal 17px/0.5 reconstruction;
color: #f37800;
vertical-align: middle;
}
.comment-navigation a:first-child:before {
content: '\e686';
}
.comment-navigation a:last-child:after {
content: '\e684';
}
.commentsBox ul.comments li article .commentTxt .comment {
text-align: justify;
}
.bypostauthor {
font-size: inherit;
} .bt_content ul,
.btText ul {
list-style: none;
display: block;
margin: 0 0 30px;
}
.bt_content ul ul,
.bt_content ul ol,
.bt_content ol ul,
.bt_content ol ol {
margin: 14px 0 20px 30px;
}
.bt_content ul li,
.btText ul li {
margin: 0 0 6px;
clear: left;
}
.bt_content ol li,
.btText ol li {
margin: 0 0 6px;
}
.bt_content ul li:before,
.bt_content ol ul li:before,
.bt_content ul ol ul li:before,
.btText ul li:before {
content: '\e630';
font: normal 16px/1 reconstruction;
color: #f37800;
display: block;
float: left;
margin: 4px 0 0;
}
.rowItemContent ul.options,
.rowItemContent ul.options li {
margin: 0;
}
.bt_content ol,
.boldArticleBody ul ol,
.bt_content ol ul ol {
list-style-type: decimal;
list-style-position: inside;
}
.bt_content ol li:before,
.bt_content ul ol li:before {
display: none;
}
.bt_content ul ol {
counter-reset: li;
}
.bt_content ul ol li {
counter-increment: li;
}
.bt_content img,
.bt_content figure {
max-width: 100%;
height: auto;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: 12px;
padding: 5px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.bt_content .alignnone {
width: auto !important;
}
.bt_content .alignright {
float: right;
margin: 0 0 0 22px;
}
.bt_content .alignleft {
float: left;
margin: 0 22px 0 0;
}
.bt_content .aligncenter,
.bt_content .alignnone {
text-align: center;
margin: 0 auto;
}
.bt_content figure.aligncenter,
.bt_content figure.alignnone {
margin: 0 auto 38px;
}
.bt_content code {
background-color: rgba(122,122,122,.1);
display: inline-block;
padding: 1px 4px;
margin: 0;
font-family: monospace,courier,serif;
}
.bt_content pre code {
display: block;
padding: 12px;
background-color: transparent;
}
.bt_content pre {
margin: 0 0 30px;
white-space: pre-wrap;
padding: 20px;
background-color: #fff;
}
.bt_content address {
display: block;
margin: 0 0 30px;
font-family: Montserrat,arial,sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1.65;
font-style: normal;
}
.wp-caption-text {
font-size: 11px;
line-height: 1.1;
padding: 5px;
text-align: center;
}
.bt_content table {
width: 100%;
margin: 0 0 30px;
border-collapse: collapse;
text-align: left;
}
.bt_content table caption {
background-color: #f37800;
border-bottom: 1px solid #f37800;
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 1.15;
padding: 12px 10px;
text-align: center;
text-transform: uppercase;
}
.bt_content table th {
background-color: rgba(0,0,0,.05);
border-bottom: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
font-weight: 500;
padding: 12px 10px;
color: #666;
}
.bt_content table tr th:first-child {
border-left: none;
}
.bt_content table td {
padding: 10px;
background-color: rgba(255,255,255,.2);
}
.bt_content table tr:nth-child(even) td {
background-color: rgba(255,255,255,.6);
}
.bt_content table td a {
font-weight: 700;
}
.bt_content table td a:hover {
text-decoration: underline;
}
.bt_content dl {
display: block;
margin: 0 0 30px;
overflow: hidden;
}
.bt_content dt {
font-weight: 600;
display: block;
margin: 0 0 5px;
}
.bt_content dd {
display: block;
margin: 0 0 10px 10px;
padding: 0 0 0 15px;
}
.bt_content dd:before {
content: '-';
display: block;
float: left;
margin: 0 0 0 -15px;
}
.bt_content blockquote {
display: block;
padding: 0 0 0 106px;
margin: 0 0 30px;
font-size: 1.4em;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
line-height: 1.7;
}
.bt_content blockquote:before {
content: '\e642';
color: #eee;
font: normal 72px/1 reconstruction;
display: block;
float: left;
margin: -5px 0 0 -93px;
}
.bt_content .boldPhotoBox blockquote:before {
display: none;
}
.aligncenter {
margin: 0 auto 30px;
}
.widget_text img.size-large {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.textwidget img {
display: inline-block;
max-width: 100%;
height: auto;
} .tagsCloud {
margin: 0 0 30px;
}
.tagsCloud ul {
list-style: none;
display: block;
margin: 0;
}
.tagsCloud li {
display: block;
float: left;
font-size: 12px;
line-height: 1.2;
margin: 0 10px 0 0;
}
.bt_loader {
margin: 30px auto 30px auto;
font-size: 6px;
position: relative;
text-indent: -9999em;
border-top: 5px solid rgba(128,128,128,.3);
border-left: 5px solid rgba(128,128,128,.1);
border-right: 5px solid rgba(128,128,128,.1);
border-bottom: 5px solid rgba(128,128,128,.1);
-webkit-animation: bt_loader 1.1s infinite linear;
-moz-animation: bt_loader 1.1s infinite linear;
animation: bt_loader 1.1s infinite linear;
}
.bt_loader,
.bt_loader:after {
border-radius: 50%;
width: 64px;
height: 64px;
}
@-webkit-keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes bt_loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes bt_loader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.bt_no_more {
font-weight: 400;
text-transform: uppercase;
margin: 30px 0 30px 0;
text-align: center;
display: none;
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
.btGridContainer.classic .bt_loader {
margin-top: 20px;
}
.btGridContainer.tiled .bt_loader {
margin-top: 28px;
}
.btGridContainer.classic #bt_no_more {
margin-top: 20px;
}
.btGridContainer.tiled #bt_no_more {
margin-top: 28px;
} .bt_parallax {
-webkit-transition-property: background-position;
-moz-transition-property: background-position;
transition-property: background-position;
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms;
background-attachment: fixed;
} .btImage img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
width: 100%;
}
.cellRight .btImage {
float: right;
}
section.gutter .btGridContainer.tiled {
margin: 0 -2px;
}
.btPortfolioGradient:after {
content: ' ';
display: block;
position: absolute;
height: 50%;
bottom: 0;
left: 0;
right: 0;
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.5));
background-image: linear-gradient(to bottom,rgba(21,21,21,.0),rgba(21,21,21,.5));
}
.btGhostSliderOverlay:after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: -moz-linear-gradient(top,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
background-image: linear-gradient(to bottom,rgba(21,21,21,.0),rgba(21,21,21,.4),rgba(21,21,21,.0));
}
.btGhostSliderOverlay .boldRow {
position: relative;
z-index: 2;
}
span.enhanced {
display: block;
float: left;
margin: 0 6px -5px 0;
padding: 0;
width: 40px;
font-size: 28px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
border: 1px solid #f37800;
border-radius: 50%;
}
span.enhanced.colored {
color: #f37800;
}
span.enhanced.ring {
background-color: #f37800;
color: #fff;
}    .mainHeader:after,
.menuHolder .port:after,
.topBarPort:after,
.boldSiteFooter:before,
.boldSiteFooter:after,
.boldSiteFooter .port:after,
.contentWrap:after,
.contentHolder:after,
.btBox:after,
.boldSection .port:after,
.header:after,
.boldRow:after,
.socialRow:before,
.socialRow:after,
.servicesItem .sIcon:after,
.boldSection:before,
.boldSection:after,
.psCats:after,
.psWrap:after,
.btTabs:after,
.tabsHeader:after,
.neighboringArticles:after,
.articleListItem footer:after,
.btPagination:after,
.boldArticleBody blockquote:after,
.tilesWall.classic .bgiTxt:after,
.btQuoteItem:after,
.boldArticleHeader .socialRow:before {
content: " ";
display: table;
width: 100%;
clear: both;
}
.mainHeader {
background-color: #fff;
}
.topBar {
background-color: #eaeaea;
padding: 7px 15px 8px;
}
.topBar.gutter {
padding: 7px 0 8px;
}
.logo {
float: left;
}
.boldMenuLeft .logo {
margin: 0 20px 0 0;
}
.boldMenuCenter .logo {
position: relative;
z-index: 8;
float: left;
margin: 0 -100% 0 50%;
}
img.btMainLogo {
height: 48px;
width: auto;
display: block;
}
.boldMenuCenter .leftNav,
.boldMenuCenter .rightNav {
position: absolute;
top: 38px;
}
.boldMenuCenter .leftNav {
right: 50%;
left: 0;
padding: 0 20px 0 0;
}
.boldMenuCenter .rightNav {
left: 50%;
right: 0;
padding: 0 0 0 20px;
}
.boldMenuCenter .duplicatedHeader .leftNav,
.boldMenuCenter .duplicatedHeader .rightNav {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.menuHolder .menuPort {
position: relative;
z-index: 5;
float: right;
background: #fff;
}
.boldMenuLeft .menuHolder .menuPort {
float: left;
}
.boldMenuCenter .menuHolder .menuPort {
float: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.menuHolder .menuPort ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.boldMenuCenter .menuHolder .menuPort .leftNav ul {
float: right;
}
.boldMenuCenter .menuHolder .menuPort .rightNav ul {
float: left;
}
.menuHolder .menuPort ul li {
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
border-left: 1px solid #ebebeb;
}
.menuHolder .menuPort ul li:first-child {
border-left: none;
}
.menuHolder .menuPort ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.25;
color: #333;
position: relative;
padding: 16px 18px 17px;
}
.menuHolder .menuPort ul li a:after {
content: ' ';
display: block;
position: absolute;
bottom: 0;
right: 0;
height: 4px;
background-color: #f37800;
width: 0;
-webkit-transition: width 240ms ease;
-moz-transition: width 240ms ease;
transition: width 240ms ease;
}
.menuHolder .menuPort .rightNav ul li a:after,
.boldMenuLeft .menuHolder .menuPort ul li a:after {
right: auto;
left: 0;
}
.menuHolder .menuPort ul li:hover a:after {
width: 100%;
-webkit-transition: width 240ms ease;
-moz-transition: width 240ms ease;
transition: width 240ms ease;
} .menuHolder .menuPort ul ul {
background-color: rgba(228,228,228,.9);
position: absolute;
width: 200px;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,-18px,0);
-moz-transform: translate3d(0,-18px,0);
-ms-transform: translate3d(0,-18px,0);
transform: translate3d(0,-18px,0);
-webkit-transition: all 270ms ease;
-moz-transition: all 270ms ease;
transition: all 270ms ease;
}
.menuHolder .menuPort .rightNav ul ul,
.boldMenuLeft .menuHolder .menuPort ul ul {
right: auto;
left: 0;
}
.menuHolder .menuPort ul li:hover ul {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.menuHolder .menuPort ul ul li {
z-index: 4;
text-align: right;
display: block;
float: none;
border-left: none;
border-top: 1px solid rgba(0,0,0,.05);
}
.menuHolder .menuPort .rightNav ul ul li,
.boldMenuLeft .menuHolder .menuPort ul ul li {
text-align: left;
}
.menuHolder .menuPort ul ul li:first-child {
border-top: none;
}
.menuHolder .menuPort ul ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.25;
color: #333;
position: relative;
padding: 11px 18px;
}
.menuHolder .menuPort ul li:hover ul li a:after {
width: 0;
}
.menuHolder .menuPort ul li:hover ul li:hover a:after {
width: 100%;
} .menuHolder .menuPort ul ul ul li {
z-index: 3;
}
.menuHolder .menuPort ul ul ul,
.menuHolder .menuPort ul li:hover ul ul,
.menuHolder .menuPort ul li:hover ul:hover ul {
display: block;
right: 200px;
top: 0;
margin: 0;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(24px,0,0);
-moz-transform: translate3d(24px,0,0);
-ms-transform: translate3d(24px,0,0);
transform: translate3d(24px,0,0);
-webkit-transition: all 270ms ease;
-moz-transition: all 270ms ease;
transition: all 270ms ease;
}
.menuHolder .menuPort .rightNav ul ul ul,
.menuHolder .menuPort .rightNav ul li:hover ul ul,
.menuHolder .menuPort .rightNav ul li:hover ul:hover ul,
.boldMenuLeft .menuHolder .menuPort ul ul ul,
.boldMenuLeft .menuHolder .menuPort ul li:hover ul ul,
.boldMenuLeft .menuHolder .menuPort ul li:hover ul:hover ul {
right: auto;
left: 200px;
-webkit-transform: translate3d(-24px,0,0);
-moz-transform: translate3d(-24px,0,0);
-ms-transform: translate3d(-24px,0,0);
transform: translate3d(-24px,0,0);
}
.menuHolder .menuPort ul li:hover ul:hover li:hover ul {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 260ms ease;
-moz-transition: all 260ms ease;
transition: all 260ms ease;
}
.menuHolder .menuPort ul li:hover ul li:hover li a:after {
width: 0;
}
.menuHolder .menuPort ul li:hover ul li:hover li:hover a:after {
width: 100%;
}
.menuHolder .port {
position: relative;
}
.menuHolder .port {
padding: 36px 20px 42px;
}
.menuHolder.gutter .port {
padding: 36px 0 42px;
}
.mainHeader .boldMeta {
float: left;
}
.mainHeader .boldMeta ul {
list-style: none;
display: block;
}
.mainHeader .boldMeta ul li {
display: block;
float: left;
}
.mainHeader .ttRight {
float: right;
}
.mainHeader .ttLeft {
float: left;
}
.mainHeader .topTools .ico {
float: left;
margin: 0 4px 0 0;
}
.topTools.ttLeft .ico {
margin: 0 4px 0 0;
}
.topTools.ttRight .ico {
margin: 0 0 0 4px;
}
.cellCenter .sIcon .ico {
float: none;
margin: 0;
display: inline-block;
}
.cellLeft .servicesItem {
float: left;
padding-left: 70px;
clear: left;
}
.cellRight .servicesItem {
float: left;
padding-right: 60px;
}
.cellLeft .sIcon {
width: 56px;
float: left;
margin: -4px 0 0 -66px;
}
.cellRight .sIcon {
width: 56px;
float: right;
margin: 0 -56px 0 0;
}
.cellLeft .sIcon .ico {
float: left;
margin: 0 0 0 8px;
}
.cellRight .sIcon .ico {
float: right;
margin: 0 8px 0 0;
}
.cellLeft .sTxt {
float: left;
padding: 6px 0 0;
}
.cellRight .sTxt {
float: right;
padding: 6px 0 0;
}
.ico a {
display: block;
color: #838383;
font-family: Raleway,arial,sans-serif;
line-height: 32px;
font-size: 13px;
vertical-align: middle;
}
.cellCenter .sIcon .ico a {
line-height: 90px;
font-size: 38px;
}
.ico a:before,
.iconsToggler {
display: inline-block;
float: left;
width: 34px;
height: 34px;
text-align: center;
line-height: 32px;
vertical-align: middle;
font-size: 18px;
font-weight: normal;
border-radius: 50%;
color: #999;
border: 1px solid #d3d3d3;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.servicesItem .ico a:before {
width: 44px;
height: 44px;
font-size: 25px;
line-height: 42px;
}
.cellCenter .ico a:before {
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.cellCenter .sIcon .ico a:before {
width: 152px;
height: 152px;
font-size: 96px;
line-height: 150px;
}
.ico.borderless a:before {
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.ico.white a:before {
background-color: #fff;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #fff inset;
box-shadow: 0 0 0 0 #fff inset;
}
.ico.accent a:before,
.iconsToggler {
background-color: #f37800;
color: #fff;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
}
.ico a:hover:before {
color: #fff;
-webkit-box-shadow: 0 0 0 .9em #f37800 inset;
box-shadow: 0 0 0 .9em #f37800 inset;
border: 1px solid transparent;
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.cellCenter .ico a:hover:before {
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.ico.white a:hover:before {
background-color: #fff;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #f37800 inset;
box-shadow: 0 0 0 .9em #f37800 inset;
}
.ico.accent a:hover:before,
.iconsToggler:hover,
.shown .iconsToggler {
background-color: #f37800;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.btSlidePane .ico.default a:before {
color: #ccc;
border: 1px solid #ccc;
}
.btSlidePane .ico.borderless a:before {
color: #ccc;
}
.btSlidePane .ico.default a:hover:before {
color: #fff;
border: 1px solid transparent;
}
.btSlidePane .ico.borderless a:hover:before {
color: #fff;
}
.ico a[data-ico-bold]:before {
font-family: reconstruction;
content: attr(data-ico-bold);
}
.ico a[data-ico-fa]:before {
font-family: FontAwesome;
content: attr(data-ico-fa);
}
.ico a[data-ico-s7]:before {
font-family: Icon7Stroke;
content: attr(data-ico-s7);
}
.ico a strong,
.ico a span {
display: inline-block;
margin: 0 18px 0 8px;
}
.ico a:hover strong,
.ico a:hover span {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.ico a strong {
font-weight: 700;
}
.ico.office a {
padding: 0 0 0 18px;
}
.ico.office a:before {
display: block;
float: left;
width: auto;
height: auto;
text-align: center;
line-height: 1;
vertical-align: middle;
font-size: 16px;
font-weight: normal;
border-radius: 0;
color: inherit;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 0 0 -18px;
}
.socialRow .ico {
float: left;
margin: 0 4px 0 0;
}
.cellRight .socialRow .ico {
float: right;
margin: 0 0 0 4px;
}
.cellCenter .socialRow .ico {
float: none;
display: inline-block;
margin: 0 2px;
}
.boldSiteFooter {
background-color: #333;
border-top: 1px solid #949494;
}
.boldSiteFooter .port {
padding: 12px 0;
}
.btFooterMenu {
float: right;
}
.btFooterMenu ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.btFooterMenu ul li {
display: block;
float: left;
border-left: 1px solid #202020;
}
.btFooterMenu li li {
display: none;
}
.btFooterMenu ul li:first-child {
border-left: none;
}
.btFooterMenu ul li a {
display: block;
font-size: 12px;
font-family: Raleway,arial,sans-serif;
line-height: 1.1;
font-weight: 300;
padding: 10px;
color: #fff;
}
.btFooterMenu ul li a:hover {
color: #f37800;
}
.copyLine {
color: #fff;
float: left;
font-size: 12px;
font-family: Raleway,arial,sans-serif;
line-height: 1.1;
font-weight: 300;
padding: 10px 0;
margin: 0;
}
.contentWrap {
position: relative;
}
.hasGhost .contentWrap {
position: static;
}
.hasGhost.removeGhost .contentWrap {
position: relative;
}
.contentWrap:before {
content: ' ';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 73px;
z-index: -1;
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -moz-linear-gradient(top,#eaeaea,#fff);
background-image: linear-gradient(top,#eaeaea,#fff);
background-image: -webkit-linear-gradient(top,#eaeaea,#fff);
background-image: -moz-linear-gradient(top,#eaeaea,#fff);
background-image: linear-gradient(to bottom,#eaeaea,#fff);
}
.contentHolder {
width: 1200px;
margin: 0 auto;
padding: 0;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 400px;
}
.sidebarRight .contentHolder {
padding: 40px 400px 60px 0;
}
.noSidebar .contentHolder {
width: auto;
}
.search .noSidebar .contentHolder,
.blog .noSidebar .contentHolder,
.archive .noSidebar .contentHolder {
width: 1200px;
padding: 40px 0 60px 0;
}
.bt_sidebar {
width: 400px;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -400px 0 -100%;
padding: 0 0 0 40px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -400px;
padding: 0 40px 0 0;
}
.bt_content {
float: none;
width: auto;
}
.sidebarRight .bt_content {
float: left;
width: 100%;
}
.sidebarLeft .bt_content {
float: right;
width: 100%;
}
.btBox {
margin: 0 0 40px;
}
.btBox h4 {
color: #000;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #b3b3b3;
}
.btBox.widget_bt_our_office h4 {
margin: 0 0 16px;
}
.btBox h4 span {
display: inline-block;
padding: 0 0 12px;
-webkit-box-shadow: 0 -4px 0 0 #f37800 inset;
box-shadow: 0 -4px 0 0 #f37800 inset;
}
.boldRecent ul,
.popularPosts ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.boldRecent ul li,
.popularPosts ul li {
display: table;
width: 100%;
margin: 0 0 20px;
}
.boldRecent ul li:last-child,
.popularPosts ul li:last-child {
margin: 0;
}
.brImage,
.ppImage {
vertical-align: top;
display: table-cell;
width: 72px;
padding: 0 12px 0 0;
}
.brImage img,
.ppImage img {
display: block;
width: 100%;
height: auto;
}
.brTxt,
.ppTxt {
display: table-cell;
vertical-align: top;
}
.brTxt h5,
.ppTxt h5 {
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin: 0 0 8px;
padding: 0;
}
.brTxt h5 a,
.ppTxt h5 a {
display: block;
word-wrap: break-word;
}
.brTxt h5 a:hover,
.ppTxt h5 a:hover {
color: #000;
}
.brTxt p,
.ppTxt p {
margin: 0;
padding: 0;
font-size: 11px;
line-height: 1.2;
color: #888787;
text-transform: uppercase;
}
.brTxt p a,
.ppTxt p a {
color: #333;
}
.brTxt .posted,
.ppTxt .posted {
color: #333;
font-family: Raleway,arial,sans-serif;
font-weight: 700;
margin: 0 0 2px;
padding: 0;
}
.widget_bt_about_me {
background-color: #e8e8e8;
color: #333;
}
.widget_bt_about_me .mediaBox {
margin: 0;
}
.widget_bt_about_me p {
padding: 16px 14px;
margin: 0;
font-weight: 300;
line-height: 1.3;
}
.widget_categories ul,
.widget_archive ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.widget_categories ul.children,
.widget_archive ul.children {
border-top: 1px solid #fff;
margin: 0 0 -1px;
}
.widget_categories ul li,
.widget_archive ul li {
position: relative;
display: block;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
}
.widget_categories ul li a,
.widget_archive ul li a {
display: block;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
line-height: 1.15;
font-weight: 300;
text-transform: uppercase;
color: #333;
padding: 12px 42px 12px 15px;
background-color: #e8e8e8;
}
.widget_categories ul.children li a,
.widget_archive ul.children li a {
padding: 12px 42px 12px 30px;
}
.widget_categories ul.children ul.children li a,
.widget_archive ul.children ul.children li a {
padding: 12px 42px 12px 45px;
}
.widget_categories ul.children ul.children ul.children li a,
.widget_archive ul.children ul.children ul.children li a {
padding: 12px 42px 12px 60px;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
background-color: #f37800;
color: #fff;
}
.widget_categories ul li strong,
.widget_archive ul li strong {
display: block;
position: absolute;
right: 9px;
top: 7px;
font-size: 11px;
font-weight: 700;
line-height: 28px;
width: 28px;
height: 28px;
vertical-align: middle;
text-align: center;
background-color: #fff;
color: #999;
border-radius: 50%;
} .header {
display: block;
}
.header h2 .h2content,
.header h3 .h2content {
padding-top: 15px;
display: block;
}
.sTxt .header h2 .h2content,
.sTxt .header h3 .h2content {
padding: 0;
}
.cellRight .header h2,
.cellRight .header h3 {
display: block;
float: right;
}
.header h2 {
font-size: 30px;
font-weight: 300;
}
.header.big h2 {
font-size: 40px;
font-weight: 700;
}
.dash {
display: inline-block;
}
.header.topDash {
position: relative;
z-index: 2;
}
.topDash .dash {
border-top: 5px solid #f37800;
}
.bottomDash .dash {
border-bottom: 5px solid #f37800;
padding-bottom: 10px;
margin-bottom: 10px;
}
.topDash h3,
.topDash h2 {
margin-top: -5px;
}
.bottomDash h3,
.bottomDash h2 {
margin: 0 0 -5px;
}
.boldSubTitle,
.bgiTxt .boldArticleMeta {
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0 0 10px;
}
.sticky .boldSubTitle:after {
content: '\e657';
font: normal 16px/1 reconstruction;
color: #333;
display: block;
float: left;
margin: 4px 8px 0 0;
}
.articleListItem.sticky.wPhoto .boldSubTitle:after {
display: none;
}
.header .boldSubTitle {
margin: 0;
}
.header.bottomDash .boldSubTitle {
margin: 5px 0 12px;
}
.cellRight .header .boldSubTitle {
clear: right;
float: right;
}
.btSlidePane .bottomDash .dash {
display: inline-block;
padding: 0 0 16px;
margin: 0 0 -1px;
border-bottom: 5px solid #f37800;
}
.btSlidePane .bottomDash h3,
.btSlidePane .bottomDash h2 {
margin: 0 0 20px;
border-bottom: 1px solid rgba(255,255,255,.35);
}
p.boldSuperTitle {
font-family: Raleway,arial,sans-serif;
font-weight: 600;
color: #f37800;
font-size: 14px;
margin: 0;
}
.header p.boldSuperTitle {
margin-top: 10px;
margin-bottom: -5px;
}
.header.topDash p.boldSuperTitle {
margin-bottom: 10px;
} @media (min-width: 1221px) {
.boldRow.btTableRow {
display: table;
width: 100%;
height: 100%;
margin: 0;
}
.boldRow.btTableRow .rowItem {
float: none;
height: 100%;
display: table-cell;
}
.boldRow.btTableRow .rowItem.btMiddleVertical {
vertical-align: middle;
}
.boldRow.btTableRow .rowItem.btBottomVertical {
vertical-align: bottom;
}
.btTableRow .btImage {
max-width: none;
width: 100%;
}
}
.rowItem.btDoublePadding .rowItemContent {
padding: 0 30px 15px;
}
.rowItem.btDoublePadding {
padding: 0 10px;
}
.rowItem.btNoPadding {
padding: 0;
} .boldPhotoBox {
position: relative;
}
.boldPhotoBox img {
display: block;
width: 100%;
height: auto;
max-width: 100%;
}
.boldPhotoBox.video .aspectVideo {
display: block;
width: 100%;
height: auto;
visibility: hidden;
z-index: -1;
}
.boldPhotoBox.video iframe {
border: none;
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}
.boldPhotoBox.audio iframe {
width: 100% !important;
border: none;
margin: 0 0 -7px;
} .rowItem.cellCenter .servicesItem .sIcon {
margin: 0 auto 24px;
} .bpgPhoto {
line-height: 0;
overflow: hidden;
}
.bpgPhoto a {
display: block;
position: absolute;
z-index: 5;
left: 0;
bottom: 0;
right: 0;
top: 0;
}
.bpgPhoto img {
display: block;
height: auto;
width: 100%;
}
.bpgPhoto {
position: relative;
}
.captionPane {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: absolute;
top: 0;
left: 0;
bottom: 0;
background: rgba(255,255,255,.4);
right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.captionPane {
right: -1px;
}
}
.touch .captionPane {
display: none !important;
}
.captionTable {
display: table;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.captionCell {
display: table-cell;
height: 100%;
text-align: center;
vertical-align: middle;
}
.captionTxt {
display: block;
padding: 0 20px;
}
.captionTxt strong {
margin: 0 0 6px;
display: block;
line-height: 1.2;
}
.captionTxt span {
display: inline-block;
line-height: 1.2;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}
.no-touch .captionTxt {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 220ms ease 0;
-moz-transition: all 220ms ease 0;
transition: all 220ms ease 0;
}
.no-touch .bpgPhoto:hover .captionTxt {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 280ms ease 100ms;
-moz-transition: all 280ms ease 100ms;
transition: all 280ms ease 100ms;
}
.captionTxt:before {
content: '\e645';
font: normal 36px/1 reconstruction;
display: block;
margin: 0 auto 15px;
}
.no-touch .captionTxt:before {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 400ms ease 0;
-moz-transition: all 400ms ease 0;
transition: all 400ms ease 0;
}
.touch .captionTxt:before {
display: none;
}
.no-touch .bpgPhoto:hover .captionTxt:before {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 280ms ease 100ms;
-moz-transition: all 280ms ease 100ms;
transition: all 280ms ease 100ms;
}
.tilesWall.tiled .gridItem {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .boldBtn {
display: inline-block;
}
.boldBtn.btnBlock {
display: block;
}
.cellLeft .boldBtn {
margin: 0 15px 0 0;
}
.cellRight .boldBtn {
margin: 0 0 0 15px;
}
.cellCenter .boldBtn {
margin: 0 7px;
}
.boldBtn a,
.boldBtn button {
border: none;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1;
font-weight: 300;
padding: 14px 18px;
color: #333;
background-color: #fff;
position: relative;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.boldBtn a:hover,
.boldBtn button:hover,
.boldArticle .boldBtn a:hover {
color: #fff;
background-color: #333;
text-decoration: none;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.boldBtn.btnBig a,
.boldBtn.btnBig button {
text-transform: uppercase;
font-weight: 700;
padding: 15px 20px;
}
.boldBtn.btnIco a,
.boldBtn.btnIco button {
padding: 14px 60px 14px 18px;
}
.boldBtn.btnBig.btnIco a,
.boldBtn.btnBig.btnIco button {
padding: 15px 62px 15px 20px;
}
.boldBtn.accent a,
.boldBtn.accent button {
color: #fff;
background-color: #f37800;
position: relative;
z-index: 2;
}
.boldBtn.accent a:hover,
.boldBtn.accent button:hover {
background-color: #fff;
color: #f37800;
}
.boldBtn.btnDark a,
.boldBtn.btnDark button {
color: #fff;
background-color: #333;
}
.boldBtn.btnDark a:hover,
.boldBtn.btnDark button:hover {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnAccent a,
.boldBtn.btnAccent button {
color: #fff;
background-color: #f37800;
}
.boldBtn.btnAccent a:hover,
.boldBtn.btnAccent button:hover {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnGray a,
.boldBtn.btnGray button {
color: #333;
background-color: #e8e8e8;
}
.boldBtn.btnGray a:hover,
.boldBtn.btnGray button:hover {
color: #fff;
background-color: #f37800;
}
.boldBtn.btnIco a:before,
.boldBtn.btnIco button:before {
text-align: center;
width: 42px;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 12px 0 0;
font-size: 18px;
font-weight: normal;
line-height: 1;
background-color: rgba(0,0,0,.1);
}
.boldBtn.btnIco.btnGray a:before,
.boldBtn.btnIco.btnGray button:before {
color: #fff;
}
.boldBtn.btnBig.btnIco a:before,
.boldBtn.btnBig.btnIco button:before {
padding: 13px 0 0;
}
.boldBtn.btnIco a[data-ico-fa]:before,
.boldBtn.btnIco button[data-ico-fa]:before {
content: attr(data-ico-fa);
font-family: FontAwesome;
}
.boldBtn.btnIco a[data-ico-s7]:before,
.boldBtn.btnIco button[data-ico-s7]:before {
content: attr(data-ico-s7);
font-family: Icon7Stroke;
}
.boldBtn.btnIco a[data-ico-bold]:before,
.boldBtn.btnIco button[data-ico-bold]:before {
content: attr(data-ico-bold);
font-family: reconstruction;
}
.boldBtn.btnIco.accent a:before,
.boldBtn.btnIco.black a:before,
.boldBtn.btnIco.accent button:before,
.boldBtn.btnIco.black button:before {
background-color: rgba(255,255,255,.1);
} .btCounterHolder {
padding: 10px 5px 25px;
font-size: 80px;
line-height: 88px;
}
.btCounterHolder .btCounter {
display: block;
height: 88px;
overflow: hidden;
}
.btCounterHolder span.onedigit {
display: inline-block;
height: 88px;
overflow: hidden;
}
.btCounterHolder span.onedigit span {
display: block;
height: 88px;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
} .boldClientList {
position: relative;
padding: 20px 0;
}
.bclPort {
width: 1197px;
position: static !important;
margin: 0 auto;
overflow: hidden;
}
.bclPort .slick-track {
display: block;
margin: 0 -2px 0 0;
overflow: hidden;
padding: 0;
position: relative;
-webkit-transform: translate3d(0,-3px,0);
-moz-transform: translate3d(0,-3px,0);
-ms-transform: translate3d(0,-3px,0);
transform: translate3d(0,-3px,0);
}
.bclItem {
position: relative;
margin: 0 0 0 -1px;
}
.bclItem a {
display: block;
height: 100%;
}
.boldClientList .slick-track {
left: -1px !important;
right: 0;
}
.bclItem:before {
content: ' ';
width: 1px;
background-color: rgba(255,255,255,.15);
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -1px;
margin: 0;
}
.boldClientRegularList {
position: relative;
overflow: hidden;
}
.boldClientRegularList .bclItem {
float: left;
border-bottom: 1px solid #c1c1c1;
border-left: 1px solid #c1c1c1;
margin: 0 0 -1px -1px;
position: relative;
padding: 0;
width: 33.3%;
}
.bclItem .bclItemChild {
display: block;
margin: 10% 18%;
position: relative;
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.bclItem .bclItemChild a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.bclItem img {
display: block;
width: 100%;
height: auto;
visibility: hidden;
}
.boldClientRegularList .bclItem:before {
display: none;
}
.bclItem .bclItemChild > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
background-position: center center;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: contain;
}
.bclItem .bclItemChild {
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.bclItem:hover .bclItemChild {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.col-ms-6 .boldClientRegularList .bclItem {
width: 33.3%;
}
.col-ms-6 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
}
.col-ms-12 .boldClientRegularList .bclItem {
width: 16.66%;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: left;
}
.boldClientRegularList .bclItem a:hover img {
opacity: .75;
-webkit-filter: alpha(opacity=75);
filter: alpha(opacity=75);
} .slidedItem .port {
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
}
.boldSection .port.wSlider .smallSliderHeight .slidedItem .port {
height: 36vh;
}
.boldSection .port.wSlider .mediumSliderHeight .slidedItem .port {
height: 60vh;
}
.boldSection .port.wSlider .largeSliderHeight .slidedItem .port {
height: 100vh;
}
.slided .slick-dots {
display: block;
list-style: none;
padding: 0;
position: absolute;
left: 50%;
right: 0;
bottom: 10px;
z-index: 2;
text-align: center;
width: 1220px;
margin: 0 0 0 -610px;
}
.slided .slick-dots li {
display: block;
float: left;
padding: 0 10px;
clear: none;
}
.slided .slick-dots li:before {
content: '';
}
.nol1 li {
width: 100%;
}
.nol2 li {
width: 50%;
}
.nol3 li {
width: 33.3%;
}
.nol4 li {
width: 25%;
}
.nol5 li {
width: 20%;
}
.nol6 li {
width: 16.66%;
}
.nol6 li {
width: 14.28%;
}
.nol7 li {
width: 14.28%;
}
.nol8 li {
width: 12.5%;
}
.nol9 li {
width: 11.1%;
}
.nol10 li {
width: 10%;
}
.slick-slider .slick-dots li button {
cursor: pointer;
display: block;
width: 100%;
height: 10px;
margin: 0;
position: relative;
text-indent: 9999px;
white-space: nowrap;
overflow: hidden;
text-transform: capitalize;
text-align: left;
line-height: 0;
color: transparent;
border: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-color: transparent;
}
.slided .slick-dots li button:before {
content: ' ';
height: 0;
display: block;
background-color: transparent;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 5px;
width: auto;
-webkit-box-shadow: 0 0 0 1px #999;
box-shadow: 0 0 0 1px #999;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.slided .slick-dots li button:hover:before,
.slided .slick-dots li.slick-active button:before {
-webkit-box-shadow: 0 1px 0 2px #f37800,0 -1px 0 2px #f37800;
box-shadow: 0 1px 0 2px #f37800,0 -1px 0 2px #f37800;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.slided .slick-dots li button:hover {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
html.cssanimations .bpgPhoto .markImage {
-moz-animation: markedImage 600ms 600ms ease;
animation: markedImage 600ms 600ms ease;
-webkit-animation: markedImage 600ms 600ms ease;
}
html.no-cssanimations .bpgPhoto .markImage {
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
@-webkit-keyframes markedImage {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes markedImage {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes markedImage {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
25% {
-moz-transform: scale(.9);
transform: scale(.9);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
@keyframes markedImage {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
} h4.nbs a *,
h4.nbs a {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
h4.nbs a {
display: block;
position: relative;
height: 76px;
}
h4.nsPrev a {
float: left;
margin: 0 -46px 0 0;
}
.slided h4.nsPrev a {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(20px,0,0);
-moz-transform: translate3d(20px,0,0);
-ms-transform: translate3d(20px,0,0);
transform: translate3d(20px,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
h4.nsNext a {
float: left;
margin: 0 0 0 -46px;
}
.slided h4.nsNext a {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(-20px,0,0);
-moz-transform: translate3d(-20px,0,0);
-ms-transform: translate3d(-20px,0,0);
transform: translate3d(-20px,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
h4.nbs:hover a {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: 240ms ease;
-moz-transition: 240ms ease;
transition: 240ms ease;
}
.nbsImage {
display: table-cell;
width: 76px;
height: 76px;
top: 0;
}
.neighboringArticles .nbsImage {
display: table-cell;
height: 76px;
width: 76px;
}
span.nbsImgHolder {
display: block;
width: 76px;
height: 76px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
h4.nbs a,
h4.nbs:hover a {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
h4.nbs.slick-disabled a {
display: none;
}
.nbsItem {
display: table-cell;
margin: 0;
padding: 0 0 0 10px;
}
.neighboringArticles .nbsItem {
display: table-cell;
vertical-align: middle;
}
.neighboringArticles .nsPrev .nbsItem {
padding: 0 0 0 10px;
}
.neighboringArticles .nsNext .nbsItem {
padding: 0 10px 0 0;
}
h4.nbs a .nbsItem {
-webkit-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
.neighboringArticles h4.nbs a .nbsItem {
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
}
.nsPrev .nbsItem {
text-align: left;
}
.nsNext .nbsItem {
text-align: right;
padding: 0 10px 0 0;
} .nbsItem .nbsDir,
.nbsItem .nbsTitle {
color: #333;
line-height: 1.2;
display: block;
text-transform: uppercase;
}
.nbsItem .nbsDir {
font-size: 12px;
font-weight: 400;
margin: 0 0 3px;
}
.nbsItem .nbsTitle {
font-size: 14px;
font-weight: 700;
}
.nsPrev .nbsItem .nbsTitle {
float: left;
clear: left;
margin: 0 -140px 0 0;
max-width: 200px;
}
.nsNext .nbsItem .nbsTitle {
float: right;
clear: right;
margin: 0 0 0 -140px;
}
.neighboringArticles .nsPrev .nbsItem .nbsTitle,
.neighboringArticles .nsNext .nbsItem .nbsTitle {
margin: 0;
float: none;
clear: none;
}  .ghost.wVariable .port,
.ghost.wVariable .port .boldCell {
display: block;
padding: 0;
margin: 0;
}
.slidedItem .port {
margin: 0;
padding: 0;
}
.slidedVariable .slidedItem.firstItem,
.slidedVariable .slidedItem.firstItem .port {
width: 100vw;
}
.slidedVariable .h2content {
padding: 15px 0 0;
display: block;
font-size: 40px;
font-weight: 700;
} dl.articleMeta {
padding: 20px 0 0 20px;
float: right;
text-align: left;
width: 40%;
margin: 0 0 20px;
}
dl.articleMeta.onBottom {
margin: 12px -100% 0 20px;
float: left;
text-align: left;
width: 220px;
}
dl.articleMeta dt,
.portfolioItem dl.articleMeta dd {
display: block;
}
.portfolioItem dl.articleMeta dd,
.portfolioItem dl.articleMeta dt {
padding: 0;
margin: 0;
}
.portfolioItem dl.articleMeta dd:before {
display: none;
}
.portfolioItem dl.articleMeta dd {
color: #f37800;
}
dl.articleMeta dt {
text-transform: uppercase;
color: #333;
font-weight: 700;
}
.slidedItem dl.articleMeta dd {
color: #fff;
margin: 0 0 3px;
}
.slidedItem dl.articleMeta dt {
color: #f0f0f0;
}
.slidedItem dl.articleMeta {
bottom: 30px;
margin: 0;
position: absolute;
right: 32px;
width: 220px;
z-index: 5;
text-align: right;
} .ghost.wVariable .port,
.ghost.wVariable .port .boldCell {
display: block;
}
.slidedVariable .slidedItem:after {
background-color: rgba(255,255,255,.8);
bottom: 0;
content: " ";
display: block;
left: 0;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
position: absolute;
right: 0;
top: 0;
-webkit-transition: opacity 500ms ease 0s;
-moz-transition: opacity 500ms ease 0s;
transition: opacity 500ms ease 0s;
z-index: 4;
}
.slidedVariable .slidedItem.firstItem:after {
z-index: 50;
}
.slidedVariable .slidedItem.slick-center:after,
.slidedVariable .slidedItem.slick-active:after {
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: opacity 360ms ease 0s;
-moz-transition: opacity 360ms ease 0s;
transition: opacity 360ms ease 0s;
z-index: 3;
}
.slidedVariable .slidedItem.firstItem:before {
background-image: -webkit-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: -webkit-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: -moz-linear-gradient(top,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-image: linear-gradient(to bottom,rgba(21,21,21,0),rgba(21,21,21,0),rgba(21,21,21,.5));
background-color: transparent;
bottom: 0;
content: " ";
display: block;
left: 0;
position: absolute;
right: 0;
top: 50%;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
z-index: 4;
} .btLatestPostsContainer {
margin: 0 -10px;
}
.btLatestPostsContainer .btSingleLatestPost,
.rowItem.btTextIndent {
padding: 0 26px;
}
.btTextIndent,
.rowItem.btTextIndent.btNoPadding {
padding: 0 16px;
}
.btTextIndent .btImage,
.btTextIndent .bpgPhoto {
margin: 0 -16px;
}
.verticalPosts .btTextIndent .btImage,
.verticalPosts .btTextIndent .bpgPhoto {
margin: 0;
}
.btTextIndent .btImage img {
width: 100%;
max-width: none;
display: block;
margin: 0;
}
.verticalPosts .btSingleLatestPostImage {
float: left;
width: 180px;
margin: 0 0 20px;
}
.verticalPosts .btSingleLatestPostContent {
padding-left: 20px;
display: table;
}
.btLatestPostsContainer.verticalPosts .btSingleLatestPost {
padding: 0 10px;
}
.btLatestPostsContainer.verticalPosts .btSingleLatestPost .h2content {
padding-top: 0;
} .btProgressContent {
background-color: rgba(0,0,0,.1);
margin-bottom: 20px;
}
.btProgressContent .btProgressAnim {
background-color: #f37800;
color: white;
text-align: right;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
transition: all 1s ease 0s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
width: auto;
}
.btProgressContent {
overflow: hidden;
}
.btProgressContent .btProgressAnim span {
display: block;
font-weight: 500;
line-height: 24px;
padding: 0 5px;
vertical-align: middle;
}
.cellRight .btProgressContent .btProgressAnim {
float: right;
text-align: left;
}
.btSlideGutter {
width: 1200px;
display: inline-block;
padding: 10px 0 20px;
}
.btSlidePane {
background-color: rgba(51,51,51,.5);
color: #fff;
padding: 20px 30px;
text-align: left;
display: block;
width: 48.5%;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate3d(40%,0,0);
-moz-transform: translate3d(40%,0,0);
-ms-transform: translate3d(40%,0,0);
transform: translate3d(40%,0,0);
-webkit-transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
-moz-transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
transition: all 200ms cubic-bezier(.165,.84,.44,1) 1.2s;
}
.slick-active .btSlidePane {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
-moz-transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
transition: all 600ms cubic-bezier(.165,.84,.44,1) 500ms;
}
.boldSection.boldSiteFooterWidgets .boldRow {
margin: 0 -20px;
}
.boldSiteFooterWidgets {
background-color: #e8e8e8;
}
.boldSiteFooterWidgets .port:before {
content: ' ';
display: block;
height: 4px;
background-color: #b1b1b1;
margin: -9px -20px 9px;
}
.boldSiteFooterWidgets .btBox {
margin: 0;
float: left;
padding: 30px 20px;
width: 25%;
}
.boldSiteFooterWidgets .btBox:nth-child(4n + 1) {
clear: left;
}
.boldSiteFooterWidgets .widget_bt_about_me {
color: #000;
}
.boldSiteFooterWidgets .widget_bt_about_me img {
height: 36px;
display: block;
width: auto;
margin: 15px 0;
}
.boldSiteFooterWidgets .widget_bt_about_me p {
font-weight: 300;
line-height: 1.4;
margin: 0;
font-size: 12px;
padding: 0;
}
.boldSiteFooterWidgets .widget_nav_menu ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.widget_nav_menu ul ul {
margin: 0 0 0 10px;
}
.widget_nav_menu ul li:before {
display: inline-block;
content: '\e630';
font: normal 11px/1 reconstruction;
}
.boldSiteFooterWidgets .widget_nav_menu ul li {
display: block;
float: left;
width: 50%;
margin: 0 0 7px;
}
.boldSiteFooterWidgets .widget_nav_menu ul li:before {
display: none;
}
.boldSiteFooterWidgets .widget_nav_menu ul li:nth-child(odd) {
clear: left;
}
.boldSiteFooterWidgets .widget_nav_menu ul li a {
color: #000;
font-size: 12px;
line-height: 1.3;
}
.boldSiteFooterWidgets .widget_nav_menu ul li a:hover {
text-decoration: underline;
}
.widget_bt_our_office .ico.office {
color: #000;
font-size: 13px;
line-height: 1.2;
margin: 0 0 13px;
clear: left;
}
.widget_bt_our_office .ico.office a {
color: #000;
line-height: 1.2;
display: inline-block;
}
.widget_bt_our_office .ico.office a span {
font-family: Roboto,arial,helvetica,sans-serif;
}
.testimonialClients {
padding: 30px 30px 34px;
position: relative;
}
.tcItem {
position: relative;
margin: 0 3px;
cursor: pointer;
}
.tcItem,
.tcItem * {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
img.tcAspect {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
visibility: hidden;
}
.tcItem span {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #a1a1a1 inset;
box-shadow: 0 0 0 2px #a1a1a1 inset;
-webkit-transform: scale3d(.77,.77,1);
-moz-transform: scale3d(.77,.77,1);
-ms-transform: scale3d(.77,.77,1);
transform: scale3d(.77,.77,1);
-webkit-transition: all 260ms;
-moz-transition: all 260ms;
transition: all 260ms;
}
.tcItem:hover span,
.slick-center .tcItem span,
.slick-current .tcItem span {
-webkit-box-shadow: 0 0 0 4px #a1a1a1 inset;
box-shadow: 0 0 0 4px #a1a1a1 inset;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 260ms;
-moz-transition: all 260ms;
transition: all 260ms;
}
.slick-center .tcItem span,
.slick-current .tcItem span {
-webkit-box-shadow: 0 0 0 4px #f37800 inset;
box-shadow: 0 0 0 4px #f37800 inset;
}
.btTestimonies {
padding: 25px 0 10px;
border-top: 1px solid #c1c1c1;
}
.btTestimony {
padding: 0 0 0 100px;
position: relative;
}
.btTestimony:before {
content: '\e642';
font: 400 76px/1 reconstruction;
display: block;
position: absolute;
margin: -10px 0 0 2px;
left: 0;
top: 0;
color: #e8e8e8;
}
.btTestimony h4 {
color: #f37800;
font-size: 20px;
line-height: 1.2;
margin: 0 0 20px;
padding: 0;
}
.btTestimony strong {
font-weight: 700;
}
.btBreakNote h3 {
font-size: 20px;
line-height: 1.2;
font-weight: 300;
color: #333;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.btBreakNote h3 strong {
font-weight: 700;
}
.btBreakNote {
display: table;
height: 100%;
width: 100%;
}
.bnTxt {
display: table-cell;
text-align: left;
vertical-align: middle;
}
.bnBtns {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.bnBtns .boldBtn {
margin: 3px 0;
}
.btProjectsSlider {
background-color: #333;
color: #fff;
padding: 28px 0 0;
}
.psCats,
.btCatFilter {
padding: 26px 0 18px;
margin: 0;
}
.psCats ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
text-align: center;
}
.psCats ul li,
.btCatFilter span {
display: inline-block;
margin: 0 -2px;
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.1;
font-family: Raleway,arial,sans-serif;
}
.psCats ul li:last-child {
font-weight: 700;
}
.psCats ul li a {
display: block;
color: #999;
padding: 10px 20px 20px;
position: relative;
word-spacing: initial;
}
.btCatFilter span {
color: #999;
padding: 10px 20px 20px;
position: relative;
word-spacing: initial;
cursor: pointer;
}
.psCats ul li a:after,
.btCatFilter span:after {
content: ' ';
height: 4px;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: #f37800;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.psCats ul li a:hover:after,
.psCats ul li a.active:after,
.btCatFilter span.active:after {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.psCats ul li a:hover,
.psCats ul li a.active,
.btCatFilter span.active,
.btCatFilter span:hover {
color: #f37800;
}
.psWrap {
background-color: #393939;
position: relative;
}
.psPort {
width: 1200px;
margin: 0 auto;
}
.psPort,
.slick-slider {
position: static;
}
.psItem {
position: relative;
float: left;
width: 25%;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.psItem .aspect {
width: 100%;
height: auto;
visibility: hidden;
display: block;
}
.psPane,
.btShowTitle {
text-align: left;
padding: 14px 15px 55px;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 60px;
background-color: rgba(255,255,255,.75);
color: #333;
font-size: 14px;
line-height: 1.35;
font-weight: 300;
margin: 0;
cursor: pointer;
-webkit-transform: translate3d(0,50%,0);
-moz-transform: translate3d(0,50%,0);
-ms-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.btShowTitle {
top: auto;
bottom: 0;
margin: 0;
color: #333;
font-size: 12px;
line-height: 1.15;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
background-color: rgba(255,255,255,.75);
}
.no-touch .btShowTitle {
-webkit-transform: translate3d(0,42px,0);
-moz-transform: translate3d(0,42px,0);
-ms-transform: translate3d(0,42px,0);
transform: translate3d(0,42px,0);
}
.psPane:hover {
bottom: 0;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
background-color: rgba(255,255,255,.95);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
}
.bpgPhoto .bpbItem .btImage {
background-color: #f37800;
}
.bpgPhoto .bpbItem img {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 500ms ease 70ms;
-moz-transition: all 500ms ease 70ms;
transition: all 500ms ease 70ms;
}
.bpgPhoto:hover .bpbItem img {
-webkit-transform: translate3d(0,-5px,0);
-moz-transform: translate3d(0,-5px,0);
-ms-transform: translate3d(0,-5px,0);
transform: translate3d(0,-5px,0);
}
.bpgPhoto:hover .btShowTitle {
-webkit-transform: translate3d(0,20px,0);
-moz-transform: translate3d(0,20px,0);
-ms-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
-webkit-transition: all 320ms ease;
-moz-transition: all 320ms ease;
transition: all 320ms ease;
color: #fff;
z-index: 4;
background-color: #f37800;
opacity: .9;
-webkit-filter: alpha(opacity=90);
filter: alpha(opacity=90);
}
.psPane p {
margin: 0 0 14px;
}
.psPane h4 {
margin: 0 0 5px;
padding: 0;
color: #000;
font-size: 14px;
font-weight: 700;
line-height: 1.15;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
p.psLocation {
font-size: 11px;
font-weight: 400;
line-height: 1.1;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.psBtn a {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 10px;
color: #fff;
background-color: #f37800;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
.psBtn a:hover {
background-color: #333;
}
.psBtn a:after {
content: '\f105';
display: inline-block;
margin: 0 0 0 3px;
font: 400 13px/1.1 FontAwesome;
vertical-align: -2%;
}
.psItem[data-cat]:before {
content: attr(data-cat);
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 4;
padding: 3px 5px;
background-color: #000;
color: #fff;
font: 11px/13px arial;
}
.btShowTitle strong {
display: block;
font-size: 14px;
font-weight: 700;
font-family: Raleway,arial,sans-serif;
margin: 0 0 4px;
}
.btShowTitle strong,
.btShowTitleCaptionTxt,
.btShowTitleCaptionTxt span {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.btShowTitle span a {
display: none;
}
.btShowTitleCaptionTxt span {
display: block;
}
.btTabs {
margin: 0 0 30px;
}
.tabsHeader {
background-color: #e8e8e8;
list-style: none;
display: block;
margin: 0;
padding: 0;
}
.bt_content ul.tabsHeader {
margin: 0;
}
.tabsHeader li {
display: block;
float: left;
border-left: 1px solid #d2d2d2;
}
.bt_content ul.tabsHeader li {
clear: none;
margin-bottom: 0;
}
.bt_content ul.tabsHeader li:before {
display: none;
}
.tabsHeader li span {
cursor: pointer;
display: block;
font-size: 16px;
line-height: 1.1;
font-family: Raleway,arial,sans-serif;
font-weight: 400;
color: #333;
background-color: transparent;
padding: 16px 19px;
position: relative;
-webkit-box-shadow: 0 1px 0 transparent inset;
box-shadow: 0 1px 0 transparent inset;
}
.tabsHeader li span:before {
content: ' ';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 4px;
background-color: #f37800;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.tabsHeader li.slick-active span {
background-color: #fff;
}
.tabsHeader li.slick-active span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 240ms ease;
-moz-transition: all 240ms ease;
transition: all 240ms ease;
}
.tabsHeader li span:hover {
background-color: #fff;
-webkit-box-shadow: 0 1px 0 #d2d2d2 inset;
box-shadow: 0 1px 0 #d2d2d2 inset;
}
.tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
}
.tabPane {
padding: 28px 28px 20px;
}
.tabsHeader .slick-track {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.tabAccordionTitle {
display: none;
}
.tabsVertical .tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
border-top: 1px solid #d2d2d2;
}
.tabsVertical .tabAccordionTitle {
display: block;
padding: 0;
font-size: 16px;
line-height: 1.1;
background-color: #e8e8e8;
margin: 0;
cursor: pointer;
position: relative;
}
.tabsVertical .tabAccordionTitle:hover {
background-color: #f2f2f2;
}
.tabsVertical .tabPane .tabAccordionTitle {
border-top: 1px solid #d2d2d2;
}
.tabsVertical .tabPane:first-child .tabAccordionTitle {
border-top: none;
}
.tabsVertical .tabAccordionTitle span {
display: inline-block;
padding: 17px 20px 14px 66px;
position: relative;
}
.tabsVertical .tabAccordionTitle span:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background-color: #f37800;
margin: -1px 0 0 -1px;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabsVertical .tabAccordionTitle.on span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.tabsVertical .tabAccordionTitle:before {
display: block;
position: absolute;
margin: 0;
top: 8px;
left: 20px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #fff;
vertical-align: middle;
text-align: center;
content: '\e641';
font: normal 18px/35px reconstruction;
color: #4f4f4f;
}
.tabsVertical .tabAccordionTitle.on {
color: #000;
background-color: #fff;
}
.tabsVertical .tabAccordionTitle.on:before {
color: #fff;
background-color: #f37800;
content: '\e638';
}
.tabsVertical .tabPane {
padding: 0;
}
.tabsVertical .tabAccordionContent {
padding: 22px 28px 20px;
display: none;
}
.tabsVertical .tabsHeader {
display: none;
}
.tabAccordionContent p:last-child {
margin-bottom: 0;
}
.boldArticle header {
background-color: #e8e8e8;
padding: 0 32px 20px;
}
.boldArticle .portfolioBody header.header {
margin: 0 0 5px;
padding: 0;
background-color: transparent;
}
.boldArticle .portfolioBody header.header .h2content {
padding: 0;
}
.articleListItem.boldArticle header {
float: left;
clear: left;
max-width: 72%;
margin: 0 10px 0 0;
}
.articleListItem.boldArticle.wPhoto header {
float: none;
margin: 0;
max-width: none;
}
.articleListItem.boldArticle.wPhoto.sticky .boldPhotoBox:after {
content: '\e657';
display: block;
position: absolute;
z-index: 5;
top: 4px;
right: 4px;
padding: 12px;
background-color: rgba(255,255,255,.3);
color: #fff;
font: normal 18px/1 reconstruction;
}
.articleListItem {
background-color: #e8e8e8;
}
.boldArticle.articleListItem {
margin: 0 0 55px;
}
.boldArticle header h1 {
margin: 0 0 20px;
}
.boldArticle.articleListItem header h2 {
font-size: 40px;
font-weight: 700;
margin: 0 0 20px;
color: #333;
}
.boldArticle.articleListItem header h2 a {
color: #333;
}
.boldArticle.articleListItem header h2 a:hover {
color: #f37800;
}
.boldArticle .header.topDash .dash {
padding: 18px 0 0;
}
.boldArticle.articleListItem .header.topDash .dash {
padding: 20px 0 5px;
}
.boldArticle.articleListItem.wPhoto .header.topDash .dash {
margin: -5px 0 0;
padding: 22px 0 5px;
}
.boldArticle .header p.boldSubTitle {
color: #464646;
}
.boldArticle .header p.boldSubTitle a,
.bgiTxt .boldArticleMeta a {
display: inline-block;
line-height: 1.4;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 0 10px;
}
p.boldSubTitle a:hover,
.bgiTxt .boldArticleMeta a:hover {
color: #999;
}
.boldArticle .header p.boldSubTitle a:before,
.bgiTxt .boldArticleMeta a:before {
content: ' ';
display: block;
float: left;
color: #c2c2c2;
margin: -3px 10px;
width: 1px;
height: 1.85em;
border-left: 1px solid #c2c2c2;
}
.boldArticle .header p.boldSubTitle {
margin-bottom: 10px;
}
a.boldArticleCategory {
color: #666;
}
a.boldArticleCategory:hover {
color: #999;
}
a.boldArticleComments {
color: #999;
}
a.boldArticleComments:hover,
.bgiTxt .boldArticleMeta a:hover {
color: #333;
}
a.boldArticleComments:after {
content: '\e614';
font: normal 18px/1 reconstruction;
display: block;
float: left;
margin: 0 5px -3px 0;
color: #f37800;
}
.single-post .boldArticle .boldPhotoBox {
margin: 0 0 45px;
}
.single-post .boldArticle .boldArticleBody {
padding: 0 30px 15px;
margin: 0 0 30px;
border-bottom: 1px solid #b1b1b1;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 30px 15px;
clear: left;
}
.boldArticleBody a:hover {
text-decoration: underline;
}
.boldArticleBody.portfolioBody {
padding: 30px;
}
.boldArticleBody.portfolioBody.wArticleMeta {
padding: 30px 30px 30px 260px;
float: left;
width: 100%;
}
.articleListItem .boldArticleBody.divider:before {
content: ' ';
display: block;
height: 1px;
background-color: #c5c5c5;
margin: -10px -10px 25px;
position: relative;
z-index: 2;
}
.rowItem.tagsRowItem,
.rowItem.shareRowItem {
padding: 0 10px 25px;
}
.neighboringArticles {
position: relative;
margin: 0 0 85px;
padding: 35px 0 0;
border-top: 1px solid #d2d2d2;
}
.neighbor {
width: 50%;
}
.neighbor.onLeft {
float: left;
padding: 0 10px 0 0;
}
.neighbor.onRight {
float: right;
padding: 0 0 0 10px;
}
.neighbor h4.nbs {
position: relative;
top: auto;
left: auto;
right: auto;
margin: 0;
}
.neighbor.onRight h4.nbs {
float: right;
}
.comment-form {
padding: 30px 12%;
}
.mediaBox img {
display: block;
width: 100%;
height: auto;
}
p.form-submit {
text-align: center;
}
.boldArticle .socialRow a {
width: 34px;
height: 34px;
display: inline-block;
text-align: center;
background-color: #e8e8e8;
color: #999;
border: 1px solid #e8e8e8;
border-radius: 50%;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.boldArticle .socialRow a:hover {
-webkit-transform: scale3d(1.12,1.12,1);
-moz-transform: scale3d(1.12,1.12,1);
-ms-transform: scale3d(1.12,1.12,1);
transform: scale3d(1.12,1.12,1);
border: 1px solid #333;
color: #333;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.boldArticle .socialRow a:before {
display: inline-block;
font: normal 16px/33px FontAwesome;
}
.boldArticle .socialRow a:before {
content: attr(data-icon-fa);
}
.cellRight .socialRow a,
.articleListItem footer .socialRow a {
margin: 0 0 0 8px;
}
.cellLeft .socialRow a {
margin: 0 7px 0 0;
}
.articleSideGutter {
float: right;
display: table;
position: relative;
z-index: 4;
margin: 0;
max-width: 26%;
}
.wPhoto .articleSideGutter {
margin: -55px 0 0;
}
.asgItem {
display: table-cell;
vertical-align: middle;
}
.asgItem.avatar {
width: 55px;
min-width: 55px;
}
.asgItem.avatar img {
display: block;
height: 55px;
margin: 0;
width: auto;
}
.asgItem.posted {
background-color: rgba(255,255,255,.75);
padding: 4px 15px;
font-size: 12px;
color: #333;
font-weight: 700;
line-height: 1.1;
text-align: right;
text-transform: uppercase;
border-right: 1px solid rgba(0,0,0,.2);
}
.asgItem.posted a {
color: #333;
}
.asgItem.posted a:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.articleListItem footer {
padding: 3px 30px 20px;
clear: left;
}
.articleListItem footer .socialRow {
float: right;
}
.articleListItem footer .socialRow a {
background-color: #fff;
border: 1px solid #fff;
} .portfolioItem .header .socialRow a {
background-color: #f37800;
border: 1px solid #f37800;
color: #fff;
width: 34px;
height: 34px;
font-size: 18px;
line-height: 30px;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
}
.portfolioItem .header .socialRow a:hover {
border: none;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
transform: none;
background-color: #f37800;
color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.articleListItem footer .socialRow a:hover {
border: 1px solid #333;
}
.portfolioItem .socialRow {
padding: 20px 0 0;
border-top: 1px solid #B1B1B1;
}
.portfolioItem .socialRow a {
margin: 0 7px 0 0;
}
p.boldContinue {
color: #333;
padding: 11px 0 0;
margin: 0;
font-family: Raleway,arial,sans-serif;
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}
p.boldContinue a {
color: #333;
}
p.boldContinue a:hover {
color: #f37800;
}
.boldPhotoBox blockquote,
.wBoldLink {
display: block;
overflow: hidden;
padding: 1.7em 1.1em;
text-align: center;
background-color: #f37800;
color: #fff;
margin: 0;
font-family: Roboto;
}
.wBoldLink {
padding: 2.4em 1.5em;
}
.boldPhotoBox blockquote p {
font-size: 2em;
font-weight: 100;
font-style: italic;
line-height: 1.3;
margin: 0 0 1em;
}
.boldPhotoBox blockquote cite {
display: inline-block;
border-top: 4px solid #fff;
font-size: 12px;
font-style: normal;
font-weight: 800;
line-height: 1;
padding: 5px 0 0;
text-transform: uppercase;
}
.bUrl {
display: inline-block;
clear: left;
margin: 15px 0 0;
color: #fff;
font-size: 15px;
font-style: normal;
font-weight: 400;
}
.bqIcon:before,
.wBoldLink span.ico:before {
font: normal 3.5em/1 reconstruction;
display: block;
margin: 0 auto .2em;
color: #fff;
content: attr(data-icon);
}
.wBoldLink span.ico:before {
font: normal 4.75em/1 reconstruction;
}
.boldPhotoBox .wBoldLink strong {
display: block;
font-size: 2em;
line-height: 1;
font-weight: 300;
color: #fff;
}
.bUrl:hover,
.boldPhotoBox .wBoldLink strong:hover {
opacity: .7;
-webkit-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.btPortfolioHeaderPort {
float: left;
padding: 0 10px 0 0;
max-width: 60%;
}
.slidedItem .portfolioArticle {
bottom: 30px;
left: 26px;
position: absolute;
right: 240px;
z-index: 4;
text-align: left;
}
.paging.onRight {
float: right;
}
.paging.onLeft {
float: left;
}
.paging a {
font-family: Raleway,arial,sans-serif;
font-weight: 700;
text-transform: uppercase;
display: block;
color: #999;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.paging a:hover {
color: #333;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.paging a:after {
width: 35px;
height: 35px;
display: block;
text-align: center;
background-color: #999;
color: #fff;
font: normal 20px/34px reconstruction;
border-radius: 50%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.paging a:hover:after {
background-color: #f37800;
-webkit-transition: all 220ms ease;
-moz-transition: all 220ms ease;
transition: all 220ms ease;
}
.pageNext a:after {
content: '\e606';
float: right;
margin: -8px 0 0 8px;
}
.pagePrev a:after {
content: '\e606';
float: left;
margin: -8px 8px 0 0;
}
.pagePrev a:after {
content: '\e605';
}
div[id^='map_canvas'] {
border: 20px solid #f1f1f1;
}
div[id^='map_canvas'] img {
max-width: none;
}
.form-submit input[type="submit"] {
display: none;
}
.commentsBox {
text-align: center;
}
.commentsBox .pcItem,
.comment-notes {
text-align: left;
}
.widget_sp_image .mediaBox {
padding: 0 25% 0 0;
margin: 0 0 20px;
}
aside .widget_sp_image .mediaBox {
padding: 0;
margin: 0;
}
.widget_sp_image-description {
font-size: 12px;
line-height: 1.5;
}
aside .widget_sp_image-description {
background-color: #e8e8e8;
padding: 15px 15px 10px;
}
.widget_sp_image-description p {
margin: 0 0 10px;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory,
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments {
color: #fff;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleCategory:hover {
color: #F37800;
}
.fullScreen .boldSubTitle.boldArticleMeta a:hover {
color: #fff;
}
.fullScreen .boldSubTitle.boldArticleMeta a:before {
display: inline-block;
width: 5px;
height: 5px;
background-color: #F37800;
content: ' ';
margin: 0 7px;
border-radius: 50%;
vertical-align: middle;
}
.fullScreen .boldSubTitle.boldArticleMeta a.boldArticleComments:after {
content: '\e614';
display: inline-block;
font: normal 14px/1 reconstruction;
color: #F37800;
margin: 0 0 0 4px;
float: none;
}
input.wpcf7-submit {
border: none;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1;
font-weight: 700;
padding: 14px 25px;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.15) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.15) inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
color: #fff;
background-color: #f37800;
position: relative;
z-index: 2;
}
input.wpcf7-submit:hover {
color: #333;
background-color: #e8e8e8;
}
.gridItem {
background-color: #fff;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
}
.tilesWall.classic {
margin: 2px 0 2px 2px;
}
.tilesWall.classic .gridItem:after {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
pointer-events: none;
outline: 2px solid #fff;
outline-offset: -2px;
z-index: 3;
content: ' ';
}
.bgiTxt {
display: block;
position: relative;
padding: 20px;
margin: 0;
}
.tilesWall .bgiTxt {
background-color: #E8E8E8;
}
.tilesWall.classic .bgiTxt {
background-color: #E8E8E8;
}
.tilesWall.classic .gridItem .bpbItem {
overflow: hidden;
background-color: #E8E8E8;
}
.no-touch .tilesWall.classic .gridItem .bpbItem img {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.no-touch .tilesWall.classic .gridItem:hover .bpbItem img {
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1);
-ms-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
opacity: .6;
-webkit-filter: alpha(opacity=60);
filter: alpha(opacity=60);
-webkit-transition: all 280ms ease;
-moz-transition: all 280ms ease;
transition: all 280ms ease;
}
.bgiTxt h2 {
clear: left;
display: inline-block;
margin: 0 0 12px;
font-size: 18px;
}
.bgiTxt h2 a {
color: #333;
}
.bgiTxt h2 a:hover {
color: #F37800;
}
p.bgiCat {
font-family: Raleway,arial,sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0 0 15px;
}
.tilesWall.classic p.bgiCat {
font-family: Raleway,arial,sans-serif;
font-size: 13px;
font-weight: 400;
margin: 0 0 5px;
}
.tilesWall.classic p.bgiCat a {
color: #333;
}
.tilesWall.classic p.bgiCat a:hover {
color: #F37800;
}
.bgiTxt h2:before {
content: ' ';
position: absolute;
display: block;
left: 0;
top: 0;
z-index: 5;
margin: -5px 0 0;
height: 5px;
background-color: #F37800;
}
.btGridShare a {
display: block;
float: left;
margin: 0 5px 0 0;
}
.btGridShare a:before {
display: block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #F37800;
color: #fff;
font-family: FontAwesome;
font-weight: normal;
line-height: 24px;
font-size: 14px;
text-align: center;
content: attr(data-icon-fa);
-webkit-box-shadow: 0 0 0 0 #fff inset;
box-shadow: 0 0 0 0 #fff inset;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btGridShare a:hover:before {
-webkit-box-shadow: 0 0 0 .75em #fff inset;
box-shadow: 0 0 0 .75em #fff inset;
color: #F37800;
background-color: #fff;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
transition: all 250ms ease;
}
.btGridShare {
clear: left;
padding: 10px 0 0;
border-top: 1px solid #c2c2c2;
} .ui-slider {
position: relative;
text-align: left;
background: #eee;
}
.ui-slider .ui-slider-handle {
display: block;
position: absolute;
z-index: 2;
width: 20px;
height: 20px;
cursor: default;
-ms-touch-action: none;
touch-action: none;
background: #F37800;
border-radius: 50%;
cursor: w-resize;
}
.ui-slider .ui-slider-handle:before {
content: ' ';
display: block;
width: 20px;
height: 20px;
border: 3px solid #fff;
border-radius: 50%;
}
.ui-slider .ui-slider-handle.ui-state-active {
background-color: #F37800;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.btQuoteTotal {
font-weight: bold;
}
.btQuoteTotalText {
margin-right: 1em;
}
.btQuoteTotalCurrency {
opacity: .5;
-webkit-filter: alpha(opacity=50);
filter: alpha(opacity=50);
}
.btQuoteTotalCalc {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.btQuoteBooking {
margin: 0;
}
.btQuoteItem {
padding: 0 0 0 170px;
margin: 0 0 30px;
}
.btQuoteItem label {
display: block;
float: left;
margin: 8px 0 0 -170px;
}
.btQuoteSlider {
float: left;
margin: 14px 1% 0;
width: 98%;
}
.btQuoteItemInput {
text-align: center;
}
.btQuoteSliderValue {
background-color: #ccc;
border-radius: 3px;
clear: left;
color: #fff;
display: block;
float: left;
font-size: 11px;
font-weight: 700;
line-height: 1;
min-width: 30px;
padding: 5px 10px;
margin-top: 4px;
margin-left: 9px;
position: relative;
text-align: center;
-webkit-transform: translate3d(-50%,0,0);
-moz-transform: translate3d(-50%,0,0);
-ms-transform: translate3d(-50%,0,0);
transform: translate3d(-50%,0,0);
}
.btQuoteSliderValue:before {
content: ' ';
display: block;
position: absolute;
left: 50%;
top: 0;
width: 0;
height: 0;
margin: -4px 0 0 -4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid #ccc;
}
.btQuoteItem .fancy-select .trigger {
text-align: left;
color: #b4b4b4;
}
.btQuoteItem .fancy-select .trigger.selected {
color: #333;
}
.btQuoteTotal {
padding: 0 0 8px;
margin: 0 0 10px;
text-align: right;
border-bottom: 4px solid #F37800;
}
.btQuoteTotalCurrency {
padding: 0 4px 0 0;
font-size: 14px;
}
.btQuoteTotalCurrency,
.btQuoteTotalCalc {
font-size: 22px;
}
.btQuoteTotalCalc {
color: #F37800;
}
.btQuoteItem ul.options {
text-align: left;
}
.btQuoteContact {
margin: 0 -10px;
}
.btQuoteContact .btQuoteItem {
padding: 0 10px;
float: left;
width: 50%;
}
.btQuoteContact .btQuoteItem:nth-child(odd) {
clear: left;
}
.btQuoteItem.btQuoteItemFullWidth {
float: none;
width: auto;
}
.btQuoteContact .boldBtn {
clear: left;
margin: 0 0 10px 10px;
}
.btContactFieldMandatory input,
.btContactFieldMandatory .trigger {
border: 1px solid #ccc;
}
.btContactFieldMandatory.btContactFieldError input,
.btContactFieldMandatory.btContactFieldError .trigger {
border: 1px solid #f37800;
}
.btSubmitMessage {
margin-left: 10px;
color: #f37800;
font-weight: 600;
}
.ui-datepicker-header {
display: block;
padding: 10px;
overflow: hidden;
background-color: rgba(0,0,0,.1);
}
table.ui-datepicker-calendar {
width: 100%;
text-align: center;
border-collapse: collapse;
margin: 0;
padding: 0;
line-height: 1.2;
background-color: #f2f2f2;
}
table.ui-datepicker-calendar th {
padding: 10px 8px;
font-size: 14px;
font-weight: 600;
color: #333;
}
a.ui-datepicker-prev,
a.ui-datepicker-next {
display: block;
font-size: 11px;
font-weight: 700;
line-height: 1.1;
color: #f0f0f0;
background-color: #F37800;
border-radius: 2px;
padding: 2px 4px;
text-transform: uppercase;
cursor: pointer;
}
a.ui-datepicker-prev {
float: left;
}
.ui-datepicker-next {
float: right;
}
a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
background-color: #da6c00;
}
.ui-datepicker-title {
text-align: center;
font-size: 14px;
line-height: 1.1;
font-weight: 600;
color: #555;
}
#ui-datepicker-div {
background-color: #f2f2f2;
}
table.ui-datepicker-calendar td {
font-size: 12px;
font-weight: 500;
line-height: 1;
padding: .3em;
}
table.ui-datepicker-calendar tr:nth-child(odd) td {
background-color: rgba(255,255,255,.6);
}
table.ui-datepicker-calendar td a {
color: #666;
}
table.ui-datepicker-calendar td a:hover {
color: #F37800;
}
.btPriceTable {
text-align: center;
margin: 0 0 30px;
}
.btPriceTable .ptHeader {
padding: 16px 22px;
position: relative;
background-color: #ececec;
color: #F37800;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 1px 0 rgba(0,0,0,.1) inset;
}
.btPriceTable .ptHeader h3 {
font-size: 22px;
line-height: 1.1;
margin: 0;
font-weight: 700;
display: inline-block;
position: relative;
}
.btPriceTable .ptHeader h3:before {
content: ' ';
height: 4px;
background-color: #F37800;
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
margin-top: -16px;
}
.ptSticker {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0;
z-index: 2;
text-align: center;
}
.ptSticker span {
display: inline-block;
padding: .2em .5em;
font-size: .9em;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
border-radius: 8px;
border: 2px solid #f37800;
background-color: #fff;
-webkit-transform: translateY(55%);
-ms-transform: translateY(55%);
-moz-transform: translateY(55%);
transform: translateY(55%);
}
p.ptPrice {
padding: .55em .5em;
font-size: 4.2em;
font-weight: 100;
line-height: 1;
margin: 0;
text-align: center;
background-color: #F37800;
color: #fff;
-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
p.ptPrice span {
font-size: 70%;
vertical-align: text-top;
margin: 0 0 0 -.8em;
}
.btPriceTable ul {
display: block;
list-style: none;
background-color: #fff;
margin: 0;
padding: 0;
}
.btPriceTable ul li {
display: block;
padding: 12px 8px;
font-size: 16px;
line-height: 1.2;
}
.btPriceTable ul li:nth-child(odd) {
background-color: rgba(0,0,0,.05);
}
.btPriceTable ul li:before {
content: '';
}
.ptFooter a {
color: #fff;
display: block;
padding: .75em .2em;
font-size: 1em;
font-weight: 800;
background-color: #B1B1B1;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.2) inset;
}
.ptFooter a:hover {
background-color: #f37800;
}
.boldArticleHeader .socialRow {
clear: both;
}
.noPhoto .boldArticleHeader {
margin-bottom: 45px;
}
.boldGetInfo {
cursor: pointer;
display: block;
position: absolute;
z-index: 5;
bottom: 16px;
left: 20px;
width: 36px;
height: 36px;
font: normal 16px/35px FontAwesome;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(122,122,122,.7);
color: rgba(122,122,122,.7);
border-radius: 50%;
}
.boldGetInfo:before {
content: '\f129';
display: inline-block;
}
.boldGetInfo:hover {
color: #f37800;
border: 1px solid #fff;
}
.boldGetInfo.on {
color: #f37800;
border: 1px solid #999;
z-index: 7;
}
.boldInfoBar {
display: table;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: 6;
background-color: #EAEAEA;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 260ms ease;
-moz-transition: transform 260ms ease;
transition: transform 260ms ease;
}
.boldInfoBar.open {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 260ms ease;
-moz-transition: transform 260ms ease;
transition: transform 260ms ease;
}
.boldInfoBarMeta {
display: table-cell;
vertical-align: middle;
padding: 20px 0 20px 65px;
text-align: left;
}
.boldInfoBarMeta p {
display: inline-block;
margin: 0 0 0 15px;
font-weight: 400;
color: #333;
text-transform: uppercase;
}
.boldInfoBarMeta p strong {
color: #f37800;
padding: 0 4px 0 0;
}
.boldInfoBar .socialRow {
display: table-cell;
vertical-align: middle;
text-align: right;
padding: 15px 20px 15px 0;
}
.boldInfoBar .socialRow a {
display: inline-block;
float: none;
letter-spacing: 0;
margin: 0 0 0 7px;
}
.post-password-form input[type="password"] {
background: #ddd;
margin-bottom: 21px;
}  .wp-block-separator {
margin: 1em auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
border-bottom: 1px solid #8f98a1;
} p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 0;
line-height: .7;
font-weight: 500;
}
p.has-drop-cap {
line-height: 1.2;
}
p.has-background {
border-radius: 0;
}
p.has-large-font-size {
line-height: 1.2;
}
em {
line-height: 1;
} .wp-block-quote p {
font-size: 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 1.3em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
text-align: center;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-file .wp-block-file__button {
border-radius: none;
}
.wp-block-button__link {
font-size: .8em;
padding: .8em 2.2em;
font-weight: 500;
color: #fff !important;
}
.wp-block-button__link:hover {
color: #c8ba7b !important;
}
.wp-block-button {
margin-bottom: 1em !important;
}
.wp-block-button.alignnone {
text-align: inherit !important;
} .wp-block-table.is-style-stripes td {
border-color: rgba(0,0,0,.07);
} .btNoSidebar .alignfull {
width: 100vw;
margin-left: -webkit-calc(-50vw + 600px);
margin-left: -moz-calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-left: calc(-50vw + 600px);
margin-right: -webkit-calc(-50vw + 600px);
margin-right: -moz-calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
margin-right: calc(-50vw + 600px);
max-width: 100vw;
} .wp-block-gallery {
margin: 0;
} .screen-reader-text {
border: 0;
clip: rect(1px,1px,1px,1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
@media (min-width: 1201px) {
.boldSection:not(.gutter) .boldRow {
margin: 0 -30px;
}
}
@media (max-width: 1300px) {
.btSlideGutter {
padding: 10px 60px 20px;
}
.bt_sidebar {
width: 280px;
}
.sidebarRight .contentHolder {
padding: 40px 280px 60px 0;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -280px 0 -100%;
padding: 0 0 0 30px;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 280px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -280px;
padding: 0 30px 0 0;
}
}
.btIsMobile.menuOn .pageWrap {
-webkit-transform: translate3d(-270px,0,0);
-moz-transform: translate3d(-270px,0,0);
-ms-transform: translate3d(-270px,0,0);
transform: translate3d(-270px,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btIsMobile.menuOn {
position: relative;
overflow: hidden;
}
.btIsMobile.menuOn .menuPort {
opacity: 1;
}
.btIsMobile.menuOn .menuTrigger {
background-color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile.menuOn .menuTrigger:before {
color: #fff;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .boldSection:not(.gutter) .boldRow {
margin: 0;
}
.btIsMobile html.hasGhost:not(.removeGhost):not(.touch) {
margin-right: 0;
}
.btIsMobile .pageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btIsMobile .port,
.btIsMobile .uniGutter,
.btIsMobile .bclPort {
width: auto;
margin: 0;
}
.btIsMobile .search .bt_content,
.btIsMobile .blog .bt_content {
width: auto;
float: none;
max-width: none;
margin-left: 20px;
margin-right: 20px;
}
.btIsMobile .gutter .port {
margin: 0 20px;
max-width: none;
}
.btIsMobile .gutter .port .port {
margin: 0;
}
.btIsMobile .boldArticle.gutter.post .port {
margin: 0;
}
.btIsMobile .contentHolder {
margin: 0;
width: auto;
}
.btIsMobile .sidebarRight .contentHolder {
margin: 0 20px;
}
.btIsMobile .sidebarLeft .contentHolder {
margin: 0 20px;
}
.btIsMobile .search .noSidebar .contentHolder {
width: auto;
}
.btIsMobile .wSlider .rowItem {
padding: 0;
}
.btIsMobile .btSlideGutter {
width: auto;
}
.btIsMobile .boldSection.fullScreen.gutter .port {
width: 100%;
padding: 0 10px;
}
.btIsMobile .port.wSlider .slided h4.nbs a span {
display: none;
}
.btIsMobile .slided h4.nsPrev {
left: 0;
}
.btIsMobile .slided h4.nsNext {
right: 0;
}
.btIsMobile .menuPort {
float: none;
clear: left;
position: fixed;
overflow-y: auto;
width: 270px;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
opacity: 1;
background-color: #F37800;
}
.btIsMobile .menuTrigger {
display: block;
float: right;
margin: 7px -4px -15px 0;
cursor: pointer;
padding: 3px 6px;
background-color: #fff;
border-radius: 3px;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .menuTrigger:before {
content: '\e654';
display: block;
font: normal 38px/1 reconstruction;
color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.btIsMobile .pageWrap {
position: relative;
z-index: 2;
background-color: #fff;
}
.btIsMobile .menuPort ul {
list-stlye: none;
display: block;
margin: 0;
padding: 0;
}
.btIsMobile .menuPort ul ul {
background-color: rgba(0,0,0,.1);
}
.btIsMobile .menuPort ul li {
display: block;
border-top: 1px solid rgba(255,255,255,.15);
color: #fff;
font-size: 14px;
line-height: 1.15;
font-weight: 400;
position: relative;
}
.btIsMobile .menuPort ul li:first-child {
border-top: none;
}
.btIsMobile .menuPort ul li a {
display: block;
padding: 14px 50px 14px 20px;
color: #fff;
}
.btIsMobile .subToggler {
display: block;
cursor: pointer;
position: absolute;
top: 10px;
right: 8px;
margin: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: rgba(255,255,255,.95);
color: #F37800;
text-align: center;
vertical-align: middle;
line-height: 26px;
vertical-align: middle;
}
.btIsMobile .subToggler:before {
display: inline-block;
vertical-align: middle;
content: '\e62e';
font: normal 22px/1 reconstruction;
}
.btIsMobile .subToggler.on:before {
content: '\e631';
}
.btIsMobile .socPack {
float: left;
position: relative;
z-index: 2;
margin: 0 0 0 4px;
}
.btIsMobile .iconsToggler {
cursor: pointer;
}
.btIsMobile .iconsToggler:before {
display: inline-block;
font-family: reconstruction;
}
.btIsMobile .iconsToggler.social:before {
content: '\e655';
}
.btIsMobile .iconsToggler.contactInfo:before {
content: '\e656';
}
.btIsMobile .iconsPane,
.btIsMobile .footerIconsPane {
position: absolute;
top: auto;
left: 50%;
margin: 36px 0 0 -21px;
width: 42px;
padding: 0 0 3px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: -5;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .footerIconsPane {
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
bottom: 5px;
top: auto;
z-index: 2;
}
.btIsMobile .shown .iconsPane,
.btIsMobile .shown .footerIconsPane {
z-index: 2;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .iconsPane.contactIcons {
right: -5px;
border-radius: 3px;
width: 220px;
padding: 5px;
left: auto;
}
.btIsMobile .socPackFooter {
position: relative;
}
.btIsMobile .topTools.ttRight .iconsPane .ico,
.btIsMobile .articleListItem footer .socialRow .footerIconsPane a {
width: 34px;
margin: 5px auto 0;
float: none;
overflow: hidden;
display: block;
}
.btIsMobile .topTools.ttRight .iconsPane .ico:first-child {
margin: 3px auto 0;
}
.btIsMobile .topTools.ttRight .iconsPane.contactIcons .ico {
width: auto;
}
.btIsMobile .iconsPane.contactIcons .ico a:before {
float: right;
}
.btIsMobile .iconsPane.contactIcons .ico a strong,
.btIsMobile .iconsPane.contactIcons .ico a span {
display: block;
float: right;
margin: 0 7px 0 8px;
max-width: 153px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.btIsMobile .topMenuMobile {
float: left;
}
.btIsMobile .tmmPane {
background-color: #e0e0e0;
display: block;
left: 0;
margin: 43px 0 0;
padding: 5px 13px;
position: absolute;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .shown .tmmPane {
z-index: 1;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btIsMobile .tmmToggler {
cursor: pointer;
display: block;
float: left;
padding: 5px 5px 5px 0;
}
.btIsMobile .tmmToggler:before {
content: '\f0c9';
font: normal 24px/1 FontAwesome;
word-spacing: -3px;
display: block;
color: #888;
}
.btIsMobile .shown .tmmToggler:before,
.btIsMobile .shown .tmmToggler:hover:before {
color: #F37800;
}
.btIsMobile .tmmToggler:hover:before {
color: #333;
}
.btIsMobile .mainHeader .topTools .topMenuMobile .ico {
float: none;
margin: 10px 0;
}
.btIsMobile .slided .slick-dots {
left: 20px;
margin: 0;
right: 20px;
text-align: center;
width: auto;
z-index: 2;
}
.btIsMobile .rowItem.btLeftBorder {
border-left: none;
}
.btIsMobile .rowItem.btRightBorder {
border-right: none;
}
.btIsMobile .bclPort .slick-list {
margin: 0 25px;
}
.btIsMobile .gallery-item {
width: 100% !important;
max-width: 100% !important;
}
@media (max-width: 1200px) {
html.hasGhost:not(.removeGhost):not(.touch) {
margin-right: 0;
}
.pageWrap {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.menuOn .pageWrap {
-webkit-transform: translate3d(-270px,0,0);
-moz-transform: translate3d(-270px,0,0);
-ms-transform: translate3d(-270px,0,0);
transform: translate3d(-270px,0,0);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.port,
.uniGutter,
.bclPort {
width: auto;
margin: 0;
}
.search .bt_content,
.bt_content {
width: auto;
float: none;
max-width: none;
}
.gutter .port {
margin: 0 20px;
}
.gutter .port .port {
margin: 0;
}
.boldArticle.gutter.post .port {
margin: 0;
}
.contentHolder {
margin: 0;
width: auto;
}
.sidebarRight .contentHolder {
margin: 0 20px;
}
.sidebarLeft .contentHolder {
margin: 0 20px;
}
.search .noSidebar .contentHolder {
width: auto;
}
.wSlider .rowItem {
padding: 0;
}
.btSlideGutter {
width: auto;
margin: 0 80px;
}
.boldSection.fullScreen.gutter .port {
width: 100%;
padding: 0 10px;
}
.btSlidePane {
width: 66%;
}
.port.wSlider .slided h4.nbs a span {
display: none;
}
.slided h4.nsPrev {
left: 0;
}
.slided h4.nsNext {
right: 0;
}
.bt_sidebar {
width: 280px;
}
.sidebarRight .contentHolder {
padding: 40px 280px 60px 0;
}
.sidebarRight .bt_sidebar {
float: right;
margin: 0 -280px 0 -100%;
padding: 0 0 0 30px;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 280px;
}
.sidebarLeft .bt_sidebar {
float: left;
margin: 0 -100% 0 -280px;
padding: 0 30px 0 0;
}
body.menuOn {
position: relative;
overflow: hidden;
}
.menuPort {
float: none;
clear: left;
position: fixed;
overflow-y: auto;
width: 270px;
top: 0;
bottom: 0;
right: 0;
z-index: 1;
opacity: 0;
background-color: #F37800;
}
body.menuOn .menuPort {
opacity: 1;
}
.menuTrigger {
display: block;
float: right;
margin: 7px -4px -15px 0;
cursor: pointer;
padding: 3px 6px;
background-color: #fff;
border-radius: 3px;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuOn .menuTrigger {
background-color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuTrigger:before {
content: '\e654';
display: block;
font: normal 38px/1 reconstruction;
color: #F37800;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.menuOn .menuTrigger:before {
color: #fff;
-webkit-transition: all 350ms;
-moz-transition: all 350ms;
transition: all 350ms;
}
.pageWrap {
position: relative;
z-index: 2;
background-color: #fff;
}
.menuPort ul {
list-stlye: none;
display: block;
margin: 0;
padding: 0;
}
.menuPort ul ul {
background-color: rgba(0,0,0,.1);
}
.menuPort ul li {
display: block;
border-top: 1px solid rgba(255,255,255,.15);
color: #fff;
font-size: 14px;
line-height: 1.15;
font-weight: 400;
position: relative;
}
.menuPort ul li:first-child {
border-top: none;
}
.menuPort ul li a {
display: block;
padding: 14px 50px 14px 20px;
color: #fff;
}
.subToggler {
display: block;
cursor: pointer;
position: absolute;
top: 10px;
right: 8px;
margin: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: rgba(255,255,255,.95);
color: #F37800;
text-align: center;
vertical-align: middle;
line-height: 26px;
vertical-align: middle;
}
.subToggler:before {
display: inline-block;
vertical-align: middle;
content: '\e62e';
font: normal 22px/1 reconstruction;
}
.subToggler.on:before {
content: '\e631';
}
.socPack {
float: left;
position: relative;
z-index: 2;
margin: 0 0 0 4px;
}
.iconsToggler {
cursor: pointer;
}
.iconsToggler:before {
display: inline-block;
font-family: reconstruction;
}
.iconsToggler.social:before {
content: '\e655';
}
.iconsToggler.contactInfo:before {
content: '\e656';
}
.iconsPane,
.footerIconsPane {
position: absolute;
top: auto;
left: 50%;
margin: 36px 0 0 -21px;
width: 42px;
padding: 0 0 3px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: -5;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.footerIconsPane {
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
bottom: 5px;
top: auto;
z-index: 2;
}
.shown .iconsPane,
.shown .footerIconsPane {
z-index: 2;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.iconsPane.contactIcons {
right: -5px;
border-radius: 3px;
width: 220px;
padding: 5px;
left: auto;
}
.socPackFooter {
position: relative;
}
.topTools.ttRight .iconsPane .ico,
.articleListItem footer .socialRow .footerIconsPane a {
width: 34px;
margin: 5px auto 0;
float: none;
overflow: hidden;
display: block;
}
.topTools.ttRight .iconsPane .ico:first-child {
margin: 3px auto 0;
}
.topTools.ttRight .iconsPane.contactIcons .ico {
width: auto;
}
.iconsPane.contactIcons .ico a:before {
float: right;
}
.iconsPane.contactIcons .ico a strong,
.iconsPane.contactIcons .ico a span {
display: block;
float: right;
margin: 0 7px 0 8px;
max-width: 153px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.topMenuMobile {
float: left;
}
.tmmPane {
background-color: #e0e0e0;
display: block;
left: 0;
margin: 43px 0 0;
padding: 5px 13px;
position: absolute;
right: 0;
top: auto;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,60px,0);
-moz-transform: translate3d(0,60px,0);
-ms-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.shown .tmmPane {
z-index: 1;
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.tmmToggler {
cursor: pointer;
display: block;
float: left;
padding: 5px 5px 5px 0;
}
.tmmToggler:before {
content: '\f0c9';
font: normal 24px/1 FontAwesome;
word-spacing: -3px;
display: block;
color: #888;
}
.shown .tmmToggler:before,
.shown .tmmToggler:hover:before {
color: #F37800;
}
.tmmToggler:hover:before {
color: #333;
}
.mainHeader .topTools .topMenuMobile .ico {
float: none;
margin: 10px 0;
}
.slided .slick-dots {
left: 20px;
margin: 0;
right: 20px;
text-align: center;
width: auto;
z-index: 2;
}
.rowItem.btLeftBorder {
border-left: none;
}
.rowItem.btRightBorder {
border-right: none;
}
.bclPort .slick-list {
margin: 0 25px;
}
.gallery-item {
width: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 1024px) {
.tabPanes {
background-color: #fff;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
border-top: 1px solid #d2d2d2;
}
.tabAccordionTitle {
display: block;
padding: 0;
font-size: 16px;
line-height: 1.1;
background-color: #e8e8e8;
margin: 0;
cursor: pointer;
position: relative;
}
.tabAccordionTitle:hover {
background-color: #f2f2f2;
}
.tabPane .tabAccordionTitle {
border-top: 1px solid #d2d2d2;
}
.tabPane:first-child .tabAccordionTitle {
border-top: none;
}
.tabAccordionTitle span {
display: inline-block;
padding: 17px 20px 14px 66px;
position: relative;
}
.tabAccordionTitle span:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background-color: #f37800;
margin: -1px 0 0 -1px;
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
-webkit-transform: scale3d(0,1,1);
-moz-transform: scale3d(0,1,1);
-ms-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabAccordionTitle.on span:before {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: all 250ms;
-moz-transition: all 250ms;
transition: all 250ms;
}
.tabAccordionTitle:before {
display: block;
position: absolute;
margin: 0;
top: 8px;
left: 20px;
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #fff;
vertical-align: middle;
text-align: center;
content: '\e641';
font: normal 18px/35px reconstruction;
color: #4f4f4f;
}
.tabAccordionTitle.on {
color: #000;
background-color: #fff;
}
.tabAccordionTitle.on:before {
color: #fff;
background-color: #f37800;
content: '\e638';
}
.tabPane {
padding: 0;
}
.tabPanes .slick-track {
-webkit-transform: translate3d(0,0,0) !important;
-moz-transform: translate3d(0,0,0) !important;
-ms-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.tabAccordionContent {
padding: 28px 28px 20px;
display: none;
}
.tabPanes .slick-list {
overflow: visible;
height: auto !important;
}
.tabPanes .slick-track {
width: auto !important;
}
.tabsHeader,
.bt_content ul.tabsHeader {
display: none;
}
.tabPane,
.tabPane.slick-slide {
width: auto !important;
height: auto;
float: none;
}
h4.nbs:hover {
background-color: transparent;
}
.boldSection.wBackground.bt_parallax {
background-position: center top !important;
background-size: cover;
}
}
@media (max-width: 992px) {
.cellRight .btImage,
.cellLeft .btImage {
float: none;
}
}
@media (max-width: 860px) {
.boldSiteFooterWidgets .btBox {
width: 50%;
}
.boldSiteFooterWidgets .btBox:nth-child(4n + 1) {
clear: none;
}
.boldSiteFooterWidgets .btBox:nth-child(odd) {
clear: left;
}
.sidebarRight .contentHolder {
padding: 40px 240px 60px 0;
}
.sidebarRight .bt_sidebar {
width: 240px;
margin: 0 -240px 0 -100%;
}
.sidebarLeft .contentHolder {
padding: 40px 0 60px 240px;
}
.sidebarLeft .bt_sidebar {
width: 240px;
margin: 0 -100% 0 -240px;
}
}
@media (max-width: 800px) {
.btSlidePane {
width: 85%;
margin: 0 auto;
}
.btSlideGutter {
margin: 0 56px;
width: auto;
display: block;
padding: 10px 0 20px;
}
.btSlidePane h2 {
font-size: 26px;
}
.verticalPosts .btSingleLatestPostImage {
float: none;
margin: 0 0 20px;
width: auto;
}
.verticalPosts .btSingleLatestPostContent {
display: block;
padding: 0;
}
.cellLeft .servicesItem {
padding-left: 58px;
}
.nsPrev .nbsItem .nbsTitle,
.nsNext .nbsItem .nbsTitle {
margin: 0;
}
.rowItem.tagsRowItem {
float: none;
width: auto;
text-align: center;
}
.rowItem.shareRowItem {
float: none;
width: auto;
text-align: center;
}
.tagsRowItem .boldTags {
text-align: center;
margin: 0 0 12px;
padding: 0;
}
.tagsRowItem .boldTags li {
display: inline-block;
float: none;
margin: 0 2px 3px;
}
.cellRight .socialRow a,
.articleListItem footer .socialRow a {
margin: 0 4px;
}
.post .rowItem.tagsRowItem,
.post .rowItem.shareRowItem {
padding: 0 10px;
}
.post .rowItem.shareRowItem .socialRow {
padding: 12px 0;
border-top: 1px solid #b1b1b1;
}
.single-post .boldArticle .boldArticleBody {
margin: 0 0 20px;
}
.btAboutAuthor {
border: 1px solid #b1b1b1;
display: table;
margin: 30px 0;
width: 100%;
}
}
@media (max-width: 840px) and (min-width: 700px) {
.sidebar .neighbor.onLeft,
.sidebar .neighbor.onRight {
background-color: rgba(0,0,0,.015);
clear: left;
float: none;
overflow: hidden;
width: auto;
}
.sidebar .neighbor.onLeft {
border-bottom: 1px solid rgba(0,0,0,.1);
}
}
@media (max-width: 700px) {
.sidebarRight .contentHolder {
padding: 40px 0 20px 0;
}
.sidebarRight .bt_sidebar {
width: auto;
margin: 0 auto;
float: none;
padding: 0;
clear: both;
}
.sidebarLeft .contentHolder {
padding: 40px 0 20px 0;
}
.sidebarLeft .bt_sidebar {
width: auto;
margin: 0 auto;
float: none;
padding: 0;
}
.ssPort input[type="text"] {
padding: 0 0 10px;
font-size: 48px;
}
.ssPort form {
margin: 120px auto 0;
}
.btCatFilter span {
margin: 5px 0;
padding: 5px 20px 10px;
}
.psCats ul li,
.btCatFilter span {
font-size: 14px;
}
.copyLine {
float: none;
margin: 0 0 10px;
padding: 10px 0;
}
.btFooterMenu {
float: none;
}
.btFooterMenu ul li:first-child a {
padding: 10px 10px 10px 0;
}
.btPortfolioHeaderPort {
float: none;
max-width: none;
padding: 0;
}
dl.articleMeta {
padding: 10px 0;
float: none;
text-align: left;
max-width: none;
}
dl.articleMeta.onBottom {
float: none;
margin: 0;
text-align: left;
width: auto;
padding: 20px 30px 0;
}
.boldArticleBody.portfolioBody.wArticleMeta {
float: none;
padding: 30px 0;
width: auto;
}
dl.articleMeta.onBottom {
padding: 20px 0 0;
}
.asgItem.posted {
display: table-cell;
}
}
@media (max-width: 620px) {
.col-ms-12 .boldClientRegularList .bclItem {
width: 33.33%;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(6n + 1) {
clear: none;
}
.col-ms-12 .boldClientRegularList .bclItem:nth-child(3n + 1) {
clear: left;
}
.btSlidePane {
padding: 7px 12px;
width: auto;
display: block;
margin: auto;
}
.btSlidePane p {
display: none;
}
.nbsImage {
display: none;
}
.nsPrev .nbsItem {
left: 55px;
}
.nsNext .nbsItem {
right: 55px;
}
.nbsItem .nbsTitle {
font-size: 12px;
}
.portfolioItem .socialRow {
border-top: 1px solid #d2d2d2;
}
.commentsBox ul.comments ul li article {
padding: 0 0 0 8%;
}
.commentAvatar {
width: 55px;
}
.asgItem.posted {
display: none;
}
}
@media (max-width: 560px) {
.btSlidePane .boldBtn {
margin: 0 0 10px;
display: block;
width: 100%;
}
.btSlidePane .socialRow .ico {
margin: 5px 4px 0 0;
}
dl.articleMeta.onBottom {
float: none;
margin: 15px 0;
width: auto;
}
.boldArticleBody.portfolioBody.wArticleMeta {
padding: 0;
}
dl.articleMeta.onBottom {
padding: 0;
}
h1 {
font-size: 32px;
}
h3 {
font-size: 18px;
}
.boldArticle.articleListItem header h2 {
font-size: 26px;
}
.header .boldSubTitle {
margin: 0;
}
.header .boldSubTitle:after {
content: ' ';
display: table;
clear: both;
width: 100%;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 0 10px;
}
.boldArticle .header p.boldSubTitle span {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0 0 0 20px;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories {
margin: 0;
padding: 0;
clear: left;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories a:first-child:before {
display: none;
}
.boldArticle .header p.boldSubTitle span:before {
content: '\e612';
display: block;
font: normal 16px/1 reconstruction;
float: left;
color: #838383;
margin: 2px 0 0 -20px;
}
.boldArticle .header p.boldSubTitle span.boldArticleCategories:before {
display: none;
}
.boldArticle .header p.boldSubTitle a.boldArticleCategory {
float: left;
}
.boldArticle .header p.boldSubTitle a.boldArticleComments {
float: left;
}
.boldArticle .header p.boldSubTitle a:before {
height: 1.2em;
margin: 2px 10px 0 0;
}
.boldArticle .header p.boldSubTitle a {
margin: 0 10px 10px 0;
}
.btFootSocialWrap {
position: relative;
float: right;
}
.btFootSocialWrapToggler {
display: block;
float: right;
cursor: pointer;
background-color: #f37800;
border: 1px solid transparent;
-webkit-box-shadow: 0 0 0 0 #f37800 inset;
box-shadow: 0 0 0 0 #f37800 inset;
color: #fff;
font-family: reconstruction;
font-size: 18px;
font-weight: normal;
height: 34px;
line-height: 32px;
text-align: center;
-webkit-transition: all 240ms ease 0s;
-moz-transition: all 240ms ease 0s;
transition: all 240ms ease 0s;
vertical-align: middle;
width: 34px;
border-radius: 50%;
}
.btFootSocialWrapToggler:before {
content: '\e655';
}
.btFootSocialWrapToggler:hover {
background-color: #F37800;
border: 1px solid transparent;
color: #F37800;
-webkit-box-shadow: 0 0 0 .9em #fff inset;
box-shadow: 0 0 0 .9em #fff inset;
}
.btFootSocialWrap .socialRow {
position: absolute;
float: none;
bottom: 38px;
left: 50%;
margin: 0 0 0 -21px;
width: 42px;
padding: 0 0 4px;
border-radius: 20px;
background-color: #fff;
border: 1px solid #d2d2d2;
z-index: 2;
opacity: 0;
-webkit-filter: alpha(opacity=0);
filter: alpha(opacity=0);
pointer-events: none;
-webkit-transform: translate3d(0,-60px,0);
-moz-transform: translate3d(0,-60px,0);
-ms-transform: translate3d(0,-60px,0);
transform: translate3d(0,-60px,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btFootSocialWrap.shown .socialRow {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
pointer-events: auto;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.articleListItem footer .btFootSocialWrap .socialRow a {
display: block;
margin: 5px auto 0;
float: none;
}
.bqIcon:before,
.wBoldLink span.ico:before {
font: 2.8em/1 reconstruction;
}
.boldPhotoBox blockquote p {
font-size: 2em;
margin: 0 0 .5em;
}
.boldPhotoBox blockquote,
.wBoldLink {
padding: 2.5em 2em 5em;
}
.boldSubTitle {
font-size: 12px;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 30px;
}
.articleListItem footer {
position: relative;
padding: 10px 20px 10px;
}
.articleListItem footer:before {
content: ' ';
position: absolute;
left: 20px;
right: 20px;
top: 0;
height: 1px;
border-top: 1px solid #d2d2d2;
}
.articleListItem.boldArticle .boldArticleBody {
padding: 0 20px;
}
.boldArticle header {
padding: 0 20px 20px;
}
.vcard {
padding: 0 0 10px;
margin: 0;
}
.vcard .posted {
float: none;
margin: 5px 0 10px;
text-align: left;
}
.vcard h5 {
float: none;
margin: 0 0 8px;
text-align: left;
}
.commentsBox ul.comments li article .commentTxt .comment {
text-align: left;
}
}
@media (max-width: 480px) {
.boldSiteFooterWidgets .btBox {
width: auto;
float: none;
padding: 20px;
}
.menuPort {
width: 255px;
}
.mainHeader .ttRight {
padding: 0 45px 0 0;
}
.menuTrigger {
background-color: transparent;
display: block;
float: none;
margin: -50px -10px -15px 0;
padding: 4px 6px 2px;
position: absolute;
right: 0;
top: 5px;
}
.menuOn .menuTrigger {
background-color: transparent;
}
.menuOn .pageWrap {
-webkit-transform: translate3d(-255px,0,0);
-moz-transform: translate3d(-255px,0,0);
-ms-transform: translate3d(-255px,0,0);
transform: translate3d(-255px,0,0);
}
.menuTrigger:before {
color: #888;
font: normal 33px/1 reconstruction;
}
.menuOn .menuTrigger:before {
color: #F37800;
}
.btIsMobile .menuTrigger {
background-color: transparent;
display: block;
float: none;
margin: -50px -10px -15px 0;
padding: 4px 6px 2px;
position: absolute;
right: 0;
top: 5px;
}
.btIsMobile .menuOn .menuTrigger {
background-color: transparent;
}
.btIsMobile .menuOn .pageWrap {
-webkit-transform: translate3d(-255px,0,0);
-moz-transform: translate3d(-255px,0,0);
-ms-transform: translate3d(-255px,0,0);
transform: translate3d(-255px,0,0);
}
.btIsMobile .menuTrigger:before {
color: #888;
font: normal 33px/1 reconstruction;
}
.btIsMobile .menuOn .menuTrigger:before {
color: #F37800;
}
.ssPort input[type="text"] {
padding: 0 0 8px;
font-size: 40px;
}
.ssPort form {
margin: 80px auto 0;
}
.psCats,
.btCatFilter {
padding: 10px 0;
}
.psCats ul li,
.btCatFilter span {
display: block;
}
.neighbor.onLeft,
.neighbor.onRight {
background-color: rgba(0,0,0,.015);
clear: left;
float: none;
overflow: hidden;
width: auto;
}
.neighbor.onLeft {
border-bottom: 1px solid rgba(0,0,0,.1);
}
.comment-form {
padding: 25px 0;
}
.commentsBox ul.comments li article .commentTxt {
padding: 30px 0 12px 10px;
}
.single-post .boldArticle .boldPhotoBox {
margin: 0 0 25px;
}
.single-post .boldArticle .boldArticleBody {
margin: 0 0 20px;
padding: 0 0 15px;
}
h1 {
font-size: 26px;
}
.aaAvatar,
.commentAvatar {
width: 80px;
}
.aaAvatar:before {
margin: -22px 0 0 2px;
width: 54px;
}
}
@media (max-width: 400px) {
.btQuoteItem {
padding: 0;
}
.btQuoteItem label {
display: nblock;
float: none;
margin: 0 0 7px;
}
.btQuoteContact .btQuoteItem {
float: none;
width: auto;
}
.boldArticle.articleListItem.wPhoto .header.topDash .dash {
padding: 0;
}
.boldArticle.articleListItem header h2 {
font-size: 22px;
margin: 0 0 12px;
}
}
@media (max-width: 360px) {
.iconsPane.contactIcons {
right: -25px;
width: 200px;
}
.nbsItem .nbsTitle {
font-size: 11px;
}
.aaAvatar,
.commentAvatar {
width: 60px;
}
.vcard {
padding: 0;
}
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
position: relative;
min-height: 1px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
@media (min-width: 480px) {
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
float: left;
}
.col-ms-12 {
width: 100%;
}
.col-ms-11 {
width: 91.66666667%;
}
.col-ms-10 {
width: 83.33333333%;
}
.col-ms-9 {
width: 75%;
}
.col-ms-8 {
width: 66.66666667%;
}
.col-ms-7 {
width: 58.33333333%;
}
.col-ms-6 {
width: 50%;
}
.col-ms-5 {
width: 41.66666667%;
}
.col-ms-4 {
width: 33.33333333%;
}
.col-ms-3 {
width: 25%;
}
.col-ms-2 {
width: 16.66666667%;
}
.col-ms-1 {
width: 8.33333333%;
}
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 480px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
@media (max-width: 480px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #151515;
opacity: .8;
-webkit-filter: alpha(opacity=80);
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
} button.mfp-close {
width: 44px;
height: 44px;
position: absolute;
right: 10px;
top: 5px;
text-decoration: none;
text-align: center;
padding: 0 0 18px 10px;
color: #FFF;
font: normal 33px/44px reconstruction;
vertical-align: middle;
opacity: .8;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
button.mfp-close:hover {
opacity: 1;
}
button.mfp-close:before {
display: inline-block;
vertical-align: middle;
line-height: 1;
content: '\e641';
}
button.mfp-close i {
display: none;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: .65;
-webkit-filter: alpha(opacity=65);
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -35px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
-webkit-filter: alpha(opacity=100);
filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: none;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
opacity: .7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow:before {
color: #fff;
display: block;
font: 38px/1 reconstruction;
}
.mfp-arrow-left:before {
content: '\e605';
}
.mfp-arrow-right:before {
content: '\e606';
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0,0,0,.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0,0,0,.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
-moz-transform: scale(.75);
-ms-transform: scale(.75);
transform: scale(.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-moz-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-moz-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}