@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.smt-i.com/wp-content/themes/eight-degree/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border:  5px solid #fff;
left: -5px;
background: #fff; -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//www.smt-i.com/wp-content/themes/eight-degree/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//www.smt-i.com/wp-content/themes/eight-degree/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//www.smt-i.com/wp-content/themes/eight-degree/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//www.smt-i.com/wp-content/themes/eight-degree/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//www.smt-i.com/wp-content/themes/eight-degree/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-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;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover,
a:focus {
outline: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: 'Chivo', sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
border-left: 7px solid #1c9cdb;
background: #eee;
padding: 20px 30px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
-ms-overflow-x: hidden;
overflow-x: hidden;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
table tbody td {
border: 1px solid #ddd;
}
table tbody tr:nth-child(2n) {
background: #eee;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}  a {
color: #1c9cdb;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
padding: 0 32px 0 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ed-container:before,
.ed-container:after,
.portfolio-post:before,
.portfolio-post:after,
.blog-page.medium-image article:before,
.blog-page.medium-image article:after,
.ed-search form:before,
.ed-search form:after,
.blog-page.large-image article:before,
.blog-page.large-image article:after,
.archive-page.large-image article:before,
.archive-page.large-image article:after, 
.archive-page.medium-image article:before,
.archive-page.medium-image article:after,
.contact-wrap:before,
.contact-wrap:after,
.content-area:before,
.content-area:after,
#primary.content-area h4:before,
#primary.content-area h4:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ed-container:after,
.portfolio-post:after,
.blog-page.medium-image article:after,
.ed-search form:after,
.blog-page.large-image article:after,
.archive-page.large-image article:after,
.archive-page.medium-image article:after,
.contact-wrap:after,
.content-area:after,
#primary.content-area h4:after {
clear: both;
} .widget {
margin: 0 0 30px;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
padding: 20px;
background: #f7f7f7;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.ed-container {
width: 1170px;
margin: 0 auto;
}
.service-post:hover figure,
#back-to-top:hover,
.featured-tab-wrap .featured-title:hover,
.sort-table ul li,
a {
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
} .home.blog .site-header {
margin-bottom: 50px;
}
.site-header {
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.43);
position: relative;
z-index: 2;
background: #fff;
width: 100%;
padding: 20px;
}
.site-branding {
width: 25%;
display: inline-block;
vertical-align: middle;
}
.site-branding .site-text a {
text-decoration: none;
line-height: 1.2;
}
.site-branding .site-text h1 {
color: #1c9cdb;
font-family: 'Chivo', sans-serif;
margin: 0;
font-size: 29.53px;
font-weight: 700;
}
.site-branding .site-text p {
font-family: 'Chivo', sans-serif;
color: #000;
margin: 0;
}
button.menu-toggle {
display: none;
}
.main-navigation {
width: 74%;
display: inline-block;
vertical-align: middle;
background: #fff;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.ed-menu {
display: inline-block;
width: calc(100% - 39px);
vertical-align: middle;
}
.main-navigation .ed-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-header.right .main-navigation .ed-menu ul {
text-align: right;
}
.main-navigation .ed-menu .nav-menu li {
display: inline-block;
position: relative;
font-family: 'Chivo', sans-serif;
}
.main-navigation .ed-menu .nav-menu li a {
display: block;
padding: 0 20px;
color: #969696;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
width: 100%;
}
.ed-search-wrap:hover,
.main-navigation .ed-menu .nav-menu li a:hover {
color: #4eabe0;
border-bottom-color: #4eabe0;
}
.ed-menu .nav-menu li.menu-item-has-children .sub-toggle,
.ed-menu .nav-menu li.page_item_has_children .sub-toggle {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
font-size: 12px;
color: #969696;
padding: 0;
border: none;
background: none;
} .ed-menu .nav-menu ul li.menu-item-has-children > .sub-toggle,
.ed-menu .nav-menu ul li.page_item_has_children > .sub-toggle {
transform: rotate(-90deg) translateY(0);
-webkit-transform: rotate(-90deg) translateY(0);
-moz-transform: rotate(-90deg) translateY(0);
transition: all ease-in-out 0.35s;
-webkit-transition: all ease-in-out 0.35s;
-moz-transition: all ease-in-out 0.35s;
top: 19px;
} .main-navigation .ed-menu .nav-menu li > ul.sub-menu,
.main-navigation .ed-menu .nav-menu li > ul.children {
position: absolute;
background: #f5f5f5;
min-width: 200px;
text-align: left;
visibility: hidden;
opacity: 0;
z-index: -1;
top: 61%;
transition: all ease-in-out 0.35s;
-webkit-transition: all ease-in-out 0.35s;
-moz-transition: all ease-in-out 0.35s;
}
.main-navigation .ed-menu .nav-menu ul.sub-menu li,
.main-navigation .ed-menu .nav-menu ul.children li {
display: block;
}
.main-navigation .ed-menu .nav-menu ul.sub-menu li i:before,
.main-navigation .ed-menu .nav-menu ul.children li i:before {
right: 25px;
}
.main-navigation .ed-menu .nav-menu li ul.sub-menu li a,
.main-navigation .ed-menu .nav-menu li ul.children li a {
padding-top: 15px;
padding-bottom: 15px;
display: block;
border-bottom: 1px solid #fff;
font-size: 13px;
}
.main-navigation .ed-menu .nav-menu li:last-child > ul.sub-menu,
.main-navigation .ed-menu .nav-menu li:last-child > ul.children {
left: inherit;
right: 0;
}
.main-navigation .ed-menu .nav-menu li > ul.sub-menu li ul.sub-menu,
.main-navigation .ed-menu .nav-menu li > ul.sub-menu li ul.children {
top: 0;
left: 100%;
}
.main-navigation .ed-menu .nav-menu li:last-child > ul.sub-menu li ul.sub-menu,
.main-navigation .ed-menu .nav-menu li:last-child > ul.sub-menu li ul.children {
left: inherit;
right: 100%;
}
.main-navigation .ed-menu .nav-menu li:hover > ul {
visibility: visible;
opacity: 1;
top: 100%;
z-index: 1;
}
.ed-search-wrap {
display: inline-block;
position: relative;
width: 35px;
vertical-align: middle;
text-align: center;
}
.show .search-icon > .fa-search {
display: none;
}
button.search-submit {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: none;
}
.ed-search-wrap i.fa.fa-search {
color: #969696;
cursor: pointer;
font-size: 16px;
line-height: 35px;
text-align: center;
transition: all 0.35s ease 0s;
-webkit-transition: all 0.35s ease 0s;
-moz-transition: all 0.35s ease 0s;
z-index: 2;
}
.ed-search-wrap i.fa.fa-search:hover {
color: #1c9cdb;
}
.show .fa-close:hover {
color: #1c9cdb;
}
.site-header button.search-submit .fa-search {
line-height: 1.8;
background: none;
font-size: 25px;
color: #fff;
}
.widget .ed-search button.search-submit {
font-size: 18px;
background: #1c9cdb;
color: #fff;
width: 25%;
height: 40px;
line-height: 40px;
padding: 0;
border-radius: 0;
}
.widget .ed-search button.search-submit .fa-search:before {}
.no-results.not-found button.search-submit {
background: #1c9cdb;
width: 15%;
color: #fff;
font-size: 25px;
line-height: 50px;
height: 50px;
padding: 0;
border-radius: 0;
}
.no-results.not-found button.search-submit .fa-search:before {
font-size: 20px;
}
.ed-search-wrap i.fa.fa-close {
color: #fff;
position: fixed;
width: 40px;
height: 40px;
line-height: 40px;
top: 0;
right: 10px;
font-size: 30px;
background: none;
visibility: hidden;
transition: all 0.35s ease 0s;
-webkit-transition: all 0.35s ease 0s;
opacity: 0;
z-index: 2;
}
.admin-bar .ed-search-wrap.show i.fa.fa-close {
top: 40px;
visibility: visible;
opacity: 1;
}
.ed-search-wrap.show i.fa.fa-close{
top: 10px;
visibility: visible;
opacity: 1;
}
.ed-search-wrap.show i:hover {
color: #1c9cdb;
}
.ed-search {
background-color: rgba(34, 34, 34, 0.9);
opacity: 0; 
padding: 20px;
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
visibility: hidden;
transition: all 0.35s ease 0s;
-webkit-transition: all 0.35s ease 0s;
-moz-transition: all 0.35s ease 0s;
}
.site-header .ed-search {
top: -100%;
}
.ed-search-wrap.show .ed-search {
visibility: visible;
opacity: 1;
}
.site-header .ed-search-wrap.show .ed-search {
top: 0;
}
.site-header form.search-form {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 50%;
margin: 0 auto;
border-bottom: 2px solid #fff;
}
.site-header .ed-search label {
width: 80%;
}
.site-header .ed-search label input {
font-size: 20px;
background-color: transparent;
border: none;
color: #fff;
}
.site-header .ed-search input::-webkit-input-placeholder { color: #fff;
}
.site-header .ed-search input::-moz-placeholder { color: #fff;
}
.site-header .ed-search input:-ms-input-placeholder { color: #fff;
}
.site-header .ed-search input:-moz-placeholder { color: #fff;
}
.site-header .ed-search input:focus {
outline: none;
}
.ed-search label {
width: 211px;
float: left;
}
.ed-search input[type="search"] {
color: #000;
font-size: 12px;
height: 60px;
padding: 0 10px;
width: 100%;
border-radius: 0;
}
.ed-search form input[type=submit] {
float: left;
background: #1c9cdb;
border-radius: 0;
box-shadow: none;
border: none;
padding: 11px 0 12px;
width: 64px;
color: #fff;
} .ed-slide-right {
position: relative;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
overflow: hidden;
border: 1px solid transparent;
z-index: 0;
}
.ed-slide-right:hover {
border-color: #1c9cdb;
}
.ed-slide-right:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
height: 100%;
top: 0;
left: 0;
background: #1c9cdb;
width: 0;
}
.button.is-checked:after,
.ed-slide-right:hover:after {
width: 100%;
}  .caption-wrapper {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -o-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -moz-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: linear-gradient(-150deg,, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
z-index: 1;
}
.caption-wrapper .slider-caption {
position: absolute;
left: 0;
right: 0;
width: 1170px;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.caption-wrapper .slider-caption .slider-title {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 20px;
letter-spacing: 5px;
}
.caption-wrapper .slider-caption .slider-content {
font-size: 50px;
color: #fff;
width: 75%;
margin: 20px auto 0 auto;
line-height: 1.2;
font-weight: 600;
}
.caption-wrapper .slider-caption .slider-content p {
margin: 0px;
}
.caption-wrapper .slider-caption .slider-content a {
text-decoration: none;
font-family: 'Chivo', sans-serif;
font-size: 14px;
font-weight: 400;
border: 3px solid rgba(255, 255, 255, 0.5);
padding: 10px 35px;
border-radius: 40px;
color: #0c5b82;
line-height: 1.7;
display: inline-block;
background: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
margin-top: 35px;
}
.caption-wrapper .slider-caption .slider-content a:hover {
background: #1c9cdb;
color: #fff; 
}
.caption-wrapper .slider-caption .slider-content a.ed-readmore {
margin-right: 20px;
background: #1c9cdb;
color: #fff; 
font-family: 'Chivo', sans-serif;
}.caption-wrapper .slider-caption .slider-content a.ed-readmore:hover {
background :rgba(255,255,255,0.7);
} .bx-pager.bx-default-pager {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
}
.bx-wrapper {
margin-bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #fff;
border-radius: 0;
height: 5px;
width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #1c9cdb;
}
.ed-testimonial-section .bx-pager.bx-default-pager {
bottom: -20px;
left: 0;
position: absolute;
right: 0;
}
.ed-testimonial-section .bx-wrapper .bx-pager.bx-default-pager a {
background: #d7d7d7;
border-radius: 0;
height: 5px;
width: 20px;
}
.ed-testimonial-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
background: #1c9cdb;
}
.slider-section:after {
content: "";
background: url(//www.smt-i.com/wp-content/themes/eight-degree/images/banner-bg.png);
position: absolute;
width: 100%;
height: 59px;
bottom: -20px;
background-size: 100%;
}
.slider-section {
position: relative;
} .bx-wrapper .bx-controls-direction a {
width: 36px;
height: 36px;
text-indent: -40px;
line-height: 36px;
background: rgba(255,255,255,0.4);
color: #444;
z-index: 1;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
background: #fff;
height: 70px;
line-height: 70px;
overflow: hidden;
text-indent: -50px;
width: 40px;
}
.bx-controls-direction .bx-prev:before,
.bx-controls-direction .bx-next:before {
content: "\f104";
position: absolute;
font-family: fontawesome;
font-size: 25px;
left: 0;
right: 0;
text-indent: 0;
text-align: center;
}
.bx-controls-direction .bx-next:before {
content: "\f105";
}
.bx-wrapper .bx-prev {
left: 0;
}
.bx-wrapper .bx-next {
right: 0px;
}
.bx-controls-direction .bx-prev:hover, 
.bx-controls-direction .bx-next:hover {
background: rgba(255,255,255,0.7);
} .ed-service-section,
.ed-featured-section,
.ed-contact-section,
.ed-blog-section,
.ed-team-section,
.ed-portfolio-section,
.ed-testimonial-section {
padding: 70px 0;
}
.section-header {
margin-bottom: 50px;
}
.service-header h2,
.featured-header h2,
.portfolio-header h2,
.testimonial-header h2,
.contact-header h2,
.blog-header h2,
.team-header h2 {
color: #363636;
display: table;
font-family: 'Chivo', sans-serif;
font-size: 34px;
font-weight: 400;
margin-left: auto;
margin-right: auto;
margin-top: 0;
padding-left: 60px;
padding-right: 60px;
position: relative;
text-align: center;
line-height: 1.3;
margin-bottom: 20px;
}
.service-header h2:before,
.service-header h2:after,
.featured-header h2:before,
.featured-header h2:after,
.portfolio-header h2:before,
.portfolio-header h2:after,
.testimonial-header h2:before,
.testimonial-header h2:after,
.contact-header h2:before,
.contact-header h2:after,
.blog-header h2:before,
.blog-header h2:after,
.team-header h2:before,
.team-header h2:after {
border: 2px solid #1c9cdb;
content: "";
position: absolute;
right: 0;
top: 20px;
width: 50px;
}
.service-header h2:after,
.featured-header h2:after,
.portfolio-header h2:after,
.testimonial-header h2:after,
.blog-header h2:after,
.team-header h2:after,
.contact-header h2:after {
left: 0px;
}
.service-header p,
.featured-header p,
.portfolio-header p,
.testimonial-header p,
.contact-header p,
.blog-header p,
.team-header p,
.contact-header p {
font-family: 'Chivo', sans-serif;
color: #808080;
font-size: 16px;
text-align: center;
margin-bottom: 20px;
margin-top: 0;
padding: 0 125px;
line-height: 25px;
font-weight: 300;
} .service-post-wrap,
.featured-tab-post {}
.service-post-wrap figure {
margin: 0 0 35px 0;
}
.service-post-wrap .service-post {
width: 33%;
display: inline-block;
padding: 0px 25px 0;
vertical-align: top;
text-align: center;
margin-bottom: 20px;
}
.service-post-wrap .service-post .service-content h4 a {
font-family: 'Chivo', sans-serif;
font-size: 22px;
color: #262626;
text-decoration: none;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 17px;
vertical-align: baseline;
}
.service-post-wrap .service-post .service-content h4 a:hover,
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-post-title a:hover {
color: #1c9cdb;
}
.service-post-wrap .service-post .service-content p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 300;
line-height: 25px;
margin-bottom: 15px;
}
h4.service-title {
margin-bottom: 0px;
line-height: 34px;
text-align: center;
}
.service-post-wrap .service-post .service-content a.ed-bttn {
font-family: 'Chivo', sans-serif;
color: #1c9cdb;
font-size: 15px;
text-decoration: none;
}
.service-post-wrap .service-post .service-content a.ed-bttn:after {
content: "\f178";
position: absolute;
font-family: fontawesome;
font-size: 15px;
padding: 0 0 0 5px;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
.service-post figure {
border-radius: 100%;
width: 98px;
height: 98px;
margin: 0 auto;
overflow: hidden;
position: relative;
border: #eee solid 1px;    
box-shadow: 0px 0px 0px 0px #1c9cdb;
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
padding: 10px;
}
.service-post:hover figure {
box-shadow: 0px 0px 0 4px #1c9cdb;
cursor: pointer;
}
.center-outer {
display: table;
width: 100%;
height: 100%;
}
.center-inner {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
.bx-wrapper .bx-viewport {
box-shadow: none;
border: none;
left: 0;
background: transparent;
} .featured-tab-wrap {
float: left;
width: 20%;
background: #ddf0fa;
text-align: center;
padding: 58px 0;
}
.featured-tab-wrap .featured-title {
color: #363636;
padding: 10px 25px;
display: table;
margin: 0 auto 15px;
clear: both;
border-radius: 25px;
font-family: 'Chivo', sans-serif;
font-size: 15px;
font-weight: 400;
}
.featured-tab-wrap .featured-title:hover,
.featured-tab-wrap .featured-title.active {
color: #fff;
cursor: pointer;
font-family: 'Chivo', sans-serif;
font-weight: 500;
}
.featured-title.ed-slide-right.active{
border-color: #1c9cdb;
}
.featured-title.ed-slide-right.active:after {
width: 100%;	
}
.featured-post-wrap {
float: right;
width: 80%;
}
.featured-post-wrap .featured-post .featured-content {
float: left;
width: 60%;
text-align: left;
padding: 0 0 0 70px;
}
.featured-post-wrap .featured-post .featured-content h4 {
font-family: 'Chivo', sans-serif;
font-size: 20px;
color: #363636;
font-weight: 400;
text-transform: capitalize;
margin: 0;
line-height: 36px;
}
.featured-post-wrap .featured-post .featured-content p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 300;
line-height: 25px;
}
.featured-post-wrap .featured-post .featured-content a {
text-decoration: none;
font-family: 'Chivo', sans-serif;
font-size: 15px;
background: #1c9cdb;
color: #fff;
padding: 10px 25px;
border-radius: 20px;
border: 1px solid #1c9cdb;
}
.featured-post-wrap .featured-post .featured-content a:hover {
background: #fff;
color: #1c9cdb;
border: 1px solid #1c9cdb;
}
.featured-post-wrap .featured-post figure {
float: right;
width: 30%;
margin: 0;
line-height: 0;
} .ed-skill-section {
color: #fff;
position: relative;
padding-bottom: 70px;
z-index: 1;
background-position: 49.9%;
}
.ed-skill-section .message-wrap {
float: left;
width: 50%;
padding-top: 60px;
padding-right: 90px;
}
.message-wrap:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 50%;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.message-wrap .message-content .message-title-wrap img {
width: 90px;
display: inline-block;
vertical-align: middle;
}
.message-wrap .message-content .message-title-wrap h5 {
display: inline-block;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
vertical-align: middle;
font-family: 'Chivo', sans-serif;
margin: 0 0 0 20px;
}
.ed-skill-section .skill-widget-wrap {
float: right;
width: 50%;
padding-top: 60px;
padding-left: 90px;
}
.ed-container .message-wrap .message-header h2,
.skill-widget-wrap .skill-content-wrap .skill-header h2 {
font-family: 'Chivo', sans-serif;
font-size: 30px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 0;
margin-top: 0;
}
.ed-container .message-wrap .message-content p,
.skill-widget-wrap .skill-content-wrap .skill-header p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
margin-top: 0;
line-height: 25px;
font-weight: 300;
margin: 0;
}
.ed-container .message-wrap .message-content {
margin-top: 30px;
}
.skill-widget-wrap .skill-content-wrap .skill-header .skill-title {
margin-bottom: 30px;
}
.skill-widget-wrap .skill-content-wrap .skill-header p {
margin-bottom: 30px;
}
.skill-widget-wrap .skill-content-wrap .skill-widget {
float: left;
width: 100%;
padding: 0;
}
.skill-widget-wrap:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 50%;
background: rgba(0, 0, 0, 0.7);
z-index: -1;
}
.skill-widget-wrap .widget_eight_degree_progress_bar {
margin: 0;
}
.message-title-wrap {
margin-top: 40px;
}
.ed-progress-bar-text h5 {
display: inline-block;
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
text-transform: uppercase;
font-family: 'Chivo', sans-serif;
font-weight: 400;
}
.ed-progress-bar-text i {
font-size: 13px;
font-weight: 400;
float: right;
margin-top: 3px;
}
.ed-progress-bar {
background: #e1e1e1 none repeat scroll 0 0;
height: 18px;
position: relative;
}
.ed-progress-bar span {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 0;
}
.ed-progress-bar-wrap:nth-of-type(1n) .ed-progress-bar-percentage {
background: #1c9cdb;
} .portfolio-header,
.ed-portfolio-section {
position: relative;
z-index: 1;
}
.ed-portfolio-section:before {
content: "";
position: absolute;
opacity: 0.9;
background: #fff;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
}
.sort-table {
text-align: center;
margin-bottom: 30px;
}
.sort-table ul {
list-style: none;
margin: 0;
padding: 0;
}
.sort-table ul li {
font-family: 'Chivo', sans-serif;
display: inline-block;
font-size: 15px;
font-weight: 500;
color: #363636;
margin-left: 25px;
padding: 10px 30px;
border-radius: 25px;
text-transform: uppercase;
cursor: pointer;
}
.button.is-checked.ed-slide-right{
border-color: #1c9cdb;
}
.button.is-checked {
color: #fff;
}
.sort-table ul li:hover {
color: #fff;
}
.portfolio-post-wrap .portfolio-post {
float: left;
width: 24%;
padding: 5px;
}
.portfolio-post figure {
margin: 0;
line-height: 0;
}
.portfolio-content {
position: absolute;
top: -5px;
left: -5px;
right: -5px;
text-align: center;
color: #fff;
bottom: -5px;
padding: 10px;
opacity: 0;
visibility: hidden;
transform: scale(1.1);
-webkit-transform: scale(1.1);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.outer-v-center {
display: table;
height: 100%;
width: 100%;
}
.v-center {
display: table-cell;
height: 100%;
vertical-align: middle;
width: 100%;
}
.portfolio-post:hover .portfolio-content {
visibility: visible;
opacity: 1;
z-index: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.portfolio-post .portfolio-content:after {
background: -webkit-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -o-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -moz-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: linear-gradient(-150deg,, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
transform: scale(0.5);
-webkit-transform: scale(0.5);
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-moz-transition: all ease-in-out 0.3s;
z-index: -1;
}
.portfolio-post:hover .portfolio-content:after {
transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.portfolio-content h4 {
font-family: 'Chivo', sans-serif;
font-size: 20px;
text-transform: uppercase;
margin: 0 0 20px;
font-weight: 500;
}
.portfolio-content p {
font-family: 'Chivo', sans-serif;
font-size: 15px;
padding: 0 20px 0;
font-weight: 500;
} .testimonial-wrap figure {
border-radius: 100%;
width: 98px;
height: 98px;
margin: 0 auto;
overflow: hidden;
position: relative;
display: inline-block;
vertical-align: middle;
}
h5.testimonial-post-title {
display: inline-block;
margin: 0 0 0px 20px;
font-family: 'Chivo', sans-serif;
font-size: 20px;
font-weight: 500;
color: #363636;
line-height: 36px;
vertical-align: middle;
line-height: 25px;
}
h5.testimonial-post-title p {
margin: 0;
font-family: 'Chivo', sans-serif;
font-size: 15px;
color: #808080;
}
.testimonial-content p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 300;
line-height: 25px;
} .ed-counter-section .counter-widget{
padding: 70px 0 20px;
}
.stat-title-num {
color: #fff;
text-align: center;
border: 1px solid;
padding: 8px 8px 20px;
margin-bottom: 10px;
}
.stat-title-num .ed-counter-number {
font-family: 'Chivo', sans-serif;
font-size: 27px;
font-weight: 500;
margin-top: 15px;
}
.stat-title-num h4 {
font-family: 'Chivo', sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.ed-counter-section:before,
.ed-counter-section:after {
content: "";
display: table;
}
.ed-counter-section:after {
clear: both;
}
.counter-widget {
float: right;
width: 100%;
padding: 58px 54px 25px;
position: relative;
z-index: 1;
}
.ed-counter-section .counter-widget:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
right: 0;
background: -webkit-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -o-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -moz-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: linear-gradient(-150deg,, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
z-index: -1;
top: 0;
}
.widget.widget_eight_degree_counter {
float: left;
width: 22%;
margin-right: 1.5%;
margin-left: 1.5%; 
} .ed-team-section .team-wrap .team-post {
width: 25%;
display: inline-block;
padding: 0 20px;
margin: 0 4%;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: all;
border: 1px solid transparent;
}
.ed-team-section .team-post:hover {
border: 1px solid #f5f5f5;
box-shadow: 0 0 25px rgba(183, 183, 183, 0.48);
-webkit-box-shadow: 0 0 25px rgba(183, 183, 183, 0.48);
}
.ed-team-section .team-post figure {}
.ed-team-section .team-post .team-content {
text-align: center;
padding: 0 45px 0;
}
.ed-team-section .team-post .team-content h4 {
font-family: 'Chivo', sans-serif;
text-transform: capitalize;
font-weight: 400;
font-size: 20px;
border-bottom: 1px solid #f5f5f5;
margin: 0 0 -5px;
color: #363636;
}
.ed-team-section .team-post .team-content p {
font-family: 'Chivo', sans-serif;
text-transform: capitalize;
font-size: 14px;
color: #a1a1a1;
} .ed-cta-section {
padding: 70px 0;
position: relative;
z-index: 1;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
}
.ed-cta-section:before {
content: "";
position: absolute;
opacity: 0.8;
background: -webkit-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -o-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: -moz-linear-gradient(-150deg, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
background: linear-gradient(-150deg,, rgba(88,27,163,0.8), rgba(28,156,219,0.8));
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ed-cta-section .cta-header {
text-align: center;
color: #fff;
padding: 0 10px 10px;
}
.ed-cta-section .cta-header h2 {
font-family: 'Chivo', sans-serif;
font-size: 34px;
margin: 0;
font-weight: 400;
}
.ed-cta-section .cta-header p {
font-family: 'Chivo', sans-serif;
font-size: 18px;
color: #fff;
font-weight: 300;
line-height: 25px;
padding: 0 125px;
}
.ed-cta-section .cta-header a {
font-family: 'Chivo', sans-serif;
border: 1px solid;
color: #fff;
text-decoration: none;
padding: 10px 18px;
border-radius: 25px;
font-size: 15px;
display: inline-block;
}
.ed-cta-section .cta-header a.ed-slide-right:hover {
border-color: #1c9cdb;
color: #1c9cdb;
}
.ed-cta-section .cta-header a.ed-slide-right:hover:after {
background: #fff;
} .ed-blog-section .blog-post-wrap .blog-post {
width: 30%;
display: inline-block;
vertical-align: top;
margin: 0 1.5% 10px;
}
.ed-blog-section .blog-post-wrap .blog-post figure {
margin: 0;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content h4 {
font-family: 'Chivo', sans-serif;
color: #363636;
text-transform: capitalize;
letter-spacing: 1px;
font-size: 20px;
margin: 0 0 5px;
font-weight: 500;
}
.ed-blog-section .blog-post-wrap .blog-post:nth-child(3n) {
border-right: none;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-date {
font-family: 'Chivo', sans-serif;
font-size: 14px;
border-bottom: 1px solid #f5f5f5;
padding: 0px 0 10px;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-post-title a {
color: #363636;
text-decoration: none;
font-size: 22px;
font-weight: 400;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-date a {
color: #a1a1a1;
text-decoration: none;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
font-weight: 300;
line-height: 25px;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content a.ed-bttn {
text-decoration: none;
color: #1c9cdb;
font-family: 'Chivo', sans-serif;
font-size: 15px;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content a.ed-bttn:after {
content: "\f178";
position: absolute;
font-family: fontawesome;
font-size: 15px;
padding: 0 0 0 5px;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
.service-post-wrap .service-post .service-content a:hover.ed-bttn:after,
.ed-blog-section .blog-post-wrap .blog-post .blog-content a:hover.ed-bttn:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
} .ed-contact-section {
background: #f3fafd;
}
.contact-wrap .contact-form {
float: left;
width: 40%;
} 
.contact-wrap .contact-form .ufbl-form-field-wrap  {
margin: 0 0 15px;
}
.contact-wrap .contact-form .ufbl-form-field-wrap input {
border: none;
font-family: 'Chivo', sans-serif;
font-size: 15px;
box-shadow: 2px 1px 11px #f5f5f5;
padding: 10px 20px;
border-radius: 8px;
outline-color: transparent;
}
.ufbl-form-textarea {
height: 200px;
border: none;
font-family: 'Chivo', sans-serif;
font-size: 15px;
box-shadow: 2px 1px 11px #f5f5f5;
padding: 10px 0 0 20px;
resize: none;
border-radius: 8px;
}
.ufbl-form-field input[type=submit].ufbl-form-submit {
background: #1c9cdb;
color: #fff;
border-radius: 80px;
padding: 15px 45px;
font-family: 'Chivo', sans-serif;
font-size: 17px;
border: 1px solid #1c9cdb;
}
.ufbl-form-field input[type=submit].ufbl-form-submit:hover {
color: #1c9cdb;
background: #fff;
border: 1px solid #1c9cdb;
transition: all ease 0.35s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
}
.contact-wrap .contact-map-details {
float: right;
width: 55%;
}
.contact-wrap .contact-map-details .contact-map {
margin: 0px 0 50px;
}
.contact-wrap .contact-map-details .contact-details .contact-phone {
float: left;
background: #fff;
padding:60px 0px 35px;
color: #636363;
box-shadow: 2px 1px 11px #f5f5f5;
width: 35%;
text-align: center;
border-radius: 8px;
}
.contact-wrap .contact-map-details .contact-details .contact-phone i {
position: relative;
text-align: center;
}
.contact-wrap .contact-map-details .contact-details .contact-phone i:before {
content: "\f095";
position: absolute;
}
.contact-phone .fa {
color: #1c9cdb;
font-size: 25px;
left: 55px;
top: -56px;
}
.contact-wrap .contact-map-details .contact-details .contact-email {
float: right;
background: #fff;
padding:60px 0px 35px;
color: #636363;
box-shadow: 2px 1px 11px #f5f5f5;
width: 55%;
text-align: center;
border-radius: 8px;
}
.contact-wrap .contact-map-details .contact-details .contact-email i {
position: relative;
text-align: center;
}
.contact-wrap .contact-map-details .contact-details .contact-email i:before {
content: "\f003";
position: absolute;
}
.contact-email .fa {
color: #1c9cdb;
font-size: 25px;
left: 80px;
top: -56px;
}  .site-footer .top-footer {
background: #1f1f1f;
padding: 40px 0 30px;
}
.site-footer .footer-block {
width: 22.5%;
display: inline-block;
vertical-align: top;
color: #fff;
margin-right: 2%;
text-align: left;
}
.site-footer .footer-block h4 {
font-family: 'Chivo', sans-serif;
font-size: 25px;
color: #fff;
position: relative;
font-weight: 300;
border-bottom: 2px solid #fff;
}
.site-footer .footer-block h4:before {
top: 37px;
}
.site-footer .textwidget p {
font-family: 'Chivo', sans-serif; */
color: #fff;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
.site-footer .widget.widget_categories ul,
.site-footer .widget.widget_pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .widget.widget_categories ul li,
.site-footer .widget.widget_pages ul li {
position: relative;
padding: 0 2px 0;
}
.site-footer .widget.widget_categories ul li:before,
.site-footer .widget.widget_pages ul li:before {
content: "\f054";
position: absolute;
font-family: fontawesome;
font-size: 10px;
top: 0px;
color: #fff;
}
.site-footer .widget.widget_categories ul li a,
.site-footer .widget.widget_pages ul li a {
display: inline-block;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #fff;
text-decoration: none;
padding: 0 0px 0 15px;
}
.site-footer .widget.widget_categories ul li:hover:before, 
.site-footer .widget.widget_pages ul li:hover:before,
.site-footer .widget.widget_categories ul li a:hover,
.site-footer .widget.widget_pages ul li  a:hover,
.footer-block .widget_recent_entries ul li a:hover,
.footer-block .widget_recent_entries ul li:hover:before,
.footer-block .widget.widget_archive ul li a:hover,
.footer-block .widget.widget_archive ul li:hover:before,
.footer-block .widget.widget_recent_comments ul li a:hover
{
color: #1c9cdb;
}
.footer-block .widget.widget_pages ul li:before,
.footer-block .widget.widget_pages ul li a {
color: #fff;
}
.footer-block .widget.widget_tag_cloud .tagcloud a {
font-family: 'Chivo', sans-serif;
font-size: 14px;
color: #fff;
text-decoration: none;
}
.footer-block .ed-search label {
width: 200px;
}
.footer-block .widget .ed-search button.search-submit {
width: 24%;
} .site-footer {
margin-top: 40px;
}
.site-footer .bottom-footer {
background: #232228;
padding: 20px 0;
box-shadow: 0 -1px 6px #232228;
}
.site-footer .bottom-footer .site-info {
display: inline-block;
vertical-align: middle;
width: 35%;
font-size: 15px;
font-family: 'Chivo', sans-serif;
color: #808080;
}
.site-footer .bottom-footer .site-info .copyright-wrap {
margin-top: -8px;
}
.site-footer .bottom-footer .site-info a {
display: block;
}
.site-footer .bottom-footer .site-info a,
.site-footer .bottom-footer .footer-menu {
display: inline-block;
vertical-align: bottom;
margin: 0 55px 0;
}
.site-footer .bottom-footer .site-info a {
margin: 0;
}
.site-footer .bottom-footer .copyright-wrap a {
color: #fff;
}
.site-footer .bottom-footer .copyright-wrap a:hover {
color: #1c9cdb;
}
.site-footer .bottom-footer .footer-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .bottom-footer .footer-menu ul li {
display: inline-block;
}
.site-footer .bottom-footer .footer-menu ul li a {
display: block;
font-family: 'Chivo', sans-serif;
color: #808080;
font-size: 14px;
text-decoration: none;
padding: 5px;
}
.site-footer .bottom-footer .footer-social {
display: inline-block;
vertical-align: bottom;
text-align: right;
margin: 0 0 0 93px;
width: 20%;
}
.site-footer .bottom-footer .footer-social a {
color: #fff;
font-family: fontawesome;
font-size: 16px;
padding: 0 9px 0;
}
.site-footer .bottom-footer .footer-menu ul li a:hover,
.site-footer .bottom-footer .footer-social a:hover {
color: #1c9cdb;
}
#back-to-top {
background: #1c9cdb;
bottom: 20px;
color: #fff;
display: inline-block;
font-size: 20px;
height: 50px;
line-height: 50px;
position: fixed;
right: 10px;
text-align: center;
width: 50px;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 9999;
border-radius: 100%;
position: fixed;
}
#back-to-top.show {
opacity: 1;
filter: alpha(opacity= 100);
visibility: visible;
}
#back-to-top:hover { color: #1c9cdb;
border: 1px solid #1c9cdb;
}
#back-to-top.ed-slide-right:hover:after {
width: 100%;
background: #fff;
}  .page-header .ed-container {
padding: 0 10px;
}
.page-header {
width: 100%;
background-size: cover;
position: relative;
z-index: 1;
padding: 80px 0;
text-align: center;
margin-bottom: 70px;
}
.page-header:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(-150deg, #581ba3, #1c9cdb);
background: -o-linear-gradient(-150deg, #581ba3, #1c9cdb);
background: -moz-linear-gradient(-150deg, #581ba3, #1c9cdb);
background: linear-gradient(-150deg,, #581ba3, #1c9cdb);
z-index: -1;
opacity: 0.7;
}
#eight-degree-breadcrumbs {
display: inline-block;
vertical-align: middle;
float: left;
margin: 7px 0 0;
color: #fff;
font-family: 'Chivo', sans-serif;
}
.page-header h2 {
text-align: left;
color: #fff;
text-transform: capitalize;
margin: 0;
font-family: 'Chivo', sans-serif;
font-size: 34px;
font-weight: 700;
display: inline-block;
line-height: 1.2;
vertical-align: middle;
word-wrap: break-word;
-ms-word-wrap: break-word;
word-break: break-all;
}
#eight-degree-breadcrumbs .ed-container {
margin: 71px auto 60px;
color: #fff;
text-transform: capitalize;
font-family: 'Chivo', sans-serif;
font-size: 14px;
}
#eight-degree-breadcrumbs a {
text-decoration: none;
padding: 0 3px;
color: #fff;
font-weight: 600;
}
#eight-degree-breadcrumbs a:hover {
color: #82dcff;
}
#eight-degree-breadcrumbs span {
padding: 0 3px;
word-break: break-all;
}
.entry-title {
margin: 15px 0 5px;
} .right-sidebar #primary {
float: left;
width: 70%;
margin-bottom: 50px;
}
.blog-page.medium-image figure {
width: 40%;
float: left;
margin-top: 0;
}
.blog-page.medium-image .entry-content-wrap {
width: 55%;
float: left;
margin: 0 0 0 30px;
}
.entry-meta {
border-bottom: 1px solid #e1e1e1;
padding: 0 0 8px;
color: #1c9cdb;
}
.entry-meta .post-date,
.entry-meta .post-category {
display: inline-block;
border-right: 2px solid #e1e1e1;
margin: 0;
padding: 0 20px 0 0
}
.entry-meta .post-category {
border-right: none;
padding: 0 0 0 15px;
}
.entry-meta .post-date a,
.entry-meta .post-category a  {
position: relative;
font-family: 'Chivo', sans-serif;
font-size: 15px;
text-decoration: none;
color: #1c9cdb;
}
.entry-meta .post-date:before,
.entry-meta .post-category:before {
content: "\f017";
font-family: fontawesome;
font-size: 14px;
left: -20px;
top: 0px;
bottom: 0;
padding: 0; 
}
.entry-meta .post-category:before {
content: "\f044";
left: -26px;
top: 1px;
}
#primary.content-area h4 {
word-wrap: break-word;
-ms-word-wrap: break-word;
}
#primary.content-area h4 a {
color: #363636;
text-decoration: none;
font-family: 'Chivo', sans-serif;
font-size: 24px;
font-weight: 400;
margin-bottom: 0;
line-height: 30px;
word-wrap: break-word;
-ms-word-wrap: break-word;
}
#primary.content-area p {
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
margin: 5px 0;
line-height: 25px;
font-weight: 300;
}
.entry-content-wrap .entry-content {
margin-top: 0;
}
.entry-content-wrap a.readmore,
.entry-footer a,
.prev-next-posts .prev-posts-link a,
.prev-next-posts .next-posts-link a {
text-decoration: none;
color: #1c9cdb;
font-family: 'Chivo', sans-serif;
font-size: 15px;
float: left;
position: relative;
}
.entry-content-wrap a.readmore:after,
.entry-footer a:after,
.prev-next-posts .prev-posts-link a:before,
.prev-next-posts .next-posts-link a:after  {
content: "\f178";
position: absolute;
font-family: fontawesome;
font-size: 15px;
padding: 0 0 0 5px;
}
.entry-content-wrap > a:after {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
.entry-content-wrap > a:hover:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.prev-next-posts .prev-posts-link a {
padding: 0 0 0 17px;
position: relative;
}
.prev-next-posts .prev-posts-link a:before {
content: "\f177";
left: -6px;
}
.entry-footer a:after {
content: "\f075";
left: -25px;
bottom: 0;
}
.entry-footer span,
.prev-next-posts .next-posts-link a {
float: right;
}
.prev-next-posts .next-posts-link a {
padding: 0 20px 0 0;
}
#primary.content-area h4 a:after {
display: none;
} .right-sidebar #secondary,
#secondary-right.widget-area {
float: right;
width: 30%;
padding-left: 20px;
margin-bottom: 20px;
}
.widget.widget_rss h4 a,
h4.widget-title {
margin-top: 0;
margin-bottom: 15px;
font-family: 'Chivo', sans-serif;
font-size: 20px;
font-weight: 400;
position: relative;
border-bottom: 2px solid #eee;
margin-bottom: 20px;
color: #363636;
text-decoration: none;
text-transform: capitalize;
}
h4.widget-title:before {
content: "";
position: absolute;
border-bottom: 2px solid #1c9cda;
top: 30px;
width: 80px;
}
.widget.widget_rss h4 a {
border: none;
}
.widget_calendar tr {
background: transparent !important;
}
.widget_recent_entries,
.widget.widget_archive,
.widget.widget_nav_menu,
.widget.widget_tag_cloud,
.widget.widget_search,
.widget.widget_recent_comments {
margin-bottom: 40px;
}
.widget.widget_eight_degree_progress_bar {
margin-bottom: 15px;
}
.ed-progress-bar-text {
margin-bottom: 10px;
}
.widget.widget_categories ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget.widget_categories ul li{
position: relative;
line-height: 26px;
}
.widget.widget_categories ul li:before{
content: "\f054";
position: absolute;
font-family: fontawesome;
font-size: 10px;
top: 0px;
color: #808080;
}
.widget.widget_categories ul li a{
display: block;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #808080;
text-decoration: none;
padding: 0 15px 0;
}
.widget.widget_archive ul li:hover:before, 
.widget.widget_nav_menu ul li:hover:before, 
.widget.widget_recent_comments ul li:hover:before, 
.widget.widget_pages ul li:hover:before, 
.widget.widget_meta ul li:hover:before, 
.widget_recent_entries ul li:hover:before,
.widget.widget_categories ul li:hover:before
{
color: #1c9cdb;
}
.widget_recent_entries ul,
.widget.widget_archive ul,
.widget.widget_nav_menu ul,
.widget.widget_recent_comments ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_rss ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_recent_entries ul li,
.widget.widget_archive ul li,
.widget.widget_nav_menu ul li,
.widget.widget_recent_comments ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_rss ul li {
margin-bottom: 5px;
position: relative;
text-decoration: none;
font-family: 'Chivo', sans-serif;
font-size: 16px;
line-height: 25px;
padding: 0 15px 0;
}
.widget.widget_rss ul li {
padding: 0;
}
.widget span.post-date {
font-size: 13px;
color: #999;
}
.widget.widget_nav_menu ul li i {
display: none;
}
.widget_recent_entries ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget_recent_entries ul li:before {
content: "\f054";
position: absolute;
font-family: fontawesome;
font-size: 10px;
top: 0px;
color: #808080;
left: 0;
}
.widget_recent_entries ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_rss ul li a:hover {
color: #1c9cdb;
cursor: pointer; 	
}
.widget_recent_entries ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a ,
.widget.widget_recent_comments ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_rss ul li a  {
display: block;
text-decoration: none;
color: #808080;
}
.widget.widget_recent_comments ul li p {
display: none;
}
.widget.widget_archive ul li a {
display: inline;
}
.widget_recent_entries ul li a p,
.widget_recent_entries ul li a p,
.widget.widget_pages ul li p {
margin: 0;
}
.widget.widget_tag_cloud .tagcloud a {
text-decoration: none;
font-family: 'Chivo', sans-serif;
font-size: 14px;
color: #707070;
padding: 0 10px;
}
.widget-area .widget.widget_eight_degree_counter {
background: #1c9cdb;
width: 100%;
float: none;
border-radius: 10px;
}
.widget.widget_eight_degree_counter h4,
.widget.widget_eight_degree_counter h4:before {
border: none;
font-size: 16px;
font-family: 'Chivo', sans-serif;
font-weight: 500;
color: #fff;
}
.widget.widget_search .search-icon > .fa-search {
display: none;
background: #1c9cdb;
}
.no-results.not-found .search-icon i.fa.fa-close,
.widget_search .search-icon i.fa.fa-close {
display: none;
}
.widget.widget_search .ed-search label {
float: left;
width: 75%;
}
.widget.widget_search .ed-search input[type="search"] {
color: #000;
height: 40px;
width: 100%;
border-radius: 0;
padding: 0 5px;
margin-left: 1px;
font-size: 17px;
}
.widget.widget_search .ed-search form input[type=submit] {
float: left;
background: #1c9cdb;
border-radius: 0;
box-shadow: none;
border: none;
padding: 0;
width: 25%;
color: #fff;
height: 40px;
}
.footer-block .widget.widget_archive ul li a, 
.footer-block .widget.widget_nav_menu ul li a, 
.footer-block .widget.widget_tag_cloud ul li a, 
.footer-block .widget.widget_search ul li a, 
.footer-block .widget.widget_meta ul li a,
.footer-block .widget.widget_meta ul li:before,
.footer-block .widget.widget_archive ul li:before,
.footer-block .widget.widget_recent_comments ul li,
.footer-block .widget.widget_recent_comments ul li a,
.footer-block .widget.widget_recent_comments ul li span,
.footer-block .widget.widget_recent_comments ul li:before,
.footer-block .widget_recent_entries ul li a,
.footer-block .widget_recent_entries ul li:before {
color: #fff;
} .content-area .site-main .entry-content .entry-post-wrap .entry-meta .post-date {
margin-bottom: 3px;
}
.site-main .entry-content .entry-post-wrap .entry-meta .post-date a:after, 
.site-main .entry-content .entry-post-wrap .entry-meta .post-category a:after {
left: -19px;
top: -1px;
}
.site-main .nav-links .nav-previous a,
.site-main .nav-links .nav-next a ,
.archive-page.medium-image .navigation.posts-navigation .nav-links .nav-previous a {
text-decoration: none;
color: #1c9cdb;
font-family: 'Chivo', sans-serif;
font-size: 15px;
float: left;
position: relative;
padding: 0 0 0 32px;
word-break: break-word;
}
.site-main .nav-links .nav-next a {
float: right;
padding: 0 18px 0 0;
}
.site-main .nav-links .nav-previous a:before,
.site-main .nav-links .nav-next a:after {
content: "\f177";
position: absolute;
font-family: fontawesome;
font-size: 15px;
left: 13px;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.site-main .nav-links .nav-next a:after {
content: "\f178";
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
.site-main .nav-links .nav-previous a:hover:before {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
.site-main .nav-links .nav-next a:hover:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
#primary.content-area .site-main .nav-links .nav-next a p {
display: none !important;
}
.site-main .eight-degree-author-wrapper figure {
float: left;
border-radius: 100%;
margin: 0;
overflow: hidden;
height: 150px;
width: 150px;
}
.site-main .eight-degree-author-wrapper .author-wrapper {
float: left;
width: calc(100% - 170px);
margin: 0 0 0 20px;
}
#primary .site-main .eight-degree-author-wrapper .author-wrapper h5,
#primary .site-main .eight-degree-author-wrapper .author-wrapper h4 {
margin: 0 0 0px;
font-family: 'Chivo', sans-serif;
font-size: 20px;
color: #808080;
font-weight: 400;
}
#primary .site-main .eight-degree-author-wrapper .author-wrapper h4 {
color: #262626;
font-size: 17px;
text-transform: capitalize;
margin: 0 0 13px;
font-weight: 400;
}
.site-main .eight-degree-author-wrapper .author-wrapper .author-detail {
font-family: 'Chivo', sans-serif;
font-size: 17px;
color: #808080;
display: inline-block;
margin-bottom: 17px;
line-height: 30px;
font-weight: 400;
} 
.site-main .eight-degree-related-wrapper {
margin-bottom: 40px;
}
#primary .site-main .eight-degree-related-wrapper h4 {
font-family: 'Chivo', sans-serif;
font-size: 34px;
font-weight: 400;
color: #363636;
position: relative;
text-align: center;
} 
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single {
width: 30%;
display: inline-block;
margin: 0 25px 0 0;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single:nth-child(3) {
margin: 0;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single h4 {
text-align: left;
text-transform: capitalize;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single h4 a {
font-size: 24px;
font-weight: 400;
display: block;
color: #363636;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single .related-post-content {
border-top: 1px solid;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single span,
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single p {
font-family: 'Chivo', sans-serif;
font-size: 18px;
color: #707070;
margin-bottom: 15px;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single span {
color: #808080;
font-weight: 400;
margin-bottom: 10px;
display: block;
font-size: 15px;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single a {
font-family: 'Chivo', sans-serif;
color: #1c9cdb;
font-size: 15px;
text-decoration: none;
position: relative;
cursor: pointer;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single > a:after {
content: "\f178";
font-family: fontawesome;
font-size: 15px;
padding: 0 0 0 5px;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single > a:hover:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.site-main .comments-area h2 {
border-bottom: 1px solid #ddd;
margin: 0px 0 15px 0;
padding-bottom: 5px;
font-weight: 400;
}
.site-main .comments-area ol {
list-style: outside none;
margin: 0;
padding: 0;
}
.site-main .comments-area ol li {
margin-bottom: 55px;
}
.site-main .comments-area ol li .children {
padding-left: 26px !important;
}
.site-main .comments-area ol li article {
margin-bottom: 25px;
}
.site-main .comments-area ol li article .comment-meta .comment-metadata {
font-style: italic;
margin-top: 10px;
font-size: 14px;
text-decoration: underline;
}
.site-main .comments-area ol li article .comment-meta .comment-metadata a {
color: inherit;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
}
.reply a {
font-size: 11px;
font-weight: bold;
background: #ddd none repeat scroll 0 0;
display: inline-block;
padding: 3px 10px;
color: #636363;
text-decoration: none;
}
.reply a:hover {
background: #1c9cdb;
color: #fff;
} .site-main .comments-area .comment-respond {
border: 1px solid #e1e1e1;
padding: 15px 40px;
margin-bottom: 55px;
}
.site-main .comments-area .comment-respond h3 {
background: #e1e1e1;
padding: 5px 15px;
} 
#primary .site-main .comments-area .comment-respond form p span.required {
color: #ff0000;
font-size: 16px;
position: relative;
top: -3px;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-comment {
display: block;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-comment textarea {
width: 100%;
height: 120px;
margin: 5px 0px 0px;
display: block;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-author,
#primary .site-main .comments-area .comment-respond form p.comment-form-email,
#primary .site-main .comments-area .comment-respond form p.comment-form-url {
display: inline-block;
width: 32.33%;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-author input,
#primary .site-main .comments-area .comment-respond form p.comment-form-email input,
#primary .site-main .comments-area .comment-respond form p.comment-form-url input {
display: block;
width: 100%;
margin-top: 5px;
padding: 0px 10px;
font-size: 13px;
height: 40px;
}
#primary .site-main .comments-area .comment-respond form p.form-submit input.submit {
background: #1c9cdb none repeat scroll 0 0;
border: 2px solid #1c9cdb;
color: #fff;
display: inline-block;
font-family: "Chivo";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
#primary .site-main .comments-area .comment-respond form p.form-submit input.submit:hover {
background: #fff;
border-color: #1c9cdb;
color: #1c9cdb;
}
#primary .site-main .comments-area .comment-respond form p.form-submit [type=hidden] {
font-family: 'Chivo', sans-serif;
color: #363636;
font-size: 16px;
line-height: 1.5;
}
#primary .site-main .comments-area .comment-respond form p.logged-in-as {
margin-bottom: 10px;
}
#primary .site-main .comments-area .comment-respond form p a {
font-family: 'Chivo', sans-serif;
font-size: 14px;
color: #707070;
text-decoration: none;
} .portfolio-page .portfolio-post-wrap .portfolio-post {
display: inline-block;
width: 31%;
margin-right: 1%;
margin-bottom: 1%;
padding: 0;
}
.portfolio-page .portfolio-post-wrap .portfolio-post:nth-child(3n) {
margin-right: 0;
}
.portfolio-page .portfolio-post-wrap .portfolio-post .portfolio-content:after{
top: 5px;
left: 5px;
bottom: 5px;
right: 5px;
}
#primary.content-area .portfolio-page .portfolio-post-wrap .portfolio-content h4 a,
#primary.content-area .portfolio-page .portfolio-post-wrap .portfolio-content p {
font-family: 'Chivo', sans-serif;
font-size: 20px;
color: #fff;
}
#primary.content-area .portfolio-page .portfolio-post-wrap .portfolio-content p {
font-family: 'Chivo', sans-serif;
font-size: 15px;
font-weight: 500;
} .team-page.grid article {
width: 30%;
display: inline-block;
vertical-align: middle;
text-align: center;
margin: 0 1.6%;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
}
.team-page.grid article:hover {	
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
box-shadow: 0 0 25px rgba(87, 191, 229, 0.2);
-webkit-box-shadow: 0 0 25px rgba(87, 191, 229, 0.2);
}
.team-page.grid .entry-content .entry-header h4 {
font-family: 'Chivo', sans-serif;
text-transform: capitalize;
font-weight: 700;
font-size: 20px;
border-bottom: 1px solid #f5f5f5;
margin: 0 0 -5px;
}
.team-page.grid .entry-content .content-text  p {
font-family: 'Chivo', sans-serif;
font-size: 14px;
color: #707070;
display: inline-block;
margin-bottom: 20px;
}
.team-page.grid .entry-content {
margin-top: 0;
padding: 0 30px 20px;
} .service-page.grid .service-post {
width: 33%;
display: inline-block;
padding: 0 10px;
}
.service-page.grid .service-content {
text-align: center;
}
.service-page.grid .service-post .service-content h4 {
font-family: 'Chivo', sans-serif;
font-size: 20px;
color: #363636;
}
.service-page.grid .service-post .service-content p {
font-family: 'Chivo', sans-serif;
font-size: 14px;
color: #707070;
}
.service-page.grid .service-post .service-content a {
font-family: 'Chivo', sans-serif;
color: #1c9cdb;
font-size: 15px;
text-decoration: none;
position: relative;
}
.service-page.grid .service-post .service-content a:after {
content: "\f178";
font-family: fontawesome;
font-size: 15px;
padding: 0 0 0 5px;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
}
.service-page.grid .service-post .service-content a:hover:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
#primary.content-area .service-page h4 {
margin: 26px 0 6px;
}
#primary.content-area .service-page h4 a:hover {
color: #1c9cdb;
} .testimonial-page.grid article {
width: 50%;
display: inline-block;
padding: 0 15px;
vertical-align: top;
}
.testimonial-page.grid .entry-content {
position: relative;
padding: 20px;
background: #f7f7f7;
border-radius: 3px;
}
.testimonial-page.grid .entry-content:after {
content: "";
position: absolute;
display: block;
left: 25px;
bottom: -12px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #f7f7f7;
}
.testimonial-page.grid .entry-header figure {
margin: 0;
}
.testimonial-page.grid .entry-header {
margin-top: 20px;
}
.testimonial-page.grid img {
display: inline-block;
vertical-align: middle;
border-radius: 100%;
width: 80px;
height: 80px;
float: left;
border: 3px solid #d8d8d8;
}
#primary .testimonial-page.grid h4 {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
font-family: 'Chivo', sans-serif;
font-size: 20px;
font-weight: 400;
}
#primary .testimonial-page.grid h4 p {
display: block;
margin-top: 0;
font-family: 'Chivo', sans-serif;
font-size: 15px;
font-weight: 300;
color: #808080;
} .site-content .page-header #eight-degree-breadcrumbs p {
display: none;
}
#primary .site-main .navigation .nav-links p {
display: none;
}
.site-content .page-header h2 p {
font-family: 'Chivo', sans-serif;
font-size: 15px;
font-weight: 700;
text-align: center;
margin: 0;
}  .left-sidebar #primary.content-area {
float: right;
padding-right: 0;
}
.left-sidebar #secondary-left.widget-area.left-sidebar.sidebar {
float: left;
width: 25%;
} .both-sidebar .left-sidebar-right {
float: left;
width: 75%;
padding-right: 40px;
}
.both-sidebar .left-sidebar-right #primary.content-area {
float: right;
width: 66%;
vertical-align: middle;
padding-left: 40px;
padding-right: 0px;
}
.both-sidebar .left-sidebar-right #secondary-left.widget-area.left-sidebar.sidebar {
float: left;
width: 34%;
vertical-align: middle;
}
#secondary-right.widget-area.right-sidebar.sidebar {
width: 28%;
}
.widget.widget_tag_cloud .tagcloud a {
font-size: 14px!important;
font-weight: 600;
padding: 5px 20px;
background: #1c9cdb;
border-radius: 25px;
color: #fff;
display: inline-block;
vertical-align: middle;
margin: 2px;
line-height: 25px;
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
position: relative;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
overflow: hidden;
border: 1px solid transparent;
z-index: 0;
}
.widget.widget_tag_cloud .tagcloud a:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
height: 100%;
top: 0;
left: 0;
background: #fff;
width: 0;
}
.widget.widget_tag_cloud .tagcloud a:hover:after {
width: 100%;
}
.widget.widget_tag_cloud .tagcloud a:hover {
background: transparent;
color: #1c9cdb;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
box-shadow: none;
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
border-color: #1c9cdb; }
#secondary-right.widget-area.right-sidebar.sidebar .widget.widget_search .ed-search label,
#secondary.widget-area.sidebar .widget.widget_search .ed-search label {
width: 75%;
}
#secondary-right.widget-area.right-sidebar.sidebar .widget.widget_search .ed-search input[type="search"] {
padding: 0 5px;
margin-left: 1px;
font-size: 17px;
} .no-sidebar #primary.content-area  {
float: none;
width: 100%;
padding-right: 0;
} .error404 #primary.content-area {
float: none;
width: 100%;
margin-bottom: 98px;
}
#primary .site-main .error-404.not-found .page-content {
text-align: center;
font-family: 'Chivo', sans-serif;
margin-top: 0;
}
.page-header h1,
#primary .site-main .error-404.not-found .page-content p {
margin-top: 0;
margin-bottom: 20px;
font-size: 18px;
font-weight: 400;
color: #363636;
line-height: 35px;
letter-spacing: 1px;
display: block;
}
.page-header h1 {
font-family: 'Chivo', sans-serif;
font-size: 30px;
font-weight: bold;
color: #fff;
}
#primary .site-main .error-404.not-found .page-content .error-404-text {
color: #ddd;
font-family: 'Chivo', sans-serif;
font-size: 20px;
text-transform: uppercase;
position: relative;
display: inline-block;
}
#primary .site-main .error-404.not-found .page-content .error-404-text p {
content: "";
position: absolute;
font-weight: 500;
word-break: break-all;
right: 7px;
top: 5px;
line-height: 17px;
display: inline-block;
width: 15px;
margin: 0;
}
#primary .site-main .error-404.not-found .page-content .error-404-text h1 {
font-size: 10em;
font-weight: 900;
margin: 0;
line-height: 0.8;
} .search-results article {
background: #eee;
padding: 30px;
}
.search-results article h2 {
font-family: 'Chivo', sans-serif;
font-size: 24px;
font-weight: 300;
margin-top: 17px;
margin-bottom: 0;
text-transform: capitalize;
}
.search-results article h2 a {
color: #363636;
text-decoration: none;
font-size: 22px;
font-weight: 400;
}
.search-results article .entry-summary {
margin-top: 0;
}
.search-results .entry-footer {
display: none;
} .no-results.not-found .page-content h2 {
margin-top: 0;
margin-bottom: 20px;
font-size: 34px;
font-weight: 400;
color: #363636;
line-height: 1.5;
letter-spacing: 1px;
border-bottom: solid #ddd;
}
#primary.content-area .no-results.not-found .page-content p {
font-size: 18px;
}
.no-results.not-found .page-content .search-icon > .fa-search {
display: none;
}
.no-results.not-found .page-content .search-icon label {
float: left;
width: 85%;
}
.no-results.not-found .page-content .search-icon label input {
height: 50px;
width: 100%;
font-family: 'Chivo', sans-serif;
font-size: 20px;
} #primary.content-area .archive-page.large-image .entry-content-wrap .entry-header {
display: block;
}
#primary.content-area .archive-page.large-image .entry-content-wrap .entry-header h4 a {
font-size: 20px;
}
.archive-page.medium-image article {
margin: 0 0 20px;
}
.archive-page.medium-image figure {
width: 40%;
float: left;
}
.archive-page.medium-image .entry-content-wrap {
width: 55%;
float: left;
padding: 0 0 0 30px;
} .ed-boxed {
background: #eee;
}
.ed-boxed #page {
width: 1200px;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
background: #fff;
}
.ed-boxed #page .caption-wrapper .slider-caption {
width: 1090px;
}
.ed-boxed #page .slider-section:after {
height: 55px;
}
.ed-boxed #page .counter-widget {
width: 57.1%;
}
.ed-boxed #page .widget-area .widget.widget_eight_degree_counter {
width: 100%;
} .main-navigation {
display: none;
} 
.site-header.right .site-branding {
text-align: right;
padding-right: 0;
}
.site-header.right .site-branding .site-logo {
padding-top: 20px;
}
.site-header.right .main-navigation {
text-align: left;
} 
.site-header.right .main-navigation .ed-menu {
text-align: right;
}
.site-header.right .ed-search-wrap {
float: left;
margin: 22px 0 0 0;
}
.site-header.right .ed-search {
left: 0;
}
.site-header.center .site-branding,
.site-header.center .main-navigation {
float: none;
width: 100%;
text-align: center;
}
.site-header.center .site-branding {
padding-top: 10px;
}
.site-header.center .ed-menu {
width: calc(74% - 35px);
}
.widget .ed-search,
.content-area .ed-search {
display: block;
width: 100%;
padding: 0;
position: static;
background: none;    
-moz-transition: all 0.35s ease 0s;
opacity: 1;
visibility: visible;
}
table caption {
text-transform: uppercase;
font-family: 'Chivo', sans-serif; 
padding: 3px 0;
}
table tr th {
text-align: center;
padding: 3px 0;
background: #1c9cdb;
color: #fff;
}
table tr th a {
color: #fff;
text-decoration: none;
}
table tr th a:hover {
color: red;
}
table tr th a:visited {
color: #ddd;
}
table tbody tr {
text-align: center;
}
table tr td {
padding: 3px 0;
}
table tr td#prev {
text-align: left;
}
table tr td#next {
text-align: right;
}
table tr td a,
table tr td a:visited {
color: #ccc;
font-weight: 600;
}
table tr td a:hover {
color: #aaa;
}
table tr td#today {
background: #1c9cdb;
color: #fff;
}
table tfoot a {
text-decoration: none;
} @media only screen and (min-width: 768px) {
.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;
} .left-sidebar .alignfull,  .left-sidebar .alignwide,
.right-sidebar .alignfull, .right-sidebar .alignwide{
margin-left: 0;		   
margin-right: 0;
}
}
.wp-block-gallery.alignnone {
margin-left: 0;
} .wp-block-latest-posts {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-latest-posts ul {
list-style: none;
padding: 0;
} .wp-block-pullquote blockquote:before {
content: '\f10d';
position: absolute;
top: 15px;
left: 0;
right: 0;
font-family: 'fontawesome';
font-size: 30px;
color: #999;
}
.wp-block-pullquote blockquote {
position: relative;
padding-top: 70px;
border-left: none;
}
.wp-block-quote {
padding: 20px 20px 20px 75px;		
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote p
blockquote p {
margin-bottom: 0px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large{	
padding: 20px 20px 20px 75px;
} .wp-block-categories, 
.wp-block-archives {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories ul,
.wp-block-archives ul {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories a,
.wp-block-archives a,
.wp-block-latest-posts a  {
color: #808080;
}
.wp-block-categories a:hover,
.wp-block-archives a:hover,
.wp-block-latest-posts a:hover  {
color: #1c9cdb;
}
.wp-block-categories.aligncenter {
text-align: center;
}@media screen and (max-width: 1210px) {
.ed-boxed #page {
width: 95%;
}
.ed-container {
width: 100%;
}
#back-to-top {
right: 35px;
}
.site-header {
padding: 10px 2%;
}
.site-header.center .ed-search-wrap.show .ed-search {
top: 46px;
}
.site-header.right .main-navigation .ed-menu {
text-align: left;
}
.site-header.center .main-navigation .ed-menu .nav-menu li a {
padding: 18px 13px;
}
.slider-section:after {
height: 55px;
}
.ed-skill-section .skill-widget-wrap {
padding-left: 30px;
}
.site-footer .bottom-footer .footer-social {
margin: 0 0 4px;
}
.main-navigation {
text-align: right;
}
.site-brading {
padding-left: 15px;
}
.service-post-wrap,
.featured-tab-post.wow.fadeInUp,
.section.ed-skill-section,
.portfolio-post-wrap,
.blog-post-wrap,
.contact-wrap,
.top-footer.footer-column-4,
.site-footer .bottom-footer,
.section.ed-team-section .ed-team-section {
padding-left: 2%;
padding-right: 2%;
box-shadow: none;
}
.section#testimonial-section {
padding-left: 2%;
padding-right: 2%;
}
.caption-wrapper .slider-caption {
width: 85%;
}
.site-footer .footer-block {
padding-top: 10px;
}
.bottom-footer {
padding-bottom: 30px;
}
.site-footer .bottom-footer {
padding-top: 10px;
padding-bottom: 10px;
}
.site-content #primary.content-area {
padding-left: 15px;
padding-right: 15px;
}
.left-sidebar #secondary-left.widget-area.left-sidebar.sidebar {
padding-left: 15px;
}
#secondary-right.widget-area.right-sidebar.sidebar {
padding-left: 10px;
padding-right: 15px;
}
.both-sidebar .left-sidebar-right {
padding-left: 15PX;
}
.both-sidebar .left-sidebar-right #primary.content-area {
padding-left: 30px;
}
.footer-block .widget .ed-search button.search-submit {
width: 20%;
}
}
@media screen and (max-width: 1180px) {
.widget .ed-search button.search-submit {
width: 20%;
}
.ed-team-section .team-post .team-content {
padding: 0;
}
.site-header.right .ed-search {
top: 53px;
}
.site-header.center .ed-search-wrap.show .ed-search {
top: 45px;
}
.site-header.center .main-navigation .ed-menu .nav-menu li a {
padding: 18px 13px;
}
.slider-section:after {
height: 49px;
}
.site-footer .bottom-footer .site-info {
width: 100%;
margin-bottom: 7px;
text-align: center;
}
.site-footer .bottom-footer .footer-menu {
margin: 0;
}
.site-footer .bottom-footer .footer-social {
margin: 0 auto;
float: right;
width: 40%;
}
.main-navigation .ed-menu .nav-menu li a {
font-size: 13px;
padding: 29px 13px 27px;
}
.ed-menu .nav-menu li.menu-item-has-children .sub-toggle {
right: 4px;
}
.site-footer .bottom-footer {
padding: 10px 15px;
}
.footer-block .ed-search label {
width: 169px;
}
.team-page.grid .entry-content {
padding: 0 0 20px;
}
}	
@media screen and (max-width: 1119px) {
#primary .site-main .comments-area .comment-respond form p.comment-form-comment textarea {
width: 665px;
}
}
@media screen and (max-width: 980px) {
.caption-wrapper .slider-caption .slider-content {
font-size: 30px;
margin: 10px auto 0 auto;
width: 100%;
}
.featured-post-wrap .featured-post .featured-content {
padding: 0 0 0 40px;
}
.caption-wrapper .slider-caption .slider-content a {
font-size: 12px;
padding: 7px 25px;
margin-top: 15px;
}
.service-post-wrap .service-post {
width: 30%;
padding: 0px 5px 0;
margin: 0 10px;
}
.main-navigation.toggled .menu-toggle {
z-index: 9;
position: fixed;
top: 40px;
left: 10px;
}
.slider-section:after {
height: 43px;
}
.site-branding {
width: 69%;
}
.site-header .main-navigation {
width: 30%;
}
.site-header.center .main-navigation {
margin-top: 10px;
}
.site-header {
z-index: 99999;
}
.site-header.right .main-navigation {
width: 30%;
text-align: left;
}
.site-header.right .ed-search-wrap {
float: none;
}
.main-navigation .ed-menu .nav-menu li a {
padding: 31px 12px 23px;
border-bottom-color
: #656565;
}
.main-navigation .ed-menu .nav-menu li ul.sub-menu li a, 
.main-navigation .ed-menu .nav-menu li ul.children li a{
border-bottom-color: #656565;
}
.main-navigation .menu-toggle {
display: inline-block;
width: 35px;
height: 35px;
position: relative;
overflow: hidden;
background: #1c9cdb;
white-space: nowrap;
text-indent: 50px;
z-index: 1;
}
.main-navigation .menu-toggle:after {
content: "\f0c9";
position: absolute;
font-family: fontawesome;
font-size: 21px;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
color: #fff;
text-indent: 0;
}
.main-navigation.toggled .menu-toggle:after {
content: "\f00d";
}
.main-navigation .menu-toggle + div {
position: fixed;
background: #363636;
height: 100%;
width: 50%;
top: 0;
left: 0;
padding-top: 75px;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
z-index: 1;
text-align: left;
}
.main-navigation.toggled .menu-toggle + div {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transform: translate(0);
-webkit-transform: translate(0);
-moz-transform: translate(0);
}
.main-navigation .ed-menu .nav-menu li {
display: block;
}
.main-navigation .ed-menu .nav-menu li a {
color: #fff;
padding: 15px 12px 15px;
}
.main-navigation .ed-menu .nav-menu li a:after {
display: none;
}
.boxed .main-navigation .ed-menu .nav-menu li a {
padding: 0 15px;
}
.main-navigation .ed-menu .nav-menu li > ul.sub-menu {
position: static;
background: #575757;
min-width: 100%;
text-align: left;
visibility: visible;
z-index: 1;
opacity: 1;
padding-left: 20px;
transition: none;
-webkit-transition: none;
-moz-transition: none;
}
.ed-menu .nav-menu li.menu-item-has-children .sub-toggle {
top: 0px;
transform: none;
}
.ed-menu .nav-menu li.menu-item-has-children .sub-toggle {
position: absolute;
top: 0;
right: 0px;
font-size: 12px;
color: #969696;
width: 20px;
background: #575757;
text-align: center;
height: 49px;
line-height: 49px;
cursor: pointer;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
padding: 0;
}
.ed-menu .nav-menu ul li.menu-item-has-children > .sub-toggle {
transform: rotate(0deg) translateY(0);
top: 0;
}
.portfolio-content {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
}
.ed-blog-section .blog-post-wrap .blog-post {
width: 29%;
margin: 0 0 40px 37px;
}
.ed-blog-section .blog-post-wrap .blog-post {
margin: 0 1.9%;
}
.service-header p, 
.featured-header p, 
.portfolio-header p, 
.testimonial-header p, 
.contact-header p, 
.blog-header p, 
.team-header p, 
.contact-header p,
.ed-cta-section .cta-header p {
padding: 0 20px;
}
.site-footer .top-footer.footer-column-4 {
padding-bottom: 0;
}
.site-footer .bottom-footer .footer-menu ul li a {
padding: 5px 9px;
}
#back-to-top {
right: 5px;
font-size: 17px;
height: 47px;
width: 47px;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single {
margin: 0 22px 0 0;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single h4 a {
font-size: 17px;
}
.widget_recent_entries, .widget.widget_archive, 
.widget.widget_nav_menu, .widget.widget_tag_cloud, 
.widget.widget_search, 
.widget.widget_recent_comments {
margin-bottom: 20px;
} .contact-wrap .contact-map-details .contact-details .contact-phone {
width: 41%;
}
.contact-wrap .contact-map-details .contact-details .contact-email {
width: 57%;
}
.left-sidebar #primary.content-area {
width: 67%;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-comment textarea {
width: 100%;
}
.portfolio-page .portfolio-post-wrap .portfolio-post {
width: 31%;
}
.site-header.right .ed-search-wrap {
margin: 0;
margin-right: 6px;
}
.site-header.right .site-branding .site-logo {
padding-top: 0;
float: right;
}
.footer-block .ed-search label {
width: 135px;
}
}
@media screen and (max-width: 800px) {
.site-footer .footer-block {
width: 47%;
}
.widget.widget_search .ed-search label,
#secondary-right.widget-area.right-sidebar.sidebar .widget.widget_search .ed-search label, #secondary.widget-area.sidebar .widget.widget_search .ed-search label {
width: 80%;
}
.both-sidebar .left-sidebar-right #secondary-left.widget-area.left-sidebar.sidebar {
width: 100%;
}
.main-navigation.toggled .menu-toggle {
top: 52px;
}
.main-navigation .menu-toggle + div {
padding-top: 90px;
}
.site-footer .bottom-footer .site-info {
width: 100%;
margin-bottom: 7px;
}
.site-footer .bottom-footer .footer-menu {
margin: 0 0 0 0;
}
.site-footer .bottom-footer .site-info {
width: 100%;
margin-bottom: 7px;
}
.slider-section:after {
display: none;
}
.featured-tab-wrap .featured-title {
padding: 5px 10px;
}
.featured-post-wrap .featured-post figure {
float: left;
width: 40%;
}
.ed-skill-section .message-wrap {
padding-right: 10px;
}
.ed-skill-section .skill-widget-wrap {
padding-left: 10px;
}
.ed-blog-section .blog-post-wrap .blog-post {
margin: 0 0 40px 22px;
} .portfolio-post-wrap .portfolio-post{
width: 48%;
}
.ed-blog-section .blog-post-wrap .blog-post {
width: 30%;
}
.site-footer .textwidget p {
padding-right: 55px;
}
.site-content #primary.content-area,
#secondary-right.widget-area.right-sidebar.sidebar {
float: none;
width: 100%;
}
.site-content #primary.content-area {
margin-bottom: 20px;
}
.site-content #primary.content-area {
padding-right: 15px;
}
.both-sidebar .left-sidebar-right {
width: 100%;
padding-right: 15px;
}
.both-sidebar .left-sidebar-right #primary.content-area {
width: 100%;
padding-left: 0;
}
#primary .site-main .comments-area .comment-respond form p.form-submit {
display: block;
}
.portfolio-page .portfolio-post-wrap .portfolio-post {
width: 29%;
}
.footer-block .ed-search label {
width: 130px;
}
}
@media screen and (max-width: 796px) {
.ed-blog-section .blog-post-wrap .blog-post {
width: 29%;
}
.ed-team-section .team-wrap .team-post {
margin: 0 3.9%;
}
}
@media screen and (max-width: 768px) {
.ed-skill-section .skill-widget-wrap {
padding-top: 140px;
}
.caption-wrapper .slider-caption {
top: 57%;
}
.ed-team-section .team-wrap .team-post {
padding: 0 10px;
}
.service-post-wrap .service-post,
.ed-blog-section .blog-post-wrap .blog-post {
width: 43%;
padding: 0 15px 0;
margin: 0 0 30px -3px;
}
.service-post-wrap .service-post {
width: 50%;
}
.service-header h2, .featured-header h2, .portfolio-header h2, .testimonial-header h2, .contact-header h2, .blog-header h2, .team-header h2 {
margin-bottom: 0;
}
.service-header p, .featured-header p, .portfolio-header p, .testimonial-header p, .contact-header p, .blog-header p, .team-header p, .contact-header p {
margin-bottom: 20px;
}
.ed-blog-section .blog-post-wrap .blog-post {
padding: 0 10px 0 20px;
margin: 0 40px 30px 8px;
}
.blog-post-wrap {
padding-bottom: 15px;
}
.site-footer .bottom-footer {
padding-bottom: 20px;
}
.featured-post-wrap .featured-post figure {
width: 40%;
padding-left: 10px;
}
.section.ed-skill-section{
background-size: cover;
background-position: 0%; 
} 
.ed-skill-section .message-wrap,
.ed-skill-section .skill-widget-wrap {
float: none;
width: 100%;
}
.message-wrap:after {
bottom: 54%;
right: 0;
}
.skill-widget-wrap:after {
top: 46%;
left: 0;    
}
.widget.widget_search .ed-search input[type="search"] {
padding: 0 5px;
}
.footer-block .ed-search label {
width: 108px;
}
.portfolio-page .portfolio-post-wrap .portfolio-post {
width: 47%;
}
}
@media screen and (max-width: 764px) {
.ed-blog-section .blog-post-wrap .blog-post {
width: 100%;
padding: 0 15px 0;
margin: 0 0 30px -3px;
}
}
@media screen and (max-width: 648px) {
.contact-wrap .contact-form,
.contact-wrap .contact-map-details {
float: none;
width: 100%;
}
.ufbl-form-field input[type=submit].ufbl-form-submit {
padding: 15px 50px;
}
.contact-wrap .contact-form .ufbl-form-field-wrap {
margin: 0 0 20px;
}
.contact-wrap .contact-map-details .contact-map {
margin: 0px 0 25px;
}
.ed-contact-section {
padding-bottom: 15px;
}
.archive-page.medium-image figure {
width: 100%;
}
.archive-page.medium-image .entry-content-wrap {
width: 100%;
padding: 0;
}
}
@media screen and (max-width: 640px) {
.caption-wrapper .slider-caption .slider-content {
font-size: 25px;
}
.caption-wrapper .slider-caption .slider-content a {
font-size: 10px;
padding: 5px 19px;
margin-top: 11px;
}
.site-header form.search-form {
width: 65%;
}
.site-footer .bottom-footer .footer-social {
width: 100%;
text-align: center;
}
.caption-wrapper .slider-caption .slider-content a {
margin-top: 17px;
}
.bx-pager.bx-default-pager {
bottom: 0px;
}
.main-navigation .menu-toggle + div {
width: 70%;
padding-top: 88px;
}
.site-header.center .ed-search-wrap.show .ed-search {
right: -10px;
}
.caption-wrapper .slider-caption {
width: 80%;
}
.site-footer .bottom-footer .footer-menu {
margin: 0 0 0 0;
text-align: center;
width: 100%;
}
.site-footer .bottom-footer .footer-menu ul li a {
padding: 5px;
font-size: 12px;
}
.featured-post-wrap .featured-post .featured-content {
padding: 0 0 0 25px;
}
.ed-skill-section .skill-widget-wrap {
padding-left: 0;
}
.slider-section:after {
display: none;
}
.service-page.grid .service-post {
width: 49%;
padding-bottom: 10px;
margin-bottom: 30px;
}
.slider-caption {
width: 90%;
}
.ed-team-section .team-wrap .team-post {
width: 29%;
display: inline-block;
padding: 0 20px;
margin: 0 3% 0 0;
}
.ed-team-section .team-post .team-content h4 {
font-size: 15px;
}
.ed-team-section .team-post .team-content p {
font-size: 12px;
}
.featured-tab-post.wow.fadeInUp {
padding-bottom: 0;
}
.ed-blog-section .blog-post-wrap .blog-post {
margin: 0 0 30px -8px;
}
.contact-wrap .contact-form,
.contact-wrap .contact-map-details {
float: none;
width: 100%;
}
.contact-wrap .contact-form {
margin: 0 0 45px;
}
.blog-page.medium-image figure,
.blog-page.medium-image .entry-content-wrap {
float: none;
width: 97%;
margin: 0;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single {
margin: 0 20px 0 0;
}
.footer-block .ed-search label {
width: 90px;
}
}
@media screen and ( min-width: 600px ) {
.wp-block-columns .wp-block-column {
flex-basis: 100%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and ( min-width: 782px ) {
.wp-block-columns .wp-block-column {
flex-basis: 50%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 540px) {
.page-header {
margin-bottom: 20px;
}
.site-header .ed-search button {
padding: 0;
}
.site-header form.search-form {
width: 100%;
}
.ed-team-section .team-wrap {
text-align: center;
}
.ed-team-section .team-wrap .team-post {
margin-right: 0;
padding: 0;
}
.site-branding  {
width: 68%;
}
.main-navigation {
width: 35%;
}
.site-header.right .site-branding {
width: 35%;
}
.site-header.right .main-navigation {
width: 60%;
}
.site-header.right .ed-search-wrap.show .ed-search {
left: -51px;
z-index: 1;
}
.site-header.center .ed-search-wrap.show .ed-search {
right: -125px;
}
#primary .site-main .comments-area .comment-respond form p.comment-form-author, 
#primary .site-main .comments-area .comment-respond form p.comment-form-email, 
#primary .site-main .comments-area .comment-respond form p.comment-form-url {
width: 100%;
}
.site-footer .textwidget p {
padding-right: 0;
}
.service-page.grid .service-post {
width: 100%;
padding-bottom: 10px;
}
.site-footer .bottom-footer .footer-menu {
width: 100%;
text-align: center;
}
.site-footer .bottom-footer .footer-social {
width: 100%;
text-align: center;
margin: 0;
}
.site-footer .bottom-footer .footer-social a {
font-size: 16px;
}
.team-page.grid article {
vertical-align: top;
width: 100%;
margin: 0 auto 40px;
}
.bx-wrapper {
margin-bottom: 10px;
}
.bx-pager.bx-default-pager {
bottom: 0px;
}
.caption-wrapper .slider-caption .slider-content {
display: none;
}
.caption-wrapper .slider-caption {
text-align: center;
}
.caption-wrapper .slider-caption .slider-title {
font-size: 22px;
letter-spacing: 3px;
}
.bx-wrapper .bx-controls-direction a {
width: 25px;
height: 25px;
top: 58%;
}
.bx-controls-direction .bx-prev:before, .bx-controls-direction .bx-next:before {
font-size: 20px;
line-height: 1.1;
}
.service-header h2, 
.featured-header h2, 
.portfolio-header h2, 
.testimonial-header h2, 
.contact-header h2, 
.blog-header h2, 
.team-header h2 {
font-size: 30px;
margin-bottom: 5px;
}
.service-header h2:before, 
.service-header h2:after, 
.featured-header h2:before, 
.featured-header h2:after, 
.portfolio-header h2:before, 
.portfolio-header h2:after, 
.testimonial-header h2:before, 
.testimonial-header h2:after, 
.contact-header h2:before, 
.contact-header h2:after, 
.blog-header h2:before, 
.blog-header h2:after, 
.team-header h2:before, 
.team-header h2:after {
top: 20px;
}
.service-post-wrap .service-post, .ed-blog-section .blog-post-wrap .blog-post {
width: 100%;
margin: 0 0 12px 0px;
}
.service-post-wrap .service-post .service-content h4 {
margin-bottom: 0px;
margin-top: 5px;
}
.featured-tab-wrap,
.featured-post-wrap {
float: none;
width: 100%;
margin-bottom: 15px;
padding: 25px 0 20px;
}
.featured-post-wrap .featured-post .featured-content,
.featured-post-wrap .featured-post figure {
float: none;
width: 100%;
padding-left: 0px;
}
.featured-tab-wrap .featured-title {
display: inline-block;
font-size: 14px;
margin: 0 5px 3px;
}
.ed-service-section, 
.ed-featured-section, 
.ed-contact-section, 
.ed-blog-section, 
.ed-team-section,
.site-footer .top-footer.footer-column-4 {
padding: 30px 2% 30px;
}
.ed-skill-section .message-wrap {
padding-top: 30px;
padding-bottom: 58px;
padding-left: 10px;
padding-right: 0;
}
.ed-skill-section .skill-widget-wrap {
padding-left: 10px;
}
.section.ed-skill-section {
padding-bottom: 20px;
}
.ed-container .message-wrap .message-header h2, 
.skill-widget-wrap .skill-content-wrap .skill-header h2 {
font-size: 30px;
margin: 0;
}
.skill-widget-wrap .skill-content-wrap .skill-header h2 {}
.ed-skill-section .skill-widget-wrap {
padding-top: 0;
}
.ed-progress-bar {
height: 5px;
}
.ed-team-section .team-wrap .team-post {
width: 100%;
margin-bottom: 30px;
margin-right: 0;
padding: 0 15px;
}
.sort-table ul li {
margin-bottom: 3px;
margin-left: 5px;
}
.portfolio-content h4 {
margin: 0 0 -5px;
}
.portfolio-post-wrap .portfolio-post {
width: 32%;
}
.widget.widget_eight_degree_counter {
width: 100%;
margin: 0 0 30px;
}
.team-header p {
margin: -8px 0 20px;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content h4 {
margin: 0;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-date {
padding: 0px 0 3px;
}
.ed-blog-section .blog-post-wrap .blog-post .blog-content p {
margin: 3px 0 0;
}
.ed-blog-section .blog-post-wrap .blog-post {
margin: 0 0 15px 0px;
}
.blog-post-wrap {
padding-bottom: 0;
}
.ed-blog-section {
padding-bottom: 10px;
}
.ed-contact-section .contact-header, {
padding-top: 20px;
}
.ufbl-form-field input[type=submit].ufbl-form-submit {
padding: 15px 45px;
}
.contact-wrap .contact-form {
margin: 0 0 0;
} 
.site-footer .footer-block {
padding-top: 10px;
width: 100%;
margin-right: 0%;
}
.top-footer.footer-column-4 {
padding-bottom: 0;
}
.site-footer .footer-block .widget {
margin: 0;
}
.site-footer .footer-block h4 {
margin-bottom: 5px;
}
.site-footer .bottom-footer .site-info .copyright-wrap {}
.contact-wrap .contact-map-details .contact-details .contact-phone,
.contact-wrap .contact-map-details .contact-details .contact-email {
width: 100%;
margin-left: 4px;
}
.contact-wrap .contact-map-details .contact-details .contact-phone {
margin-bottom: 10px;
}
.testimonial-page.grid article {
width: 100%;
}
.no-results.not-found .page-content .search-icon label {
width: 80%;
}
.no-results.not-found .page-content .search-icon input[type="submit"] {
width: 20%;
}
#primary .site-main .error-404.not-found .page-content .error-404-text h1 {
font-size: 7em;
}
.archive-page.medium-image figure,
.archive-page.medium-image .entry-content-wrap {
width: 100%;
}
.archive-page.medium-image .entry-content-wrap {
margin: 0;
}
#primary .site-main .error-404.not-found .page-content .error-404-text p {
right: 0;
line-height: 11px;
font-size: 14px;
}
.site-main .eight-degree-author-wrapper figure {
float: none;
margin: 0 auto;
}
.site-main .eight-degree-author-wrapper .author-wrapper {
float: none;
width: 100%;
margin: 20px 0 0 0px;
text-align: center;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single {
margin: 0 0px 15px 0;
width: 100%;
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single h4 a {
font-size: 18px;
}
.sort-table ul li {
margin-left: -1px;
}
.portfolio-post-wrap {
overflow: hidden;
}
section.ed-portfolio-section .portfolio-post-wrap {
padding: 0;
margin: 10px 2%;
}
.portfolio-page .portfolio-post-wrap .portfolio-post, 
.portfolio-post-wrap .portfolio-post  {
width: 100%;
margin-bottom: 20px;
}
.footer-block .ed-search label {
width: 200px;
}
.footer-block .widget .ed-search button.search-submit {
width: 15%;
}
}a:focus {
outline: thin dotted;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
border-color: #ccc #bbb #aaa;
}
.service-post:focus figure,
#back-to-top:focus,
.featured-tab-wrap .featured-title:focus,
.sort-table ul li,
a {
transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
}
.ed-search-wrap:focus,
.main-navigation .ed-menu .nav-menu li a:focus {
color: #4eabe0;
border-bottom-color: #4eabe0;
}
.main-navigation .ed-menu .nav-menu li:focus-within > ul {
visibility: visible;
opacity: 1;
top: 100%;
z-index: 1;
}
.ed-search-wrap i.fa.fa-search:focus {
color: #1c9cdb;
}
.show .fa-close:focus {
color: #1c9cdb;
}
.ed-search-wrap.show i:focus {
color: #1c9cdb;
}
.ed-slide-right:focus {
border-color: #1c9cdb;
}
.ed-slide-right:focus:after {
width: 100%;
}
.caption-wrapper .slider-caption .slider-content a:focus {
background: #1c9cdb;
color: #fff; 
}
.caption-wrapper .slider-caption .slider-content a.ed-readmore:focus {
background :rgba(255,255,255,0.7);
}
.bx-controls-direction .bx-prev:focus, 
.bx-controls-direction .bx-next:focus {
background: rgba(255,255,255,0.7);
}
.service-post-wrap .service-post .service-content h4 a:focus,
.ed-blog-section .blog-post-wrap .blog-post .blog-content .blog-post-title a:focus {
color: #1c9cdb;
}
.service-post:focus figure {
box-shadow: 0px 0px 0 4px #1c9cdb;
cursor: pointer;
}
.featured-tab-wrap .featured-title:focus {
color: #fff;
cursor: pointer;
font-family: 'Chivo', sans-serif;
font-weight: 500;
}
.featured-post-wrap .featured-post .featured-content a:focus {
background: #fff;
color: #1c9cdb;
border: 1px solid #1c9cdb;
}
.sort-table ul li:focus {
color: #fff;
}
.portfolio-post:focus .portfolio-content {
visibility: visible;
opacity: 1;
z-index: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.portfolio-post:focus .portfolio-content:after {
transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.ed-team-section .team-post:focus {
border: 1px solid #f5f5f5;
box-shadow: 0 0 25px rgba(183, 183, 183, 0.48);
-webkit-box-shadow: 0 0 25px rgba(183, 183, 183, 0.48);
}
.ed-cta-section .cta-header a.ed-slide-right:focus {
border-color: #1c9cdb;
color: #1c9cdb;
}
.ed-cta-section .cta-header a.ed-slide-right:focus:after {
background: #fff;
}
.service-post-wrap .service-post .service-content a:focus.ed-bttn:after,
.ed-blog-section .blog-post-wrap .blog-post .blog-content a:focus.ed-bttn:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.ufbl-form-field input[type=submit].ufbl-form-submit:focus {
color: #1c9cdb;
background: #fff;
border: 1px solid #1c9cdb;
transition: all ease 0.35s;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
}
.site-footer .widget.widget_categories ul li:focus:before, 
.site-footer .widget.widget_pages ul li:focus:before,
.site-footer .widget.widget_categories ul li a:focus,
.site-footer .widget.widget_pages ul li  a:focus,
.footer-block .widget_recent_entries ul li a:focus,
.footer-block .widget_recent_entries ul li:focus:before,
.footer-block .widget.widget_archive ul li a:focus,
.footer-block .widget.widget_archive ul li:focus:before,
.footer-block .widget.widget_recent_comments ul li a:focus
{
color: #1c9cdb;
}
.site-footer .bottom-footer .copyright-wrap a:focus {
color: #1c9cdb;
}
.site-footer .bottom-footer .footer-menu ul li a:focus,
.site-footer .bottom-footer .footer-social a:focus {
color: #1c9cdb;
}
#back-to-top:focus { color: #1c9cdb;
border: 1px solid #1c9cdb;
}
#back-to-top.ed-slide-right:focus:after {
width: 100%;
background: #fff;
}
#eight-degree-breadcrumbs a:focus {
color: #82dcff;
}
.entry-content-wrap > a:focus:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.widget.widget_archive ul li:focus:before, 
.widget.widget_nav_menu ul li:focus:before, 
.widget.widget_recent_comments ul li:focus:before, 
.widget.widget_pages ul li:focus:before, 
.widget.widget_meta ul li:focus:before, 
.widget_recent_entries ul li:focus:before,
.widget.widget_categories ul li:focus:before
{
color: #1c9cdb;
}
.widget_recent_entries ul li a:focus,
.widget.widget_archive ul li a:focus,
.widget.widget_nav_menu ul li a:focus,
.widget.widget_recent_comments ul li a:focus,
.widget.widget_pages ul li a:focus,
.widget.widget_meta ul li a:focus,
.widget.widget_tag_cloud .tagcloud a:focus,
.widget.widget_categories ul li a:focus,
.widget.widget_rss ul li a:focus {
color: #1c9cdb;
cursor: pointer; 	
}
.site-main .nav-links .nav-previous a:focus:before {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
.site-main .nav-links .nav-next a:focus:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
#primary .site-main .eight-degree-related-wrapper .related-posts-wrapper .related-single > a:focus:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.reply a:focus {
background: #1c9cdb;
color: #fff;
}
#primary .site-main .comments-area .comment-respond form p.form-submit input.submit:focus {
background: #fff;
border-color: #1c9cdb;
color: #1c9cdb;
}
.team-page.grid article:focus {	
transform: scale(1.03);
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
box-shadow: 0 0 25px rgba(87, 191, 229, 0.2);
-webkit-box-shadow: 0 0 25px rgba(87, 191, 229, 0.2);
}
.service-page.grid .service-post .service-content a:focus:after {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
#primary.content-area .service-page h4 a:focus {
color: #1c9cdb;
}
.widget.widget_tag_cloud .tagcloud a:focus:after {
width: 100%;
}
.widget.widget_tag_cloud .tagcloud a:focus {
background: transparent;
color: #1c9cdb;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
box-shadow: none;
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
border-color: #1c9cdb; }
table tr th a:focus {
color: red;
}
table tr td a:focus {
color: #aaa;
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress-id-9 tbody{color:#FFF}.tablepress-id-9 td{font-size:14px;color:#000}.tablepress-id-9 .column-1{text-align:center}.tablepress-id-9 .column-2{width:400px}.tablepress-id-10 tbody{color:#FFF}.tablepress-id-10 td{font-size:14px;color:#000}.tablepress-id-10 .column-1{text-align:center}.tablepress-id-10 .column-2{width:300px}@keyframes dtb-spinner{to{transform:rotate(1turn)}}div.dt-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:5px;position:static;width:100%}div.dt-buttons .dt-button{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.dt-button-info{background-color:#fff;border-radius:.75em;box-shadow:3px 4px 10px 1px #000c;left:50%;margin-left:-200px;margin-top:-100px;overflow:hidden;position:fixed;text-align:center;top:50%;width:400px;z-index:2003}div.dt-button-info h2{font-weight:400;margin:0;padding:2rem 2rem 1rem}div.dt-button-info>div{padding:1em 2em 2em}div.dtb-popover-close{border-radius:3px;cursor:pointer;height:22px;position:absolute;right:6px;text-align:center;top:6px;width:22px;z-index:2003}button.dtb-hide-drop{display:none!important}div.dt-button-collection-title{font-size:.9em;margin-left:.5em;margin-right:.5em;overflow:hidden;padding:.3em .5em .5em;text-align:center;text-overflow:ellipsis;white-space:nowrap}div.dt-button-collection-title:empty{display:none}span.dt-button-spacer{display:inline-block;margin:.5em;white-space:nowrap}span.dt-button-spacer.bar{border-left:1px solid #0000004d;padding-left:.5em;vertical-align:middle}span.dt-button-spacer.bar:empty{height:1em;padding-left:0;width:1px}div.dt-button-collection .dt-button-active{padding-right:3em}div.dt-button-collection .dt-button-active:after{color:inherit;content:"\2713";display:inline-block;margin-top:-10px;position:absolute;right:1em;top:50%}div.dt-button-collection .dt-button-active.dt-button-split{padding-right:0}div.dt-button-collection .dt-button-active.dt-button-split:after{display:none}div.dt-button-collection .dt-button-active.dt-button-split>:first-child{padding-right:3em}div.dt-button-collection .dt-button-active.dt-button-split>:first-child:after{color:inherit;content:"\2713";display:inline-block;margin-top:-10px;position:absolute;right:1em;top:50%}div.dt-button-collection .dt-button-active-a a{padding-right:3em}div.dt-button-collection .dt-button-active-a a:after{color:inherit;content:"\2713";display:inline-block;position:absolute;right:1em}div.dt-button-collection span.dt-button-spacer{font-size:.9em;margin:.5em 0;text-align:center;width:100%}div.dt-button-collection span.dt-button-spacer:empty{height:0;width:100%}div.dt-button-collection span.dt-button-spacer.bar{border-bottom:1px solid #0000001a;border-left:none;padding-left:0}div.dt-buttons>.dt-button,div.dt-buttons>div.dt-button-split .dt-button{background:linear-gradient(180deg,#e6e6e61a 0,#0000001a);border:1px solid #0000004d;border-radius:2px;box-sizing:border-box;color:inherit;cursor:pointer;display:inline-block;font-size:.88em;line-height:normal;outline:none;overflow:hidden;padding:.5em 1em;position:relative;text-decoration:none;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}div.dt-buttons>.dt-button.disabled,div.dt-buttons>div.dt-button-split .dt-button.disabled{cursor:default;opacity:.4}div.dt-buttons>.dt-button.dt-button-active:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled){background:linear-gradient(180deg,#b3b3b31a 0,#0000001a);box-shadow:inset 1px 1px 3px #999}div.dt-buttons>.dt-button.dt-button-active:not(.disabled):hover:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled){background:linear-gradient(180deg,#8080801a 0,#0000001a);box-shadow:inset 1px 1px 3px #999}div.dt-buttons>.dt-button:hover,div.dt-buttons>div.dt-button-split .dt-button:hover{text-decoration:none}div.dt-buttons>.dt-button:hover:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled){background:linear-gradient(180deg,#9999991a 0,#0000001a);border:1px solid #666}div.dt-buttons>.dt-button:focus:not(.disabled),div.dt-buttons>div.dt-button-split .dt-button:focus:not(.disabled){outline:2px solid #3584e4}div.dt-buttons>.dt-button embed,div.dt-buttons>div.dt-button-split .dt-button embed{outline:none}div.dt-buttons>div.dt-button-split .dt-button:first-child{border-bottom-right-radius:0;border-right:1px solid #00000026;border-top-right-radius:0}div.dt-buttons>div.dt-button-split .dt-button:first-child:hover{border-right:1px solid #666}div.dt-buttons>div.dt-button-split .dt-button:last-child{border-bottom-left-radius:0;border-left:1px solid #0000;border-top-left-radius:0}div.dt-buttons>div.dt-button-split .dt-button:last-child:hover{border-left:1px solid #666}div.dt-buttons span.dt-button-down-arrow{font-family:sans-serif!important;font-size:10px;line-height:normal;opacity:.6;padding-left:10px}div.dt-buttons div.dt-button-split{display:inline-block}div.dt-buttons div.dt-button-split .dt-button:last-child{padding-left:.75em;padding-right:.75em;z-index:2}div.dt-buttons div.dt-button-split .dt-button:last-child span{padding-left:0}div.dt-button-collection{background-color:#fff;border:1px solid #0006;border-radius:5px;box-shadow:3px 4px 10px 1px #0000004d;box-sizing:border-box;left:0;margin-bottom:3px;margin-top:3px;overflow:hidden;padding:.75em 0;position:absolute;top:0;width:200px;z-index:2002}div.dt-button-collection .dt-button{align-items:center;background:none;border:none;border-radius:0;color:inherit;cursor:pointer;display:flex;float:none;justify-content:space-between;left:0;padding:.5em 1em;position:relative;right:0;text-align:left;width:100%}div.dt-button-collection .dt-button.dt-button-active{background:none;box-shadow:none}div.dt-button-collection .dt-button.disabled{cursor:default;opacity:.4}div.dt-button-collection .dt-button:hover:not(.disabled){background:#9999991a;border:none;box-shadow:none}div.dt-button-collection .dt-button:focus{outline-offset:-2px}div.dt-button-collection div.dt-button-split{align-content:flex-start;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}div.dt-button-collection div.dt-button-split button.dt-button{display:inline-block;flex-basis:50px;flex-grow:1;flex-shrink:0;margin:0;width:0}div.dt-button-collection div.dt-button-split button.dt-button-split-drop{flex:0;min-width:33px}div.dt-button-collection.fixed .dt-button{background:#ffffff1a;border-radius:.25em}div.dt-button-collection.fixed{background-color:#fff;border-radius:5px;display:block;left:50%;margin-left:-75px;padding:.5em;position:fixed;top:50%}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection.fixed.columns{margin-left:-409px}@media screen and (max-width:1024px){div.dt-button-collection.fixed.columns{margin-left:-308px}}@media screen and (max-width:640px){div.dt-button-collection.fixed.columns{margin-left:-203px}}@media screen and (max-width:460px){div.dt-button-collection.fixed.columns{margin-left:-100px}}div.dt-button-collection.fixed>:last-child{max-height:100vh;overflow:auto}div.dt-button-collection.four-column>:last-child,div.dt-button-collection.three-column>:last-child,div.dt-button-collection.two-column>:last-child{column-gap:8px;display:block!important}div.dt-button-collection.four-column>:last-child>*,div.dt-button-collection.three-column>:last-child>*,div.dt-button-collection.two-column>:last-child>*{break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{column-count:2;padding-bottom:1px}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{column-count:3;padding-bottom:1px}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{column-count:4;padding-bottom:1px}div.dt-button-collection.columns{width:auto}div.dt-button-collection.columns>:last-child{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start;padding-bottom:1px;width:818px}div.dt-button-collection.columns>:last-child .dt-button{flex:0 1;margin:0;min-width:200px}div.dt-button-collection.columns.dtb-b1>:last-child,div.dt-button-collection.columns.dtb-b2>:last-child,div.dt-button-collection.columns.dtb-b3>:last-child{justify-content:space-between}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:1 1 32%}div.dt-button-collection.columns.dtb-b2 .dt-button{flex:1 1 48%}div.dt-button-collection.columns.dtb-b1 .dt-button{flex:1 1 100%}@media screen and (max-width:1024px){div.dt-button-collection.columns>:last-child{width:612px}}@media screen and (max-width:640px){div.dt-button-collection.columns>:last-child{width:406px}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:0 1 32%}}@media screen and (max-width:460px){div.dt-button-collection.columns>:last-child{width:200px}}div.dt-button-background{background:radial-gradient(ellipse farthest-corner at center,#0000004d 0,#000000b3 100%);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2001}.dt-button.processing{color:#0003}.dt-button.processing:after{animation:dtb-spinner 1.5s linear infinite;border-color:#282828 #0000;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;content:" ";display:block;height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}@media screen and (max-width:640px){div.dt-buttons{justify-content:center}}.column-filter-widgets{text-align:left}html[dir=rtl] .column-filter-widgets{text-align:right}.column-filter-widgets,.column-filter-widgets .column-filter-widget-menus{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:.5em;width:100%}.column-filter-widgets select{max-width:200px}.column-filter-widgets a.filter-term{display:block;padding-left:5px;text-decoration:none}.column-filter-widgets a.filter-term:hover{text-decoration:line-through!important}.tablepress.fixedHeader-floating,.tablepress.fixedHeader-locked{background-color:#fff;margin-bottom:0;position:relative!important}@media print{.tablepress.fixedHeader-floating,.tablepress.fixedHeader-locked{display:none}}.dtfh-floatingparent.dtfh-floatingparent-head{z-index:999!important}.tablepress.dataTable tfoot tr>.dtfc-fixed-end,.tablepress.dataTable tfoot tr>.dtfc-fixed-start,.tablepress.dataTable thead tr>.dtfc-fixed-end,.tablepress.dataTable thead tr>.dtfc-fixed-start{bottom:0;top:0;z-index:3}.tablepress.dataTable tbody tr>.dtfc-fixed-end,.tablepress.dataTable tbody tr>.dtfc-fixed-start{z-index:1}.tablepress.dataTable tr>.dtfc-fixed-left:after,.tablepress.dataTable tr>.dtfc-fixed-right:after{bottom:0;content:"";pointer-events:none;position:absolute;top:0;transition:box-shadow .3s;width:10px}.tablepress.dataTable tr>.dtfc-fixed-left:after{right:0;transform:translateX(100%)}.tablepress.dataTable tr>.dtfc-fixed-right:after{left:0;transform:translateX(-80%)}.tablepress.dataTable.dtfc-scrolling-left tr>.dtfc-fixed-left:after{box-shadow:inset 10px 0 8px -8px #0003}.tablepress.dataTable.dtfc-scrolling-right tr>.dtfc-fixed-right:after{box-shadow:inset -10px 0 8px -8px #0003}.tablepress.dataTable.dtfc-scrolling-right tr>.dtfc-fixed-right+.dtfc-fixed-right:after{box-shadow:none}:where(.tablepress.dataTable) tbody .dtfc-fixed-end,:where(.tablepress.dataTable) tbody .dtfc-fixed-start{background-color:#fff}div.dt-scroll,div.dtfh-floatingparent{position:relative}div.dt-scroll div.dtfc-bottom-blocker,div.dt-scroll div.dtfc-top-blocker,div.dtfh-floatingparent div.dtfc-bottom-blocker,div.dtfh-floatingparent div.dtfc-top-blocker{background-color:#fff;position:absolute}.dt-container .dt-layout-row.dt-layout-table .tablepress-dt-scroll-buttons-wrapper-visible{align-items:flex-start;display:flex;flex-direction:row;gap:0}.tablepress-dt-scroll-buttons-wrapper-visible .dt-scroll{width:calc(100% - 60px)}.tablepress-dt-scroll-buttons-wrapper-visible .dt-scroll-body{scroll-behavior:smooth}.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button{background-color:#0000001a;border:none;cursor:pointer;font-size:larger;height:100px;margin:0;padding:0;position:sticky;top:200px;width:30px}.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button :hover{background-color:#0003}.tablepress-dt-scroll-buttons-wrapper:not(.tablepress-dt-scroll-buttons-wrapper-visible) .tablepress-dt-scroll-button{display:none}.tablepress-scroll-wrapper{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.tablepress-scroll-wrapper>.dt-container{min-width:fit-content}@media screen and (max-width:767px){.tablepress-scroll-wrapper>.dt-container .dt-layout-row{flex-direction:row}}.tablepress-scroll-wrapper>.dt-container :where(.dt-layout-row:not(.dt-layout-table)) .dt-layout-cell.dt-layout-full{width:auto}.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-full,.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-start{left:0;position:sticky}.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-end{position:sticky;right:1px;z-index:1}@media screen and (max-width:600px){.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-end{margin-top:calc(1lh + 10px)}}.tablepress-scroll-wrapper>.dt-container .dt-layout-cell.dt-layout-cell:has(>.dt-buttons>.dt-button-background){z-index:2000}.tablepress-scroll-buttons-wrapper-visible{clear:both;display:flex}.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-wrapper{width:calc(100% - 60px)}.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-button{background-color:#0000001a;border:none;cursor:pointer;font-size:larger;height:100px;margin:0 0 1rem;padding:0;position:sticky;top:200px;width:30px}.tablepress-scroll-buttons-wrapper-visible .tablepress-scroll-button:hover{background-color:#0003}.tablepress-scroll-buttons-wrapper-visible:has(.dt-container) .tablepress-scroll-button{margin:2lh 0 3lh}@media screen and (max-width:600px){.tablepress-scroll-buttons-wrapper-visible:has(.dt-container) .tablepress-scroll-button{margin:4lh 0 5lh}}.tablepress-scroll-buttons-wrapper:not(.tablepress-scroll-buttons-wrapper-visible) .tablepress-scroll-button{display:none}.tablepress-responsive-stack-headers tbody td:before{content:attr(data-th)!important;display:none;font-weight:700;word-break:break-word}@media(max-width:767px){.tablepress-responsive-stack-phone colgroup,.tablepress-responsive-stack-phone tfoot,.tablepress-responsive-stack-phone thead{display:none}.tablepress-responsive-stack-phone tbody td,.tablepress-responsive-stack-phone tbody th{border-top:none;display:block;text-align:center;width:auto!important}.tablepress-responsive-stack-phone tr~tr td:first-child,.tablepress-responsive-stack-phone tr~tr th:first-child{border-top:1px solid #ddd}.tablepress-responsive-stack-phone.tablepress-responsive-stack-headers tbody td:before,.tablepress-responsive-stack-phone.tablepress-responsive-stack-headers tbody th:before{display:block}}@media(max-width:979px){.tablepress-responsive-stack-tablet colgroup,.tablepress-responsive-stack-tablet tfoot,.tablepress-responsive-stack-tablet thead{display:none}.tablepress-responsive-stack-tablet tbody td,.tablepress-responsive-stack-tablet tbody th{border-top:none;display:block;text-align:center;width:auto!important}.tablepress-responsive-stack-tablet tr~tr td:first-child,.tablepress-responsive-stack-tablet tr~tr th:first-child{border-top:1px solid #ddd}.tablepress-responsive-stack-tablet.tablepress-responsive-stack-headers tbody td:before,.tablepress-responsive-stack-tablet.tablepress-responsive-stack-headers tbody th:before{display:block}}@media(max-width:1199px){.tablepress-responsive-stack-desktop colgroup,.tablepress-responsive-stack-desktop tfoot,.tablepress-responsive-stack-desktop thead{display:none}.tablepress-responsive-stack-desktop tbody td,.tablepress-responsive-stack-desktop tbody th{border-top:none;display:block;text-align:center;width:auto!important}.tablepress-responsive-stack-desktop tr~tr td:first-child,.tablepress-responsive-stack-desktop tr~tr th:first-child{border-top:1px solid #ddd}.tablepress-responsive-stack-desktop.tablepress-responsive-stack-headers tbody td:before,.tablepress-responsive-stack-desktop.tablepress-responsive-stack-headers tbody th:before{display:block}}.tablepress-responsive-stack-all colgroup,.tablepress-responsive-stack-all tfoot,.tablepress-responsive-stack-all thead{display:none}.tablepress-responsive-stack-all tbody td,.tablepress-responsive-stack-all tbody th{border-top:none;display:block;text-align:center;width:auto!important}.tablepress-responsive-stack-all tr~tr td:first-child,.tablepress-responsive-stack-all tr~tr th:first-child{border-top:1px solid #ddd}.tablepress-responsive-stack-all.tablepress-responsive-stack-headers tbody td:before,.tablepress-responsive-stack-all.tablepress-responsive-stack-headers tbody th:before{display:block}@media not print{@media(max-width:767px){.tablepress-responsive-phone{display:block;width:100%!important}.tablepress-responsive-phone thead{display:block;float:left}.tablepress-responsive-phone thead tr td,.tablepress-responsive-phone thead tr th{width:auto!important}.tablepress-responsive-phone thead tr td:not(:last-child),.tablepress-responsive-phone thead tr th:not(:last-child){border-bottom:1px solid #0000}.tablepress-responsive-phone thead td:empty:before,.tablepress-responsive-phone thead td:has(.dt-column-title:empty):before{content:"\00a0"}.tablepress-responsive-phone tfoot{display:none}.tablepress-responsive-phone tbody{display:block;overflow-x:auto;position:relative;text-align:left;white-space:nowrap;width:auto}.tablepress-responsive-phone tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-phone tbody tr td:not(:last-child),.tablepress-responsive-phone tbody tr th:not(:last-child){border-bottom:1px solid #ddd}.tablepress-responsive-phone tbody td:empty:before{content:"\00a0"}.tablepress-responsive-phone tbody td,.tablepress-responsive-phone tbody th,.tablepress-responsive-phone thead td,.tablepress-responsive-phone thead th,.tablepress-responsive-phone thead tr{border:none;display:block}.tablepress-responsive-phone thead tr+tr,.tablepress-responsive-phone thead tr:has(+tr){float:left}.tablepress-responsive-phone.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress-responsive-phone.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress-responsive-phone.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress-responsive-phone.tablepress thead .dt-ordering-desc .dt-column-order{display:flex;height:auto;justify-content:center;transform:rotate(-90deg);width:24px}.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-phone{display:none}}@media(max-width:979px){.tablepress-responsive-tablet{display:block;width:100%!important}.tablepress-responsive-tablet thead{display:block;float:left}.tablepress-responsive-tablet thead tr td,.tablepress-responsive-tablet thead tr th{width:auto!important}.tablepress-responsive-tablet thead tr td:not(:last-child),.tablepress-responsive-tablet thead tr th:not(:last-child){border-bottom:1px solid #0000}.tablepress-responsive-tablet thead td:empty:before,.tablepress-responsive-tablet thead td:has(.dt-column-title:empty):before{content:"\00a0"}.tablepress-responsive-tablet tfoot{display:none}.tablepress-responsive-tablet tbody{display:block;overflow-x:auto;position:relative;text-align:left;white-space:nowrap;width:auto}.tablepress-responsive-tablet tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-tablet tbody tr td:not(:last-child),.tablepress-responsive-tablet tbody tr th:not(:last-child){border-bottom:1px solid #ddd}.tablepress-responsive-tablet tbody td:empty:before{content:"\00a0"}.tablepress-responsive-tablet tbody td,.tablepress-responsive-tablet tbody th,.tablepress-responsive-tablet thead td,.tablepress-responsive-tablet thead th,.tablepress-responsive-tablet thead tr{border:none;display:block}.tablepress-responsive-tablet thead tr+tr,.tablepress-responsive-tablet thead tr:has(+tr){float:left}.tablepress-responsive-tablet.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress-responsive-tablet.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress-responsive-tablet.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress-responsive-tablet.tablepress thead .dt-ordering-desc .dt-column-order{display:flex;height:auto;justify-content:center;transform:rotate(-90deg);width:24px}.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-tablet{display:none}}@media(max-width:1199px){.tablepress-responsive-desktop{display:block;width:100%!important}.tablepress-responsive-desktop thead{display:block;float:left}.tablepress-responsive-desktop thead tr td,.tablepress-responsive-desktop thead tr th{width:auto!important}.tablepress-responsive-desktop thead tr td:not(:last-child),.tablepress-responsive-desktop thead tr th:not(:last-child){border-bottom:1px solid #0000}.tablepress-responsive-desktop thead td:empty:before,.tablepress-responsive-desktop thead td:has(.dt-column-title:empty):before{content:"\00a0"}.tablepress-responsive-desktop tfoot{display:none}.tablepress-responsive-desktop tbody{display:block;overflow-x:auto;position:relative;text-align:left;white-space:nowrap;width:auto}.tablepress-responsive-desktop tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-desktop tbody tr td:not(:last-child),.tablepress-responsive-desktop tbody tr th:not(:last-child){border-bottom:1px solid #ddd}.tablepress-responsive-desktop tbody td:empty:before{content:"\00a0"}.tablepress-responsive-desktop tbody td,.tablepress-responsive-desktop tbody th,.tablepress-responsive-desktop thead td,.tablepress-responsive-desktop thead th,.tablepress-responsive-desktop thead tr{border:none;display:block}.tablepress-responsive-desktop thead tr+tr,.tablepress-responsive-desktop thead tr:has(+tr){float:left}.tablepress-responsive-desktop.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress-responsive-desktop.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress-responsive-desktop.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress-responsive-desktop.tablepress thead .dt-ordering-desc .dt-column-order{display:flex;height:auto;justify-content:center;transform:rotate(-90deg);width:24px}.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-desktop{display:none}}.tablepress-responsive-all{display:block;width:100%!important}.tablepress-responsive-all thead{display:block;float:left}.tablepress-responsive-all thead tr td,.tablepress-responsive-all thead tr th{width:auto!important}.tablepress-responsive-all thead tr td:not(:last-child),.tablepress-responsive-all thead tr th:not(:last-child){border-bottom:1px solid #0000}.tablepress-responsive-all thead td:empty:before,.tablepress-responsive-all thead td:has(.dt-column-title:empty):before{content:"\00a0"}.tablepress-responsive-all tfoot{display:none}.tablepress-responsive-all tbody{display:block;overflow-x:auto;position:relative;text-align:left;white-space:nowrap;width:auto}.tablepress-responsive-all tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-all tbody tr td:not(:last-child),.tablepress-responsive-all tbody tr th:not(:last-child){border-bottom:1px solid #ddd}.tablepress-responsive-all tbody td:empty:before{content:"\00a0"}.tablepress-responsive-all tbody td,.tablepress-responsive-all tbody th,.tablepress-responsive-all thead td,.tablepress-responsive-all thead th,.tablepress-responsive-all thead tr{border:none;display:block}.tablepress-responsive-all thead tr+tr,.tablepress-responsive-all thead tr:has(+tr){float:left}.tablepress-responsive-all.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress-responsive-all.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress-responsive-all.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress-responsive-all.tablepress thead .dt-ordering-desc .dt-column-order{display:flex;height:auto;justify-content:center;transform:rotate(-90deg);width:24px}.dtfh-floatingparent.dtfh-floatingparent-head .tablepress-responsive-all{display:none}}table.dataTable{--responsive-collapse-control-size:16px}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer;padding-left:calc(var(--responsive-collapse-control-size) + 14px);position:relative}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{background-color:var(--responsive-collapse-expand-bg-color,#31b131);border:2px solid #fff;border-radius:var(--responsive-collapse-control-size);box-shadow:0 0 3px #444;box-sizing:initial;color:var(--responsive-collapse-expand-text-color,#fff);content:"+";display:block;font-family:monospace!important;font-size:var(--responsive-collapse-control-size);height:var(--responsive-collapse-control-size);left:5px;line-height:var(--responsive-collapse-control-size);position:absolute;text-align:center;text-indent:0!important;top:10px;width:var(--responsive-collapse-control-size)}table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before{background-color:var(--responsive-collapse-close-bg-color,#d33333);color:var(--responsive-collapse-close-text-color,#fff);content:"-"}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.control,table.dataTable.dtr-column>tbody>tr>th.dtr-control{cursor:pointer;min-width:calc(var(--responsive-collapse-control-size) + 14px);position:relative}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before{background-color:var(--responsive-collapse-expand-bg-color,#31b131);border:2px solid #fff;border-radius:var(--responsive-collapse-control-size);box-shadow:0 0 3px #444;box-sizing:initial;color:var(--responsive-collapse-expand-text-color,#fff);content:"+";display:block;font-family:monospace!important;font-size:var(--responsive-collapse-control-size);height:var(--responsive-collapse-control-size);left:calc(50% - 10px);line-height:var(--responsive-collapse-control-size);position:absolute;text-align:center;text-indent:0!important;top:calc(50% - var(--responsive-collapse-control-size)/2 - 2px);width:var(--responsive-collapse-control-size)}table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before{background-color:var(--responsive-collapse-close-bg-color,#d33333);color:var(--responsive-collapse-close-text-color,#fff);content:"-"}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid var(--border-color);padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none;padding-bottom:0}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;font-weight:700;min-width:75px}div.dtr-modal{box-sizing:border-box;height:100%;left:0;padding:10em 1em;position:fixed;top:0;width:100%;z-index:1000000}div.dtr-modal div.dtr-modal-display{background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;bottom:0;box-shadow:0 12px 30px #0009;height:fit-content;left:0;margin:auto;max-height:75%;overflow:auto;position:absolute;right:0;top:0;width:50%;z-index:1000002}div.dtr-modal div.dtr-modal-content{padding:2em;position:relative}div.dtr-modal table.dtr-details{border-collapse:collapse}div.dtr-modal table.dtr-details td{padding:.5em .5em .5em 0;word-break:break-word}div.dtr-modal table.dtr-details td:last-child{padding:.5em 0 .5em .5em}div.dtr-modal table.dtr-details tr~tr td{border-top:1px solid #888}div.dtr-modal div.dtr-modal-close{border-radius:3px;cursor:pointer;font-size:xx-large;line-height:normal;position:absolute;right:8px;text-align:center;top:0;z-index:12}div.dtr-modal div.dtr-modal-background{background:#0009;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000001}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}.tablepress-responsive{-webkit-text-size-adjust:none;text-size-adjust:none}.tablepress-responsive *{word-break:normal}