@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//consultera.ru/wp-content/plugins/team-builder/assets/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//consultera.ru/wp-content/plugins/team-builder/assets/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//consultera.ru/wp-content/plugins/team-builder/assets/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//consultera.ru/wp-content/plugins/team-builder/assets/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//consultera.ru/wp-content/plugins/team-builder/assets/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-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{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-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{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-square:before,.fa-pied-piper: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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra: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-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"}* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.wpsm_col-1, .wpsm_col-2, .wpsm_col-3, .wpsm_col-4, .wpsm_col-5, .wpsm_col-6, .wpsm_col-7, .wpsm_col-8, .wpsm_col-9, .wpsm_col-10, .wpsm_col-11, .wpsm_col-12, .wpsm_col,
.wpsm_col-auto, .wpsm_col-sm-1, .wpsm_col-sm-2, .wpsm_col-sm-3, .wpsm_col-sm-4, .wpsm_col-sm-5, .wpsm_col-sm-6, .wpsm_col-sm-7, .wpsm_col-sm-8, .wpsm_col-sm-9, .wpsm_col-sm-10, .wpsm_col-sm-11, .wpsm_col-sm-12, .wpsm_col-sm,
.wpsm_col-sm-auto, .wpsm_col-md-1, .wpsm_col-md-2, .wpsm_col-md-3, .wpsm_col-md-4, .wpsm_col-md-5, .wpsm_col-md-6, .wpsm_col-md-7, .wpsm_col-md-8, .wpsm_col-md-9, .wpsm_col-md-10, .wpsm_col-md-11, .wpsm_col-md-12, .wpsm_col-md,
.wpsm_col-md-auto, .wpsm_col-lg-1, .wpsm_col-lg-2, .wpsm_col-lg-3, .wpsm_col-lg-4, .wpsm_col-lg-5, .wpsm_col-lg-6, .wpsm_col-lg-7, .wpsm_col-lg-8, .wpsm_col-lg-9, .wpsm_col-lg-10, .wpsm_col-lg-11, .wpsm_col-lg-12, .wpsm_col-lg,
.wpsm_col-lg-auto, .wpsm_col-xl-1, .wpsm_col-xl-2, .wpsm_col-xl-3, .wpsm_col-xl-4, .wpsm_col-xl-5, .wpsm_col-xl-6, .wpsm_col-xl-7, .wpsm_col-xl-8, .wpsm_col-xl-9, .wpsm_col-xl-10, .wpsm_col-xl-11, .wpsm_col-xl-12, .wpsm_col-xl,
.wpsm_col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.wpsm_col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wpsm_col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.wpsm_col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wpsm_col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wpsm_col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wpsm_col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wpsm_col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wpsm_col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wpsm_col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wpsm_col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wpsm_col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wpsm_col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wpsm_col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wpsm_col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.wpsm_col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wpsm_col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.wpsm_col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wpsm_col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wpsm_col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wpsm_col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wpsm_col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wpsm_col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wpsm_col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wpsm_col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wpsm_col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wpsm_col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wpsm_col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wpsm_col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.wpsm_col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wpsm_col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.wpsm_col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wpsm_col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wpsm_col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wpsm_col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wpsm_col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wpsm_col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wpsm_col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wpsm_col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wpsm_col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wpsm_col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wpsm_col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wpsm_col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.wpsm_col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wpsm_col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.wpsm_col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wpsm_col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wpsm_col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wpsm_col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wpsm_col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wpsm_col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wpsm_col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wpsm_col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wpsm_col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wpsm_col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wpsm_col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wpsm_col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.wpsm_col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wpsm_col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.wpsm_col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.wpsm_col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.wpsm_col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.wpsm_col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.wpsm_col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.wpsm_col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.wpsm_col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.wpsm_col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.wpsm_col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.wpsm_col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.wpsm_col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.wpsm_col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}.wpsm_team_1_member_wrapper .wpsm_team_1_member_wrapper_inner{
padding: 25px 9px 9px 15px;
color: #333;
}
.wpsm_team_1_member_wrapper{
text-align:center;
background: transparent;
}
.wpsm_team_1_b_row{ 
overflow:hidden;
display:block;
width:100%;
border:0px solid #ddd;
margin-bottom:30px;
}
.wpsm-col-div{
margin-bottom:30px;
}
.wpsm_team_1_mem_img{
margin:0px !important;
width:100%;
}
.wpsm_team_1_member_wrapper_inner h3{
text-align:center;
font-size:20px;
color:#333;
margin-bottom:10px !important;
margin-top:0px !important;
display: block;
font-weight:600;
}
.wpsm_team_1_name_divider{
background-color: #333;
height: 2px;
margin: 0 auto;
margin-top: 10px;
text-align: center;
width: 60px;
}
.wpsm_team_1_b_desig{
margin-bottom:10px;
margin-top:0px;
color:#444;
font-size:16px;
display: block;
font-weight:500;
}
.wpsm_team_1_b_desc{
margin-top:15px !important;
margin-bottom:10px !important;
color:#555 !important;
font-size:14px !important;
display: block !important;
}
.wpsm_team_1_social_div{
display: block !important;
margin-top:15px !important;
}
.wpsm_team_1_social_div a{
text-align:center;
text-decoration:none !important;
border:0px !important;
margin:0px !important;
box-shadow:none !important;
}
.wpsm_team_1_social_div a i{
font-size: 20px;
background: #31a3dd;
color: #fff;
width: 33px;
height: 34px;
line-height: 1.8;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 8px;
}
.wpsm_row{
overflow:hidden;
width:100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .wpsm_team_2_member_wrapper .wpsm_team_2_member_wrapper_inner{
padding: 25px 9px 9px 15px;
color: #333;
}
.wpsm_team_2_member_wrapper{
text-align:center;
background: #ffffff;
box-shadow:0 0 8px rgba(0,0,0,.2);
}
.wpsm_team_2_b_row{ 
overflow:hidden;
display:block;
width:100%;
border:0px solid #ddd;
margin-bottom:30px;
}
.wpsm-col-div{
margin-bottom:30px;
}
.wpsm_team_2_mem_img{
margin:0px !important;
width:100%;
}
.wpsm_team_2_member_wrapper_inner h3{
text-align:center;
font-size:20px;
color:#333;
margin-bottom:5px !important;
margin-top:0px !important;
display: block;
font-weight:600;
}
.wpsm_team_2_b_desig{
margin-bottom:10px;
margin-top:0px;
color:#444;
font-size:16px;
display: block;
font-weight:500;
}
.wpsm_team_2_b_desc{
margin-top:15px !important;
margin-bottom:10px !important;
color:#555 ;
font-size:14px ;
display: block !important;
}
.wpsm_team_2_social_div{
display: block !important;
margin-top:15px !important;
}
.wpsm_team_2_social_div a{
text-align:center;
text-decoration:none !important;
border:0px !important;
margin:0px !important;
box-shadow:none !important;
}
.wpsm_team_2_social_div a i{
font-size: 20px;
background: transparent !important;
color: #000;
width: 36px;
height: 36px;
line-height: 36px;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 8px;
border-radius:50%;
border: 1px solid #000
} .wpsm_team_3_member_wrapper .wpsm_team_3_member_wrapper_inner{
padding: 25px 9px 9px 15px;
color: #333;
}
.wpsm_team_3_member_wrapper{
text-align: center;
background: #fff;
padding: 39px 15px;
border-radius: 5px;
box-shadow: 0 0 25px rgba(24,24,24,.1);
}
.wpsm_team_3_b_row{ 
overflow:hidden;
display:block;
width:100%;
border:0px solid #ddd;
margin-bottom:30px;
}
.wpsm-col-div{
margin-bottom:30px;
}
.wpsm_team_3_mem_img{
margin:0px !important;
width:100%;
}
.wpsm_team_3_member_wrapper_inner h3{
text-align:center;
font-size:20px;
color:#333;
margin-bottom:10px !important;
margin-top:0px !important;
display: block;
font-weight:600;
}
.wpsm_team_3_name_divider{
background-color: #333;
height: 2px;
margin: 0 auto;
margin-top: 10px;
text-align: center;
width: 60px;
}
.wpsm_team_3_b_desig{
margin-bottom:10px;
margin-top:0px;
color:#444;
font-size:16px;
display: block;
font-weight:500;
}
.wpsm_team_3_b_desc{
margin-top:15px !important;
margin-bottom:10px !important;
color:#555 !important;
font-size:14px !important;
display: block !important;
}
.wpsm_team_3_social_div{
display: block !important;
margin-top:15px !important;
}
.wpsm_team_3_social_div a{
text-align:center;
text-decoration:none !important;
border:0px !important;
margin:0px !important;
box-shadow:none !important;
}
.wpsm_team_3_social_div a i{
font-size: 20px;
background: #31a3dd;
color: #fff;
width: 33px;
height: 34px;
line-height: 1.8;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 8px;
}.wpsm-team-owl-carousel,
.wpsm-team-owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.wpsm-team-owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.wpsm-team-owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.wpsm-team-owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.wpsm-team-owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.wpsm-team-owl-carousel .owl-item,
.wpsm-team-owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.wpsm-team-owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;    }
.wpsm-team-owl-carousel .owl-item img {
display: block;
width: 100%;
}
.wpsm-team-owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .wpsm-team-owl-carousel,
.wpsm-team-owl-carousel.owl-loaded {
display: block;
}
.wpsm-team-owl-carousel .owl-dot,
.wpsm-team-owl-carousel .owl-nav .owl-next,
.wpsm-team-owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpsm-team-owl-carousel .owl-nav button.owl-next,
.wpsm-team-owl-carousel .owl-nav button.owl-prev,
.wpsm-team-owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.wpsm-team-owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.wpsm-team-owl-carousel.owl-hidden {
opacity: 0;
}
.wpsm-team-owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.wpsm-team-owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wpsm-team-owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.wpsm-team-owl-carousel.owl-rtl {
direction: rtl;
}
.wpsm-team-owl-carousel.owl-rtl .owl-item {
float: right;
}
.wpsm-team-owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.wpsm-team-owl-carousel .owl-animated-in {
z-index: 0;
}
.wpsm-team-owl-carousel .owl-animated-out {
z-index: 1;
}
.wpsm-team-owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.wpsm-team-owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.wpsm-team-owl-carousel .owl-item .owl-lazy:not([src]),
.wpsm-team-owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.wpsm-team-owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.wpsm-team-owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.wpsm-team-owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//consultera.ru/wp-content/plugins/team-builder/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.wpsm-team-owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.wpsm-team-owl-carousel .owl-video-playing .owl-video-play-icon,
.wpsm-team-owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.wpsm-team-owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.wpsm-team-owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
.owl-dots {
text-align: center;	
-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
background: #869791;
}
button
{
box-shadow:0 0 !important;
}
.wpsm-team-owl-carousel button:not(:hover):not(:active):not(.has-background)
{
background-color:transparent !important;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
code {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
hyphens: none;
}
pre {
background: #fafafa;
border: 1px solid #DDDDDD;
display: block;
font: 11px/19.2px Consolas, Courier,"Courier New",monospace;
margin: 0 auto 18px;
width:90%;
overflow-x: auto;
overflow-y: hidden;
padding: 18px 20px;
color: #666;
white-space: pre-wrap;
word-wrap: break-word;
}
* { box-sizing:border-box; }
.columns img,
.column img {
height: auto;
max-width: 100%;
}
.columns.google-map img {
max-width: none;
}
img, object, video {
height: auto;
display:block;
}
img {
max-width: 100%;
border: 0;
vertical-align: middle;
}
.embed {
position: relative;
padding: 0px;
overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.image-left {
float: left;
margin: 0 15px 8px 0;
}
.image-right {
float:right;
margin: 0 0 8px 15px;
}
.image-right,
.image-left {
padding: 4px;
border: 1px solid #ddd;
max-width: 100%;
-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
h1, h2, h3, h4, h5, h6 {
color: #333;
font-family: Arial, sans-serif;
font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 32px; line-height: 38px; }
h2 { font-size: 28px; line-height: 38px; }
h3 {
font-size: 26px;
line-height: 30px;
font-weight: 500;
}
h4 { font-size: 22px; line-height: 30px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 17px; line-height: 21px; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }
b {font-weight:bold;}
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
.dropcap {
background: #000;
color: #fff;
display: inline-block;
float: left;
font-size: 30px;
font-weight: 700;
height: 56px;
line-height: 30px;
margin: 8px 15px 8px 0;
padding-top: 12px;
text-align: center;
width: 56px;
}
pre {
background: #fff;
border: 1px solid #e9e9e9;
font-family: Consolas, Courier, Monaco, monospace;
font-size: 14px;
float: none;
clear: both;
display: block;
line-height: 19px;
margin: 18px 0;
padding: 15px;
white-space: pre-wrap;
word-wrap: break-word;
}
table {
width: 100%;
border: 1px solid #e9e9e9;
text-align: left;
margin-bottom: 45px;
}
table thead h4 {
font-size: 10px;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 0;
}
table tr {
border-top: 1px solid #e9e9e9;
}
table thead tr {
border-top: none;
}
table th, table td {
min-height: 41px;
padding: 10px 14px 8px;
border-right: 1px solid #e9e9e9;
}
sub, sup {
font-size: .7em;
line-height: .7em;
}
sub {
vertical-align: bottom;
}
sup {
vertical-align: top;
}
del {
color: #959595;
}
var {
font-family: Consolas, Courier, Monaco, monospace;
}
a, a:visited {text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
a:hover, a:focus { color: #333; }
p a, p a:visited { line-height: inherit; }
ul, ol { margin: 0; }
ul { list-style: none inside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square inside; }
ul.circle { list-style: circle inside; }
ul.disc { list-style: disc inside; }
li { line-height: 18px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
fieldset {
margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
padding: 10px;
outline: none;
font-size: 14px ;
color: #888;
margin: 0;
max-width: 100%;
display: block;
background: #fff;
-webkit-transition: border-color 0.25s;
transition: border-color 0.25s;
}
select {
padding: 0;
}
textarea {
min-height: 60px;
}
legend {
display: block;
font-weight: bold;
font-size: 12px;
font-weight: normal;
margin-bottom: 8px;
}
input[type="checkbox"] {
display: inline;
}
label span,
legend span {
font-weight: normal;
color: #444;
}   html { }
body {
line-height: 1;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
body.page-template-template-portfolio-fullscreen-slider2,
body.page-template-template-portfolio-fullscreen-slider-lightbox {
overflow: hidden;
}
body.light-scheme {
background: #fff;
}
body.shadow:after {
visibility: visible;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.75);
}
body:after {
content: '';
position: fixed;
top: 0;
left: 0;
width: 0;
height: 0;
background-color: transparent;
z-index: 999;
visibility: hidden;
transition: background-color .3s;
}   #wrapper {
padding: 0 0 0px 0;
overflow:hidden;
}
body:not(.single) #footer {
overflow: hidden;
clear: both; }
.page-template-template-portfolio-fullscreen-slider #footer,
.page-template-template-portfolio-fullscreen-slider2 #footer,
.page-template-template-portfolio-fullscreen-slider-lightbox #footer,
.page-template-template-portfolio-pointy-slider #footer,
.page-template-template-portfolio-revealer #footer,
.page-template-template-portfolio-slider-autoplay #footer {
display: none;
}
iframe {
max-width: 100%;
}
#head {
padding-top:0px;
margin-bottom:0px;
overflow: hidden;
clear: both;
}   ::-moz-selection {
background-color: rgba(51, 185, 150, 0.85);
color: #fff;
}
::selection {
background-color: rgba(51, 185, 150, 0.85);
color: #fff;
}   ins {
background: #fff9c0;
text-decoration: none;
}
code, kbd, pre, tt, samp {
font-family: monospace, serif;
font-size: 12px;
-webkit-hyphens: none;
hyphens: none;
}
code {
padding: 2px 4px;
background-color: #f9f2f4;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title],
acronym {
border-bottom: 1px dotted;
cursor: help;
}
big {
font-size: 1.5em;
}
i, .status-publish cite, em, var, address, dfn {
font-style: italic;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
.container dl {
margin: 0 20px;
}
.container dt {
font-weight:bold;
}
.container dd {
margin: 0 0 20px;
}   .infinite-container:after,
#blog-wrapper:after,
.container-content:after,
.ajax-content:after,
.post-description:after,
.comments-inner:after {
content: "";
display: table;
clear: both;
}   .page_head {
padding:35px 0 3px 0;
}
a {
color: #444;
}
.comments a, h1.logo a,
.comments-container a, a.post-entry,
.portfolio-share a,
.columns a, .column a,
.testimonials-author,
.feature-box.color i,
.widget #twitter-blog li a,
.read-more a {
color:#999;
}
.columns .post-content p a:hover {
color: #272B2F;
}
#navigation a, .widget_nav_menu a, .widget, .search-icon span,
.copyright .widget_nav_menu ul li a,
.filters-container.container {
font-family:"Montserrat", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, h1.logo a,
.portfolio-gallery-item a::after,
.date, .post-meta, .container .subtitle p,
.author-name, .post-footer .cats, .post-footer .single-tags,
.comment-text, .blog-item .date-number, .item-filter,
.search-form input, .contact-btn, .portfolio-info .cd-btn, .subtitle .cd-btn,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.search-results, .comment-author cite,
input[type="submit"] {
font-family: "Roboto Condensed", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body,
.post-content p,
.container p,
.blog-item .post-content p {
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
p {
margin: 0 0 35px 0;
}
.post-content p,
.container p,
.container dl,
.builder_p {
font-size:17px;
font-weight:300;
line-height:30px;
text-align:left;
column-gap: 45px;
}
.post-description h1,
.post-description h2,
.post-description h3,
.post-description h4,
.post-description h5,
.post-description h6 {
padding:15px 0 5px 0;
}
.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6,
.type-post h1,
.type-post h2,
.type-post h3,
.type-post h4,
.type-post h5,
.type-post h6 {
margin-top:5px;
margin-bottom: 15px;
text-transform: uppercase;
display: inline-block;
line-height: normal;
font-weight: 600;
padding: 25px 0 5px 0;
position: relative;
color: #272B2F;
opacity: .8;
}
.blog-item.type-post h2 {
padding: 5px 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
display: table;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
text-transform: uppercase;
color: #272B2F;
}
#logo {
padding: 10px 0;
}
.menu-minimize #logo {
padding: 0;
max-height: 30px;
}
h1.logo,
#logo a {
font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
color:#272B2F; }
#logo a:hover {
color: rgba(0, 0, 0, 0.6);
}
.logo-image {
position: relative;
display: block;
text-align: center;
font-size: 0;
min-width: 30px;
width: 150px; }
.status-publish li:not(.blocks-gallery-item) {
text-align: left;
padding: 10px 0;
font-weight: 300;
opacity:0.89;
}
.status-publish ul li,
ol.commentlist .comment-content li {
list-style: disc;
}
ol.commentlist .comment-content ol li {
list-style: decimal;
}
ol.commentlist .comment-content ul,
ol.commentlist .comment-content ol,
ol.commentlist .comment-content ul li,
ol.commentlist .comment-content ol li {
padding: 0 0 0 20px;
margin: 0;
}
ol.commentlist .comment-content ul li,
ol.commentlist .comment-content ol li {
padding: 5px 0 5px 0;
}
.type-post .comment-content h2 {
padding-top: 35px;
}
.status-publish ul:not(.wp-block-gallery), .status-publish ol:not(.commentlist) {
margin: auto;
padding: 0 0 0 30px;
font-size: 16px;
}
.dark-page {
color:#272B2F;
}   #loader {
z-index: 9999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.loader-spinner {
border: 3px solid transparent;
border-top-color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
display: block;
margin: -75px 0 0 -75px;
width: 150px;
height: 150px;
position: relative;
top: 50%;
left: 50%;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
.loader-spinner:before {
border: 3px solid transparent;
border-top-color: rgba(0, 0, 0, 0.4);
border-radius: 50%;
content: "";
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
-webkit-animation: spin 4s linear infinite;
animation: spin 4s linear infinite;
}
.loader-spinner:after {
border: 3px solid transparent;
border-top-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
content: "";
position: absolute;
top: 15px;
left: 15px;
bottom: 15px;
right: 15px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}   .block-out {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.block-in {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.animation-from_bottom,
.animation-from_top {
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
visibility: hidden;
transition-delay: 0;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s;
transition: transform 0.3s ease-in-out, opacity 0.3s;
}
.animation-from_opacity {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.animation-from_top {
-webkit-transform: translate3d(0, -25px, 0);
transform: translate3d(0, -25px, 0);
}
.animation-from_bottom.loaded,
.loading-finish .animation-from_top {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.loading-finish .animation-from_opacity {
opacity: 1;
}   .contact-form,
.comment-form {
padding:25px 0 35px 0;
}
.search-form {
padding:25px 0 0 0;
}
.comment-form label {
font-size: 16px;
font-weight: 500;
}
.input {
position: relative;
float:left;
margin: 0 0 30px 0;
vertical-align: top;
padding: 10px 20px 0 0;
width: 33.33%;
}
.widget_search .input {
margin-right: 0;
padding-right: 0;
}
.search-form input {
width: 100%;
color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0);
font-size: 16px;
padding: 15px 10px;
font-weight: 500;
border: 2px solid rgba(255, 255, 255, 0.1);
}
.no-content .search-form input,
.search-form input {
border: 2px solid rgba(0, 0, 0, 0.1);
color:#272B2F;
}
.no-content .search-form input:focus,
.search-form input:focus {
border: 2px solid rgba(0, 0, 0, 0.7);
}
.search-form input.search-submit {
display:none;
}
.input__field,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
position: relative;
display: block;
border-radius: 0;
-webkit-appearance: none;
width:100%;
padding: 15px 10px;
background: transparent;
font-size: 16px;
font-weight: 500;
border: 2px solid rgba(0, 0, 0, 0.1);
-webkit-transition: border-color 0.3s;
transition: border-color 0.3s;
}
.comment-form-comment textarea,
.wpcf7-textarea {
height: 95px;
-webkit-transition: height .3s, border-color 0.3s;
transition: height .3s, border-color 0.3s;
}
.comment-form-comment textarea:focus,
.wpcf7-textarea:focus {
height: 200px;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment,
p.form-submit {
padding-left:0;
padding-right:0;
display:block;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
width:33.333%;
float:left;
padding:0 25px 0 0;
}
p.comment-form-url  {
padding:0;
}
.container .comment-notes {
font-size:12px;
}
.content-texatrea {
width: 100%;
clear:both;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
border: 2px solid rgba(0, 0, 0, 0.7);
}
label.error,
.contact-form-error {
color:#da6484;
padding:5px 0;
}
.contact-form-success {
color:green;
}
.contact-form-error {
color:red;
}   .wpcf7-text,
.wpcf7-textarea {
width:100%;
}
.container .wpcf7-form p {
font-size:16px;
font-weight: 500;
}
.wpcf7-form p {
margin: 0 0 24px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
font-size:16px;
padding: 15px 10px;
font-size: 16px;
font-weight: 500;
border: 2px solid rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
border: 2px solid rgba(0, 0, 0, 0.7);
}
.type-page .wpcf7-form {
padding:35px 0;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
position:absolute;
display: none !important;
}
.wpcf7-not-valid-tip {
top:0;
width:400px;
}
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="text"].wpcf7-not-valid {
border: 2px solid #f00;
}   .page-template-template-portfolio-fullscreen-slider .container.nav_container,
.page-template-template-portfolio-fullscreen-slider2 .container.nav_container,
.page-template-template-portfolio-fullscreen-slider-lightbox .container.nav_container,
.page-template-template-portfolio-pointy-slider .container.nav_container,
.page-template-template-portfolio-slider-autoplay .container.nav_container {
position: fixed;
top: 0;
padding: 0 20px;
width: 100%;
z-index: 999;
}
.page-template-template-portfolio-fullscreen-slider .container.nav_container .sixteen.columns,
.page-template-template-portfolio-fullscreen-slider2 .container.nav_container .sixteen.columns,
.page-template-template-portfolio-fullscreen-slider-lightbox .container.nav_container .sixteen.columns,
.page-template-template-portfolio-pointy-slider .container.nav_container .sixteen.columns,
.page-template-template-portfolio-slider-autoplay .container.nav_container .sixteen.columns {
width: 100%;
}
#site-navigation {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.menu-minimize #site-navigation {
min-height: 30px;
}
#navigation {
text-transform: uppercase;
text-align:right;
display: inline-block;
}
.nav-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.top-navigation ul {
margin: 0;
}
.top-navigation li {
list-style: none;
display:inline-block;
margin: 0;
}
.top-navigation ul li {
position: relative;
}
.top-navigation li.menu-item {
display: flex;
align-items: center;
}
.top-navigation li a {
font-size:12px;
letter-spacing: 1px;
padding: 28px 20px;
color:#272B2F;
font-weight:400;
position: relative;
display: flex;
align-items: center;
} .top-navigation ul ul {
z-index: 999;
position: absolute;
top: 60px;
left: 50%;
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
width: 220px;
padding: 20px 0;
text-align:center;
background: #272B2F; -webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.top-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
left: 50%;
}
.top-navigation ul ul::before {
content: '';
position: absolute;
display: none;
top:-12px;
left: calc(50% - 10px);
width:0;
height:0;
z-index: 11;
border-style:solid;
border-width:0 10px 12px;
border-color:transparent transparent rgba(0,0,0, .75);
pointer-events: none;
}
.top-navigation ul ul ul::before {
left:-16px;
top: 27px;
display: block;
border-color:transparent transparent #34383b;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.top-navigation ul ul li a {
color: #fff;
text-transform: none;
padding:5px 30px;
margin:0;
display: inline-block;
width: 100%;
border: none;
text-align: left;
}
.top-navigation ul ul ul {
top: -20px;
left: 0;
background: #34383b;
transform: translateX(-50%);
}
.top-navigation ul ul li:hover > ul {
opacity: 1;
visibility: visible;
left: 100%;
transform: translateX(0);
}
.top-navigation ul ul li a:hover {
color: rgba(255, 255, 255, 0.6);
}
.top-navigation li a.menu-overflowed {}   .menu-right {
text-align: right;
}
.social-no .header-social,
.menu-alt .nav-menu,
.search-no .search-icon {
display: none;
}
.header-social {
float: right;
}
.social-left .header-social {
float: left;
margin-left:0;
}
.menu-alt.alt-right .menu-dropdown {
right: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-alt.alt-left .menu-dropdown {
left: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.center-header.menu-alt .menu-dropdown {
-webkit-transform: translateX(50%) translateY(0);
transform: translateX(50%) translateY(0);
}
.menu-alt.alt-right #navigation .nav-menu {
left: auto;
right: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.menu-alt.alt-left #navigation .nav-menu {
left: 0;
right: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.center-header.menu-alt #navigation .nav-menu {
-webkit-transform: translateX(-50%) translateY(46px);
transform: translateX(-50%) translateY(46px);
}
.logo-center #logo {
display: inline-block;
text-align: center;
margin: 0 auto;
}
.logo-right #logo,
.logo-right h1.logo,
.logo-right #logo a {
text-align: right;
float: right;
justify-content: flex-end;
}
.logo-center #site-navigation {
text-align: center;
}
.logo-center #site-navigation .sixteen.columns {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-top: 16px;
padding-bottom: 16px;
}
.logo-right.menu-alt #site-navigation {
padding-top: 16px;
padding-bottom: 16px;
flex-direction: row-reverse;
}
.center-header.logo-center #site-navigation .sixteen.columns {
-webkit-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 0;
}
.center-header.logo-center #navigation {
margin-left: 60px;
margin-right: 60px;
}
.center-header.logo-center #site-navigation {
flex-direction: column;
padding-top: 26px;
padding-bottom: 16px;
}
.center-header.logo-center.menu-alt #site-navigation {
padding-bottom: 46px;
margin-bottom: 16px;
}
.center-header.menu-alt .header-social,
.center-header.menu-alt .search-icon {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
.center-header.logo-center h1.logo,
.center-header.logo-center #logo a {
font-size: 28px;
line-height: 30px;
}
.alt-right.social-no #site-navigation {
padding-top: 16px;
padding-bottom: 16px;
}
.logo-center.social-left .header-social,
.logo-center.social-right .header-social {
position: absolute;
}
.center-header.search-left .search-icon {
position: absolute;
left: -5px;
padding: 10px 10px 10px 5px;
cursor: pointer;
}
.logo-center.social-left .header-social,
.logo-center.social-right .header-social,
.center-header.search-left .search-icon {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.logo-center.social-right .header-social {
right: 0;
}
.fullwidth-navigation .logo-center #site-navigation .sixteen.columns {
width: 100%;
}   .menu-dropdown {
display: none;
cursor: pointer;
position: absolute;
top: 50%;
padding: 20px;
right: 15px;
width: 30px;
height: 20px;
z-index:1002;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-dropdown span {
position: absolute;
top: 20px;
left: 10px;
width: 25px;
height: 2px;
margin-top: -1px;
background-color: #272B2F;
border-radius:2px;
}
.menu-dropdown span:before,
.menu-dropdown span:after {
position: absolute;
border-radius:2px;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .9);
content: "";
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.menu-dropdown span,
.menu-dropdown span:before,
.menu-dropdown span:after {
background-color: #272B2F;
}
.menu-dropdown span:before {
-webkit-transform: translateY(-350%);
transform: translateY(-350%);
}
.menu-dropdown span:after {
-webkit-transform: translateY(350%);
transform: translateY(350%);
}
.menu-dropdown.toggled-on span {
background-color: transparent;
}
.menu-dropdown.toggled-on span:before {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.menu-dropdown.toggled-on span:after {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
}
.navigation_fixed {
position:fixed;
z-index:5999;
width:100%;
margin:0 auto;
top:0;
}
@media only screen and (min-width: 960px) {
.menu-alt .menu-dropdown {
display: block;
width: 40px;
height: 40px;
padding: 0;
top: 50%;
right: 50%;
-webkit-transform: translateX(50%) translateY(-50%);
transform: translateX(50%) translateY(-50%);
}
.menu-alt .menu-dropdown span {
left: 7px;
}
.menu-alt #site-navigation {
position: relative;
z-index: 999; }
.menu-alt #navigation .nav-menu {
opacity: 0;
visibility: hidden;
display: inline;
z-index: 9999;
position: absolute;
top: 100%;
width: 100%;
left: 50%;
padding: 60px 20px 60px 10px;
background: #fff;
text-align: left;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.menu-alt #navigation .nav-menu {
width: 40%;
padding: 60px 40px;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu {
width: 100%;
padding: 60px 20px 60px 10px;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu:before,
.fullwidth-navigation.menu-alt #navigation .nav-menu:after {
content: '';
position: absolute;
left: -31px;
top: 0;
width: 40px;
height: 100%;
background: #191919;
}
.fullwidth-navigation.menu-alt #navigation .nav-menu:after {
left: auto;
right: -30px;
}
.light-scheme.menu-alt #navigation .nav-menu,
.light-scheme.fullwidth-navigation.menu-alt #navigation .nav-menu:before,
.light-scheme.fullwidth-navigation.menu-alt #navigation .nav-menu:after {
background: #fff;
}
.menu-alt #navigation .nav-menu.toggled-on {
opacity: 1;
visibility: visible;
display: block;
}
.menu-alt #navigation ul li a, .menu-alt #navigation ul li ul li a, .menu-alt #navigation ul li ul li ul li a {
display: block;
padding: 15px 0;
margin:0;
text-align: left;
color:rgba(255, 255, 255, 0.9);
font-weight: 500;
font-size:22px;
border: none;
line-height: normal;
}
.menu-alt #navigation ul li:not(.menu-item-split-wrapper) ul li a, .menu-alt #navigation ul li ul li ul li a {
padding: 6px 0;
color: #272B2F;
font-size:15px;
line-height: normal;
}
.menu-alt #navigation ul li a, .menu-alt #navigation ul li ul li a, .menu-alt #navigation ul li ul li ul li a {
color: #272B2F;
}
.menu-alt #navigation ul li:not(.menu-item-split-wrapper) ul li a, .menu-alt #navigation ul li ul li ul li a {
opacity: .6;
}
.menu-alt #navigation ul li a:hover,
.menu-alt .top-navigation li a:hover,
.menu-alt #navigation ul li ul li ul li a:hover {
border: none;
color: rgba(0, 0, 0, 0.6);
}
.menu-alt #navigation ul li,
.menu-alt .top-navigation li {
float: none;
margin: 0;
display: block;
position: relative;
}
.menu-alt #navigation ul li ul {
position: relative;
display:none;
left: 0;
top: 0;
text-align:center;
padding: 0;
line-height: normal;
background:transparent;
width:100%;
transform: translateX(0);
opacity: 1;
visibility: hidden;;
} .menu-alt #navigation ul li a.menu-overflowed,
.menu-alt #navigation ul li:before,
.menu-alt #navigation ul li a:before,
.menu-alt #navigation ul li ul:before,
.menu-alt #navigation ul li ul li ul:before,
.menu-alt #navigation ul li ul a:before,
.menu-alt #navigation ul li ul li:before,
.menu-alt #navigation ul li ul li ul:before,
.menu-alt #navigation ul li ul li a::before {
display: none;
}
.menu-alt #navigation ul li ul li {
margin: 0;
padding: 0;
float:none;
}
.menu-alt #navigation ul li ul li ul {
top:0;
background:none;
position:relative;
}
.menu-alt #navigation ul li ul li:hover > ul {
left: 0;
}
.menu-alt #navigation .menu-item-has-children > a:after {
content: '\f067';
font-family: 'FontAwesome';
position: absolute;
font-size: 11px;
left: -23px;
top: calc(50% - 5px);
}
.menu-alt #navigation .nav-menu ul.sub-menu {
display: none;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.menu-alt #navigation .nav-menu ul.sub-menu.opened {
display: block;
visibility: visible;
}
}   .nav-menu .menu-item.current-menu-item a::before,
.nav-menu .menu-item.current-menu-parent a::before {
-webkit-transform: scale3d(1, 1, 1) translateX(-50%);
transform: scale3d(1, 1, 1) translateX(-50%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.nav-menu .menu-item:hover a::before,
.nav-menu .menu-item:focus a::before {
-webkit-transform: scale3d(1, 1, 1) translateX(-50%);
transform: scale3d(1, 1, 1) translateX(-50%);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.nav-menu a::before {
content: '';
position: absolute;
bottom: 25px;
left: 50%;
width: 40%;
height: 3px;
-webkit-transform: scale3d(0, 1, 1) translateX(-50%);
transform: scale3d(0, 1, 1) translateX(-50%);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-menu ul a::before {
display: none;
}
.nav-menu a::before {
background: #33b996;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}   .to-top {
display: inline-block;
height: 55px;
width: 55px;
position: fixed;
z-index:998;
bottom: 20px;
right: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
background: rgba(34, 34, 34, 0.8);
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.to-top.right-sidebar {
left: 10px;
}
.to-top:after,
.to-top:before {
content: '';
position: absolute;
top: 22px;
right: 26px;
width: 12px;
height: 2px;
background-color: #fff;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.to-top:before {
transform: translate3d(1px, 4px, 0px) rotate(-45deg);
}
.to-top:after {
transform: translate3d(8px, 4px, 0px) rotate(45deg);
}
.to-top:hover::before {
transform: translate3d(0px, 4px, 0px) rotate(-25deg);
background-color: #fff;
}
.to-top:hover::after {
transform: translate3d(9px, 4px, 0px) rotate(25deg);
background-color: #fff;
}
.to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.to-top.cd-is-visible {
visibility: visible;
opacity: 1;
}
.to-top.cd-fade-out {
opacity: .8;
}
.no-touch .to-top:hover {
background-color: #222;
opacity: 1;
}   .project-navigation {
position:absolute;
bottom:-140px;
left:0; width:100%;
font-size:14px;
color: rgba(0,0,0,0.2);
z-index: 15;
pointer-events: none;
}
.project-navigation.woocommerce-navigation {
top: 0;
bottom: auto;
height: 60px;
}
.project-navigation a {
position:absolute;
width: 40px;
height: 40px;
display: block;
z-index: 16;
-webkit-transition: opacity .3s 0s;
transition: opacity .3s 0s;
pointer-events: auto;
}
.revealer-next-projects:before,
.revealer-next-projects:after,
.revealer-prev-projects:before,
.revealer-prev-projects:after,
.project-navigation a.next:before, .project-navigation a.next:after,
.project-navigation a.prev:before, .project-navigation a.prev:after,
.cd-timeline-navigation a.next:before, .cd-timeline-navigation a.next:after,
.cd-timeline-navigation a.prev:before, .cd-timeline-navigation a.prev:after {
content: '';
position: absolute;
top: 14px;
right: 19px;
width: 18px;
height: 2px;
background-color: #272B2F;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.project-navigation a.next,
.revealer-next-projects {
transform: rotate(90deg);
right: 20px; }
.project-navigation a.next {
transform: rotate(-90deg);
}
.project-navigation a.prev,
.revealer-prev-projects {
transform: rotate(-90deg);
left: 20px;
}
.project-navigation a.next span,
.project-navigation a.prev span {
position: absolute;
white-space: nowrap;
text-align: left;
right: 45px;
top:12px;
padding: 0 10px;
color: #222;
opacity: 0;
visibility: hidden;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.project-navigation a.next:hover span,
.project-navigation a.prev:hover span {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.project-navigation a.next span {
transform: rotate(180deg);
}
.project-navigation a.next:hover span {
transform: translateX(-10px) rotate(180deg);
}
.project-navigation a:before,
.revealer-next-projects:before,
.revealer-prev-projects:before,
.cd-timeline-navigation a.prev:before, .cd-timeline-navigation a.next:before {
transform: translate3d(0px, 4px, 0px) rotate(-45deg);
}
.project-navigation a:after,
.revealer-next-projects:after,
.revealer-prev-projects:after,
.cd-timeline-navigation a.prev:after, .cd-timeline-navigation a.next:after {
transform: translate3d(12px, 4px, 0px) rotate(45deg);
}
.project-navigation a.next:before {
transform: translate3d(0px, 4px, 0px) rotate(45deg);
}
.project-navigation a.next:after {
transform: translate3d(12px, 4px, 0px) rotate(-45deg);
}
.project-navigation a:hover::before,
.revealer-next-projects:hover::before,
.revealer-prev-projects:hover::before,
.cd-timeline-navigation a.prev:hover::before, .cd-timeline-navigation a.next:hover::before {
transform: translate3d(-1px, 4px, 0px) rotate(-25deg);
background-color: #272B2F;
}
.project-navigation a:hover::after,
.revealer-next-projects:hover::after,
.revealer-prev-projects:hover::after,
.cd-timeline-navigation a.prev:hover::after, .cd-timeline-navigation a.next:hover::after {
transform: translate3d(13px, 4px, 0px) rotate(25deg);
background-color: #272B2F;
}
.revealer-next-projects:before,
.revealer-next-projects:after,
.revealer-prev-projects:before,
.revealer-prev-projects:after,
.revealer-next-projects:hover::before,
.revealer-prev-projects:hover::before,
.revealer-next-projects:hover::after,
.revealer-prev-projects:hover::after {
background-color: #fff;
}
.project-navigation a.next:hover::before {
transform: translate3d(-1px, 4px, 0px) rotate(25deg);
}
.project-navigation a.next:hover::after {
transform: translate3d(13px, 4px, 0px) rotate(-25deg);
}
.project-navigation.is-visible {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.project-navigation.is-visible {
visibility: visible;
opacity: 1;
}
.project-navigation.fade-out {
opacity: 1;
}
.no-touch .project-navigation a:hover { opacity: 1;
}
.project-navigation a.back-to-blog {
position:relative;
height: 40px;
width: 40px;
z-index:100;
text-align:center;
}
.project-navigation a.back-to-blog:before,
.project-navigation a.back-to-blog:after {
content: '';
position: absolute;
width: 12px;
height: 2px;
left:14px;
top:17px;
background-color: #272B2F;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: translate3d(0px, 0px, 0px) rotate(0deg);
}
.project-navigation a.back-to-blog:after {
left:10px;
top:22px;
width: 20px;
}
.project-navigation a.back-to-blog:hover::before {
transform: translate3d(0px, 5px, 0px);
background-color: #fff049;
}
.project-navigation a.back-to-blog:hover::after {
transform: translate3d(0px, -5px, 0px);
background-color: #fff049;
}   .google-map {
width:100%;
height:300px;
}
.map_height-map30 {
height: 30vh;
}
.map_height-map50 {
height: 50vh;
}
.map_height-map100 {
height: 100vh;
}   input[type="submit"] {
padding: 5px 0;
line-height: normal;
display: block;
border: 0; background: transparent;
border-bottom: 2px solid transparent;
cursor: pointer;
width: auto;
font-size:26px;
font-weight: 700;
text-transform:uppercase;
overflow: hidden;
outline: none;
position: relative;
color:#999; -webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="submit"] {
float: right;
}
input[type="submit"]:hover {
border-bottom: 2px solid #33b996;
color: #272B2F;  }
.post-password-form {
display: block;
overflow: hidden;
}
.post-password-form input {
display: inline-block;
float: none;
}
.post-password-form input[type="submit"] {
background: #272B2F;
font-size: 14px;
padding: 11px 25px 10px 25px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
color: #fff;
}   .social-icons {
margin: 0;
float: right;
}
.social-icons.about {
float: left;
margin: 0 0 0 -5px;
}
.social-icons li {
display: inline;
list-style: none;
text-indent: -9999px;
margin-left: 5px;
float: left;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-icons li a {
display: block;
height: 32px;
width: 32px;
}
.social-header a {
display: inline-block;
font-size:20px;
padding:15px;
color: rgba(255, 255, 255, 0.3);
}
.social-header a:hover {
color:#fff;
}   .blog-content,
#portfolio-wrapper,
.tilt-wrapper,
.content-wrapper {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
}
.blog-item {
overflow:hidden;
position:relative;
visibility: hidden;
padding: 20px;
z-index:10;
height: 240px;
margin-bottom: 20px;
color:#000;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.blog-item:hover {
background: #191919;
}
.container.blog-content::after {
content: "";
display: table;
clear: both;
}
.blog-content .type-post h2,
.blog-content .type-portfolio h2,
.search-results .portfolio-item-slug .post-title h2 {
font-size: 20px;
line-height: 24px;
font-weight: 400;
letter-spacing: 1px;
margin: 0 auto;
color: rgba(255, 255, 255, 0.9);
}
.blog-content .type-post h2 a,
.blog-content .type-portfolio h2 a {
color: #272B2F;
}
.blog-item .post-title,
.search-results .portfolio-item-slug .post-title {
position: absolute;
left: 20px;
right: 20px; top: 50%;
z-index: 12;
overflow: hidden;
text-align: center;
pointer-events: none;
opacity: 1;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
word-wrap: break-word;
}
.blog-item:hover .post-title {
opacity: 0;
}
.blog-item .blog-link,
.title_container .blog-link {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.blog-item .blog-link:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
opacity: 1;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.blog-item.format-link .blog-link:before,
.blog-item.format-quote .blog-link:before {
background: rgba(0, 0, 0, 0.15);
}
.blog-item .blog-link:hover::before {
opacity: 0;
}
.blog-item .date-number,
.item-filter {
position: absolute;
padding: 10px;
text-align: center;
font-weight: 400;
font-size: 14px;
width: 100%;
left: 0;
bottom: 10px;
text-transform: uppercase;
color: #fff;
opacity: 0;
text-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
-webkit-transform: translateY(20%);
transform: translateY(20%);
}
.item-filter {
text-transform: none;
z-index: 111;
text-shadow: none;
color: #272B2F;
pointer-events: none;
}
.blog-item:hover .date-number,
.revealer-item:hover .item-filter,
.portfolio-item-slug:hover .item-filter {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.revealer-item:hover .item-filter,
.portfolio-item-slug:hover .item-filter {
opacity: .7;
}
.blog-item .post-category,
.blog-item .author-name {
text-align: center;
font-size: 13px;
font-weight: 400;
}
.blog-item .post-category {
padding: 10px 0 35px;
text-transform: uppercase; }
.blog-item .post-category a {
display: inline-block;
margin: 0 5px;
position: relative;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.animated-link a:after {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
width: 0;
height: 2px;
background: #33b996;
-webkit-transition: width .3s ease;
transition: width .3s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.animated-link a:hover::after {
width: 70%;
}
.blog-content .type-post:hover h2 a,
.blog-item .post-category a:hover,
.blog-content .type-portfolio:hover h2 a {
color: #272B2F;
}
.blog-item .post-content p {
font-size: 16px;
color: #191919;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.blog-item.simple-post .post-content { }
.fix_overflow {
overflow: hidden;
}
.blog-item .blog-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat; -webkit-transition: opacity .8s ease;
transition: opacity .8s ease; }
.blog-item:hover .blog-image {
opacity: 0.95; }
.simple-post .post-data {
width: 50%;
min-height: 450px;
display: table;
padding: 0 40px;
}
.simple-post .author-name {
text-align: left;
}
.simple-post .added-background:after {
background: rgba(255, 255, 255, 0.55)
}
.simple-post .post-data p {
font-size: 16px;
line-height: 1.6;
font-weight: 300;
}
.simple-post .post-data h2 {
font-size: 34px;
line-height: 1.2;
margin-bottom: 20px;
font-weight: 400;
text-align: left;
color: #272B2F;
}
.simple-post .post-data h2 a {
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.simple-post .post-data h2 a:hover {
opacity: .6;
}
.blog-item .author-name,
.simple-post .date-number {
color: #272B2F;
text-shadow: none;
}
.simple-post {
height: auto;
min-height: 450px;
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.container_fullwidth .simple-post {
margin-bottom: 0;
min-height: 550px;
}
.post-category a {
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
}
.container .simple-post:nth-child(2n+2) {
flex-direction: row-reverse;
}
.data-inner {
display: table-cell;
vertical-align: middle;
padding: 45px 0;
}
.simple-post .blog-image {
min-height: 450px;
width: 50%;
position: relative;
}
.simple-post .blog-image a {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.container_fullwidth .simple-post .post-data,
.container_fullwidth .simple-post .blog-image {
min-height: 550px;
}
.page-template-template-blog-simple .container .one-third.column,
.page-template-template-home1 .container .one-third.column {
width:100%;
}
.page-template-template-blog-simple .blog-item,
.page-template-template-home1 .blog-item {
height: 400px;
}
.blog-simple.top-margin {
margin-top: 70px;
}
.full-item, .item-sizer {
width:33.33%;
}
#blog-wrapper {
z-index:1;
position:relative;  margin-left:-2px;
margin-right:-2px;
width: 100%;
margin-top:-2px; }
.container-content {
z-index:2;
}
.ajax-content {
position: relative;
}
#ajax-loader {
position: absolute;
width: 100%;
height: 100%;
background: #fff;
display: none;
-webkit-transition: .5s;
transition: .5s;
z-index:222; }
.spinner {
margin: -30px auto 0;
width: 70px;
text-align: center;
}
.spinner > div {
width: 8px;
height: 8px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
#ajax-spinner {
position: absolute;
top: 100px;
left: 50%;
width: 86px;
height: 86px;
margin: -43px 0 0 -43px;
border-top: 2px solid #fff;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
border-radius: 50%;
-webkit-animation: spinner 1.1s infinite linear;
animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes ajax-spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ajax-spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}   .owl-carousel .owl-wrapper:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
z-index:8;
}
.fullscreen-slider {
height: 100vh;
position: relative;
overflow: hidden;
margin: 0 auto;
min-height: 50vh;
width: 100%;
}
.fullscreen-slider .owl-carousel {
height: 100%;
overflow: hidden;
}
.single-format-gallery .owl-carousel { overflow:hidden;
}
.portfolio-text .owl-carousel {
margin-bottom:35px;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight,
.owl-stage-outer.owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
overflow: hidden;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-dots {
text-align: center;
position: absolute;
bottom: 20px;
width: 100%;
z-index: 111;
}
.owl-carousel.owl-autoplay .owl-nav {
display: none;
}
.owl-dot {
display: inline-block;
width: 14px;
height: 14px;
margin: 5px 7px;
opacity: 0.5;
border-radius: 50%;
background: #fff;
}
.owl-dot.active {
opacity: 1;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
text-align: center;
width:100%;
}
.owl-theme .owl-pagination{
position:absolute;
text-align: center;
bottom:10px;
left:30%;
right:30%;
z-index:98;
}
.owl-theme .owl-nav div {
color: #FFF;
position:absolute;
display: inline-block;
background: rgba(0, 0, 0, 0.1);
top:50%;
margin-top:-25px;
zoom: 1;
content:"";
opacity: 0.6;
width:80px;
height:50px;
line-height:60px;
text-align:center;
z-index:99;
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.fullscreen-slider .owl-theme .owl-nav div,
.boxed-slider .owl-theme .owl-nav div {
background: transparent;
}
.owl-nav .owl-prev:before, .owl-nav .owl-prev:after,
.owl-nav .owl-next:before, .owl-nav .owl-next:after {
content: '';
position: absolute;
top: 16px;
right: 35px;
width: 26px;
height: 3px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-prev:before, .page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-prev:after,
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-next:before, .page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-next:after,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-prev:before, .page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-prev:after,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-next:before, .page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-next:after {
background-color: rgba(0, 0, 0, 0.8);
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
transform: translate3d(0px, 4px, 0px) rotate(-45deg);
}
.owl-nav .owl-prev:after, .owl-nav .owl-next:after {
transform: translate3d(17px, 4px, 0px) rotate(45deg);
}
.owl-nav .owl-prev:hover::before, .owl-nav .owl-next:hover::before {
transform: translate3d(-2px, 4px, 0px) rotate(-25deg);
background-color: #fff;
}
.owl-nav .owl-prev:hover::after, .owl-nav .owl-next:hover::after {
transform: translate3d(19px, 4px, 0px) rotate(25deg);
background-color: #fff;
}
.boxed-slider .owl-nav .owl-prev:before, .boxed-slider .owl-nav .owl-prev:after,
.boxed-slider .owl-nav .owl-next:before, .boxed-slider .owl-nav .owl-next:after {
background-color: rgba(255, 255, 255, 0.8);
}
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-prev:hover::before,
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-next:hover::before,
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-prev:hover::after,
.page-template-template-portfolio-fullscreen-slider2 .owl-nav .owl-next:hover::after,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-prev:hover::before,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-next:hover::before,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-prev:hover::after,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-nav .owl-next:hover::after {
background-color: #000;
}
.owl-nav .owl-prev {
transform: rotate(-90deg);
left:-15px;
}
.owl-nav .owl-next {
transform: rotate(90deg);
right:-15px;
}
.owl-theme .owl-nav div:hover{
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 14px;
height: 14px;
margin: 5px 7px;
opacity: 0.5;
border-radius:50%;
background: #fff;
}
.page-template-template-portfolio-fullscreen-slider2 .owl-theme .owl-controls .owl-page span,
.page-template-template-portfolio-fullscreen-slider-lightbox .owl-theme .owl-controls .owl-page span {
background: rgba(0, 0, 0, 0.5);
}
.boxed-slider .owl-theme .owl-controls .owl-page span {
background: #fff;
}
.owl-theme .owl-nav .owl-page.active span,
.owl-theme .owl-page:hover span{
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading{
min-height: 150px;
}
.owl-item img {
width: 100%;
}
.fullscreen-slider .owl-item img {
min-width: 100%;
min-height: 100%;
opacity: .6;
max-width: inherit;
}
.fullscreen-slider .owl-item {
min-height: 100%;
height: 100%;
background: rgba(255, 255, 255, 1);
}
.boxed-slider .owl-item img {
opacity: .55;
}
.fullscreen-slider .owl-item {
min-height: 100vh;
height: 100vh;
background: rgba(255, 255, 255, 1);
}
.boxed-slider .owl-item {
background: rgba(0, 0, 0, 1);
}
.images-container {
position: relative; clear: both;
z-index: 9;
}
.portfolio-text .images-container {
margin-bottom:45px;
}
.header-container .justified-gallery-container {
margin-bottom: 65px;  }
.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}   .half-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: row;
}
body:has(.half-container) .portfolio_video {
margin-bottom: 40px;
}
.half-container.container {
padding: 0 0px 40px 0px;
}
.half-container.half-gallery-right {
flex-direction: row-reverse;
}
.half-gallery-container {
width: 60%;
position: relative;
}
.half-text-container {
width: 40%;
position: relative;
}
.half-container .sticky-text {
padding: 40px;
position: relative;
}
.half-container.container .sticky-text {
padding: 40px 10px 40px 40px; position: sticky;
top: 0;
}
.half-container.container.half-gallery-right .sticky-text {
padding: 40px 40px 40px 10px;
}
.half-slide {
display: inline-block;
margin-bottom: 20px;
}
a.half-slide {
position: relative;
overflow: hidden;
}
.sticky-text h1 {
color: #272B2F;
font-size: 3.2em;
line-height: 1.2;
font-weight: 300;
margin-bottom: 35px;
}   .pointy-slider-wrapper {
position: relative;
height: 100vh;
padding: 75px 30px 30px 30px;
}
.menu-minimize .pointy-slider-wrapper {
padding-top: 30px;
}
.pointy-slider {
position: relative;
z-index: 1;
height: 100%;
overflow: hidden;
}
.pointy-slider li {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
}
.pointy-slider li.is-visible {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.pointy-slider .pointy-half-block {
height: 50%;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.pointy-slider .pointy-half-block.image a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.pointy-slider .image {
background-size: cover;
}
.pointy-slider .content {
padding: 30px;
color: #ffffff;
background-color: #767070;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pointy-slider .light-bg {
color: rgba(0, 0, 0, 0.6);
}
.pointy-slider .btn {
display: inline-block;
background: rgba(0, 0, 0, 0.2);
padding: 1em 1.6em;
margin-top: 1em;
font-size: 1.3rem;
color: #ffffff;
border-radius: 50em;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.no-touch .pointy-slider .btn:hover {
background: rgba(0, 0, 0, 0.6);
}
.pointy-slider li:nth-of-type(2) .content {
background-color: #ccd0c1;
}
.pointy-slider li:nth-of-type(3) .content {
background-color: #f3b96c;
}
.pointy-slider li:nth-of-type(4) .content {
background-color: #f46c6a;
}
.pointy-slider h2 {
font-size: 3.2em;
line-height: 1.2;
margin-bottom: .4em;
font-weight: 300;
color: #fff;
}
.pointy-slider h2 a {
color: #fff;
}
.pointy-slider p {
font-size: 1rem;
line-height: 1.6;
font-weight: 300;
}
.added-background {
position: relative;
}
.added-background:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.added-background div {
z-index: 2;
position: relative;
}
@media only screen and (min-width: 900px) {
.pointy-slider li {
pointer-events: none;
z-index: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: z-index 0s 0.6s;
transition: z-index 0s 0.6s;
}
.pointy-slider li.is-visible {
pointer-events: auto;
z-index: 3;
-webkit-transition: z-index 0s 0s;
transition: z-index 0s 0s;
}
.pointy-slider li.is-visible.covered {
z-index: 2;
}
.pointy-slider .pointy-half-block {
height: 100%;
width: 50%;
float: right;
}
.pointy-slider .pointy-half-block.content {
-webkit-transform: translateX(200%);
transform: translateX(200%);
-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
transition: transform 0.6s 0s ease-in-out;
}
.pointy-slider .pointy-half-block.image {
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0s 0.3s;
transition: transform 0s 0.3s;
}
.pointy-slider li.is-visible .pointy-half-block.content,
.pointy-slider li.is-visible .pointy-half-block.image {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.pointy-slider li.is-visible .pointy-half-block.content {
-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
transition: transform 0.6s 0s ease-in-out;
}
.pointy-slider .content { display: table;
padding: 0 40px;
}
.pointy-slider .content > div {
display: table-cell;
vertical-align: middle;
}
.pointy-slider .btn {
padding: 1.4em 2em;
font-size: 1.4rem;
}
}
@media only screen and (min-width: 1170px) {
.pointy-slider .content {
padding: 0 90px;
}
.pointy-slider h2 {
font-weight: 300;
}
}
.pointy-slider h2 {
text-transform: none;
}
.pointy-slider-navigation {
position: absolute;
z-index: 3;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 30px;
margin: 0;
}
.pointy-slider-navigation li {
display: inline-block;
margin: 0 .25em;
}
.pointy-slider-navigation li.selected a {
background-color: #ffffff;
}
.pointy-slider-navigation a {
display: block;
height: 20px;
width: 20px;
border-radius: 50%;
color: transparent; white-space: nowrap;
text-indent: 100%;
overflow: hidden;
border: 1px solid #ffffff;
}
@media only screen and (min-width: 900px) {
.pointy-slider-navigation {
padding: 0.5em 1em;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transform: translateZ(2px) translateX(-50%);
transform: translateZ(2px) translateX(-50%);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.pointy-slider-navigation.slider-animating {
-webkit-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
}
.pointy-slider-navigation a {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center; text-indent: 0;
border: none;
border-radius: 0;
color: #ffffff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pointy-slider-navigation li.selected a {
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
}
}   .about-me {
position: relative;
overflow: hidden;
clear: both;
margin-top: 60px;
font-size: 17px;
font-weight: 300;
line-height: 30px;
}
.about-me.container {
margin-top: 60px;
}
.about-me h2 {
margin-bottom: 35px;
}
.about-picture {
min-height: 300px; }
.about-me.text-right .about-picture,
.about-me.text-left .about-picture {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.about-me.text-left .about-picture {
flex-direction: row-reverse;
}
.about-picture-inner {
min-height: 300px;
width: 40%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.about-info { vertical-align: middle;
padding: 65px 10px;
width: 1200px;
margin: 0 auto;
position: relative;
}
.about-me.text-right .about-info,
.about-me.text-left .about-info {
display: table-cell;
vertical-align: middle;
padding: 65px 45px;
width: 60%;
background-color: rgba(0, 0, 0, 0.05);
}
.about-picture {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.contact-btn {
display: inline-block;
padding: 10px 25px;
margin: 0;
border: 2px solid rgba(39, 43, 47, 0.2);
font-size: 17px;
font-weight: 700;
width: auto;
text-align: center;
color: #272B2F;
pointer-events: auto;
text-transform: uppercase;
-webkit-transition: border-color 0.2s, color 0.2s;
transition: border-color 0.2s, color 0.2s;
}
.contact-btn:hover {
border: 2px solid rgba(39, 43, 47, 0.9);
}
.about-info p,
.contact-btn,
.about-me h2 {
z-index: 2;
position: relative;
}   .revealer-wrapper {
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 20px solid #fff;
border-top: 0;
position: relative;
}
.revealer-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex: 1;
height: 100%;
}
.revealer-column:not(:last-child) {
border-right: 20px solid #fff;
}
.revealer-item {
overflow: hidden;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-position: center;
background-size: cover;
}
.revealer-item:not(:last-child) {
border-bottom: 20px solid #fff;
}
.revealer-loadmore {
position: absolute;
bottom: 20px;
right: 20px;
width: 65px;
height: 65px;
z-index: 115;
}
.page-template-template-portfolio-revealer-content .revealer-loadmore {
position: relative;
float: right;
top: 0;
}
.revealer-next-projects,
.revealer-prev-projects {
position:absolute;
width: 60px;
height: 60px;
right: 0;
bottom: 0;
display: block;
-webkit-transition: opacity .3s 0s;
transition: opacity .3s 0s;
}
.revealer-prev-projects {
right: 60px;
left: 0;
}
.revealer-next-projects:before,
.revealer-next-projects:after,
.revealer-prev-projects:before,
.revealer-prev-projects:after {
top: 25px;
right: 27px;
}
.revealer-next-projects,
.revealer-prev-projects {
background: rgba(0, 0, 0, 0.1);
-webkit-transition: background-color .3s;
transition: background-color .3s;
}
.page-template-template-portfolio-revealer-content .revealer-next-projects,
.page-template-template-portfolio-revealer-content .revealer-prev-projects {
background: rgba(0, 0, 0, 0.3);
}
.revealer-next-projects:hover,
.revealer-prev-projects:hover {
background: rgba(0, 0, 0, 0.4);
}
.revealer-next-projects.hide,
.revealer-prev-projects.hide {
display: none;
visibility: hidden;
}
.revealer-item .loader {
position: absolute;
width:100%;
height: 100%;
z-index: 113;
background: rgba(255, 255, 255, 1);
}
.revealer-item:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 111;
background: rgba(160, 160, 160, 1);
}
.revealer-item.loaded:after {
display: none;
}
@-webkit-keyframes anim-effect {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-effect {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes anim-effect-appear {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes anim-effect-appear {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}   .tilt-wrapper {
position: relative;
overflow: hidden;
}
.tilt-row {
padding: 0; display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
}
.tilt-item {
display: block;
position: relative;
visibility: hidden;
width: 300px;
height: 415px;
margin: 1.5em 1.5em;
color: #fff;
flex: none;
perspective: 1000px;
}
.tilt-item:before {
content: '';
position: absolute;
opacity: 1;
left: 0;
top: 0;
width: 100%;
height: 100%; z-index: 1101;
-webkit-transition: opacity 0.8s ease-out;
transition: opacity 0.8s ease-out;
}
.tilt-item.loaded:before {
opacity: 0;
}
.tilt-item:hover,
.tilt-item:focus {
color: #fff;
outline: none;
}
.tilt-figure, .tilt-image {
margin: 0;
width: 100%;
height: 100%;
display: block;
}
.tilt-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
}
.tilt-image:after {
content: '';
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .2;
transition: opacity 0.2s ease-out;
}
.tilt-item:hover .tilt-image:after {
opacity: 0;
}
.tilt-figure {
position: relative;
}
.tilt-figure,
.tilt-caption,
.tilt-deco--lines {
transition: transform 0.1s ease-out;
}
.tilt-figure::before {
content: '';
position: absolute;
width: 90%;
height: 90%;
top: 5%;
left: 5%;
box-shadow: 0 15px 20px rgba(35,32,39,0.5);
}
.tilt-figure > * {
transform: translateZ(0px);
}
.tilt-caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 2em 4em;
z-index: 102;
}
.tilt-caption h6 {
font-size: 28px;
line-height: 30px;
color: #fff;
margin-bottom: 5px;
font-weight: 400;
}
.tilt-deco {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 105;
}
.tilt-deco--lines {
fill: none;
stroke: #fff;
stroke-width: 1.5px;
}
.tilt-item .tilt-figure::before { }   .loadmore-img {
display: none;
position: absolute;
width: 55px;
height: 55px;
z-index: 995;
background: rgba(39, 43, 47, 1);
}
.load-more {
text-align: center;
position: relative;
z-index: 990;
width: 100%;
height: 55px;
margin-top: 45px;
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
}
.single-portfolio-item-slug .load-more {
margin-bottom: 60px;
}
.load-more a {
display: block;
position: relative;
z-index: 990;
margin: 0 auto;
width: 55px;
height: 55px;
overflow: hidden;
border-radius: 100%;
background: rgba(39, 43, 47, 0.5);
-webkit-transition: background-color 0.3s, height 0.2s;
transition: background-color 0.3s, height 0.2s;
}
.load-more a:hover {
background: rgba(39, 43, 47, 1);
}
.load-more a:after,
.load-more a:before {
content: '';
position: absolute;
z-index: 990;
top: 27px;
right: 17px;
width: 22px;
height: 2px;
background-color: #fff;
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, height .2s;
transition: transform 0.3s, height .2s;
}
.load-more a:before {
transform: translate3d(0, 0, 0) rotate(90deg);
}
.load-more a:hover::before {
transform: translate3d(0, 0, 0) rotate(180deg);
}
.load-more a:hover::after {
transform: translate3d(0, 0, 0) rotate(90deg);
}
.load-more.hide {
visibility: hidden;
height: 0;
}   .portfolio-text h1,
.portfolio-text h2,
.portfolio-text h3,
.portfolio-text h4,
.portfolio-text h5,
.portfolio-text h6 {
padding: 5px 0 5px 0;
margin: 0 0 25px 0;
position: relative;
font-weight: 600;
}   .portfolio_container {
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
min-height: 70px; position: relative;
}
.portfolio-item-slug {
visibility: hidden;
}
.portfolio_container.boxed-style { }
#portfolio-gallery-wrapper.boxed-style {
margin: 0 10px;
}
#portfolio-gallery-wrapper.boxed-style.container {
margin: 0 auto;
}
.portfolio_container.container_fullwidth.boxed-style {
padding: 0 10px;
}
.container_fullwidth,
.container.container_fullwidth,
.container.fullwidth-navigation,
.fullwidth-navigation .nav_container {
width: 100%;
}
.container.fullwidth-navigation,
.fullwidth-navigation .nav_container {
padding: 0 30px;
}
.container.classic-gallery-normal, .classic-gallery-normal {
width: 1200px;
margin: 0 auto;
padding: 0 11.5%;
}
.container.classic-gallery-small, .classic-gallery-small {
width: 1200px;
margin: 0 auto;
padding: 0 18%;
}
.portfolio-four,
.portfolio-two,
.portfolio-six,
.portfolio-one,
.portfolio-three,
.portfolio-four-double {
width: 25%;
position: relative;
overflow: hidden;
z-index: 2;
}
.portfolio-four-double {
width: 50%;
}
.portfolio-six {
width: 16.66667%;
}
.portfolio-one {
width: 100%;
text-align: center;
margin: 0 auto;
}
.post-gallery .portfolio-one {
margin-bottom: 20px;
}
.portfolio-two {
width: 50%;
}
.portfolio-three {
width: 33.33334%;
}
.portfolio-five {
width: 20%;
}
.portfolio-eight {
width: 12.5%;
}
.boxed-style .portfolio-two {
width: calc(50% - 20px);
margin: 0 10px 20px 10px;
}
.boxed-style .portfolio-three {
width: calc(33.33334% - 20px);
margin: 0 10px 20px 10px;
}
.boxed-style .picture .portfolio-three {
width: calc(33.33334% - 2px);
margin: 1px;
float: left;
display: inline-block;
overflow: hidden;
}
.boxed-style .portfolio-four {
width: calc(25% - 20px);
margin: 0 10px 20px 10px;
}
.boxed-style .portfolio-five {
width: calc(20% - 10px);
margin: 0 5px 10px 5px;
}
.boxed-style .portfolio-five.size-2x1,
.boxed-style .portfolio-five.size-2x2 {
width: calc(40% - 20px);
}
.portfolio_sizer {
width: 20%; }
.boxed-style .portfolio-six {
width: calc(16.66667% - 10px);
margin: 0 5px 10px 5px;
}
.boxed-style .portfolio-eight {
width: 12.5%;
margin: 0;
}
.content-wrapper .portfolio-one a {
display: inline-block;
text-align: center;
margin: 0 auto ;
}
.content-wrapper .portfolio-one {
margin-bottom: 20px;
}
.portfolio-link:after {
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #fff;
content: "";
-webkit-transition: .5s;
transition: .5s;
z-index:111;
}
.portfolio-item-slug:has(.thumb-hover) .portfolio-link:after,
.revealer-item:has(.thumb-hover) .portfolio-link:after {
transition: 0s;
}
.portfolio-item-slug:hover .portfolio-link:after,
.revealer-item:hover .portfolio-link:after {
opacity: 0.8;
}
.portfolio-item-slug:has(.thumb-hover):hover .portfolio-link:after,
.revealer-item:hover:has(.thumb-hover) .portfolio-link:after {
opacity: 1;
}
.item-description {
position: absolute;
text-align:center;
font-size: 14px;
top: 50%;
width:100%;
padding:0 10px;
margin:0;
z-index:112;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
pointer-events: none;
}
.item-description h6 {
padding:0 10px;
margin:0;
opacity: 0;
font-size:20px;
line-height:1em; font-weight:400;
color: #272B2F;
text-transform:uppercase;
-webkit-transition: opacity .6s ease;
transition: opacity .6s ease;
}
.portfolio-item-slug:hover h6,
.revealer-item:hover h6 {
opacity: 1;
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.item-description a {
padding:0px;
cursor:pointer;
}
.item-description a:hover {}
.item-description p {
margin: 0;
font-size:12px;
line-height:14px;
}
.thumb {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
background-color: #ccc; }
.thumb-hover {
opacity: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 112;
}
.portfolio-item-slug .thumb {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.portfolio-item-slug.loaded .thumb {
opacity: 1;
}
.portfolio-item-slug .video-popup:before {
content: '\f04b';
position: absolute;
width: 80px;
height: 80px;
font-size: 50px;
line-height: 80px;
text-align: center;
color: #fff;
background: transparent;
text-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
z-index: 141;
top: 50%;
left: 50%;
opacity: .85;
font-family: 'FontAwesome';
-webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0);
transform: translateX(-50%) translateY(-50%) rotateZ(0);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.portfolio-item-slug:hover .video-popup::before {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
-webkit-transform: translateX(-65%) translateY(20%) rotateZ(120deg);
transform: translateX(-65%) translateY(20%) rotateZ(120deg);
opacity: .9;
}
.video-info-icon {
position: absolute;
z-index: 142;
width: 100px;
height: 100px;
top: 37%;
left: 50%;
opacity: 0;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.portfolio-item-slug:hover .video-info-icon {
opacity: 1;
}
.portfolio-item-slug:hover .thumb-hover,
.revealer-item:hover .thumb-hover {
opacity: 0.8;
}
.video-info-icon::before {
content: '\f067';
position: absolute;
width: 80px;
height: 80px;
font-size: 50px;
line-height: 80px;
text-align: center;
color: #fff;
background: transparent;
text-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
z-index: 143;
top: 50%;
left: 50%;
opacity: .85;
font-family: 'FontAwesome';
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}   .portfolio-three.portfolio-gallery-item {
opacity: 0;
}
.portfolio-gallery-item a::after,
a.half-slide::after {
content: attr(data-caption);
position: absolute;
text-align: center;
vertical-align: middle;
height: auto;
color: rgba(0, 0, 0, 0.6);
font-weight: 400;
padding: 30px 20px;
right: 0;
bottom: 0;
left: 0;
z-index: 12;
background-color: rgba(255, 255, 255, .85);
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio-gallery-item a.no-caption::after {
content: none;
}
.portfolio-gallery-item a:hover::after,
a.half-slide:hover::after {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}   .filters-container.container {
position: relative;
padding: 40px 10px;
text-align: right;
font-size: 14px;
font-weight: 400;
}
.filters-container li {
display: inline-block;
padding: 0 0 0 30px;
}
.filters-container a {
color: #272B2F;
-webkit-transition: opacity 0.1s ease-in;
transition: opacity 0.1s ease-in;
}
.filters-container a.active {
opacity: .6;
}
.filters-container a:hover {
opacity: .7;
}   .is-portfolio {
position: relative; }
.image-featured {
text-align: center;
position: relative;
}
.is-portfolio:after {
width: 100%;
height: 70px;
top: 0;
left: 0;
content: '';
position: absolute;
background-color: #f7f7f7;
z-index: -1;
}
.image-featured img {
margin: 0 auto;
}
.image-featured.page-size img {
width: 1200px;
}
.image-featured.text-size img {
width: 838px;
}
.portfolio-text {
padding: 115px 8% 35px 8%;
}
.portfolio-text.no-text {
padding: 45px 8% 35px 8%;
}
.text-container {
overflow: hidden;
clear: both;
}
.text-container .portfolio-text {
padding: 35px 8% 85px 8%;
}
.portfolio-text.hide-featured {
padding-top: 0;
}
.portfolio-info .cd-btn,
.subtitle .cd-btn {
display: block;
padding: .8em 1.4em;
margin: 25px 0 0 0;
border: 2px solid #272B2F;
font-size: 1rem;
font-weight: 700;
text-align: center;
color: #272B2F;
pointer-events: auto;
text-transform: uppercase;
-webkit-transition: border-color 0.2s, color 0.2s;
transition: border-color 0.2s, color 0.2s;
}
.subtitle .cd-btn {
display: inline-block;;
}
.cd-btn:hover {
border: 2px solid rgba(39, 43, 47, 0.6);
}   .portfolio-info .post-share {
font-size: 13px;
padding-top: 25px;
margin-top: 25px;
text-transform: uppercase;
font-weight: 600;
border-top: 2px solid rgba(0, 0, 0, 0.2);
float: none;
}
.portfolio-info .post-share a,
.portfolio-share .post-share a {
margin-left: 0;
}
.portfolio-share {
position: relative;
color: rgba(0, 0, 0, 0.8); clear: both; padding: 15px 45px;
margin: 0 auto; text-align: center;
}
.portfolio-share.container {
padding: 60px 0;
}
.portfolio-share .next,
.portfolio-share .prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.portfolio-share .next {
right: 10px;
text-align: right;
}
.portfolio-share .prev {
left: 10px;
text-align: left;
}
.portfolio-share .next em,
.portfolio-share .prev em {
display: block;
font-style: normal;
}
.portfolio-share .next:hover em,
.portfolio-share .prev:hover em {
color: #272B2F;
}
.portfolio-share .next span,
.portfolio-share .prev span {
display: block;
color: #272B2F;
font-size: 1.4em;
text-transform: uppercase;
font-weight: 400;
padding: 10px 0;
}
.post-content .portfolio-share {
color: rgba(0, 0, 0, 0.8);
}
.post-footer .portfolio-share {
background: none;
margin: 0;
padding-right: 0;
padding-top: 37px;
padding-bottom: 0;
width: auto;
display: inline-block;
float: right;
}
.portfolio-share .post-share {
float: none;
}   .sticky, .screen-reader-text, .bypostauthor {
border: none;
}
.sticky.blog-item .blog-link:before,
.tag-sticky-2.blog-item .blog-link:before,
.tag-sticky-1.blog-item .blog-link:before,
.tag-sticky.blog-item .blog-link:before,
.post-1241.blog-item .blog-link:before {
background: rgba(0, 0, 0, 0.7);
}
.blog-content .sticky.type-post h2,
.blog-content .tag-sticky-2.type-post h2,
.blog-content .tag-sticky-1.type-post h2,
.blog-content .tag-sticky.type-post h2,
.blog-content .post-1241.type-post h2 {
border-bottom: 3px solid rgba(255, 255, 255, 0.5);
border-top: 3px solid rgba(255, 255, 255, 0.5);
} .header-container {
padding-top: 65px;
}
.wp-caption {
max-width: 100%;
position: relative;
}
.post-page .post-content { padding: 65px 85px 85px 0; }
.blog-nosidebar:not(.is-gallery) .post-page .post-content {
padding: 65px 20px 85px 20px;
}
.type-page .post-content {
padding: 65px 85px;
}
.error404 .post-content,
.no-padding,
.no-padding.post-page .post-content,
.no-padding.type-page .post-content {
padding-top: 0;
}
.post-page .post-content.right-sidebar:before {
background: #f2f2f2;
content: "";
display: block;
height: 100%;
position: absolute;
right: 0;
bottom: 0;
width: 25%;
z-index: 1;
}
.double-column {
-webkit-column-count:2;
column-count:2;
column-gap: 50px;
}
.third-masonry {
width:33.3%;
margin:0;
display: inline-block;
padding:0 2px;
margin-bottom: 4px;
overflow: hidden;
}
.two-masonry {
width:50%;
margin:0;
display: inline-block;
padding:0 2px;
margin-bottom: 4px;
overflow: hidden;
}
.one-masonry {
width:100%;
margin:0;
display: inline-block;
padding:0;
margin-bottom: 20px;
overflow: hidden;
}
.post-gallery {
padding-bottom: 65px;
}   .post-meta {
position:absolute;
left: 50%;
text-align:center;
bottom: 0;
padding:10px;
font-size:13px;
z-index: 11;
text-transform: uppercase;
font-weight:400;
}
.title-position-under .post-meta {
position: relative;
max-width: 70%;
left: 0;
padding: 0;
text-align: left;
}
.post-meta a {
text-decoration: none;
color:inherit;
position: relative;
}
.post-meta a:hover {
color: #272B2F;
}
.single-date {
color: #999; padding:15px 20px;
margin:0 auto;
}
.title-position-under .single-date {
padding: 15px 0;
}
.single-date em {
font-style: normal;
font-weight: 700;
}
.single-cats,
.single-tags,
.single-author,
.single-comments,
.single-number {
padding:0 6px 0 2px;
position:relative;
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
.slider-title .single-author {
padding:0;
}
.single-author:before,
.single-comments:before,
.single-tags:before {
content: "";
position:absolute;
background: #999;
width:20px;
height:1px;
left:8px;
top: calc(50% - 1px);
}
.single-tags:before {
left:8px;
top: 59px;
}
.slider-title .single-author:before {
display:none;
}
.post-footer {
width:100%;
border-top:2px solid rgba(0,0,0,0.05);
padding: 0 0 20px 0;
margin-top:55px;
position:relative;
text-align: left;
clear: both; } .page-template-default .post-footer {
width:80%;
margin-left: auto;
margin-right: auto;
}
.post-footer a {
font-weight:400;
}
.post-footer a:hover {
color:#222;
}
.post-share {
font-size: 13px;
text-transform: uppercase;
font-weight: 400;
}
.author-social {
padding:0 0 15px 0;
}
.post-share a,
.author-social a {
border-radius:50%;
width:40px;
height:40px;
font-size:18px;
text-align:center;
line-height:40px;
margin-left:5px;
-webkit-transition: background-color 0.35s, color 0.35s;
transition: background-color 0.35s, color 0.35s;
}
.author-social a {
width:30px;
height:30px;
line-height:30px;
font-size:14px;
margin-left:0px;
background-color:#fff;
}
.sidebar-content .author-social a {
background-color: transparent;
}
.post-share a:hover,
.widget .author-social a:hover {
background-color:#333;
color:#fff;
}
.sidebar-content .author-social a:hover {
background-color:#fff;
color:#222;
}
.post-footer .cats,
.post-footer .single-tags {
position:relative;
display:inline-block; padding: 50px 0 10px 0;
line-height: 1.6;
font-weight: 400;
}
.post-footer .cats {
font-size: 13px;
text-transform: uppercase;
}
.post-footer .cats a,
.single-tags a {
position:relative;
}
.single-author,
.single-comments,
.post-footer .single-tags,
.post-footer .portfolio-share {
padding-left: 42px;
}   .author-info {
margin:0 12% 0 12%;
padding:0 35px 95px 35px;  position:relative;
}
.author-avatar {
float:left;
position: relative;
width:96px;
height:96px;
border-radius:50%;
border:2px solid transparent;
overflow:hidden;
-webkit-transition: border-color 0.35s;
transition: border-color 0.35s;
}
.widget .author-avatar {
margin-right:25px;
}
.author-avatar img {
height: auto;
width: 100%;
}
.author-description {
margin-left:120px;
}
.author-description h3,
.description h3 {
margin-bottom: 15px;
font-size: 22px;
line-height: 26px;
font-weight:700;
color: rgba(0, 0, 0, 0.8);
}
.description h3 {
font-size: 18px;
}
.container p.author-bio {
font-size: 15px;
font-weight: 400;
line-height:24px;
margin-bottom: 15px;
}
.container .widget p.author-bio {
margin:0;
}
a.author-link {
display:inline-block;
position: relative;
font-size: 13px;
line-height: normal;
text-transform: uppercase;
font-weight: 600;
}
a.author-link:hover {
color:#222;
}   .post_thumb a img {
margin: 0 auto;
width:100%;
}
img.size-full {
height: auto;
max-width: 100%;
}
.wp-caption.alignright, img.alignright {
margin: 0 0 20px 20px;
}
.wp-caption.alignleft, img.alignleft {
margin: 0 20px 20px 0;
}
.alignright {
display: inline;
float: right;
position: relative;
}
.alignleft {
display: inline;
float: left;
position: relative;
}
.alignnone {
margin-top:40px;
margin-bottom:40px;
max-width: 100%;
position: relative;
}
.aligncenter {
display:block;
margin:0 auto;
padding:10px 0;
}
.alignnone img {
width:100%;
}
.alignnone .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-caption-text,
.aligncenter .wp-caption-text,
.gallery-caption {
position: absolute;
background: #fff;
background: rgba(255, 255, 255, 0.85);
font-size: .75em;
text-transform: uppercase;
top: 30px;
left: 30px;
color: #333;
font-weight: 500;
padding: 10px 15px;
-webkit-transition: opacity 0.35s;
-ms-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.gallery-caption,
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
opacity: 0;
}
.alignright:hover .wp-caption-text,
.alignleft:hover .wp-caption-text,
.gallery-item:hover > .gallery-caption {
opacity: 1;
}   @media only screen and (min-width: 959px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
}
}
p.has-large-font-size {
font-size: 36px;
}
p.has-small-font-size {
font-size: 13px;
}
.has-main-green-color {
color: #33b996;
}
.has-main-green-background-color {
background-color: #33b996;
}
.has-light-gray-color {
color: #999;
}
.has-light-gray-background-color {
background-color: #999;
}
.has-dark-gray-color {
color: #272B2F;
}
.has-dark-gray-background-color {
background-color: #272B2F;
}   .container.title_container {
width: 100%;
min-height: 300px; position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.page-template-template-blog-standard .container.title_container,
.page-template-template-blog-simple .container.title_container,
.page-template-template-blog-chess .container.title_container,
.page-template-template-home1 .container.title_container,
.page-template-templates .container.title_container {
margin-bottom: 80px;
}
.page .container.title_container {
background-color: rgba(10, 10, 10, 0.1);
}
.container.title-position-under {
padding: 25px 10px 0 10px;
visibility: hidden;
}
.container.portfolio_title {
padding: 75px 10px 105px 10px;
}
.single-post .container.title_container {
margin-bottom: 0;
}
.container.title_container.titleheight-standard {
height: 380px;
}
.container.title_container.titleheight-30 {
height: 30vh;
}
.container.title_container.titleheight-50 {
height: 50vh;
}
.container.title_container.titleheight-80 {
height: calc(80vh - 75px);
}
.container.title_container.titleheight-100 {
height: calc(100vh - 75px);
}
.container.title_container.titleheight-standard.no-thumb,
.container.title_container.no-thumb {
height: auto;
display: block;
border: 0;
border-radius: 0;
min-height: inherit;
overflow: visible;
}
#page-title {
padding: 65px 40px;
width: 1200px;
text-align: center;
margin: 0 auto;
position: relative;
}
.subtitle {
position: relative;
max-width: 550px;
margin: 0 auto;
text-align: center;
opacity: .6;
}
.portfolio_title:not(.titlestyle-center) .subtitle {
margin: 0;
}
.subtitle p {
text-align: center;
margin: 0;
font-size: 16px;
font-weight: 400;
}
.fullscreen-title .subtitle {
color: #272B2F;
}
.boxed-slider .fullscreen-title .subtitle {
color: #fff;
}
.fullscreen-title.vegas-title {
position: absolute;
z-index: 111;
width: 100%;
top: 0;
height: 100%;
}
.recent-title {   position: relative;
padding: 85px 10px 30px 0;
}
.recent-title h3 {   position: relative;
font-size: 2.3em;
font-weight: 300;
letter-spacing: 1px;
}
.title_container #page-title,
.fullscreen-title #page-title {
visibility: hidden;
position: absolute;
padding: 0 10px;
top: 50%;
left: 50%;
z-index: 2;
pointer-events: none;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
#page-title h1,
.container.portfolio_title h1,
.title-position-under h1 {
color: #272B2F;
margin: 45px 0; font-size: 3.2em;
line-height: 1.2;
font-weight: 300;
}
.single-post #page-title.has-subtitle h1,
.page #page-title.has-subtitle h1 {
margin-bottom: 5px;
}
.single-post .container .twelve.columns.blog-nosidebar:not(.is-gallery) {
float: none;
display: block;
margin: 0 auto;
}
.container.portfolio_title h1 {
margin: 5px 0;
}
.title-position-under h1 {
margin-bottom: 0;
}
.fullscreen-title #page-title h1,
.boxed-slider #page-title h1,
.boxed-slider h1 {
color: #fff;
}
.fullscreen-title #page-title h1 {
color: #272B2F;
}
.page-template-template-portfolio-autoplay-slider .fullscreen-title #page-title h1,
.page-template-template-portfolio-boxed-slider .fullscreen-title #page-title h1 {
color: #fff;
}
#page-title span {
color: #999;
}
#page-title.titlestyle-left,
.titlestyle-left .subtitle,
.titlestyle-left .subtitle p,
.portfolio_title .subtitle,
.portfolio_title .subtitle p {
text-align: left;
}
.portfolio_title.titlestyle-right,
#page-title.titlestyle-right,
.titlestyle-right .subtitle,
.titlestyle-right .subtitle p {
text-align: right;
}
.portfolio_title.titlestyle-center,
.portfolio_title.titlestyle-center .subtitle,
.portfolio_title.titlestyle-center .subtitle p {
text-align: center;
}
.titlestyle-left .subtitle,
.titlestyle-right .subtitle {
margin: 0;
}
.titlestyle-right .subtitle {
width: auto;
max-width: none;
margin-left: 55%;
}
#page-title.titlestyle-left,
#page-title.titlestyle-right {
padding-left: 10px;
padding-right: 10px;
}
.container.title_container.archive-container {
background: transparent;
height: auto;
min-height: 1px;
padding-bottom: 25px;
}
.container.title_container.archive-container #page-title {
padding: 0 10px;
position: relative;
left: 0;
top: 0;
text-align: left;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.container.title_container.archive-container #page-title h1 {
font-size: 1em;
line-height: 1.2;
font-weight: 700;
}
.container.title_container.archive-container #page-title span {
display: block;
font-size: 2.2em;
font-weight: 300;
}   blockquote {
color: #a1a1a1;
margin: 35px 30px 35px 20px;
padding:0 20px 0 60px;
position: relative;
}
.blog-item blockquote {
margin: 0 35px;
padding:0;
position: absolute;
left: 0;
top: 50%;
line-height: 1.2em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.blog-item:hover blockquote {
opacity: 1;
}
blockquote:before {
content: '\f10d';
font-family: "FontAwesome";
font-size: 28px;
position: absolute;
left: 0;
}
.blog-item blockquote:before {
content: none;
}
.container blockquote p {
font-weight:300;
font-size: 22px;
line-height: 38px;
font-style: italic;
}
.loop-page blockquote {
font-size:18px;
line-height: 24px;
margin:0;
padding: 45px 30px 30px 30px;
}
.post-link .fa.fa-link::before,
.post-quote .fa.fa-quote-right {
font-size: 28px;
color: #a1a1a1;
}
.format-link:hover .post-title {
opacity: 1;
}
.format-link h2::before {
position: absolute;
content: '\f0c1';
font-family: "FontAwesome";
left: -30px;
color: #a1a1a1;
}
.blog-content .type-post.format-link:hover h2 a {
color: #a1a1a1;
}
.format-link-url {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}   a#group {
cursor: zoom-in;
}
.gallery {
width: calc(100% - -20px);
}
.gallery .gallery-item {
position: relative;
display: inline-block;
width: 100%;
margin: 0;
padding: 0 20px 28px 0;
text-align: center;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery-columns-0 .gallery-item {
width: 100%;
margin: 0 auto;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}   .related-columns {
position: relative;
overflow: hidden;
clear: both;
}
.related-item.blog-item {
width: 33.3334%;
height: 260px;
display: inline-block;
float: left;
margin-bottom: 0;
}
.related-posts-count-6 .related-item.blog-item {
width: 16.6667%;
height: 190px;
}
.related-posts {
position: relative;
}
.related-posts ul,
.related-posts ul li {
padding:0;
margin:0;
list-style:none;
}
.related-posts ul {
overflow:hidden;
background-color:#f0f0f0;
}
#related-posts {
position: relative;
padding: 0 10px 30px 10px;
font-size: 2.3em;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
color:#272B2F;
}
.container.related-posts-title {
text-align: left; padding: 15px 20px;
}
.related-posts .one-post {
display:inline-block;
overflow:hidden;
width:50%;
height:550px;
float:left;
position:relative;
border:2px solid #f7f7f7;
}
.related-posts .one-post::before {
position: absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(240,240,240,0.45);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.related-posts .one-post:hover::before {
opacity: 1;
}
.right-sidebar .related-posts .one-post {
height:350px;
}
.related_inner {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: 10% center;
-webkit-background-size: cover;
background-size: cover;
background-color:#f0f0f0;
}
.related_inner .page-title {
top: calc(50% - 50px);
}
.related_inner .page-title h3 {
line-height: 24px;
display: inline-block;
position: relative;
clear: both;
float: none;
padding: 20px 35px;
margin: 0;
font-size: 1.6em;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
color:#333;
background: rgba(255,240,73,0.85);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
.related_inner .page-title h3 a {
color:inherit;
}
.related_inner .single-date {
padding: 10px 15px;
}
.related_inner .cover-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 7;
-ms-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.related_inner .single-cats:before,
.related_inner .single-tags:before,
.related_inner .single-author:before,
.related_inner .single-comments:before {
left: 6px;
top: 0px;
}   #comments-title {
font-size: 2.3em;
margin: 0 auto;
position: relative;
display: inline-block;
padding: 5px 0; text-transform: uppercase;
font-weight: 300;
color: #272B2F;
}
.comments-title {
text-align: center;
margin-bottom: 35px;
}
.comments-inner {
padding:0 40px;
visibility: hidden;
height: 0;
opacity: 0;
overflow: hidden;
-webkit-transition: .6s ease;
transition: .6s ease;
background: rgba(0,0,0,0.05);
}
.comments-inner.show-comments {
padding:75px 40px 35px 40px;
opacity: 1;
height: auto;
visibility: visible;
}
.comments-number {
color: #fff;
text-align: center;
border-radius: 50%;
font-size: 20px;
width: 50px;
height: 50px;
line-height: 50px;
font-style: normal;
font-weight:400;
position: absolute;
z-index: 22;
top: -27px;
left: calc(50% - 25px);
background: #ccc;
cursor: pointer;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
}
.comments-number:hover {
background: #33b996;
}
.comments-container,
.comment { }
.comment-respond {
clear:both;
}
.comment-respond a {
color:#333;
}
.container .logged-in-as {
padding-bottom:10px;
font-size:14px;
font-weight: 500;
}
.logged-in-as a {
color:#8c8c8c;
}
ol.commentlist {
float:left;
width:100%;
margin: 0;
}
ol.commentlist li {
float:left;
padding: 5px 0 0 0;
width:100%;
}
.status-publish ol.commentlist li {
opacity: 1;
}
ol.commentlist li:first-child {
border:none;
padding: 15px 0 0px 0;
}
ol.commentlist li {
list-style: none;
}
ol li ul.children{
margin:0px;
margin-left:5px;
position:relative;
}
ol.commentlist li ul.children li:first-child {
padding: 0;
font-size: 12px;
}
ol.commentlist li ul.children li {
padding: 0;
margin:5px 0;
font-size: 12px;
}
.comments {
float:left;
width:100%;
}
.comments-amount {
color: #888;
}
ol li ol.childlist .comment-text {
}
.avatar {
float:left;
width:44px;
overflow: hidden;
}
.comment-text {
margin-left:0;
}
.comment-text p {
padding-right:15px;
}
.container .comment-text p {
font-size: 15px;
font-weight: 300;
line-height: 22px;
}
.depth-2 .comment-text {}
.depth-3 .comment-text {}
.comment-text strong {
float:left;
padding-right:5px;
font-size:12px;
}
.comment-text span {
float:left;
color:#888;
}
.comment-author {
width:100%;
padding:0;
color: #222;
font-size:18px;
font-weight: 700;
}
.comment-author a {
color: #222;
font-size:18px;
font-weight: 700;
}
.comment-author img {
width:60px;
height:60px;
overflow:hidden;
position:relative;
border-radius:50%;
}
.children .comment-author img {
border:0;
}
.comment-author cite {
display:inline-block;
padding:0 0 0 20px;
font-style: normal;
margin-top:10px;
}
.comment-author .says {
display:none;
}
.comment-meta {
padding:5px 0 25px 80px;
font-size:13px;
}
.comment-meta a:hover {
color:#222;
}
.comment-content p {
line-height:26px;
margin: 15px 0;
}
.comment-content {
padding:15px 25px 13px 30px;
background:#fff;
position:relative;
margin-bottom: 40px;
overflow: hidden;
}
.comment-content:after {
content: '';
position: absolute;
top: -10px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
}
.comment-body {
position:relative;
}
.comment-body .reply {
position:relative;
top:-25px;
text-align: right;
}
span.reply {
display:inline-block;
}
span.date {
padding:0 40px 0 20px;
font-style:italic;
font-size: 13px;
color: #aaa;
display:inline-block;
position:relative;
}
span.date:after {
position:absolute;
right:10px;
height:3px;
width:20px;
top: 44%;
background-color: rgba(0,0,0,0.1);
content: "";
}
span.date a {
color: #aaa;
}
span.date a:hover {
color: #8abeb2;
}
.comment-content-text {
clear:both;
padding:15px 0 0 0;
}
.comments-container a.comment-reply-link {
position:relative;
font-size:13px;
text-transform: uppercase;
}
a.comment-reply-link:hover,
.comment-respond a:hover {
color: #222;
}
a.comment-reply-link::before {
content: "";
position: absolute;
bottom: -1px;
right: 0;
width: 0;
height: 2px;
background: #33b996;
-webkit-transition: .3s ease;
transition: .3s ease;
}
a.comment-reply-link:hover::before {
width: 100%;
}
#cancel-comment-reply-link:hover,
a.comment-reply-link:hover { }
.type-post h3.comment-reply-title {
margin-bottom:0;
text-transform: uppercase;
font-weight: 300;
}
.comment-form {
padding: 0 0 15px 0;
overflow:hidden;
}
#cancel-comment-reply-link {
text-transform:none;
margin-left:15px;
padding-left:20px;
position:relative;
color:#8c8c8c;
}
.logged-in-as {
padding:0;
line-height:normal;
}   .sidebar-btn,
.search-btn {
position: relative;
display: block;
left: 20px;
top:-120px;
width: 40px;
height: 30px;
z-index: 900;
opacity: 1;
}
.project-navigation.woocommerce-navigation .sidebar-btn {
top:22px;
left: auto;
right: 0;
}
.search-btn {
top: -60px;
}
.sidebar-btn span {
position: absolute;
top: 21px;
left: 10px;
width: 25px;
height: 2px;
margin-top: -1px;
background-color: #272B2F;
}
.sidebar-btn.cd-is-visible {
opacity: 1;
}
.project-navigation .sidebar-btn:before,
.project-navigation .sidebar-btn:after {
content: '';
position: absolute;
width: 25px;
height: 2px;
left: 10px;
top: 50%;
background-color: #272B2F;
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transform-style: flat;
-webkit-transition: -webkit-transform 0.3s, background-color .3s;
transition: transform 0.3s, background-color .3s;
}
.project-navigation .sidebar-btn::before {
transform: translate3d(0, -7px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn::after {
transform: translate3d(0, 7px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn:hover::before {
transform: translate3d(0, -9px, 0px) rotate(0deg);
}
.project-navigation .sidebar-btn:hover::after {
transform: translate3d(0, 9px, 0px) rotate(0deg);
}
.project-navigation .search-btn:before,
.project-navigation .search-btn:after {
content: '';
position: absolute;
transform: translate3d(0, 0, 0) rotate(0deg);
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.project-navigation .search-btn:before {
width: 15px;
height: 15px;
left: 10px;
top: 5px;
border-radius: 50px;
border: 2px solid #272B2F;
background: transparent;
}
.project-navigation .search-btn:after {
left: 24px;
top: 23px;
width: 10px;
height: 2px;
background:#272B2F;
transform: rotate(45deg);
}
.project-navigation .search-btn:hover::before,
.light-scheme .project-navigation .search-btn:hover::before {
background: transparent;
transform: translate3d(0, 0, 0) rotate(0deg);
}
.project-navigation .search-btn:hover::after {
transform: translate3d(3px, -4px, 0) rotate(23deg);
}
.floated-sidebar {
position: fixed;
z-index: 1001;
top: 0;
right: 0;
height: 100%;
width: 440px; background: #fff;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3 ease-in-out;
}
.floated-sidebar.left-sidebar .sidebar-holder {
padding: 95px 70px 75px 55px;
}
.floated-sidebar.right-sidebar {
right: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.floated-sidebar.left-sidebar {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.floated-sidebar.is-visible {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.sidebar-close {
position: absolute;
top: 10px;
right: 10px;
display: inline-block;
height: 55px;
width: 55px;
overflow: hidden; }
.sidebar-close::before, .sidebar-close::after {
position: absolute;
content: '';
top: 25px;
left: 18px;
height: 3px;
width: 20px;
background-color: #555;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sidebar-close::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sidebar-close::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.no-touch .sidebar-close:hover { }
.sidebar-close:hover::before, .sidebar-close:hover::after {
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.sidebar-close:hover::before {
-webkit-transform: rotate(220deg);
transform: rotate(220deg);
}
.sidebar-close:hover::after {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.sidebar-holder {
width: calc(100% + 20px);
height: 100%;
padding: 75px 85px 75px 70px;
overflow-y: scroll;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.sidebar-content { -webkit-overflow-scrolling: touch;
color: rgba(255, 255, 255, 0.86);
}
.sidebar-content .widget-title { color: rgba(0, 0, 0, 0.45);
padding: 0 0 20px 0;
}
.sidebar-content,
.sidebar-content .widget-title {
color: #272B2F;
}
.sidebar-hider {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6 ease;
}
.sidebar-hider.is-visible {
opacity: 1;
visibility: visible;
}   .search-bar {
position: fixed;
opacity: 0;
visibility: hidden;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.95);
width: 100%;
height: 100%;
transition: all 200ms linear;
z-index: 99998;
}
.search-bar.show {
opacity: 1;
visibility: visible;
}
.search-bar-form {
width: 50%;
position: absolute;
z-index: 99999;
left: 50%;
top: 50%;
padding: 50px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.search-bar-form .search-form input {
color: #fff;
border: 2px solid rgba(255, 255, 255, 0.2);
}
.search-bar-form .search-form input:focus {
border: 2px solid rgba(255, 255, 255, 0.9);
}   .widget-title {
padding:20px 0 30px 0;
font-size:18px;
text-transform: uppercase;
font-weight: 400;
}
.widget {
padding-top:5px;
padding-bottom:65px;
}
.widget.widget_recent_entries li,
.widget.widget_categories li,
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_recent_comments li,
.nosearch-results.nosearch-cats li {
font-size:16px;
font-weight: 500;
margin:0;
list-style: none;
padding:8px 0;
position: relative;
}
.widget a,
.nosearch-results.nosearch-cats a {
position: relative;
color: #999; }
.widget.widget_recent_comments {
color: #999;
}
.widget a:hover,
.nosearch-results-cats a:hover,
.nosearch-results.nosearch-cats a:hover { color: #272B2F;
}
.widget.widget_recent_entries li a:before,
.widget.widget_categories li a:before,
.widget.widget_archive li a:before,
.widget.widget_pages li a:before,
.widget.widget_meta li a:before,
.nosearch-results.nosearch-cats li a:before {
content: "";
position: absolute;
bottom: -2px;
left: 50%;
width: 0;
height: 2px;
background: #33b996;
-webkit-transition: width .3s ease;
transition: width .3s ease;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.widget.widget_recent_entries li a:hover::before,
.widget.widget_categories li a:hover::before,
.widget.widget_archive li a:hover::before,
.widget.widget_pages li a:hover::before,
.widget.widget_meta li a:hover::before,
.nosearch-results.nosearch-cats li a:hover::before {
width: 70%;
}
.widget.widget_archive select,
.widget.widget_categories select {
display: block;
margin: 0 auto 10px auto;
padding: 15px 10px;
border-radius: 0;
}
.sidebar-holder .widget.widget_archive select,
.sidebar-holder .widget.widget_categories select {
margin: 0 0 10px 0;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}   #ajax-alp-load-posts {
display: block !important;
text-align: center;
width: 100%;
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
border-top: 1px solid #fff;
}
#ajax-alp-load-posts a {
display: inline-block;
width: 100%;
margin: 0 auto;
padding: 25px;
color: #333;
background: #fff;
-webkit-transition: background-color 0.35s, color 0.1s;
transition: background-color 0.35s, color 0.1s;
}
#ajax-alp-load-posts a:hover, #ajax-alp-load-posts a:active {
background: #222;
color: rgba(255, 255, 255, 0.8);
}
.pagination {
overflow:hidden;
width:100%;
position:relative;
margin:0;
padding:10px 60px; color:#333;
text-align:center;
}
.pagination a {
color:#333;
}
.nav-previous,
.nav-next {
display: inline-block;
}
.nav-previous a,
.nav-next a {
display: inline-block;
color: #888;
position: relative;
font-size:15px;
font-weight:400;
line-height:22px;
z-index: 2;
padding: 0px;
margin: 40px 30px 0 30px;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.nav-next a {
padding: 19px 45px 19px 20px;
}
.nav-previous a:hover,
.nav-next a:hover {
color: #222;
}   .container.no-content {
padding: 25px 0 75px;
overflow: hidden;
}
.no-content h6 {
font-size: 22px;
font-weight: 600;
padding: 35px 0;
text-align: center;
color: rgba(0, 0, 0, 0.45);
}
.light-scheme .no-content h6 {
color: rgba(0, 0, 0, 0.5);
}
.search404_post {
width:33.333%;
float:left;
padding-top:115px;
}
.nosearch-results {
padding:0 20px;
}
.nosearch-results a:hover {
color: #33b996;
}
.nosearch-results .circle_list li, li.cat-item { }
.search-month {
padding:5px 0;
font-weight:bold;
}   .tagcloud {
overflow: hidden;
}
.tagcloud a, .tags-cloud a {
padding: 5px 15px;
display: inline-block;
float: left;
border: 2px solid rgba(0, 0, 0, 0.2);
color: #272B2F;
font-size:14px;
line-height: normal;
font-weight: 500;
margin: 0 6px 6px 0;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.nosearch-results.tags-cloud a {
border: 2px solid rgba(0, 0, 0, 0.2);
color: #272B2F;
}
.nosearch-results.tags-cloud a:hover {
color: #33b996;
}
.tagcloud a:last-child {
margin-right:0;
}   .latest-post-blog {
display:table;
}
.widget li.latest-post-blog {
border:none;
}
.latest-post-blog a.widget-thumb img,
.no-thumb {
width:60px;
height:60px;
display:table-cell;
overflow:hidden;
border-radius:50%;
background:rgba(255,255,255,0.1);
}
.latest-post-blog a.widget-thumb,
.latest-post-blog a.latest-title {
display:table-cell;
vertical-align:middle;
text-align: left;
}
.latest-post-blog a.latest-title {
position: relative;
left: 15px;
}   .widget-themeworm_social {
font-size:16px;
display: inline-block;
}
.nav_container .widget-themeworm_social {
margin-left: 35px;
}
.nav_container.social-left .widget-themeworm_social {
margin-left: 0;
}
.no-social .widget-themeworm_social {
display: none;
}
.social-widget-inner {
text-align:left;
}
.widget-themeworm_social a {
display: inline-block;
width: 48px;
height: 48px;
margin: 0 8px 8px 0; background-color: rgba(0,0,0,0.1);
line-height: 48px;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.widget-themeworm_social a:hover {
background-color: #333;
color: #fff;
}
.header-sidebar .social-widget-inner {
text-align: right;
}
.header-sidebar.widget-themeworm_social a {
background-color: transparent;
color:rgba(255, 255, 255, 0.5);
margin: 0;
width: 30px;
height: 40px;
height: inherit;
line-height: normal;
padding: 26px 0;
}
.menu-minimize .header-sidebar.widget-themeworm_social a {
height: auto;
padding: 0;
}
.header-sidebar.widget-themeworm_social a, .search-icon {
color:#272B2F;
}
.header-sidebar.widget-themeworm_social a:hover {
background-color: transparent;
color: #fff;
}
.header-sidebar.widget-themeworm_social a:hover {
color: rgba(0, 0, 0, 0.6);
}   .widget_calendar {}
#wp-calendar {
width: 100%;
border: 0;
font-size: 16px;
}
#wp-calendar caption {
text-align: center;
margin-top: 10px;
margin-bottom: 15px;
border: 0;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
}
#wp-calendar tbody {}
#wp-calendar td,
#wp-calendar th {
text-align: center;
padding:6px;
font-weight: 500;
border: 0;
}
#wp-calendar tr {
border: 0;
}
#wp-calendar tbody td:hover { }
#wp-calendar td {
background: rgba(255, 255, 255, 0.05);
}
#wp-calendar td a {
opacity: .5;
}
#wp-calendar td a:hover {
opacity: 1;
}
#wp-calendar .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 14px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 14px;
text-transform: uppercase;
padding-top: 10px;
}   .mc4wp-form {
overflow: hidden;
}
.mc4wp-form label {
display: none;
}
.mc4wp-form p {
display: inline-block;
margin: 0;
margin-top: 15px;
float: left;
}
.mc4wp-form input[type="submit"] {
padding: 10px;
border: 1px solid transparent;
text-transform: capitalize;
}
.mc4wp-alert {
color: #fff049;
}   #footer {
overflow: hidden;
clear: both;
}
.copyright {
overflow: hidden;
text-align: center; }
.copyright .widget_rss {
text-align: left;
}
.widget_rss li {
padding: 15px 0;
}
.copyright { }
.copyright { font-size: 14px;
font-weight: 400;
line-height: normal;
padding: 60px 0;
}
.copyright a:hover { }
.copyright .textwidget {
padding: 5px 0;
}
.copyright .widget.widget_text {
padding-bottom:0;
}   @media only screen and (min-width: 1199px) and (max-width: 1379px) {
.container.title-position-under {
padding-left: 80px;
padding-right: 80px;
}
.post-page .post-content,
.container.related-posts-title {
padding-left: 70px;
}
.post-gallery {
padding-right: 70px;
}
}
@media only screen and (min-width: 959px) and (max-width: 1119px) {
.container.title-position-under {
padding-left: 80px;
padding-right: 80px;
}
.post-page .post-content {
padding-left: 70px;
}
.post-gallery {
padding-right: 70px;
}
}   @media only screen and (min-width: 960px) and (max-width: 1199px) {
#page-title,
.top-navigation ul.sub-menu .sub-menu-holder {
width: 960px;
}
.about-info {
width: 960px;
overflow: hidden;
}   .container.classic-gallery-small, .classic-gallery-small {
width: 100%;
}
}   @media only screen and (max-width: 959px) {
.titlestyle-right .subtitle {
margin-left: 0;
}
blockquote {
margin: 35px 0 35px 0;
padding: 0 0 0 40px;
}
.title-position-under h1 {
margin-top: 25px;
}
.project-navigation {
width: auto;
}
.project-navigation a {
top:-130px;
left: 15px;
}
.project-navigation a.prev {
left: 145px;
}
.project-navigation a.next {
left: 210px;
}
.project-navigation a.search-btn {
top: -125px;
left: 80px;
}
.widget-themeworm_social,
.project-navigation a.next span, .project-navigation a.prev span,
.single-author:before, .single-comments:before, .single-tags:before,
.to-top.cd-is-visible {
display: none;
}
#footer .widget-themeworm_social {
display:block;
}
.container.title-position-under {
padding-left: 20px;
padding-top: 45px;
}
#page-title.titlestyle-left, #page-title.titlestyle-right,
.container.portfolio_title {
padding-left: 20px;
padding-right: 20px;
padding-top: 35px;
padding-bottom: 35px;
}
#page-title,
.related-item.blog-item,
.related-posts-count-6 .related-item.blog-item,
.about-info {
width: 100%
}
#page-title h1 {
font-size: 2.5em;
line-height: 1;
}
.container .column.blog-item,
.related-item.blog-item {
margin-bottom: 20px;
}
.related-item.blog-item:last-child {
margin-bottom: 0;
}
.single-cats, .single-tags, .single-author, .single-comments, .single-number {
display: block;
padding-left: 0;
}
.container.classic-gallery-small, .classic-gallery-small,
.third-masonry,
.blog-item.simple-post .post-content {
padding: 0;
}
.post-page .post-content, .type-page .post-content,
.page-template .post-content {
padding: 45px 20px 35px 20px;
} .right-sidebar .post-page .post-content, .right-sidebar .type-page .post-content,
.right-sidebar .author-info,
.right-sidebar .copyright {
padding-right: 45px;
}
.comments-inner.show-comments {
padding: 45px 20px 20px 20px;
}
.comment-content {
padding: 10px 10px 10px 20px;
margin-bottom: 30px;
}
.status-publish ul.children {
padding: 0;
}
.left-sidebar #page-title {
padding-left: 55px;
}
.right-sidebar #page-title {
padding-right: 55px;
}
.floated-sidebar {
width: 90%;
}
.sidebar-close {
right: 0;
}
.floated-sidebar.left-sidebar .sidebar-holder {
padding: 75px 65px 55px 25px;
}
.floated-sidebar.right-sidebar .sidebar-holder {
padding: 75px 65px 45px 30px;
}
.post-meta {
min-width: 300px;
line-height: 1.5;
}
#related-posts {
padding: 0 20px 30px 20px;
}
.copyright .widget_nav_menu ul li, .copyright .widget_nav_menu ul, .copyright .footer-menu .widget {
text-align: center;
}
.author-description {
margin-left: 0;
}
.author-avatar {
margin-right: 20px;
}
.author-info {
margin: 0; }
.portfolio-filters {
padding: 0 10px;
}
.boxed-style .portfolio-two,
.boxed-style .portfolio-six,
.boxed-style .portfolio-four,
.boxed-style .portfolio-five,
.boxed-style .portfolio-five.size-2x1,
.boxed-style .portfolio-five.size-2x2 {
width: calc(100% - 40px);
margin-top: 0;
margin-left: 20px;
margin-right: 20px;
}
.boxed-style .portfolio-five {
margin-bottom: 20px;
}
.third-masonry,
.container.classic-gallery-small, .classic-gallery-small,
.container .related-posts .one-third.column {
width: 100%;
}
.portfolio-text {
padding-top: 65px;
}
.portfolio-info.info-horizontal {
margin: 0 0 40px 0;
}
.horisontal-divider-left,
.horisontal-divider-right,
.portfolio-info.info-horizontal .horisontal-divider-left, .portfolio-info.info-horizontal .horisontal-divider-right {
float: none;
display: block;
width: 100%;
padding: 10px 0;
}
.post-footer .cats, .post-footer .single-tags {
padding-left:10px;
padding-right: 10px;
}
.search-bar-form {
width: 99%;
} .header-container,
.container.blog-content {
padding-top: 0;
}
.cd-slider-nav li {
height: 85px;
}
.cd-slider-nav {
height: auto;
}
.cd-hero-slider h2 {
font-size: 2.5em;
line-height: 1;
}
.cd-hero-slider {
height: 530px;
}
.container.no-content {
padding: 25px 20px 95px 25px;
}
.search404_post {
width: 100%;
float: left;
padding-top: 45px;
}
.blog-item.simple-post .date-number {
display: none; }
ol li ul.children {
margin-left: 10px;
}
.portfolio_container.container_fullwidth.boxed-style {
padding: 0;
}
.container.fullwidth-navigation,
.fullwidth-navigation .nav_container {
padding: 0;
}
.comment-form-comment textarea, .wpcf7-textarea {
height: 125px;
} .menu-item-has-children > a:after {
content: '\f067';
font-family: 'FontAwesome';
position: absolute;
font-size: 11px;
left: 0;
top: calc(50% - 5px);
}
#site-navigation {
position: relative;
padding: 20px;
z-index: 999;
background: #fff;
}
.page-template-template-portfolio-fullscreen-slider2 #site-navigation,
.page-template-template-portfolio-slider-autoplay #site-navigation,
.page-template-template-portfolio-fullscreen-slider-lightbox #site-navigation {
background: transparent;
}
.submenu-container li {
margin: 0 10px;
}
.menu-dropdown {
display: block;
}
.right-sidebar .menu-dropdown {
right: 35px;
}
.top-navigation ul.sub-menu .sub-menu-holder {
width: 100%;
padding: 0;
background:transparent;
}
#site-navigation .sixteen.columns {
padding: 0 20px;
}
#site-navigation.full-navigation .sixteen.columns {
padding: 0 10px;
}
#navigation .nav-menu {
opacity: 0;
visibility: hidden;
display: inline;
z-index: 9999;
position: absolute;
top: 100%;
width: 100%;
left: 50%;
padding: 20px 20px 60px 20px;
background: #fff;
text-align:right;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.right-sidebar #navigation .nav-menu {
padding-right: 40px;
}
.light-scheme #navigation .nav-menu {
background: #fff;
}
#navigation .sub-menu-holder {
padding-bottom: 10px;
}
#navigation .nav-menu.toggled-on,
.accordeon_dropdown #navigation .nav-menu ul.sub-menu.toggled-on {
opacity: 1;
visibility: visible;
display: block;
}
#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
display: block;
padding: 10px 0;
margin:0;
text-align: right;
color:rgba(255, 255, 255, 0.9);
font-weight: 500;
font-size:22px;
border: none;
line-height: normal;
}
#navigation ul li:not(.menu-item-split-wrapper) ul li a, #navigation ul li ul li ul li a {
padding: 6px 0; font-size:15px;
line-height: normal;
}
#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
color: #272B2F;
}
#navigation ul li:not(.menu-item-split-wrapper) ul li a, #navigation ul li ul li ul li a {
opacity: .6;
}
#navigation ul li a:hover,
.top-navigation li a:hover,
#site-navigation.scaled .top-navigation li a:hover {
border: none;
color: #33b996;
}
#navigation ul li,
.top-navigation li {
float: none;
margin: 0;
display: block;
position: relative;
}
#navigation ul li ul {
position: relative;
display:none;
top: 0;
left: 0;
text-align:center;
padding: 0;
line-height: normal;
background:transparent;
width:100%;
transform: translateX(0);
opacity: 1;
visibility: hidden;;
}
#navigation ul.nav-menu.toggled-on li ul {
display: block;
visibility: visible;
}
#navigation ul li a.menu-overflowed,
#navigation ul li:before,
#navigation ul li a:before,
#navigation ul li ul:before,
#navigation ul li ul li ul:before,
#navigation ul li ul a:before,
#navigation ul li ul li:before,
#navigation ul li ul li ul:before,
#navigation ul li ul li a::before {
display: none;
}
#navigation .nav-menu.toggled-on ul.sub-menu {
display: none;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
#navigation .nav-menu.toggled-on ul.sub-menu.opened {
display: block;
visibility: visible;
}
#navigation ul li ul li {
margin: 0;
padding: 0;
float:none;
}
#navigation ul li ul li ul {
top:0;
background:none;
position:relative;
}
#navigation ul li ul li:hover > ul {
left: 0;
}
#navigation ul li a:hover, .top-navigation li a:hover, #navigation ul li ul li ul li a:hover {
color: rgba(0, 0, 0, 0.6);
}
.revealer-wrapper {
border-bottom: none;
flex-direction: column;
height: 100%;
-webkit-transition: height .6s ease-in-out;
transition: height .6s ease-in-out;
}
.revealer-column:not(:last-child) {
border: 0;
}
.revealer-column {
height: 100%;
}
.revealer-item,
.revealer-item:not(:last-child) {
border: 0;
margin-bottom: 20px;
min-height: 300px;
}
.page-template-template-portfolio-revealer .revealer-loadmore {
position: fixed;
}
.page-template-template-portfolio-revealer .revealer-wrapper {
border-bottom: 0;
}
.half-container,
.half-container.half-gallery-right {
flex-direction: column;
padding: 0 0 40px 0;
}
.half-container.container {
padding: 0 20px 40px 20px
}
.half-container .sticky-text,
.half-container.container .sticky-text {
padding: 40px 0 0 0;
}
.half-gallery-container,
.half-text-container {
width: 100%;
padding: 0;
}
.portfolio-share .next, .portfolio-share .prev {
position: relative;
top: 0;
left: 0;
right: 0;
display: block;
-webkit-transform: translateY(0);
transform: translateY(0);
padding: 20px 0;
text-align: center;
} .page-template-template-portfolio-fullscreen-slider .container.nav_container, .page-template-template-portfolio-fullscreen-slider2 .container.nav_container, .page-template-template-portfolio-pointy-slider .container.nav_container, .page-template-template-portfolio-slider-autoplay .container.nav_container {
padding: 0;
}
.pointy-slider-wrapper {
padding: 75px 20px 20px;
}
.pointy-slider .content {
padding: 30px 20px;
}
.pointy-slider h2 {
font-size: 2.4em;
line-height: 1;
margin-bottom: .4em;
}
.pointy-slider p {
font-size: 14px;
line-height: 1;
font-weight: 300;
}
.simple-post .post-data,
.simple-post .blog-image,
.about-picture-inner,
.about-me.text-right .about-info, .about-me.text-left .about-info {
width: 100%;
}
.simple-post .post-data {
min-height: 200px;
}
.simple-post,
.container .simple-post:nth-child(2n+2) {
flex-direction: column-reverse;
}
.about-info {
padding: 65px 20px;
}
.about-me.text-right .about-picture, .about-me.text-left .about-picture {
flex-direction: column;
}
}   @media only screen and (min-width: 768px) and (max-width: 959px) {
.container .related-posts .one-third.column,
.container.blog-content .one-third.column {
width: 100%;
padding-left: 20%;
padding-right: 20%;
}
.floated-sidebar {
width: 440px;
}
.blog-item.simple-post .date-number {
width: 45%;
}
.blog-item.simple-post .post-content {
padding: 0 10%;
}
}   @media only screen and (min-width: 480px) and (max-width: 767px) {
.floated-sidebar {
width: 440px;
}
.container .related-posts .one-third.column,
.container.blog-content .one-third.column {
width: 100%;
padding-left: 20%;
padding-right: 20%;
}
.full-item,
.full-item-recent	 {
width:100%;
margin:0;
}
.full-item.masonry-style {
width:100%;
}
.blog-item.simple-post .date-number {
width: 45%;
}
.blog-item.simple-post .post-content {
padding: 0 8%;
}
}   @media only screen and (max-width: 479px) {
#page-title h1 {
font-size: 2em;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
width: 100%;
padding: 0;
}
.full-item,
.full-item-recent	{
width:100%;
margin:0;
}
.portfolio-four, .portfolio-two, .portfolio-six, .portfolio-one, .portfolio-three, .portfolio-four-double,
.portfolio-info,
.boxed-style .portfolio-three,
.boxed-style .portfolio-four,
.boxed-style .portfolio-two,
.boxed-style .portfolio-six {
width: 100%;
}
.boxed-style .portfolio-three,
.boxed-style .portfolio-four,
.boxed-style .portfolio-two,
.boxed-style .portfolio-six {
margin-left: 0;
margin-right: 0;
}
.post-footer .cats, .post-footer .single-tags {
padding: 10px 0;
display: block;
}
.post-footer .cats {
padding-top: 55px;
}
.post-footer .portfolio-share {
float: none;
padding-left: 0;
padding-top: 10px;
}
.social-widget-inner {
text-align:center;
}
.comment-text {
margin-left:0;
}
.comment-text p {
padding-right: 0;
}
.input {
width: 100%;
padding-right: 0;
}
.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 100%;
}
.alignright,
.alignleft {
float: none;
margin: 0 auto 15px auto;
display: block;
}
}@font-face{font-family:'FontAwesome';src:url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//consultera.ru/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container ~ .fancybox-container{z-index:99992}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47,0,0.74,0.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,0.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:0;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:block;position:relative;padding:0;margin:44px 0 44px;border-width:0;vertical-align:middle;text-align:center;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide.fancybox-slide--video>*{display:inline-block}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0 30px;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);pointer-events:none}.fancybox-caption{padding:10px 0;bottom:0;left:0;right:0;position:absolute;text-align:center;font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-video{width:100%}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:0}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-infobar__body,.fancybox-button{background:rgba(30,30,30,0.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,0.8)}.fancybox-button::before,.fancybox-button::after{content:'';pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]::before,.fancybox-button[disabled]::after{opacity:.3}.fancybox-button--left::after,.fancybox-button--right::after{top:18px;width:6px;height:6px;background:transparent;border-top:solid 2px currentColor;border-right:solid 2px currentColor}.fancybox-button--left::after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right::after{right:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close::before,.fancybox-button--close::after{content:'';display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:0;height:44px;width:44px;padding:0;border:0;outline:0;background:0;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow::after{content:'';position:absolute;top:0;width:44px;height:44px;background-color:rgba(30,30,30,0.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:24px 24px}.fancybox-arrow--right{right:0;left:auto}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--right::after,.fancybox-arrow--left::after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid rgba(100,100,100,0.4);border-top:6px solid rgba(255,255,255,0.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,0.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(0.1) skew(10deg);transform:translate3d(100%,0,0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}@media all and (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen::before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:0}.fancybox-button--play::before,.fancybox-button--pause::before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play::before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause::before{width:7px;height:11px;border-style:solid;border-width:0 2px 0 2px}.fancybox-thumbs{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.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;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:zoom-out}.mfp-zoom{cursor:pointer;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;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:-0.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:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.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;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.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%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;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;box-shadow:0 0 8px rgba(0,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,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;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,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//consultera.ru/wp-content/themes/tempus/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
.animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}