@charset "UTF-8";
@charset "utf-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.schema-faq .schema-faq-section{border:1px solid #d1dfee;margin-bottom:20px;background-color:#fdfeff}.schema-faq .schema-faq-question{font-size:14px;font-weight:700;text-decoration:none;margin:0;padding:15px 40px 15px 15px;line-height:1.4;cursor:pointer;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block}.schema-faq .schema-faq-question.faq-q-open{border-bottom:1px solid #d1dfee}.schema-faq .schema-faq-question:after{content:"+";position:absolute;top:0;right:15px;text-align:center;font-weight:700;color:#000;font-size:20px;height:100%;display:flex;flex-direction:column;justify-content:center}.schema-faq .schema-faq-question.faq-q-open:after{content:"-"}.schema-faq p.schema-faq-answer{margin:0;padding:15px;background-color:#fff;font-size:16px;line-height:1.4;border-bottom:1px solid #dedee0;display:none}.table-scroll {
position: relative;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
width: 100%;
margin-bottom: 1em;
}
.table-scroll table {
width: max-content;
min-width: 100%;
border-collapse: collapse;
}
.scroll-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
color: #444;
background: rgba(255, 255, 255, 0.8);
border-radius: 20%;
padding: 0px 5px;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
animation: blink 1s infinite;
pointer-events: none;
z-index: 2;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.scroll-arrow.hidden {
opacity: 0;
animation: none;
}
@keyframes blink {
0%,
100% {
opacity: 0.2;
}
50% {
opacity: 1;
}
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-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);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot);
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff2) format("woff2"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff) format("woff"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.ttf) format("truetype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot);
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff2) format("woff2"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff) format("woff"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.ttf) format("truetype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot);
src: url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff2) format("woff2"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff) format("woff"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.ttf) format("truetype"), url(//www.macronimous.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
     .sjb-container-main{
width: 100%;
}
.sjb-page .row:after{
content: " ";
display: block;
clear: both;
}
.sjb-page a,
.sjb-page .list-data a{
text-decoration: none;
}
.sjb-page a:hover,
.sjb-page a:active {
outline: 0;
}
.sjb-page b,
.sjb-page strong {
font-weight: bold;
}
.sjb-page h1 {
font-size: 2em;
margin: 0.67em 0;
}
.sjb-page small {
font-size: 80%;
}
.sjb-page img {
border: 0;
}
.sjb-page button,
.sjb-page input,
.sjb-page select,
.sjb-page textarea {
font: inherit;
margin: 0;
}
.sjb-page button {
overflow: visible;
}
.sjb-page button,
.sjb-page select {
text-transform: none;
}
.sjb-page button,
.sjb-page html input[type="button"],
.sjb-page input[type="reset"],
.sjb-page input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.sjb-page button::-moz-focus-inner,
.sjb-page input::-moz-focus-inner {
border: 0;
padding: 0;
}
.sjb-page input {
line-height: normal;
}
.sjb-page input[type="checkbox"],
.sjb-page input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.sjb-page input[type="number"]::-webkit-inner-spin-button,
.sjb-page input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
.sjb-page input[type="search"]::-webkit-search-cancel-button,
.sjb-page input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.sjb-page textarea {
overflow: auto;
}
.sjb-page table {
border-collapse: collapse;
border-spacing: 0;
}
.sjb-page {
margin: 0 auto;
padding: 20px;
}
.sjb-page * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page *:before,
.sjb-page *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input,
.sjb-page button,
.sjb-page select,
.sjb-page textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.sjb-page a {
text-decoration: none;
}
.sjb-page a:hover,
.sjb-page a:focus {
text-decoration: none;
}
.sjb-page a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page img {
vertical-align: middle;
}
.sjb-page .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.sjb-page .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sjb-page [role="button"] {
cursor: pointer;
}
.sjb-page h1,
.sjb-page h2,
.sjb-page h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.sjb-page h4,
.sjb-page h5,
.sjb-page h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page p {
margin: 0 0 10px;
}
.sjb-page ul,
.sjb-page ol {
margin-top: 0;
margin-bottom: 10px;
}
.sjb-page ul ul,
.sjb-page ol ul,
.sjb-page ul ol,
.sjb-page ol ol {
margin-bottom: 0;
}
.sjb-page .row {
margin-left: -15px;
margin-right: -15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-sm-1,
.sjb-page .col-md-1,
.sjb-page .col-lg-1,
.sjb-page .col-xs-2,
.sjb-page .col-sm-2,
.sjb-page .col-md-2,
.sjb-page .col-lg-2,
.sjb-page .col-xs-3,
.sjb-page .col-sm-3,
.sjb-page .col-md-3,
.sjb-page .col-lg-3,
.sjb-page .col-xs-4,
.sjb-page .col-sm-4,
.sjb-page .col-md-4,
.sjb-page .col-lg-4,
.sjb-page .col-xs-5,
.sjb-page .col-sm-5,
.sjb-page .col-md-5,
.sjb-page .col-lg-5,
.sjb-page .col-xs-6,
.sjb-page .col-sm-6,
.sjb-page .col-md-6,
.sjb-page .col-lg-6,
.sjb-page .col-xs-7,
.sjb-page .col-sm-7,
.sjb-page .col-md-7,
.sjb-page .col-lg-7,
.sjb-page .col-xs-8,
.sjb-page .col-sm-8,
.sjb-page .col-md-8,
.sjb-page .col-lg-8,
.sjb-page .col-xs-9,
.sjb-page .col-sm-9,
.sjb-page .col-md-9,
.sjb-page .col-lg-9,
.sjb-page .col-xs-10,
.sjb-page .col-sm-10,
.sjb-page .col-md-10,
.sjb-page .col-lg-10,
.sjb-page .col-xs-11,
.sjb-page .col-sm-11,
.sjb-page .col-md-11,
.sjb-page .col-lg-11,
.sjb-page .col-xs-12,
.sjb-page .col-sm-12,
.sjb-page .col-md-12,
.sjb-page .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-xs-2,
.sjb-page .col-xs-3,
.sjb-page .col-xs-4,
.sjb-page .col-xs-5,
.sjb-page .col-xs-6,
.sjb-page .col-xs-7,
.sjb-page .col-xs-8,
.sjb-page .col-xs-9,
.sjb-page .col-xs-10,
.sjb-page .col-xs-11,
.sjb-page .col-xs-12 {
float: left;
}
.sjb-page .col-xs-12 {
width: 100%;
}
.sjb-page .col-xs-11 {
width: 91.66666667%;
}
.sjb-page .col-xs-10 {
width: 83.33333333%;
}
.sjb-page .col-xs-9 {
width: 75%;
}
.sjb-page .col-xs-8 {
width: 66.66666667%;
}
.sjb-page .col-xs-7 {
width: 58.33333333%;
}
.sjb-page .col-xs-6 {
width: 50%;
}
.sjb-page .col-xs-5 {
width: 41.66666667%;
}
.sjb-page .col-xs-4 {
width: 33.33333333%;
}
.sjb-page .col-xs-3 {
width: 25%;
}
.sjb-page .col-xs-2 {
width: 16.66666667%;
}
.sjb-page .col-xs-1 {
width: 8.33333333%;
}
.sjb-page .col-xs-pull-12 {
right: 100%;
}
.sjb-page .col-xs-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-xs-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-xs-pull-9 {
right: 75%;
}
.sjb-page .col-xs-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-xs-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-xs-pull-6 {
right: 50%;
}
.sjb-page .col-xs-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-xs-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-xs-pull-3 {
right: 25%;
}
.sjb-page .col-xs-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-xs-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-xs-pull-0 {
right: auto;
}
.sjb-page .col-xs-push-12 {
left: 100%;
}
.sjb-page .col-xs-push-11 {
left: 91.66666667%;
}
.sjb-page .col-xs-push-10 {
left: 83.33333333%;
}
.sjb-page .col-xs-push-9 {
left: 75%;
}
.sjb-page .col-xs-push-8 {
left: 66.66666667%;
}
.sjb-page .col-xs-push-7 {
left: 58.33333333%;
}
.sjb-page .col-xs-push-6 {
left: 50%;
}
.sjb-page .col-xs-push-5 {
left: 41.66666667%;
}
.sjb-page .col-xs-push-4 {
left: 33.33333333%;
}
.sjb-page .col-xs-push-3 {
left: 25%;
}
.sjb-page .col-xs-push-2 {
left: 16.66666667%;
}
.sjb-page .col-xs-push-1 {
left: 8.33333333%;
}
.sjb-page .col-xs-push-0 {
left: auto;
}
.sjb-page .col-xs-offset-12 {
margin-left: 100%;
}
.sjb-page .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-xs-offset-9 {
margin-left: 75%;
}
.sjb-page .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-xs-offset-6 {
margin-left: 50%;
}
.sjb-page .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-xs-offset-3 {
margin-left: 25%;
}
.sjb-page .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.sjb-page .col-sm-1,
.sjb-page .col-sm-2,
.sjb-page .col-sm-3,
.sjb-page .col-sm-4,
.sjb-page .col-sm-5,
.sjb-page .col-sm-6,
.sjb-page .col-sm-7,
.sjb-page .col-sm-8,
.sjb-page .col-sm-9,
.sjb-page .col-sm-10,
.sjb-page .col-sm-11,
.sjb-page .col-sm-12 {
float: left;
}
.sjb-page .col-sm-12 {
width: 100%;
}
.sjb-page .col-sm-11 {
width: 91.66666667%;
}
.sjb-page .col-sm-10 {
width: 83.33333333%;
}
.sjb-page .col-sm-9 {
width: 75%;
}
.sjb-page .col-sm-8 {
width: 66.66666667%;
}
.sjb-page .col-sm-7 {
width: 58.33333333%;
}
.sjb-page .col-sm-6 {
width: 50%;
}
.sjb-page .col-sm-5 {
width: 41.66666667%;
}
.sjb-page .col-sm-4 {
width: 33.33333333%;
}
.sjb-page .col-sm-3 {
width: 25%;
}
.sjb-page .col-sm-2 {
width: 16.66666667%;
}
.sjb-page .col-sm-1 {
width: 8.33333333%;
}
.sjb-page .col-sm-pull-12 {
right: 100%;
}
.sjb-page .col-sm-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-sm-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-sm-pull-9 {
right: 75%;
}
.sjb-page .col-sm-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-sm-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-sm-pull-6 {
right: 50%;
}
.sjb-page .col-sm-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-sm-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-sm-pull-3 {
right: 25%;
}
.sjb-page .col-sm-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-sm-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-sm-pull-0 {
right: auto;
}
.sjb-page .col-sm-push-12 {
left: 100%;
}
.sjb-page .col-sm-push-11 {
left: 91.66666667%;
}
.sjb-page .col-sm-push-10 {
left: 83.33333333%;
}
.sjb-page .col-sm-push-9 {
left: 75%;
}
.sjb-page .col-sm-push-8 {
left: 66.66666667%;
}
.sjb-page .col-sm-push-7 {
left: 58.33333333%;
}
.sjb-page .col-sm-push-6 {
left: 50%;
}
.sjb-page .col-sm-push-5 {
left: 41.66666667%;
}
.sjb-page .col-sm-push-4 {
left: 33.33333333%;
}
.sjb-page .col-sm-push-3 {
left: 25%;
}
.sjb-page .col-sm-push-2 {
left: 16.66666667%;
}
.sjb-page .col-sm-push-1 {
left: 8.33333333%;
}
.sjb-page .col-sm-push-0 {
left: auto;
}
.sjb-page .col-sm-offset-12 {
margin-left: 100%;
}
.sjb-page .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-sm-offset-9 {
margin-left: 75%;
}
.sjb-page .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-sm-offset-6 {
margin-left: 50%;
}
.sjb-page .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-sm-offset-3 {
margin-left: 25%;
}
.sjb-page .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.sjb-page .col-md-1,
.sjb-page .col-md-2,
.sjb-page .col-md-3,
.sjb-page .col-md-4,
.sjb-page .col-md-5,
.sjb-page .col-md-6,
.sjb-page .col-md-7,
.sjb-page .col-md-8,
.sjb-page .col-md-9,
.sjb-page .col-md-10,
.sjb-page .col-md-11,
.sjb-page .col-md-12 {
float: left;
}
.sjb-page .col-md-12 {
width: 100%;
}
.sjb-page .col-md-11 {
width: 91.66666667%;
}
.sjb-page .col-md-10 {
width: 75%;
}
.sjb-page .col-md-9 {
width: 75%;
}
.sjb-page .col-md-8 {
width: 66.66666667%;
}
.sjb-page .col-md-7 {
width: 58.33333333%;
}
.sjb-page .col-md-6 {
width: 50%;
}
.sjb-page .col-md-5 {
width: 41.66666667%;
}
.sjb-page .col-md-4 {
width: 33.33333333%;
}
.sjb-page .col-md-3 {
width: 25%;
}
.sjb-page .col-md-2 {
width: 16.66666667%;
}
.sjb-page .col-md-1 {
width: 8.33333333%;
}
.sjb-page .col-md-pull-12 {
right: 100%;
}
.sjb-page .col-md-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-md-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-md-pull-9 {
right: 75%;
}
.sjb-page .col-md-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-md-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-md-pull-6 {
right: 50%;
}
.sjb-page .col-md-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-md-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-md-pull-3 {
right: 25%;
}
.sjb-page .col-md-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-md-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-md-pull-0 {
right: auto;
}
.sjb-page .col-md-push-12 {
left: 100%;
}
.sjb-page .col-md-push-11 {
left: 91.66666667%;
}
.sjb-page .col-md-push-10 {
left: 83.33333333%;
}
.sjb-page .col-md-push-9 {
left: 75%;
}
.sjb-page .col-md-push-8 {
left: 66.66666667%;
}
.sjb-page .col-md-push-7 {
left: 58.33333333%;
}
.sjb-page .col-md-push-6 {
left: 50%;
}
.sjb-page .col-md-push-5 {
left: 41.66666667%;
}
.sjb-page .col-md-push-4 {
left: 33.33333333%;
}
.sjb-page .col-md-push-3 {
left: 25%;
}
.sjb-page .col-md-push-2 {
left: 16.66666667%;
}
.sjb-page .col-md-push-1 {
left: 8.33333333%;
}
.sjb-page .col-md-push-0 {
left: auto;
}
.sjb-page .col-md-offset-12 {
margin-left: 100%;
}
.sjb-page .col-md-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-md-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-md-offset-9 {
margin-left: 75%;
}
.sjb-page .col-md-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-md-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-md-offset-6 {
margin-left: 50%;
}
.sjb-page .col-md-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-md-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-md-offset-3 {
margin-left: 25%;
}
.sjb-page .col-md-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-md-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.sjb-page .col-lg-1,
.sjb-page .col-lg-2,
.sjb-page .col-lg-3,
.sjb-page .col-lg-4,
.sjb-page .col-lg-5,
.sjb-page .col-lg-6,
.sjb-page .col-lg-7,
.sjb-page .col-lg-8,
.sjb-page .col-lg-9,
.sjb-page .col-lg-10,
.sjb-page .col-lg-11,
.sjb-page .col-lg-12 {
float: left;
}
.sjb-page .col-lg-12 {
width: 100%;
}
.sjb-page .col-lg-11 {
width: 91.66666667%;
}
.sjb-page .col-lg-10 {
width: 83.33333333%;
}
.sjb-page .col-lg-9 {
width: 75%;
}
.sjb-page .col-lg-8 {
width: 66.66666667%;
}
.sjb-page .col-lg-7 {
width: 58.33333333%;
}
.sjb-page .col-lg-6 {
width: 50%;
}
.sjb-page .col-lg-5 {
width: 41.66666667%;
}
.sjb-page .col-lg-4 {
width: 33.33333333%;
}
.sjb-page .col-lg-3 {
width: 25%;
}
.sjb-page .col-lg-2 {
width: 16.66666667%;
}
.sjb-page .col-lg-1 {
width: 8.33333333%;
}
.sjb-page .col-lg-pull-12 {
right: 100%;
}
.sjb-page .col-lg-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-lg-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-lg-pull-9 {
right: 75%;
}
.sjb-page .col-lg-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-lg-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-lg-pull-6 {
right: 50%;
}
.sjb-page .col-lg-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-lg-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-lg-pull-3 {
right: 25%;
}
.sjb-page .col-lg-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-lg-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-lg-pull-0 {
right: auto;
}
.sjb-page .col-lg-push-12 {
left: 100%;
}
.sjb-page .col-lg-push-11 {
left: 91.66666667%;
}
.sjb-page .col-lg-push-10 {
left: 83.33333333%;
}
.sjb-page .col-lg-push-9 {
left: 75%;
}
.sjb-page .col-lg-push-8 {
left: 66.66666667%;
}
.sjb-page .col-lg-push-7 {
left: 58.33333333%;
}
.sjb-page .col-lg-push-6 {
left: 50%;
}
.sjb-page .col-lg-push-5 {
left: 41.66666667%;
}
.sjb-page .col-lg-push-4 {
left: 33.33333333%;
}
.sjb-page .col-lg-push-3 {
left: 25%;
}
.sjb-page .col-lg-push-2 {
left: 16.66666667%;
}
.sjb-page .col-lg-push-1 {
left: 8.33333333%;
}
.sjb-page .col-lg-push-0 {
left: auto;
}
.sjb-page .col-lg-offset-12 {
margin-left: 100%;
}
.sjb-page .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-lg-offset-9 {
margin-left: 75%;
}
.sjb-page .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-lg-offset-6 {
margin-left: 50%;
}
.sjb-page .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-lg-offset-3 {
margin-left: 25%;
}
.sjb-page .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-lg-offset-0 {
margin-left: 0%;
}
}
.sjb-page table {
background-color: transparent;
}
.sjb-page th {
text-align: left;
}
.sjb-page .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.sjb-page .table > thead > tr > th,
.sjb-page .table > tbody > tr > th,
.sjb-page .table > tfoot > tr > th,
.sjb-page .table > thead > tr > td,
.sjb-page .table > tbody > tr > td,
.sjb-page .table > tfoot > tr > td {
padding: 8px;
border-top: 1px solid #ddd;
}
.sjb-page .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.sjb-page .table > caption + thead > tr:first-child > th,
.sjb-page .table > colgroup + thead > tr:first-child > th,
.sjb-page .table > thead:first-child > tr:first-child > th,
.sjb-page .table > caption + thead > tr:first-child > td,
.sjb-page .table > colgroup + thead > tr:first-child > td,
.sjb-page .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.sjb-page .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.sjb-page .table .table {
}
.sjb-page .table-condensed > thead > tr > th,
.sjb-page .table-condensed > tbody > tr > th,
.sjb-page .table-condensed > tfoot > tr > th,
.sjb-page .table-condensed > thead > tr > td,
.sjb-page .table-condensed > tbody > tr > td,
.sjb-page .table-condensed > tfoot > tr > td {
padding: 5px;
}
.sjb-page .table-bordered > thead > tr > th,
.sjb-page .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.sjb-page table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.sjb-page table td[class*="col-"],
.sjb-page table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.sjb-page .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.sjb-page .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.sjb-page .table-responsive > .table {
margin-bottom: 0;
}
.sjb-page .table-responsive > .table > thead > tr > th,
.sjb-page .table-responsive > .table > tbody > tr > th,
.sjb-page .table-responsive > .table > tfoot > tr > th,
.sjb-page .table-responsive > .table > thead > tr > td,
.sjb-page .table-responsive > .table > tbody > tr > td,
.sjb-page .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.sjb-page .table-responsive > .table-bordered {
border: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > td,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.sjb-page label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.sjb-page input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input[type="radio"],
.sjb-page input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.sjb-page input[type="file"] {
display: block;
}
.sjb-page .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
background-image: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sjb-page .form-control:focus {
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sjb-page .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-ms-expand {
border: 0;
background-color: transparent;
}
textarea.sjb-page .form-control {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.sjb-page input[type="date"].form-control,
.sjb-page input[type="time"].form-control,
.sjb-page input[type="datetime-local"].form-control,
.sjb-page input[type="month"].form-control {
line-height: 34px;
}
.sjb-page input[type="date"].input-sm,
.sjb-page input[type="time"].input-sm,
.sjb-page input[type="datetime-local"].input-sm,
.sjb-page input[type="month"].input-sm,
.input-group-sm .sjb-page input[type="date"],
.input-group-sm .sjb-page input[type="time"],
.input-group-sm .sjb-page input[type="datetime-local"],
.input-group-sm .sjb-page input[type="month"] {
line-height: 30px;
}
.sjb-page input[type="date"].input-lg,
.sjb-page input[type="time"].input-lg,
.sjb-page input[type="datetime-local"].input-lg,
.sjb-page input[type="month"].input-lg,
.input-group-lg .sjb-page input[type="date"],
.input-group-lg .sjb-page input[type="time"],
.input-group-lg .sjb-page input[type="datetime-local"],
.input-group-lg .sjb-page input[type="month"] {
line-height: 44px;
}
}
.sjb-page .form-group {
margin-bottom: 15px;
}
.sjb-page .radio,
.sjb-page .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page .radio label,
.sjb-page .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.sjb-page .radio input[type="radio"],
.sjb-page .checkbox input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.sjb-page .radio + .radio,
.sjb-page .checkbox + .checkbox {
margin-top: -5px;
}
.sjb-page input[type="radio"][disabled],
.sjb-page input[type="checkbox"][disabled],
.sjb-page input[type="radio"].disabled,
.sjb-page input[type="checkbox"].disabled,
fieldset[disabled] .sjb-page input[type="radio"],
fieldset[disabled] .sjb-page input[type="checkbox"] {
cursor: not-allowed;
}
.sjb-page .radio.disabled label,
.sjb-page .checkbox.disabled label,
fieldset[disabled] .sjb-page .radio label,
fieldset[disabled] .sjb-page .checkbox label {
cursor: not-allowed;
}
.sjb-page .btn {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sjb-page .btn:focus,
.sjb-page .btn:active:focus,
.sjb-page .btn.active:focus,
.sjb-page .btn.focus,
.sjb-page .btn:active.focus,
.sjb-page .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page a.btn {
border: 1px solid;
padding: 5px 10px;
text-decoration: none;
}
.sjb-page .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid;
}
.sjb-page .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.sjb-page .alert-success hr {
border-top-color: #c9e2b3;
}
.sjb-page .alert-success .alert-link {
color: #2b542c;
}
.sjb-page .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.sjb-page .alert-info hr {
border-top-color: #a6e1ec;
}
.sjb-page .alert-info .alert-link {
color: #245269;
}
.sjb-page .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.sjb-page .alert-warning hr {
border-top-color: #f7e1b5;
}
.sjb-page .alert-warning .alert-link {
color: #66512c;
}
.sjb-page .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.sjb-page .alert-danger hr {
border-top-color: #e4b9c0;
}
.sjb-page .alert-danger .alert-link {
color: #843534;
}
.sjb-page .clearfix:before,
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:before,
.sjb-page .sjb-page .row:after {
content: " ";
display: table;
}
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:after {
clear: both;
}
.sjb-page .pull-right {
float: right !important;
}
.sjb-page .pull-left {
float: left !important;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
height: 100%;
padding: 16px 6px 0 8px;
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #CCC;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.iti__country-list {
white-space: normal;
}
}
.iti__flag-box {
display: inline-block;
width: 20px;
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCC;
}
.iti__country {
padding: 5px 10px;
outline: none;
}
.iti__dial-code {
color: #999;
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
vertical-align: middle;
}
.iti__flag-box, .iti__country-name {
margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.iti--container:hover {
cursor: pointer;
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
width: 20px;
}
.iti__flag.iti__be {
width: 18px;
}
.iti__flag.iti__ch {
width: 15px;
}
.iti__flag.iti__mc {
width: 19px;
}
.iti__flag.iti__ne {
width: 18px;
}
.iti__flag.iti__np {
width: 13px;
}
.iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px;
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0px 0px;
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0px;
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0px;
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0px;
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0px;
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0px;
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0px;
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0px;
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0px;
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0px;
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0px;
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0px;
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0px;
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0px;
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0px;
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0px;
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0px;
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0px;
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0px;
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0px;
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0px;
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0px;
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0px;
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0px;
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0px;
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0px;
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0px;
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0px;
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0px;
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0px;
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0px;
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0px;
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0px;
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0px;
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0px;
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0px;
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0px;
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0px;
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0px;
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0px;
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0px;
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0px;
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0px;
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0px;
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0px;
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0px;
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0px;
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0px;
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0px;
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0px;
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0px;
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0px;
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0px;
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0px;
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0px;
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0px;
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0px;
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0px;
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0px;
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0px;
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0px;
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0px;
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0px;
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0px;
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0px;
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0px;
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0px;
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0px;
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0px;
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0px;
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0px;
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0px;
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0px;
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0px;
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0px;
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0px;
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0px;
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0px;
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0px;
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0px;
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0px;
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0px;
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0px;
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0px;
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0px;
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0px;
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0px;
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0px;
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0px;
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0px;
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0px;
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0px;
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0px;
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0px;
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0px;
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0px;
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0px;
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0px;
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0px;
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0px;
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0px;
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0px;
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0px;
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0px;
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0px;
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0px;
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0px;
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0px;
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0px;
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0px;
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0px;
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0px;
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0px;
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0px;
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0px;
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0px;
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0px;
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0px;
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0px;
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0px;
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0px;
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0px;
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0px;
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0px;
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0px;
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0px;
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0px;
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0px;
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0px;
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0px;
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0px;
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0px;
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0px;
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0px;
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0px;
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0px;
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0px;
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0px;
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0px;
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0px;
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0px;
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0px;
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0px;
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0px;
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0px;
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0px;
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0px;
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0px;
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0px;
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0px;
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0px;
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0px;
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0px;
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0px;
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0px;
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0px;
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0px;
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0px;
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0px;
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0px;
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0px;
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0px;
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0px;
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0px;
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0px;
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0px;
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0px;
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0px;
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0px;
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0px;
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0px;
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0px;
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0px;
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0px;
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0px;
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0px;
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0px;
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0px;
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0px;
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0px;
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0px;
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0px;
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0px;
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0px;
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0px;
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0px;
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0px;
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0px;
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0px;
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0px;
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0px;
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0px;
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0px;
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0px;
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0px;
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0px;
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0px;
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0px;
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0px;
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0px;
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0px;
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0px;
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0px;
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0px;
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0px;
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0px;
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0px;
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0px;
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0px;
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0px;
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0px;
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0px;
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0px;
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0px;
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0px;
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0px;
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0px;
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0px;
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0px;
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0px;
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0px;
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0px;
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0px;
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0px;
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0px;
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0px;
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0px;
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0px;
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0px;
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0px;
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0px;
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0px;
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0px;
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0px;
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0px;
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0px;
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0px;
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0px;
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0px;
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0px;
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0px;
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0px;
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0px;
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0px;
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0px;
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0px;
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0px;
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0px;
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0px;
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0px;
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0px;
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0px;
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0px;
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0px;
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0px;
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0px;
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0px;
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0px;
}
.iti__flag {
height: 15px;
box-shadow: 0px 0px 1px 0px #888;
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/flags.png);
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/flags@2x.png);
}
}
.iti__flag.iti__np {
background-color: transparent;
}  .sjb-page ::-moz-selection {
background: #3297fa;
color: #fff;
}
.sjb-page ::selection {
background: #3297fa;
color: #fff;
}
.sjb-page .list-data article,
.sjb-page .list-data footer,
.sjb-page .list-data header,
.sjb-page .list-data section {
display: block;
}
.sjb-page a {
outline: none;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page a:hover,
.sjb-page a:focus {
outline: none;
text-decoration: none;
}
.sjb-page .btn {
border: 1px solid;
outline: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page img {
height: auto;
max-width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v1 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 30px 30px 15px 30px;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #666;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v1 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v1 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
border: 1px solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free" !important;
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 0;
padding: 0;
width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v2 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 30px 30px 15px 30px;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
border: 1px solid #c1c1c1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #777777;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-moz-placeholder {
color: #777777;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:-ms-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-webkit-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v2 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.macronimous.com/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v2 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
border: 1px solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free" !important;
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 0;
padding: 0;
width: 100%;
outline: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover,
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:focus {
outline: none;
}
.sjb-page .pagination {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
float: left;
margin: 15px 0 0 0;
padding: 0;
width: 100%;
box-shadow: none;
position: relative;
border: none;
}
.sjb-page .pagination:before,
.sjb-page .pagination:after {
background-color: transparent;
}
.sjb-page .pagination li {
display: inline-block;
vertical-align: middle;
line-height: 20px;
margin-right: 2px;
}
.sjb-page .pagination li a {
background-color: #e1e1e1;
color: #3b3a3c;
margin: 0;
padding: 8px 16px;
text-align: center;
text-decoration: none;
}
.sjb-page .pagination li a:before,
.sjb-page .pagination li a:after {
height: auto;
width: auto;
content: none;
display: block;
vertical-align: middle;
}
@media (max-width: 767px) {
.sjb-page .pagination li a {
margin: 0 3px;
text-align: center;
}
}
.sjb-page .pagination li a:hover {
background-color: #3b3a3c;
color: #fff;
}
.sjb-page .pagination li span {
border: none;
color: #3b3a3c;
margin: 0;
padding: 8px 16px;
text-align: center;
}
.sjb-page .pagination li span:before,
.sjb-page .pagination li span:after {
content: none;
display: block;
}
@media (max-width: 767px) {
.sjb-page .pagination li span {
text-align: center;
}
}
.sjb-page .pagination li span:hover {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li span.current {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li span.current:hover {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li:first-child a,
.sjb-page .pagination li:first-child span {
margin-left: 0;
}
.sjb-page .pagination li:last-child a,
.sjb-page .pagination li:last-child span {
margin-right: 0;
}
.sjb-page .pagination li:before {
content: none;
}
.ui-datepicker {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
z-index: 10000 !important;
}
.ui-datepicker .ui-datepicker-header {
background: #f2f2f2;
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
background: #c8c8c8;
border: 1px solid #c8c8c8;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
left: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
right: 3px;
}
.ui-datepicker .ui-datepicker-title select {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
font-size: 16px;
}
.ui-datepicker .ui-state-default {
background: #f2f2f2;
border: 1px solid #e1e1e1;
}
.ui-datepicker .ui-state-highlight {
background: #3297fa;
border: 1px solid #3297fa;
color: #fff;
}
.ui-datepicker .ui-state-hover {
background: #067ef3;
border: 1px solid #067ef3;
color: #fff;
}
.ui-datepicker table {
font-size: 14px;
}
.ui-datepicker table td a,
.ui-datepicker table td span {
text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 100% !important;
} .sjb-page .no-job-listing {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
}
.sjb-page .list-data .v2 {
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 15px 0;
width: 100%;
padding-bottom: 15px;
}
.sjb-page .list-data .v2 .company-logo {
float: left;
width: 78px;
max-width: 200px;
margin-right: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info {
margin-left: 20px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info.job-without-company {
float: left;
margin-left: 20px;
margin-top: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo {
float: left;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-detail h3 {
margin-top: 0;
margin-bottom: 0;
line-height: auto;
}
.sjb-page .list-data .v2 .sjb-with-logo .sjb-company-tagline .company-tagline {
margin-bottom: 0;
}
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 16px;
margin-bottom: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v2 .job-info h4 {
color: #3b3a3c;
font-size: 16px;
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a {
color: #3b3a3c;
font-size: 16px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a:hover {
color: #3297fa;
}
.sjb-page .list-data .v2 .job-description {
float: left;
width: 100%;
border-top: 0;
padding-left: 5px;
padding-right: 5px;
}
.sjb-page .list-data .v2 .job-description-list {
float: left;
width: 100%;
padding: 0 20px;
}
.sjb-page .list-data .v2 .job-description p {
font-size: 16px;
margin: 0 0 15px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type,
.sjb-page .list-data .v2 .job-location,
.sjb-page .list-data .v2 .job-date {
font-size: 14px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type i,
.sjb-page .list-data .v2 .job-location i,
.sjb-page .list-data .v2 .job-date i {
color: #3b3a3c;
margin-right: 5px;
}
.sjb-page .sjb-listing .list-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info {
margin-left: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 20px;
}
@media (max-width: 767px){
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info{
margin-left: 0;
}
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .company-logo{
margin-bottom: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-description{
margin-top: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company i{
margin-right: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .btn {
border-radius: 0;
color: #fff;
padding: 10px 20px;
margin-right: 5px;
}
.sjb-page .grid-item .list-data .v2 .job-type,
.sjb-page .grid-item .list-data .v2 .job-location,
.sjb-page .grid-item .list-data .v2 .job-date {
margin: 5px 0;
}
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(2n + 1) {
clear: left;
}
} .sjb-page .sjb-detail .list-data .v2 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-detail {
}
.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
color: #3297fa;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v2 h3 {
font-size: 17px;
margin: 15px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v2 ul {
list-style: none;
margin: 10px 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail .list-data .v2 .list-data .v2 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table {
font-size: 16px;
font-weight: 400;
border-top: 1px solid #c1c1c1;
margin-top: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td {
border-top: 1px solid #c1c1c1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td:first-child {
border-right: 1px solid #c1c1c1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:last-child td {
border-bottom: 1px solid #c1c1c1;
}
@media (min-width: 768px){
.sjb-page .sjb-detail .list-data .v2 .job-features .row {
display: flex;
flex-flow: row wrap;
}
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 {
color: #000000;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i {
width: 30px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p{
margin-left: 35px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form {
float: left;
width: 100%;
position: relative;
}  .sjb-page input[type="text"]:focus,
.sjb-page input[type="email"]:focus,
.sjb-page input[type="tel"]:focus,
.sjb-page input[type="date"]:focus,
.sjb-page input[type="file"]:focus,
.sjb-page select:focus,
.sjb-page textarea:focus,
.sjb-page input[type="radio"]:focus,
.sjb-page input[type="checkbox"]:focus {
outline: 2px auto #1f1d1d !important;
outline-offset: 1px !important;
} 
.file:focus-within {
outline: 2px auto #1f1d1d !important;
outline-offset: 1px !important;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form h3 {
margin: 15px 0;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9999;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .required {
color: #f00;
font-size: 16px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
font-size: 16px;
height: 40px;
border-radius: 0;
border: 1px solid #c1c1c1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti .iti__flag-container:hover + .form-control {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file {
background: #fff;
border: 1px solid #c1c1c1;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 16px;
height: 40px;
line-height: 1.42857;
padding: 8px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
background: #6e6e6e;
border-radius: 0;
color: #fff;
font-size: 12px;
height: 26px;
padding: 5px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover {
border-color: #6e6e6e;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover div {
background: #6e6e6e;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
border-radius: 0;
float: right;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
color: #6e6e6e;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
margin: 0 0 12px;
padding: 0 0 0 15px;
}
.sjb-page .sjb-detail .list-data .v1 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table {
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td {
border-top: 1px solid #e1e1e1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td:first-child {
border-right: 1px solid #e1e1e1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:last-child td {
border-bottom: 1px solid #e1e1e1;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form {
float: left;
width: 100%;
position: relative;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label {
margin-top: 10px !important;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .required {
color: #f00;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control {
height: 46px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
height: 46px;
line-height: 1.42857;
padding: 10px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
background: #e6e6e6;
border: 1px solid #a2a2a2;
border-radius: 4px;
height: 32px;
padding: 6px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover {
border-color: #bfbfbf;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover div {
background: #bfbfbf;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
float: right;
}
.sjb-page .iti .iti__country-list .iti__country,
.sjb-page .iti .iti__country-list .iti__divider {
line-height: normal;
}
.sjb-page .iti .iti__country-list .iti__country::before,
.sjb-page .iti .iti__country-list .iti__divider::before {
content: "";
font-size: 0;
margin-right: 0;
padding-right: 0;
}
.sjb-page .sjb-privacy-policy {
font-size: 16px;
}
.sjb-page #jobapp-tc,
.sjb-page #jobapp-pp {
margin-bottom: 15px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn a {
border-radius: 0;
font-size: 14px;
padding: 10px 20px;
margin-top: 10px;
margin-left: 5px;
}
.sjb-page .list-data .sjb-job-type-location-date {
border-top: 1px solid #ccc;
padding: 15px 25px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details {
margin-top: 10px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details i {
margin-right: 8px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list {
padding: 15px 20px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details {
padding: 15px 0;
overflow: hidden;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
float: left;
margin-top: 5px;
margin-right: 10px;
}
.sjb-page .list-data .sjb-job-info {
margin-left: 15px;
margin-right: 15px;
}
.sjb-page .list-data .sjb-job-info h4 span i {
margin-right: 6px;
padding: 6px 0;
}
.sjb-page .list-data .sjb-job-characteristics {
border-top: 0px;
}
@media (max-width: 767px) {
.sjb-page .list-data .company-logo img {
width: 95px;
}
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date {
width: 100%;
margin: 4px 0;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
width: 20px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 0;
}
} .sjb-page .list-data .v1 {
background: #fff;
border: 1px solid #e1e1e1;
float: left;
margin: 15px 0;
padding: 20px 20px 10px;
width: 100%;
}
.sjb-page .list-data .v1 .company-logo {
margin-bottom: 15px;
}
.sjb-page .list-data .v1 .company-logo img {
border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .company-logo img {
height: 95px;
width: 95px;
}
}
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v1 .job-info {
margin: 0 0 10px;
}
.sjb-page .list-data .v1 .job-info h4 {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a {
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a:hover {
}
.sjb-page .list-data .v1 .job-description {
float: left;
width: 100%;
}
.sjb-page .list-data .v1 .job-description p {
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type,
.sjb-page .list-data .v1 .job-location,
.sjb-page .list-data .v1 .job-date {
margin-bottom: 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type i,
.sjb-page .list-data .v1 .job-location i,
.sjb-page .list-data .v1 .job-date i {
margin-right: 5px;
}
.sjb-page .sjb-detail {
margin: 30px 0;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
margin: 0 0 12px;
padding: 0 0 0 15px;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .job-description-list p{
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .sjb-detail .v2 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
font-weight: bold;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info h4 a span{
line-height: 24px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company{
margin-top: 10px;
}
.sjb-page .sjb-apply-button {
display: flex;
width: 100%;
}
.sjb-page .no-job-listing img {
width: 550px;
}
.sjb-page .sjb-listing .list-view .no-job-listing .no-job-listing-text{
font-size: 36px;
letter-spacing: 5px;
}
.popup-outer .sjb-page .sjb-detail {
margin: 0;
margin-bottom: -20px;
margin-top: -20px;
}
.sjb-detail {
position: relative;
}
.popup-outer {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
.popup-outer .sjb-page{
background-color: #fefefe;
margin: 5% auto;
width: 80%;
}
.popup-outer .sjb-quick-apply-modal-close-btn {
position: absolute;
z-index: 9999;
right: 30px;
top: 15px;
width: 35px;
display: flex;
justify-content: center;
background: #ebebeb;
border-radius: 25px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 15px;
}
.quick-apply-modal {
display: block;
}
.sjb-quick-apply-modal-close-btn .close:hover,
.sjb-quick-apply-modal-close-btn .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.sjb-quick-apply-modal-close-btn .close {
color: #a4a4a4;
float: right;
font-size: 18px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 10px;
margin-right: 5px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn p {
float: right;
}
.sjb-page .sjb-listing .row {
display: flex;
flex-wrap: wrap;
}
.sjb-page .sjb-listing .popup-outer .row {
display: block;
flex-wrap: nowrap;
}
.sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v1, .sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-view-less-btn{
display: none;
clear: both;
margin-bottom: 15px;
text-align: right;
margin-top: 15px;
float: right;
}
.sjb-page .v1 .sjb-view-less-btn a {
border: 1px solid;
padding: 6px 12px;
border-radius: 4px;
}
.sjb-page .v2 .sjb-view-less-btn a {
border: 1px solid;
padding: 10px 20px;
}
.sjb-page .list-data .sjb-apply-now-btn a.sjb_view_more_btn:hover {
}
.sjb-page .sjb-listing .sjb-apply-now-btn p{
display: inline-block;
}
.sjb-page .sjb-listing .list-data .v2 .job-features .sjb-title-value h4 i,
.sjb-page .sjb-listing .list-data .v1 .job-features .sjb-title-value h4 i {
width: 30px;
}
.sjb-page .sjb_more_content{
display: none;
}
.sjb-page .sjb-listing .list-data .v1 .sjb_more_content{
font-size: 16px;
}
.sjb-page .sjb-listing .list-data .v2 .sjb_more_content{
padding: 0 20px;
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .sjb_more_content{
padding: 0;
}
.sjb-page .sjb-listing .list-data .v2 .sjb-view-less-btn{
padding: 0 20px;
}
.sjb-page .sjb-listing a.sjb_view_more_btn,
.sjb-page .sjb-listing a.sjb_view_less_btn{
font-size: 14px;
cursor: pointer;
}
.sjb-page .job-features{
margin-bottom: 20px;
}
.sjb-page .job-features h3 {
font-weight: bold;
margin: 15px;
}
.sjb-page .job-features{
margin-bottom: 20px;
width: 100%;
}
.sjb-page .list-view .v1 .job-features h3,
.sjb-page .list-view .v2 .job-features h3 {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .v2 .job-features h3 {
margin-left: 15px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-info,
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .v2 .job-features .sjb-title-value p {
margin-left: 35px;
}
.sjb-listing .grid-item .list-data .v2 .sjb-apply-button {
display: block;
}
@media screen and (max-width: 360px) {
.sjb-page  .sjb-view-less-btn {
float: left;
}
}
.sjb-page .grid-item .v2 .sjb-view-less-btn {
float: left;
padding: 0 !important;
}
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags,
.sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags {
display:flex
} .sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags a,
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags a{
text-decoration: underline; 
margin-left: 4px;
color: #000;
}
.sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags a.tag-active,
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags a.tag-active {
background: #d7d7d7;
font-weight: bold;
padding: 5px;
border-radius: 3px;
}
.sjb-page .error{
color:red;
font-weight: normal;
}
#applicant-resume-error,
.form-group .file label{
display: block;
margin-top: 18px !important;
margin-left: -13px;
margin-bottom: 10px;
}
.jobpost-form #applicant-resume {
z-index: 1;
}
.iti--allow-dropdown .flag-container ul.iti__country-list{
z-index: 2;
}
.sjb-required input,
.sjb-email-address {
color: black !important;
}
.sjb-page .sjb-detail.sjb-v2 .list-data .v2, .sjb-page .sjb-detail.sjb-v1 .list-data .v1 {
padding: 22px;
}
label#jobapp_pp-error, label#jobapp_tc-error {
position: absolute;
left: 13px;
bottom: 2px;
}
.sjb-pp {
margin-top: 15px;
}
.sjb-job-tags {
margin-top: 10px;
}
.sjb-job-tags ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.sjb-job-tags li {
display: inline-block;
margin-left: 4px;
}
.sjb-job-tags li {
display: inline-block;
padding: 4px 10px;
border: 1px solid #ddd;
border-radius: 20px;
font-size: 13px;
color: #333;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
button.btn.btn-app-modal-close{
margin: 5px 18px 20px 0px;
display: block;
padding: 7px 30px;
float: right;
background-color: lightgray;
}
.single.single-jobpost button.btn.btn-app-modal-close {
display: none;
}.materialize-red {
background-color: #e51c23 !important;
}
.materialize-red-text {
color: #e51c23 !important;
}
.materialize-red.lighten-5 {
background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
color: #fdeaeb !important;
}
.materialize-red.lighten-4 {
background-color: #f8c1c3 !important;
}
.materialize-red-text.text-lighten-4 {
color: #f8c1c3 !important;
}
.materialize-red.lighten-3 {
background-color: #f3989b !important;
}
.materialize-red-text.text-lighten-3 {
color: #f3989b !important;
}
.materialize-red.lighten-2 {
background-color: #ee6e73 !important;
}
.materialize-red-text.text-lighten-2 {
color: #ee6e73 !important;
}
.materialize-red.lighten-1 {
background-color: #ea454b !important;
}
.materialize-red-text.text-lighten-1 {
color: #ea454b !important;
}
.materialize-red.darken-1 {
background-color: #d0181e !important;
}
.materialize-red-text.text-darken-1 {
color: #d0181e !important;
}
.materialize-red.darken-2 {
background-color: #b9151b !important;
}
.materialize-red-text.text-darken-2 {
color: #b9151b !important;
}
.materialize-red.darken-3 {
background-color: #a21318 !important;
}
.materialize-red-text.text-darken-3 {
color: #a21318 !important;
}
.materialize-red.darken-4 {
background-color: #8b1014 !important;
}
.materialize-red-text.text-darken-4 {
color: #8b1014 !important;
}
.red {
background-color: #F44336 !important;
}
.red-text {
color: #F44336 !important;
}
.red.lighten-5 {
background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
color: #FFEBEE !important;
}
.red.lighten-4 {
background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
color: #FFCDD2 !important;
}
.red.lighten-3 {
background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
color: #EF9A9A !important;
}
.red.lighten-2 {
background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
color: #E57373 !important;
}
.red.lighten-1 {
background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
color: #EF5350 !important;
}
.red.darken-1 {
background-color: #E53935 !important;
}
.red-text.text-darken-1 {
color: #E53935 !important;
}
.red.darken-2 {
background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
color: #D32F2F !important;
}
.red.darken-3 {
background-color: #C62828 !important;
}
.red-text.text-darken-3 {
color: #C62828 !important;
}
.red.darken-4 {
background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
color: #B71C1C !important;
}
.red.accent-1 {
background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
color: #FF8A80 !important;
}
.red.accent-2 {
background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
color: #FF5252 !important;
}
.red.accent-3 {
background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
color: #FF1744 !important;
}
.red.accent-4 {
background-color: #D50000 !important;
}
.red-text.text-accent-4 {
color: #D50000 !important;
}
.pink {
background-color: #e91e63 !important;
}
.pink-text {
color: #e91e63 !important;
}
.pink.lighten-5 {
background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
color: #fce4ec !important;
}
.pink.lighten-4 {
background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
color: #f8bbd0 !important;
}
.pink.lighten-3 {
background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
color: #f48fb1 !important;
}
.pink.lighten-2 {
background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
color: #f06292 !important;
}
.pink.lighten-1 {
background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
color: #ec407a !important;
}
.pink.darken-1 {
background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
color: #d81b60 !important;
}
.pink.darken-2 {
background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
color: #c2185b !important;
}
.pink.darken-3 {
background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
color: #ad1457 !important;
}
.pink.darken-4 {
background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
color: #880e4f !important;
}
.pink.accent-1 {
background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
color: #ff80ab !important;
}
.pink.accent-2 {
background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
color: #ff4081 !important;
}
.pink.accent-3 {
background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
color: #f50057 !important;
}
.pink.accent-4 {
background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
color: #c51162 !important;
}
.purple {
background-color: #9c27b0 !important;
}
.purple-text {
color: #9c27b0 !important;
}
.purple.lighten-5 {
background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
color: #f3e5f5 !important;
}
.purple.lighten-4 {
background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
color: #e1bee7 !important;
}
.purple.lighten-3 {
background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
color: #ce93d8 !important;
}
.purple.lighten-2 {
background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
color: #ba68c8 !important;
}
.purple.lighten-1 {
background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
color: #ab47bc !important;
}
.purple.darken-1 {
background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
color: #8e24aa !important;
}
.purple.darken-2 {
background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
color: #7b1fa2 !important;
}
.purple.darken-3 {
background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
color: #6a1b9a !important;
}
.purple.darken-4 {
background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
color: #4a148c !important;
}
.purple.accent-1 {
background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
color: #ea80fc !important;
}
.purple.accent-2 {
background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
color: #e040fb !important;
}
.purple.accent-3 {
background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
color: #d500f9 !important;
}
.purple.accent-4 {
background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
color: #aa00ff !important;
}
.deep-purple {
background-color: #673ab7 !important;
}
.deep-purple-text {
color: #673ab7 !important;
}
.deep-purple.lighten-5 {
background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
color: #b39ddb !important;
}
.deep-purple.lighten-2 {
background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
color: #9575cd !important;
}
.deep-purple.lighten-1 {
background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
color: #7e57c2 !important;
}
.deep-purple.darken-1 {
background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
color: #5e35b1 !important;
}
.deep-purple.darken-2 {
background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
color: #512da8 !important;
}
.deep-purple.darken-3 {
background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
color: #4527a0 !important;
}
.deep-purple.darken-4 {
background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
color: #311b92 !important;
}
.deep-purple.accent-1 {
background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
color: #b388ff !important;
}
.deep-purple.accent-2 {
background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
color: #7c4dff !important;
}
.deep-purple.accent-3 {
background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
color: #651fff !important;
}
.deep-purple.accent-4 {
background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
color: #6200ea !important;
}
.indigo {
background-color: #3f51b5 !important;
}
.indigo-text {
color: #3f51b5 !important;
}
.indigo.lighten-5 {
background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
color: #e8eaf6 !important;
}
.indigo.lighten-4 {
background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
color: #c5cae9 !important;
}
.indigo.lighten-3 {
background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
color: #9fa8da !important;
}
.indigo.lighten-2 {
background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
color: #7986cb !important;
}
.indigo.lighten-1 {
background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
color: #5c6bc0 !important;
}
.indigo.darken-1 {
background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
color: #3949ab !important;
}
.indigo.darken-2 {
background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
color: #303f9f !important;
}
.indigo.darken-3 {
background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
color: #283593 !important;
}
.indigo.darken-4 {
background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
color: #1a237e !important;
}
.indigo.accent-1 {
background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
color: #8c9eff !important;
}
.indigo.accent-2 {
background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
color: #536dfe !important;
}
.indigo.accent-3 {
background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
color: #3d5afe !important;
}
.indigo.accent-4 {
background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
color: #304ffe !important;
}
.blue {
background-color: #2196F3 !important;
}
.blue-text {
color: #2196F3 !important;
}
.blue.lighten-5 {
background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
color: #E3F2FD !important;
}
.blue.lighten-4 {
background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
color: #BBDEFB !important;
}
.blue.lighten-3 {
background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
color: #90CAF9 !important;
}
.blue.lighten-2 {
background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
color: #64B5F6 !important;
}
.blue.lighten-1 {
background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
color: #42A5F5 !important;
}
.blue.darken-1 {
background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
color: #1E88E5 !important;
}
.blue.darken-2 {
background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
color: #1976D2 !important;
}
.blue.darken-3 {
background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
color: #1565C0 !important;
}
.blue.darken-4 {
background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
color: #0D47A1 !important;
}
.blue.accent-1 {
background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
color: #82B1FF !important;
}
.blue.accent-2 {
background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
color: #448AFF !important;
}
.blue.accent-3 {
background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
color: #2979FF !important;
}
.blue.accent-4 {
background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
color: #2962FF !important;
}
.light-blue {
background-color: #03a9f4 !important;
}
.light-blue-text {
color: #03a9f4 !important;
}
.light-blue.lighten-5 {
background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
color: #e1f5fe !important;
}
.light-blue.lighten-4 {
background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
color: #b3e5fc !important;
}
.light-blue.lighten-3 {
background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
color: #81d4fa !important;
}
.light-blue.lighten-2 {
background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
color: #29b6f6 !important;
}
.light-blue.darken-1 {
background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
color: #039be5 !important;
}
.light-blue.darken-2 {
background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
color: #0288d1 !important;
}
.light-blue.darken-3 {
background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
color: #0277bd !important;
}
.light-blue.darken-4 {
background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
color: #01579b !important;
}
.light-blue.accent-1 {
background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
color: #80d8ff !important;
}
.light-blue.accent-2 {
background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
color: #40c4ff !important;
}
.light-blue.accent-3 {
background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
color: #00b0ff !important;
}
.light-blue.accent-4 {
background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
color: #0091ea !important;
}
.cyan {
background-color: #00bcd4 !important;
}
.cyan-text {
color: #00bcd4 !important;
}
.cyan.lighten-5 {
background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
color: #e0f7fa !important;
}
.cyan.lighten-4 {
background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
color: #b2ebf2 !important;
}
.cyan.lighten-3 {
background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
color: #80deea !important;
}
.cyan.lighten-2 {
background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
color: #4dd0e1 !important;
}
.cyan.lighten-1 {
background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
color: #26c6da !important;
}
.cyan.darken-1 {
background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
color: #00acc1 !important;
}
.cyan.darken-2 {
background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
color: #0097a7 !important;
}
.cyan.darken-3 {
background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
color: #00838f !important;
}
.cyan.darken-4 {
background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
color: #006064 !important;
}
.cyan.accent-1 {
background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
color: #84ffff !important;
}
.cyan.accent-2 {
background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
color: #18ffff !important;
}
.cyan.accent-3 {
background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
color: #00e5ff !important;
}
.cyan.accent-4 {
background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
color: #00b8d4 !important;
}
.teal {
background-color: #009688 !important;
}
.teal-text {
color: #009688 !important;
}
.teal.lighten-5 {
background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
color: #e0f2f1 !important;
}
.teal.lighten-4 {
background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
color: #b2dfdb !important;
}
.teal.lighten-3 {
background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
color: #80cbc4 !important;
}
.teal.lighten-2 {
background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
color: #4db6ac !important;
}
.teal.lighten-1 {
background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
color: #26a69a !important;
}
.teal.darken-1 {
background-color: #00897b !important;
}
.teal-text.text-darken-1 {
color: #00897b !important;
}
.teal.darken-2 {
background-color: #00796b !important;
}
.teal-text.text-darken-2 {
color: #00796b !important;
}
.teal.darken-3 {
background-color: #00695c !important;
}
.teal-text.text-darken-3 {
color: #00695c !important;
}
.teal.darken-4 {
background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
color: #004d40 !important;
}
.teal.accent-1 {
background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
color: #a7ffeb !important;
}
.teal.accent-2 {
background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
color: #64ffda !important;
}
.teal.accent-3 {
background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
color: #1de9b6 !important;
}
.teal.accent-4 {
background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
color: #00bfa5 !important;
}
.green {
background-color: #4CAF50 !important;
}
.green-text {
color: #4CAF50 !important;
}
.green.lighten-5 {
background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
color: #E8F5E9 !important;
}
.green.lighten-4 {
background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
color: #C8E6C9 !important;
}
.green.lighten-3 {
background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
color: #A5D6A7 !important;
}
.green.lighten-2 {
background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
color: #81C784 !important;
}
.green.lighten-1 {
background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
color: #66BB6A !important;
}
.green.darken-1 {
background-color: #43A047 !important;
}
.green-text.text-darken-1 {
color: #43A047 !important;
}
.green.darken-2 {
background-color: #388E3C !important;
}
.green-text.text-darken-2 {
color: #388E3C !important;
}
.green.darken-3 {
background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
color: #2E7D32 !important;
}
.green.darken-4 {
background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
color: #1B5E20 !important;
}
.green.accent-1 {
background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
color: #B9F6CA !important;
}
.green.accent-2 {
background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
color: #69F0AE !important;
}
.green.accent-3 {
background-color: #00E676 !important;
}
.green-text.text-accent-3 {
color: #00E676 !important;
}
.green.accent-4 {
background-color: #00C853 !important;
}
.green-text.text-accent-4 {
color: #00C853 !important;
}
.light-green {
background-color: #8bc34a !important;
}
.light-green-text {
color: #8bc34a !important;
}
.light-green.lighten-5 {
background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
color: #f1f8e9 !important;
}
.light-green.lighten-4 {
background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
color: #dcedc8 !important;
}
.light-green.lighten-3 {
background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
color: #c5e1a5 !important;
}
.light-green.lighten-2 {
background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
color: #aed581 !important;
}
.light-green.lighten-1 {
background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
color: #9ccc65 !important;
}
.light-green.darken-1 {
background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
color: #7cb342 !important;
}
.light-green.darken-2 {
background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
color: #689f38 !important;
}
.light-green.darken-3 {
background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
color: #558b2f !important;
}
.light-green.darken-4 {
background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
color: #33691e !important;
}
.light-green.accent-1 {
background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
color: #ccff90 !important;
}
.light-green.accent-2 {
background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
color: #b2ff59 !important;
}
.light-green.accent-3 {
background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
color: #76ff03 !important;
}
.light-green.accent-4 {
background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
color: #64dd17 !important;
}
.lime {
background-color: #cddc39 !important;
}
.lime-text {
color: #cddc39 !important;
}
.lime.lighten-5 {
background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
color: #f9fbe7 !important;
}
.lime.lighten-4 {
background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
color: #f0f4c3 !important;
}
.lime.lighten-3 {
background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
color: #e6ee9c !important;
}
.lime.lighten-2 {
background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
color: #dce775 !important;
}
.lime.lighten-1 {
background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
color: #d4e157 !important;
}
.lime.darken-1 {
background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
color: #c0ca33 !important;
}
.lime.darken-2 {
background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
color: #afb42b !important;
}
.lime.darken-3 {
background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
color: #9e9d24 !important;
}
.lime.darken-4 {
background-color: #827717 !important;
}
.lime-text.text-darken-4 {
color: #827717 !important;
}
.lime.accent-1 {
background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
color: #f4ff81 !important;
}
.lime.accent-2 {
background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
color: #eeff41 !important;
}
.lime.accent-3 {
background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
color: #c6ff00 !important;
}
.lime.accent-4 {
background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
color: #aeea00 !important;
}
.yellow {
background-color: #ffeb3b !important;
}
.yellow-text {
color: #ffeb3b !important;
}
.yellow.lighten-5 {
background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
color: #fffde7 !important;
}
.yellow.lighten-4 {
background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
color: #fff9c4 !important;
}
.yellow.lighten-3 {
background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
color: #fff59d !important;
}
.yellow.lighten-2 {
background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
color: #fff176 !important;
}
.yellow.lighten-1 {
background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
color: #ffee58 !important;
}
.yellow.darken-1 {
background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
color: #fdd835 !important;
}
.yellow.darken-2 {
background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
color: #fbc02d !important;
}
.yellow.darken-3 {
background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
color: #f9a825 !important;
}
.yellow.darken-4 {
background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
color: #f57f17 !important;
}
.yellow.accent-1 {
background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
color: #ffff8d !important;
}
.yellow.accent-2 {
background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
color: #ffff00 !important;
}
.yellow.accent-3 {
background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
color: #ffea00 !important;
}
.yellow.accent-4 {
background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
color: #ffd600 !important;
}
.amber {
background-color: #ffc107 !important;
}
.amber-text {
color: #ffc107 !important;
}
.amber.lighten-5 {
background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
color: #fff8e1 !important;
}
.amber.lighten-4 {
background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
color: #ffecb3 !important;
}
.amber.lighten-3 {
background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
color: #ffe082 !important;
}
.amber.lighten-2 {
background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
color: #ffd54f !important;
}
.amber.lighten-1 {
background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
color: #ffca28 !important;
}
.amber.darken-1 {
background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
color: #ffb300 !important;
}
.amber.darken-2 {
background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
color: #ffa000 !important;
}
.amber.darken-3 {
background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
color: #ff8f00 !important;
}
.amber.darken-4 {
background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
color: #ff6f00 !important;
}
.amber.accent-1 {
background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
color: #ffe57f !important;
}
.amber.accent-2 {
background-color: #ffd740 !important;
}
.amber-text.text-accent-2 {
color: #ffd740 !important;
}
.amber.accent-3 {
background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
color: #ffc400 !important;
}
.amber.accent-4 {
background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
color: #ffab00 !important;
}
.orange {
background-color: #ffab57 !important;
}
.orange-text {
color: #ffab57 !important;
}
.btn.orange-text:hover {
color:#ffffff !important;
}
.orange.lighten-5 {
background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
color: #fff3e0 !important;
}
.orange.lighten-4 {
background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
color: #ffe0b2 !important;
}
.orange.lighten-3 {
background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
color: #ffcc80 !important;
}
.orange.lighten-2 {
background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
color: #ffb74d !important;
}
.orange.lighten-1 {
background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
color: #ffa726 !important;
}
.orange.darken-1 {
background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
color: #fb8c00 !important;
}
.orange.darken-2 {
background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
color: #f57c00 !important;
}
.orange.darken-3 {
background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
color: #ef6c00 !important;
}
.orange.darken-4 {
background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
color: #e65100 !important;
}
.orange.accent-1 {
background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
color: #ffd180 !important;
}
.orange.accent-2 {
background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
color: #ffab40 !important;
}
.orange.accent-3 {
background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
color: #ff9100 !important;
}
.orange.accent-4 {
background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
color: #ff6d00 !important;
}
.deep-orange {
background-color: #ff5722 !important;
}
.deep-orange-text {
color: #ff5722 !important;
}
.deep-orange.lighten-5 {
background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
color: #ffccbc !important;
}
.deep-orange.lighten-3 {
background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
color: #ffab91 !important;
}
.deep-orange.lighten-2 {
background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
color: #ff7043 !important;
}
.deep-orange.darken-1 {
background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
color: #f4511e !important;
}
.deep-orange.darken-2 {
background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
color: #e64a19 !important;
}
.deep-orange.darken-3 {
background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
color: #d84315 !important;
}
.deep-orange.darken-4 {
background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
color: #bf360c !important;
}
.deep-orange.accent-1 {
background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
color: #ff9e80 !important;
}
.deep-orange.accent-2 {
background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
color: #ff6e40 !important;
}
.deep-orange.accent-3 {
background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
color: #ff3d00 !important;
}
.deep-orange.accent-4 {
background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
color: #dd2c00 !important;
}
.brown {
background-color: #795548 !important;
}
.brown-text {
color: #795548 !important;
}
.brown.lighten-5 {
background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
color: #efebe9 !important;
}
.brown.lighten-4 {
background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
color: #d7ccc8 !important;
}
.brown.lighten-3 {
background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
color: #bcaaa4 !important;
}
.brown.lighten-2 {
background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
color: #a1887f !important;
}
.brown.lighten-1 {
background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
color: #8d6e63 !important;
}
.brown.darken-1 {
background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
color: #6d4c41 !important;
}
.brown.darken-2 {
background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
color: #5d4037 !important;
}
.brown.darken-3 {
background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
color: #4e342e !important;
}
.brown.darken-4 {
background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
color: #3e2723 !important;
}
.blue-grey {
background-color: #607d8b !important;
}
.blue-grey-text {
color: #607d8b !important;
}
.blue-grey.lighten-5 {
background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
color: #eceff1 !important;
}
.blue-grey.lighten-4 {
background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
color: #90a4ae !important;
}
.blue-grey.lighten-1 {
background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
color: #78909c !important;
}
.blue-grey.darken-1 {
background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
color: #546e7a !important;
}
.blue-grey.darken-2 {
background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
color: #455a64 !important;
}
.blue-grey.darken-3 {
background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
color: #37474f !important;
}
.blue-grey.darken-4 {
background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
color: #263238 !important;
}
.grey {
background-color: #9e9e9e !important;
}
.grey-text {
color: #9e9e9e !important;
}
.grey.lighten-5 {
background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
color: #fafafa !important;
}
.grey.lighten-4 {
background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
color: #f5f5f5 !important;
}
.grey.lighten-3 {
background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
color: #eeeeee !important;
}
.grey.lighten-2 {
background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
color: #e0e0e0 !important;
}
.grey.lighten-1 {
background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
color: #bdbdbd !important;
}
.grey.darken-1 {
background-color: #757575 !important;
}
.grey-text.text-darken-1 {
color: #757575 !important;
}
.grey.darken-2 {
background-color: #616161 !important;
}
.grey-text.text-darken-2 {
color: #616161 !important;
}
.grey.darken-3 {
background-color: #424242 !important;
}
.grey-text.text-darken-3 {
color: #424242 !important;
}
.grey.darken-4 {
background-color: #212121 !important;
}
.grey-text.text-darken-4 {
color: #212121 !important;
}
.black {
background-color: #000000 !important;
}
.black-text {
color: #000000 !important;
}
.white {
background-color: #FFFFFF !important;
}
.white-text {
color: #FFFFFF !important;
}
.transparent {
background-color: transparent !important;
}
.transparent-text {
color: transparent !important;
}                            html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 {
outline: 0;
}  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-appearance: textfield; box-sizing: content-box; } 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;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
ul {
padding: 0;
list-style-type: none;
}
ul.browser-default,
ul.browser-default li {
list-style-type: initial;
}
ul li {
list-style-type: none;
}
a {
color: #f18833;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.valign-wrapper .valign {
display: block;
}
.clearfix {
clear: both;
}
.z-depth-0 {
box-shadow: none !important;
}
.z-depth-1 {
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
}
.z-depth-1:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
}
.card-panel, .card, .border_draw, .service_middle_info_inner{
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
}
.card-panel, .card, .border_draw:hover, .service_middle_info_inner:hover {
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07), 0 2px 8px 0 rgba(0, 0, 0, 0.07);
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
} .z-depth-2:hover {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
} .z-depth-3 {
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
}
.z-depth-4, .modal {
box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
}
.z-depth-5 {
box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
transition:box-shadow 0.5s ease;
-webkit-transition:box-shadow 0.5s ease;
}
.hoverable {
transition: box-shadow .25s;
box-shadow: 0;
}
.hoverable:hover {
transition: box-shadow .25s;
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
height: 1px;
overflow: hidden;
background-color: #e0e0e0;
}
blockquote {
margin: 20px 0;
padding-left: 1.5rem;
border-left: 5px solid #ee6e73;
}
i {
line-height: inherit;
}
i.left {
float: left;
margin-right: 15px;
}
i.right {
float: right;
margin-left: 15px;
}
i.tiny {
font-size: 1rem;
}
i.small {
font-size: 2rem;
}
i.medium {
font-size: 4rem;
}
i.large {
font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
max-width: 100%;
height: auto;
}
.pagination li {
display: inline-block;
border-radius: 2px;
text-align: center;
vertical-align: top;
height: 30px;
}
.pagination li a {
color: #444;
display: inline-block;
font-size: 1.2rem;
padding: 0 10px;
line-height: 30px;
}
.pagination li.active a {
color: #fff;
}
.pagination li.active {
background-color: #ee6e73;
}
.pagination li.disabled a {
cursor: default;
color: #999;
}
.pagination li i {
font-size: 2rem;
}
.pagination li.pages ul li {
display: inline-block;
float: none;
}
@media only screen and (max-width: 992px) {
.pagination {
width: 100%;
}
.pagination li.prev,
.pagination li.next {
width: 10%;
}
.pagination li.pages {
width: 80%;
overflow: hidden;
white-space: nowrap;
}
}
.breadcrumb {
font-size: 18px;
color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
display: inline-block;
float: left;
font-size: 24px;
}
.breadcrumb:before {
content: '\E5CC';
color: rgba(255, 255, 255, 0.7);
vertical-align: top;
display: inline-block;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 25px;
margin: 0 10px 0 8px;
-webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
display: none;
}
.breadcrumb:last-child {
color: #fff;
}
.parallax-container {
position: relative;
overflow: hidden;
height: 500px;
}
.parallax {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.parallax img {
display: none;
position: absolute;
left: 50%;
bottom: 0;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.pin-top, .pin-bottom {
position: relative;
}
.pinned {
position: fixed !important;
} ul.staggered-list li {
opacity: 0;
}
.fade-in {
opacity: 0;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
} @media only screen and (max-width: 600px) {
.hide-on-small-only, .hide-on-small-and-down {
display: none !important;
}
}
@media only screen and (max-width: 992px) {
.hide-on-med-and-down {
display: none !important;
}
}
@media only screen and (min-width: 601px) {
.hide-on-med-and-up {
display: none !important;
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-med-only {
display: none !important;
}
}
@media only screen and (min-width: 993px) {
.hide-on-large-only {
display: none !important;
}
}
@media only screen and (min-width: 993px) {
.show-on-large {
display: block !important;
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.show-on-medium {
display: block !important;
}
}
@media only screen and (max-width: 600px) {
.show-on-small {
display: block !important;
}
}
@media only screen and (min-width: 601px) {
.show-on-medium-and-up {
display: block !important;
}
}
@media only screen and (max-width: 992px) {
.show-on-medium-and-down {
display: block !important;
}
}
@media only screen and (max-width: 600px) {
.center-on-small-only {
text-align: center;
}
}
footer.page-footer {
margin-top: 20px;
padding-top: 20px;
background-color: #ee6e73;
}
footer.page-footer .footer-copyright {
overflow: hidden;
height: 50px;
line-height: 50px;
color: rgba(255, 255, 255, 0.8);
background-color: rgba(51, 51, 51, 0.08);
}
table, th, td {
border: none;
}
table {
width: 100%;
display: table;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
border-radius: 0;
}
table.highlight > tbody > tr {
transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
background-color: #f2f2f2;
}
table.centered thead tr th, table.centered tbody tr td {
text-align: center;
}
thead {
border-bottom: 1px solid #d0d0d0;
}
td, th {
padding: 15px 5px;
display: table-cell;
text-align: left;
vertical-align: middle;
border-radius: 2px;
}
@media only screen and (max-width: 992px) {
table.responsive-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: block;
position: relative; }
table.responsive-table td:empty:before {
content: '\00a0';
}
table.responsive-table th,
table.responsive-table td {
margin: 0;
vertical-align: top;
}
table.responsive-table th {
text-align: left;
}
table.responsive-table thead {
display: block;
float: left;
}
table.responsive-table thead tr {
display: block;
padding: 0 10px 0 0;
}
table.responsive-table thead tr th::before {
content: "\00a0";
}
table.responsive-table tbody {
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap;
}
table.responsive-table tbody tr {
display: inline-block;
vertical-align: top;
}
table.responsive-table th {
display: block;
text-align: right;
}
table.responsive-table td {
display: block;
min-height: 1.25em;
text-align: left;
}
table.responsive-table tr {
padding: 0 10px;
}
table.responsive-table thead {
border: 0;
border-right: 1px solid #d0d0d0;
}
table.responsive-table.bordered th {
border-bottom: 0;
border-left: 0;
}
table.responsive-table.bordered td {
border-left: 0;
border-right: 0;
border-bottom: 0;
}
table.responsive-table.bordered tr {
border: 0;
}
table.responsive-table.bordered tbody tr {
border-right: 1px solid #d0d0d0;
}
}
.collection {
margin: 0.5rem 0 1rem 0;
border: 1px solid #e0e0e0;
border-radius: 2px;
overflow: hidden;
position: relative;
}
.collection .collection-item {
background-color: #fff;
line-height: 1.5rem;
padding: 10px 20px;
margin: 0;
border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
min-height: 84px;
padding-left: 72px;
position: relative;
}
.collection .collection-item.avatar .circle {
position: absolute;
width: 42px;
height: 42px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
font-size: 18px;
line-height: 42px;
color: #fff;
background-color: #999;
text-align: center;
}
.collection .collection-item.avatar .title {
font-size: 16px;
}
.collection .collection-item.avatar p {
margin: 0;
}
.collection .collection-item.avatar .secondary-content {
position: absolute;
top: 16px;
right: 16px;
}
.collection .collection-item:last-child {
border-bottom: none;
}
.collection .collection-item.active {
background-color: #26a69a;
color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
color: #fff;
}
.collection a.collection-item {
display: block;
transition: .25s;
color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
background-color: #ddd;
}
.collection.with-header .collection-header {
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
padding: 10px 20px;
}
.collection.with-header .collection-item {
padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
padding-left: 72px;
}
.secondary-content {
float: right;
color: #26a69a;
}
.collapsible .collection {
margin: 0;
border: none;
}
span.badge {
min-width: 3rem;
padding: 0 6px;
text-align: center;
font-size: 1rem;
line-height: inherit;
color: #757575;
position: absolute;
right: 15px;
box-sizing: border-box;
}
span.badge.new {
font-weight: 300;
font-size: 0.8rem;
color: #fff;
background-color: #26a69a;
border-radius: 2px;
}
span.badge.new:after {
content: " new";
}
span.badge[data-badge-caption]::after {
content: " " attr(data-badge-caption);
}
nav ul a span.badge {
position: static;
margin-left: 4px;
line-height: 0;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.progress {
position: relative;
height: 4px;
display: block;
width: 100%;
background-color: #acece6;
border-radius: 2px;
margin: 0.5rem 0 1rem 0;
overflow: hidden;
}
.progress .determinate {
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: #26a69a;
transition: width .3s linear;
}
.progress .indeterminate {
background-color: #26a69a;
}
.progress .indeterminate:before {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@keyframes indeterminate {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@-webkit-keyframes indeterminate-short {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
}
@keyframes indeterminate-short {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
} .hide {
display: none !important;
}
.left-align {
text-align: left;
}
.right-align {
text-align: right;
}
.center, .center-align {
text-align: center;
}
.left {
float: left !important;
}
.right {
float: right !important;
}
.no-select, input[type=range],
input[type=range] + .thumb {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.circle {
border-radius: 50%;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.truncate {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.no-padding {
padding: 0 !important;
} .material-icons {
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.container {
margin: 0 auto;
max-width: 1200px;
width: 100%;
padding: 0 15px;
}
@media only screen and (min-width: 601px) {
.container {
width: 100%;
}
}
@media only screen and (min-width: 993px) {
.container {
width: 100%;
}
}
.container .row {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.section {
padding-top: 1rem;
padding-bottom: 1rem;
}
.section.no-pad {
padding: 0;
}
.section.no-pad-bot {
padding-bottom: 0;
}
.section.no-pad-top {
padding-top: 0;
}
.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.row:after {
content: "";
display: table;
clear: both;
}
.row .col {
float: left;
box-sizing: border-box;
padding: 0 14px;
min-height: 1px;
}
.row .col[class*="push-"], .row .col[class*="pull-"] {
position: relative;
}
.row .col.s1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.s12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-s1 {
margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
right: 8.3333333333%;
}
.row .col.push-s1 {
left: 8.3333333333%;
}
.row .col.offset-s2 {
margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
right: 16.6666666667%;
}
.row .col.push-s2 {
left: 16.6666666667%;
}
.row .col.offset-s3 {
margin-left: 25%;
}
.row .col.pull-s3 {
right: 25%;
}
.row .col.push-s3 {
left: 25%;
}
.row .col.offset-s4 {
margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
right: 33.3333333333%;
}
.row .col.push-s4 {
left: 33.3333333333%;
}
.row .col.offset-s5 {
margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
right: 41.6666666667%;
}
.row .col.push-s5 {
left: 41.6666666667%;
}
.row .col.offset-s6 {
margin-left: 50%;
}
.row .col.pull-s6 {
right: 50%;
}
.row .col.push-s6 {
left: 50%;
}
.row .col.offset-s7 {
margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
right: 58.3333333333%;
}
.row .col.push-s7 {
left: 58.3333333333%;
}
.row .col.offset-s8 {
margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
right: 66.6666666667%;
}
.row .col.push-s8 {
left: 66.6666666667%;
}
.row .col.offset-s9 {
margin-left: 75%;
}
.row .col.pull-s9 {
right: 75%;
}
.row .col.push-s9 {
left: 75%;
}
.row .col.offset-s10 {
margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
right: 83.3333333333%;
}
.row .col.push-s10 {
left: 83.3333333333%;
}
.row .col.offset-s11 {
margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
right: 91.6666666667%;
}
.row .col.push-s11 {
left: 91.6666666667%;
}
.row .col.offset-s12 {
margin-left: 100%;
}
.row .col.pull-s12 {
right: 100%;
}
.row .col.push-s12 {
left: 100%;
}
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.m12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-m1 {
margin-left: 8.3333333333%;
}
.row .col.pull-m1 {
right: 8.3333333333%;
}
.row .col.push-m1 {
left: 8.3333333333%;
}
.row .col.offset-m2 {
margin-left: 16.6666666667%;
}
.row .col.pull-m2 {
right: 16.6666666667%;
}
.row .col.push-m2 {
left: 16.6666666667%;
}
.row .col.offset-m3 {
margin-left: 25%;
}
.row .col.pull-m3 {
right: 25%;
}
.row .col.push-m3 {
left: 25%;
}
.row .col.offset-m4 {
margin-left: 33.3333333333%;
}
.row .col.pull-m4 {
right: 33.3333333333%;
}
.row .col.push-m4 {
left: 33.3333333333%;
}
.row .col.offset-m5 {
margin-left: 41.6666666667%;
}
.row .col.pull-m5 {
right: 41.6666666667%;
}
.row .col.push-m5 {
left: 41.6666666667%;
}
.row .col.offset-m6 {
margin-left: 50%;
}
.row .col.pull-m6 {
right: 50%;
}
.row .col.push-m6 {
left: 50%;
}
.row .col.offset-m7 {
margin-left: 58.3333333333%;
}
.row .col.pull-m7 {
right: 58.3333333333%;
}
.row .col.push-m7 {
left: 58.3333333333%;
}
.row .col.offset-m8 {
margin-left: 66.6666666667%;
}
.row .col.pull-m8 {
right: 66.6666666667%;
}
.row .col.push-m8 {
left: 66.6666666667%;
}
.row .col.offset-m9 {
margin-left: 75%;
}
.row .col.pull-m9 {
right: 75%;
}
.row .col.push-m9 {
left: 75%;
}
.row .col.offset-m10 {
margin-left: 83.3333333333%;
}
.row .col.pull-m10 {
right: 83.3333333333%;
}
.row .col.push-m10 {
left: 83.3333333333%;
}
.row .col.offset-m11 {
margin-left: 91.6666666667%;
}
.row .col.pull-m11 {
right: 91.6666666667%;
}
.row .col.push-m11 {
left: 91.6666666667%;
}
.row .col.offset-m12 {
margin-left: 100%;
}
.row .col.pull-m12 {
right: 100%;
}
.row .col.push-m12 {
left: 100%;
}
}
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l2 {
width: 16.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l4 {
width: 33.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l5 {
width: 41.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l7 {
width: 58.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l8 {
width: 66.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l10 {
width: 83.3333333333%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l11 {
width: 91.6666666667%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.l12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto;
}
.row .col.offset-l1 {
margin-left: 8.3333333333%;
}
.row .col.pull-l1 {
right: 8.3333333333%;
}
.row .col.push-l1 {
left: 8.3333333333%;
}
.row .col.offset-l2 {
margin-left: 16.6666666667%;
}
.row .col.pull-l2 {
right: 16.6666666667%;
}
.row .col.push-l2 {
left: 16.6666666667%;
}
.row .col.offset-l3 {
margin-left: 25%;
}
.row .col.pull-l3 {
right: 25%;
}
.row .col.push-l3 {
left: 25%;
}
.row .col.offset-l4 {
margin-left: 33.3333333333%;
}
.row .col.pull-l4 {
right: 33.3333333333%;
}
.row .col.push-l4 {
left: 33.3333333333%;
}
.row .col.offset-l5 {
margin-left: 41.6666666667%;
}
.row .col.pull-l5 {
right: 41.6666666667%;
}
.row .col.push-l5 {
left: 41.6666666667%;
}
.row .col.offset-l6 {
margin-left: 50%;
}
.row .col.pull-l6 {
right: 50%;
}
.row .col.push-l6 {
left: 50%;
}
.row .col.offset-l7 {
margin-left: 58.3333333333%;
}
.row .col.pull-l7 {
right: 58.3333333333%;
}
.row .col.push-l7 {
left: 58.3333333333%;
}
.row .col.offset-l8 {
margin-left: 66.6666666667%;
}
.row .col.pull-l8 {
right: 66.6666666667%;
}
.row .col.push-l8 {
left: 66.6666666667%;
}
.row .col.offset-l9 {
margin-left: 75%;
}
.row .col.pull-l9 {
right: 75%;
}
.row .col.push-l9 {
left: 75%;
}
.row .col.offset-l10 {
margin-left: 83.3333333333%;
}
.row .col.pull-l10 {
right: 83.3333333333%;
}
.row .col.push-l10 {
left: 83.3333333333%;
}
.row .col.offset-l11 {
margin-left: 91.6666666667%;
}
.row .col.pull-l11 {
right: 91.6666666667%;
}
.row .col.push-l11 {
left: 91.6666666667%;
}
.row .col.offset-l12 {
margin-left: 100%;
}
.row .col.pull-l12 {
right: 100%;
}
.row .col.push-l12 {
left: 100%;
}
}
nav {
color: #fff;
background-color: #ee6e73;
width: 100%;
height: 56px;
line-height: 56px;
}
nav a {
color: #fff;
}
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
display: block;
font-size: 2rem;
height: 56px;
line-height: 56px;
}
nav .nav-wrapper {
position: relative;
height: 100%;
}
@media only screen and (min-width: 993px) {
nav a.button-collapse {
display: none;
}
}
nav .button-collapse {
float: left;
position: relative;
z-index: 1;
height: 56px;
}
nav .button-collapse i {
font-size: 2.7rem;
height: 56px;
line-height: 56px;
}
nav .brand-logo {
position: absolute;
color: #fff;
display: inline-block;
font-size: 2.1rem;
padding: 0;
white-space: nowrap;
}
nav .brand-logo.center {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
nav .brand-logo {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
nav .brand-logo.left, nav .brand-logo.right {
padding: 0;
-webkit-transform: none;
transform: none;
}
nav .brand-logo.left {
left: 0.5rem;
}
nav .brand-logo.right {
right: 0.5rem;
left: auto;
}
}
nav .brand-logo.right {
right: 0.5rem;
padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
float: left;
margin-right: 15px;
}
nav ul {
margin: 0;
}
nav ul li {
transition: background-color .3s;
float: left;
padding: 0;
}
nav ul li.active {
background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
transition: background-color .3s;
font-size: 1rem;
color: #fff;
display: block;
padding: 0 15px;
cursor: pointer;
}
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
margin-top: -2px;
margin-left: 15px;
margin-right: 15px;
}
nav ul a:hover {
background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
float: left;
}
nav form {
height: 100%;
}
nav .input-field {
margin: 0;
height: 100%;
}
nav .input-field input {
height: 100%;
font-size: 1.2rem;
border: none;
padding-left: 2rem;
}
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
border: none;
box-shadow: none;
}
nav .input-field label {
top: 0;
left: 0;
}
nav .input-field label i {
color: rgba(255, 255, 255, 0.7);
transition: color .3s;
}
nav .input-field label.active i {
color: #fff;
}
nav .input-field label.active {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.navbar-fixed {
position: relative;
height: 56px;
z-index: 998;
}
.navbar-fixed nav {
position: fixed;
}
@media only screen and (min-width: 601px) {
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
height: 64px;
line-height: 64px;
}
.navbar-fixed {
height: 64px;
}
}
@font-face {
font-family: "Roboto";
src: local(Roboto Thin), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Thin.eot);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Thin.woff) format("woff"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Thin.ttf) format("truetype");
font-weight: 200;
}
@font-face {
font-family: "Roboto";
src: local(Roboto Light), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Light.eot);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Light.woff2) format("woff2"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Light.woff) format("woff"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Light.ttf) format("truetype");
font-weight: 300;
}
@font-face {
font-family: "Roboto";
src: local(Roboto Regular), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Regular.eot);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Regular.woff) format("woff"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Regular.ttf) format("truetype");
font-weight: 400;
}
@font-face {
font-family: "Roboto";
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Medium.eot);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Medium.woff) format("woff"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Medium.ttf) format("truetype");
font-weight: 500;
}
@font-face {
font-family: "Roboto";
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Bold.eot);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Bold.woff) format("woff"), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/roboto/Roboto-Bold.ttf) format("truetype");
font-weight: 700;
}
a {
text-decoration: none;
}
html {
line-height: 1.5;
font-family: "montserratlight", sans-serif;
font-weight: normal;
color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
html {
font-size: 13px;
}
}
@media only screen and (min-width: 992px) {
html {
font-size: 13px;
}
}
@media only screen and (min-width: 1200px) {
html {
font-size: 13px;
}
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: inherit;
}
h1 {
font-size:52px;
line-height: 110%;
margin: 2.1rem 0 1.68rem 0;
}
h2 {
font-size:42px;
line-height: 110%;
margin: 1.78rem 0 1.424rem 0;
}
h3 {
font-size:36px;
line-height: 110%;
margin: 1.46rem 0 1.168rem 0;
}
h4 {
font-size:30px;
line-height: 110%;
margin: 1.14rem 0 0.912rem 0;
}
h5 {
font-size:24px;
line-height: 110%;
margin: 0.82rem 0 0.656rem 0;
}
h6 {
font-size:18px;
line-height: 110%;
margin: 0.5rem 0 0.4rem 0;
}
em {
font-style: italic;
}
strong {
font-weight: 700;
}
small {
font-size: 75%;
}
.light, footer.page-footer .footer-copyright {
font-weight: 300;
}
.thin {
font-weight: 200;
}
.flow-text {
font-weight: 300;
}
@media only screen and (min-width: 360px) {
.flow-text {
font-size: 1.2rem;
}
}
@media only screen and (min-width: 390px) {
.flow-text {
font-size: 1.224rem;
}
}
@media only screen and (min-width: 420px) {
.flow-text {
font-size: 1.248rem;
}
}
@media only screen and (min-width: 450px) {
.flow-text {
font-size: 1.272rem;
}
}
@media only screen and (min-width: 480px) {
.flow-text {
font-size: 1.296rem;
}
}
@media only screen and (min-width: 510px) {
.flow-text {
font-size: 1.32rem;
}
}
@media only screen and (min-width: 540px) {
.flow-text {
font-size: 1.344rem;
}
}
@media only screen and (min-width: 570px) {
.flow-text {
font-size: 1.368rem;
}
}
@media only screen and (min-width: 600px) {
.flow-text {
font-size: 1.392rem;
}
}
@media only screen and (min-width: 630px) {
.flow-text {
font-size: 1.416rem;
}
}
@media only screen and (min-width: 660px) {
.flow-text {
font-size: 1.44rem;
}
}
@media only screen and (min-width: 690px) {
.flow-text {
font-size: 1.464rem;
}
}
@media only screen and (min-width: 720px) {
.flow-text {
font-size: 1.488rem;
}
}
@media only screen and (min-width: 750px) {
.flow-text {
font-size: 1.512rem;
}
}
@media only screen and (min-width: 780px) {
.flow-text {
font-size: 1.536rem;
}
}
@media only screen and (min-width: 810px) {
.flow-text {
font-size: 1.56rem;
}
}
@media only screen and (min-width: 840px) {
.flow-text {
font-size: 1.584rem;
}
}
@media only screen and (min-width: 870px) {
.flow-text {
font-size: 1.608rem;
}
}
@media only screen and (min-width: 900px) {
.flow-text {
font-size: 1.632rem;
}
}
@media only screen and (min-width: 930px) {
.flow-text {
font-size: 1.656rem;
}
}
@media only screen and (min-width: 960px) {
.flow-text {
font-size: 1.68rem;
}
}
@media only screen and (max-width: 360px) {
.flow-text {
font-size: 1.2rem;
}
}
.card-panel {
transition: box-shadow .25s;
padding: 20px;
margin: 0.5rem 0 1rem 0;
border-radius: 2px;
background-color: #fff;
}
.card {
position: relative;
margin: 0.5rem 0 1rem 0;
background-color: #fff;
transition: box-shadow .25s;
border-radius: 2px;
}
.card .card-title {
font-size: 24px;
font-weight: 300;
}
.card .card-title.activator {
cursor: pointer;
}
.card.small, .card.medium, .card.large {
position: relative;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
max-height: 60%;
overflow: hidden;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
max-height: 40%;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
max-height: 100%;
overflow: hidden;
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.card.small {
height: 300px;
}
.card.medium {
height: 400px;
}
.card.large {
height: 500px;
}
.card.horizontal {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
height: 100%;
max-height: none;
overflow: visible;
}
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
height: 100%;
}
.card.horizontal .card-image {
max-width: 50%;
}
.card.horizontal .card-image img {
max-width: 100%;
width: auto;
}
.card.horizontal .card-stacked {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.card.horizontal .card-stacked .card-content {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.card.sticky-action .card-action {
z-index: 2;
}
.card.sticky-action .card-reveal {
z-index: 1;
padding-bottom: 64px;
}
.card .card-image {
position: relative;
}
.card .card-image img {
display: block;
border-radius: 2px 2px 0 0;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
}
.card .card-image .card-title {
color: #fff;
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
}
.card .card-content {
padding: 20px;
border-radius: 0 0 2px 2px;
}
.card .card-content p {
margin: 0;
color: inherit;
}
.card .card-content .card-title {
line-height: 48px;
}
.card .card-action {
position: relative;
background-color: inherit;
border-top: 1px solid rgba(160, 160, 160, 0.2);
padding: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
color: #ffab40;
margin-right: 20px;
transition: color .3s ease;
text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
color: #ffd8a6;
}
.card .card-reveal {
padding: 20px;
position: absolute;
background-color: #fff;
width: 100%;
overflow-y: auto;
top: 100%;
height: 100%;
z-index: 3;
display: none;
}
.card .card-reveal .card-title {
cursor: pointer;
display: block;
}
#toast-container {
display: block;
position: fixed;
z-index: 10000;
}
@media only screen and (max-width: 600px) {
#toast-container {
min-width: 100%;
bottom: 0%;
}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
#toast-container {
left: 5%;
bottom: 7%;
max-width: 90%;
}
}
@media only screen and (min-width: 993px) {
#toast-container {
top: 10%;
right: 7%;
max-width: 86%;
}
}
.toast {
border-radius: 2px;
top: 0;
width: auto;
clear: both;
margin-top: 10px;
position: relative;
max-width: 100%;
height: auto;
min-height: 48px;
line-height: 1.5em;
word-break: break-all;
background-color: #323232;
padding: 10px 25px;
font-size: 1.1rem;
font-weight: 300;
color: #fff;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.toast .btn, .toast .btn-large, .toast .btn-flat {
margin: 0;
margin-left: 3rem;
}
.toast.rounded {
border-radius: 24px;
}
@media only screen and (max-width: 600px) {
.toast {
width: 100%;
border-radius: 0;
}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
.toast {
float: left;
}
}
@media only screen and (min-width: 993px) {
.toast {
float: right;
}
}
.tabs {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
overflow-x: auto;
overflow-y: hidden;
height: 48px;
background-color: #fff;
margin: 0 auto;
width: 100%;
white-space: nowrap;
}
.tabs .tab {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
float: left;
text-align: center;
line-height: 48px;
height: 48px;
padding: 0;
margin: 0;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .8px;
width: 15%;
min-width: 80px;
}
.tabs .tab a {
color: #ee6e73;
display: block;
width: 100%;
height: 100%;
text-overflow: ellipsis;
overflow: hidden;
transition: color .28s ease;
}
.tabs .tab a:hover {
color: #f9c9cb;
}
.tabs .tab.disabled a {
color: #f9c9cb;
cursor: default;
}
.tabs .indicator {
position: absolute;
bottom: 0;
height: 2px;
background-color: #f6b2b5;
will-change: left, right;
}
.material-tooltip {
padding: 10px 8px;
font-size: 1rem;
z-index: 2000;
background-color: transparent;
border-radius: 2px;
color: #fff;
min-height: 36px;
line-height: 120%;
opacity: 0;
display: none;
position: absolute;
text-align: center;
max-width: calc(100% - 4px);
overflow: hidden;
left: 0;
top: 0;
pointer-events: none;
}
.backdrop {
position: absolute;
opacity: 0;
display: none;
height: 7px;
width: 14px;
border-radius: 0 0 50% 50%;
background-color: #323232;
z-index: -1;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.btn, .btn-large,
.btn-flat {
border: none;
border-radius: 2px;
display: inline-block;
height: auto;
line-height:1;
outline: 0;
padding: 15px 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
}
.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-large[disabled],
.btn-floating[disabled] {
background-color: #DFDFDF !important;
box-shadow: none;
color: #9F9F9F !important;
cursor: default;
}
.btn.disabled *, .disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *, .btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled *,
.btn[disabled] *, [disabled].btn-large *,
.btn-large[disabled] *,
.btn-floating[disabled] * {
pointer-events: none;
}
.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover {
background-color: #DFDFDF !important;
color: #9F9F9F !important;
}
.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
font-size: 1.3rem;
line-height: inherit;
}
.btn, .btn-large {
text-decoration: none;
color: #f18833;
background-color: transparent;
border-radius:50px;
border:2px solid #f18833;
text-align: center;
transition: .2s ease-out;
-webkit-transition: .2s ease-out;
-moz-transition: .2s ease-out;
cursor: pointer;
}
.btn:hover, .btn-large:hover {
background-color: #f18833;
color:#ffffff;
}
.btn-floating {
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 37px;
height: 37px;
line-height: 37px;
padding: 0;
background-color: #26a69a;
border-radius: 50%;
transition: .3s;
cursor: pointer;
vertical-align: middle;
}
.btn-floating i {
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 37px;
}
.btn-floating:hover {
background-color: #26a69a;
}
.btn-floating:before {
border-radius: 0;
}
.btn-floating.btn-large {
width: 55.5px;
height: 55.5px;
}
.btn-floating.btn-large i {
line-height: 55.5px;
}
button.btn-floating {
border: none;
}
.fixed-action-btn {
position: fixed;
right: 23px;
bottom: 23px;
padding-top: 15px;
margin-bottom: 0;
z-index: 998;
}
.fixed-action-btn.active ul {
visibility: visible;
}
.fixed-action-btn.horizontal {
padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
text-align: right;
right: 64px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
left: auto;
width: 500px; }
.fixed-action-btn.horizontal ul li {
display: inline-block;
margin: 15px 15px 0 0;
}
.fixed-action-btn ul {
left: 0;
right: 0;
text-align: center;
position: absolute;
bottom: 64px;
margin: 0;
visibility: hidden;
}
.fixed-action-btn ul li {
margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
opacity: 0;
}
.btn-flat {
box-shadow: none;
background-color: transparent;
color: #343434;
cursor: pointer;
transition: background-color .2s;
}
.btn-flat:focus, .btn-flat:active {
background-color: transparent;
}
.btn-flat:hover {
background-color: rgba(0, 0, 0, 0.1);
box-shadow: none;
}
.btn-flat.disabled {
color: #b3b3b3;
cursor: default;
}
.btn-large {
height: 54px;
line-height: 54px;
}
.btn-large i {
font-size: 1.6rem;
}
.btn-block {
display: block;
}
.dropdown-content {
background-color: #fff;
margin: 0;
display: none;
min-width: 100px;
max-height: 650px;
overflow-y: auto;
opacity: 0;
position: absolute;
z-index: 999;
will-change: width, height;
}
.dropdown-content li {
clear: both;
color: rgba(0, 0, 0, 0.87);
cursor: pointer;
min-height: 50px;
line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
background-color: #eee;
}
.dropdown-content li.active.selected {
background-color: #e1e1e1;
}
.dropdown-content li.divider {
min-height: 0;
height: 1px;
}
.dropdown-content li > a, .dropdown-content li > span {
font-size: 16px;
color: #26a69a;
display: block;
line-height: 22px;
padding: 14px 16px;
}
.dropdown-content li > span > label {
top: 1px;
left: 3px;
height: 18px;
}
.dropdown-content li > a > i {
height: inherit;
line-height: inherit;
} .waves-effect {
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
vertical-align: middle;
z-index: 1;
will-change: opacity, transform;
transition: all .3s ease-out;
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
background: rgba(0, 0, 0, 0.2);
transition: all 0.7s ease-out;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform: scale(0);
transform: scale(0);
pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
border: 0;
font-style: normal;
font-size: inherit;
text-transform: inherit;
background: none;
}
.waves-effect img {
position: relative;
z-index: -1;
}
.waves-notransition {
transition: none !important;
}
.waves-circle {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
border-radius: 0.2em;
vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
position: relative;
top: 0;
left: 0;
z-index: 1;
}
.waves-circle {
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
border-radius: 50%;
-webkit-mask-image: none;
}
.waves-block {
display: block;
} .waves-effect .waves-ripple {
z-index: -1;
}
.modal {
display: none;
position: fixed;
left: 0;
right: 0;
background-color: #fafafa;
padding: 0;
max-height: 70%;
width: 55%;
margin: auto;
overflow-y: auto;
border-radius: 2px;
will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
.modal {
width: 80%;
}
}
.modal h1, .modal h2, .modal h3, .modal h4 {
margin-top: 0;
}
.modal .modal-content {
padding: 24px;
}
.modal .modal-close {
cursor: pointer;
}
.modal .modal-footer {
border-radius: 0 0 2px 2px;
background-color: #fafafa;
padding: 4px 6px;
height: 56px;
width: 100%;
}
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
float: right;
margin: 6px 0;
}
.lean-overlay {
position: fixed;
z-index: 999;
top: -100px;
left: 0;
bottom: 0;
right: 0;
height: 125%;
width: 100%;
background: #000;
display: none;
will-change: opacity;
}
.modal.modal-fixed-footer {
padding: 0;
height: 70%;
}
.modal.modal-fixed-footer .modal-content {
position: absolute;
height: calc(100% - 56px);
max-height: 100%;
width: 100%;
overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
border-top: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
bottom: 0;
}
.modal.bottom-sheet {
top: auto;
bottom: -100%;
margin: 0;
width: 100%;
max-height: 45%;
border-radius: 0;
will-change: bottom, opacity;
}
.collapsible {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
display: block;
cursor: pointer;
min-height: 3rem;
line-height: 3rem;
padding: 0 1rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
.collapsible-header i {
width: 2rem;
font-size: 1.6rem;
line-height: 3rem;
display: block;
float: left;
text-align: center;
margin-right: 1rem;
}
.collapsible-body {
display: none;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
}
.collapsible-body p {
margin: 0;
padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
border: none;
box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
background-color: transparent;
border: none;
line-height: inherit;
height: inherit;
padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
border: 0;
background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
padding: 0 23.5px 0 31px;
}
.collapsible.popout {
border: none;
box-shadow: none;
}
.collapsible.popout > li {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
margin: 0 24px;
transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
margin: 16px 0;
}
.chip {
display: inline-block;
height: 32px;
font-size: 13px;
font-weight: 500;
color: rgba(0, 0, 0, 0.6);
line-height: 32px;
padding: 0 12px;
border-radius: 16px;
background-color: #e4e4e4;
margin-bottom: 5px;
margin-right: 5px;
}
.chip img {
float: left;
margin: 0 8px 0 -12px;
height: 32px;
width: 32px;
border-radius: 50%;
}
.chip .close {
cursor: pointer;
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}
.chips {
border: none;
border-bottom: 1px solid #9e9e9e;
box-shadow: none;
margin-bottom: 30px;
min-height: 45px;
outline: none;
padding-bottom: 5px;
transition: all .3s;
}
.chips.focus {
border-bottom: 1px solid #26a69a;
box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
cursor: text;
}
.chips .chip.selected {
background-color: #26a69a;
color: #fff;
}
.chips .input {
background: none;
border: 0;
color: rgba(0, 0, 0, 0.6);
display: inline-block;
font-size: 13px;
font-weight: 500;
height: 32px;
margin-right: 20px;
line-height: 32px;
outline: 0;
padding: 0 !important;
width: 120px !important;
}
.chips .input:focus {
border: 0 !important;
box-shadow: none !important;
}
.materialboxed {
display: block;
cursor: -webkit-zoom-in;
cursor: zoom-in;
position: relative;
transition: opacity .4s;
}
.materialboxed:hover {
will-change: left, top, width, height;
}
.materialboxed:hover:not(.active) {
opacity: .8;
}
.materialboxed.active {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
#materialbox-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #292929;
z-index: 1000;
will-change: opacity;
}
.materialbox-caption {
position: fixed;
display: none;
color: #fff;
line-height: 50px;
bottom: 0;
width: 100%;
text-align: center;
padding: 0% 15%;
height: 50px;
z-index: 1000;
-webkit-font-smoothing: antialiased;
}
select:focus {
outline: 1px solid #c9f3ef;
}
button:focus {
outline: none;
background-color: #2ab7a9;
}
label {
font-size: 0.8rem;
color: #9e9e9e;
}  ::-webkit-input-placeholder {
color: #999999;
}
:-moz-placeholder { color: #999999;
}
::-moz-placeholder { color: #999999;
}
:-ms-input-placeholder {
color: #999999;
} input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
border-radius: 0;
outline: none;
height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 20px 0;
padding: 0;
box-shadow: none;
box-sizing: content-box;
transition: all 0.3s;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
color: rgba(0, 0, 0, 0.26);
border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
color: rgba(0, 0, 0, 0.26);
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #26a69a;
box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
color: #26a69a;
}
input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
border-bottom: 1px solid #4CAF50;
box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
content: attr(data-success);
color: #4CAF50;
opacity: 1;
}
input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
border-bottom: 1px solid #F44336;
box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
content: attr(data-error);
color: #F44336;
opacity: 1;
}
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
width: 100%;
pointer-events: none;
}
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
display: block;
content: "";
position: absolute;
top: 60px;
opacity: 0;
transition: .2s opacity ease-out, .2s color ease-out;
}
.input-field {
position: relative;
margin-top: 1rem;
}
.input-field.col label {
left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
color: #9e9e9e;
position: absolute;
top: 0.8rem;
font-size: 1rem;
cursor: text;
transition: .2s ease-out;
}
.input-field label.active {
font-size: 0.8rem;
-webkit-transform: translateY(-140%);
transform: translateY(-140%);
}
.input-field .prefix {
position: absolute;
width: 3rem;
font-size: 2rem;
transition: color .2s;
}
.input-field .prefix.active {
color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
.input-field .prefix ~ input {
width: 86%;
width: calc(100% - 3rem);
}
}
@media only screen and (max-width: 600px) {
.input-field .prefix ~ input {
width: 80%;
width: calc(100% - 3rem);
}
} .input-field input[type=search] {
display: block;
line-height: inherit;
padding-left: 4rem;
width: calc(100% - 4rem);
}
.input-field input[type=search]:focus {
background-color: #fff;
border: 0;
box-shadow: none;
color: #444;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
color: #444;
}
.input-field input[type=search] + label {
left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
position: absolute;
top: 0;
right: 1rem;
color: transparent;
cursor: pointer;
font-size: 2rem;
transition: .3s color;
} textarea {
width: 100%;
height: 3rem;
background-color: transparent;
}
textarea.materialize-textarea {
overflow-y: hidden; padding: .8rem 0 1.6rem 0; resize: none;
min-height: 3rem;
}
.hiddendiv {
display: none;
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word; padding-top: 1.2rem; } .autocomplete-content {
margin-top: -15px;
display: block;
opacity: 1;
position: static;
}
.autocomplete-content li .highlight {
color: #444;
}
.autocomplete-content li img {
height: 40px;
width: 40px;
margin: 5px 15px;
} [type="radio"]:not(:checked),
[type="radio"]:checked {
position: absolute;
left: -9999px;
opacity: 0;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
position: relative;
padding-left: 35px;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1rem;
transition: .28s ease; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
content: '';
position: absolute;
left: 0;
top: 0;
margin: 4px;
width: 16px;
height: 16px;
z-index: 0;
transition: .28s ease;
} [type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
z-index: -1;
-webkit-transform: scale(0);
transform: scale(0);
} [type="radio"]:checked + label:before {
border: 2px solid transparent;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
border: 2px solid #26a69a;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
background-color: #26a69a;
z-index: 0;
}
[type="radio"]:checked + label:after {
-webkit-transform: scale(1.02);
transform: scale(1.02);
} [type="radio"].with-gap:checked + label:after {
-webkit-transform: scale(0.5);
transform: scale(0.5);
} [type="radio"].tabbed:focus + label:before {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
} [type="radio"].with-gap:disabled:checked + label:before {
border: 2px solid rgba(0, 0, 0, 0.26);
}
[type="radio"].with-gap:disabled:checked + label:after {
border: none;
background-color: rgba(0, 0, 0, 0.26);
} [type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
background-color: rgba(0, 0, 0, 0.26);
border-color: #BDBDBD;
}  form p {
margin-bottom: 10px;
text-align: left;
}
form p:last-child {
margin-bottom: 0;
} [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
opacity: 0;
}
[type="checkbox"] { }
[type="checkbox"] + label {
position: relative;
padding-left: 35px;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
font-size: 1rem;
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
z-index: 0;
border: 2px solid #5a5a5a;
border-radius: 1px;
margin-top: 2px;
transition: .2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
border: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
border: none;
background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"].tabbed:focus + label:after {
-webkit-transform: scale(1);
transform: scale(1);
border: 0;
border-radius: 50%;
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
top: -4px;
left: -5px;
width: 12px;
height: 22px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #26a69a;
border-bottom: 2px solid #26a69a;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
border-right: 2px solid rgba(0, 0, 0, 0.26);
border-bottom: 2px solid rgba(0, 0, 0, 0.26);
} [type="checkbox"]:indeterminate + label:before {
top: -11px;
left: -12px;
width: 10px;
height: 22px;
border-top: none;
border-left: none;
border-right: 2px solid #26a69a;
border-bottom: none;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
border-right: 2px solid rgba(0, 0, 0, 0.26);
background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
content: '';
left: 0;
position: absolute; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
width: 0;
height: 0;
border: 3px solid transparent;
left: 6px;
top: 10px;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 20% 40%;
transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
height: 20px;
width: 20px;
background-color: transparent;
border: 2px solid #5a5a5a;
top: 0px;
z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
top: 0;
left: 1px;
width: 8px;
height: 13px;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotateZ(37deg);
transform: rotateZ(37deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
top: 0;
width: 20px;
height: 20px;
border: 2px solid #26a69a;
background-color: #26a69a;
z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
border-radius: 2px;
border-color: #5a5a5a;
background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
border-radius: 2px;
background-color: #26a69a;
border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
background-color: transparent;
border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
border-color: transparent;
background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
background-color: #BDBDBD;
border-color: #BDBDBD;
} .switch,
.switch * {
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.switch label {
cursor: pointer;
}
.switch label input[type=checkbox] {
opacity: 0;
width: 0;
height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
background-color: #26a69a;
left: 24px;
}
.switch label .lever {
content: "";
display: inline-block;
position: relative;
width: 40px;
height: 15px;
background-color: #818181;
border-radius: 15px;
margin-right: 10px;
transition: background 0.3s ease;
vertical-align: middle;
margin: 0 16px;
}
.switch label .lever:after {
content: "";
position: absolute;
display: inline-block;
width: 21px;
height: 21px;
background-color: #F1F1F1;
border-radius: 21px;
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
left: -5px;
top: -3px;
transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
background-color: #BDBDBD;
} select {
display: none;
}
select.browser-default {
display: block;
}
select {
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
padding: 5px;
border: 1px solid #f2f2f2;
border-radius: 2px;
height: 3rem;
}
.select-label {
position: absolute;
}
.select-wrapper {
position: relative;
}
.select-wrapper input.select-dropdown {
position: relative;
cursor: pointer;
background-color: transparent;
border: none;
border-bottom: 1px solid #9e9e9e;
outline: none;
height: 3rem;
line-height: 3rem;
width: 100%;
font-size: 1rem;
margin: 0 0 20px 0;
padding: 0;
display: block;
}
.select-wrapper span.caret {
color: initial;
position: absolute;
right: 0;
top: 16px;
font-size: 10px;
}
.select-wrapper span.caret.disabled {
color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
position: absolute;
top: -14px;
font-size: 0.8rem;
}
select:disabled {
color: rgba(0, 0, 0, 0.3);
}
.select-wrapper input.select-dropdown:disabled {
color: rgba(0, 0, 0, 0.3);
cursor: default;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper i {
color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
color: rgba(0, 0, 0, 0.3);
background-color: transparent;
}
.prefix ~ .select-wrapper {
margin-left: 3rem;
width: 92%;
width: calc(100% - 3rem);
}
.prefix ~ label {
margin-left: 3rem;
}
.select-dropdown li img {
height: 40px;
width: 40px;
margin: 5px 15px;
float: right;
}
.select-dropdown li.optgroup {
border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
padding-left: 1rem;
} .file-field {
position: relative;
}
.file-field .file-path-wrapper {
overflow: hidden;
padding-left: 10px;
}
.file-field input.file-path {
width: 100%;
}
.file-field .btn, .file-field .btn-large {
float: left;
height: 3rem;
line-height: 3rem;
}
.file-field span {
cursor: pointer;
}
.file-field input[type=file] {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
} .range-field {
position: relative;
}
input[type=range],
input[type=range] + .thumb {
cursor: pointer;
}
input[type=range] {
position: relative;
background-color: transparent;
border: none;
outline: none;
width: 100%;
margin: 15px 0;
padding: 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range] + .thumb {
position: absolute;
border: none;
height: 0;
width: 0;
border-radius: 50%;
background-color: #26a69a;
top: 10px;
margin-left: -6px;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
display: block;
width: 30px;
text-align: center;
color: #26a69a;
font-size: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
input[type=range] + .thumb.active {
border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
color: #fff;
margin-left: -1px;
margin-top: 8px;
font-size: 10px;
}
input[type=range] {
-webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
height: 3px;
background: #c2c0c2;
border: none;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: none;
height: 14px;
width: 14px;
border-radius: 50%;
background-color: #26a69a;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
margin: -5px 0 0 0;
transition: .3s;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #ccc;
}
input[type=range] { border: 1px solid white; }
input[type=range]::-moz-range-track {
height: 3px;
background: #ddd;
border: none;
}
input[type=range]::-moz-range-thumb {
border: none;
height: 14px;
width: 14px;
border-radius: 50%;
background: #26a69a;
margin-top: -5px;
}
input[type=range]:-moz-focusring {
outline: 1px solid #fff;
outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
background: #ccc;
}
input[type=range]::-ms-track {
height: 3px;
background: transparent;
border-color: transparent;
border-width: 6px 0; color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #777;
}
input[type=range]::-ms-fill-upper {
background: #ddd;
}
input[type=range]::-ms-thumb {
border: none;
height: 14px;
width: 14px;
border-radius: 50%;
background: #26a69a;
}
input[type=range]:focus::-ms-fill-lower {
background: #888;
}
input[type=range]:focus::-ms-fill-upper {
background: #ccc;
} .table-of-contents.fixed {
position: fixed;
}
.table-of-contents li {
padding: 2px 0;
}
.table-of-contents a {
display: inline-block;
font-weight: 300;
color: #757575;
padding-left: 20px;
height: 1.5rem;
line-height: 1.5rem;
display: inline-block;
}
.table-of-contents a:hover {
color: #a8a8a8;
padding-left: 19px;
border-left: 1px solid #ea4a4f;
}
.table-of-contents a.active {
font-weight: 500;
padding-left: 18px;
border-left: 2px solid #ea4a4f;
}
.side-nav {
position: fixed;
width: 300px;
left: 0;
top: 0;
margin: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
height: 100%;
height: calc(100% + 60px);
height: -moz-calc(100%);
padding-bottom: 60px;
background-color: #fff;
z-index: 999;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow-y: auto;
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(-105%);
transform: translateX(-105%);
}
.side-nav.right-aligned {
right: 0;
-webkit-transform: translateX(105%);
transform: translateX(105%);
left: auto;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.side-nav .collapsible {
margin: 0;
}
.side-nav li {
float: none;
line-height: 48px;
}
.side-nav li.active {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a {
color: rgba(0, 0, 0, 0.87);
display: block;
font-size: 14px;
font-weight: 500;
height: 48px;
line-height: 48px;
padding: 0 32px;
}
.side-nav a:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
margin: 10px 15px;
}
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
color: #fff;
}
.side-nav a.btn-flat {
color: #343434;
}
.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
background-color: #2bbbad;
}
.side-nav a.btn-floating:hover {
background-color: #26a69a;
}
.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
float: left;
line-height: 48px;
margin: 0 32px 0 0;
width: 24px;
color: rgba(0, 0, 0, 0.54);
}
.side-nav .divider {
margin: 8px 0 0 0;
}
.side-nav .subheader {
cursor: initial;
pointer-events: none;
color: rgba(0, 0, 0, 0.54);
font-size: 14px;
font-weight: 500;
line-height: 48px;
}
.side-nav .subheader:hover {
background-color: transparent;
}
.side-nav .userView {
overflow: hidden;
position: relative;
padding: 32px 32px 0;
margin-bottom: 8px;
}
.side-nav .userView a {
height: auto;
padding: 0;
}
.side-nav .userView a:hover {
background-color: transparent;
}
.side-nav .userView .background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
display: block;
}
.side-nav .userView .circle {
height: 64px;
width: 64px;
}
.side-nav .userView .name,
.side-nav .userView .email {
font-size: 14px;
line-height: 24px;
}
.side-nav .userView .name {
margin-top: 16px;
font-weight: 500;
}
.side-nav .userView .email {
padding-bottom: 16px;
font-weight: 400;
}
.drag-target {
height: 100%;
width: 10px;
position: fixed;
top: 0;
z-index: 998;
}
.side-nav.fixed a {
display: block;
padding: 0 16px;
color: rgba(0, 0, 0, 0.87);
}
.side-nav.fixed {
left: 0;
-webkit-transform: translateX(0);
transform: translateX(0);
position: fixed;
}
.side-nav.fixed.right-aligned {
right: 0;
left: auto;
}
@media only screen and (max-width: 992px) {
.side-nav.fixed {
-webkit-transform: translateX(-105%);
transform: translateX(-105%);
}
.side-nav.fixed.right-aligned {
-webkit-transform: translateX(105%);
transform: translateX(105%);
}
.side-nav a {
padding: 0 16px;
}
.side-nav .userView {
padding: 16px 16px 0;
}
}
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
background-color: #ee6e73;
}
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
color: #fff;
}
#sidenav-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 120vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 997;
will-change: opacity;
}     .preloader-wrapper {
display: inline-block;
position: relative;
width: 48px;
height: 48px;
}
.preloader-wrapper.small {
width: 36px;
height: 36px;
}
.preloader-wrapper.big {
width: 64px;
height: 64px;
}
.preloader-wrapper.active { -webkit-animation: container-rotate 1568ms linear infinite;
animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-layer {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
border-color: #0f9d58;
} .active .spinner-layer.spinner-blue { -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red { -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow { -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green { -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only { opacity: 1;
-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
} 25% {
-webkit-transform: rotate(270deg);
} 37.5% {
-webkit-transform: rotate(405deg);
} 50% {
-webkit-transform: rotate(540deg);
} 62.5% {
-webkit-transform: rotate(675deg);
} 75% {
-webkit-transform: rotate(810deg);
} 87.5% {
-webkit-transform: rotate(945deg);
} to {
-webkit-transform: rotate(1080deg);
} }
@keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} 25% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
} 37.5% {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
} 50% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
} 62.5% {
-webkit-transform: rotate(675deg);
transform: rotate(675deg);
} 75% {
-webkit-transform: rotate(810deg);
transform: rotate(810deg);
} 87.5% {
-webkit-transform: rotate(945deg);
transform: rotate(945deg);
} to {
-webkit-transform: rotate(1080deg);
transform: rotate(1080deg);
} }
@-webkit-keyframes blue-fade-in-out {
from {
opacity: 1;
}
25% {
opacity: 1;
}
26% {
opacity: 0;
}
89% {
opacity: 0;
}
90% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes blue-fade-in-out {
from {
opacity: 1;
}
25% {
opacity: 1;
}
26% {
opacity: 0;
}
89% {
opacity: 0;
}
90% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes red-fade-in-out {
from {
opacity: 0;
}
15% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
51% {
opacity: 0;
}
}
@keyframes red-fade-in-out {
from {
opacity: 0;
}
15% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
51% {
opacity: 0;
}
}
@-webkit-keyframes yellow-fade-in-out {
from {
opacity: 0;
}
40% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
76% {
opacity: 0;
}
}
@keyframes yellow-fade-in-out {
from {
opacity: 0;
}
40% {
opacity: 0;
}
50% {
opacity: 1;
}
75% {
opacity: 1;
}
76% {
opacity: 0;
}
}
@-webkit-keyframes green-fade-in-out {
from {
opacity: 0;
}
65% {
opacity: 0;
}
75% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes green-fade-in-out {
from {
opacity: 0;
}
65% {
opacity: 0;
}
75% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
} .gap-patch {
position: absolute;
top: 0;
left: 45%;
width: 10%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.gap-patch .circle {
width: 1000%;
left: -450%;
}
.circle-clipper {
display: inline-block;
position: relative;
width: 50%;
height: 100%;
overflow: hidden;
border-color: inherit;
}
.circle-clipper .circle {
width: 200%;
height: 100%;
border-width: 3px; border-style: solid;
border-color: inherit;
border-bottom-color: transparent !important;
border-radius: 50%;
-webkit-animation: none;
animation: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
.circle-clipper.left .circle {
left: 0;
border-right-color: transparent !important;
-webkit-transform: rotate(129deg);
transform: rotate(129deg);
}
.circle-clipper.right .circle {
left: -100%;
border-left-color: transparent !important;
-webkit-transform: rotate(-129deg);
transform: rotate(-129deg);
}
.active .circle-clipper.left .circle { -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle { -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
}
}
@keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@-webkit-keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
}
}
@keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
#spinnerContainer.cooldown { -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.slider {
position: relative;
height: 400px;
width: 100%;
}
.slider.fullscreen {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.slider.fullscreen ul.slides {
height: 100%;
}
.slider.fullscreen ul.indicators {
z-index: 2;
bottom: 30px;
}
.slider .slides {
background-color: #9e9e9e;
margin: 0;
height: 400px;
}
.slider .slides li {
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: inherit;
overflow: hidden;
}
.slider .slides li img {
height: auto;
width: 100%;
background-size: cover;
background-position: top;
}
.slider .slides li .caption {
color: #fff;
position: absolute;
top: 15%;
left: 15%;
width: 70%;
opacity: 0;
}
.slider .slides li .caption p {
color: #e0e0e0;
}
.slider .slides li.active {
z-index: 2;
}
.slider .indicators {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
.slider .indicators .indicator-item {
display: inline-block;
position: relative;
cursor: pointer;
height: 10px;
width: 10px;
margin: 0 4px;
background-color: transparent;
transition: background-color .3s;
-webkit-transition: background-color .3s;
border-radius: 50%;
border:2px solid #bab6a5;
}
.slider .indicators .indicator-item.active {
background-color: #f18833;
border-color:#f18833;
}
.carousel {
overflow: hidden;
position: relative;
width: 100%;
height: 400px;
-webkit-perspective: 500px;
perspective: 500px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.carousel.carousel-slider {
top: 0;
left: 0;
height: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
width: 100%;
height: 100%;
min-height: 400px;
position: absolute;
top: 0;
left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
font-size: 24px;
font-weight: 500;
line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
font-size: 15px;
}
.carousel .carousel-item {
display: none;
width: 200px;
height: 400px;
position: absolute;
top: 0;
left: 0;
}
.carousel .carousel-item img {
width: 100%;
}
.carousel .indicators {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 0;
margin: 0;
}
.carousel .indicators .indicator-item {
display: inline-block;
position: relative;
cursor: pointer;
height: 8px;
width: 8px;
margin: 24px 4px;
background-color: rgba(255, 255, 255, 0.5);
transition: background-color .3s;
border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
background-color: #fff;
}  .picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000000;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .picker__input {
cursor: default;
} .picker__input.picker__input--active {
border-color: #0089ec;
} .picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}   .picker__holder,
.picker__frame {
bottom: 0;
left: 0;
right: 0;
top: 100%;
} .picker__holder {
position: fixed;
transition: background 0.15s ease-out, top 0s 0.15s;
-webkit-backface-visibility: hidden;
} .picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
width: 300px;
max-height: 350px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
.picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%;
}
}
@media (min-height: 40.125em) {
.picker__frame {
margin-bottom: 7.5%;
}
} .picker__wrap {
display: table;
width: 100%;
height: 100%;
}
@media (min-height: 28.875em) {
.picker__wrap {
display: block;
}
} .picker__box {
background: #ffffff;
display: table-cell;
vertical-align: middle;
}
@media (min-height: 28.875em) {
.picker__box {
display: block;
border: 1px solid #777777;
border-top-color: #898989;
border-bottom-width: 0;
border-radius: 5px 5px 0 0;
box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
}
} .picker--opened .picker__holder {
top: 0;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.32);
transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media (min-height: 35.875em) {
.picker--opened .picker__frame {
top: 10%;
bottom: auto;
}
}  .picker__input.picker__input--active {
border-color: #E3F2FD;
}
.picker__frame {
margin: 0 auto;
max-width: 325px;
}
@media (min-height: 38.875em) {
.picker--opened .picker__frame {
top: 10%;
bottom: auto;
}
}  .picker__box {
padding: 0 1em;
} .picker__header {
text-align: center;
position: relative;
margin-top: .75em;
} .picker__month,
.picker__year {
display: inline-block;
margin-left: .25em;
margin-right: .25em;
} .picker__select--month,
.picker__select--year {
height: 2em;
padding: 0;
margin-left: .25em;
margin-right: .25em;
}
.picker__select--month.browser-default {
display: inline;
background-color: #FFFFFF;
width: 40%;
}
.picker__select--year.browser-default {
display: inline;
background-color: #FFFFFF;
width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
border-color: rgba(0, 0, 0, 0.05);
} .picker__nav--prev,
.picker__nav--next {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box;
top: -0.25em;
}
.picker__nav--prev {
left: -1em;
padding-right: 1.25em;
}
.picker__nav--next {
right: -1em;
padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
cursor: default;
background: none;
border-right-color: #f5f5f5;
border-left-color: #f5f5f5;
} .picker__table {
text-align: center;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: 1rem;
width: 100%;
margin-top: .75em;
margin-bottom: .5em;
}
.picker__table th, .picker__table td {
text-align: center;
}
.picker__table td {
margin: 0;
padding: 0;
} .picker__weekday {
width: 14.285714286%;
font-size: .75em;
padding-bottom: .25em;
color: #999999;
font-weight: 500; }
@media (min-height: 33.875em) {
.picker__weekday {
padding-bottom: .5em;
}
} .picker__day--today {
position: relative;
color: #595959;
letter-spacing: -.3;
padding: .75rem 0;
font-weight: 400;
border: 1px solid transparent;
}
.picker__day--disabled:before {
border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
cursor: pointer;
color: #000;
font-weight: 500;
}
.picker__day--outfocus {
display: none;
padding: .75rem 0;
color: #fff;
}
.picker__day--outfocus:hover {
cursor: pointer;
color: #dddddd;
font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
cursor: pointer;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
border-radius: 50%;
-webkit-transform: scale(0.75);
transform: scale(0.75);
background: #0089ec;
color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
background: #bbbbbb;
} .picker__footer {
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
border: 1px solid #ffffff;
background: #ffffff;
font-size: .8em;
padding: .66em 0;
font-weight: bold;
width: 33%;
display: inline-block;
vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
background: #b1dcfb;
border-color: rgba(0, 0, 0, 0.05);
outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
position: relative;
display: inline-block;
height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
content: " ";
margin-right: .45em;
}
.picker__button--today:before {
top: -0.05em;
width: 0;
border-top: 0.66em solid #0059bc;
border-left: .66em solid transparent;
}
.picker__button--clear:before {
top: -0.25em;
width: .66em;
border-top: 3px solid #ee2200;
}
.picker__button--close:before {
content: "\D7";
top: -0.1em;
vertical-align: top;
font-size: 1.1em;
margin-right: .35em;
color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default;
}
.picker__button--today[disabled]:before {
border-top-color: #aaaaaa;
} .picker__box {
border-radius: 2px;
overflow: hidden;
}
.picker__date-display {
text-align: center;
background-color: #26a69a;
color: #fff;
padding-bottom: 15px;
font-weight: 300;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
cursor: pointer;
color: #000000;
background: #a1ded8;
}
.picker__weekday-display {
background-color: #1f897f;
padding: 10px;
font-weight: 200;
font-size: 1rem;
margin-bottom: 15px;
}
.picker__month-display {
text-transform: uppercase;
font-size: 2rem;
}
.picker__day-display {
font-size: 4.5rem;
font-weight: 400;
}
.picker__year-display {
font-size: 1.8rem;
color: rgba(255, 255, 255, 0.4);
}
.picker__box {
padding: 0;
}
.picker__calendar-container {
padding: 0 1rem;
}
.picker__calendar-container thead {
border: none;
}
.picker__table {
margin-top: 0;
margin-bottom: .5em;
}
.picker__day--infocus {
color: #595959;
letter-spacing: -.3;
padding: .75rem 0;
font-weight: 400;
border: 1px solid transparent;
}
.picker__day.picker__day--today {
color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
color: #fff;
}
.picker__weekday {
font-size: .9rem;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
border-radius: 50%;
-webkit-transform: scale(0.9);
transform: scale(0.9);
background-color: #26a69a;
color: #ffffff;
}
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
background-color: #a1ded8;
}
.picker__footer {
text-align: right;
padding: 5px 10px;
}
.picker__close, .picker__today {
font-size: 1.1rem;
padding: 0 1rem;
color: #26a69a;
}
.picker__nav--prev:before,
.picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.75em solid #676767;
width: 0;
height: 0;
display: block;
margin: 0 auto;
}
.picker__nav--next:before {
border-right: 0;
border-left: 0.75em solid #676767;
}
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
background-color: #a1ded8;
}  .picker__list {
list-style: none;
padding: 0.75em 0 4.2em;
margin: 0;
} .picker__list-item {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
margin-bottom: -1px;
position: relative;
background: #ffffff;
padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
.picker__list-item {
padding: .5em 1em;
}
} .picker__list-item:hover {
cursor: pointer;
color: #000000;
background: #b1dcfb;
border-color: #0089ec;
z-index: 10;
} .picker__list-item--highlighted {
border-color: #0089ec;
z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
cursor: pointer;
color: #000000;
background: #b1dcfb;
} .picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
background: #0089ec;
color: #ffffff;
z-index: 10;
} .picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
background: #f5f5f5;
border-color: #f5f5f5;
color: #dddddd;
cursor: default;
border-color: #dddddd;
z-index: auto;
} .picker--time .picker__button--clear {
display: block;
width: 80%;
margin: 1em auto 0;
padding: 1em 1.25em;
background: none;
border: 0;
font-weight: 500;
font-size: .67em;
text-align: center;
text-transform: uppercase;
color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
color: #000000;
background: #b1dcfb;
background: #ee2200;
border-color: #ee2200;
cursor: pointer;
color: #ffffff;
outline: none;
}
.picker--time .picker__button--clear:before {
top: -0.25em;
color: #666;
font-size: 1.25em;
font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
color: #ffffff;
}  .picker--time .picker__frame {
min-width: 256px;
max-width: 320px;
} .picker--time .picker__box {
font-size: 1em;
background: #f2f2f2;
padding: 0;
}
@media (min-height: 40.125em) {
.picker--time .picker__box {
margin-bottom: 5em;
}
}@media only screen and (max-width: 980px) {
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right; line-height: 1.125em;
cursor: pointer;
z-index:999;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em;
}
.slicknav_menu {
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
}
.slicknav_menu .slicknav_icon {
float: left;
}
.slicknav_menu .slicknav_icon:before {
background: transparent;
width: 1.125em;
height: 0.875em;
display: block;
content: "";
position: absolute;
}
.slicknav_menu .slicknav_no-text {
margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 30px;
height: 3px;
margin-bottom:5px;
background: #ffffff; }
header.bg_color .slicknav_menu .slicknav_icon-bar  {
background:#000000;
}
.home_new header .slicknav_menu .slicknav_icon-bar {
background:#000000;
}
.slicknav_menu:before {
content: " ";
display: table;
}
.slicknav_menu:after {
content: " ";
display: table;
clear: both;
}
.slicknav_nav {
clear: both;
}
.slicknav_nav ul {
display: block;
}
.slicknav_nav li {
display: block;
}
.slicknav_nav .slicknav_arrow {
font-size: 20px;
margin: -4px 0;
float:right;
}
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_nav .slicknav_item a {
display: inline;
}
.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block;
}
.slicknav_nav .slicknav_parent-link a {
display: inline;
}
.slicknav_brand {
float: left;
}
.slicknav_menu {
font-size: 16px;
box-sizing: border-box; padding: 5px;
float:right;
right:0px;
}
.slicknav_menu * {
box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.slicknav_btn {
margin:13px;
text-decoration: none;  }
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow:auto;
position:absolute;
left:0px;
right:0px;
top:100%;
background:#000000;
height:88vh;
}
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 0px;
}
.slicknav_nav .slicknav_row { }
.slicknav_nav .slicknav_row:hover { }
.slicknav_nav a:not(.btn) {
padding: 15px; text-decoration: none;
color: #fff;
border-bottom:1px solid #515151;
}
a.slicknav_item > a {
border-bottom:0px solid #515151 !important;
}
.slicknav_nav a{
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
}
.slicknav_nav a:hover, .slicknav_open > a.slicknav_row {
background:#F18833;
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px;
}
ul.sub-menu > li.slicknav_parent > a {
display:none;
}
ul.sub-menu .slicknav_parent li a {
padding:0px;
margin:0px;
border-bottom:0px;
}
ul.sub-menu .slicknav_parent .multi_column {
display:block !important;
padding:10px;
}
.slicknav_nav a.waves-effect {
margin:15px 0px;
}
ul.slicknav_nav > li:last-child {
padding:0 15px;
}
.slicknav_nav .multi_column {
padding:0px !important;
}
.slicknav_nav .multi_column > li > a{
padding:12px 15px 12px 30px !important;
border-bottom:1px solid #515151 !important;	
}
.slicknav_nav .multi_column > li ul.multi_bg  a,
.slicknav_nav .multi_column > li > ul > li a {
padding:12px 45px !important;
border-bottom:1px solid #515151 !important;	
}
.slicknav_nav .multi_column > li.menu_title {
position:relative;
}
.slicknav_nav .multi_column > li.menu_title span {
position:absolute;
right:16px;
top:8px;
cursor:pointer;
font-size:20px;
}
}.grid {
max-width: 100%;
list-style: none;
margin: 30px auto;
padding: 0;
}
.grid li {
display: block;
float: left;
padding:0 10px;
width: 33%;
opacity: 1;
margin-bottom:30px;
}
.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
opacity: 1;
}
.grid li a,
.grid li img {
outline: none;
border: none;
display: block;
max-width: 100%;
} .grid.effect-1 li.animate {
-webkit-animation: fadeIn 0.65s ease forwards;
animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
0% { }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { }
100% { opacity: 1; }
} .grid.effect-2 li.animate {
-webkit-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
0% { }
100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
0% { }
100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
} .grid.effect-3 li.animate {
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: scaleUp 0.65s ease-in-out forwards;
animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
0% { }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@keyframes scaleUp {
0% { }
100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
} .grid.effect-4 {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.grid.effect-4 li.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective .8s ease-in-out forwards;
animation: fallPerspective .8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
0% { }
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
0% { }
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
} .grid.effect-5 {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.grid.effect-5 li.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly .8s ease-in-out forwards;
animation: fly .8s ease-in-out forwards;
}
@-webkit-keyframes fly {
0% { }
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@keyframes fly {
0% { }
100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
} .grid.effect-6 {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.grid.effect-6 li.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip .8s ease-in-out forwards;
animation: flip .8s ease-in-out forwards;
}
@-webkit-keyframes flip {
0% { }
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
0% { }
100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
} .grid.effect-7 {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.grid.effect-7 li.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix .8s ease-in-out forwards;
animation: helix .8s ease-in-out forwards;
}
@-webkit-keyframes helix {
0% { }
100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}
@keyframes helix {
0% { }
100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
} .grid.effect-8 {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.grid.effect-8 li.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: popUp .8s ease-in forwards;
animation: popUp .8s ease-in forwards;
}
@-webkit-keyframes popUp {
0% { }
70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@keyframes popUp {
0% { }
70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
@media screen and (max-width: 900px) {
.grid li {
width: 50%;
}
}
@media screen and (max-width: 400px) {
.grid li {
width: 100%;
}
}
 body {
color:#505050;
overflow-x:hidden;
font-family: 'Open Sans', Arial, sans-serif;
font-size:15px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Bree Serif",serif;
color:#222328;
}
.schema-faq-answer ul{padding-left: 20px; margin-bottom: 20px;}
.schema-faq-answer ul li {
list-style: disc; margin-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="password"] {
border:1px solid #dddddd;
height:48px;
width:100%;
padding:0px 15px;
background:#ffffff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
border-bottom-color:#dddddd !important;
box-shadow:none !important;
}
textarea {
border:1px solid #dddddd;
height:100px;
width:100%;
padding:15px;
}
input[type="submit"] {
background:#f18833;
color:#ffffff;
border:none;
height: 48px;
line-height: 1;
outline: 0 none;
padding: 15px 55px;
text-transform: uppercase;
border-radius: 50px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
input[type="submit"]:hover {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-ms-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}
.content-format a:hover{
text-decoration: underline;
} .section_title h2, h2.section_title {
font-family: "Bree Serif",serif;
color:#222328;
letter-spacing: -0.0005em;
font-size:42px;
}
.section_title .small_title {
font-family: 'Open Sans', sans-serif;
font-weight:400;
}
.content-format h1{
font-size: 36px;
}
.content-format h2{
font-size: 32px;
letter-spacing: -0.005em;
}
.content-format h3{
font-size: 28px;
}
.content-format h4{
font-size: 24px;
}
.content-format h5{
font-size: 21px;
}
.btn.orange_bg {
background:#f18833;
border-width:0px;
color:#ffffff;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.btn:hover, .btn-large:hover {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
header {
position:fixed;
top:0px;
width:100%;
left:0px;
z-index:999;
background:transparent;
transition: all 5s ease;
-webkit-transition: all 5s ease;
-ms-transition: all 5s ease;
}
header .header_inner {
background:transparent;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.home_new header {
background:#ffffff;
}
#header{
position:fixed;
height: 100px;
display:block;
width: 100%;
background: #ffffff;
z-index:9;
text-align:center;
color: #f2f2f2;
padding: 0px 0 0 0;
}
header.bg_color .header_inner{
background:#ffffff;
border-bottom:1px solid #cccccc;
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
}
header.sub_menu_open .header_inner{
background:#000000;
}
nav .brand-logo {
margin-top:22px;
position:static;
}
.body_bg {
position:fixed;
z-index:-1;
left:0px;
right:0px;
top:0px;
}
.body_bg.body_bg_add {
background:#000000;
}
.bg_color .body_bg.body_bg_add {
background:#ffffff;
}
header.sub_menu_open:after {
width:100%;
display:inline-block;
height:1px;
content:'';
position:absolute;
top:93px;
background:#3b3c40;
left:0px;
right:0px; }
nav {
box-shadow:none;
}
nav .nav-wrapper {
position:static;
}
.menu_open_logo{
display:none;
} .nav_bg {
background:transparent;
}
.header_inner{
width:100%;
}
.header_inner:after{
display:table;
clear:both;
content:'';
}
nav .nav-wrapper > ul > li {
margin:0px 15px;
}
nav ul a {
font-size:12px;
padding:0px;
letter-spacing:0.01em;
}
header.bg_color nav ul a {
color:#ffffff;
}
header.sub_menu_open nav ul a{
color:#ffffff;
}
nav ul a:hover {
background:none;
}
nav ul li:hover, nav ul li.active {
background:none;
}
.dropdown-content li > a, .dropdown-content li > span {
color: #000000;
display: block;
font-size: 12px;
padding: 10px 25px;
}
.header_menu {
float: right; z-index: 9999;
}
.header_menu > ul >  li >  a{
padding: 15px 12px;
position:relative;
z-index:9999999;
text-transform:uppercase;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal {
background:none !important;
}
.schema-faq-question{ font-family: "bree serif", serif;  color: #222328; text-decoration: none!important;     font-weight: 400 !important;
text-shadow: none; font-size: 16px !important; }
.schema-faq-answer { padding: 20px; display: none;  }
.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
padding:0px !important;
width: 25px;
height: 3px;
background: #fff;
box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
margin-top: 8px;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
height:25px;
}
.header_menu > ul >  li.menu-has-children >  a,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
padding: 37px 9px !important;
}
.header_menu > ul >  li >  a:hover {
color:#f18833;
}
.header_menu > ul >  li.menu-has-children > a:after,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a::after {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/menu_arrow.png) no-repeat center right;
width:12px;
height:9px;
content:'' !important;
display:inline-block;
margin:0 3px;
position:static !important;
transition: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
}
header.bg_color .header_menu > ul >  li.menu-has-children > a:after {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/menu_arrow_scroll.png) no-repeat center right;
}
header.bg_color.sub_menu_open .header_menu > ul >  li.menu-has-children > a:after {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/menu_arrow.png) no-repeat center right;
}
.header_menu > ul >  li.menu_open > a:after{
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transition: transform 0.5s ease;
-webkit-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
}
.menu_close {
color: #ffffff;
font-family: Verdana;
position: absolute;
right: 119px;
top: 10px;
z-index: 999999;
font-size:30px;
display:none;
}
header.sub_menu_open .menu_close {
display:block;
}
.sub_menu_bg{
left: 0;
margin: 0 auto;
max-width: 100%;
position: absolute;
right: 0;
top: 94px;
display:none;
z-index:9999;
background:rgba(241,136,51,0.95);; padding:30px 15px 30px;
}
.header_menu ul.sub-menu {
max-width:1280px;
margin:0 auto;
width:100%;
display:table;
text-align:center; line-height:1;
}
.header_menu ul.sub-menu li {
width:20%;
float:left;
display:inline-block;
vertical-align:top;
text-align:left;
margin-bottom:15px;
}
.header_menu ul.cols2 li { width:450px;
padding-right:20px;
float:none;
margin-bottom:0px;
}
.header_menu ul.cols2 li p,
.header_menu ul.cols3 li p {
font-size:13px;
margin:2px 0px 10px;
padding:0px 15px 0 0;
line-height:1.5;
color:#ffffff;
font-weight:300;
}
.header_menu ul.cols2 .heights_cols li {
min-height:55px;
}
.header_menu ul.cols3 li  {
padding-bottom:0px !important;
}
.header_menu ul.cols2 li a {
font-weight:600;
}
.header_menu ul.cols3 li a {
font-weight:600;
color:#ffffff !important;
}
.header_menu ul.cols3 {
max-width:1200px;
margin:0 auto;
}
.header_menu ul.cols3 li {
width:31.8333%;
float:left;
margin:0 0.75%;
} nav ul li.menu-has-children:hover .sub-menu{ }
nav ul li.menu-has-children:hover >  a {
color:#f18833;
}
.multi_column {
width:100%;
}
.header_menu ul.sub-menu li ul.multi_column li {
width:95%;
line-height:1;
margin-bottom:20px;
display:inline-block;
border-bottom:1px dotted #e1e1e1;
padding-bottom:10px;
}
.header_menu li ul.cols3 li {
margin-bottom:20px;
display:inline-block;
border-bottom:1px dotted #e1e1e1;
padding-bottom:10px;
line-height:1;
min-height:50px;
}
.header_menu ul.sub-menu li ul.multi_column li:last-child {
border-bottom:0px;
margin-bottom:0px;
padding-bottom:0px;
}
.header_menu li ul.sub-menu li a {
display:inline-block;
font-size:15px;
}
.header_menu li.menu-has-children.services-nav ul.sub-menu li a {
font-size:13px;
}
.header_menu li.menu-has-children.services-nav ul.sub-menu li {
margin-bottom:10px;
border-bottom:0px;
padding-bottom:0px;
}
.header_menu li.menu-has-children.services-nav ul.sub-menu li.menu_title,
.header_menu li.menu-has-children.services-nav ul.sub-menu li ul.multi_column li:not(:first-child) a.menu_title {
border-top: 1px dotted #e1e1e1;
clear: both;
margin-bottom: 5px;
margin-top: 10px;
padding-top: 15px;
width: 90%;
}
.header_menu li.menu-has-children.services-nav ul.sub-menu li.menu_title:first-child {
margin-top:0px;
border-top:0px dotted #e1e1e1;
padding-top:0px;
}
.header_menu ul.sub-menu li a
.header_menu ul.sub-menu li a:hover {
color:#000000;
}
.inspect_opend .header_menu ul.sub-menu {
display:none !important;
}
.page_wrapper { z-index:0;
top:0px;
transition: top 0.5s ease;
-webkit-transition: top 0.5s ease;
-ms-transition: top 0.5s ease;
-moz-transition: top 0.5s ease;
}
header.sub_menu_open ul.sub-menu .menu_title a,
header.sub_menu_open ul.multi_column li a.menu_title{
font-family: 'Open Sans', sans-serif;
font-weight:600;
padding-bottom:5px;
margin-bottom:5px;
display:inline-block;
font-size:14px !important;
text-transform:uppercase;
color:#fff;
}
.header_menu ul.sub-menu > li > a {
font-family: 'Open Sans', sans-serif;
font-weight:600;
display:inline-block;
font-size:14px;
color:#f18833;
text-transform:uppercase;
}
.banner {
width:100%;
height:auto;
background-repeat:no-repeat;
background-position:center center;
padding-bottom:45.625%;
background-size:cover;
position:relative;
}
.banner .row{
display:inline-block;
width:100%;
}
.list-data header{     position: relative!important;  }
.banner_inner_bg {
position:absolute;
left:0px;
right:0px;
top:55%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
color:#ffffff;
max-width:1200px;
margin:0 auto;
width:100%;
font-family: 'Open Sans', sans-serif;
font-weight:200;
z-index:99;
padding:0px 18px;
}
.banner .overlay {
background-color:rgba(0,0,0,0.5)
}
.banner_text {
max-width:770px;
width:100%;
position:relative;
}
.banner_text .banner_title_small, .banner_text h6{
font-family: 'Bree Serif', serif;
font-size:20px;
font-weight:400;
letter-spacing:0.1em;
color:#ffffff;
margin:10px 0;
}
.banner_text .banner_title, .banner_text h1 {
margin-top:25px;
letter-spacing: -0.02em;
line-height: 1.2;
font-size:52px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
color:#ffffff;
}
.banner_text h4{
color:#ffffff;
display:inline-block;
position:relative;
}
.banner_text h4:after {
content:'';
border-bottom:2px solid #ffffff;
position:absolute;
left:0px;
right:0px;
bottom:-20px;
width:40%;
margin:0 auto;
}
.banner_text .btn {
font-size:14px;
letter-spacing:0.15em;
color:#ffffff;
background:#f18833;
font-family: 'Open Sans', sans-serif;
padding: 15px 43px;
margin-top:12px;
font-weight:600;
}
.video_icon {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/play_icon.png) no-repeat -1px -1px;
width:88px;
height:88px;
display:block;
position:absolute;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
right:-160px;
border-radius:50%;
border:1px solid #ffffff;
}
.video_popup {
transform:translateY(-50%) !important;
-webkit-transform:translateY(-50%) !important;
-moz-transform:translateY(-50%) !important;
-ms-transform:translateY(-50%) !important;
}
.section_nav {
width:100%;
padding:0px 0;
border-bottom:1px solid #e6e6e6;
background:#ffffff;
}
.section_nav_fixed {
position:fixed;
left:0px;
right:0px;
top:96px;
z-index:9;
}
.section_nav .row {
margin-bottom:0px;
}
.section_nav ul {
list-style:none;
width:100%;
text-align:center;
margin:0px;
}
.section_nav ul li {
display:inline-block;
margin:0px 0px;
}
.section_nav ul li a {
color:#8f8f8f;
font-size:14px;
text-transform:uppercase;
letter-spacing:0.1em;
padding:20px 37px;
display:block;
transition:background 0.5s ease;
-webkit-transition:background 0.5s ease;
-moz-transition:background 0.5s ease;
-ms-transition:background 0.5s ease;
}
.section_nav ul li:hover a, .section_nav ul li a.active {
background:#faaa45;
color:#fff;
transition:background 0.5s ease;
-webkit-transition:background 0.5s ease;
-moz-transition:background 0.5s ease;
-ms-transition:background 0.5s ease;
}
.page-template-service .section_nav ul li a:hover, .page-template-service .section_nav ul li a.active {
background:#faaa45;
color:#fff;
}
header .nav_bg .btn {
background:none;
border:2px solid #f18833 !important;
border-radius: 35px !important;
color:#ffffff;
font-family: 'Open Sans', sans-serif; font-weight:400; min-width:156px !important;
font-size:11px;
letter-spacing:0.1em;
margin-top:20px;
margin-left:7px;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.waves-effect.waves-light.btn > a{
padding:15px 0 !important;
text-align:center;
}
header.bg_color .nav_bg .btn{
color:#f18833;
}
header .nav_bg .btn:hover {
background:#f18833;
color:#ffffff;
}
.breadcrumbs{font-size:14px;}
.our_services {
padding:44px 0px 70px;
}
.services_inner {
margin-top:44px;
display:inline-block;
margin-bottom:11px;
}
.our_services p {
display: inline-block;
max-width: 830px;
margin-top:0px;
letter-spacing:0.03em;
}
.services_box {
position:relative;
margin-bottom:35px;
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
padding:25px 15px 33px;
border-radius:4px;
border:1px solid #e3e3e3;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
color:#000000;
}
.services_box:hover { -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.service_icon {
background: #ffffff none repeat scroll 0 0;
display: inline-block;
left: 0;
margin: 0 auto;
padding: 0 0px;
position: absolute;
right: 0;
top: -24px;
width: 57px;
height:43px;
text-align:center;
}
.service_icon::after {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.service_icon > img {
display: inline-block;
vertical-align: middle;
white-space: normal;
}
.our_services .section_title h2 {
margin-bottom:28px;
}
.our_services .service_title {
font-family: 'Bree Serif', serif;
font-size:24px;
margin-bottom:25px;
letter-spacing: 0.01em;
}
.our_services {
line-height:1.8;
background:#ffffff;
}
.services_box .btn {
padding:12px 30px;
font-size:11px;
border-width:1px;
border-color:#cacaca;
color:#000000;
background:#f8f8f8;
margin:10px 0px 0px;
}
.services_box .btn:hover {
background:#f2f2f2;
box-shadow:none;
}
.services_text {
position: relative;
z-index: 1;
line-height:1.6;
}
.services_text p {
letter-spacing:0.02em;
}
.view_all .btn {
letter-spacing:0.15em;
font-family: 'Open Sans', sans-serif; font-weight:400;
padding:16px 51px 16px ;
font-size:14px;
}
.technology_section {
padding-bottom:49.56%;
background-size:cover;
background-repeat:no-repeat;
position:relative;
}
.technology_section .overlay {
background:rgba(25,25,25,0.85);
}
.tech_inner_section {
position:absolute;
left:0px;
width:100%;
right:0px;
top:70px;
max-width:1200px;
margin:0 auto;
}
.technology_top{
color:#ffffff;
font-family: 'Open Sans', sans-serif; font-weight:400;
margin-top:20px;
margin-bottom:20px;
display:inline-block;
width:100%;
}
.technology_top  h2.section_title  {
font-family: 'Bree Serif', serif;
font-weight:400;
margin-top:10px;
max-width:630px;
width:100%;
color:#ffffff;
display:inline-block;
}
.technology_top h6 {
font-size:14px;
color:#ffffff;
}
.technology_icons_bg {
width:100%;
text-align:center;
}
.technology_icons {
width:11.111%;
text-align:center;
float:left;
color:#ffffff;
margin-bottom:25px;
}
.technology_icons span {
font-size:14px;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif; font-weight:400;
margin-bottom:10px;
}
.tech_icon {
height:60px;
white-space:nowrap;
}
.tech_icon:after {
vertical-align:middle;
display:inline-block;
height:100%;
content:'';
}
.tech_icon img {
vertical-align:middle;
display:inline-block;
white-space:normal;
}
.technology_icons_bg .btn {
border-color:#ffffff;
color:#ffffff;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-size: 14px;
margin: 48px auto 0;
min-width: 190px;
padding: 15px 35px 16px;
letter-spacing:0.15em;
}
.technology_icons_bg .btn:hover {
border-color:#f18833;
}
.expertise_bg {
width:100%;
background:#f2f2f2;
padding:45px 0px 40px;
}
.expertise_text {
max-width:940px;
margin:0 auto;
width:100%;
font-size:15px;
letter-spacing:0.007em;
line-height:1.6;
}
.expertise_text h2,
.expertise_text h3,
.expertise_text h4,
.expertise_text h5,
.expertise_text h6,
.service_top_text h2,
.service_top_text h3,
.service_top_text h4,
.service_top_text h5,
.service_top_text h6 {
font-family: "Bree Serif",serif;
color:#222328;
}
.home .expertise_text .read-icon-text, .home .expertise_text .less-icon-text {
display:none;
}
.expertise_bg .section_title h2{
margin-bottom:45px;
color:#000000;
}
.expertise_bg p{
margin-bottom:30px;
width:100%;
}
.expertise_bg p:last-child {
margin-bottom:20px;
}
.home .expertise_text .divider {
display: inline-block;
margin: 60px 0 50px;
overflow: visible;
position: relative;
width: 100%;
background-color:#c9cacc;
height:1px;
max-width:800px;
}
.arrow_icon, .read-icon-text, .less-icon-text  {
cursor:pointer;
}
.home .expertise_text .divider span.arrow_icon {
cursor:pointer;
float:none;
display:inline-block;
position:absolute;
margin-right:0px;
width:auto;
left:0px;
right:0px;
line-height:1;
}
.home .expertise_text .divider span.arrow_icon:after  {
background-image:url(//www.macronimous.com/wp-content/themes/mac/assets/images/divider.png);
background-repeat:no-repeat;
margin:0 auto;
width:57px;
height:57px;
position:absolute;
left:0px;
right:0px;
top:-30px;
content:'';
cursor:pointer;
}
.home .expertise_text .divider span.arrow_icon.expand_open:after {
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
.expand_text .collapsible-header {
min-height:inherit;
border-bottom:none;
line-height: 1;
background:none;
position:relative;
width:100%;
}
.expand_text .collapsible-body {
border-bottom:0px;
}
.collapsible.expand_text {
border-left:0px;
border-right:0px;
margin:0px;
width:100%;
}
.expertise_text_expand {
min-width: 100%;
display:flex;
width: auto;
}
.expertise_text_expand p:last-child {
margin-bottom:0px;
padding-bottom:0px;
}
.expertise_text_expand .collapsible-body p {
padding-top:50px;
}
.counters {
min-width:100%;
width:auto;
text-align:left;
padding-top:80px;
font-size:14px;
letter-spacing:0.1em;
}
.counters .counters_title {
font-size:60px;
margin-bottom:0px;
margin-top:10px;
font-family: "Bree Serif",serif;
color:#222328;
letter-spacing: -0.0005em;
}
.counters .col:nth-child(n+2) {
padding-left:105px;
}
.since {
font-size:14px;
color:#ffffff;
text-transform:uppercase;
letter-spacing:0.1em;
background:#e58130;
border-radius:25px;
padding: 7px 30px;
position:relative;
margin-top:40px;
display:inline-block;
}
.since:after {
width:180px;
height:1px;
background:#e58130;
content:'';
position:absolute;
left:-50%;
right:-50%;
margin:0 auto;
top:18px;
}
.since span {
position:relative;
z-index:1;
}
.our_recent_works {
text-align:center;
padding:80px 80px 60px;
background:#efe9d1;
color:#222328;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.recent_work_top {
margin-bottom:40px;
}
.recent_work_top h6 {
font-size:14px;
letter-spacing:0.1em;
}
.recent_work_top .section_title {
margin:10px 0;
color:#222328;
font-size:42px;
}
.our_recent_works .single-slides img {
max-width:100%;
height:auto;
}
.single-slides .custom_caption {
position:static;
margin-top:-6px;
}
.recent_work {
max-width:770px;
margin:0 auto;
}
.custom_caption {
background: #ffffff none repeat scroll 0 0;
bottom: 0px;
display: inline-block;
left: 0;
position: absolute;
text-align: left;
width: 100%;
padding:23px 30px;
}
.custom_caption .recent_proj_title{
font-size:22px;
font-weight:400;
margin:0px 0 10px;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.custom_caption .recent_proj_tech {
font-size:12px;
letter-spacing:0.1em;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.slider .slides li img {
background-size:inherit;
background-repeat:no-repeat;
}
.caption_text {
float:left;
padding-top:5px;
width:500px;
}
.custom_caption .btn {
float:right;
font-size:14px;
text-transform:uppercase;
color:#ffffff;
background:#f18833;
letter-spacing:0.15em;
padding:15px 40px;
margin-top:10px;
border-width:0px;
}
.slider.col {
padding:0px;
}
.slider_arrow {
width:100%;
}
.slider_arrow a {
position:absolute;
top:50%;
transform:translateY(-50%);
-ms-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
background-repeat:no-repeat;
width:18px;
height:33px;
display:inline-block;
}
.slider_arrow .prev {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/slider_arrow.png) no-repeat 0 0;
left:0px;
}
.slider_arrow .next {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/slider_arrow.png) no-repeat -18px 0;
right:0px;
}
.slider ul.slides {
border-radius:6px;
}
.slider ul.slides li {
border-radius:6px;
border:1px solid #d6cfb4;
}
.slider .indicators {
bottom:-5px;
}
.testimonials {
width:100%;
padding:70px 0px 50px;
background:#f2f2f2;
}
.testi_top.center > .section_title {
margin: 0 auto;
max-width: 870px;
}
.testi_inner {
text-align:center;
color:#3a3d4b;
margin-top:60px;
margin-bottom:30px;
}
.card-panel{
font-family: 'Open Sans', sans-serif;
font-weight:200;
line-height:1.7;
border-radius: 6px;
padding:40px 41px;
}
.testi_inner .card-panel {
position:relative;
}
.testi_inner .card-panel:after {
position:absolute;
content:'';
left:0px;
right:0px;
bottom:-10px;
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/box_arrow.png) no-repeat 0 0;
width:20px;
height:20px;
display:inline-block;
margin:0 auto;
}
.test_info {
width:100%;
margin-top:10px;
display:inline-block;
}
.test_info h6{
font-family: "Bree Serif",serif;
font-size:20px;
color:#222328;
}
.test_info span {
font-size:12px;
letter-spacing:0.1em;
color:#a0a1a2;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.testimonials .btn {
margin:20px auto 0;
font-size:14px;
display:table;
font-family: 'Open Sans', sans-serif; font-weight:400;
padding: 16px 35px;
}
.view_all {
display: inline-block;
width: 100%;
text-align:center;
}
.our_clients {
width:100%;
padding:45px 0px 55px;
text-align:center;
background:#ffffff;
}
.our_clients_logo {
display: inline-block;
margin: 31px auto 0;
max-width: 1024px;
width: 100%;
position:relative;
}
.our_clients_logo .carousel .carousel-item {
height: 100px;
width: auto;
position: absolute;
float: left;
margin: 0 0px;
}
.our_clients_logo .carousel .carousel-item:after {
vertical-align:middle;
content:'';
white-space:nowrap;
height:100%;
display:inline-block;
}
.our_clients_logo .carousel .carousel-item img {
display:inline-block;
vertical-align:middle;
white-space:normal;
}
.our_clients_logo .carousel {
height:100px;
}
.our_clients_logo .slider_arrow {
bottom: 0;
position: absolute;
top: 0;
opacity:.2;
}
.our_clients_logo .slider_arrow .prev {
left: -8%;
}
.our_clients_logo .slider_arrow .next {
right: -8%;
}
.our_clients .btn {
padding: 13px 24px;
margin-top:50px;
}
.our_team {
width:100%;
height:auto;
background-repeat:no-repeat;
background-position: 0 0;
padding-bottom:31.43%;
position:relative;
background-size: cover;
}
.our_team_inner {
width:100%;
left:0px;
right:0px;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-ms-transform:translateY(-50%);
position:absolute;
}
.our_team_count .l5-1 {
left: auto;
margin-left: auto;
right: auto;
font-size:14px;
width: 20%;
}
.our_team_top {
margin-bottom:0px;
}
.our_team_count .our_team_title {
color:#ffffff;
font-size:60px;
margin:1.78rem 0 10px;
font-family: "Bree Serif",serif;
letter-spacing:0px;
}
.our_team_count span {
letter-spacing:0.1em;
line-height:1.3;
display:block;
font-family: 'Open Sans', sans-serif;
font-weight:200;
}
.our_team .btn {
margin:35px auto 10px;
padding: 13px 51px;
}
.blog_resource {
width:100%;
padding:70px 0px 40px;
background:#ffffff;
}
.blog_resource_inner {
max-width:1180px;
margin:0 auto;
}
.blog_resource_text{
display: inline-block;
width:100%;
margin-bottom: 30px;
}
.black_medium{
background-color:#222328;
}
.blog_resource_inner .card-panel {
padding:70px 65px;
}
.blog_resource_inner h6 {
font-family: 'Open Sans', sans-serif; font-weight:400;
margin-top:0px;
letter-spacing:0.1em;
font-size:16px;
}
.blog_resource_inner .resource_text h6{
color:#222328;
}
.blog_resource_inner h2 {
margin:10px 0 15px;
}
.blog_resource_inner .btn {
font-family: 'Open Sans', sans-serif; font-weight:400;
padding:14px 35px;
color:#ffffff;
margin-right:10px;
margin-top:20px;
display:inline-block;
letter-spacing:0.15em;
}
.blog_resource_inner h6 span {
color:#f18833;
font-family: "Bree Serif",serif;
font-size:18px;
letter-spacing:0px;
margin:22px 0 9px;
display:block;
} footer {
width:100%;
background:#f7f7f7;
padding-top:65px;
}
.footer_top {
width:100%;
max-width:980px;
color:#222328;
margin-bottom:65px !important;
}
.footer_top:after {
display:table;
content:'';
clear:both;
}
footer .row {
margin-bottom:0px;
}
.row .col.footer_top {
margin:0 auto;
float:none;
}
.tweets_bg .carousel .carousel-item{
height:auto;
width:100%;
} .tweets_bg .footer_title a {
color:#222328;
}
.tweets_bg .footer_title a:hover {
text-decoration:none;
}
.carousel-tweets {
height: auto;
}
.tweets_bg {
display:inline-block;
position:relative;
border-right:1px solid #d7d7d8;
}
.tweets_bg:after{
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/twitter_icon_bg.png) no-repeat 0 0;
position:absolute;
right:20px;
top:-40px;
width:187px;
height:154px;
content:'';
}
.tweets_bg .carousel .indicators {
bottom: 0;
text-align: left;
z-index: 9999;
}
.carousel .indicators .indicator-item {
width:12px;
height:12px;
margin:0px 2px;
background:#dedede;
}
.carousel .indicators .indicator-item.active{
background:#f18833;
}
.tweets_bg .carousel .carousel-item p {
line-height:1.75;
}
.tweets_bg  span {
font-family: 'Open Sans', sans-serif; font-weight:400;
text-transform:uppercase;
color:#a4a4a5;
font-size:16px;
letter-spacing:0.1em;
}
.tweets_bg span.tweets_time {
padding-bottom:50px;
display:block;
text-transform:none;
font-size:16px; letter-spacing:0px;
}
.tweets_bg .footer_title {
font-family: "Bree Serif",serif;
font-size:32px;
margin:23px 0 26px;
}
.tweets_bg a:hover {
text-decoration:underline;
}
.tweets_bg:nth-child(2) {
border-right:0px;
}
.tweets_bg:nth-child(2):after {
display:none;
}
.social_bg {
padding-left:0px;
}
.social_bg p{
color:#a4a4a5;
padding-right:45px;
margin-bottom:25px;
line-height:1.75;
}
.social_icons {
width:100%;
display:inline-block;
}
.social_icons ul {
list-style:none;
}
.social_icons ul li {
float:left;
margin-right:11px;
}
.followers_bg .social_icons ul li {
float: none;
display:inline-block;
}
.social_icons ul li a {
width:50px;
height:50px;
display:block;
border-radius:50%;
text-align:center;
color:#ffffff;
position:relative;
font-size:22px;
}
.social_icons ul li a.fb_bg {
background:#3b5998;
}
.social_icons ul li a.twitt_bg {
background:#32ccfe;
}
.social_icons ul li a.pin_bg {
background:#bd081c;
}
.social_icons ul li a.in_bg {
background:#0077b5;
}
.social_icons ul li a.gplus_bg {
background:#dc4a38;
}
.social_icons ul li a.tumblr_bg {
background:#36465d;
}
.social_icons ul li a .fa {
position:absolute;
left:0px;
right:0px;
margin:0 auto;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
}
.footer_bottom {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/footer_bottom_bg.jpg) 0 0;
display: table;
text-align: center;
width: 100%;
padding:40px 0px;
}
.footer_menu {
width:100%;
border-bottom:1px solid #433b39;
padding-bottom:30px;
}
.copy_rights {
color:#ffffff;
width:100%;
padding:15px 0 0; }
.copy_rights p {
margin-bottom:0px;
}
.footer_menu ul {
list-style:none;
}
.footer_menu ul li {
display:inline-block;
margin:5px 17px;
}
.footer_menu ul li a {
color:#ffffff;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-size:14px;
letter-spacing:0.15em;
}
.footer_menu ul li a:hover {
color:#f18833;
}  .home_new header nav ul a {
color:#000000; }
.home_new header.sub_menu_open nav ul a {
color:#ffffff; }
.home_new header .nav_bg .btn {
color:#000000;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.home_new header.sub_menu_open .btn {
color:#ffffff;
}
.home_new header .nav_bg .btn:hover {
color:#ffffff;
}
.home_new .header_menu > ul > li.menu-has-children > a::after {
background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/menu_arrow_scroll.png);
}
.home_new header.sub_menu_open .header_menu > ul > li.menu-has-children > a::after {
background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/menu_arrow.png);
} .section {
width:100%;
background:#000000;
padding:0px;
}
.section_left{
padding:0px;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
width:70%;
float:left;
position:relative;
}
.section_left_text {
position:absolute;
left:0px;
right:0px;
bottom:8%;
color:#ffffff;
max-width:85%;
margin:0 auto;
width:100%;
}
.section_new_title, .section_new_title2 {
color:#ffffff;
font-size:45px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
}
.section_new_title2 {
font-size:72px;
}
.section_new_title b {
font-family: 'Open Sans', sans-serif; font-weight:700;
}
.ms-right {
right:0px !important;
}
.section_right {
float:left;
width:30%;
background:#509fe3;
position:relative;
}
.section_right_bottom {
position:fixed;
width:30%;
right:0px;
bottom:0px;
background:#000000;
height:72px;
z-index:9999;
transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), bottom 0.5s ease;
-webkit-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), bottom 0.5s ease;
-moz-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), bottom 0.5s ease;
-ms-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), bottom 0.5s ease;
}
.section_right_bottom > a {
width:90px;
height:100%;
text-align:center;
color:#ffffff;
display:block;
float:left;
border-right:1px solid #2f3032;
white-space:nowrap;
}
.section_right_bottom > a:after {
vertical-align:middle;
content:'';
display:inline-block;
height:100%;
}
.section_right_bottom > a .fa {
vertical-align:text-top;
display:inline-block;
white-space:normal;
font-size:24px;
}
.section_right_bottom a.read_more {
float:right;
border-right:0px;
border:2px solid #ffffff;
width:32px;
height:32px;
border-radius:50%;
margin-right: 21px;
margin-top: 22px;
text-align:center;
}
.section_right_bottom a.read_more i {
position:relative;
left:1px;
top:1px;
}
.section_left_text .video_icon {
right: 220px;
top: -50px;
}
.section_right_text {
position:absolute;
left:0px;
right:0px;
top:50%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
padding:40px 40px 30px;
font-size:16px;
color:#ffffff;
}
.right_section_title {
font-size:30px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
color:#ffffff;
}
.right_section_title span {
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.section_right_text .btn {
font-size:14px;
font-family: 'Open Sans', sans-serif; font-weight:400;
letter-spacing:0.15em;
padding:25px 50px;
margin-top:25px;
}
.open_layout {
position:fixed;
right:0px;
top:0px;
bottom:0px;
width:100%; }
a.back-left {
border:none;
width:50px;
height:50px;
background:#000000;
left: inherit;
position: absolute;
right: 27px;
top: 115px;
}
.page_wrapper_new {
transform:translateX(0%);
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
moz-transform:translateX(0%);
transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.page_wrapper_new.layout_right {
transform:translateX(-100%);
-wenkit-transform:translateX(-100%);
-ms-transform:translateX(-100%);
-ms-transform:translateX(-100%);
transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.section_right_bottom.layout_right {
right:100%;
transition:right 570ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:right 570ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:right 570ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:right 570ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.move_layout {
transform:translateX(100%);
-webkit-transform:translateX(100%);
-ms-transform:translateX(100%);
moz-transform:translateX(100%);
transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
background:#ecf0f1;
overflow:auto;
}
.open_layout {
transform:translateX(0%);
-wenkit-transform:translateX(0%);
-ms-transform:translateX(0%);
-ms-transform:translateX(0%);
transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:transform 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.close_layout {
width:50px;
height:50px;
color:#ffffff;
background:#000000;
position:fixed;
right:-60px;
top:94px;
text-align:center;
font-size:30px;
z-index:99999;
transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.close_layout.close_active {
right:0px;
transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-webkit-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
-ms-transition:right 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.section2_text {
color: #ffffff;
display: table;
margin: 0 auto;
max-width: 600px;
text-align: center;
width: 100%;
}
.section2_text .counters {
float:left;
width:100%;
min-width:inherit;
max-width:100%;
padding-top:0px;
margin-bottom:0px;
}
.section2_text .counters .col {
width:auto;
float:left;
max-width:170px;
}
.section2_text .counters .col:nth-child(2) {
float:right;
}
.section2_text .counters .col:last-child {
padding-left:10px;
margin-bottom:0px;
}
.section2_text .counters .counters_title {
display:inline-block;
width:100%;
color:#ffffff;
line-height:1.3;
}
.section2_right .right_section_title {
margin-bottom:25px;
}
.overlay {
position:absolute;
left:0px;
top:0px;
right:0px;
bottom:0px;
background:rgba(25,25,25,0.7);
z-index:0;
}
.overlay_light {
background:rgba(25,25,25,0.3);
}
.section_new_center {
z-index:99;
color: #ffffff;
position:relative;
margin: 0 auto;
max-width: 85%;
width: 100%;
}
.section_new_title2 b {
font-family: 'Open Sans', sans-serif; font-weight:700;
display:block;
}
.ms-viewing-0 .read_more {
display:none;
}
.open_layout {
border-top:1px solid #cccccc;
}
.side-right {
display:none;
} .banner.about_us_banner {
padding-bottom:32.065%;
}
.about_us_banner .overlay{
background:rgba(25,25,25,0.6);
}
.about_us_banner .banner_text {
max-width:750px;
text-align:center;
margin:0 auto;
}
.about_us_banner .banner_text b{
font-family: 'Open Sans', sans-serif;
font-weight:600;
display:block;
}
.about_content { padding:60px 0px;
line-height:1.75;
}
.about_content_text {
max-width:800px;
margin:0 auto;
}
.about_content p {
margin-bottom:35px;
}
.about_content p:last-child {
margin-bottom:0px;
}
.about_inner_page_title {
font-size:48px;
color:#000000;
font-family: 'Open Sans', sans-serif;
font-weight:200;
margin:0;
}
.about_inner_page_title b{
font-family: 'Open Sans', sans-serif;
font-weight:600;
}
.about_our_process {
padding:30px 0px;
color:#ffffff;
line-height:1.7;
}
.about_our_process_left {
white-space:nowrap;
border-right:1px solid #ffffff;
text-align:center;
}
.about_our_process_left:after {
content:'';
height:100%;
vertical-align:middle;
display:inline-block;
}
.about_our_process_left .about_inner_page_title {
vertical-align:middle;
display:inline-block;
white-space:normal;
text-align:left;
color:#ffffff;
}
.row .col.about_our_process_right {
padding:0px 50px 0 100px;
}
.about_our_clients {
width:100%;
padding:50px 0px 30px;
}
.row .about_our_client_logo {
width:100%;
display:inline-block;
}
.about_our_clients_top {
margin-bottom:20px;
}
.about_client_logo {
width:100%;
display:inline-block;
border-bottom:1px solid #f7f7f7;
text-align:center;
padding:25px 0px;
}
.about_client_logo:last-child {
border-bottom:none;
}
about_client_logo .col {
white-space:nowrap;
}
.about_client_logo .col:after {
display:inline-block;
vertical-align:middle;
height:100%;
content:'';
}
.about_client_logo .col img {
vertical-align:middle;
white-space:normal;
display:inline-block;
max-width:100%;
height:auto;
}
.about_us .row {
margin-bottom:0px;
} .service_inner .section_title h2 {
font-size:35px;
line-height:1.28;
}
.service_inner .section_title span {
color:#e07100;
}
.service_inner header{
background:#222328;
}
.banner.services_banner {
background-size:auto;
background-position:82% -26%;
padding-bottom:40%;
}
.banner_title span {
font-family: 'Open Sans', sans-serif;
font-weight:600;
}
.services_banner .banner_title {
margin:10px 0px;
}
.services_banner .banner_text {
max-width:100%;
}
.services_banner_info {
width:100%;
height:auto;
margin-top:20px;
display:inline-block;
}
.services_banner_info_left {
max-width:600px;
width:100%;
float:left;
border-top:1px solid rgba(255,255,255,0.3);
border-bottom:1px solid rgba(255,255,255,0.3);
padding:20px 15px;
font-size:16px;
}
.services_banner_info ul {
list-style:none;
margin:0px;
}
.services_banner_info ul li {
display:inline-block;
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/plus_icon.png) no-repeat left center;
padding-left:30px;
color:#ffffff;
width:100%;
margin:3px 0px;
}
.services_banner_info a{
color: #fff;
}
.services_banner_info_right {
float:right;
width:560px;
text-align:center;
font-family: 'Open Sans', sans-serif;
font-weight:200;
font-size:14px;
margin-top:30px;
}
.services_banner_info_right_inner {
width:100%;
max-width:360px;
margin:0 auto;
}
.wp_user_icon {
border-bottom:1px solid rgba(255,255,255,0.3);
line-height:0.7;
display:inline-block;
width:100%;
}
.wp_user_icon > img {
margin-bottom:-1px;
}
.services_banner_info_right .banner_service_title {
font-size:14px;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.service_top {
padding:35px 0px 25px;
}
.service_top_text {
width:100%;
margin:0 auto;
line-height:1.7;
}
.service_top_text p {
padding:0px;
margin-bottom:35px;
}
.service_top_text .section_title h2 {
margin-bottom:35px;
}
.service_top_text .arrow_icon {
background-image:url(//www.macronimous.com/wp-content/themes/mac/assets/images/read_more_arrow.png);
background-repeat: no-repeat;
height: 59px;
left: 0;
margin-right:16px;
position: static;
right: 0;
top: -30px;
width: 59px;
display:inline-block;
vertical-align:middle;
cursor:pointer;
}
.service_top_text span.expand_open.arrow_icon,
.service_top_text a.expand_open .arrow_icon {
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-moz-transform:rotate(180deg);
} .service_top_read_more {
margin-top:-20px;
position:relative;
width:100%;
display:inline-block;
text-align:center;
}
.textsss {
display:inline-block;
}
.expand_open .textsss{
padding-top: 20px;
margin-top: 20px;
}
.service_top_text .content-format,
.home_section.section_title.content-format {
height:340px;
overflow:hidden;
position:relative; }
.home_section {
text-align:left;
}
.service_top_text .content-format:after {
position:absolute;
left:0px;
right:0px;
bottom:0px;
height:280px; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); content:'';
}
.home_section.section_title.content-format:after {
position:absolute;
left:0px;
right:0px;
bottom:0px;
height:100px; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); content:'';
}
.service_top_text .content-format.expand_content_height,
.home_section.section_title.content-format.expand_content_height {
height:auto; }
.service_top_text .content-format.expand_content_height:after {
display:none;
}
.home_section.section_title.content-format.expand_content_height::after {
display:none;
}
.service_top_text .expertise_text_expand {
margin-bottom:35px;
}
.service_team_section {
padding-bottom:23.185%;
text-align:center;
background-position:center;
}
.service_team_section .our_team_count .our_team_title {
line-height:1;
}
.service_team_section .our_team_count span:nth-child(2) {
font-size:14px;
}
.div_center {
margin:0 auto;
display:inline-block;
text-align:left;
}
.services_middle {
width:100%;
height:auto;
display:inline-block;
padding:35px 0px 30px;
}
.service_middle_top {
width:100%;
}
.upper_case {
text-transform:uppercase;
}
.service_middle_info {
width:100%;
display:inline-block;
margin-top:25px;
}
.service_middle_info .col{
margin-bottom:30px;
}
.service_middle_info .service_middle_info_inner {
background:#ffffff;
text-align:center;
color:#000000;
font-size:14px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
padding:25px 25px;
line-height:1.7;
border:1px solid #e3e3e3;
border-radius:4px;
letter-spacing:0.02em;
}
.service_middle_text {
font-size:16px;
color:#f18833;
margin-bottom:15px;
font-family: "Bree Serif",serif;
letter-spacing:0.05em;
line-height:1.35;
}
.services_recent_project {
width:100%;
padding:40px 0 50px;
text-align:center;
}
.row .service_recent_middle  {
width:100%;
max-width:970px;
margin:70px auto 0;
float:none;
display:inline-block;
position:relative;
}
.service_recent_middle .carousel-item {
width:50%;
height:auto;
padding:0px 15px;
text-align:center;
}
.recent_project_title {
font-size:12px;
letter-spacing:0.1em;
color:#222328;
font-family: 'Open Sans', sans-serif; font-weight:400;
margin-top:15px;
display:block;
}
.service_recent_middle .carousel .indicators .indicator-item {
background:#ffffff;
border:3px solid #dedede ;
margin:0px 5px;
}
.service_recent_middle .carousel .indicators .indicator-item.active{
border:3px solid #f18833 ;
background:#f18833;
}
.service_recent_middle .slider_arrow .prev {
left:-4%;
}
.service_recent_middle .slider_arrow .next {
right:-4%;
background-position:-12px 0;
}
.service_recent_middle .slider_arrow a {
width:12px;
height:21px;
background-size:cover;
opacity:0.15;
margin-top:-7%;
}
.why_choose_us { padding:40px 0px 20px;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:relative;
}
.why_choose_us .container {
position:relative;
}
.why_choose_us .overlay {
background:rgba(25,25,25,0.85);
}
.why_choose_info {
width:100%;
margin-top:70px;
}
.why_choose_icons {
float:left;
width:15%;
}
.why_choose_info_text {
float:left;
width:85%;
color:#ffffff;
}
.why_choose_title {
font-size:16px;
color:#f18833;
font-family: 'Open Sans', sans-serif; font-weight:400;
letter-spacing:0.1em;
margin:0px 0 15px;
}
.why_choose_info .col {
padding-right:115px;
margin-bottom:30px;
}
.why_choose_info .col:nth-child(2n+1) {
clear:left;
}
.why_choose_info_text {
padding-left:25px;
}
.faq {
width:100%;
display:inline-block;
padding:35px 0 40px;
}
.faq_inner {
display: inline-block;
width: 100%;
}
.faq_inner .collapsible {
border:none;
font-family: 'Open Sans', sans-serif;
font-weight:200;
}
.faq_inner .collapsible-body p{
padding:10px 0 22px;
color:#222328;
font-size:16px;
line-height:1.5;
}
.faq_inner .collapsible li:first-child .collapsible-header {
border-top:1px solid #e5e5e5;
}
.faq_inner .collapsible-header {
padding:0px;
min-height:inherit;
padding:20px 0px;
line-height:1;
font-size:20px;
color:#222328;
position:relative;
}
.faq_inner .collapsible-header:after {
background-image:url(//www.macronimous.com/wp-content/themes/mac/assets/images/faq_arrow.png);
background-position:0 0;
background-repeat:no-repeat;
position:absolute;
right:5px;
top:50%;
-webkit-transform-origin: left center 0;
-ms-transform-origin: left center 0;
transform:translateY(-50%) rotate(0deg);
-webkit-transform:translateY(-50%) rotate(0deg);
-moz-transform:translateY(-50%) rotate(0deg);
-ms-transform:translateY(-50%) rotate(0deg);
width:13px;
height:26px;
content:'';
transition:transform 0.5s ease;
-webkit-transition:transform 0.5s ease;
-ms-transition:transform 0.5s ease;
-moz-transition:transform 0.5s ease;
}
.faq_inner .collapsible-header.active:after {
background-position:-14px 0;
-webkit-transform-origin: left center 0;
-ms-transform-origin: left center 0;
transform:translateY(-50%) rotate(90deg);
-webkit-transform:translateY(-50%) rotate(90deg);
-moz-transform:translateY(-50%) rotate(90deg);
-ms-transform:translateY(-50%) rotate(90deg);
transition:transform 0.5s ease;
-webkit-transition:transform 0.5s ease;
-ms-transition:transform 0.5s ease;
-moz-transition:transform 0.5s ease;
}
.faq_inner .collapsible-header.active {
color:#f18833;
border-bottom:none;
}
.case_studies_inner .col {
background-size:cover;
background-position:center;
color:#ffffff;
padding:50px 25px;
position:relative;
}
.case_studies_text {
width:470px;
margin:0 auto;
position:relative;
}
.case_studies_title {
color:#babbbd;
font-size:14px;
letter-spacing:0.1em;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.case_studies_subtitle{
font-size:42px;
margin:10px 0 20px;
display:inline-block;
color:#ffffff;
width:100%;
}
.case_studies_text .btn {
border-color:#ffffff;
color:#ffffff;
margin-top:10px;
}
.case_studies_text .btn:hover {
border-color:#f18833;
}
.case_studies .row{
margin-bottom:0px;
}
.service_inner .section_nav ul li a:hover {
background:#ededed;
}
figure {
margin:0px;
}  .portfolio_bg_main {
width:100%;
display:inline-block;
margin:20px 0px 30px;
}
.portfolio_bg_main .grid {
margin-top:0px !important;
margin-bottom:0px; }
#grid .grid {
overflow: hidden;
}
#grid .grid > div {
overflow: hidden;
-webkit-perspective: 1500px;
-ms-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 50% 0;
-ms-perspective-origin: 50% 0;
perspective-origin: 50% 0;
transform-style: preserve-3d;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
transition: all .3s ease-in;
cursor: pointer;
opacity:1;
}
#grid .grid > div.back {
width: 0;
height: 0 !important;
margin:0;
opacity:0;
}
.g {
width:25%;
float:left;
padding:0 15px;
margin-bottom:40px;
} .g img {
max-width:100%;
height:auto;
}
.port_title {
display:none;
}
.port_lightbox {
position:fixed;
left:0px;
top:0px;
bottom:0px;
right:0px;
background:rgba(0,0,0,0.8);
z-index:9999999;
display:none;
}
.lightbox_inner {
position:absolute;
top:50%;
left:0px;
right:0px;
max-width:830px;
padding:0 15px;
margin:0 auto;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
}
.lightbox_div {
display:none;
}
.lightbx {
padding-bottom:50% !important;
position:relative;
}
.lightbox_div .div {
width:100%;
display:inline-block;
color:#ffffff;
font-size:14px;
}
.lightbox_div .carousel .carousel-item img {
width:auto;
max-width: 100%;
height: auto;
}
.lightbox_div .carousel .carousel-item {
text-align:center;
}
.lightbox_div .div .description {
font-size:22px;
margin-bottom:0px;
margin-top: 0;
}
.l_control {
color:#ffffff;
position:absolute;
top:40%;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
display:block;
cursor:pointer;
width:17px;
height:32px;
}
.prev_light {
left: -40px;
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/arrow_prev.png) no-repeat 0 0 ;
background-size:cover;
}
.next_light {
right:-40px;
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/arrow_next.png) no-repeat 0 0 ;
background-size:cover;
}
.close_light {
background:url(//www.macronimous.com/wp-content/themes/mac/assets/images/close.png) no-repeat 0 0 / cover;
width:30px;
height:30px;
display:block;
cursor:pointer;
position:absolute;
top:-40px;
right:15px;
}
.portfolio_filter {
width:100%;
height:auto;
display:inline-block;
margin:0px; padding:0px 30px;
line-height:1;
}
.menu_port {
width:100%;
display:inline-block;
padding:15px 0px;
transition:padding 0.5s ease;
-webkit-transition:padding 0.5s ease;
-ms-transition:padding 0.5s ease;
}
.menu_port:first-child{
border-bottom:1px dotted #c9cacc;
}
.menu_port ul {
list-style:none;
width:84%;
margin:0px;
}
.menu_port ul li {
float:left;
margin-left:5px;
overflow:hidden;
}
.menu_port ul li.reset {
float:right;
}
.menu_port ul li a {
font-size:14px;
padding:10px 25px;
border:1px solid #f18833;
display:block;
transition:background 0.5s ease;
-webkit-transition:background 0.5s ease;
-ms-transition:background 0.5s ease;
-moz-transition:background 0.5s ease;
position:relative;
text-transform:uppercase;
}
.menu_port.proj_port ul li a:after {
background:#f18833;
left:0px;
right:0px;
bottom:0px;
transition:transform 0.5s ease;
-webkit-transition:transform 0.5s ease;
-ms-transition:transform 0.5s ease;
-moz-transition:transform 0.5s ease;
content:'';
position:absolute;
transform:translateY(45px);
-webkit-transform:translateY(45px);
-moz-transform:translateY(45px);
-ms-transform:translateY(45px);
top:0px;
}
.menu_port.proj_port ul li:hover a:after {
transition:transform 0.5s ease;
-webkit-transition:transform 0.5s ease;
-ms-transition:transform 0.5s ease;
-moz-transition:transform 0.5s ease;
transform:translateY(0px);
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
}
.menu_port.proj_port ul li a.active{
background: #f18833;
color:#fff;
}
.menu_port.proj_port ul li a div {
position:relative;
z-index:9;
}
.menu_port ul li a:hover {
color:#ffffff;
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
}
.menu_port label{
float: left;
font-size: 18px;
margin-top: 13px;
width: 16%;
color:#505050;
}
.menu_port ul {
float:left;
}
.tech_port ul li {
position:relative;
overflow:visible;
}
.tech_port ul li a{
border-radius:50px;
color:#ffffff;
border-color:#ffffff;
border-width:0px;
}
.tech_port ul li a:after {
position:absolute;
left:0px;
right:0px;
bottom:-8px;
height:5px;
width:5px;
border-radius:50%;
background-color:#f18833;
content:'';
margin:0 auto;
opacity:0;
transition:opacity 0.5s ease;
-webkit-transition:opacity 0.5s ease;
-ms-transition:opacity 0.5s ease;
-moz-transition:opacity 0.5s ease;
}
.tech_port ul li:hover a:after, .tech_port ul li a.selected:after {
opacity:1;
transition:opacity 0.5s ease;
-webkit-transition:opacity 0.5s ease;
-ms-transition:opacity 0.5s ease;
-moz-transition:opacity 0.5s ease;
}
.menu_port ul li a.selected {
background:#f18833;
color:#ffffff;
transition:background 0.5s ease;
-webkit-transition:background 0.5s ease;
-ms-transition:background 0.5s ease;
-moz-transition:background 0.5s ease;
}
.menu_port ul li.reset a {
border-color:#000000;
color:#000000;
}
.menu_port ul li.reset:hover a{
color:#ffffff;
border-color:#f18833;
}
.menu_port ul li.reset a.selected {
color:#ffffff;
border-color:#f18833;
}
.filter_fixed .menu_port ul li a {
padding:10px 25px;
}
.filter_fixed .menu_port label {
margin-top:3px;
} .grid .wrapper figcaption {
white-space:normal;
text-align:center;
padding:0px 20px;
}
.grid .wrapper figcaption:after {
display:inline-block;
vertical-align:middle;
content:'';
height:100%;
}
.grid .wrapper figcaption .tech-list {
display:inline-block;
width:100%;
white-space:normal;
vertical-align:middle;
}
.grid .wrapper figcaption span {
display:inline-block;
vertical-align:middle;
white-space:normal;
color:#ffffff;
font-size:18px;
font-family: 'Open Sans', sans-serif; font-weight:700;
}
.grid .site_name {
font-size:26px;
}
.blog .banner_text {
max-width:800px;
}
.blog_filter {
background:#f3f3f3;
padding:10px 20px 10px; }
.page-template-resource .blog_filter,
.page-template-scripts .blog_filter {
max-width:400px;
float:right;
margin-right:6.8%;
margin-top: -52px;
position:relative;
background:#F1F1F1;
}
.blog_filter .row {
margin-bottom:0px;
}
.blog_filter_right {
max-width:400px;
float:right;
width:100%;
}
.blog_filter_right label {
float:left;
text-transform:uppercase;
font-size:14px;
letter-spacing:0.1em;
margin-right: 12px;
margin-top: 5px;
width:160px;
margin-right:-160px;
}
.custom_select {
float:left;
padding-left:170px;
width:100%;
}
.select-wrapper input.select-dropdown{
color:#faaa45;
font-size:13px;
height:30px;
margin-bottom:0px;
text-transform:uppercase;
border-color:#797979;
}
.get_a_quote .select-wrapper input.select-dropdown{
margin-bottom:20px;
}
.select-wrapper span.caret {
top:4px;
color:#797979;
}
.blog_post {
width:100%;
padding:60px 0 40px;
}
.blog_info {
position:absolute;
left:25px;
top:0px;
background:#f18833;
text-align:center;
max-width:70px;
width:100%;
color:#ffffff;
padding:15px 10px;
}
.row .blog_post_top > div {
position:relative;
padding:0px;
border:1px solid #e5e5e5;
}
.row .blog_post_top .right {
border-left-width:0px;
}
.row .blog_post_top .left {
border-right-width:0px;
background-size:cover;
background-repeat:no-repeat;
background-position:center; min-height:360px;
background-color:#dddddd;
}
.row .blog_post_top .inner_padding {
padding:30px 10px 100px 30px;
line-height:1.4;
}
.read_more_blog {
position:absolute;
left:0px;
right:0px;
bottom:28px;
padding:0px 30px;
}
.read_more_blog .btn{
font-family: 'Open Sans', sans-serif; font-weight:400;
letter-spacing:0.15em;
}
.comments {
float:right;
color:#5f5f5f;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
font-style:italic;
margin-top:15px;
}
.comments .fa {
color:#aaaaaa;
margin-right:5px;
font-size:16px;
}
.comments a {
color:#aaaaaa;
}
.blog_post_top .post_title {
font-size:30px;
margin:0px;
line-height:1.2;
margin-bottom:0px;
}
.blog_post_top .post_title a{
color:#000000;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.blog_post_top span a {
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
display:inline-block;
}
.blog_post_top span {
margin-bottom:10px;
display:block;
}
.blog_post_top img {
max-width:100%;
height:auto;
width:100%;
}
.blog_info span {
display:block;
font-size:14px;
text-transform:uppercase;
clear:both;
}
span.date {
color:#ffffff;
font-family: 'Open Sans', sans-serif;
font-weight:600;
letter-spacing:0.02em;
border-bottom:1px solid #ffffff;
display:inline-block;
font-size:30px;
line-height:1.3;
margin-bottom:5px;
}
.blog_all_post {
margin-top:60px;
}
.row .blog_all_post > div {
padding:0px 15px;
margin-bottom:40px;
}
.blog_all_post > div:nth-child(3n+1) {
padding-left:0px;
padding-right:30px;
}
.blog_all_post > div:nth-child(3n+3) {
padding-right:0px;
padding-left:30px;
}
.blog_post_title {
font-size:20px;
margin:0px 0 0px;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.blog_post_title a {
color:#000000;
line-height:1.2;
}
.blog_post_title a:hover {
color:#f18833
}
.blog_post_img {
position:relative;
line-height:0.7;
max-height:195px;
overflow:hidden;
}
.blog_post_img img {
width:100%;
height:auto;
}
.blog_all_post .blog_info {
font-size:12px;
max-width:60px;
padding:10px 5px;
}
.blog_all_post .blog_info span.date {
font-size:21px;
} .blog_post_list .col.l4.m4.s12:nth-child(3n+1) {
clear: left;
}
.blog_all_post .col.l4.m4.s12:nth-child(3n+1) {
clear: left;
}
.blog_post_details {
padding:20px 20px 60px;
font-size:14px;
line-height:1.4;
font-family: 'Open Sans', sans-serif;
font-weight:200;
position:relative;
}
.blog_all_post.resource_blog_post .blog_post_details,
.single-resources .blog_post_details {
padding-bottom:20px;
}
.blog_post_details span a {
font-size:13px;
display:inline-block;
}
.blog_post_details span {
margin-bottom:10px;
display:block;
}
.blog_all_inner {
border:1px solid #e5e5e5;
}
.load_more {
width:100%;
text-align:center;
display:inline-block;
margin-top:10px;
}
.load_more .btn {
font-family: 'Open Sans', sans-serif; font-weight:400;
letter-spacing:0.15em;
}
.blog_post_details .read_more_blog {
bottom:23px;
}
.custom_select .dropdown-content li {
min-height:25px;
border-bottom:1px solid #cccccc;
}
.custom_select .dropdown-content li > span{
font-size: 14px;
padding: 8px 16px;
color:#f18833;
line-height:1;
}
.custom_select .dropdown-content li:hover span,
.custom_select .dropdown-content li.active span,
.custom_select .dropdown-content li.selected span {
background-color:#f18833;
color:#ffffff;
} blockquote {
position:relative;
quotes: """ """ "'" "'";
letter-spacing:0.03em;
}
blockquote:after {
color: #ffffff; font-size: 80px;
line-height: 0.1em;
margin-left: 7px;
vertical-align: -38px;
}
blockquote::before{
color: #ffffff; font-size: 80px;
line-height: 0.1em;
margin-right: 7px;
vertical-align: -0.4em;
}
.post_category {
position:absolute;
left:0px;
bottom:0px;
margin:0 auto;
right:0px;
max-width:1200px;
}
.post_category ul {
list-style:none;
margin:0px;
}
.post_category ul li {
float:left;
margin-right:2px;
}
.post_category ul li a{
color:#ffffff;
background:#ffab57;
padding:8px 20px;
display:block;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-size:13px;
text-transform:uppercase;
}
.breadcrumb_bg {
display:block;
width:100%;
padding:10px 0;
position:relative;
background:#f1f1f1 !important;
}
.breadcrumb_bg .row {
margin-bottom:0px;
}
.breadcrumb_bg nav{
background:none;
height:auto;
}
.breadcrumb_bg nav .nav-wrapper {
line-height:1;
}
.breadcrumb_bg .breadcrumb {
color:#666666;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-size:13px;
}
.breadcrumb_bg a.breadcrumb {
color:#ffab57;
text-decoration:underline;
}
.breadcrumb::before {
color:#666666;
font-size:18px;
margin:0 5px 0 5px;
font-family:'FontAwesome';
content: "";
}
.banner.blog_single {
padding-bottom: 32.065%;
background-position: top center;
background-size: auto 100%;
}
.blog_single_content {
width:100%;
overflow:hidden;
padding:20px 0 30px;
border-bottom: solid 1px #f1f1f1;
}
.blog_single_content .col.left {
max-width:80%;
}
.blog_single .banner_text {
margin:0 auto;
text-align:center;
}
.post_title {
font-size:40px;
font-family: "Bree Serif",serif;
margin:0px 0 15px;
line-height:0.8;
}
.blog_single_content img {
max-width:100%;
height:auto;
}
.blog_single_content p {
margin-bottom:25px;
line-height:1.7;
}
blockquote {
margin:40px -999em;
padding:50px 999em;
background-color: #ffab57;
color:#ffffff;
font-size:20px;
}
.page-template-service blockquote,
.page-template-about blockquote {
margin: 40px;
padding: 0px 0 0 10px;
background-color: #fff;
color: #505050;
font-size: 15px;
letter-spacing: 0px;
border-left: 5px solid #f18833;
}
.single .blog_all_post {
margin-top:30px;
}
.single .blog_post {
padding-top:0px;
}
.blog_single_content h2{
font-family: "Bree Serif",serif;
font-size:36px;
}
.blog_single_content h3 {
font-size:30px;
font-family: 'Open Sans', sans-serif; font-weight:400;
text-transform:capitalize;
}
.blog_single_content h4 {
font-size:24px;
font-family: 'Open Sans', sans-serif; font-weight:400;
text-transform:capitalize;
}
.blog_single_content h5 {
font-size:20px;
font-family: 'Open Sans', sans-serif; font-weight:400;
text-transform:capitalize;
}
.single .blog_post .row {
margin-bottom:0px;
}
.social_share {
position:absolute;
right:50px;
top:30px;
z-index:991;
width:60px; cursor:pointer;
}
.fixed_share {
position:fixed;
top:120px; }
.share_icon {
background:#f18833;
border-radius: 50%;
color: #ffffff;
display: block;
font-size: 33px;
height: 60px;
padding-top: 5px;
text-align: center;
width: 60px;
}
.social_share ul {
text-align:center;
margin:10px 0;
}
.social_share ul li {
text-align:center;
margin:5px auto 0;
float:none;
}
.social_icons.social_share ul li a{
width:35px;
height:35px;
font-size:14px;
background:none;
border:1px solid #333333;
color:#333333;
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
}
.social_icons.social_share ul li a:hover{
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
}
.social_share ul li a.fb_bg {
color:#3b5998;
}
.social_share ul li a.twitt_bg {
color:#32ccfe;
}
.social_share ul li a.pin_bg {
color:#bd081c;
}
.social_share ul li a.in_bg {
color:#0077b5;
}
.social_share ul li a.gplus_bg {
color:#dc4a38;
}
.social_share ul li a.tumblr_bg{
color:#36465d;
}
.social_share ul li a.fb_bg:hover {
background:#3b5998;
color:#ffffff;
border-color:#3b5998;
}
.social_share ul li a.twitt_bg:hover {
background:#32ccfe;
color:#ffffff;
border-color:#32ccfe;
}
.social_share ul li a.pin_bg:hover {
background:#bd081c;
color:#ffffff;
border-color:#bd081c;
}
.social_share ul li a.in_bg:hover {
background:#0077b5;
color:#ffffff;
border-color:#0077b5;
}
.social_share ul li a.gplus_bg:hover {
background:#dc4a38;
color:#ffffff;
border-color:#dc4a38;
}
.social_share ul li a.tumblr_bg:hover {
background:#36465d;
color:#ffffff;
border-color:#36465d;
}
.social_share ul li:after {
content:'';
vertical-align:middle;
display:inline-block;
height:100%;
}
.social_share ul li a {
vertical-align:middle;
display:inline-block;
color:#ffffff;
}
.show_767 {
display:none;
} .testimonial_bg {
width:100%;
margin-top:80px;
}
.testimonial_text {
border:1px solid #e3e3e3;
padding:25px;
position:relative;
}
.testimonial_text:after {
background: #f3f3f3 none repeat scroll 0 0;
border-radius: 50%;
color: #f18833;
content: "";
font-family: FontAwesome;
height: 40px;
left: 50%;
line-height: 40px;
position: absolute;
text-align: center;
top: -20px;
width: 40px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.testimonial_text span {
font-family: "Bree Serif",serif;
font-size:18px;
}
.testimonial_text p{
margin-top:0px;
}  .process {
padding:50px 0px 30px;
border-bottom:1px solid #cccccc;
}
.process img {
max-width:100%;
height:auto;
}
.portfolio .modal  {
transform-origin: 50% 50% 0;
-webkit-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform:translateY(-50%) !important;
-webkit-transform:translateY(-50%) !important;
-ms-transform:translateY(-50%) !important;
}
.lb-dataContainer {
position:relative;
}
.lb-data .lb-details {
background-color:transparent;
bottom: 39px;
float: left;
left: 4px;
line-height: 1.1em;
padding: 20px 10px;
position: absolute;
right: 4px;
text-align: left;
width: auto;
color:#ffffff;
text-align:center;
transition:background-color 0.35s ease;
}
.lb-data .lb-caption {
font-size:24px;
}
.lb-caption > span {
clear: both;
display: inline-block;
font-size: 16px;
margin: 18px 0 10px;
width: 100%;
}
#commentform {
margin-bottom:50px;
}
#commentform input {
margin-bottom:0px;
}
#commentform > div {
margin-bottom:20px;
}
#commentform input[type="submit"] {
margin-top:25px;
}
.commentlist {
list-style:none;
}
.comment-body {
font-size:16px; }
.comment-body p {
margin-bottom:10px;
}
.comment-author.vcard {
font-size:24px;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-style:normal;
color:#333333;
}
.comment-author.vcard cite {
font-style:normal;
}
.comment-meta.commentmetadata {
font-size:14px;
margin-bottom:15px;
}
.cancel-comment-reply {
margin-bottom:10px;
}
.commentlist .children {
margin:40px 0 40px 35px;
}
.reply a:hover {
text-decoration:underline;
} .content-format{
max-width: 800px;
line-height:1.7;
margin:auto;
float:none !important;
}
.content-format ul {
list-style:disc;
padding-left:35px;
margin-bottom: 20px;
}
.content-format ol {
padding-left:35px;
margin-bottom: 20px;
}
.content-format ul li {
list-style:disc;
}
.content-format li {
margin: 0 0 5px;
}
.content-format h1, .content-format h2, .content-format h3, .content-format h4, .content-format h5, .content-format h6{
padding: 20px 0 0;
margin-top:0px;
}
.page-template-default .content-format ul,
.page-template-default .content-format ol {
margin-bottom:20px;
}
.single p, .page-template-default p, .content-format p{
margin-bottom:20px;
}
.home_new .mCustomScrollbar.mCS_no_scrollbar, .home_new .mCustomScrollbar.mCS_touch_action {
background:#ffffff;
}
video {
width:100%;
height:100%;
}
.sticky_padding {
padding-top:100px;
}
.common_content_text {
padding:50px 0px 20px;
}
.section_left {
height:500px;
}
.inner_banner{
padding-bottom: 32.065%;
}
.inner_banner .banner_text{
margin: 0 auto;
max-width: 750px;
text-align: center;
}
.get_a_quote {
padding:50px 0px;
}
.text_box_bg {
width:100%;
}
.page-template-contact .text_box_bg {
display:inline-block;
}
.text_box {
width:49%;
float:left;
}
.text_box:nth-child(2n+1){
clear: both;
}
span.wpcf7-not-valid-tip{
font-size: 12px;
margin-top: -20px;
}
.text_box > span {
margin-top:10px;
display:inline-block;
width:100%;
}
.text_area {
width:100%;
}
textarea{
margin-bottom: 20px;
}
.input_submit {
width:100%;
display:inline-block;
margin-top:20px;
}
form .input_submit {
margin-top:10px !important;
}
.text_box:nth-child(2n+2) {
float:right;
}
.text_box input[type="text"],
.text_box input[type="email"],
.text_box input[type="confirm_email"] {
width:100%;
box-sizing: border-box;
}
.text_box input[type="confirm_email"]{
height:48px;
border: 1px solid #dddddd;
padding:0px 15px;
font-size:13px;
}
.text_box .select-wrapper input.select-dropdown {
height:48px;
border:1px solid #dddddd;
padding:0px 15px;
color:#333333;
}
.text_box .dropdown-content{
border:1px solid #cccccc;
}
.text_box.custom_select {
padding:0px;
}
.text_box .select-wrapper span.caret {
right: 15px;
top: 16px;
} .filter_fixed {
position:fixed;
top:95px;
left:0px;
right:0px;
margin:0 auto;
max-width:100%;
width:100%;
padding:0px 30px;
background:#ffffff;
z-index:999;
}
.filter_fixed .menu_port {
padding:15px 0;
transition:padding 0.5s ease;
-webkit-transition:padding 0.5s ease;
-ms-transition:padding 0.5s ease;
}
#respond{
max-width: 800px;
margin: 0 auto;
}
.home_new .mobile_nav_bottom {
display:none !important;
} .page-template-contact h1.banner_title span {
display:block;
}
.page-template-contact .about_us_banner .banner_text {
max-width:730px;
}
.banner_contact {
width:100%;
text-align:center;
color:#fbab46;
}
.banner_contact > div {
margin:0px 5px;
font-size:24px;
}
.banner_contact .email {
display:inline-block;
position:relative;
margin-right:25px;
}
.banner_contact .email:after {
content:'|';
display:inline-block;
position:absolute;
right:-20px;
top:0px;
}
.banner_contact .email a{
color:#fbab46;
}
.banner_contact p{
margin-top: 0;
}
.banner_contact .email a:hover {
text-decoration:underline;
}
.banner_contact .phone_number {
display:inline-block;
}
.contact_bg {
width:100%;
padding:80px 0;
}
.contact_top_content {
max-width:800px;
margin:0 auto;
width:100%;
text-align:center;
font-size:16px;
line-height:1.7;
}
.contact_btn {
background:#f18833;
padding:20px 40px 20px 90px;
color:#ffffff;
display:inline-block;
background-image:url(//www.macronimous.com/wp-content/themes/mac/assets/images/mail__icon.png) ;
background-position:36px 49%;
font-family: 'Open Sans', sans-serif;
font-weight:200;
background-repeat:no-repeat;
margin-top:10px;
}
.contact_btn a:hover {
text-decoration:underline;
}
.contact_btn a {
color:#ffffff;
font-family: 'Open Sans', sans-serif;
font-weight:600;
}
.contact_top_content p {
margin-bottom:20px;
}
.contact_top_content p:first-child {
margin-bottom:25px;
}
.form_top {
text-align:center;
margin:50px 0 30px;
}
.form_top p {
text-align:center;
}
.form_top h3 {
margin-top:0px;
margin-bottom:25px;
}
.contact_top .input_submit {
text-align:right;
position:relative;
}
.contact_top .input_submit input[type="submit"] {
padding: 15px 65px;
}
.contact_top .input_submit .ajax-loader {
position:absolute;
right: 200px;
bottom: 17px;
}
.contact_top textarea {
height:150px;
resize:none;
}
.contact_top input[type="text"],
.contact_top input[type="email"],
.contact_top input[type="password"] {
margin-bottom:0px;
}
.contact_top .text_box {
margin-bottom:20px;
position:relative;
}
.contact_location_bg {
margin-bottom:50px;
}
.contact_location {
width:33.3333%;
float:left;
color:#000000;
font-size:16px;
}
.contact_location a {
color:#000000;
}
.map_section {
background:#f18833;
margin-top: 65px;
display:inline-block;
width:100%;
}
.address_section {
float:left;
width:50%;
}
.address_section_inner {
color:#ffffff;
padding:90px 30px 90px 12%;
font-family: 'Open Sans', sans-serif;
font-weight:200;
font-size:16px;
}
.address_section h2 {
color:#ffffff;
}
.address_section_inner h5 {
color:#ffffff;
font-family: 'Open Sans', sans-serif; font-weight:400;
}
.map_bg {
float:left;
width:50%;
line-height: 0.5;
height: auto!important;
}
.map_bg img{
width:100%;
height:auto;
}
.contact_bottom {
width:100%;
margin-top:30px;
display:inline-block;
}
.contact_bottom_top {
width:100%;
position:relative;
}
.contact_bottom_top:after {
width:100%;
height:3px;
background:#f18833;
content:'';
position:absolute;
left:0px;
right:0px;
top:50px;
}
.contact_bottom_top_text {
max-width:630px;
padding:15px 25px;
background:#ffffff;
margin:0 auto;
text-align:center;
position:relative;
z-index:99;
font-size:24px;
font-family: 'Open Sans', sans-serif;
font-weight:200;
color:#000000;
}
.contact_bottom_top_text span{
font-family: 'Open Sans', sans-serif;
font-weight:600;
}
.contact_bottom_middle {
width:100%;
max-width:850px;
margin:40px auto 0;
display:table;
text-align:center;
}
.contact_bottom_left {
display:inline-block;
width:340px;
background:#f18833;
padding:25px;
margin:0px 20px;
color:#ffffff;
font-family: 'Open Sans', sans-serif;
font-weight:200;
vertical-align:top;
text-align:left;
}
.contact_bottom_left a {
color:#ffffff;
font-family: 'Open Sans', sans-serif;
font-weight:600;
}
.contact_bottom_right {
display:inline-block;
width:340px;
margin:0px 20px;
padding:20px;
border:1px solid #f18833;
font-family: 'Open Sans', sans-serif;
font-weight:200;
color:#000000;
vertical-align:top;
text-align:left;
}
.contact_bottom_right strong{
font-family: 'Open Sans', sans-serif;
font-weight:600;
font-weight:inherit;
display:block;
}
.contact_bottom_right a {
color:#000000;
}
.contact_bottom_right a:hover {
text-decoration:underline;
}
::-webkit-input-placeholder { color: #3a3d4b;
}
:-moz-placeholder { color: #3a3d4b;
opacity:  1;
}
::-moz-placeholder { color: #3a3d4b;
opacity:  1;
}
:-ms-input-placeholder { color: #3a3d4b;
}
.contact_top .text_box .wpcf7-not-valid-tip {
position: absolute;
bottom: -21px;
left: 0;
} .slidingHorizontal{
display: inline;
text-indent: 0px;
}
.slidingHorizontal span{
animation: leftToRight 15s linear infinite 0s;
-ms-animation: leftToRight 15s linear infinite 0s;
-webkit-animation: leftToRight 15s linear infinite 0s;
color: #ffffff;
opacity: 0;
overflow: hidden;
position: absolute;
font-weight:700;
}
.slidingHorizontal span:nth-child(2){
animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
animation-delay: 5s;
-ms-animation-delay: 5s;
-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
animation-delay: 7.5s;
-ms-animation-delay: 7.5s;
-webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5){
animation-delay: 10s;
-ms-animation-delay: 10s;
-webkit-animation-delay: 10s;
}
.slidingHorizontal span:nth-child(6){
animation-delay: 12.5s;
-ms-animation-delay: 12.5s;
-webkit-animation-delay: 12.5s;
} @-moz-keyframes leftToRight{
0% { opacity: 0; }
5% { opacity: 0; -moz-transform: translateX(-50px); }
10% { opacity: 1; -moz-transform: translateX(0px); }
25% { opacity: 1; -moz-transform: translateX(0px); }
30% { opacity: 0; -moz-transform: translateX(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
0% { opacity: 0; }
5% { opacity: 0; -webkit-transform: translateX(-50px); }
10% { opacity: 1; -webkit-transform: translateX(0px); }
25% { opacity: 1; -webkit-transform: translateX(0px); }
30% { opacity: 0; -webkit-transform: translateX(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
0% { opacity: 0; }
5% { opacity: 0; -ms-transform: translateX(-50px); }
10% { opacity: 1; -ms-transform: translateX(0px); }
25% { opacity: 1; -ms-transform: translateX(0px); }
30% { opacity: 0; -ms-transform: translateX(50px); }
80% { opacity: 0; }
100% { opacity: 0; }
}
.ms-viewing-6 .page_down {
display:none;
}
.scrolltop_top {
position:fixed;
bottom:20px;
right:20px;
display:none;
}
.scrolltop_top a {
width:35px;
height:35px;
background:#E88534;
display:block;
border-radius:50%;
text-align:center;
line-height:35px;
}
.scrolltop_top a i{
color:#ffffff;
font-size:20px;
}  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .hentry {
margin: 20px 0 20px;
padding-bottom:20px;
border-bottom: solid 1px #eee;
}
.entry-meta {
clear: both;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .widget img {
max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"] {
height: auto; }
img.size-full {
max-width: 100%;
width: auto; }
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
margin-bottom: 1.5em;
}
.wp-caption img {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.content-format .list_design {
list-style:none;
display:inline-block;
width:100%;
}
.content-format .list_design li{
float:left;
list-style:none;
text-align:center;
padding: 0 10px;
width: 16.666%;
}
.list_design h3 {
font-size: 14px;
overflow-wrap: break-word;
}
.list_design_new h3 {
padding-top:0 !important;
}
.page-template-service blockquote p,
.page-template-about blockquote p {
padding:0 20px;
}
.service_main {
width:100%;
display:inline-block;
margin:30px 0px;
}
.services_row {
width:100%;
display:inline-block;
}
.services_row .section_title a {
color:#222328;
}
.content-format table, .content-format th, .content-format td {
border:1px solid #cccccc;
}
.content-format th, .content-format td {
padding:7px 15px;
}
.content-format table {
margin-bottom:50px;
}
.text_box.captcha {
display: inline-block;
margin-right: 20px;
vertical-align: middle;
width: auto;
float:left;
margin:0px;
}
.input_submit.submit_button {
width: auto;
float:right;
}
.input_submit.submit_button input[type="submit"] {
float:right;
}
.text_box.text_area {
margin-bottom: 0;
} .product_top {
margin-top:45px;
}
.product_list_panel {
border-bottom:1px solid #edf0f0;
margin-bottom:105px;
}
.product_image_section {
display:flex;
-webkit-display:flex;
margin:0px;
}
.product_image {
display: flex;
-webkit-display:flex;
order: 2;
float: right;
width: 320px;
align-items:flex-end;
-webkit-align-items: flex-end;
}
.product_image:before{
content: "";
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
}
.product_image img {
display: inline-block;
vertical-align: bottom;
white-space: normal;
}
.product_description {
width: 100%;
float: left;
padding-right:170px;
}
.product_description h2 {
margin-top:0px; margin-bottom:20px;
}
.description {
margin:20px 0px 25px;
}
.product_description p {
font-size:15px;
color:#818181;
line-height:1.7;
}
.product_single .bx-controls-direction {
display:none;
}
.product_single .bx-wrapper:hover .bx-controls-direction {
display:block;
}
.single-image img {
max-width: 100%;
height: auto;
}
.technology_table {
width:100%;
height:auto;
border-left:1px solid #dfdfdf;
border-right:1px solid #dfdfdf;
border-bottom:1px solid #dfdfdf;
margin-top:30px;
}
.technology_row:after {
clear:left;
content:'';
display:table;
}
.technology_row {
margin:0px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-direction: row;
-webkit-flex-direction: row;
align-items: center;
-webkit-align-items: center;
border-top:1px solid #dfdfdf;
}
.technology_row .title_row{
width:200px;
margin-right:-200px;
float:left;
color:#000000;
font-size:14px;
font-weight:300;
background:#ffffff;
margin-left:0px;
display:flex;
display:-webkit-flex;
align-items: center;
-webkit-align-items: center;
}
.technology_row .title_row p {
margin:0px;
padding:0px 15px;
}
.technology_row .image_row {
width:100%;
padding-left:200px;  }
.technology_row .image_row img {
width:auto;
max-height:60px;
max-width:100%;
}
.technology_row .image_row > div {
padding: 10px;
border-left:1px solid #dfdfdf;
height:100px;
display:flex;
display:-webkit-flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
width:100%;
float:left;
border-top:1px solid #dfdfdf;
margin-top:-1px;
}
.technology_row .image_row > div.col6 {
width:50%;
}
.technology_row .image_row > div.col3 {
width:25%;
}
.technology_row .image_row > div:nth-child(2n+1) {
background:#f7f8fa;
}  .services_form {
top:40px !important;
padding:30px;
background:#ffffff !important;
max-height:90% !important;
overflow:auto !important;
}
.services_form .dropdown-content {
width:100% !important;
}
.services_form .textbox {
margin-bottom:15px;
}
.services_form input:not([type="submit"]) {
width: 100%;
max-width: 100%;
display: block;
box-sizing: border-box;
font-size:12px;
color: #505050;
margin-bottom:3px;
}
.services_form .wpcf7-not-valid-tip {
font-size:12px;
}
.services_form textarea {
font-size:12px;
color: #505050;
resize:none;
}
.services_form .select-wrapper input.select-dropdown {
height:48px;
border:1px solid #dddddd;
color: #505050;
padding:15px;
margin-bottom:3px;
text-transform:none;
}
.select-wrapper span.caret {
top: 16px;
right: 15px;
}
.services_form  .dropdown-content li > a, .services_form  .dropdown-content li > span{
padding: 7px 15px
}
.services_form .dropdown-content li {
min-height: 29px;
border:1px solid #dddddd;
border-bottom:0px;
}
.services_form .dropdown-content li:last-child {
border-bottom:1px solid #dddddd;
}
.services_form h3 {
margin-bottom:5px;
}
.services_form .title p {
margin-top:0px;
}
.services_form .title {
margin-bottom:20px;
}
.close_form {
position:absolute;
right:20px;
top:10px;
color:#cccccc;
font-size:24px;
z-index:9999999;
}  .wpmm-sub-menu-wrap label{
color:#ffffff;
}
header .wpmm-sub-menu-wrap li.wpmega-1columns-3total {
padding: 0 40px 0 10px;
}
header ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="email"],
header ul.wp-mega-sub-menu li div.wpcf7 form.wpcf7-form p textarea {
border:1px solid #ffffff !important;
height:40px !important;
width:100% !important;
padding:0px 15px !important;
box-sizing: border-box;
color:#ffffff !important;
}
header ul.wp-mega-sub-menu li div.wpcf7 form.wpcf7-form p textarea {
height:70px !important;
padding:15px 15px !important;
}
header .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title {
color:#ffffff;
position:relative;
}
header .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before {
position: absolute;
left: 0px;
top: 25px;
width: 30px !important;
height: 2px !important;
background: #ffffff !important;
content: '' !important;
display: block;
}
header .wpmegamenu-contact-info p {
font-size:14px !important;
}
ul.wp-mega-sub-menu li .wpmegamenu-contact-info .wpmm-social-shortcodes h4 {
color:#ffffff;
}
header ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] {
margin-top:0px;
border:1px solid #ffffff;
background:#ffffff;
color:#f18833;
}
header ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
color:#ffffff;
}
.wpmm-pro-recent-posts .wpmm-content-right-section {
padding-right:0px !important;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap .wpmm-pro-recent-posts .wpmm-content-right-section a {
text-transform:none !important;
font-size: 13px !important;
font-weight: 400 !important;
}
.wpmm-image-left-section {
line-height:0.8 !important;
}
header .wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section {
width:63%;
}
.wpmm-sub-menu-wrap ul li ul li a {
color: #ffffff !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
color:#ffffff !important;
}
.wpmm-sub-menu-wrap ul li ul li {
margin-bottom:3px !important;
} .contact_additional_block:after {
display:table;
clear:both;
content:'';
}
.contact_additional_block {
width: 100%;
max-width: 760px;
margin: 0 auto 100px;
text-align: center;
}
.contact_additional_block img {
max-width:128px;
height:auto;
}
.Contact-panel {
width:50%;
float:left;
padding:0 50px;
}
.Contact-panel-content h3 {
font-size:30px;
margin-top:0;
}
.Contact-panel-content .btn {
margin-top:20px;
font-size:14px;
}
.contact_top .form_top hr {
border:0px;
height:1px;
width:200px;
margin:50px 0 70px;
background:#f18833;
display:inline-block;
}
.form_top {
width: 100%;
display: inline-block;
}
.apply_job .select-dropdown {
border-bottom:0 !important;
border:1px solid #dddddd !important;
min-height:38px;
}
.blog_post .resource_blocker p{
margin-bottom: 0;
}
.blog_post .excerpt_box p{
margin-top: 0;
}
.blog_post .resource-category-section ul{
margin-bottom: 50px;
}
.category_lists {
border: 1px solid #eee;
max-width: 1180px;
width: 100%;
padding: 20px 20px;
margin: 80px auto 0px;
}
@media only screen and (max-width: 1300px) {
.technology_section {
padding-bottom:60%;
}
.banner_inner_bg {
padding:0px 20px;
}
.our_team {
padding-bottom:40%;
}
.social_bg {
padding-left:80px;
}
.services_banner_info_left {
width:550px;
}
.faq_inner {
max-width:90%;
margin:0 auto;
display:table;
}
nav ul a {
font-size:12px;
}
.header_menu > ul > li > a {
padding:15px 8px;
}
}
@media only screen and (max-width: 1280px) {
.address_section_inner h5 {
font-size:22px;
}
.address_section_inner {
font-size:22px;
}
.page-template-contact form {
padding:0px 25px;
}
.contact_top_content {
padding:0px 25px;
}
.banner.services_banner {
padding-bottom: 45%;
}
.address_section h2 {
font-size:30px;
}
.address_section_inner {
padding: 10px 30px 0px 12%;
}
.address_section_inner {
font-size: 15px;
}
} @media only screen and (max-width: 1230px) {
.product_list_panel .container {
padding:0px 25px;
}
.resource-category-section {
padding: 0 10px;
}
.blog_post .resource-category-section ul {
margin-bottom: 30px;
}
} @media only screen and (max-width: 1199px) {
.our_clients_logo {
max-width:768px;
}
.tech_inner_section .row {
margin-right:0px;
}
.technology_icons span {
font-size:12px;
}
.technology_icons_bg {
padding:0px 15px;
}
.technology_section {
padding-bottom:70%;
}
.banner_text .banner_title, .banner_text h1{
font-size:42px;
}
.section_title h2, h2.section_title {
font-size:38px;
}
.recent_work_top .section_title {
font-size:38px;
}
.blog_resource_inner .btn {
font-size:12px;
}
header .nav_bg .btn {
padding: 14px 20px 13px;
font-size:10px;
margin-left: 3px;
margin-right: 3px
}
.header_menu > ul > li > a {
padding:15px 8px;
}
nav ul a {
font-size:12px;
}
.button-collapse {
display:none;
}
.ms-left {
width: 55% !important;
}
.ms-right, .section_right_bottom {
width: 45% !important;
}
.section_new_title, .section_new_title2 {
font-size:30px;
}
.section_new_title2 {
font-size:40px;
}
.banner.about_us_banner {
padding-bottom:40%;
}
.banner.about_us_banner .banner_inner_bg {
max-width:80%;
}
.about_content_text {
padding:0px 20px;
}
.row .col.about_our_process_right {
padding-left:50px;
}
.about_inner_page_title {
font-size:40px;
}
.about_us_banner .banner_text .banner_title {
font-size:32px;
}
.services_banner_info_left {
width:60%;
}
.services_banner_info_right {
width:40%;
}
.services_banner .banner_title {
font-size:36px;
}
.services_banner .banner_text .banner_title_small {
font-size:17px;
}
.services_banner_info {
margin-top:10px;
}
.banner.services_banner {
padding-bottom:55%;
background-size: 400px auto;
}
.service_recent_middle .slider_arrow .prev {
left:-1%;
}
.service_recent_middle .slider_arrow .next {
right:-1%;
}
.row .service_recent_middle {
margin-top:50px;
}
.case_studies_subtitle {
font-size:36px;
}
.menu_port label {
font-size:15px;
}
.menu_port ul li a {
font-size:12px;
}
.grid .site_name {
font-size:20px;
}
.portfolio_filter {
padding:0px;
}
.menu_port ul {
width:80%;
}
.menu_port label {
width:20%;
}
.tech_port ul li {
margin-bottom:12px;
}
.blog_post_top .post_title {
font-size:24px;
}
.blog_post_title {
font-size:16px;
}
.banner.blog_single {
padding-bottom:25%;
}
.post_category {
padding:0px 20px;
}
.breadcrumb_bg {
padding-left:15px;
padding-right:15px;
}
.page-template-resource .blog_filter,
.page-template-scripts .blog_filter {
margin-right:15px;
}
.category_lists {
margin: 40px 15px 10px;
max-width: 100%;
width: auto;
}
.category_lists ul{
margin-top: 0;
}
}
@media only screen and (max-width: 1023px) {
.row .col {
padding:0px 10px;
}
.services_box {
padding:25px 10px 33px;
}
.services_box .btn {
padding:12px 20px;
}
.section_nav ul li a {
padding:20px 36px;
}
.banner_text .banner_title, .banner_text h1 {
font-size:36px;
margin:15px 0;
}
.banner_text .banner_title_small, .banner_text h6 {
font-size:18px;
}
.banner_text .btn {
padding:15px 35px;
}
.banner_text {
max-width:570px;
}
.video_icon {
right:-120px;
}
header {
z-index:999;
}
.counters .col:nth-child(n+2) {
padding-left:35px;
}
.technology_icons span {
font-size:10px;
}
.tech_icon {
padding:0 15px;
}
.tech_icon img {
max-width:100%;
height:auto;
}
.section_title h2, h2.section_title {
font-size:34px;
}
.recent_work_top .section_title {
font-size:34px;
}
.technology_icons_bg .btn {
margin-top:20px;
}
.tech_inner_section {
top:35px;
}
.counters .counters_title {
font-size:48px;
}
.our_clients_logo {
max-width:600px;
}
.our_team_count .our_team_title {
font-size:48px;
margin-top:10px;
}
.our_team_top {
margin-bottom:0px;
}
.our_team_count span {
font-size:10px;
}
.blog_resource_inner .card-panel {
padding:30px;
}
.blog_resource_inner .btn {
margin-right: 0;
padding: 14px 27px;
font-size:11px;
}
.blog_resource {
padding:80px 0px;
}
.social_bg {
padding-left:20px;
}
.social_icons ul li a {
width:40px;
height:40px;
font-size:16px;
}
.social_icons ul li {
font-size:5px;
}
.footer_menu ul li {
margin:0px 12px;
}
.footer_menu ul li a {
font-size:10px;
}
.copy_rights {
font-size:12px;
}
.card-panel {
padding:30px;
}
.counters {
padding-left:40px;
}
nav .brand-logo {
transform: none;
-webkit-transform: none;
max-width:180px;
position:relative;
z-index:9999;
left:0px;
white-space:normal;
}
.home_new nav .brand-logo {
line-height:1;
margin-top:18px;
}
nav ul a {
font-size:12px;
}
.header_menu > ul > li > a {
padding:15px 9px;
}
nav .brand-logo img {
max-width:100%;
height:auto;
}
.header_menu > ul > li.menu-has-children > a::after {
margin:0 2px;
}
.banner.services_banner {
padding-bottom:75%;
}
.service_inner .section_title h2 {
font-size:30px;
}
.case_studies_text {
width:90%;
}
.case_studies_subtitle {
font-size:24px;
}
.case_studies_inner .col {
padding:30px;
}
header.sub_menu_open .menu_title a {
font-size:11px;
}
.header_menu ul.sub-menu li {
padding-right:10px;
}
.header_menu .multi_column li a{
line-height:1.3;
}
.row .blog_post_top .left {
min-height:200px;
}
.blog_all_post > div:nth-child(3n+3) {
padding-left:15px;
}
.blog_all_post > div:nth-child(3n+1) {
padding-right:15px;
}
.row .blog_all_post > div {
padding:0 7px;
}
.address_section_inner h5 {
font-size:20px;
}
.address_section_inner {
font-size:20px;
}
.contact_bottom_top_text {
max-width:610px;
}
.contact_bottom_right {
width:40%;
}
.contact_bottom_left {
width:40%;
}
.contact_location h2 {
font-size:36px;
}
.contact_location {
font-size:13px;
}
.banner_contact > div {
font-size:20px;
}
nav {
width:100%;
float:left;
}
nav .brand-logo {
margin-top:0px;
top:18px;
}
html.mobile_menu_open, html.mobile_menu_open body {
overflow:hidden !important;
overflow-y: hidden !important;
}
.multi_column p {
display:none;
}
.filter_fixed {
top:65px;
}
.menu_port ul li {
margin-bottom:15px;
}
.menu_port ul li.reset {
float: right;
position: absolute;
right: 16px;
top: 0px;
}
.menu_port ul {
padding-right:100px;
position:relative;
}
}
@media only screen and (max-width: 980px) {
nav ul a {
font-size:10px;
}
.header_menu > ul > li > a {
padding:15px 5px;
}
.dl-menuwrapper {
display:block;
} .home_new .dl-menuwrapper button::after {
background: #000 none repeat scroll 0 0 !important;
box-shadow: 0 10px 0 #000, 0 20px 0 #000 !important;
}
.home_new .dl-menuwrapper {
top:19px;
}
.section_nav ul li a {
font-size:12px;
}
.section_nav ul li a {
padding:20px;
}
nav {
width:70%;
float:left;
}
nav .brand-logo {
top:0px;
} .product_description {
padding-right:90px;
} }
@media only screen and (max-width: 991px) {
.lightbox_inner{
max-width: 82%;
padding: 0;
}
.address_section h2 {
font-size:30px;
}
.address_section_inner {
padding: 10px 30px 0px 12%;
}
.address_section_inner {
font-size: 15px;
}
.blog_post {
padding: 40px 0 40px;
}
.blog_post .resource-category-section ul {
margin-bottom: 35px;
}
}
@media only screen and (max-width: 767px) {
body {
font-size:14px;
}
.banner {
padding-bottom:120%;
background-position:center;
}
.banner_text .banner_title, .banner_text h1 {
font-size:22px;
line-height:1.6;
}
.banner_text .banner_title_small, .banner_text h6 {
font-size:14px;
}
.banner_text .btn {
font-size:12px;
}
.content-format h1{
font-size: 32px;
}
.content-format h2{
font-size: 28px;
}
.content-format h3{
font-size: 24px;
}
.content-format h4{
font-size: 22px;
}
.content-format h5{
font-size: 20px;
}
.video_icon {
top:85%;
right:0px;
width:60px;
height:60px;
background-size:cover;
background-position:0 0;
}
.section_nav ul li a {
font-size: 12px;
padding: 13px 20px;
}
.section_title h2, h2.section_title {
font-size:30px;
}
.recent_work_top .section_title {
font-size:30px;
}
.expertise_bg {
padding:20px 0 25px;
}
.expertise_bg .section_title h2 {
margin-bottom:25px;
}
.counters .col:nth-child(n+2) {
padding-left:15px;
}
.counters .counters_title {
font-size:40px;
}
.counters .col > span {
display:block;
}
.counters {
text-align:center;
padding-top:30px;
padding-left:0px;
}
.our_services {
padding:20px 0 50px
}
.our_recent_works {
padding:30px 0px ;
}
.technology_section{
padding-bottom:150%;
}
.testimonials {
padding:45px 0px 30px;
}
.testi_inner {
margin-top:30px;
}
.our_clients_logo {
max-width:65%;
}
.our_team {
padding-bottom:100%;
}
.our_team_count {
text-align:center;
}
.our_team_count .l5-1 {
display: inline-block;
float: none;
margin: 0 auto;
width: 49%;
}
.blog_resource_inner .card-panel {
padding:30px 20px;
}
.blog_resource_inner .btn {
font-size: 10px;
padding: 14px 23px;
}
.blog_resource {
padding:40px 0px;
}
footer {
padding-top:80px;
}
.social_bg {
padding-left:0px;
margin-top:40px;
}
.footer_menu ul li {
margin:10px 12px;
}
.footer_bottom {
line-height:1;
}
.carousel .carousel-item img {
width:auto;
}
.our_clients_logo .carousel .carousel-item {
width:100%;
}
.testimonials .btn {
font-size:12px;
}
.custom_caption .btn {
font-size:12px;
float:left;
margin-top:15px;
padding: 15px 30px;
}
.custom_caption {
padding:15px 20px;
}
.footer_top {
margin-bottom:50px !important;
}
.slider_arrow a {
z-index:999;
}
.recent_work {
max-width:310px;
}
.slider .slides li img {
background-size:100%;
}
.services_inner {
padding:0px 5px;
}
.our_team_count .l5-1 {
text-align:center;
}
.technology_icons {
width:33.333%;
}
.technology_section {
padding:30px 0px;
background-position:center;
}
.tech_inner_section {
position:relative;
top:0;
}
.our_recent_works .slider_arrow a {
top:auto;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
bottom:-18px;
} nav .button-collapse {
display:block;
float:right;
margin-top:15px;
}
nav .button-collapse i {
font-size:47px;
}
nav .nav-wrapper > ul > li {
margin:0px;
}
header::after {
display:none;
}
header { }
nav .brand-logo {
margin-top:14px;
margin-bottom:14px;
}
.dl-menuwrapper button::after {
top:4px;
}
header .nav_bg .btn {
margin-bottom:20px;
color:#f18833;
}
header.sub_menu_open .brand-logo img.menu_open_logo, header.bg_color .brand-logo img.menu_open_logo {
margin-top:5px;
}
header.bg_color nav ul a {
color:#ffffff;
}
header .nav_bg .btn:hover {
color:#ffffff;
}
.social_icons ul li {
margin-right: 4px;
}
.footer_bottom {
background-size:cover;
}
.ms-left {
width: 100% !important;
}
.ms-right, .section_right_bottom {
width: 100% !important;
}
#header {
background:none;
display:none;
}
html, body {
overflow-y:auto;
}
.section_left {
width:100%;
}
.section_right {
width:100%;
overflow:hidden;
} .section_right_bottom {
display:none;
}
.section_new_center {
max-width:90%;
}
.section_new_center, .section2_text {
top:50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
position:relative;
}
.section2_text .counters .col {
width:50%;
}
.read_more.side.side-right {
border: 1px solid #ffffff;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 30px;
height: 60px;
line-height: 60px;
margin:20px auto 20px;
position: relative;
right: 0;
text-align: center;
width: 60px;
left:0px;
}
.move_layout {
padding-top:50px;
}
.close_layout {
top:66px;
z-index:99;
width:40px;
height:40px;
font-size:26px;
}
.dl-menuwrapper button {
height:35px;
}
.section_new_title {
font-size:20px;
text-align:center;
margin:0;
}
.section2_right .right_section_title {
margin-bottom:0px;
}
.section_new_title2 {
font-size:40px;
margin:0;
text-align:center;
}
.right_section_title {
font-size:18px;
}
.section_right_text {
padding:25px 20px 25px 20px;
font-size:14px;
text-align:center;
position:static;
transform:none;
}
.section_right_text .btn {
padding: 15px 30px;
margin-top: 10px;
font-size:12px;
margin-bottom:15px;
}
.ms-left .counters .counters_title {
font-size:30px;
}
.ms-left .counters {
font-size:12px;
}
.ms-left .since {
font-size:12px;
margin-top: 20px;
}
.section_left_text .video_icon {
left: 0;
margin: 0 auto;
right: 0;
top: -50px;
}
.section_left_text {
bottom:15%;
}
header .nav_bg .btn {
margin:20px 15px 20px;
}
.home_new header nav ul a {
color:#ffffff;
}
.home_new header .nav_bg .btn {
color:#f18833;
}
.dl-menuwrapper li:last-child:hover > a {
background:#f18833;
color:#ffffff;
}
.dl-menuwrapper .dl-menu {
top:52px;
}
.page_wrapper_new {
position:static;
margin-top:69px;
}
.nav_bg {
height:auto;
line-height:1;
}
.banner.about_us_banner .banner_inner_bg {
max-width:100%;
}
.about_us_banner .banner_title.banner_text .banner_title {
font-size:20px;
line-height:1.19;
}
.banner.about_us_banner {
padding-bottom:80%;
background-position:center right;
}
.about_content_text {
padding:0px;
}
.about_content {
padding:40px 0px;
}
.about_our_process {
padding:40px 0px;
}
.about_our_process_left .about_inner_page_title {
text-align:center;
}
.row .col.about_our_process_right {
padding:0px 0px;
}
.about_our_process_left {
border:0px;
margin-bottom:10px;
}
.about_inner_page_title {
font-size:30px;
}
.about_client_logo .col {
padding-top:20px;
padding-bottom:20px;
}
.about_client_logo {
padding:10px 0px;
}
.about_our_clients {
padding:40px 0 20px;
}
.our_team_inner .section_title h2{
margin-top:0px;
}
.about_us_banner .banner_text .banner_title {
font-size:19px;
}
.about_content_text p {
margin-top:0px;
margin-bottom:20px;
}
.service_inner .section_title h2 {
font-size:20px;
padding:0px 15px;
}
.service_top {
padding:15px 0 25px;
}
.service_top_text p {
padding:0px;
}
.service_team_section .our_team_count .col:nth-child(2n+1) {
clear:left;
}
.service_team_section .our_team_count .col {
float:none;
display:inline-block;
margin-right:-4px;
margin-bottom:15px;
vertical-align:middle;
}
.our_team.service_team_section {
padding-bottom:100%;
}
.service_team_section .our_team_count span:nth-child(2) {
font-size:12px;
}
.services_middle {
padding:15px 0 10px;
}
.row .service_recent_middle {
margin-top:20px;
}
.services_recent_project {
padding:20px 0 25px;
}
.why_choose_info_text {
width:75%;
}
.why_choose_icons {
width:25%;
}
.why_choose_title {
font-size:14px;
}
.why_choose_info {
margin-top:30px;
}
.why_choose_info .col:last-child {
margin-bottom:15px;
}
.faq_inner .collapsible-header {
font-size:16px;
line-height:1.5;
padding-right:30px;
}
.collapsible-body p {
font-size:14px;
}
.faq {
padding:15px 0 20px;
}
.case_studies_inner .col {
padding:40px 20px;
}
.service_recent_middle .carousel-item {
float: none;
margin: 0 auto;
max-width: 320px;
right: 0;
width: 100%;
}
.service_recent_middle .carousel-item img {
width:100%;
}
.service_recent_middle .carousel {
height:260px;
}
.service_recent_middle .slider_arrow a {
top:inherit;
bottom:-9px;
margin-top:0px;
}
.service_recent_middle .slider_arrow .prev {
left:7%;
}
.service_recent_middle .slider_arrow .next {
right:7%;
}
.services_banner .banner_inner_bg {
position:static;
transform: none;
-webkit-transform: none;
-ms-transform: none;
padding: 110px 10px 40px;
}
.services_banner .row {
margin-bottom:0px;
}
.service_top_text p {
margin-bottom:20px;
}
.services_banner_info_left {
width:100%;
}
.services_banner_info_right {
width:100%;
}
.banner.services_banner {
padding-bottom:0px;
background-position: 82% 0;
background-size: 300px auto;
}
.div_center {
text-align:center;
}
.services_banner .banner_text .banner_title {
font-size:24px;
}
.services_banner .banner_text .banner_title_small {
font-size:16px;
}
.services_banner .banner_text .btn {
padding: 15px 32px;
}
.section_nav {
display:none;
}
.grid .wrapper figcaption {
padding:10px;
}
.menu_port ul {
width:100%;
}
.menu_port label {
width:100%;
margin-bottom:15px;
}
.menu_port ul li {
margin-bottom:15px;
}
.portfolio_filter {
margin:10px 0 0;
}
.menu_port ul li a {
padding:10px 20px;
}
.menu_port ul li.reset {
float:left;
}
.row .blog_post_top .left {
padding-bottom:50%;
min-height:inherit;
}
.row .blog_post_top .inner_padding {
padding:20px 20px 100px;
}
.row .blog_post_top .right {
border-left-width:1px;
border-top-width:0px;
}
.blog_post_top .post_title {
font-size:18px;
}
.blog_filter_right label {
font-size:12px;
margin-bottom:15px;
margin-right:0px;
}
.blog_filter_right {
max-width:100%;
}
.custom_select {
width:100%;
padding-left:0px;
}
.blog_all_post {
margin-top:30px;
}
.row .blog_all_post > div {
padding:0px 10px 0 0 ;
margin-bottom:25px;
}
.blog_all_post > div:nth-child(3n+1) {
clear:left;
}
.blog_all_post > div:nth-child(3n+3) {
padding-right:0px;
}
.load_more {
margin-top:15px;
}
.blog_info span {
font-size:12px;
}
span.date {
font-size:21px;
}
.banner.blog_single {
padding-bottom:70%;
}
.post_category ul li a {
font-size: 11px;
padding: 8px 17px;
}
.post_category ul li {
margin-bottom:2px;
}
.post_title {
font-size:30px;
}
.blog_single_content .col.left {
max-width:100%;
}
.blog_single_content h2 {
font-size:30px;
}
.blog_single_content h3 {
font-size:24px;
}
.blog_single_content blockquote {
font-size:18px;
}
.blog_single_content .row {
margin-bottom:0px;
}
.social_share {
position:static;
width:100%;
margin:0px 0 25px;
float:left;
}
.social_share ul {
margin:0px;
}
.social_share ul li {
float:left;
}
.show_767 {
display:block;
}
.hide_767 {
display:none;
}
.process {
padding:10px 0px 20px;
border-bottom:1px solid #cccccc;
}
.lb-data .lb-details {
padding: 10px;
}
.lb-data .lb-caption {
font-size: 14px;
}
.lb-caption > span {
font-size: 10px;
margin: 9px 0 0;
}
.sub_menu_bg {
display:block;
}
.caption_text {
width:100%;
}
.sub_menu_bg {
display:none;
}
.mobile_section_nav, .mobile_nav_bottom {
position:fixed;
bottom:70px;
right:10px;
z-index:9999;
display:none;
}
.home .mobile_nav_bottom, .page-template-service  .mobile_nav_bottom{
display:block;
}
.relative {
position:relative;
}
.mobile_section_nav > a, .mobile_nav_bottom > a {
width:30px;
height:30px;
float:left;
margin-right:5px;
background:#ffffff;
border:1px solid #cccccc;
text-align:center;
font-size:15px;
background:#ffffff;
}
.mobile_section_nav a i, .mobile_nav_bottom a i {
vertical-align:sub;
}
header {
z-index:9999;
}
.banner_contact > div {
font-size:13px;
}
.contact_bg {
padding:50px 0px;
}
.contact_btn {
font-size:12px;
width:100%;
padding:20px 40px 20px 83px;
background-position:24px 49%;
}
.contact_top .text_box {
width:100%;
}
.address_section {
width:100%;
}
.map_bg {
width:100%;
}
.address_section_inner{
padding:50px 30px 50px 30px;
}
.contact_location {
width:100%;
}
.contact_location h2 {
font-size:30px;
}
.contact_bottom_top_text {
font-size:14px;
}
.contact_bottom_left {
width:100%;
margin:0px 0 20px;
}
.contact_bottom_right {
width:100%;
margin:0px 0 20px;
}
.contact_bottom_top::after {
display:none;
}
.contact_bottom_middle {
margin-top:20px;
}
.form_top h3 {
font-size:30px;
}
.contact_top_content {
font-size:14px;
}
.address_section_inner h5 {
font-size:18px;
}
.address_section_inner {
font-size:18px;
}
.contact_location_bg {
margin-bottom:0px;
}
.page-template-resource .blog_filter,
.page-template-scripts  .blog_filter{
width:100%;
max-width:100%;
margin-top:0px;
margin-right:0px;
margin-bottom:30px;
}
.breadcrumb_bg {
padding:20px 15px;
display:none;
}
.slidingHorizontal {
display: block;
height: 10px;
left: 0;
position: relative;
text-indent: 0;
width: 100%;
line-height:1;
}
.slidingHorizontal span {
left:0px;
right:0px;
}
nav .brand-logo {
top:0px;
}
.text_box_bg{
padding: 0 20px;
}
.text_box{
width: 100%;
}
thead {
border:0px;
}
.content-format th, .content-format td {
padding:12px 15px;
}
.table_border {
width:100% !important;
}
.g-recaptcha {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-mz-transform-origin: 0 0 0;
}
.text_box.captcha {
padding:0px 18px;
}
.input_submit.submit_button {
float:left;
margin-top:15px;
}
.page-template-contact form .text_box.captcha {
padding: 0;
}
.input_submit.submit_button input[type="submit"] {
float:left;
}
.page-template-get-a-quote .input_submit.submit_button input[type="submit"] {
float:left;
}
.page-template-contact form {
padding: 0 18px;
}
.page-template-contact .text_box_bg {
padding:0px;
}
body.single-case-studies form .text_box_bg {
padding:0px 8px;
}
body.single-case-studies .text_box.captcha {
padding: 0 8px;
}
body.single-case-studies .input_submit.submit_button {
padding-left:9px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textbox {
box-sizing: border-box;
}
.text_box.captcha {
padding:0px;
}
.share_article_form label {
display: block;
padding: 0 9px;
}
.share_article_form .text_box.row.captcha {
padding:0 8px;
}
.share_article_form .input_submit.submit_button {
padding:0px 10px;
}
.page-template-get-a-quote .text_box.text_area.captcha {
padding:0px 18px;
}
.page-template-get-a-quote .input_submit.submit_button {
padding:0px 18px;
}
.page-template-get-a-quote .form_detail_list .text_box.text_area.captcha {
padding:0px;
}
.page-template-get-a-quote .form_detail_list .input_submit.submit_button {
padding:0px;
}
#commentform div {
padding:0px 15px;
}
.text_box.captcha {
width:100% !important;
}
.share_article_form .text_box.row.captcha span.g-recaptcha {
margin:0px;
}
.single-case-studies .text_box.custom_select {
margin-bottom:20px;
}
.input_submit.submit_button{
margin-bottom: 20px;
}
.g {
width:100%;
}
.lightbox_div .div .description {
font-size:13px;
}
.lightbox_div .div {
font-size:11px;
} .product_image_section {
display:block;
-webkit-display:block;
text-align:center;
}
.product_image {
display:block;
-webkit-display:block;
width:100%;
}
.product_image img {
max-width:100%;
}
.product_description h2 {
font-size:24px;
}
.description {
}
.product_description {
padding-right:0px
}
.product_list_panel {
margin-bottom: 21px;
padding-bottom: 42px;
}
.product_description p {
font-size:14px;
}
.product_single .col {
width:100% !important;
}
.product_single .col.s8 {
margin-bottom:10px;
}
.product_single .bx-wrapper img {
width:100%;
} .technology_row .title_row {
width:100% !important;
margin-right:0px;
text-align:center;
padding:20px;
display:block;
}
.technology_row .image_row {
padding-left:0px;
}
.slidingHorizontal {
height:auto;
}
}
@media only screen and (max-width: 600px) {
.tweets_bg {
border-right:0px;
border-bottom:1px solid #d7d7d8;
padding-bottom:30px !important;
}
.tweets_bg:nth-child(2) {
border-bottom:0px;
padding-bottom:0px !important;
}
.row .blog_post_top .left {
padding-bottom:70%;
}
.filter_fixed {
padding:0px !important;
}
.portfolio-items img {
width:100%;
}
.blog_post .resource_blocker p {
margin-bottom: 7px;
}
.resource-category-section {
padding: 0 10px;
}
}
@media only screen and (max-width: 480px) {
.our_team {
padding-bottom:170%;
}
.lightbox_inner {
max-width: 80%;
}
.prev_light {
left: -25px;
}
.next_light {
right: -25px;
}
}
@media only screen and (min-width: 980px) {
.inspect_opend .slicknav_menu {
display:none !important;
}
.inspect_opend .sub-menu {
display:none !important;
}
}
@media only screen and (min-width: 1600px) {
.banner.services_banner {
padding-bottom:35%;
}
} .breadcrumbs span a{
color: #fff;
display: inline-block;
background: #fbab46;
text-decoration: none;
position: relative;
height: 40px;
line-height: 40px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
}
.breadcrumbs span:nth-child(even) a:before{
border-left-color: transparent;
}
.breadcrumbs span:first-child a{
padding-left: 15px;
border-radius: 4px 0 0 4px;
}
.breadcrumbs span:first-child a:before{
border: none;
}
.breadcrumbs span:last-child a{
padding-right: 15px;
border-radius: 0 4px 4px 0;
}
.breadcrumbs span:last-child a:after{
border: none;
}
.breadcrumbs span a:before, .breadcrumbs span a:after{
content: "";
position: absolute;
top: 0;
border: 0 solid #fbab46;
border-width: 20px 10px;
width: 0;
height: 0;
border-color: #fbab46;
border-style: solid;
}
.breadcrumbs span a:before{
left: -20px;
border-left-color: transparent;
}
.breadcrumbs span a:after{
left: 100%;
border-color: transparent;
border-left-color: #fbab46;
}
.breadcrumbs span a:hover{
background: #666;
}
.breadcrumbs span a:hover:before{
border-color: #666;
border-left-color: transparent;
}
.breadcrumbs span a:hover:after{
border-left-color: #666;
}
.rpt_plans .rpt_plan .rpt_title{
line-height: 24px !important;
font-size:17px !important;
}
.rpt_plans .rpt_plan .rpt_features .rpt_feature {
padding: 6px 10px !important;
font-size: 14px !important;
}
.rpt_plans .rpt_plan .rpt_foot {
padding: 4px 20px !important;
font-size: 19px !important;
}
.cs-hr{
margin: 35px 0 15px;
background: #eee;
border: none;
height: 1px;
}
.content-format .select-wrapper ul{
padding-left: 0;
}
.content-format .select-wrapper ul li{
list-style: none;
}
.wpcf7-response-output{
clear: both;
}
.text_box.text_area.captcha{
margin-bottom: 20px;
}
.single-slider-image {
text-align:center;
background:#fff;
}
img[class*="align"], img[class*="wp-image-"] {
max-width:100%;
} .common_content_text iframe{
width: 100% !important;
max-width: 100%;
}
.content-format.bi_dashboard{
max-width: 100%;
}
.common_content_text .thumb_img_head{
display: flex;
flex-wrap: wrap;
justify-content: inherit;
}
.common_content_text .thumb_img_head .thumb_img{
width: 29.33%;
float: left;
text-align: center;
padding: 20px;
border: 1px solid #e7e9e8;
margin-bottom: 20px;
margin-left: 2%;
margin-right: 2%;
}
.common_content_text .thumb_img_head .thumb_img a{
display: block;
line-height: 1.3;
}
.common_content_text .thumb_img_head .thumb_img a:hover{
text-decoration:none;
}
.common_content_text .thumb_img_head .thumb_img:nth-child(3n+1){
clear: left;
} .seo_portfolio.table {
display: table;
text-align: center;
width: 100%;
margin: 0% auto 10%;
border-collapse: separate;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.seo_portfolio .table_row {
display: table-row;
}
.seo_portfolio .theader {
display: table-row;
}
.seo_portfolio .table_header {
display: table-cell;
border-bottom: #ccc 1px solid;
border-top: #ccc 1px solid;
background: #bdbdbd;
color: #e5e5e5;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 700;
}
.seo_portfolio .table_header:first-child {
border-left: #ccc 1px solid;
border-top-left-radius: 5px;
}
.seo_portfolio .table_header:last-child {
border-right: #ccc 1px solid;
border-top-right-radius: 5px;
}
.seo_portfolio .table_small {
display: table-cell;
}
.seo_portfolio .table_row > .table_small > .table_cell:nth-child(odd) {
display: none;
background: #bdbdbd;
color: #e5e5e5;
padding-top: 10px;
padding-bottom: 10px;
}
.seo_portfolio .table_row > .table_small > .table_cell {
color: #5b5b5b;
border-bottom: #ccc 1px solid;
vertical-align:middle;
padding:3px;
}
.seo_portfolio .table_row > .table_small:first-child > .table_cell {
border-left: #ccc 1px solid;
}
.seo_portfolio .table_row > .table_small:last-child > .table_cell {
border-right: #ccc 1px solid;
}
.seo_portfolio .table_row:last-child > .table_small:last-child > .table_cell:last-child {
border-bottom-right-radius: 5px;
}
.seo_portfolio .table_row:last-child > .table_small:first-child > .table_cell:last-child {
border-bottom-left-radius: 5px;
}
.seo_portfolio .table_row:nth-child(2n+3) {
background: #e9e9e9;
} header .nav_bg .wp-megamenu-main-wrapper li.btn {
margin-top:0 !important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.btn > a {
padding:10px 0px !important;
text-align:center;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
position:static !important;
}
#wpmm-wrap-primary {
margin-top:0px !important;
}
header .nav_bg .wp-megamenu-main-wrapper .btn:hover {
background:#f18833 !important;
}
header .nav_bg .wp-megamenu-main-wrapper .btn:hover a {
color:#ffffff !important;
}
.wp-megamenu-main-wrapper .wpmm-title-tag {
text-transform:uppercase;
font-size:15px !important;
font-weight:600;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap {
padding:30px !important;
}
.wp-megamenu-main-wrapper .wpmm-feature-box-info {
font-size: 13px;
padding-left:0px !important;
}
.wp-megamenu-main-wrapper .wpmm-featured-box-section { margin-bottom:25px !important;
}
.wp-megamenu-main-wrapper .wpmm-featured-box-section:last-child {
border-bottom:none;
margin-bottom:0px !important;
} .wp-megamenu-main-wrapper .wpmm-sub-menu-wrap ul.wp-mega-sub-menu ul li:first-child a {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > div { }
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > div > ul{
margin-bottom:15px !important;
}
.wpmm_megamenu .widget_nav_menu ul li a{
line-height: 1.3 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > div > ul::after {
display: table;
clear: both;
content: "";
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap ul.wp-mega-sub-menu ul li {
padding-left:0;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li a {
left: 0;
}
header.bg_color .header_inner {
background: #000000;
}
body.menu_open {
overflow:hidden;
}
.wpmm-sub-menu-wrapper {
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.btn > a::before {
opacity:1 !important;
} .header_menu .wpmegamenu_post_item:nth-child(6n+6) {
margin-right: 0 !important;
}
.header_menu .wpmmpro-postslist-wrapper .wpmmpro-posts-list {
margin-left:0px !important;
}
.header_menu .wpmegamenu_post_item .wpmm-posts-title,
.header_menu .wpmegamenu_post_item .posts-extra-details {
color:#fff !important;
}
.wpmm-sub-menu-wrap {
top:100%;
}
.header_menu .wpmm-sub-menu-wrap .text_box,
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(2n+2) {
width: 32% !important;
float: left;
margin-right: 2%;
}
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(3n+3) {
margin-right:0;
}
.header_menu .wpmm-sub-menu-wrap textarea {
background-color: #fff;
resize: none;
}
.header_menu .wpmm-sub-menu-wrap .select-wrapper {
background-color:#fff;
}
.header_menu .wpmm-sub-menu-wrap textarea,
.header_menu .wpmm-sub-menu-wrap input {
color: #3a3d4b;
}
.header_menu .wpmm-sub-menu-wrap .select-wrapper li {
margin-bottom: 0 !important;
line-height: 1 !important;
min-height: inherit;
}
.header_menu .wpmm-sub-menu-wrap .select-wrapper li span {
padding: 12px 15px;
}
.header_menu .wpmm-sub-menu-wrap input[type="submit"] {
background-color: #fff;
border: 1px solid #fff;
margin-top: 25px;
}
.header_menu .wpmm-sub-menu-wrap input[type="submit"]:hover {
background-color: inherit;
color: #fff;
box-shadow: none;
}
.wpmegamenu-contact-info i {
line-height: 1 !important;
height: auto !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a, .wpmm-sub-menu-wrap ul li ul li a, header ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
color: #ffffff !important;
}
.box_links_cat a{
font-weight: bold;
}
.box_links_cat a:hover{
background: #fbab46;
color: #fff;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1220px) {
.wpmm-sub-menu-wrapper {
max-width:100%;
padding:0px;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap {
padding:30px 20px !important;
}
}
@media screen and (max-width: 1180px) {
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li > a {
font-size:10px !important;
}
header .nav_bg .wp-megamenu-main-wrapper .wpmm-mega-wrapper .btn {
min-width: 110px !important;
}
}
@media screen and (max-width: 1024px) {
.menu_first .nav_bg {
height:auto;
width:100%;
}
nav .brand-logo {
max-width:160px;
}
.header_menu > ul > li.menu-has-children > a, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
padding:25px 8px !important;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap ul.wp-mega-sub-menu ul li:first-child a {
font-size:12px;
}
.wpmm_megamenu .widget_pages ul li a, .wpmm_megamenu .widget_meta ul li a, .wpmm_megamenu .widget_nav_menu ul li a {
font-size:12px;
}
.wp-megamenu-main-wrapper .wpmm-title-tag {
font-size:13px !important;
}
.wp-megamenu-main-wrapper .wpmm-feature-box-info {
font-size:12px;
}
nav .brand-logo {
top:0px !important;
}
.wp-megamenu-main-wrapper {
margin-top:0px !important;
}
}
@media screen and (max-width: 910px) {
nav .brand-logo {
max-width:180px;
}
.nav-wrapper i{
line-height:1 !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
position:absolute !important;
left:0;
right:0;
top:100%;
overflow:scroll !important;
background-color:#f18833 !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li { }
.header_menu > ul > li.menu-has-children > a,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.btn > a {
padding:18px 15px !important;
text-align:left;
}
.wp-megamenu-main-wrapper {
margin-top:10px !important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1 ul.wpmm-mega-wrapper > li:hover > a {
color:#fff !important;
}
header .nav_bg .wp-megamenu-main-wrapper .wpmm-mega-wrapper .btn {
margin:0px;
min-width:inherit !important;
}
.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap {
padding:10px 20px !important;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper > li > a {
font-size:12px !important;
font-weight:600 !important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.waves-effect.waves-light.btn > a {
padding: 18px 15px !important;
text-align: left;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child .wpmm-featured-box-section {
margin-bottom:10px !important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
border:none !important;
box-shadow:none !important;
}
#wpmm-wrap-primary {
margin-top:12px !important;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
line-height:1 !important;
}
nav .brand-logo {
top:0px !important;
margin:14px 0px;
}
.header_menu .wpmegamenu_post_item {
width: 50% !important;
}
.header_menu .wpmegamenu_post_item:nth-child(6n+6),
.header_menu .wpmegamenu_post_item:nth-child(3n+3) {
margin-right: 0 !important;
}
.header_menu .wpmegamenu_post_item {
margin: 0% 1.5% 2% 0% !important;
width: 32.3% !important;
}
}
@media screen and (max-width: 768px) {
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section:last-child {
margin-bottom:20px !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li {
margin-bottom:0px !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li ul li {
margin-bottom: 10px !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li ul li:last-child {
margin-bottom:18px !important;
}
.wp-megamenu-main-wrapper .wpmm-featured-box-section,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child .wpmm-featured-box-section {
margin-bottom: 20px !important;
border-bottom: 1px dotted #fff;
padding-bottom: 20px;
}
.wp-megamenu-main-wrapper .wpmm-featured-box-section:last-child {
margin-bottom: 20px !important;
border-bottom: 1px dotted #fff;
padding-bottom: 20px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child .wpmm-featured-box-section:last-child {
border-bottom:none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li ul {
border-bottom:1px dotted #fff !important;
padding-bottom: 10px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li:last-child ul {
border-bottom:none !important;
margin-bottom:0px !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > div > ul {
margin-bottom: 28px !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child .wpmm-featured-box-section:last-child {
margin-bottom:10px !important;
}
}
@media screen and (max-width: 767px) {
nav .brand-logo {
top:0px !important;
}
.header_menu .wpmm-sub-menu-wrap .text_box,
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(2n+2),
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(3n+3) {
width: 48% !important;
float: left;
}
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(2n+2) {
margin-right:0px !important;
}
.header_menu .wpmm-sub-menu-wrap .text_box,
.header_menu .wpmm-sub-menu-wrap .text_box:nth-child(3n+3) {
margin-right: 2% !important;
}
.text_box.text_area {
clear: left;
}
.text_box.text_area.captcha {
clear: none;
}
.header_menu .wpmm-sub-menu-wrap input[type="submit"] {
clear:left;
}
.header_menu .wpmm-sub-menu-wrap .submit_button {
width: 100%;
text-align:center;
}
.header_menu .wpmm-sub-menu-wrap input[type="submit"] {
margin: 25px auto;
float: none !important;
}
.Contact-panel {
width:100%;
float:left;
padding:0 50px;
}
.Contact-panel-content h3 {
font-size: 24px;
}
.Contact-panel {
width: 100%;
float: left;
padding: 0 20px;
}
}
@media screen and (max-width: 992px) {
.col.l12.seo_portfolio_content {
width:100%;
}
}
@media screen and (max-width: 900px) {
.seo_portfolio.table {
width: 90%;
}
}
@media screen and (max-width: 650px) {
.seo_portfolio.table {
display: block;
}
.seo_portfolio.table_row:nth-child(2n+3) {
background: none;
}
.seo_portfolio .theader {
display: none;
}
.seo_portfolio .table_row > .table_small > .table_cell:nth-child(odd) {
display: table-cell;
width: 50%;
}
.seo_portfolio .table_cell {
display: table-cell;
width: 50%;
}
.seo_portfolio .table_row {
display: table;
width: 100%;
border-collapse: separate;
padding-bottom: 0px;
margin: 5% auto 0;
text-align: center;
}
.seo_portfolio .table_small {
display: table-row;
}
.seo_portfolio .table_row > .table_small:first-child > .table_cell:last-child {
border-left: none;
}
.seo_portfolio .table_row > .table_small > .table_cell:first-child {
border-left: #ccc 1px solid;
}
.seo_portfolio .table_row > .table_small:first-child > .table_cell:first-child {
border-top-left-radius: 5px;
border-top: #ccc 1px solid;
}
.seo_portfolio .table_row > .table_small:first-child > .table_cell:last-child {
border-top-right-radius: 5px;
border-top: #ccc 1px solid;
}
.seo_portfolio .table_row > .table_small:last-child > .table_cell:first-child {
border-right: none;
}
.seo_portfolio .table_row > .table_small > .table_cell:last-child {
border-right: #ccc 1px solid;
}
.seo_portfolio .table_row > .table_small:last-child > .table_cell:first-child {
border-bottom-left-radius: 5px;
}
.seo_portfolio .table_row > .table_small:last-child > .table_cell:last-child {
border-bottom-right-radius: 5px;
}
.header_menu .wpmm-sub-menu-wrap .text_box_bg {
padding:0;
}
}
@media screen and (max-width: 650px) {
.header_menu .wpmegamenu_post_item,
.header_menu .wpmegamenu_post_item:nth-child(3n+3) {
margin: 0% 2% 2% 0% !important;
width: 48% !important;
}
.header_menu .wpmegamenu_post_item:nth-child(6n+6),
.header_menu .wpmegamenu_post_item:nth-child(2n+2) {
margin-right: 0 !important;
}
}
@media screen and (max-width: 480px) {
.header_menu .wpmegamenu_post_item,
.header_menu .wpmegamenu_post_item:nth-child(3n+3),
.header_menu .wpmegamenu_post_item:nth-child(6n+6),
.header_menu .wpmegamenu_post_item:nth-child(2n+2) {
margin: 0% 0% 25px !important;
width: 100% !important;
text-align:center !important;
}
}
#continually-sidebar[data-cx-open="true"] #continually-close-button {display: flex;}
#continually-sidebar[data-cx-open="false"] #continually-close-button {display: flex;} .slicknav_menu{display: none;} .menu_outer_mobile {display:none;}
.menu_outer .container{background-image:none;}
.button-nav-toggle { overflow: hidden;display: none; cursor: pointer; z-index:999999999;border: 0; color: #fff; outline: 0; float:right; cursor: pointer; background-color:transparent;margin:18px 15px 0 0; padding:0;}
.button-nav-toggle .fa{font-size:28px; line-height:normal}
.nav-main .nav-container {position: relative;}
.menu_outer {z-index:99; float: right;margin-top: 22px;margin-bottom: 10px;}
#menu {zoom:1;	z-index:10000; width:100%; text-align:center; padding:0; margin-bottom:0;}
#menu:before, #menu:after {	content: "";display: table;}
#menu:after {clear: both;}
#menu li {z-index:10000; display:inline-block; padding: 16px 14px; position:relative; }
#menu li:first-child{ padding-left:0;}
#menu li:hover > a {color:#f18833;}
#menu li.current-menu-item > a{color: #f18833;}
#menu li li.current-menu-item > a{color: #000;}
#menu li  li:hover > a {color:#000;}
#menu ul li li {display:block;}
#menu li:hover > ul {opacity: 1;visibility: visible; margin:0; }
#menu ul {background-color: #f18833; margin: 40px 0 0 0;display:block!important;	opacity: 0;	visibility: hidden;	position: absolute;	top: 52px; left: 0;	z-index: 99999;	width:235px; z-index:10000; text-align:left; padding:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;    height: auto!important; }
#menu ul li {display: inline-block;border: 0;_line-height: 0; padding:0;  width:100%; margin:0; background:none;}
#menu ul li:hover{ background-color:transparent}
#menu ul a {padding:10px 14px;display: block;float: none; text-transform: uppercase;font-size:12px;line-height:25px;display:block;	width:100%; border-right:none;color: #fff;border-bottom: 1px solid #f5a86a; }
#menu ul li:last-child a{ border-bottom:none}
#menu ul a:hover {color: #000;}
#menu ul ul {top: 40px;left:234px;	margin: 0;	padding:0; background-color:#fff; -webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s; }
#menu ul ul li a{color: #f18833;border-bottom: 1px solid #e2e2e2;text-transform: capitalize;}
#menu ul li ul li a:hover {background-color: none;}
#menu ul.sub-menu li:hover ul{ display:block!important;top: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;  }
#menu ul li.menu-item-has-children > a {background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu_1.png); background-position: 94% center;}
#menu ul li.menu-item-has-children:hover > a {background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu_2.png);}
#menu a {display: block;text-transform:uppercase;text-decoration: none;padding:0;position:relative;font-size: 13px;font-family: Open Sans;font-weight: normal;line-height: 2.5;color: #ffffff;cursor: pointer;}
nav{background-color: transparent;}
#menu .menu-item-has-children > a{background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu.png);background-position: 99% center;background-repeat:no-repeat;    padding-right: 16px;}
header.sub_menu_open .header_inner {background: transparent!important;}
header.sub_menu_open::after {background: transparent!important;}
#menu > li:last-child{margin:0;background-image:none;padding: 0px;}
#menu > li:last-child a{padding: 15px 0;text-align: center;}
header .nav_bg .btn:hover a {color: #ffffff !important;}
.address_section_inner a{color: #fff;}
.address_section_inner a:hover{text-decoration: underline;}  @media (max-width: 1199px) {
.inspect_opend .menu_outer_mobile .sub-menu {  display: block !important;}
html {-webkit-text-size-adjust: 100%;}
.menu_open{ overflow:hidden}
.nav-main {background: #f18833; position: fixed; z-index:0; overflow-x: hidden;right: 0;left: 0; visibility:hidden; top: 0; bottom: 0; opacity:0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;}
.nav-container{ text-align:center; color:#FFFFFF;}
#menu{ padding:0}
.menu_outer {float: none;padding-top: 0;}
.menu li{list-style:none;}
#menu li{ display:block;  padding:0;border-bottom: 1px solid #f8c49b;}
nav ul li{border-bottom: 1px solid #f7b27a;}
.menu_outer_mobile {display:block; z-index: 9999;}
.nav-main .nav-container ul {padding: 0;margin:0px;text-align: left;}
.nav-main .nav-container ul li li{ border-bottom:none;}
.nav-main .nav-container ul li a {font-family:'Open Sans',sans-serif;text-decoration: none;display: inline-block;color: #fff; font-size:16px;padding:15px 10px;transition:1s; text-transform:uppercase;line-height: normal;}
.nav-main .nav-container ul li.active a {color: #fff;background-color:#4d6d7f;}
.nav-main .nav-container ul li ul {display: none;width: 260px;position: absolute;right: -100%;top: 0;background-color: #fff;}
.nav-main .nav-container ul li ul li a {padding: 5px 10px; 	font-size:16px;}
.nav-main .nav-container ul li.has-sub-nav ul a {background: 0 0;color: #000;}
.nav-main .nav-container ul li.active ul {display: block;}
.open .nav-main {right: 0;visibility: visible; opacity:100; z-index:9;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;}
.nav-main{ width:100%}
.button-nav-toggle {display: inline-block;z-index:999; }
.menu_outer {display:none}
.nav-main .nav-container ul li ul {display: none;width: 100%;position: relative;right: 0;top: 0; background-color:#fff; padding:0!important}
.menu_outer {float: none;padding-top: 0;}
#menu a {font-size:13px; padding:15px 13px;}
#menu ul {top:0;visibility: visible;opacity: 100; position: relative;padding: 10px 15px;-webkit-transition-duration: 0;-moz-transition-duration: 0;transition-duration: 0;}
.has-sub-nav{  background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu.png); background-position:94% 24px; background-repeat:no-repeat;}
.has-sub-nav:hover{background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu.png); background-repeat:no-repeat; background-position:94% 24px;}
.nav-main ul li .has-sub-nav{background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu_3.png); background-repeat:no-repeat; background-position:94% 15px;}
.nav-main ul li .has-sub-nav:hover{background-image: url(//www.macronimous.com/wp-content/themes/mac/assets/images/sub_menu_3.png); background-repeat:no-repeat; background-position:94% 15px;}
.menu.open .button-nav-toggle { margin-right: 20px;  margin-top: 20px; background-image:url(//www.macronimous.com/wp-content/themes/mac/assets/images/close_icon.png); width:30px; height:29px; background-color:transparent; position: relative;  z-index: 999; }
.nav-main ul { padding-top:51px !important;  }
.menu_outer_mobile {position: relative; }
.menu_icon{ display:none}
.close_menu.menu_outer_mobile{ display:none}
.nav-main .nav-container ul li.current-menu-item > a { color:#000}
nav ul li{ float:none}
nav { width: 100%;}
.menu_outer_mobile .btn{ padding:0; display:block;border-radius:0;text-align: left;}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i { line-height: normal;}
.nav-main .nav-container ul li ul li a {  font-size: 14px;}
.button-nav-toggle:focus{ background-color:transparent}
.nav-main .nav-container ul li ul li ul{ background-color:#eeeceb}
.nav-main .nav-container ul li li{    padding: 3px 0;}
}
@media (max-width: 767px) {
.nav-main ul { padding-top: 0 !important;}
.menu.open .button-nav-toggle{margin-right: 0; margin-top: 13px; background-size: 21px; background-repeat: no-repeat;}
.button-nav-toggle{margin: 18px 0 0 0;}
}
.list-data .row{
margin-bottom: 0px;
margin-left: -15px;
margin-right: -15px;
}
.sjb-page .sjb-detail .list-data .job-info-margin{
margin: 0 0 10px 0;
}
.sjb-page .list-data .header-margin-top{margin-top: 0px;}
.sjb-page .sjb-detail .job-features .table td:first-child{padding: 10px 15px;}
.sjb-page .sjb-filters {margin: 20px 0 15px;padding: 14px;}
.sjb-listing {font-family: 'Open Sans',Arial,sans-serif;}
.sjb-page .list-data .job-info h4{}
.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date{font-family: 'Open Sans',sans-serif;}
.sjb-page .btn{text-transform: capitalize;font-size: 14px;padding: 8px 22px;}
.sjb-page .list-data .job-description p {font-size: 15px;line-height: 1.7;font-family: 'Open Sans',Arial,sans-serif;}
.sjb-page .sjb-detail .list-data h3{margin: 0;padding: 0;padding-bottom: 8px;margin-top: 12px;}
.sjb-page .btn:hover {background-color: #666!important;}
.sjb-page .row{margin-bottom: 0px;margin-left: -15px;margin-right: -15px;}
.sjb-page .sjb-filters .form-control#keywords {width: 97%;}
.sjb-page .sjb-filters .form-control{margin-bottom: 20px;padding: 0px 12px;}
.single-jobpost #respond {display: none!important;}
.single-jobpost a.taxonomy.jobpost_category {display: none!important;}
.sjb-page .sjb-detail .jobpost-form .form-control{height: auto;}
.sjb-page .sjb-detail .job-features .table tr td {border: 0!important;}
.sjb-page .sjb-detail .job-features .table {font-size: 15px;border: 0;}
.sjb-page .sjb-detail .job-features .table tr:first-child td {padding-left: 0px!important;}
@media(max-width: 767px){
.sjb-page .sjb-filters .form-control#keywords {width: 100%;}
.sjb-page .sjb-detail .job-features .table td:first-child{width: 100%;}
.sjb-page .sjb-detail .job-features .table tr:last-child td {width: 100%;}
}
#menu ul ul li a{ text-transform: none!important; }@media only screen and (max-width:767px){.jrt table,.jrt tbody,.jrt td,.jrt th,.jrt thead,.jrt tr{display:block;text-align:left}.jrt thead tr{position:absolute;top:-9999px;left:-9999px}.jrt tr{border-bottom:4px solid #f18833}.jrt td{border:none;border-bottom:0px solid #cccccc;position:relative;padding-left:50%;font-weight:400}.jrt td:before{position:absolute;top:8px;left:6px;width:45%;text-align:left!important;padding-right:0;font-weight:700} .jrt td:last-child{border:none;border-bottom:0px solid #cccccc;} .jrt td:nth-child(2n+2){background-color:#f2f2f2;}}@font-face {
font-family: 'FontAwesome';
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//www.macronimous.com/wp-content/themes/mac/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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-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";
}
.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-bottom: 60px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
.bx-viewport { -webkit-transform: translatez(0);
} .bx-wrapper { }
.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.macronimous.com/wp-content/themes/mac/assets/images/bx_loader.gif) center center no-repeat #ffffff;
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-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,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
} .bx-wrapper .bx-prev {
left: 35px;
background: url(//www.macronimous.com/wp-content/themes/mac/assets/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 35px;
background: url(//www.macronimous.com/wp-content/themes/mac/assets/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
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: 999;
}
.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.macronimous.com/wp-content/themes/mac/assets/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,
.bx-wrapper .bx-controls-auto .bx-start:focus {
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.macronimous.com/wp-content/themes/mac/assets/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,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
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;
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;
}.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"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .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 .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}.rpt_2_plans .rpt_plan{width:49%;float:left}.rpt_2_plans .rpt_plan_0{margin-right:2%}.rpt_3_plans .rpt_plan{width:32%;float:left}.rpt_3_plans .rpt_plan_0{margin-right:1.9%}.rpt_3_plans .rpt_plan_2{margin-left:1.9%}.rpt_4_plans .rpt_plan{width:24.5%;float:left}.rpt_4_plans .rpt_plan_0{margin-right:.66%}.rpt_4_plans .rpt_plan_2{margin-left:.66%}.rpt_4_plans .rpt_plan_3{margin-left:.66%}.rpt_5_plans .rpt_plan{width:19.5%;float:left}.rpt_5_plans .rpt_plan_0{margin-right:.62%}.rpt_5_plans .rpt_plan_2{margin-left:.62%}.rpt_5_plans .rpt_plan_3{margin-left:.62%}.rpt_5_plans .rpt_plan_4{margin-left:.62%}.rpt_6_plans .rpt_plan{width:15.83%;float:left}.rpt_6_plans .rpt_plan_0{margin-right:1%}.rpt_6_plans .rpt_plan_2{margin-left:1%}.rpt_6_plans .rpt_plan_3{margin-left:1%}.rpt_6_plans .rpt_plan_4{margin-left:1%}.rpt_6_plans .rpt_plan_5{margin-left:1%}.rpt_style_basic .rpt_plan .rpt_title img{margin-right:10px;position:relative;vertical-align:middle}.rpt_style_basic .rpt_plan .rpt_title{margin-bottom:-3px!important;border-bottom:#111 solid 1px;background:#222;padding:14px 18px;font-size:26px;color:white;line-height:35px;border-top-left-radius:8px;border-top-right-radius:8px}.rpt_style_basic .rpt_sm_title .rpt_plan .rpt_title{font-size:20px}.rpt_style_basic .rpt_xsm_title .rpt_plan .rpt_title{font-size:17px}.rpt_4_plans .rpt_plan .rpt_title{font-size:17px}.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title{font-size:15px}.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title{font-size:13px}.rpt_5_plans .rpt_plan .rpt_title{font-size:15px}.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title{font-size:13px}.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title{font-size:12px}.rpt_style_basic .rpt_plan .rpt_head{border-top:#222 solid 2px;background:rgb(34,34,34);background:linear-gradient(0deg,rgba(34,34,34,1) 0%,rgba(51,51,51,1) 100%)}.rpt_plan .rpt_head .rpt_price .rpt_currency{position:relative;top:3px!important;left:-6px!important;font-size:0.5em!important;vertical-align:super!important}.rpt_style_basic .rpt_plan .rpt_head .rpt_price{padding:6px 10px;font-size:77px;line-height:1em;font-weight:300;text-align:center;color:white}.rpt_style_basic .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:62px}.rpt_style_basic .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:56px}.rpt_style_basic .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price{font-size:38px}.rpt_4_plans .rpt_plan .rpt_head .rpt_price{font-size:69px}.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:53px}.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:47px}.rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price{font-size:31px}.rpt_5_plans .rpt_plan .rpt_head .rpt_price{font-size:59px}.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price{font-size:44px}.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price{font-size:37px}.rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price{font-size:24px}.rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence{font-size:14px;font-weight:300;line-height:18px;padding:20px 40px 0;color:lightgrey;text-align:center}.rpt_style_basic .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence{font-size:12px;padding:20px 40px 0}.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle{font-size:16px;line-height:20px;font-weight:300;text-align:center;padding:10px 30px 20px}.rpt_style_basic .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:14px}.rpt_style_basic .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:12px}.rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle{font-size:16px;line-height:18px;padding:10px 10px 20px}.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:14px;line-height:17px}.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:13px;line-height:16px}.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle{font-size:15px;line-height:18px;padding:10px 10px 20px}.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:13px;line-height:17px}.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle{font-size:12px;line-height:16px}.rpt_style_basic .rpt_plan .rpt_head .rpt_description{font-size:14px;line-height:20px;padding:0 30px 20px;font-weight:300;text-align:center;color:#999}.rpt_style_basic .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:12px}.rpt_4_plans .rpt_plan .rpt_head .rpt_description{font-size:13px;line-height:18px}.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:12px;line-height:17px}.rpt_5_plans .rpt_plan .rpt_head .rpt_description{font-size:12px;line-height:18px}.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description{font-size:11px;line-height:17px}.rpt_style_basic .rpt_plan .rpt_features{padding:10px 20px;background:whitesmoke;text-align:center}.rpt_style_basic .rpt_plan .rpt_features .rpt_feature{font-size:15px;line-height:1.6em;padding:5px 16px;border-bottom:1px dotted lightgrey}.rpt_style_basic .rpt_plan .rpt_features .rpt_feature:last-child{border-bottom:none}.rpt_style_basic .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:14px}.rpt_4_plans .rpt_plan .rpt_features .rpt_feature{padding:4px 10px;font-size:14px}.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:12px}.rpt_5_plans .rpt_plan .rpt_features .rpt_feature{padding:3px 10px;font-size:13px}.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature{font-size:11px}.rpt_style_basic .rpt_plan .rpt_foot{display:block;padding:15px 25px;border-top:whitesmoke solid 2px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-align:center;color:white;font-size:20px;text-decoration:none;font-weight:300}.rpt_style_basic .rpt_plan .rpt_foot:hover{opacity:.9}.rpt_style_basic .rpt_sm_button .rpt_plan .rpt_foot{font-size:18px}.rpt_4_plans .rpt_plan .rpt_foot{padding:4px 20px;font-size:19px}.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot{padding:4px 20px;font-size:17px}.rpt_5_plans .rpt_plan .rpt_foot{padding:4px 20px;font-size:17px}.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot{font-size:16px}.rpt_style_basic .rpt_plan .rpt_custom_btn{border-bottom-left-radius:5px;border-bottom-right-radius:5px;text-align:center;padding:16px 20px}.rpt_recommended_plan{transform:scale(1.05)}.rpt_recommended_plan img.rpt_recommended{position:absolute!important;right:10px!important}.entry-content .rpt_plan a{border-bottom:none}.rpt_style_basic .rpt_plan a{border-bottom:none}.rpt_style_basic .rpt_plan .rpt_icon{max-width:30px;max-height:30px}.rpt_style_basic .rpt_plan img{display:inline;margin:0 10px 0 0;padding:0;border:none}@media only screen and (max-width:640px){.rpt_plans .rpt_plan{width:96%}.rpt_plans .rpt_plan{margin:10px 2% 20px!important}.rpt_style_basic .rpt_plan .rpt_foot{padding:10px 40px;text-align:center;font-size:20px!important}.rpt_style_basic .rpt_plan .rpt_head .rpt_price{font-size:74px!important;line-height:100px!important}.rpt_style_basic .rpt_plan .rpt_title{position:relative;font-size:26px!important;line-height:35px}.rpt_style_basic .rpt_plan .rpt_head .rpt_subtitle{font-size:17px!important;line-height:28px;padding:10px 40px 20px}.rpt_style_basic .rpt_plan .rpt_head .rpt_description{font-size:15px!important;line-height:26px!important;padding:0 40px 20px}.rpt_style_basic .rpt_plan .rpt_features .rpt_feature{padding:5px 16px;font-size:14px!important}}.rpt_plugin_f .rpt_title,.rpt_plugin_f .rpt_head .rpt_recurrence,.rpt_plugin_f .rpt_head .rpt_price,.rpt_plugin_f .rpt_head .rpt_price .rpt_currency,.rpt_plugin_f .rpt_head .rpt_subtitle,.rpt_plugin_f .rpt_head .rpt_description,.rpt_plugin_f .rpt_features .rpt_feature,.rpt_plugin_f .rpt_features .rpt_feature a,.rpt_plugin_f .rpt_foot{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif!important;font-weight:400!important}.clear {
clear: both;
}
.wp-megamenu-main-wrapper ul,
.wp-megamenu-main-wrapper ol,
.wp-megamenu-main-wrapper li {
list-style: none;
}
.wp-megamenu-main-wrapper a,
.wp-megamenu-main-wrapper a:hover {
text-decoration: none;
}
.wpmegamenupro-clearfix:before,
.wpmegamenupro-clearfix:after {
content: "";
display: table;
clear:both;
flex-basis: 0;
order: 1;
} .wp-megamenu-main-wrapper {
font-family: Open Sans;
font-size: 14px;
font-weight: 400;	
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
background: none;
transform: scale(1);
border: none;
}
.wp-megamenu-main-wrapper,
.wp-megamenu-main-wrapper * {
box-sizing:border-box;
-webkit-box-sizing:border-box;
}  .wp-megamenu-main-wrapper .wpmm-mega-menu-label {
position: absolute;
top: -10px;
background: #d500fb;
color: #fff;
font-weight: 500;
text-transform: uppercase;
font-size: 10px;
padding: 2px 6px;
border-radius: 3px;
left: 0;
line-height: 1.6;
}
.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label {
background: #ccc;
color: #000;
}
.wp-megamenu-main-wrapper.wpmega-clean-white .wpmm-mega-menu-label:before {
border-width: 7px 4.5px 0 4.5px;
border-color: #ccc transparent transparent transparent;
}
.wpmega-midnightblue-sky-white.wp-megamenu-main-wrapper .wpmm-sub-menu-wrap li a span.wpmm-mega-menu-label {
color: #000 !important;
}
.wp-megamenu-main-wrapper .wpmm-mega-menu-label:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 4.5px 0 4.5px;
border-color: #d500fb transparent transparent transparent;
bottom: -6px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
} .entry-content a, 
.entry-summary a, 
.taxonomy-description a, 
.logged-in-as a, 
.comment-content a, 
.pingback .comment-body > a,
.textwidget a, 
.entry-footer a:hover, 
.site-info a:hover {
box-shadow: none;
} .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
display: inline-block;
text-align: center;
border-top: none;
line-height: 1.5;
height: auto;
float: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
padding: 20px 25px 20px 20px;
position: relative;
display: block;
font-size: 13px;
line-height: 1.6;
overflow: visible;
font-family: Open Sans;
text-transform: capitalize;
text-align: left;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
content: '\f107';
position: absolute;
right: 11px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-family: FontAwesome;
font-size: 14px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon {
width: auto;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon:before {
padding-right: 5px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
font-weight: 400;
color: #000;
text-align: left;
text-transform: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizonta ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a {
color: #000;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-black-white ul.wpmm-mega-wrapper > li.current-menu-item a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmega-black-white ul.wpmm-mega-wrapper > li.current-menu-item a {
color: #fff;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
display: block;
}  .wp-megamenu-main-wrapper ul {
box-shadow: none;
margin: 0;
opacity: 1;
padding: 0;
}
.wp-megamenu-main-wrapper ul:after {
display: none;
}
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul {
margin: 0;
box-shadow: none;
-webkit-box-shadow: none;
}
.wp-megamenu-main-wrapper.wpmm-onhover ul li:hover > ul.wp-mega-sub-menu {
visibility: visible;
opacity: 1;
white-space: normal;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
max-height: 10000px;
z-index: 999;
transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
padding: 15px 8px 5px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
overflow:hidden;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul li > ul.wp-mega-sub-menu {
visibility: visible;
opacity: 1;
white-space: normal;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
border-bottom: medium none !important;
display: block !important;
left: 0;
margin-left: 0 !important;
position: static; white-space: normal;
padding: 0;
width: 100%;
}
.wp-megamenu-main-wrapper ul li .wp1s-widget-wrap ul {
position: relative;
}
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu:before {
display: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li {
border: none;
background: none;
box-shadow:none;
margin: 0px;
list-style: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li{
margin-bottom: 9px;
}
.wpmm-sub-menu-wrap .wpcf7-form-control-wrap textarea{
height: 100px;
}  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
position: relative;
text-align: left;
background: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
position: static;
padding: 0;	
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
background: #fff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
position: absolute; left: 0;
width: 100%;
font-size: 14px;
line-height: 22px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 0 8px;
max-height: 0;
z-index: 999999;    
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
background: #fff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
position: absolute;
top: 100%;
left: 0;
width: 100%;
font-size: 14px;
line-height: 22px;
transition: all 0.2s;
-webkit-transition: all 0.2s;
-ms-transition: all 0.2s;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 15px 8px 5px;
max-height: 0;
z-index: 999999;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper > li:hover .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
max-height: 10000px;
z-index: 999;
transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
padding: 15px 8px 5px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
left: 50%;
right: 0;
padding: 15px 8px 5px;	
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
max-height: 10000px;
z-index: 999;
transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
left: 0%;
padding: 15px 8px 5px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmm-search-type:hover .wpmm-sub-menu-wrap {
left: auto;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmm-search-type .wpmm-sub-menu-wrap.wpmm-open-fade {
opacity: 1;
visibility: visible;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {
width: 100%;
overflow: hidden;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
width: 80%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap {
left: 0;
width: 80%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-right-edge .wpmm-sub-menu-wrap {
right: 0;
width: 80%;
left: auto;
}  .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical{
background-color: #3d3d3d;
background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
background: -webkit-linear-gradient(top,#3d3d3d,#212121);
background: -moz-linear-gradient(top,#3d3d3d,#212121);
background: -ms-linear-gradient(top,#3d3d3d,#212121);
background: -o-linear-gradient(top,#3d3d3d,#212121);
-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
-moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #595959;
top: 0;
right: 0; 
}  .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical{
background: #dace2e;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #fff;
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label {
position: absolute;
top: -10px;
background: red;
color: #fff;
font-weight: 500;
text-transform: uppercase;
font-size: 10px;
padding: 2px 6px;
border-radius: 3px;
left: 0;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .wpmm-mega-menu-label:before {
border-color: red transparent transparent transparent;
}  .wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical{
background: #CFA66F;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #d6d6d6;
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
background: #000;
color: #fff;
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-vertical .wpmm-mega-menu-label {
background: black;
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
border-color: #000 transparent transparent transparent;
}  .wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-vertical{
background: #a32638; background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%); background: -webkit-linear-gradient(top, #a32638 0%,#f93831 100%); background: linear-gradient(to bottom, #a32638 0%,#f93831 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 ); -webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.5);
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label {
background: #000;
color: #fff;
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
border-color: #000 transparent transparent transparent;
}  .wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical {
background: #0AA2EE;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.5);
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
background: #f1ee1a;
color: #000;
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
border-color: #f1ee1a transparent transparent transparent;
}  .wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-vertical{
background: #9768a8;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.5);
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
background: #f1ee1a;
color: #000;
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
border-color: #f1ee1a transparent transparent transparent;
}  .wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical {
background: #5EC073;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.5);
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before,
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.5);
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label {
background: #f1ee1a;
color: #000;
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white.wpmm-orientation-horizontal .wpmm-mega-menu-label:before {
border-color: #f1ee1a transparent transparent transparent;
} .wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-vertical {
background: #fff;
border: 1px solid #ccc;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal {
border: 1px solid #ccc;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #ccc;
top: 0;
right: 0; 
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
top: 102%;
}
.wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right a:before {
display: none;
}  .wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical {
background: #000;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
}
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wpmega-black-silver .wpmm-mega-wrapper > li:hover, 
.wpmega-black-silver .wpmm-mega-wrapper > li.current-menu-item {
background: #d9d9d9;
}
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, 
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
color: #000;
}
.wp-megamenu-main-wrapper.wpmega-black-silver.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: #d9d9d9;
top: 0;
right: 0;
}  .wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-vertical {
background: #003153;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,1);
}
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover, 
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li.current-menu-item {
background: rgba(217, 217, 217, 0.5);
}
.wpmega-prussian-blue-white .wpmm-mega-wrapper > li:hover {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, 
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
color: #fff;
}
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.6);
top: 0;
right: 0;
}  .wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical {
background: #30BA8F;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
}
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wpmega-mountain-meadow-white .wpmm-mega-wrapper > li:hover, 
.wpmega-mountain-meadow-white .wpmm-mega-wrapper > li.current-menu-item {
background: #009365;
}
.mountain-meadow-white .wpmm-mega-wrapper > li:hover {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.6);
top: 0;
right: 0;
}  .wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-vertical{
background: #0056c7;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
}
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wpmega-white-blue .wpmm-mega-wrapper > li:hover, 
.wpmega-white-blue .wpmm-mega-wrapper > li.current-menu-item {
background: #003b88;
}
.wpmega-white-blue .wpmm-mega-wrapper > li:hover {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-white-blue.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.6);
top: 0;
right: 0;
} .wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical {
background: #fff;
}
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #000;
font-weight: 400;
}
.wpmega-transparent-black .wpmm-mega-wrapper > li:hover, 
.wpmega-transparent-black .wpmm-mega-wrapper > li.current-menu-item {
background: rgba(0,0,0,0.9);
} 
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #666;
font-weight: 400;
}
.wpmega-transparent-black .wpmm-mega-wrapper > li:hover {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a, 
.wp-megamenu-main-wrapper.wpmega-transparent-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item > a {
color: #FFF;
} .wpmega-transparent-hover-black .wpmm-mega-wrapper > li:hover,
.wpmega-transparent-hover-black .wpmm-mega-wrapper > li.current-menu-item {
background: #000;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #000;
font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover > a,
.wp-megamenu-main-wrapper.wpmega-transparent-hover-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li:hover > a {
color: #fff;
} .wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal,
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-vertical {
background: #570;
-webkit-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
-moz-box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
box-shadow: inset 1px 0px 0 0 rgba(255,255,255,0.6);
}
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
color: #fff;
font-weight: 400;
}
.wpmega-simple-green .wpmm-mega-wrapper > li:hover,
.wpmega-simple-green .wpmm-mega-wrapper > li.current-menu-item {
background: #395000;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-simple-green.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
content: '';
position: absolute;
height: 100%;
width: 1px;
background: rgba(255,255,255,0.6);
top: 0;
right: 0;
} .wpmega-black-white .wpmm-mega-wrapper > li:hover,
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item {
background: #212121;
background: -moz-linear-gradient(top,  #212121 0%, #3d3d3d 100%);
background: -webkit-linear-gradient(top,  #212121 0%,#3d3d3d 100%);
background: linear-gradient(to bottom,  #212121 0%,#3d3d3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#3d3d3d',GradientType=0 );
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-gold-yellow-black .wpmm-mega-wrapper > li:hover,
.wpmega-gold-yellow-black .wpmm-mega-wrapper > li.current-menu-item {
background: #C2B727;	
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li:hover,
.wpmega-hunter-shades-white .wpmm-mega-wrapper > li.current-menu-item {
background: #b5905e;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-maroon-reddish-black .wpmm-mega-wrapper > li:hover,
.wpmega-maroon-reddish-black .wpmm-mega-wrapper > li.current-menu-item {
background: #f93831;
background: -moz-linear-gradient(top,  #f93831 0%, #a32638 100%);
background: -webkit-linear-gradient(top,  #f93831 0%,#a32638 100%);
background: linear-gradient(to bottom,  #f93831 0%,#a32638 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638',GradientType=0 );
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li:hover,
.wpmega-light-blue-sky-white .wpmm-mega-wrapper > li.current-menu-item {
background: #068FD4;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-warm-purple-white .wpmm-mega-wrapper > li:hover,
.wpmega-warm-purple-white .wpmm-mega-wrapper > li.current-menu-item {
background: #7E578C;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-sea-green-white .wpmm-mega-wrapper > li:hover,
.wpmega-sea-green-white .wpmm-mega-wrapper > li.current-menu-item {
background: #47a35b;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmega-clean-white .wpmm-mega-wrapper > li:hover,
.wpmega-clean-white .wpmm-mega-wrapper > li.current-menu-item { } ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #000;
width: 210px;
list-style: none;	
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
background: rgba(204,204,204,0.4);
}
.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #5EC073;
}
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #dace2e;
}
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #C2B727;
}
.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #CFA66F;
}
.wpmega-hunter-shades-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #b5905e;
}
.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #a32638; background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%); background: -webkit-linear-gradient(top, #a32638 0%,#f93831 100%); background: linear-gradient(to bottom, #a32638 0%,#f93831 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 ); }
.wpmega-maroon-reddish-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #f93831;
background: -moz-linear-gradient(top,  #f93831 0%, #a32638 100%);
background: -webkit-linear-gradient(top,  #f93831 0%,#a32638 100%);
background: linear-gradient(to bottom,  #f93831 0%,#a32638 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93831', endColorstr='#a32638',GradientType=0 );
}
.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #0AA2EE;
}
.wpmega-light-blue-sky-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #068FD4;
}
.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #9768a8;
}
.wpmega-warm-purple-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #7E578C;
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
border: 1px solid #ccc;
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: none;	
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
color: #000;
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #e2e4e5;
}
.wpmega-prussian-blue-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #003153;
}
.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #30BA8F;
}
.wpmega-black-silver ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: rgba(204,204,204,0.4);
}
.wpmega-mountain-meadow-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #009365;
}
.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #0056c7;	
}
.wpmega-white-blue ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #003b88;
}
.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #570;	
}
.wpmega-simple-green ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #395000;
} .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout {
position: relative;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
opacity: 0;
visibility: hidden;
position: absolute;
z-index: -1;
top: 100%;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
max-height: 0;
}
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover div {
z-index: 99999;
max-height: 1000px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div {
right: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div {
left: 0;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
opacity: 0;
visibility: hidden;
top: 100%;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div {
opacity: 1;
visibility: visible;
white-space: normal;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div,
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div ul li.active-show > div {
opacity: 1;
visibility: visible;
z-index: 999; }
.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div ul li:hover > div {
top: 0;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade {
opacity: 1;
visibility: visible;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div {
right: 100%;		
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
left: 100%;		
}
.wpmm-mega-wrapper.wpmm-onhover ul li.wpmega-menu-flyout:hover ul.wp-mega-sub-menu {
opacity: 1;
visibility: visible;
top: 0;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul li.wpmega-menu-flyout ul li div.wpmm-open-fade {
opacity: 1;
visibility: visible;
white-space: normal;
top: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul:after {
display: none;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li {
text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li a.wp-mega-menu-link {
padding-left: 20px;
} ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link {
padding-left: 10px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-right.menu-item-has-children a:after,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after {
left: auto;
right: 10px;
position: absolute;
transform: rotate(180deg) !important;
-webkit-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li.wpmm-submenu-align-right a.wp-mega-menu-link:after {
left: auto !important;
right: 10px !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div {
left: 100%;
right: auto;
}  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
padding: 8px 23px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
left: 10px;
right: auto;
position: absolute;
transform: rotate(180deg) !important;
-webkit-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
top: 12px;
line-height: 1;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div {
left: auto;
right: 100%;
} ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li {
padding: 0; position: relative;
z-index: 999;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li ul {
top: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
color:#fff;
display: block; padding: 10px;
font-size: 12px;
text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover {
text-decoration: none;
}
.wpmega-sea-green-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
background: #47a35b;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li i.wpmm-mega-menu-icon.fa {
float: left;
margin-top: 2px;
margin-right: 5px;
} ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left li.menu-item-has-children > a:after,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.menu-item-has-children > a.wp-mega-menu-link:after {
content: '\f104';
position: absolute;
font-family: FontAwesome;
font-size: 14px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
left: 10px;
right: auto;
line-height: 1.3;
}   .wpmm-sub-menu-wrap ul li > a {
padding: 0;
position: relative;
width: auto;
}
.wpmm-sub-menu-wrap ul li ul li {
width: 100%;
margin: 3px 0 7px;
padding: 0;
}
.wpmm-sub-menu-wrap li ul li a {
width: auto;
overflow: visible;
}
.wp-mega-sub-menu .widget_recent_comments li a,
.wp-mega-sub-menu .widget_recent_entries li a {
width: auto;
display: inline-block !important;	
}
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wp-mega-menu-header > a span.wpmm-mega-menu-href-title {
font-weight: 700;
}
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label {
left: auto;
right: 0;
transform: rotate(0deg);
-wekit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 9px;
color: #fff;
}
.wpmega-clean-white .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label {
color: #000;
}
.wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wp-mega-menu-header a span.wpmm-mega-menu-label:before {
display: none;
}
.main-navigation .wpmm-sub-menu-wrap .menu-item-has-children > a:after {
display: none;
}
.wpmm-sub-menu-wrap ul > li {
display: inline-block;
vertical-align: top !important;
margin: 0 -2px 15px;
}
.wpmm-sub-menu-wrap ul li ul li {
margin-left: 0;
margin-right: 0;	
}
.wpmm-sub-menu-wrap ul li ul li a {
color: #595858;
}
.wpmm_megamenu ul.wp-mega-sub-menu li a {
font-family: Open Sans;
text-align: left;
color: #000;
text-transform: none;
display: block;
} .wpmm-sub-menu-wrap li {
display: inline-block;
vertical-align: top;
margin: 0 -2px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-1total {
width: 100%;
padding: 0 10px;
} .wpmm-sub-menu-wrap li.wpmega-1columns-2total {
width: 48.4%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-3total { width: 31.7%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-4total {
width: 24%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-5total {
width: 19.6%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-6total {
width: 16.3%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-7total {
width: 14.28%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-8total {
width: 12.5%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-2total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-3total {
width: 66.66%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-3total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-4total {
width: 49%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-4total {
width: 75%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-4columns-4total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-5total {
width: 39%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-5total {
width: 60%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-4columns-5total {
width: 80%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-5columns-5total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-6total {
width: 32.33%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-6total {
padding: 0 10px;
width: 49.8%;
}
.wpmm-sub-menu-wrap li.wpmega-4columns-6total {
width: 66.65%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-5columns-6total {
width: 83.3%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-6columns-6total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-7total { width: 27.2%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-7total {
width: 42.84%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-4columns-7total {
width: 57.25%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-5columns-7total {
width: 71.4%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-5columns-7total {
width: 71.4%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-6columns-7total {
width: 85.68%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-7columns-7total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-2columns-8total {
width: 24%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-3columns-8total {
width: 36.5%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-4columns-8total {
width: 49%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-5columns-8total {
width: 61.5%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-6columns-8total {
width: 74%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-7columns-8total {
width: 86.5%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li.wpmega-8columns-8total {
width: 100%;
padding: 0 10px;
} .wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-1columns-2total {
width: 45.4%;
}
.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-1columns-3total {
width: 30.7%;
}
.wpmm-sub-menu-wrap .wpmm-start-group-section li.wpmega-2columns-3total {
width: 64.66%;
} .wpmm-mega-8columns {
width: 100%;
}
.wpmm-mega-7columns {
width: 87.5%;
}
.wpmm-mega-6columns {
width: 75%;
}
.wpmm-mega-5columns {
width: 62.5%;
}
.wpmm-mega-4columns {
width: 50%;
}
.wpmm-mega-3columns {
width: 37.5%;
}
.wpmm-mega-2columns {
width: 25%;
}
.wpmm-mega-1columns {
width: 12.5%;
} .wpmm_megamenu .wpmm-sub-menu-wrap ul li {
font-size: 13px;
font-family: Open Sans;
display: inline-block;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title,
.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link span.wpmm-mega-menu-href-title {
font-size: 14px;
display: inline-block;
margin-bottom: 10px;
text-transform: uppercase;
line-height: 1.5;
font-weight: 600;
margin-top: 0;
font-family: Open Sans;
color: #333;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title {
display: block;
}
.wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link {
margin-bottom: 7px;
display: block;
background: none;
}
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i {
padding-right: 5px;
display: inline-block;
}
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons,
.wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon {
font-size: 16px;
line-height: 1.3;
}
.wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.dashicons,
.wpmm-orientation-vertical .wpmm-sub-menu-wrap ul li a.wp-mega-menu-link i.genericon {
font-size: 16px;
line-height: 1.5;
}
.wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title {
position: relative;
padding-bottom: 10px;
}
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-sea-green-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #5EC073;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #000;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-gold-yellow-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #dace2e;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-hunter-shades-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #CFA66F;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-maroon-reddish-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #a32638;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-light-blue-sky-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #0AA2EE;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-warm-purple-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #9768a8;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-clean-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-clean-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #000;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-black-silver .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-black-silver .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #000;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-transparent-hover-black .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #000;
height: 2px;
width: 30px;
bottom: 0;
} 
.wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-prussian-blue-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #003153;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-white-blue .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-white-blue .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #0056c7;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-simple-green .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-simple-green .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #570;
height: 2px;
width: 30px;
bottom: 0;
}
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
content: '';
position: absolute;
background: #30BA8F;
height: 2px;
width: 30px;
bottom: 0;
}  .wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover, 
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:focus {
color: #000;
text-decoration: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a {
color: #404040;
}
.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li,
.wp-mega-sub-menu .widget_nav_menu li,
.wp-mega-sub-menu .widget_pages li,
.wp-mega-sub-menu .widget_categories li,
.wp-mega-sub-menu .widget_archive li,
.wp-mega-sub-menu .widget_meta li,
.wp-mega-sub-menu .widget_product_categories ul.product-categories li a,
.wp-mega-sub-menu .widget_recent_comments li,
.wp-mega-sub-menu .widget_recent_entries li {
padding-left: 10px;
position: relative;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:hover,
.wp-mega-sub-menu .widget_nav_menu li:hover,
.wp-mega-sub-menu .widget_pages li:hover,
.wp-mega-sub-menu .widget_categories li:hover a,
.wp-mega-sub-menu .widget_archive li:hover,
.wp-mega-sub-menu .widget_meta li:hover a,
.wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover,
.wp-mega-sub-menu .widget_product_categories ul.product-categories li a:hover,
.wp-mega-sub-menu .widget_recent_comments li:hover,
.wp-mega-sub-menu .widget_recent_entries li:hover {
margin-left: 5px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
li.wpmega-menu-flyout .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover {
margin-left: 0;
}
.wpmm-orientation-horizontal .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_pages li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_meta li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_categories li:before, 
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_archive li:before {
content:'\f105';
font-family: FontAwesome;
font-size: 14px;
color: #000;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-58%);
-ms-transform: translateY(-58%);
-webkit-transform: translateY(-58%);
}
.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_entries li:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before,
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before, 
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_archive li:before {
content:'\f105';
font-family: FontAwesome;
font-size: 14px;
color: #000;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-62%);
-ms-transform: translateY(-62%);
-webkit-transform: translateY(-62%);
}
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_nav_menu li:before {
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_categories li:before {
transform: translateY(-55%);
-ms-transform: translateY(-55%);
-webkit-transform: translateY(-55%);
right: auto !important;
}
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_comments li:before,
.wpmm-orientation-horizontal .wp-mega-sub-menu .widget_recent_entries li:before {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title {
width: auto;
display: inline-block;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title {
display:  inline-block;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-mega-sub-menu .widget_product_categories ul.product-categories li:last-child a:before {
display: block;
} .wp-mega-sub-menu .widget_categories ul li,
.wp-mega-sub-menu .widget_archive ul li,
.wp-mega-sub-menu .widget_product_categories ul li {
text-align: right;
}
.wp-mega-sub-menu .widget_categories ul li a,
.wp-mega-sub-menu .widget_archive ul li a,
.wp-mega-sub-menu .widget_product_categories ul li a {
float: left;
line-height: 1.2;
font-size: 13px;
}
.wp-mega-sub-menu .widget_product_categories ul li ul {
padding-left: 10px;
}
.wp-mega-sub-menu .widget_product_categories ul li ul li:last-child {
margin-bottom: 0;
} .wp-mega-sub-menu .widget_recent_entries a,
.wp-mega-sub-menu .widget_recent_entries span {
display: inline-block;
margin: 0 9px;
vertical-align: middle;
}
.wp-mega-sub-menu .widget_recent_entries a {
margin-right: -6px;
} .wp-mega-sub-menu .widget_calendar .calendar_wrap  th,
.wp-mega-sub-menu .widget_calendar .calendar_wrap  td {
text-align: center;
}
.wp-mega-sub-menu .widget_calendar .calendar_wrap caption {
font-weight: 400;
margin-bottom: 5px;
text-align: center;
padding-bottom: 0;
}
.wp-mega-sub-menu .widget_calendar .calendar_wrap a {
display: inline;
} .wp-mega-sub-menu .widget_search input.search-field,
.wp-mega-sub-menu .widget_product_search input.search-field {
background-image: none;
background: #fff;
border-radius: 0; 
-webkit-border-radius: 0;
-ms-border-radius: 0;
font-size: 13px;
font-weight: normal;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px); 
padding: 7px; 
}
.wpmm-mega-wrapper .wpmega-searchinline input.search-field {
width: 100%;
}
.wp-mega-sub-menu .widget_product_search input.search-field,
.wp-mega-sub-menu .widget_product_search input[type="submit"] {
float: left;
}
.wp-mega-sub-menu .widget_product_search input.search-field {
width: 50%;
}
.wp-mega-sub-menu .widget_product_search input[type="submit"] {
font-size: 10px;
border-radius: 0;
font-weight: normal;
padding: 5px 10px;
min-width: auto;
text-align: center;
height: 35px;
background: #dc5958;
line-height: 1.5;
border: 1px solid #dc5958;
color: #fff;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-mega-sub-menu .widget_product_search input[type="submit"]:hover {
background: none;
color: #dc5958;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-mega-sub-menu .widget_search .search-submit:before {
content: "\f400";
font-size: 19px;
left: 0;
line-height: 33px;
position: relative;
width: 40px;
} .wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title .rsswidget {
display: inline-block;
width: auto;
padding: 0;
vertical-align: middle;
}
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title {
font-size: 14px;
text-transform: capitalize;
}
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget {
font-weight: 700 !important;
}
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title a.rsswidget:hover {
text-decoration: none;
}
.wp-mega-sub-menu .widget_rss h4.wpmm-mega-block-title > .rsswidget {
margin-right: 5px;
}
.wp-mega-sub-menu .widget_rss ul li a.rsswidget,
.wp-mega-sub-menu .widget_rss ul li span {
display: inline-block;
vertical-align: middle;
}
.wp-mega-sub-menu .widget_rss ul li a.rsswidget {
padding: 0;
text-decoration: underline;
font-weight: 700 !important;
margin-right: 5px;
font-family: Open Sans;
}
.wp-mega-sub-menu .widget_rss ul li span {
margin-bottom: 0;
font-weight: 400;
font-family: inherit;
}
.wp-mega-sub-menu .widget_rss ul li .rssSummary {
margin-top: 8px;
} .wpmm_megamenu .tagcloud a {
width: auto ;
padding: 7px 7px; 
font-size: 11px !important;
border: 1px solid #d1d1d1;
text-transform: capitalize;
font-family: Open Sans;
font-size: 11px;
margin-bottom: 5px;
display: inline-block !important; 
line-height: 1.2;
}
.wpmm_megamenu .tagcloud a:hover {
text-decoration: none !important;
border-color: #000;
}
.wpmm_megamenu .widget_pages ul li a, 
.wpmm_megamenu .widget_meta ul li a, 
.wpmm_megamenu .widget_nav_menu ul li a {
font-size: 13px;
line-height: 1.2;
left: 9px;
} ul.wp-mega-sub-menu li .latest-posts .media {
margin-top: 0;
margin-bottom: 20px;
}
ul.wp-mega-sub-menu li .latest-posts .media .pull-left {
float: left !important;
padding-right: 10px;
width: 15%;
display: inline-block;
vertical-align: top;
}
ul.wp-mega-sub-menu li .latest-posts .media .pull-left a {
width: 100% !important;
display: block;
float: none;
}
ul.wp-mega-sub-menu li .latest-posts .media .pull-left a {
padding: 0;
}
ul.wp-mega-sub-menu li .latest-posts .media .media-body {
width: 85%;
display: inline-block;
vertical-align: top;
float: none;
}
ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 {
font-size: 13px;
margin-bottom: 0;
font-weight: 600;
color: #000;
}
ul.wp-mega-sub-menu li .latest-posts .media .media-body h3 a {
width: 100% !important;
display: block;
padding: 0;
} ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon {
width: 32px;
overflow: hidden;
}
ul.wp-mega-sub-menu li .aps-social-icon-wrapper .aps-group-horizontal div.aps-each-icon a {
padding: 0;
display: block;	
} ul.wp-mega-sub-menu li .rpwwt-widget ul li {
margin-top: 0;
margin-bottom: 5px !important;
}
ul.wp-mega-sub-menu li .rpwwt-widget a {
font-weight: 700;
color: #000;
font-size: 13px;
display: inline;
}
ul.wp-mega-sub-menu li .rpwwt-widget a span {
display: block;
}
ul.wp-mega-sub-menu li .rpwwt-widget ul li a img {
width: 20% !important;
height: 95px;
}
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-excerpt,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-comments-number {
font-size: 12px;
line-height: 1.5;
}
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-author,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-categories,
ul.wp-mega-sub-menu li .rpwwt-widget .rpwwt-post-date {
display: inline-block;
margin: 0 5px 0 0;
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts .wpmm-top-sub-image {
margin-bottom: 10px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-sub-menu-posts span.wpmm-mega-menu-href-title a {
font-size: 16px;
display: inline-block;
margin-bottom: 5px;
text-transform: capitalize;
line-height: 1.5;
width: 100%;
padding: 0;
font-weight: 700;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li {
position: relative;
padding-left: 10px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before {
display: none;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings ul.wp-mega-sub-menu li:before {
content: '\f0da';
position: absolute;
font-family: FontAwesome;
font-size:15px;
top: -4px;
color: #000;
left: 0;
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage a.wp-mega-menu-link {
display: block;
padding: 0;
width: auto;
position: relative;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
float: left;
padding-right: 10px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
display:block;
font-size: 14px;
color: #000;
font-weight: 600;
margin-bottom: 5px;	
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
margin-bottom: 0;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date {
display: inline-block;
padding-left: 13px;
margin: 0 10px 0 0;
position: relative;
font-size: 11px;
line-height: 1;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before {
font-family: FontAwesome;
position: absolute;
left: 0;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-author-name:before {
content: '\f007';
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.megapost-date:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.megapost-date:before {
content: '\f017';
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a {
margin-bottom: 0;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover {
color: #dc5958;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink {
display: inline-block;
margin-bottom: 10px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link {
display: block;
padding: 5px 10px !important;
background: #dc5958;
border: 1px solid #dc5958;
color: #fff;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
width: auto;
text-transform: capitalize;
}
.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link {
background: #5EC073;
border-color: #5EC073; 
}
.wpmega-sea-green-white ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a.wp-mega-menu-link:hover {
color: #5EC073;
background: none;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings span.wpmmreadmorelink a:hover {
background: none;
color: #dc5958;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings p.wpmm-posts-desc {
margin-bottom: 10px;
margin-top: 3px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-featured-image {
display: block;
margin-bottom: 10px;
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a.wp-mega-menu-link {
display: block;
padding: 0;
width: auto;
position: relative;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage a .wpmm-featured-image {
float: right;
padding-left: 10px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title {
display:block;
font-size: 15px;
color: #000;
font-weight: 600;
margin-bottom: 5px;	
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date {
display: inline-block;
padding-left: 15px;
margin: 0 10px 0 0;
position: relative;
line-height: 1;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before {
font-family: FontAwesome;
position: absolute;
left: 0;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-author-name:before {
content: '\f007';
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.megapost-date:before {
content: '\f017';
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a {
margin-bottom: 0;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-mega-menu-href-title a:hover {
color: #dc5958;
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top span {
display: inline-block;
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-onlyimage .wpmm-sub-menu-wrapper {
display: none;
}  ul.wp-mega-sub-menu li .instagram-header {
padding-top: 0;
}
ul.wp-mega-sub-menu li ul.instagram-widget li {
width: 31.33%;
float: none;
} ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper,
ul.wp-mega-sub-menu li .wp1s-widget-wrap .wp1s-slider-wrapper {
width: 100%;
} ul.wp-mega-sub-menu li .textwidget div.wpcf7 {
overflow: hidden;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p {
margin-bottom: 10px;
width: 100%;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p:last-child {
margin-bottom: 0;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap {
margin-top: 5px;
display: block;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="text"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="email"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="url"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="password"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="search"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="tel"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="number"], 
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea {
border-radius: 0;
background: none;
font-size: 12px;
color: #686868;
padding: 10px;
width: 100%;
float: none;
display: block;
border: 1px solid #b1a5a5;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p textarea {
max-height: 80px;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] {
border-radius: 0;
font-size: 12px;
text-align: center;
max-width: 160px;
background: #e03a23;
color: #fff;
padding: 10px 20px;
border: 1px solid #e03a23;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
box-shadow: none;
font-weight: 400;
text-transform: uppercase;
text-shadow: none;
} 
.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"] {
background: #5EC073;
border-color: #5EC073;
color: #fff;
}
.wpmega-sea-green-white ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
background: #47a35b;
color: #fff;
}
ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form p input[type="submit"]:hover {
background: none;
color: #e03a23;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
} ul.wp-mega-sub-menu li .textwidget div.wpcf7 form.wpcf7-form h4 {
text-transform: uppercase;
margin: 0;
letter-spacing: 0;
font-family: Open Sans;
} ul.wp-mega-sub-menu li .wpmegamenu-contact-info {
margin-top: 10px;
}
ul.wp-mega-sub-menu li .textwidget iframe {
margin-top: 14px;
}
.wpmegamenu-contact-info p {
margin-bottom: 15px !important;
margin-top: 0 !important;
font-size: 12px !important;
}
.wpmegamenu-contact-info p .fa {
display: inline-block;
margin-right: 10px;
width: 15px;
text-align: center;
}
ul.wp-mega-sub-menu li .wpmegamenu-contact-info .wpmm-social-shortcodes h4 {
font-size: 16px;
display: inline-block;
margin-bottom: 10px;
text-transform: capitalize;
line-height: 1.5;
font-family: Open Sans;
} .main-navigation li:hover > a, 
.main-navigation li.focus > a {
color: inherit;
} .woocommerce .wpmm-mega-wrapper ul.cart_list li img, 
.woocommerce .wpmm-mega-wrapper ul.product_list_widget li img {
float: left;
width: 25%;
margin-right: 10px;
margin-left: 0
}
.woocommerce .wpmm-mega-wrapper .star-rating span:before {
color: #dc5958;
} ul.wp-mega-sub-menu li.widget_shopping_cart ul li {
padding-left: 0 !important;
} ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover {
text-decoration: none;
} 
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a:hover {
text-decoration: none;
}
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title {
padding-left: 0;
}
ul.wpmm-mega-wrapper li.wpmega-show-menu-icon ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before {
display:none;
} .wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-html-content.wpmm-ctop p img,
.wpmm-mega-wrapper .wpmm-sub-menu-wrap .wpmm-bottomimage p img {
margin: 10px 0;
} ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a {
width: auto;
padding: 0;
}
ul.wp-mega-sub-menu .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:after {
display: none;
} ul.wpmm-mega-wrapper li.wpmm-menu-align-right {
float: right !important;
}
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap {
width: 293px;
left: auto;
right: 0;
padding: 5px;
background: rgba(0,0,0,0.5);
border-radius: 3px;
top: 100%;
opacity: 0;
visibility: hidden;
}
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap {
top: 100%;
}
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="search"].search-field {
background: #fff;
font-family: Open San;
border-radius: 3px 0 0 3px;
font-size: 15px;
padding: 11px;
line-height: 1;
}
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit {
background: #17BC9A;
min-width: auto;
}
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search input[type="submit"].search-submit {
font-size: 10px;
text-transform: uppercase;
position: relative;
display: inline-block;
vertical-align: top;
width: 63px;
padding: 10px 0;
text-align: center;
font-size: 12px;
line-height: 1.5;
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-ms-border-radius: 0 3px 3px 0;
}
ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type .wpmm-sub-menu-wrap .megamenu-type-search .search-submit:hover {
background: rgba(23, 188, 154, 0.6);
} ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-image {
position: relative;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-featured-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-custom-postimage span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage span.wpmm-custom-label,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-custom-postimage span.wpmm-custom-label {
position: absolute;
background: #d500fb;
font-weight: 500;
font-size: 9px;
color: #fff;
padding: 3px 6px;
border-radius: 3px;
top: 5px;
left: 5px;
text-transform: uppercase;
z-index: 999999;
line-height: 1.5;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-featured-image span.wpmm-custom-label {
left: auto;
right: 5px;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-top .wpmm-post-category, 
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-post-category,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-right .wpmm-post-category {
background: #000 none repeat scroll 0 0;
border-radius: 0;
bottom: 5px;
color: #fff;
display: inline-block;
font-family: Open Sans;
font-size: 10px;
left: 5px;
line-height: 1;
margin-bottom: 0;
padding: 5px;
position: absolute;
text-transform: uppercase;
} .widget_calendar td a {
width: 100%;
}
.main-navigation ul.wpmm-mega-wrapper ul a {
width: 100%;
} ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-topimage {
margin-bottom: 15px;
max-height: 200px;
overflow: hidden;
text-align: center;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap .wpmm-bottomimage {
margin-top: 15px;
margin-bottom: 5px;
max-height: 200px;
overflow: hidden;
text-align: center;
} ul.wp-mega-sub-menu li ul.product_list_widget li ins {
background: none;
}
ul.wp-mega-sub-menu li ul.product_list_widget li del,
ul.wp-mega-sub-menu li ul.product_list_widget li del span {
color: #939393;
}
ul.wp-mega-sub-menu li ul.product_list_widget li ins {
color: #000;
}  ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a {
padding: 0;
margin: 0; 
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image {
overflow: hidden;
position: relative;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image img,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image img {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
vertical-align: middle;
display: inline-block;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-featured-image:hover img,
ul.wp-mega-sub-menu li.wpmm-custom-post-settings .wpmm-custom-postimage a .wpmm-custom-image:hover img {
opacity: 1;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
} ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search {
position: absolute;
width: 250px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
opacity: 0;
visibility: hidden;
z-index: 999999;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-submit {
display: none;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search .search-field {
padding: 10px;
font-size: 12px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
font-weight: 400;
} 
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search {
left: -300%;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open  {
left: -544%;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search {
right: -300%;
left: auto;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open  {
right: -706%;
left: auto;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
cursor: pointer;
position: relative !important;
}
ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
padding: 20px 25px;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-open {
visibility: visible;
opacity: 1;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-search.searchbox-closed {
visibility: hidden;
opacity: 0;
} ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li.wpmm-submenu-align-right {
text-align: left !important;
} ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li {
text-align: center;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a {
padding: 0;
position: relative;
box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
display: block;
text-align: center;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a img {
margin-bottom: 0;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.onsale {
position: absolute;
right: auto;
left: 10px;
top: 10px;
background: #dc5958;
border-radius: 0;
margin: 0;
padding: 5px 10px;
font-size: 11px;
line-height: 1.5;
min-height: 27px;
min-width: auto;
z-index: 999;
color: #fff;
top: -7px;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a h3,
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.cart_list li a, 
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.product_list_widget li a {
font-family: Open Sans;
text-transform: capitalize;
font-weight: 600;
font-size: 14px;
padding-top: 10px;
color: #333; }
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.cart_list li a, 
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.product_list_widget li a  {
font-size: 12px;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price {
color: #1a1a1a;
text-align: center;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price del,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins {
display: inline-block;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price ins,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a span.price .woocommerce-Price-amount {
background: none;
font-weight: 600;
color: #1a1a1a;
font-size: 12px;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward {
margin-top: 5px;
padding: 5px 10px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
font-size: 10px;
border-radius: 0;
font-family: Open Sans;
padding: 10px;
background: #dc5958;
color: #fff;
border: 1px solid #dc5958;
}
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button,
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward {
background: #5EC073;
border-color: #5EC073;
}
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover,
.wpmega-sea-green-white ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover {
background: none;
color: #5EC073;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button.added {
display: none;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.add_to_cart_button:hover,
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a.added_to_cart.wc-forward:hover {
background: none;
color: #dc5958;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li div.woocommerce ul.products li a .star-rating {
margin: 0 auto 5px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce ul.products li.product, 
.wpmm_megamenu .wp-megamenu-main-wrapper .woocommerce-page ul.products li.product {
margin-bottom: 10px;
margin-top: 15px;
margin-right: 15px;
} ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li a.remove {
left: auto;
right: 10px;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content ul li {
margin-bottom: 5px !important;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
display: inline-block;
max-width: 49%;
text-align: center;
border-radius: 0;
font-weight: 400;
padding: 10px;
text-transform: uppercase;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward {
background: #44CCEB;
border: 1px solid #44CCEB;
color: #fff;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
background: #dc5958;
border: 1px solid #dc5958;
color: #fff;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:hover {
background: none;
color: #44CCEB;
}
ul.wpmm-mega-wrapper li ul.wp-mega-sub-menu li.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover {
background: none;
color: #dc5958;
} .wpmm-orientation-vertical ul.wpmm-mega-wrapper {
list-style: none;
padding: 0;
margin: 0;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
border-bottom: 1px solid #ddd;
border-top: none;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li:last-child {
border: none;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link {
display: block;
width: 100%;
padding: 12px 15px;
position: relative;
color: #404040;
font-size: 14px;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a {
padding: 0;
color: #555;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap li > a:after {
display: none;
} 
.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a i.wpmm-mega-menu-icon {
margin-right: 5px;
display: inline-block;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label {
left: auto;
top: 50%;
right: 30px;
transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
line-height: 1.7;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a .wpmm-mega-menu-label:before {
display: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
position: relative; width: 25%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul {
width: 100%;
list-style: none;
margin:0;	
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li {
position: relative;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li{
margin:0px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children.wpmm-submenu-align-left > a:after {
content: '\f105';
position: absolute;
font-family: FontAwesome;
font-size: 14px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
right: 10px;
left: auto;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children.wpmm-submenu-align-right > a:after {
content: '\f104';
position: absolute;
font-family: FontAwesome;
font-size: 14px;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
right: 10px;
left: auto;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after {
content: '\f105';
position: absolute;
font-family: FontAwesome;
top: 50%;
transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
left: auto;
right: 10px;
font-size: 14px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap {
position: absolute;
top: 0;
font-size: 14px;
padding: 15px 10px 15px 15px;
opacity: 0;
visibility: hidden;
text-align: left;
z-index: 999999;
left: 100%;
width: 850px;
background: #fff;
border: 1px solid #e0e0e0;
box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
z-index: -1;    
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-vertical-aligned-to-parent {
position: relative;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-onhover ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
transition: all ease-in-out 0.3s;
-webkit-transition: all ease-in-out 0.3s;
-ms-transition: all ease-in-out 0.3s;
z-index: 999;
}
.wpmm-orientation-vertical .wp-mega-sub-menu li .wpmm-sub-menu-wrapper.wpmm_menu_1 li:before, 
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_pages li:before,  
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_meta li:before, 
.wpmm-orientation-vertical .wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:before, 
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_product_categories ul.product-categories li a:before, 
.wpmm-orientation-vertical .wp-mega-sub-menu .widget_recent_comments li:before, 
.wpmm-orientation-vertical  .wp-mega-sub-menu .widget_recent_entries li:before {
top: 0;
transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
line-height: 1;
} .wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.wpmega-vertical-full-height {
position: static;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
left: 100%;
right: auto;
}
.wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.wpmm-orientation-vertical.wpmm-vertical-left-align.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div,
.widget .wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
left: auto !important;
right: 100%;
}
.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout:hover > div {
left: 100%;
right: auto;
top: 0;
}
.wpmm-orientation-vertical.wp-megamenu-main-wrapper.wpmm-onhover ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div {
left: 100%;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li > a.wp-mega-menu-link > i {
line-height: 1.7;
}  .wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a.wpmm-search-type {
padding: 15px;
display: block;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap {
width: 100%;
left: 100%;
right: auto;
padding: 1px;
background: rgba(0,0,0,0.3);
border-radius: 3px;
top: 0;
opacity: 0;
visibility: hidden;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-field {
padding: 10px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type > .wpmm-sub-menu-wrap .search-submit {
border-radius: 0 3px 3px 0;
background: #17BC9A;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type:hover > .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search {
left: -50%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
right: auto;
left: 44px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search {
right: -50%;
}  .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li {
float: none;
list-style: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-enable-single-menu {
display: inline-block;
border-bottom: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu {
padding: 10px 15px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li a.wpmm-csingle-menu i {
margin-right: 0;
} .widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical {
width: 100%;
}
ul.wp-mega-sub-menu .widget_recently_viewed_products a span.wpmm-mega-menu-href-title {
display: block !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline {
padding: 20px 10px 19px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu:before,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline:before {
background:none;
} .wp-megamenu-main-wrapper .wpmegamenu-toggle {
display: none;
} .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop {
display: none;
}
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-menu-icon > a i {
display: none;
} .wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-arrow a:after {
display: none;
} .wpmm_megamenu ul.wpmm-mega-wrapper ul.wp-mega-sub-menu li.wpmega-visible-hide-menu > a.wp-mega-menu-link {
visibility: hidden;
} .wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before,
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li > a.wpmm-disable-text:before {
display: none;
} .wpmm_megamenu .wpmm-target-description.wpmm-target-text {
display: block;
width: auto;
font-size: 10px;
text-transform: capitalize;
font-style: italic;
line-height: 1;
} .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical {
background: #5EC073;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, 
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a {
font-size: 13px;
font-family: Open Sans;
color: #fff;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover {
background: #47a35b;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
opacity: 1;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-horizontal, 
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-custom-theme.wpmm-orientation-vertical {
border: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmm-sub-menu-wrap,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-vertical .wpmm-sub-menu-wrap {
border: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal li.wpmm-search-type .wpmm-sub-menu-wrap {
border: none !important;
} @-webkit-keyframes mybounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes mybounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.mybounce {
-webkit-animation-name: mybounce;
animation-name: mybounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
.wpmega-clean-white ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
background: #fff;
}  .widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul.wpmm-mega-wrapper li > .wpmm-sub-menu-wrap {
left: auto;
right: 100%;
}
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children > a:after {
content: '\f104';
left: 0;
right: auto;
}
.widget .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-vertical-left-align ul li.menu-item-has-children {
padding-left: 10px;
} .wpmm_megamenu .wp-megamenu-main-wrapper ul ul .wpmm-featured-post-title ul {
margin-left: -1.5% !important;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li {
display: inline-block;
vertical-align: top;
width: 30%;
margin-left: 2%;
margin-bottom: 0;
}
.widget.widget_wpmegamenu_pro_blogformat ul li {
width: 100%;
margin-bottom: 15px;
}
.widget.widget_wpmegamenu_pro_blogformat ul li:last-child {
margin-bottom: 0;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title li .wpmm_lists_posts {
position: relative;
overflow: hidden;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-featured {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured {
width: 100% !important;
position: relative;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-featured:before,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-featured:before {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title {
position: absolute;
bottom: 0;
width: 100%;
padding: 0 10px 10px;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .span-wrapper {
line-height: 1;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a h4,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a h4 {
margin-bottom: 7px;
display: block;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title a + a,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title a + a {
display: inline-block;
min-width: 100%;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-hover-icon,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-hover-icon {
position: absolute;
z-index: 999;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts:hover .wpmm-hover-icon,
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts:hover .wpmm-hover-icon {
opacity: 1;
visibility: visible;
}
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a {
text-align: center;
color: #fff;
font-weight: 400;
display: block;
}
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts a {
color: #fff !important;
}
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title .wpmm-postformat-title a + a,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li .wpmm_lists_posts .wpmm-postformat-title a + a {
font-size: 13px;
} 
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span {
margin: 0 5px 5px;
float: left;
font-size: 13px;
}
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span + span,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span + span {
float: right;
}
.wpmm_megamenu ul.wp-mega-sub-menu .wpmm-featured-post-title ul li a span i.fa,
.widget.widget_wpmegamenu_pro_blogformat .wpmm-featured-post-title ul li a span i.fa {
padding-right: 5px;
}
.wpmm-sub-menu-wrap .wpmm-featured-post-title li .wpmm_lists_posts .wpmm-postformat-title .featured-btn, 
.widget.widget_wpmegamenu_pro_blogformat li .wpmm_lists_posts .wpmm-postformat-title .featured-btn {
width: 100%;
} .menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section {
display: inline-block;
vertical-align: top;
margin: 0 -2px;
width: 33.33%;
padding-right: 20px;
}
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section {
margin-bottom: 15px;
}
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section:last-child {
margin-bottom: 0;
}
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-icon-text-icon {
float: left;
font-size: 65px;
width: 20%;
text-align: center;
}
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info {
float: left;
width: 80%;
padding-left: 12px;
}
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-horizontal-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag,
.menu-widget-class-widget_wpmm_featuredbox_widget .wpmm-featured-vertical-type .wpmm-featured-box-section .wpmm-feature-box-info span.wpmm-title-tag {
font-size: 18px;
display: block;
} .widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider {
display: inline-block;
vertical-align: top;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format {
margin-right: 10px; width: 29%;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-date,
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .post-date-format .wpmm-post-time {
display: block;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-timeline-post-title {
margin-left: 12px;
width: 61%;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider {
position: relative;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:before {
position: absolute;
content: '\f017';
font-family: FontAwesome;
font-size: 16px;
color: #f00;
left: -10px;
top: 7px;
}
.widget_wpmegamenu_pro_poststimeline .wpmm-posts-timeline ul li .wpmm-post-datetime-divider:after {
position: absolute;
content: '';
width: 1px;
height: 12px;
background: #ccc;
left: -5px;
top: 28px;
} .wpmm-text-widgets {
display: block;
}
.wpmm-text-widgets .thumb {
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}
.wpmm-text-widgets .thumb a {
display: block;
}
.wpmm-text-widgets .thumb a img {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.wpmm-text-widgets .thumb a:hover img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.wpmm-text-widgets .wpmm-header h2.entry-title {
margin-bottom: 5px;
}
.wpmm-text-widgets .wpmm-header p {
margin-bottom: 10px;
font-size:  14px !important;
}
.wpmm-text-widgets .wpmm-header h2.entry-title a {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
}
.wpmm-text-widgets .wwpmm-linkbtn {
display: inline-block;
padding: 5px 10px;
background: #de5855;
cursor: pointer;
border: 1px solid #de5855;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
text-transform: capitalize;
}
.wpmm-text-widgets .wwpmm-linkbtn a {
color: #fff !important;
}
.wpmm-text-widgets .wwpmm-linkbtn:hover {
background: none;
}
.wpmm-text-widgets .wwpmm-linkbtn:hover a {
color: #de5855 !important;
} .wpmm-pro-recent-posts-widget .wpmm-recentposts-section {
overflow: hidden;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section {
float: left;
width: 35%;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-image-left-section img {
width: 100%;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section {
float: left; width:  54%;
padding: 0 15px 15px;
line-height: 1.2;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-cat {
font-size: 12px;
color: #d92121;
text-transform: uppercase;
display: block;
margin-bottom: 5px;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-display-date {
font-size: 11px;
color: #888888;
text-transform: uppercase;
display: block; 
margin-bottom: 5px;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number {
font-size: 11px;
color: #888888;
display: block;
position: relative;
padding-left: 15px;
margin-bottom: 5px;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-comment-number:before {
content: '\f075';
position: absolute;
display: block;
font-family: FontAwesome;
font: 11px;
color: #888888;
top: 0;
left: 0;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-recent-posts-title {
color: #282828;
font-size: 14px;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn {
display: inline-block;
color: #888;
position: relative;
}
.wpmm-pro-recent-posts-widget .wpmm-recentposts-section .wpmm-content-right-section .wpmm-readmore-btn:before {
position: absolute;
content: '\f105';
font-family: FontAwesome;
font-size: 14px;
display: block;
right: -10px;
} .wpmm-pro-recent-posts-widget ul li {
cursor: pointer;
}
.wpmm-pro-recent-posts-widget .layout1 li {
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.wpmm-pro-recent-posts-widget .layout1 li:hover div {
background: #f3f3f3;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;	
}
.wpmm-pro-recent-posts-widget .layout1 .wpmm-content-right-section {
padding: 10px 15px;
}
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section {
position: relative;
}
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:before {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
content: '';
transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
.wpmm-pro-recent-posts-widget .layout2 li .wpmm-recentposts-section .wpmm-image-left-section:after {
position: absolute;
content: '\f196';
font-family: FontAwesome;
font-size: 20px;
color: #fff;
top: 0;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
opacity: 0;
visibility: hidden;
}
.wpmm-pro-recent-posts-widget .layout2 li:hover .wpmm-recentposts-section .wpmm-image-left-section:after {
opacity: 1;
top: 50%;
visibility: visible;
}	
.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section {
position: relative;
}
.wpmm-pro-recent-posts-widget .layout3 li .wpmm-recentposts-section .wpmm-image-left-section:before {
content: '';
position: absolute;
left: 0;
width: 5px;
height: 100%;
background: #dc5958;
transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmm-pro-recent-posts-widget .layout3 li:hover .wpmm-recentposts-section .wpmm-image-left-section:before {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
} .wpmmpro-postslist-wrapper {
font-size: 14px;
color: #888888;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list {
margin-left: -2%;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
float: left;
width: 23%;
display: block;
margin-left: 2%;
margin-top: 15px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category {
display: block;
margin-bottom: 6px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .show-category span {
background: #f87b7b;
padding: 3px 5px;
text-transform: uppercase;
font-size: 9px;
color: #fff;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 .show-category span {
font-size: 12px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list span.wpmm-posts-title {
display: block;
font-weight: 600;
color: #282828;
font-size: 16px;
line-height: 1.2;
margin-bottom: 1px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout3 span.wpmm-posts-title {
font-size: 16px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details {
color: #888888;
font-size: 12px;
font-weight: 600;
margin-bottom: 10px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details > span {
margin-right: 5px;
font-size: 11px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-author-name,
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .wpmm-entry-date {
text-transform: uppercase;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-author-name span,
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details span.wpmm-entry-date span {
text-transform: none;
color: #9b9a9a;
font-weight: 400;
margin-right: 2px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number {
position: relative;
padding-left: 15px;
float: right;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-extra-details .comment_in_number:before {
position: absolute;
content: '\f075';
font-family: FontAwesome;
font-size: 12px;
display: block;
top: 0;
left: 0;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_img {
margin-bottom: 8px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content {
color: #5a5a5a;
font-size: 12px;
text-transform: none;
line-height: 1.3;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p {
margin-bottom: 5px;
}
.wpmm-orientation-vertical .wpmmpro-postslist-wrapper .wpmmpro-posts-list .wpmmpro_post_content p {
margin-bottom: 10px;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section {
display: inline-block;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list .posts-last-section span {
display: block;
cursor: pointer;
} .wpmmpro-postslist-wrapper .wpmm-layout1 .posts-last-section span,
.wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span {
background: #f87b7a;
border-radius: 2px;
-webkit-border-radius: 2px;
color: #fff;
text-transform: uppercase;
font-size: 12px;
box-shadow: 0 3px 0px #da5d5c;
-webkit-box-shadow: 0 3px 0px #da5d5c;
padding: 5px 15px;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
}
.wpmmpro-postslist-wrapper .wpmm-layout2 .posts-last-section span {
border-radius: 0;
box-shadow: none;
border: 1px solid #929292;
color: #929292;
background: none;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list.wpmm-layout1 a:hover .posts-last-section span {
background: #414040;
box-shadow: 0 3px 0px #151414;
-webkit-box-shadow: 0 3px 0px #151414;
}
.wpmmpro-postslist-wrapper .wpmm-layout2 a:hover .posts-last-section span {
background: #f87b7a;
color: #fff;
border-color: #f87b7a;  
}
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.wpmm-entry-date,
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span.comment_in_number {
font-size: 12px;
color: #888888;
text-transform: capitalize;
font-weight: 400;
}
.wpmmpro-postslist-wrapper .wpmm-layout3 .posts-last-section span {
font-weight: 600;
color: #000;
font-size: 12px;
}
.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span {
background: none;
padding: 0 0 0 20px;
color: #333333;
position: relative;
}
.wpmmpro-postslist-wrapper .wpmm-layout3 .show-category span:before {
content: '\f115';
position: absolute;
font-family: FontAwesome;
font-size: 13px;
left: 0;
display: block;
top: -2px;
}
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list .show-category {
border-bottom: 1px solid #333333;
}
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img {
overflow: hidden;
}
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a .wpmmpro_post_img img {
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
}
.wpmmpro-postslist-wrapper .wpmm-layout3.wpmmpro-posts-list a:hover .wpmmpro_post_img img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;	
} .wpmega-posts-slider li {
position: relative;
}
.wpmega-posts-slider li .wpmm-caption-wrapper {
position: absolute;
bottom: 20px;
width: 100%;
color: #fff;
padding: 0 15px;
}
.wpmega-posts-slider li:before {
position: absolute;
content: '';
background: rgba(0,0,0,0.5);
height: 100%;
width: 100%;
}
.wpmega-posts-slider li .wpmm-caption-wrapper h3 a {
color: #fff !important;
text-transform: capitalize;
}
.wpmega-posts-slider li .wpmm-caption-wrapper .posts-slider-date i.fa {
margin-right: 5px;
}
.wpmm-posts-slider-widgets .bx-controls-direction a {
background-image: none !important;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev,
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next {
color: #fff;
background: #dc5958;
height: 25px;
width: 20px;
text-align: center;
position: relative;
text-indent: 0;
font-size: 0;
margin-top: 0;
display: inline-block;
position: absolute;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev {
left: -8px;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next {
right: 0;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before,
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before {
position: absolute;
content: '';
font-family: FontAwesome;
font-size: 16px;
color: #fff;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-prev:before {
content: '\f104';
left: 6px;
}
.wpmm-posts-slider-widgets .bx-controls-direction a.bx-next:before {
content: '\f105';
right: 6px;
} .wpmm-image-gallery-widget .gallery-icon {
padding: 6px;
background: #eee;
cursor: pointer;
overflow: hidden;
margin: 0 2px 6px;
}
.wpmm-image-gallery-widget .gallery-icon img {
width: 100%;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
-ms-filter: grayscale(0%); 
-webkit-filter: grayscale(0%); 
filter: grayscale(0%);
}
.wpmm-image-gallery-widget .gallery-icon:hover img {
-ms-filter: grayscale(100%); 
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
} .wpmm-image-link-wrapper a {
position: relative;
overflow: hidden;
}
.wpmm-image-link-wrapper a img {
-webkit-transform: scale(1);
transform: scale(1);
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
}
.wpmm-image-link-wrapper a:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
} .wpmm-pro-productlist-wrap ul.all-product-list li {
width: 50%;
float: left;
}
.wpmm-pro-productlist-wrap .all-product-list li,
.wpmm-pro-recent-product-widget .rec-product-list-area li,
.new-layout-product-list-area .all-woo-product-new-layout li {
margin-top: 15px;
}
.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) {
padding-right: 10px;
}
.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
padding-left: 10px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section {
float: left;
width: 40%;
position: relative;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a {
display: block;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-prodimage a img,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-left-section a img {
width: 100%;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section {
float: left;
width: 60%;
padding-left: 20px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-category-lists span,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.recent_product_category_title {
color: #9e9e9e;
margin-right: 5px;
text-transform: uppercase;
font-size: 10px;
margin-bottom: 5px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a h3,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 {
color: #000;
font-size: 18px;
font-weight: 600;
margin: 0 0 5px;
}
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a h3 {
margin-bottom: 5px;
}
.wpmm-pro-recent-product-widget .all-product-list li .wpmm-recentpro-right-section a h3 {
font-size: 15px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a:hover h3,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a:hover h3 {
color: rgba(0,0,0,0.5);
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .product-desc p {
margin-bottom: 5px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .star-rating {
float: left;
width: 100%;
margin-bottom: 5px;
}
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .star-rating {
display: none;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section span.price {
display: block;
margin-bottom: 5px;
color: #000;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price ins,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price ins {
background: none;
float: left;
font-size: 16px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content .price del,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section .price del {
font-size: 13px;
margin-left: 10px;
color: #ccc;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button {
background: #dc5958;
color: #fff;
border: 1px solid #dc5958;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
border-radius: 0;
display: inline-block;
text-transform: uppercase;
padding: 10px;
font-weight: 400;
font-size: 10px;
}
.wpmm-pro-productlist-wrap .all-product-list li .wpmm-second-wrapper .wpmm-woo-content a.button:hover,
.wpmm-pro-recent-product-widget .all-re-product-list li .wpmm-recentpro-right-section a.button:hover {
background: none;
color: #dc5958;
} .wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
display: inline-block;
width: 23.5%;
margin-right: 1.3%;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li:nth-child(4n) {
margin-right: 0;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section img {
width: 100%;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section {
position: relative;
margin-bottom: 5px;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.button {
position: absolute;
width: 100%;
background: rgba(220, 89, 88, 0.4);
display: block;
color: #fff;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
bottom: 0;
text-align: center;
padding: 10px 0;
text-transform: uppercase;
transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
font-weight: 400;
border-radius: 0;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart {
position: absolute;
top: 50%;
width: 35px;
text-align: center;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
height: 35px;
background: rgba(0,0,0,0.6);
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-size: 0;
border-radius: 3px;	
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a.added_to_cart:before {
position: absolute;
content: '\f07a';
font-family: FontAwesome;
color: #fff;
font-size: 17px;
line-height: 33px;
left: 9px;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section:hover a.button {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-top-section a:hover {
background: #dc5958;
color: #fff;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section a h3 {
font-size: 14px;
font-weight: 600;
display: block;
margin-bottom: 6px;
margin-top: 0;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section {
padding: 5px 7px;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section .star-rating {
width: 100%;
margin-bottom: 5px;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price {
display: block;
width: 100%;
font-size: 16px;
color: #000;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price ins {
background: none;
float: left;
font-size: 14px;
color: #000;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li .wpmm-new-layout-bottom-section span.price del {
font-size: 12px;
color: #ccc;
font-weight: 400;
margin-left: 10px;
} .wp-megamenu-main-wrapper .woocommerce span.onsale {
border-radius: 0;
left: 5px;
top: -6px;
min-width: 50px;
min-height: 30px;
font-weight: 500;
font-size: 13px;
padding: 7px 0;
line-height: 1.5;
background-color: #66a423;
}
.wp-megamenu-main-wrapper .woocommerce span.onsale:before{
position: absolute;
content: '';
right: -8px;
top: 0;
left: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 0 8px;
border-color: transparent transparent transparent #396d02;
}  .wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section {
display: inline-block;
width: auto;
position: static;
margin-left: 0;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child {
margin-left: 8px;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link {
width: 100px;
text-align: center;
padding: 10px;
background: #00c0ef;
color: #fff;
-ms-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
-ms-transform: skewX(20deg);
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span:hover {
margin-left: 0;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section.show_tab > a.wp-mega-menu-link{
background: #00a5cd;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul {
position: relative;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper  {
position: absolute;
width: 100%;
border-top: 2px solid #00a5cd;
z-index: 999;
left: 0;
padding-top: 15px;
overflow: hidden;
background: #fff;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
margin-left: 1% !important;
width: 23.9% !important;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child { 
margin-left: 0 !important;
} .wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox {
overflow: hidden;
margin-bottom: 10px;
}
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox:last-child {
margin-bottom: 0;
}
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a {
display: block;
}
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-icon-text-icon,
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-icon-text-icon {
float: left;
width: 15%;
text-align: center;
}
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox a .wpmm-feature-box-info,
.wpmm-featuredbox.wpmm-featured-vertical-type .wpmm-featuredbox .wpmm-feature-box-info {
width: 85%;
float: left;
padding-left: 10px;
} .wpmm-login-form {
display: block;
}
.wpmm-login-form .wpmm_login_overlay {
background: rgba(0,0,0,0.6);
position: fixed;
width: 100%;
height: 100%;
z-index: 999999;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
opacity: 0;
visibility: hidden;
}
.wpmm-login-form.wpmm_show_form .wpmm_login_overlay {
visibility: visible;
opacity: 1;
z-index: 999999;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
body {
position: relative;
} #secondary .wpmm-pro-productlist-wrap ul.all-product-list li {
width: 100%;
margin-bottom: 20px;
}
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:last-child {
margin-bottom: 0;
}
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(odd) {
padding-right: 0;
}
#secondary .wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
padding-left: 0;
}
#secondary .wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
width: 100%;
} .wpmm-start-group-section {
float: left;
} .wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a {
display: inline-block;
background: #f00;
color: #fff;
font-weight: 400;
padding: 4px 8px;
border: 1px solid #f00;
width: auto;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-sub-menu li.wpmega-view-more-btn a span {
transition: none;
-webkit-transition: none;
-ms-transition: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a span:hover {
margin-left: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper .wp-mega-sub-menu li.wpmega-view-more-btn a:hover {
background: none;
color: red;
} .wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
line-height: 1.2;
}
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon img {
margin-right: 7px;
}  .wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmm-search-type a,
.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmm-search-type a {
outline: none;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-ms-transition: all ease 0.5s;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.wpmm-search-overlay {
background: rgba(0,0,0,0.9);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search {
width: 300px;
margin: 0 auto;
top: 50%;
position: absolute;
left: 0;
right: 0;
background: #39aa8c;
padding: 10px;
border-radius: 5px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label {
width: 100%;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input.search-field {
width: 100%;
outline: none;
border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
font-weight: 400;
border: 1px solid #39aa8c;
text-align: center;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form label input[type="search"]::-webkit-input-placeholder {
color: #333;
font-size: 12px;
text-transform: uppercase;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"] {
width: 100%;
box-shadow: none;
text-shadow: none;
font-size: 14px;
color: #fff;
background: #016d50;
padding: 10px;
border: none;
text-transform: uppercase;
border: 3px solid #016d50;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
outline: none;
border-radius: 0px;
margin-top: 9px;
}
.wpmm-search-icon.popup-search-form form.search-form{
margin-bottom: 0px;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form .wpmm-overlay-search form input[type="submit"]:hover {
background: none;
color: #016d50;
font-weight: 600;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup {
display: block;
position: absolute;
left: 98%;
top: 10px;
z-index: 999;
width: 30px;
height: 30px;
cursor: pointer;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span {
position: relative;	
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after {
content: '';
position: absolute;
width: 30px;
height: 1px;
background: rgba(255,255,255,0.8);
top: 15px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:before,
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup:hover span:after {
background: #fff;
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:before {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li div.popup-search-form.popup-searchbox-open .closepopup span:after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
} .wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage,
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
position: absolute;
top: 0px;
right: 0;
z-index: -1;
bottom: 0;   
}
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage img {
width: 100%;
}
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage {
left: auto;
}
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
left: 0;
right: auto;
width: 100%;
}
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage img {
width: 100%;
} ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs > div.wpmm-sub-menu-wrapper {
position: relative;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu > li.wpmega-vertical-tabs > a {
display: none;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
width: 30%;
float: left;	
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li {
width: 100%;
color: #666;
margin: 0;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover span, 
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover {
background: #fff;
position: relative;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
background: #fff;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before {
content: '';
position: absolute;
left: -1px;
width: 5px;
height: 100%;
background: red;
z-index: 999;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
color: #666;
font-size: 14px;
padding: 10px 15px;
text-transform: uppercase;
width: 100%;
border-top: 1px solid #ccc;
background: #eee;
border-left: 1px solid #ccc;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li:last-child > a > span {
border-bottom: 1px solid #ccc;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span:hover {
margin-left: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
position: absolute;
right: 0;
top: 0;
padding: 8px 15px;
border-left: 0;
left: auto;
width: 70%;
overflow: hidden;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
width: 24%;
display: inline-block;
vertical-align: top;
margin: 0 -2px;
padding: 0 10px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:first-child {
padding-left: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:last-child {
padding-right: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title {
font-size: 14px;
color: #333;
margin-bottom: 15px;
font-weight: 600;
position: relative;
padding-bottom: 10px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before {
content: '';
position: absolute;
background: #333;
bottom: 0;
width: 30px;
height: 1px;
} .wpmegamenu-featured-box {
background: #ECEAEF;
padding: 15px 0;
margin-bottom: 10px;
}
.wpmegamenu-featured-box div.wpmm-box-section {
display: inline-block;
vertical-align: top;
margin: 0 -2px;
width: 33.33%;
}
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-icon-text-icon {
float: left;
vertical-align: top;
width: 25%;
text-align: center;
font-size: 38px;
padding: 10px 0;
}
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info {
float: right;
vertical-align: top;
width: 75%;
text-align: left;
}
.wpmegamenu-featured-box div.wpmm-box-section .wpmm-feature-info span.wpmm-title-tag {
font-size: 15px;
display: block;
color: #333;
font-weight: 600;
} .wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth h1,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth h1 {
border-bottom: 1px solid #000;
}
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth input.submit_button,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth input.submit_button {
background-color: #3d3d3d;
background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
background: -webkit-linear-gradient(top,#3d3d3d,#212121);
background: -moz-linear-gradient(top,#3d3d3d,#212121);
background: -ms-linear-gradient(top,#3d3d3d,#212121);
background: -o-linear-gradient(top,#3d3d3d,#212121);
}
.wp-megamenu-main-wrapper.wpmega-black-white .ajax-auth button.close:before,
.wp-megamenu-main-wrapper.wpmega-black-silver .ajax-auth button.close:before {
color: #000;
} .wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth h1 {
border-bottom: 1px solid #dace2e;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth input.submit_button {
background: #dace2e;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black .ajax-auth button.close:before {
color: #dace2e;
} .wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth h1 {
border-bottom: 1px solid #CFA66F;
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth input.submit_button {
background: #CFA66F;
}
.wp-megamenu-main-wrapper.wpmega-hunter-shades-white .ajax-auth button.close:before {
color: #CFA66F;
} .wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth h1 {
border-bottom: 1px solid #a32638;
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth input.submit_button {
background: #a32638;
background: -moz-linear-gradient(top, #a32638 0%, #f93831 100%);
background: -webkit-linear-gradient(top, #a32638 0%,#f93831 100%);
background: linear-gradient(to bottom, #a32638 0%,#f93831 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a32638', endColorstr='#f93831',GradientType=0 );
}
.wp-megamenu-main-wrapper.wpmega-maroon-reddish-black .ajax-auth button.close:before {
color: #a32638;
} .wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth h1 {
border-bottom: 1px solid #0AA2EE;
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth input.submit_button {
background: #0AA2EE;    
}
.wp-megamenu-main-wrapper.wpmega-light-blue-sky-white .ajax-auth button.close:before {
color: #0AA2EE;
} .wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth h1 {
border-bottom: 1px solid #9768a8;
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth input.submit_button {
background: #9768a8;    
}
.wp-megamenu-main-wrapper.wpmega-warm-purple-white .ajax-auth button.close:before {
color: #9768a8;
} .wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth h1 {
border-bottom: 1px solid #5EC073;
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth input.submit_button {
background: #5EC073;    
}
.wp-megamenu-main-wrapper.wpmega-sea-green-white .ajax-auth button.close:before {
color: #5EC073;
} .wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth h1 {
border-bottom: 1px solid #003153;
}
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth input.submit_button {
background: #003153;    
}
.wp-megamenu-main-wrapper.wpmega-prussian-blue-white .ajax-auth button.close:before {
color: #003153;
} .wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth h1 {
border-bottom: 1px solid #30BA8F;
}
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth input.submit_button {
background: #30BA8F;    
}
.wp-megamenu-main-wrapper.wpmega-mountain-meadow-white .ajax-auth button.close:before {
color: #30BA8F;
} .wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth h1 {
border-bottom: 1px solid #0056c7;
}
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth input.submit_button {
background: #0056c7;    
}
.wp-megamenu-main-wrapper.wpmega-white-blue .ajax-auth button.close:before {
color: #0056c7;
} .wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth h1 {
border-bottom: 1px solid #570;
}
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth input.submit_button {
background: #570;    
}
.wp-megamenu-main-wrapper.wpmega-simple-green .ajax-auth button.close:before {
color: #570;
} .wpmm-image-gallery-widget .gallery {
margin-bottom: 0;
}
.wp1s-widget-wrap .bx-controls {
display: none;
} .wp-megamenu-main-wrapper ul li.wpmm-display-mode-off {
display: none !important;
} .wpmm-background-image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
} .wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
top: 50%;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide.wpmm-onhover ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical.wpmm-slide.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
top: 0;
} .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title::before, 
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link::before{
background: #47a35b;
bottom: 0;
content: "";
height: 2px;
position: absolute;
width: 30px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
content: '\f107';
position: absolute;
right: 11px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-family: FontAwesome;
font-size: 14px;
}
.wpmega-responsive-closebtn{
display: none;
}
.wp-megamenu-main-wrapper h2.woocommerce-loop-product__title {
font-size: 16px;
margin-top: 4px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.wpmm-clogo-image > a,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.wpmm-clogo-image > a{
padding: 9px 11px 6px 13px !important;
cursor: pointer;
}@media (max-width: 930px)  { .wpmm-orientation-vertical .menutoggle, .wpmm-orientation-horizontal .menutoggle {
display: none !important;
}
}
@media (min-width: 911px) {
.wp-megamenu-main-wrapper .wpmm-mega-wrapper {
display: block !important;
}
}
@media (max-width: 930px)  {
}
@media (max-width: 768px) { .wpmm-mega-8columns,
.wpmm-mega-7columns,
.wpmm-mega-6columns,
.wpmm-mega-5columns,
.wpmm-mega-4columns,
.wpmm-mega-3columns,
.wpmm-mega-2columns,
.wpmm-mega-1columns {
width: 100%;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-1total,
.wpmm-sub-menu-wrap li.wpmega-1columns-2total,
.wpmm-sub-menu-wrap li.wpmega-1columns-3total,
.wpmm-sub-menu-wrap li.wpmega-1columns-4total, 
.wpmm-sub-menu-wrap li.wpmega-1columns-5total, 
.wpmm-sub-menu-wrap li.wpmega-1columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-1columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-1columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-2total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-3total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-3total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-4total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-4total, 
.wpmm-sub-menu-wrap li.wpmega-4columns-4total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-5total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-5total, 
.wpmm-sub-menu-wrap li.wpmega-4columns-5total, 
.wpmm-sub-menu-wrap li.wpmega-5columns-5total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-4columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-5columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-6columns-6total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-4columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-5columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-5columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-6columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-7columns-7total, 
.wpmm-sub-menu-wrap li.wpmega-2columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-3columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-4columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-5columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-6columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-7columns-8total, 
.wpmm-sub-menu-wrap li.wpmega-8columns-8total {
width: 100%;
padding: 0 10px;
}
.wpmm-sub-menu-wrap li {
margin-bottom: 20px;
}
.wpmm-sub-menu-wrap li:last-child {
margin-bottom: 0;
}
.wpmega-black-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before, 
.wpmega-black-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before,
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li h4.wpmm-mega-block-title:before,
.wpmega-mountain-meadow-white .wpmm-sub-menu-wrap ul li.wp-mega-menu-header > a.wp-mega-menu-link:before {
width: 100%;
height: 1px;
}
.wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
width: 50% !important;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
width: 48%;
}
.wpmm-orientation-horizontal .wpmm-sub-menu-wrap .wpmm-single-bgimage, 
.wpmm-orientation-vertical .wpmm-sub-menu-wrap .wpmm-single-bgimage {
display: none;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
display: inline-block;
width: 49% !important;
margin: 0 0 20px !important;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:first-child {
margin-left: 0 !important;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li:nth-child(even) {
margin-left: 1% !important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
width: 100%;
height: auto !important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
position: relative;
left: 0;
width: 100%;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
border-right: 1px solid #ccc;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
border-bottom: 1px solid #ccc;
}
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-featured-image, 
ul.wp-mega-sub-menu li.wpmm-custom-post-settings.wpmega-image-left .wpmm-custom-postimage a.wp-mega-menu-link .wpmm-custom-image {
float: none;
}
}
@media (max-width: 620px) {
.wpmm-sub-menu-wrap ul li .wpmm-pro-recent-posts-widget ul li {
width: 100% !important;
}
.wpmmpro-postslist-wrapper .wpmmpro-posts-list a.wpmegamenu_post_item {
width: 100%;
}
.wpmm-pro-productlist-wrap ul.all-product-list li {
width: 100%;
}
.wpmm-pro-productlist-wrap ul.all-product-list li:nth-child(even) {
padding-left: 0;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
width: 47.9%;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section {
display: block;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link {
width: 100%;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link span {
display: block;
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section > a.wp-mega-menu-link,
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section> a.wp-mega-menu-link span {
transform: skewX(0deg);
-webkit-transform: skewX(0deg);
-ms-transform: skewX(0deg);
}
.wp-megamenu-main-wrapper ul li ul.wp-mega-sub-menu > li.wpmega-horizontal-tabs > .wpmm-sub-menu-wrapper > ul > li.wpmm-tabs-section:first-child {
margin-left: 0;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > .wpmm-sub-menu-wrapper {
position: relative;
overflow: hidden;
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs ul {
height: auto !important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
width: 100%;
}
}
@media (max-width: 480px) {
.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
width: 100%;
}
.wpmm-pro-woo-product-widget ul.all-woo-product-new-layout li {
width: 100%;
margin: 0 0 10px; 
}
.wp-megamenu-main-wrapper ul li ul li.wpmega-horizontal-tabs > div > ul > li.wpmm-tabs-section > div > ul.wpmm-tab-groups-panel > li {
width: 100% !important;
}
}@media (max-width: 910px) {
.wpmegamenu-featured-box div.wpmm-box-section {
display: inline-block;
vertical-align: top;
width: 100%;
margin: 4px 0px 7px -2px;
}
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-mobile {
display: none;
}
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop{
display: block;
}
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-desktop.wpmega-hide-on-mobile{
display: none;
}
.wpmega-black-white .wpmega-openblock {
color: white;
}
.wpmm-orientation-vertical .menutoggle,
.wpmm-orientation-horizontal .menutoggle {
display: none !important;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle {
display: block;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
font-size: 20px;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .menutoggle {
display: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
width: 100%;
border-bottom: 1px solid #ccc;
text-align: left;
position: relative;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li:last-child {
border-bottom: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .dropdown-toggle {
display: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown, 
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline {
padding: 15px 10px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchinline,
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmm-csingle-menu {
padding: 15px 10px;
}
.wp-megamenu-main-wrapper.wpmega-midnightblue-sky-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a::before {
display: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children a {
margin-right: 0;
}
.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
.wpmm-ctheme-wrapper.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
padding: 10px 10px 13px;
color: #000;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock,
.wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
padding: 10px 10px 13px;
color: #fff;
}
.wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle .wpmega-openblock,
.wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle .wpmega-closeblock {
color: #000;
}
.wpmm-orientation-horizontal.wpmega-clean-white .wpmegamenu-toggle{
border: 1px solid #ccc;
}
.wpmm-orientation-vertical.wpmega-clean-white .wpmegamenu-toggle .wpmega-openblock,
.wpmm-orientation-vertical.wpmega-clean-white .wpmegamenu-toggle .wpmega-closeblock{
color: #000;
}
.wp-megamenu-main-wrapper .wpmm-mega-menu-label {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
left: 23%;
}	 
.wp-megamenu-main-wrapper .wpmm-mega-menu-label::before {
border-color: #d500fb transparent transparent;
border-style: solid;
border-width: 7px 4.5px 0;
bottom: -6px;
content: "";
height: 0;
left: -6px;
margin-left: auto;
margin-right: auto;
position: absolute;
right: auto;
top: 50%;
transform: rotate(90deg) translateX(-50%);
width: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
transition: none;
-webkit-transition: none;
-ms-transition: none;
}
.wpmm-orientation-horizontal .wpmega-responsive-closebtn {
color: #fff;
border-top: 1px solid #fff;
padding: 15px 10px;
font-weight: 600;
position: relative;
padding-left: 30px;
cursor: pointer;
z-index: 999999;
overflow: hidden;
clear: both;
}
.wpmm-orientation-horizontal .wpmega-responsive-closebtn:before {
position: absolute;
content: '\f00d';
font-family: FontAwesome;
font-size: 16px;
left: 10px;
line-height: 1.4;
} ul.wpmm-mega-wrapper li.wpmm-menu-align-right.wpmm-search-type:hover .wpmm-sub-menu-wrap {
top: 0;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-right.inline-search.searchbox-open {
left: auto;
opacity: 1;
right: 10px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
width: 100% !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div ul li div {
width: 100%;
position: relative;
max-height: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div {
max-height: 1000px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div ul li.active-show > div {
max-height: 1000px;		
} 
ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children > a::after {
top: 12px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wpmega-searchdown {
padding: 15px 10px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
position: relative;
max-height: 0;
transition: all ease 0.1s;
-webkit-transition: all ease 0.1s;
-ms-transition: all ease 0.1s;
padding: 0 8px 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
width: 100% !important;
position: relative;
max-height: 10000px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
padding: 15px 8px 5px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after,
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a:after {
left: auto;
right: 10px;
transform: rotate(180deg) !important;
-webkit-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li.wpmm-submenu-align-left.menu-item-has-children a.wp-mega-menu-link {
padding-left: 10px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
padding-left: 20px !important;
} .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
overflow: hidden;
height: 0;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div.wpmm-open-fade {
height: 100%;
z-index: 999;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li div {
right: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
z-index: 999;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-left div ul li.wpmm-submenu-align-right div {
left: 0;
}
.wpmm_megamenu ul.wpmm-mega-wrapper li.wpmega-hide-on-mobile {
display: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical {
width: 100%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block {
color: #fff;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-openblock,
.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .wpmega-closeblock {
padding: 10px 10px 13px; 
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .dashicons {
font-size: 26px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical .wp-mega-toggle-block .menutoggle {
display: none;
}
.wpmm-orientation-vertical .wpmega-responsive-closebtn {
color: #fff;
border-top: 1px solid #fff;
padding: 10px;
font-weight: 600;
position: relative;
padding-left: 10px;
cursor: pointer;
z-index: 999999;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul li.menu-item-has-children > a:after {
content: '\f107';
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap { max-height: 0;
transition: all ease 0.1s;
-webkit-transition: all ease 0.1s;
-ms-transition: all ease 0.1s;
padding: 0 8px 0;
left: 0;
width: 100% !important;
right: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
position: relative;
max-height: 10000px;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
padding: 15px 8px 5px;
}
.wpmm-orientation-vertical ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
left: 0;
}
ul.wpmm-mega-wrapper li .wpmm-search-form .wpmm-search-icon.inline-toggle-left.inline-search.searchbox-open {
left: 40px;
top: 27px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
width: 49%;
padding: 0;
margin: 0 0 10px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:nth-child(even) {
margin-left: 1%;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
overflow: hidden;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li.wpmm-submenu-align-left div{
right:0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div{
left:0;
} .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, 
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-left-edge .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li.wpmega-horizontal-center .wpmm-sub-menu-wrap {
left: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
position: static;
padding: 0 8px;
}    
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide ul.wpmm-mega-wrapper li:hover .wpmm-sub-menu-wrap {
opacity: 0;
visibility: hidden;
max-height: 0;
padding: 0 8px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide.wpmm-onclick ul.wpmm-mega-wrapper li.active-show .wpmm-sub-menu-wrap {
opacity: 1;
visibility: visible;
max-height: 10000px;
z-index: 999;
transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
padding: 15px 8px 5px;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout.active-show > div {
overflow: visible;
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) 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 {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
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: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
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: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;} .cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}.wp-mega-menu-link {
cursor: pointer;
}
.wpmm-sub-menu-wrap.wpmm-open {
display: block;
}
.wpmm-fade-in {
display: block;
}
.wpmega-enabled-mobile-menu .wpmm-mega-wrapper.hide-menu {
display: none;
}
.wp-mega-toggle-block {
cursor: pointer;
} .wpmega-openblock {
display: block;
} .wpmm-pro-sticky.navbar-fixed-top {
position: fixed;
left: 0;
right: 0;
}
.wpmega-user-login-form {
cursor: pointer;
}
.wp-megamenu-main-wrapper form.ajax-auth {
display: none;
z-index: 999;
position: fixed;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
left: 50%;
width: 350px;
margin-left: -200px;
padding: 25px;
background-color: #FFFFFF;
border-radius: 8px;
font-family: Arial, Helvetica, sans-serif;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
color: #878787;
font-size: 11px;
z-index: 999999;
}
.wp-megamenu-main-wrapper .ajax-auth h1,
.ajax-auth h3 {
font-family: Roboto;
font-weight: 500;
color: #333333;
line-height: 1;
}
.wp-megamenu-main-wrapper .ajax-auth h1 {
font-size: 27px;
text-align: center;
margin: 0 0 20px 0;
text-transform: uppercase;
border-bottom: 2px solid #E66432;
padding-bottom: 15px;
}
.wp-megamenu-main-wrapper .ajax-auth h3 {
font-size: 18px;
text-align: left;
margin: 0;
}
.wp-megamenu-main-wrapper .ajax-auth h3 a {
color: #e25c4c;
}
.wp-megamenu-main-wrapper .ajax-auth hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0 none;
height: 1px;
margin: 20px 0;
}
.wp-megamenu-main-wrapper .ajax-auth label {
color: #40403c;
font-weight: 600;
font-size: 12px;
}
.wp-megamenu-main-wrapper .ajax-auth input#username,
.wp-megamenu-main-wrapper .ajax-auth input#password,
.wp-megamenu-main-wrapper .ajax-auth input#signonname,
.wp-megamenu-main-wrapper .ajax-auth input#email,
.wp-megamenu-main-wrapper .ajax-auth input#signonpassword,
.wp-megamenu-main-wrapper .ajax-auth input#password2 {
border: 1px solid #EDEDED;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
color: #333333;
font-size: 15px;
padding: 10px 10px 10px 13px;
width: 100%;
margin: 3px 0 20px 0;
background-color: #F9F9F9;
font-family: Roboto;
}
.wp-megamenu-main-wrapper .ajax-auth input#username:focus,
.wp-megamenu-main-wrapper .ajax-auth input#password:focus,
.wp-megamenu-main-wrapper .ajax-auth input#signonname:focus,
.wp-megamenu-main-wrapper .ajax-auth input#email:focus,
.wp-megamenu-main-wrapper .ajax-auth input#signonpassword:focus,
.wp-megamenu-main-wrapper .ajax-auth input#password2:focus {
background-color: #FFF;
}
.wp-megamenu-main-wrapper .ajax-auth label.error {
display: none !important;
}
.wp-megamenu-main-wrapper .ajax-auth input.error {
border: 1px solid #FF0000 !important;
}
.wp-megamenu-main-wrapper .ajax-auth input.submit_button {
font-size: 14px;
color: #FFF;
border: none;
background-color: #e25c4c;
border-radius: 3px;
text-shadow: none;
background: -moz-linear-gradient(top, #ea6656, #df5949);
float: none;
box-shadow: none;
width: 50%;
margin: 0 auto;
display: block;
padding: 14px 13px;
line-height: 1.3;
}
.wp-megamenu-main-wrapper .ajax-auth button.close {
position: absolute;
top: -10px;
right: -10px;
font-size: 0;
border-radius: 100%;
height: 30px;
width: 30px;
padding: 0;
opacity: 1;
background: #fff;
}
.wp-megamenu-main-wrapper .ajax-auth button.close:before {
position: absolute;
content: '\f00d';
font-family: FontAwesome;
font-size: 19px;
color: #fff;
left: 8px;
top: 5px;
color: #e25c4c;
}
.wp-megamenu-main-wrapper .ajax-auth a {
text-decoration: none;
}
.wp-megamenu-main-wrapper .ajax-auth a.close {
color: #DCDCDC;
position: absolute;
right: 15px;
top: 15px;
}
.wp-megamenu-main-wrapper .ajax-auth a.text-link {
color: #B4B2B2;
float: left;
margin: 10px 0 0 0;
}
.wp-megamenu-main-wrapper .ajax-auth p.status {
text-align: center;
margin: -15px 0 20px 0;
font-weight: 600;
display: none;
}
a.login_button {
font-family: Arial, Helvetica, sans-serif;
padding: 5px 7px 5px 7px;
background-color: #FFF;
border-radius: 3px;
border: 1px solid #DCDCDC;
color: #333;
text-decoration: none;
font-size: 11px;
}
.wpmm-sub-menu-wrapper .wpmm-tabs-section .wpmm-sub-menu-wrapper {
display: none;
}
.wpmm-sub-menu-wrapper .wpmm-tabs-section.show_tab .wpmm-sub-menu-wrapper {
display: block;
overflow: hidden;
}
.wpmm-hide-menu-ltusers {
display: none !important;
} .wpmm-background-image img {
position: absolute;
left: 0;
z-index: -1;
}
.wpmm-background-image img.top:hover {
opacity: 0;
}
@keyframes FadeInOut {
0% {
opacity: 1;
}
45% {
opacity: 1;
}
55% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes image {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}.bx-wrapper img {
max-width: 100%;
display: inline-block;
}
.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
} .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.macronimous.com/wp-content/plugins/wp-mega-menu-pro/images/loader/ajax-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.macronimous.com/wp-content/plugins/wp-mega-menu-pro/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/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.macronimous.com/wp-content/plugins/wp-mega-menu-pro/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.macronimous.com/wp-content/plugins/wp-mega-menu-pro/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;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), 
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), 
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), 
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), 
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/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;
}@font-face {
font-family: "Flaticon";
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.eot);
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.woff) format("woff"),
url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.ttf) format("truetype"),
url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/flaticons/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon; }
.flaticon-alien:before { content: "\f100"; }
.flaticon-ambulance:before { content: "\f101"; }
.flaticon-ambulance-1:before { content: "\f102"; }
.flaticon-aries:before { content: "\f103"; }
.flaticon-armchair:before { content: "\f104"; }
.flaticon-baby:before { content: "\f105"; }
.flaticon-baby-1:before { content: "\f106"; }
.flaticon-baby-girl:before { content: "\f107"; }
.flaticon-back:before { content: "\f108"; }
.flaticon-balance:before { content: "\f109"; }
.flaticon-bar-chart:before { content: "\f10a"; }
.flaticon-bar-chart-1:before { content: "\f10b"; }
.flaticon-battery:before { content: "\f10c"; }
.flaticon-battery-1:before { content: "\f10d"; }
.flaticon-battery-2:before { content: "\f10e"; }
.flaticon-battery-3:before { content: "\f10f"; }
.flaticon-battery-4:before { content: "\f110"; }
.flaticon-bedside-table:before { content: "\f111"; }
.flaticon-beer:before { content: "\f112"; }
.flaticon-binoculars:before { content: "\f113"; }
.flaticon-blind:before { content: "\f114"; }
.flaticon-book:before { content: "\f115"; }
.flaticon-cancer:before { content: "\f116"; }
.flaticon-car:before { content: "\f117"; }
.flaticon-car-1:before { content: "\f118"; }
.flaticon-car-2:before { content: "\f119"; }
.flaticon-center-alignment:before { content: "\f11a"; }
.flaticon-center-alignment-1:before { content: "\f11b"; }
.flaticon-chicken:before { content: "\f11c"; }
.flaticon-chicken-1:before { content: "\f11d"; }
.flaticon-chicken-2:before { content: "\f11e"; }
.flaticon-clock:before { content: "\f11f"; }
.flaticon-clock-1:before { content: "\f120"; }
.flaticon-clock-2:before { content: "\f121"; }
.flaticon-clock-3:before { content: "\f122"; }
.flaticon-clock-4:before { content: "\f123"; }
.flaticon-cloud:before { content: "\f124"; }
.flaticon-cloud-1:before { content: "\f125"; }
.flaticon-cloud-2:before { content: "\f126"; }
.flaticon-cloud-computing:before { content: "\f127"; }
.flaticon-cloudy:before { content: "\f128"; }
.flaticon-coins:before { content: "\f129"; }
.flaticon-compass:before { content: "\f12a"; }
.flaticon-conga:before { content: "\f12b"; }
.flaticon-copy:before { content: "\f12c"; }
.flaticon-corndog:before { content: "\f12d"; }
.flaticon-cow:before { content: "\f12e"; }
.flaticon-customer-service:before { content: "\f12f"; }
.flaticon-cutlery:before { content: "\f130"; }
.flaticon-diagonal-arrow:before { content: "\f131"; }
.flaticon-diagonal-arrow-1:before { content: "\f132"; }
.flaticon-diagonal-arrow-2:before { content: "\f133"; }
.flaticon-diagonal-arrow-3:before { content: "\f134"; }
.flaticon-diamond:before { content: "\f135"; }
.flaticon-diaper:before { content: "\f136"; }
.flaticon-download:before { content: "\f137"; }
.flaticon-download-1:before { content: "\f138"; }
.flaticon-electric-guitar:before { content: "\f139"; }
.flaticon-emoticon:before { content: "\f13a"; }
.flaticon-export:before { content: "\f13b"; }
.flaticon-eye:before { content: "\f13c"; }
.flaticon-eye-1:before { content: "\f13d"; }
.flaticon-feeding-bottle:before { content: "\f13e"; }
.flaticon-file:before { content: "\f13f"; }
.flaticon-file-1:before { content: "\f140"; }
.flaticon-file-2:before { content: "\f141"; }
.flaticon-file-3:before { content: "\f142"; }
.flaticon-film-strip:before { content: "\f143"; }
.flaticon-flag:before { content: "\f144"; }
.flaticon-flash:before { content: "\f145"; }
.flaticon-fork:before { content: "\f146"; }
.flaticon-fountain-pen:before { content: "\f147"; }
.flaticon-fountain-pen-1:before { content: "\f148"; }
.flaticon-fountain-pen-2:before { content: "\f149"; }
.flaticon-fountain-pen-3:before { content: "\f14a"; }
.flaticon-fountain-pen-4:before { content: "\f14b"; }
.flaticon-gemini:before { content: "\f14c"; }
.flaticon-glass-of-water:before { content: "\f14d"; }
.flaticon-guitar:before { content: "\f14e"; }
.flaticon-ham:before { content: "\f14f"; }
.flaticon-happy:before { content: "\f150"; }
.flaticon-happy-1:before { content: "\f151"; }
.flaticon-head:before { content: "\f152"; }
.flaticon-heavy-metal:before { content: "\f153"; }
.flaticon-home:before { content: "\f154"; }
.flaticon-home-1:before { content: "\f155"; }
.flaticon-home-2:before { content: "\f156"; }
.flaticon-home-3:before { content: "\f157"; }
.flaticon-home-4:before { content: "\f158"; }
.flaticon-horse:before { content: "\f159"; }
.flaticon-id-card:before { content: "\f15a"; }
.flaticon-jar:before { content: "\f15b"; }
.flaticon-justify:before { content: "\f15c"; }
.flaticon-laundry:before { content: "\f15d"; }
.flaticon-laundry-1:before { content: "\f15e"; }
.flaticon-laundry-2:before { content: "\f15f"; }
.flaticon-laundry-3:before { content: "\f160"; }
.flaticon-laundry-4:before { content: "\f161"; }
.flaticon-laundry-5:before { content: "\f162"; }
.flaticon-left-alignment:before { content: "\f163"; }
.flaticon-left-alignment-1:before { content: "\f164"; }
.flaticon-lemon:before { content: "\f165"; }
.flaticon-lemon-1:before { content: "\f166"; }
.flaticon-lemonade:before { content: "\f167"; }
.flaticon-lemonade-1:before { content: "\f168"; }
.flaticon-leo:before { content: "\f169"; }
.flaticon-light-bulb:before { content: "\f16a"; }
.flaticon-like:before { content: "\f16b"; }
.flaticon-mail:before { content: "\f16c"; }
.flaticon-mail-1:before { content: "\f16d"; }
.flaticon-mail-2:before { content: "\f16e"; }
.flaticon-mail-3:before { content: "\f16f"; }
.flaticon-mail-4:before { content: "\f170"; }
.flaticon-mail-5:before { content: "\f171"; }
.flaticon-man:before { content: "\f172"; }
.flaticon-man-1:before { content: "\f173"; }
.flaticon-map:before { content: "\f174"; }
.flaticon-maths:before { content: "\f175"; }
.flaticon-medical-result:before { content: "\f176"; }
.flaticon-money:before { content: "\f177"; }
.flaticon-monitor:before { content: "\f178"; }
.flaticon-monitor-1:before { content: "\f179"; }
.flaticon-monitor-2:before { content: "\f17a"; }
.flaticon-monitor-3:before { content: "\f17b"; }
.flaticon-monitor-4:before { content: "\f17c"; }
.flaticon-monitor-5:before { content: "\f17d"; }
.flaticon-muted:before { content: "\f17e"; }
.flaticon-next:before { content: "\f17f"; }
.flaticon-ninja:before { content: "\f180"; }
.flaticon-padlock:before { content: "\f181"; }
.flaticon-padlock-1:before { content: "\f182"; }
.flaticon-pear:before { content: "\f183"; }
.flaticon-phone-call:before { content: "\f184"; }
.flaticon-phone-call-1:before { content: "\f185"; }
.flaticon-phone-call-2:before { content: "\f186"; }
.flaticon-phone-call-3:before { content: "\f187"; }
.flaticon-photo-camera:before { content: "\f188"; }
.flaticon-pie-chart:before { content: "\f189"; }
.flaticon-pie-chart-1:before { content: "\f18a"; }
.flaticon-piggy-bank:before { content: "\f18b"; }
.flaticon-pin:before { content: "\f18c"; }
.flaticon-placeholder:before { content: "\f18d"; }
.flaticon-placeholder-1:before { content: "\f18e"; }
.flaticon-placeholder-2:before { content: "\f18f"; }
.flaticon-plug:before { content: "\f190"; }
.flaticon-plug-1:before { content: "\f191"; }
.flaticon-pointing:before { content: "\f192"; }
.flaticon-rain:before { content: "\f193"; }
.flaticon-right-alignment:before { content: "\f194"; }
.flaticon-right-alignment-1:before { content: "\f195"; }
.flaticon-rolling-pin:before { content: "\f196"; }
.flaticon-ruler:before { content: "\f197"; }
.flaticon-ruler-1:before { content: "\f198"; }
.flaticon-sad:before { content: "\f199"; }
.flaticon-saturn:before { content: "\f19a"; }
.flaticon-saturn-1:before { content: "\f19b"; }
.flaticon-sausage:before { content: "\f19c"; }
.flaticon-sheep:before { content: "\f19d"; }
.flaticon-sheep-1:before { content: "\f19e"; }
.flaticon-shield:before { content: "\f19f"; }
.flaticon-shop:before { content: "\f1a0"; }
.flaticon-shopping-bag:before { content: "\f1a1"; }
.flaticon-shopping-basket:before { content: "\f1a2"; }
.flaticon-smartphone:before { content: "\f1a3"; }
.flaticon-smartphone-1:before { content: "\f1a4"; }
.flaticon-smartphone-2:before { content: "\f1a5"; }
.flaticon-smartphone-3:before { content: "\f1a6"; }
.flaticon-smile:before { content: "\f1a7"; }
.flaticon-socket:before { content: "\f1a8"; }
.flaticon-speech-bubble:before { content: "\f1a9"; }
.flaticon-speech-bubble-1:before { content: "\f1aa"; }
.flaticon-speech-bubble-2:before { content: "\f1ab"; }
.flaticon-speech-bubble-3:before { content: "\f1ac"; }
.flaticon-spoon:before { content: "\f1ad"; }
.flaticon-sun:before { content: "\f1ae"; }
.flaticon-surprised:before { content: "\f1af"; }
.flaticon-syringe:before { content: "\f1b0"; }
.flaticon-table:before { content: "\f1b1"; }
.flaticon-tap:before { content: "\f1b2"; }
.flaticon-tap-1:before { content: "\f1b3"; }
.flaticon-tap-2:before { content: "\f1b4"; }
.flaticon-taurus:before { content: "\f1b5"; }
.flaticon-telephone:before { content: "\f1b6"; }
.flaticon-toaster:before { content: "\f1b7"; }
.flaticon-ufo:before { content: "\f1b8"; }
.flaticon-upload:before { content: "\f1b9"; }
.flaticon-upload-1:before { content: "\f1ba"; }
.flaticon-van:before { content: "\f1bb"; }
.flaticon-victory:before { content: "\f1bc"; }
.flaticon-video-camera:before { content: "\f1bd"; }
.flaticon-video-camera-1:before { content: "\f1be"; }
.flaticon-watermelon:before { content: "\f1bf"; }
.flaticon-weight:before { content: "\f1c0"; }
.flaticon-wifi:before { content: "\f1c1"; }
.flaticon-wifi-1:before { content: "\f1c2"; }
.flaticon-wifi-2:before { content: "\f1c3"; }
.flaticon-wifi-3:before { content: "\f1c4"; }
.flaticon-woman:before { content: "\f1c5"; }
.flaticon-woman-1:before { content: "\f1c6"; }
.flaticon-zip:before { content: "\f1c7"; }@font-face {
font-family: 'icomoon';
src:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/icomoon/fonts/icomoon.eot?gwumas);
src:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/icomoon/fonts/icomoon.eot?#iefixgwumas) format('embedded-opentype'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/icomoon/fonts/icomoon.woff?gwumas) format('woff'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/icomoon/fonts/icomoon.ttf?gwumas) format('truetype'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/icomoon/fonts/icomoon.svg?gwumas#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
i[class^="icomoon"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i[class^="icomoon-"]:before, i[class*=" icomoon-"]:before,
i[class^="icomoon-"]:after, i[class*=" icomoon-"]:after {   
font-family:'icomoon';
font-style: normal;
}
.icomoon-home:before {
content: "\e900";
}
.icomoon-home2:before {
content: "\e901";
}
.icomoon-home3:before {
content: "\e902";
}
.icomoon-office:before {
content: "\e903";
}
.icomoon-newspaper:before {
content: "\e904";
}
.icomoon-pencil:before {
content: "\e905";
}
.icomoon-pencil2:before {
content: "\e906";
}
.icomoon-quill:before {
content: "\e907";
}
.icomoon-pen:before {
content: "\e908";
}
.icomoon-blog:before {
content: "\e909";
}
.icomoon-eyedropper:before {
content: "\e90a";
}
.icomoon-droplet:before {
content: "\e90b";
}
.icomoon-paint-format:before {
content: "\e90c";
}
.icomoon-image:before {
content: "\e90d";
}
.icomoon-images:before {
content: "\e90e";
}
.icomoon-camera:before {
content: "\e90f";
}
.icomoon-headphones:before {
content: "\e910";
}
.icomoon-music:before {
content: "\e911";
}
.icomoon-play:before {
content: "\e912";
}
.icomoon-film:before {
content: "\e913";
}
.icomoon-video-camera:before {
content: "\e914";
}
.icomoon-dice:before {
content: "\e915";
}
.icomoon-pacman:before {
content: "\e916";
}
.icomoon-spades:before {
content: "\e917";
}
.icomoon-clubs:before {
content: "\e918";
}
.icomoon-diamonds:before {
content: "\e919";
}
.icomoon-bullhorn:before {
content: "\e91a";
}
.icomoon-connection:before {
content: "\e91b";
}
.icomoon-podcast:before {
content: "\e91c";
}
.icomoon-feed:before {
content: "\e91d";
}
.icomoon-mic:before {
content: "\e91e";
}
.icomoon-book:before {
content: "\e91f";
}
.icomoon-books:before {
content: "\e920";
}
.icomoon-library:before {
content: "\e921";
}
.icomoon-file-text:before {
content: "\e922";
}
.icomoon-profile:before {
content: "\e923";
}
.icomoon-file-empty:before {
content: "\e924";
}
.icomoon-files-empty:before {
content: "\e925";
}
.icomoon-file-text2:before {
content: "\e926";
}
.icomoon-file-picture:before {
content: "\e927";
}
.icomoon-file-music:before {
content: "\e928";
}
.icomoon-file-play:before {
content: "\e929";
}
.icomoon-file-video:before {
content: "\e92a";
}
.icomoon-file-zip:before {
content: "\e92b";
}
.icomoon-copy:before {
content: "\e92c";
}
.icomoon-paste:before {
content: "\e92d";
}
.icomoon-stack:before {
content: "\e92e";
}
.icomoon-folder:before {
content: "\e92f";
}
.icomoon-folder-open:before {
content: "\e930";
}
.icomoon-folder-plus:before {
content: "\e931";
}
.icomoon-folder-minus:before {
content: "\e932";
}
.icomoon-folder-download:before {
content: "\e933";
}
.icomoon-folder-upload:before {
content: "\e934";
}
.icomoon-price-tag:before {
content: "\e935";
}
.icomoon-price-tags:before {
content: "\e936";
}
.icomoon-barcode:before {
content: "\e937";
}
.icomoon-qrcode:before {
content: "\e938";
}
.icomoon-ticket:before {
content: "\e939";
}
.icomoon-cart:before {
content: "\e93a";
}
.icomoon-coin-dollar:before {
content: "\e93b";
}
.icomoon-coin-euro:before {
content: "\e93c";
}
.icomoon-coin-pound:before {
content: "\e93d";
}
.icomoon-coin-yen:before {
content: "\e93e";
}
.icomoon-credit-card:before {
content: "\e93f";
}
.icomoon-calculator:before {
content: "\e940";
}
.icomoon-lifebuoy:before {
content: "\e941";
}
.icomoon-phone:before {
content: "\e942";
}
.icomoon-phone-hang-up:before {
content: "\e943";
}
.icomoon-address-book:before {
content: "\e944";
}
.icomoon-envelop:before {
content: "\e945";
}
.icomoon-pushpin:before {
content: "\e946";
}
.icomoon-location:before {
content: "\e947";
}
.icomoon-location2:before {
content: "\e948";
}
.icomoon-compass:before {
content: "\e949";
}
.icomoon-compass2:before {
content: "\e94a";
}
.icomoon-map:before {
content: "\e94b";
}
.icomoon-map2:before {
content: "\e94c";
}
.icomoon-history:before {
content: "\e94d";
}
.icomoon-clock:before {
content: "\e94e";
}
.icomoon-clock2:before {
content: "\e94f";
}
.icomoon-alarm:before {
content: "\e950";
}
.icomoon-bell:before {
content: "\e951";
}
.icomoon-stopwatch:before {
content: "\e952";
}
.icomoon-calendar:before {
content: "\e953";
}
.icomoon-printer:before {
content: "\e954";
}
.icomoon-keyboard:before {
content: "\e955";
}
.icomoon-display:before {
content: "\e956";
}
.icomoon-laptop:before {
content: "\e957";
}
.icomoon-mobile:before {
content: "\e958";
}
.icomoon-mobile2:before {
content: "\e959";
}
.icomoon-tablet:before {
content: "\e95a";
}
.icomoon-tv:before {
content: "\e95b";
}
.icomoon-drawer:before {
content: "\e95c";
}
.icomoon-drawer2:before {
content: "\e95d";
}
.icomoon-box-add:before {
content: "\e95e";
}
.icomoon-box-remove:before {
content: "\e95f";
}
.icomoon-download:before {
content: "\e960";
}
.icomoon-upload:before {
content: "\e961";
}
.icomoon-floppy-disk:before {
content: "\e962";
}
.icomoon-drive:before {
content: "\e963";
}
.icomoon-database:before {
content: "\e964";
}
.icomoon-undo:before {
content: "\e965";
}
.icomoon-redo:before {
content: "\e966";
}
.icomoon-undo2:before {
content: "\e967";
}
.icomoon-redo2:before {
content: "\e968";
}
.icomoon-forward:before {
content: "\e969";
}
.icomoon-reply:before {
content: "\e96a";
}
.icomoon-bubble:before {
content: "\e96b";
}
.icomoon-bubbles:before {
content: "\e96c";
}
.icomoon-bubbles2:before {
content: "\e96d";
}
.icomoon-bubble2:before {
content: "\e96e";
}
.icomoon-bubbles3:before {
content: "\e96f";
}
.icomoon-bubbles4:before {
content: "\e970";
}
.icomoon-user:before {
content: "\e971";
}
.icomoon-users:before {
content: "\e972";
}
.icomoon-user-plus:before {
content: "\e973";
}
.icomoon-user-minus:before {
content: "\e974";
}
.icomoon-user-check:before {
content: "\e975";
}
.icomoon-user-tie:before {
content: "\e976";
}
.icomoon-quotes-left:before {
content: "\e977";
}
.icomoon-quotes-right:before {
content: "\e978";
}
.icomoon-hour-glass:before {
content: "\e979";
}
.icomoon-spinner:before {
content: "\e97a";
}
.icomoon-spinner2:before {
content: "\e97b";
}
.icomoon-spinner3:before {
content: "\e97c";
}
.icomoon-spinner4:before {
content: "\e97d";
}
.icomoon-spinner5:before {
content: "\e97e";
}
.icomoon-spinner6:before {
content: "\e97f";
}
.icomoon-spinner7:before {
content: "\e980";
}
.icomoon-spinner8:before {
content: "\e981";
}
.icomoon-spinner9:before {
content: "\e982";
}
.icomoon-spinner10:before {
content: "\e983";
}
.icomoon-spinner11:before {
content: "\e984";
}
.icomoon-binoculars:before {
content: "\e985";
}
.icomoon-search:before {
content: "\e986";
}
.icomoon-zoom-in:before {
content: "\e987";
}
.icomoon-zoom-out:before {
content: "\e988";
}
.icomoon-enlarge:before {
content: "\e989";
}
.icomoon-shrink:before {
content: "\e98a";
}
.icomoon-enlarge2:before {
content: "\e98b";
}
.icomoon-shrink2:before {
content: "\e98c";
}
.icomoon-key:before {
content: "\e98d";
}
.icomoon-key2:before {
content: "\e98e";
}
.icomoon-lock:before {
content: "\e98f";
}
.icomoon-unlocked:before {
content: "\e990";
}
.icomoon-wrench:before {
content: "\e991";
}
.icomoon-equalizer:before {
content: "\e992";
}
.icomoon-equalizer2:before {
content: "\e993";
}
.icomoon-cog:before {
content: "\e994";
}
.icomoon-cogs:before {
content: "\e995";
}
.icomoon-hammer:before {
content: "\e996";
}
.icomoon-magic-wand:before {
content: "\e997";
}
.icomoon-aid-kit:before {
content: "\e998";
}
.icomoon-bug:before {
content: "\e999";
}
.icomoon-pie-chart:before {
content: "\e99a";
}
.icomoon-stats-dots:before {
content: "\e99b";
}
.icomoon-stats-bars:before {
content: "\e99c";
}
.icomoon-stats-bars2:before {
content: "\e99d";
}
.icomoon-trophy:before {
content: "\e99e";
}
.icomoon-gift:before {
content: "\e99f";
}
.icomoon-glass:before {
content: "\e9a0";
}
.icomoon-glass2:before {
content: "\e9a1";
}
.icomoon-mug:before {
content: "\e9a2";
}
.icomoon-spoon-knife:before {
content: "\e9a3";
}
.icomoon-leaf:before {
content: "\e9a4";
}
.icomoon-rocket:before {
content: "\e9a5";
}
.icomoon-meter:before {
content: "\e9a6";
}
.icomoon-meter2:before {
content: "\e9a7";
}
.icomoon-hammer2:before {
content: "\e9a8";
}
.icomoon-fire:before {
content: "\e9a9";
}
.icomoon-lab:before {
content: "\e9aa";
}
.icomoon-magnet:before {
content: "\e9ab";
}
.icomoon-bin:before {
content: "\e9ac";
}
.icomoon-bin2:before {
content: "\e9ad";
}
.icomoon-briefcase:before {
content: "\e9ae";
}
.icomoon-airplane:before {
content: "\e9af";
}
.icomoon-truck:before {
content: "\e9b0";
}
.icomoon-road:before {
content: "\e9b1";
}
.icomoon-accessibility:before {
content: "\e9b2";
}
.icomoon-target:before {
content: "\e9b3";
}
.icomoon-shield:before {
content: "\e9b4";
}
.icomoon-power:before {
content: "\e9b5";
}
.icomoon-switch:before {
content: "\e9b6";
}
.icomoon-power-cord:before {
content: "\e9b7";
}
.icomoon-clipboard:before {
content: "\e9b8";
}
.icomoon-list-numbered:before {
content: "\e9b9";
}
.icomoon-list:before {
content: "\e9ba";
}
.icomoon-list2:before {
content: "\e9bb";
}
.icomoon-tree:before {
content: "\e9bc";
}
.icomoon-menu:before {
content: "\e9bd";
}
.icomoon-menu2:before {
content: "\e9be";
}
.icomoon-menu3:before {
content: "\e9bf";
}
.icomoon-menu4:before {
content: "\e9c0";
}
.icomoon-cloud:before {
content: "\e9c1";
}
.icomoon-cloud-download:before {
content: "\e9c2";
}
.icomoon-cloud-upload:before {
content: "\e9c3";
}
.icomoon-cloud-check:before {
content: "\e9c4";
}
.icomoon-download2:before {
content: "\e9c5";
}
.icomoon-upload2:before {
content: "\e9c6";
}
.icomoon-download3:before {
content: "\e9c7";
}
.icomoon-upload3:before {
content: "\e9c8";
}
.icomoon-sphere:before {
content: "\e9c9";
}
.icomoon-earth:before {
content: "\e9ca";
}
.icomoon-link:before {
content: "\e9cb";
}
.icomoon-flag:before {
content: "\e9cc";
}
.icomoon-attachment:before {
content: "\e9cd";
}
.icomoon-eye:before {
content: "\e9ce";
}
.icomoon-eye-plus:before {
content: "\e9cf";
}
.icomoon-eye-minus:before {
content: "\e9d0";
}
.icomoon-eye-blocked:before {
content: "\e9d1";
}
.icomoon-bookmark:before {
content: "\e9d2";
}
.icomoon-bookmarks:before {
content: "\e9d3";
}
.icomoon-sun:before {
content: "\e9d4";
}
.icomoon-contrast:before {
content: "\e9d5";
}
.icomoon-brightness-contrast:before {
content: "\e9d6";
}
.icomoon-star-empty:before {
content: "\e9d7";
}
.icomoon-star-half:before {
content: "\e9d8";
}
.icomoon-star-full:before {
content: "\e9d9";
}
.icomoon-heart:before {
content: "\e9da";
}
.icomoon-heart-broken:before {
content: "\e9db";
}
.icomoon-man:before {
content: "\e9dc";
}
.icomoon-woman:before {
content: "\e9dd";
}
.icomoon-man-woman:before {
content: "\e9de";
}
.icomoon-happy:before {
content: "\e9df";
}
.icomoon-happy2:before {
content: "\e9e0";
}
.icomoon-smile:before {
content: "\e9e1";
}
.icomoon-smile2:before {
content: "\e9e2";
}
.icomoon-tongue:before {
content: "\e9e3";
}
.icomoon-tongue2:before {
content: "\e9e4";
}
.icomoon-sad:before {
content: "\e9e5";
}
.icomoon-sad2:before {
content: "\e9e6";
}
.icomoon-wink:before {
content: "\e9e7";
}
.icomoon-wink2:before {
content: "\e9e8";
}
.icomoon-grin:before {
content: "\e9e9";
}
.icomoon-grin2:before {
content: "\e9ea";
}
.icomoon-cool:before {
content: "\e9eb";
}
.icomoon-cool2:before {
content: "\e9ec";
}
.icomoon-angry:before {
content: "\e9ed";
}
.icomoon-angry2:before {
content: "\e9ee";
}
.icomoon-evil:before {
content: "\e9ef";
}
.icomoon-evil2:before {
content: "\e9f0";
}
.icomoon-shocked:before {
content: "\e9f1";
}
.icomoon-shocked2:before {
content: "\e9f2";
}
.icomoon-baffled:before {
content: "\e9f3";
}
.icomoon-baffled2:before {
content: "\e9f4";
}
.icomoon-confused:before {
content: "\e9f5";
}
.icomoon-confused2:before {
content: "\e9f6";
}
.icomoon-neutral:before {
content: "\e9f7";
}
.icomoon-neutral2:before {
content: "\e9f8";
}
.icomoon-hipster:before {
content: "\e9f9";
}
.icomoon-hipster2:before {
content: "\e9fa";
}
.icomoon-wondering:before {
content: "\e9fb";
}
.icomoon-wondering2:before {
content: "\e9fc";
}
.icomoon-sleepy:before {
content: "\e9fd";
}
.icomoon-sleepy2:before {
content: "\e9fe";
}
.icomoon-frustrated:before {
content: "\e9ff";
}
.icomoon-frustrated2:before {
content: "\ea00";
}
.icomoon-crying:before {
content: "\ea01";
}
.icomoon-crying2:before {
content: "\ea02";
}
.icomoon-point-up:before {
content: "\ea03";
}
.icomoon-point-right:before {
content: "\ea04";
}
.icomoon-point-down:before {
content: "\ea05";
}
.icomoon-point-left:before {
content: "\ea06";
}
.icomoon-warning:before {
content: "\ea07";
}
.icomoon-notification:before {
content: "\ea08";
}
.icomoon-question:before {
content: "\ea09";
}
.icomoon-plus:before {
content: "\ea0a";
}
.icomoon-minus:before {
content: "\ea0b";
}
.icomoon-info:before {
content: "\ea0c";
}
.icomoon-cancel-circle:before {
content: "\ea0d";
}
.icomoon-blocked:before {
content: "\ea0e";
}
.icomoon-cross:before {
content: "\ea0f";
}
.icomoon-checkmark:before {
content: "\ea10";
}
.icomoon-checkmark2:before {
content: "\ea11";
}
.icomoon-spell-check:before {
content: "\ea12";
}
.icomoon-enter:before {
content: "\ea13";
}
.icomoon-exit:before {
content: "\ea14";
}
.icomoon-play2:before {
content: "\ea15";
}
.icomoon-pause:before {
content: "\ea16";
}
.icomoon-stop:before {
content: "\ea17";
}
.icomoon-previous:before {
content: "\ea18";
}
.icomoon-next:before {
content: "\ea19";
}
.icomoon-backward:before {
content: "\ea1a";
}
.icomoon-forward2:before {
content: "\ea1b";
}
.icomoon-play3:before {
content: "\ea1c";
}
.icomoon-pause2:before {
content: "\ea1d";
}
.icomoon-stop2:before {
content: "\ea1e";
}
.icomoon-backward2:before {
content: "\ea1f";
}
.icomoon-forward3:before {
content: "\ea20";
}
.icomoon-first:before {
content: "\ea21";
}
.icomoon-last:before {
content: "\ea22";
}
.icomoon-previous2:before {
content: "\ea23";
}
.icomoon-next2:before {
content: "\ea24";
}
.icomoon-eject:before {
content: "\ea25";
}
.icomoon-volume-high:before {
content: "\ea26";
}
.icomoon-volume-medium:before {
content: "\ea27";
}
.icomoon-volume-low:before {
content: "\ea28";
}
.icomoon-volume-mute:before {
content: "\ea29";
}
.icomoon-volume-mute2:before {
content: "\ea2a";
}
.icomoon-volume-increase:before {
content: "\ea2b";
}
.icomoon-volume-decrease:before {
content: "\ea2c";
}
.icomoon-loop:before {
content: "\ea2d";
}
.icomoon-loop2:before {
content: "\ea2e";
}
.icomoon-infinite:before {
content: "\ea2f";
}
.icomoon-shuffle:before {
content: "\ea30";
}
.icomoon-arrow-up-left:before {
content: "\ea31";
}
.icomoon-arrow-up:before {
content: "\ea32";
}
.icomoon-arrow-up-right:before {
content: "\ea33";
}
.icomoon-arrow-right:before {
content: "\ea34";
}
.icomoon-arrow-down-right:before {
content: "\ea35";
}
.icomoon-arrow-down:before {
content: "\ea36";
}
.icomoon-arrow-down-left:before {
content: "\ea37";
}
.icomoon-arrow-left:before {
content: "\ea38";
}
.icomoon-arrow-up-left2:before {
content: "\ea39";
}
.icomoon-arrow-up2:before {
content: "\ea3a";
}
.icomoon-arrow-up-right2:before {
content: "\ea3b";
}
.icomoon-arrow-right2:before {
content: "\ea3c";
}
.icomoon-arrow-down-right2:before {
content: "\ea3d";
}
.icomoon-arrow-down2:before {
content: "\ea3e";
}
.icomoon-arrow-down-left2:before {
content: "\ea3f";
}
.icomoon-arrow-left2:before {
content: "\ea40";
}
.icomoon-circle-up:before {
content: "\ea41";
}
.icomoon-circle-right:before {
content: "\ea42";
}
.icomoon-circle-down:before {
content: "\ea43";
}
.icomoon-circle-left:before {
content: "\ea44";
}
.icomoon-tab:before {
content: "\ea45";
}
.icomoon-move-up:before {
content: "\ea46";
}
.icomoon-move-down:before {
content: "\ea47";
}
.icomoon-sort-alpha-asc:before {
content: "\ea48";
}
.icomoon-sort-alpha-desc:before {
content: "\ea49";
}
.icomoon-sort-numeric-asc:before {
content: "\ea4a";
}
.icomoon-sort-numberic-desc:before {
content: "\ea4b";
}
.icomoon-sort-amount-asc:before {
content: "\ea4c";
}
.icomoon-sort-amount-desc:before {
content: "\ea4d";
}
.icomoon-command:before {
content: "\ea4e";
}
.icomoon-shift:before {
content: "\ea4f";
}
.icomoon-ctrl:before {
content: "\ea50";
}
.icomoon-opt:before {
content: "\ea51";
}
.icomoon-checkbox-checked:before {
content: "\ea52";
}
.icomoon-checkbox-unchecked:before {
content: "\ea53";
}
.icomoon-radio-checked:before {
content: "\ea54";
}
.icomoon-radio-checked2:before {
content: "\ea55";
}
.icomoon-radio-unchecked:before {
content: "\ea56";
}
.icomoon-crop:before {
content: "\ea57";
}
.icomoon-make-group:before {
content: "\ea58";
}
.icomoon-ungroup:before {
content: "\ea59";
}
.icomoon-scissors:before {
content: "\ea5a";
}
.icomoon-filter:before {
content: "\ea5b";
}
.icomoon-font:before {
content: "\ea5c";
}
.icomoon-ligature:before {
content: "\ea5d";
}
.icomoon-ligature2:before {
content: "\ea5e";
}
.icomoon-text-height:before {
content: "\ea5f";
}
.icomoon-text-width:before {
content: "\ea60";
}
.icomoon-font-size:before {
content: "\ea61";
}
.icomoon-bold:before {
content: "\ea62";
}
.icomoon-underline:before {
content: "\ea63";
}
.icomoon-italic:before {
content: "\ea64";
}
.icomoon-strikethrough:before {
content: "\ea65";
}
.icomoon-omega:before {
content: "\ea66";
}
.icomoon-sigma:before {
content: "\ea67";
}
.icomoon-page-break:before {
content: "\ea68";
}
.icomoon-superscript:before {
content: "\ea69";
}
.icomoon-subscript:before {
content: "\ea6a";
}
.icomoon-superscript2:before {
content: "\ea6b";
}
.icomoon-subscript2:before {
content: "\ea6c";
}
.icomoon-text-color:before {
content: "\ea6d";
}
.icomoon-pagebreak:before {
content: "\ea6e";
}
.icomoon-clear-formatting:before {
content: "\ea6f";
}
.icomoon-table:before {
content: "\ea70";
}
.icomoon-table2:before {
content: "\ea71";
}
.icomoon-insert-template:before {
content: "\ea72";
}
.icomoon-pilcrow:before {
content: "\ea73";
}
.icomoon-ltr:before {
content: "\ea74";
}
.icomoon-rtl:before {
content: "\ea75";
}
.icomoon-section:before {
content: "\ea76";
}
.icomoon-paragraph-left:before {
content: "\ea77";
}
.icomoon-paragraph-center:before {
content: "\ea78";
}
.icomoon-paragraph-right:before {
content: "\ea79";
}
.icomoon-paragraph-justify:before {
content: "\ea7a";
}
.icomoon-indent-increase:before {
content: "\ea7b";
}
.icomoon-indent-decrease:before {
content: "\ea7c";
}
.icomoon-share:before {
content: "\ea7d";
}
.icomoon-new-tab:before {
content: "\ea7e";
}
.icomoon-embed:before {
content: "\ea7f";
}
.icomoon-embed2:before {
content: "\ea80";
}
.icomoon-terminal:before {
content: "\ea81";
}
.icomoon-share2:before {
content: "\ea82";
}
.icomoon-mail:before {
content: "\ea83";
}
.icomoon-mail2:before {
content: "\ea84";
}
.icomoon-mail3:before {
content: "\ea85";
}
.icomoon-mail4:before {
content: "\ea86";
}
.icomoon-google:before {
content: "\ea87";
}
.icomoon-google-plus:before {
content: "\ea88";
}
.icomoon-google-plus2:before {
content: "\ea89";
}
.icomoon-google-plus3:before {
content: "\ea8a";
}
.icomoon-google-drive:before {
content: "\ea8b";
}
.icomoon-facebook:before {
content: "\ea8c";
}
.icomoon-facebook2:before {
content: "\ea8d";
}
.icomoon-facebook3:before {
content: "\ea8e";
}
.icomoon-ello:before {
content: "\ea8f";
}
.icomoon-instagram:before {
content: "\ea90";
}
.icomoon-twitter:before {
content: "\ea91";
}
.icomoon-twitter2:before {
content: "\ea92";
}
.icomoon-twitter3:before {
content: "\ea93";
}
.icomoon-feed2:before {
content: "\ea94";
}
.icomoon-feed3:before {
content: "\ea95";
}
.icomoon-feed4:before {
content: "\ea96";
}
.icomoon-youtube:before {
content: "\ea97";
}
.icomoon-youtube2:before {
content: "\ea98";
}
.icomoon-youtube3:before {
content: "\ea99";
}
.icomoon-youtube4:before {
content: "\ea9a";
}
.icomoon-twitch:before {
content: "\ea9b";
}
.icomoon-vimeo:before {
content: "\ea9c";
}
.icomoon-vimeo2:before {
content: "\ea9d";
}
.icomoon-vimeo3:before {
content: "\ea9e";
}
.icomoon-lanyrd:before {
content: "\ea9f";
}
.icomoon-flickr:before {
content: "\eaa0";
}
.icomoon-flickr2:before {
content: "\eaa1";
}
.icomoon-flickr3:before {
content: "\eaa2";
}
.icomoon-flickr4:before {
content: "\eaa3";
}
.icomoon-picassa:before {
content: "\eaa4";
}
.icomoon-picassa2:before {
content: "\eaa5";
}
.icomoon-dribbble:before {
content: "\eaa6";
}
.icomoon-dribbble2:before {
content: "\eaa7";
}
.icomoon-dribbble3:before {
content: "\eaa8";
}
.icomoon-forrst:before {
content: "\eaa9";
}
.icomoon-forrst2:before {
content: "\eaaa";
}
.icomoon-deviantart:before {
content: "\eaab";
}
.icomoon-deviantart2:before {
content: "\eaac";
}
.icomoon-steam:before {
content: "\eaad";
}
.icomoon-steam2:before {
content: "\eaae";
}
.icomoon-dropbox:before {
content: "\eaaf";
}
.icomoon-onedrive:before {
content: "\eab0";
}
.icomoon-github:before {
content: "\eab1";
}
.icomoon-github2:before {
content: "\eab2";
}
.icomoon-github3:before {
content: "\eab3";
}
.icomoon-github4:before {
content: "\eab4";
}
.icomoon-github5:before {
content: "\eab5";
}
.icomoon-wordpress:before {
content: "\eab6";
}
.icomoon-wordpress2:before {
content: "\eab7";
}
.icomoon-joomla:before {
content: "\eab8";
}
.icomoon-blogger:before {
content: "\eab9";
}
.icomoon-blogger2:before {
content: "\eaba";
}
.icomoon-tumblr:before {
content: "\eabb";
}
.icomoon-tumblr2:before {
content: "\eabc";
}
.icomoon-yahoo:before {
content: "\eabd";
}
.icomoon-tux:before {
content: "\eabe";
}
.icomoon-apple:before {
content: "\eabf";
}
.icomoon-finder:before {
content: "\eac0";
}
.icomoon-android:before {
content: "\eac1";
}
.icomoon-windows:before {
content: "\eac2";
}
.icomoon-windows8:before {
content: "\eac3";
}
.icomoon-soundcloud:before {
content: "\eac4";
}
.icomoon-soundcloud2:before {
content: "\eac5";
}
.icomoon-skype:before {
content: "\eac6";
}
.icomoon-reddit:before {
content: "\eac7";
}
.icomoon-linkedin:before {
content: "\eac8";
}
.icomoon-linkedin2:before {
content: "\eac9";
}
.icomoon-lastfm:before {
content: "\eaca";
}
.icomoon-lastfm2:before {
content: "\eacb";
}
.icomoon-delicious:before {
content: "\eacc";
}
.icomoon-stumbleupon:before {
content: "\eacd";
}
.icomoon-stumbleupon2:before {
content: "\eace";
}
.icomoon-stackoverflow:before {
content: "\eacf";
}
.icomoon-pinterest:before {
content: "\ead0";
}
.icomoon-pinterest2:before {
content: "\ead1";
}
.icomoon-xing:before {
content: "\ead2";
}
.icomoon-xing2:before {
content: "\ead3";
}
.icomoon-flattr:before {
content: "\ead4";
}
.icomoon-foursquare:before {
content: "\ead5";
}
.icomoon-paypal:before {
content: "\ead6";
}
.icomoon-paypal2:before {
content: "\ead7";
}
.icomoon-paypal3:before {
content: "\ead8";
}
.icomoon-yelp:before {
content: "\ead9";
}
.icomoon-file-pdf:before {
content: "\eada";
}
.icomoon-file-openoffice:before {
content: "\eadb";
}
.icomoon-file-word:before {
content: "\eadc";
}
.icomoon-file-excel:before {
content: "\eadd";
}
.icomoon-libreoffice:before {
content: "\eade";
}
.icomoon-html5:before {
content: "\eadf";
}
.icomoon-html52:before {
content: "\eae0";
}
.icomoon-css3:before {
content: "\eae1";
}
.icomoon-git:before {
content: "\eae2";
}
.icomoon-svg:before {
content: "\eae3";
}
.icomoon-codepen:before {
content: "\eae4";
}
.icomoon-chrome:before {
content: "\eae5";
}
.icomoon-firefox:before {
content: "\eae6";
}
.icomoon-IE:before {
content: "\eae7";
}
.icomoon-opera:before {
content: "\eae8";
}
.icomoon-safari:before {
content: "\eae9";
}
.icomoon-IcoMoon:before {
content: "\eaea";
}@font-face {
font-family: 'linecon';
src:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/linecon/fonts/linecon.eot?-l91leh);
src:url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/linecon/fonts/linecon.eot?#iefix-l91leh) format('embedded-opentype'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/linecon/fonts/linecon.woff?-l91leh) format('woff'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/linecon/fonts/linecon.ttf?-l91leh) format('truetype'),
url(//www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/linecon/fonts/linecon.svg?-l91leh#linecon) format('svg');
font-weight: normal;
font-style: normal;
}
i[class^="linecon"] {
font-family: 'linecon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i[class^="linecon-"]:before, i[class*=" linecon-"]:before,
i[class^="linecon-"]:after, i[class*=" linecon-"]:after {   
font-family:'linecon';
font-style: normal;
}
.linecon-heart2:before {
content: "\e600";
}
.linecon-cloud2:before {
content: "\e601";
}
.linecon-star:before {
content: "\e602";
}
.linecon-tv2:before {
content: "\e603";
}
.linecon-sound:before {
content: "\e604";
}
.linecon-video:before {
content: "\e605";
}
.linecon-trash:before {
content: "\e606";
}
.linecon-user2:before {
content: "\e607";
}
.linecon-key3:before {
content: "\e608";
}
.linecon-search2:before {
content: "\e624";
}
.linecon-settings:before {
content: "\e625";
}
.linecon-camera2:before {
content: "\e626";
}
.linecon-tag:before {
content: "\e627";
}
.linecon-lock2:before {
content: "\e609";
}
.linecon-bulb:before {
content: "\e60a";
}
.linecon-pen2:before {
content: "\e60b";
}
.linecon-diamond:before {
content: "\e60c";
}
.linecon-display2:before {
content: "\e60d";
}
.linecon-location3:before {
content: "\e60e";
}
.linecon-eye2:before {
content: "\e60f";
}
.linecon-bubble3:before {
content: "\e610";
}
.linecon-stack2:before {
content: "\e611";
}
.linecon-cup:before {
content: "\e628";
}
.linecon-phone2:before {
content: "\e629";
}
.linecon-news:before {
content: "\e62a";
}
.linecon-mail5:before {
content: "\e62b";
}
.linecon-like:before {
content: "\e612";
}
.linecon-photo:before {
content: "\e613";
}
.linecon-note:before {
content: "\e614";
}
.linecon-clock3:before {
content: "\e615";
}
.linecon-paperplane:before {
content: "\e616";
}
.linecon-params:before {
content: "\e617";
}
.linecon-banknote:before {
content: "\e618";
}
.linecon-data:before {
content: "\e619";
}
.linecon-music2:before {
content: "\e61a";
}
.linecon-megaphone:before {
content: "\e62c";
}
.linecon-study:before {
content: "\e62d";
}
.linecon-lab2:before {
content: "\e62e";
}
.linecon-food:before {
content: "\e62f";
}
.linecon-t-shirt:before {
content: "\e61b";
}
.linecon-fire2:before {
content: "\e61c";
}
.linecon-clip:before {
content: "\e61d";
}
.linecon-shop:before {
content: "\e61e";
}
.linecon-calendar2:before {
content: "\e61f";
}
.linecon-wallet:before {
content: "\e620";
}
.linecon-vynil:before {
content: "\e621";
}
.linecon-truck2:before {
content: "\e622";
}
.linecon-world:before {
content: "\e623";
}@font-face {
font-family: "Genericons";
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/Genericons.eot);
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAAAAcdeu6KE9TLzIAAAGgAAAARQAAAGBkLHXFY21hcAAAAogAAACWAAABsqlys6FjdnQgAAADIAAAAAQAAAAEAEQFEWdhc3AAADaAAAAACAAAAAj//wADZ2x5ZgAABFQAAC7AAABIkKrsSc5oZWFkAAABMAAAAC8AAAA2C2BCV2hoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAACfAAABOFjwU3Jsb2NhAAADJAAAATAAAAEwy4vdrm1heHAAAAGAAAAAIAAAACAA6QEZbmFtZQAAMxQAAAE5AAACN1KGf59wb3N0AAA0UAAAAjAAAAXo9iKXv3jaY2BkYGAAYqUtWvLx/DZfGbg5GEDgkmLVWhj9/ycDAwcbWJyDgQlEAQABJgkgAHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAACXAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/MOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8FWcA8TdwQFVg6REgYERAPvTCMQAAAB42i1PsRXCUAg8SAprl7FN4QZqb2WZGRjAIVLrHj4be4ews7OJHAd54cMBd+Af7JHmt3RPYAOHAYFweFhmYE4jlj+uVb8nshCzd/qVeNUCLysG8lgwrojfSW/pcTK6o7rWX82En6HJwIEv+wbi28IwpndxRu/JaJGStHRDq5EB+OKCNumZLlSVl2TnOFVtl9nR5t7woR0QzVT+D7cKLeIAeNpjYGBgZoBgGQZGBhBYA+QxgvksDBOAtAIQsoDoj5yfOD9JflL7zPGF84vkF80vll88v0R+yfxS9lX8/3+wCoZPDJ8EPil8ZvjC8EXgi8IXgy8OXwK+JHwp+Mrw////x/wsfHx8HHxMvJo8Rjw6PGo8CjxSPCI8fDwc3PVQ2/ECRjYGuDJGJiDBhK4A4pXhDABtHClYAAAARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBRYFYgW+BjAGwgbkByQHSAeCB+AI2Ao4CowLGgvQDBwM6g08DX4Nug4kDkYOYg6ADsoO7A8yD4gP8hAwEGYQpBDuEUgRshHUEfYSQBJeEnoSlhLEEtwTIBNYE6oT6hQaFC4UShSQFJ4UtBTyFSAVjBW4FegV+hYUFiwWQBZWFmQWchaIFuYXFhdUF4gXyhgEGCwYThh8GNYZEhlCGVgZZhl8GZIZoBnQGhIaShp8GtIa6Br+GzAbVBt+G8Ib/Bw6HGgciBy8HOwdHh1WHXAdmB3eHvYfIB8uHzofSB9WH6of4CA4IMghACFCIcQh4CIGIjoiSCJ8IpYiyCLmIxAjWiPwJCQkSHja1Xx5YFTVvf/53nUm++zJJJnMkpkJJJkss5GFMIQ9w04IS0BZRSJLMIIo1l4XFETQFkVFBKwVrbuWpRaXPOtalZaCPKu1D2yf28NX21qfQubk9z3nzoSAS//+Mbn3nnvuuWc/n+/n+z3fCxHIaEKEJfJMIhKVhJ4GUtP8jCqRz+ufVuQ/NT8jChgkT4ssWmbRz6gK9DU/Ayw+bPKY/B6TZ7TgpuVwN71Unnnm0dHS24QQRSACUYis8XyzST6xEAch4LF5ZJsnKkc9NsDDj2ETXgUikT4iaClNJEBSGoZIP74qa+l//YRfKB5EAEyj4g/ztWBZbslcIEjucqHATOpjkYBXsYo18DNYeOQI3UMvonuOHIHXj+/YcXyHSs7FLGQp+o7sYA8IFq+BpmqKhtk6SDEZinWVWfMsHlLfIkRCgjdPsLpAtMlRUu8CmzVP8HlDEInJmkC+wcbihT54cN/6cePW79Mv/f1E+MUT2zvCM68cOWt7Rwc2pk8TNQ3IWW0gEbuI3yxI7KW9HdtnjbxyZrhj+xPbWX0EYhjcf9h3Jg9gldjBfhLm1af1ERF7BTAEmoxngQDeU35mB/YPsDiFtU0gxChgX2tn8S6FP3zG38O+zMWEVkU1yaYQRCMxt13WblvTT9bcdgpaTsnahlcqUp9owt0Vr2zYc+oUHwN8S2FjwMYV62PNA5+pPhaFc0EP4JhuPr2la4eQCVCsNRvnLac3A9nRNShIBFZPXpciEmHjareZsEbRWNTEBhVvHDasmyniwP7HJ+4AhlsgbmOP7PUsWVA8DFmHuzoSa3avSXR09XZ0HaZfHa7raOARKjm8kWoLdwfuamwHbcqaNVOo1t54V2D3QtA2nsQL1TYePrwRtMTaWUWYhvI0gGlYz5FeldWtgPiwvfW8bpVgAk/cwxqtR/hwhHxeVq9YWNG6duzo0miCHtBgy55TlN/jbYIHFGwyi6IJ6NVO7RG0c7c7ugBDRITMuMlYqovNAFYeuNg4BWPRSBCDBRhsEaKRQJCl5mOvSfmxpqbY3GQSCmYvXjy7s6bVP2WcjI/P4iEUxG7ddWt0brKrC5/P+Yz2fTans2bNjWMvPTwOi8B2Vhtw5pEr+cpyCWabVVAkVQngpGDFtChYcIsQCIYgT1ADQUUNifmQB7g4HIrN6pIdiponhCAYkoJDMd7ucEkOlxK32q02qxIMlAewtuYWQVwLdsg6+fyNbcufpfRunw+CruicxZMm1JYsV4zGfIuUV9+8OH7VzTdfFV80IpSVVZBvMErLS2rHT140JxrJtYfGjRjrFIyl3liplFNkNDlFY6nTmwuKwx0fu6gZfL67aOrZ5W03Pn/SQNiZfrXlIfr62RfrVXeh9JvpoxY4FUt5/eRFm2bsvTy/YvzFdSDK5jq/F8DrrzMpglAxtSFekt2zZ/rmRZPr/WYl1JmVJxdEq6VcX3GhoGY7zaAUuoZ5pNwhrqF5WabyKXVZhW4l/MJZaHhoC28cdiIDKkJ4nxqIiZQittSTBJlKiL8+LogKUe3+mDleLrvAjLhidsRIPBDMAda9LsERkxwCsETlccHiVXx2S4sUD1SBWyIIewRxjzDgk8iBw54n/0w3db0rjt/1ViE9TY/nNXaeue+KFT+Cxz4uSNCP6Bp5+biD/9dsLw0qj8DEq51nG1+if695Cb68Zevjbs19yW+VvZO2LB9yLT1Er4JdsAEsP/85/ZxupEvw+PznPweLNhWq4MY2evS13r0roL03FCq+m/5W2Jx4iP5u/dsQm1SrddTDuw0Xd7lKw+05HqUYSuGfM+nhE/bxIXBCrGAf3Sc0ultay6/9qXZB5lggL5R1FyAeVyEef0Aa8EZR7Qi4kuRz++3helzyOL0wgJfhOL8YXsXtkgNnaIsQrrc7YvE8UGOqllwpVM/Vnvo9pdvoEdpfVTXzgZ+MuPJ5n99dV/vjhyfPTs6uvwVu+TCrcfGm5OQt4R+tsLY3rFJquycX25Yff/vwfT0jH5QDY+vEbavV3KI3b5QrxfqfXbS445E3s4dUtm1a3Dg8XpRILPfm6vUlKD9UjQQH0MGHKG3xDEcZEXbEAz4UIKUIiyg0zwMI+hHk5dCPKlv3yZOWX/TT2VWUpqrYAxUR4SxB6HwNpN6c5jj8Iyt28drRp2lfqmFHl4xPOLZjufLHWK6b4YPIBAMrI9IiYU+Ugejl5YrSbpiQT1+lvX/+s6N6/EXXtsW7nE51/pKKiNMofU2P9h0SJ0ANCJEFs8bHShVRpB+Z/NVeUTASRJ9M2yyIzB6yhKzi2GA3s0HxeXFFF5hjgDMXFKjHuZsNdgtYYvEWMRphQGBA6AjXOwLlPq+kqPXh+tgIiNkVVVHBIiKOxBz2c3F+HGpVjJmjEbENVsDEL7aN7Nn38idXH6T7v9i27Qv6pzNv0x+PFQO3XC8JX/+j+y/gmypIBXkW1VFoBYdslvMkVZjcCMZV9NN7b6H9R8YXF/lX+Lw2S561qhb8T13bbs23WjdOCVzm82GkrVLwycO/OvSeqmHu+w9e/cnL+3pGbvsCJvLSU3mn6YYlUul9fTUhWREeSo30SHv7dkOOklNXNzZcGJoT9Qp+gzu7JL/Qlt3QAUu6Ox9YJQsilHlFWei7SzDBbFXwuiErE6lWVN68M9XQBT3vH2FzXSC3wj9Rlm4ldWQ4G0W73q8hITOh1ZARh5FBLM5+Me7xh20+my/qi4ajYeE9IZAbGLPkmh3T1723++JF9797+do3WncKVqO9oMjucpWblz66ZMmjS0d2j48VSXS/uE9nVJIWDE/fcc2SMYGLd7+3bu37uy+ePPEeyFVzDdmqURIXP/rbRxeXx8Y0Fb3Nk2M9RZ13Kc8jJzFjXTkjCTJxx4YX4R/FPkZF2FQHFYWyxxz02FoUfCbYhPn0ILQ9KExbumxGvL0KqjrkAnpoWkfluKG52fSQJMGEbJvbUxNuLZ++eVkDEPG/bl40oW1h9aS62kmhszsF8/Ir/WF3cSz1n+L187eaSnzFxZbs+GWPr2ZcKT0/Gct0k+ZBKzC91Bg/saCYDoEPiYTVjhG8moIa9dgLbCrWOs672mbSVyVbeCiGHfSbG0ZPg6mto6ZPGyk1PbSpftowbwH9GgAMhixvg3fMyMwy1ZfkGSIW9X0sbpzS2DxpclPjlL4N8NqTB4sqg4XdHtpz4CAcrrQ5h5Re3E5nY2c+isJhGsqFqazGLkkf9kBQwJURDMQtbALEWKWsrD/ZGsFVEULemYdJkQSpeewvyOeJLNWt++MT2xZEqmdctePgksVPeicUeOffqZb+TMqzb71kxuxAc57j6iVrn1005obXfzT/0ZtXTQjOMKuqaBVUn33munj5xBV3/fIvBhJftGnvgfkbPnxx18rm+Qn6wbAN22MPXy08ZfQsj9x6+LLp4e3/0bD49l9B3cFLn76uLTSt+6a7p965yOYszJmSVWgy+u54rnvS7nu3rp9Vr+N4RvYtzvCJAiFPwGYGY3ELn8/AGiXqjbI77AgbEI8Fgmk0x6nD2CRS7TinOWxuYboywE5yBMiFXCIt5+/YliwZX7J12lW/u31a0+W73u5Zd3T3tVOGdC0zl8iCSZDlvNHjtN41Sx/oGjZ1x0XRdn9Odp1r3KjY3GiBwbjG4pAP0NO7BjMH+hn9iuU/dP1icEaTlx0G8c7Ox+9YnYhfdM3td7bdcmyoIc9iSGRZbaYpVy185uZpzctvm7n96zujndGaXVcObZ01+upk5TSLhfpnLNo8BRyw7sgAQRDIXmGBukDei4srn/PeAuS2BeXpq2yF2V9+SR/+MnVFOiDvZecv03d41eUlUW9Xc4gXbyQR+bkP0TuIkwWpYhx/FrPDjCITQxhlVjaAtSAHlaGfpu5bsco7bZ71qvaN1z0152hdxNo8YdiabkPBpsSYG1VioA/SFB1Oh0AZ3HYtlLWvuKLnboOV/p7+agr9+1NPzbu7FB5nbcjoT/mIDd9af0ZBIag27OnjZ+CanoKsl/J7Ac99nL0SgHeJplTgWvbqWgUqEw47kw9xEwoHnDaMeEZNvihvVFwaBb+gs0wF1c0TN93cM3/+ig0XXzSqNfJqVzIZqjapGm2iH9PIrqoqZ/ls+lHMbi8ra2i8boOwNuVLJObO2cKm52D8cJBqjsEX1J+4lQK7O1aANeKr0c05B9bNHkb2b8J5WQlepRSs9iaojw2GELGMvnSKqVBIzf/XvPk0/ez0ZjP932RUJtFkMqqlT+ejCCWn9Lf6TolkbCMqSKg7NY1JsVekA5l3knxp9QOooPSTbeSnZAe5h9xH7icPkoeZNodNsNUq7M+q1KHOoNQpqpWdFBsDFOxOJR9A8QahtgYCwdpANKB3byAYCfIVGIhiZAS7IFobi8bqIqzPo/VxftV/I6A2DrF6B9Ta62rtYbtj4GdjRy37szqsdXYwyXEjOPyyLQ4mv+qPB1UjBGV/VFVx1Pk/Af+E9BkvqVZThSnVCiLgdBZZrADn/RNgIDGKVuEFTC68AAIM5JHOCDArcH2cujJ19mNwpV59EO6kH34sjPv000+hUpA/ph8KjQ9K/5AlWi2oAkjsHVaowIpM54D5A63OzoFjLPt0TUX+HC+AL+GLEhyTZAFkEPCWHew1ngE7H8vOptXpFop6jqwMlgzfgCn07Rd3wmz68M4X9/5pVeoFiLx47+Rdu3ZhaPbOF+//06rz56oF5dwL5GM2V5GJFaCO5uaqVQsSYVTXBJQPDrsUV9I8AjEVgXUEMEzFFKiHWTgDUxiRRmStjdQhVQuUsyj+aoyBcAgUPUI4B8whIRjggocnY1Qcc2MP2T0TSiIqi0GO1w6XiLfsjfStAPXlOINQiAVZlojhEpYZDJjjMYyPK5KCcG+2SxI5yJgfI2T0Dkb8OAc8tpueWLlyidW075r14N4wIbn6rTtmlSdC2KNGEUb+/OVlD4Brodt/KX3/dnHo0I4tV6xrn7vgyWuT2V3tl9AvV14xvCXLsHPlqv9qanEkQxs3RTsstnBBVbS0am4gEDEYzEUFlfXFzki1udghK5VlFTWh8bmohxlt9jGBwFirTTYbi70V9spOj9cvCh0bW8Mza3Js5qmXrBtWPjJsKjaaHRsebp91+0y64TRsuqRp1o43eibdsNAZG9/TTQ899BD9dFxb7qzZUP2MyXwv/fSNdde9DyGdd+rNZLQzzUDvMqxdfRn945139E8Yn9dgm739re6xm9bWY1uzBEiuaLp1Q7j62jtTWaNuGtYz1FfiTV775ALhshdbJlmbWpZfds3637g80+d3fpgMV1uDwxcsnFlcWaZm5zkc44YMbfc4PBZByHGai9v8/haTXYFhlQKUTSh1eQSo9Pnag1aP0yIZi8rcc2pHXhYy5Yy5aHU00l5tsOfVDC+Pb2ieclU0P2flA303f/3WTTeuPXrvZVb3yq3T7qJPrN/QXer8rz27YOU99/7BJQk5t7xL/7x7H/3D+9f//8R1mT73Y3W4ej25BG9cuAjy5BAqSKY8A858HnIJsTiKJ5eI+ngspPiC3kAeJgOXWAZqSMLF0iK6RIe8Wy2aMGb26CZnXlnlitVXdl86K2E2I+waTFa3P1IaWdU+xmzxjB41rACGKdbEiNmTpo+oyxLKW6Z3zpsx0mKRCsKR5NgZ48aXFBeJJmeR0XhKdTQOKc0eP2rMww899bO7N8xzqkPEnKH1M+ffsO3QojmbZ8Qtcm6uqtD/EVS7w+3yuUqzzUKRKycXCr2VeeXV4jOpjwQ5W5It1aMuGzPx+s62Km++ASFJyS+sCCerqxdMm9hYlZP9htG9fNWD9786b/LlTW4hr6QoKz2GiEFXIAYNIddh79hVbgwNMqiRUCwy5iaivseUAtlmBWapCgz+YRqmD9rTgn3gORITJpusg2SINS3zB57bMnQgpo4Mw6QbDiy5auWUiZe//yukq6ZRdZ3r75y69cq2sYteeHB7z4wqekmT1ze8qX368g6Xu9xtKYjEOxdVDvWUOIpqIj5vkXPYsBkzu7ctXzGsIR7tnL1xXsswr6el9dLJ1aFCp8NWUlYV8/pikVlXHrxnVbfYuuzyJQdumNSYN3zFrmff62mfefnGqXeu76xL5lTN6Nn+4AuL5tPftl86e3hzRbDY6bAYjeZ8zCPkLXe7W0I2e3l5dai+FqmIMzhkQtuCS0a3BgMlVrPJ46ofMbTKbvN4orWFRagDJSdNrBkRCnH+jKyIKMzuGGESHXFX1wbwrFQiS+EcJSRUgomjOO94Zp1Gwe6ptyuaPVhkZ0cymmCsgSZGXjFu7lCtt27VwgSoiACeOWMLDAbYG01KpLiu3OAJ6mdM3ZWsqK0QtIvu/3qzbKr2lLTvnD5zrz+Q1Cn927BVDas93KIVJLVkBBmPesxmrGUMq6UPWwSJAY4VYC3TWqK9nKkzCrvzxzidV+0oE1iQWwesdgmsjhgzlyjEqzCzbsRi1e0/gBKO866MXoTpLCimHHILYgXrCtQSgn7R7mD3LpBezx/qyu949nBHvmto/rDbfkL/1hoKjRwZCrXC6HmtrfNaBU9lw5DqshmpLY+C75FH6AePPkY/eOQR8KU+rKiZWVo1pFGuxoEYUb1vWCjvilfoF/QE/eKVtQWllUXrZtTNKDn03/Nks9kGDYXT69qWL2+rmVIn0jOT/vxkycz62LyYaMh3VeZ3dORXuvKHgRJqxeJbW/VzKDS8rHZIQ3B4alnXgctWHOzqOnjiYJdwb03JxOHlDUJ7qCVUnUg9Fe8srq9b+uzGKVM2/mop6n/hkb4Z66oDC43whj07Rx4/pG75HcurJ4Wa6bU5CypCsXlsfSK/Znq6RnwkjuPBjDBM7RX5loUwHDw23VzOu81hU2VPRscKRh1x/aE0ze63e2sA5t03f4w2LwZqzega+bUtW16X7kMaoc7bPX/+7nmw/D6Mlo7Os/ttIS8tm3vPnGjnj0YfPeKpqfHAx5uef3HTZdU/Ptq5a+6cnZ1/qA0dZ/FEryPbP8B5nU/KM3ybb+Lo+jrbxkF+yPZyHBB3IamOOxRkxpn9GyTW7wWSXX76Hn3P35UMwHLZ1DC6wSSr3Kx+VN/iOcrs6Kl9LAF9H/z8hR1Sqc9XKhHdrvUCcqnWgT0WByFG0WTMiduMEHUIt8Ga1Od0O6wULBTDggVWpv4u5NPtqc9hDb0dLt+d+iL1xW61lb5FD0F56lnw0V/RtyAC4+kH9CFxL/0TTIDI2W/o28t66EvQ0rOMt10ghCpzsO0uMoa3XRUFNU9iKoQKeaBrOEwcMr6F65vtb8TNyLCYcqGzMKaZcMuiBxVo+dXZjdbIHFlWrEU1rjMGWaVX5g11Z1vL8suaK4RTXtlpSa2ylcr/dFpLyz6wFouCS5RcFvr3Yp+vGEZk2wtUsmgRpbTFarVV2MyCgTYU5IqyWlkh2xxVVSV09S/tZW5zn0GRcZ4U5jnzDLtyrT5vcbDYk2PhOMX2R9h+0GDtb9BmCPnezY/0bgfHOgFnLd9TYnsdqPw5PDaPGBZ6xd5+wjRETJ7i8jylIRPW+klmLmHJCmPHOdwqZYTMRqCESyFFKBHf7GKApmAwRdg+U5Ldk8weC5+HZcSftmtm2DQza+q7f4hNeCdZTKhsmcQ6cIH8XHf3c/Qs/ZCefX716ufhjrXv3NvZee87a3fRr3buhKw/wdBO+rRKVj+vJ2LJkefji8+fXd2588RnJ3Z27qRf0dcxuUToXPqfnTAV3tPnB9aJ8L1IE957GY7arSLrVQ/rTKmL72ZqTGs+tUfS+B4m/ezUnn7siD2nCBncrmxSTKp0W53JEw3b8LAw45c+rbj+mh4vNlQ+VlhYRqFzBg9NwM5ORvu4xiniOdXrRKYcSODZqWhn2RLStLOYjCVIsbNwIOCkhD2HXkx5fl1cZChpxLrUoqasioxHxS16iZ4mqK0PowJRAnU/VFUJy1JC4RJ1xRO8DMK0KYebmya/s8bSb0AwqFij4pxQETyNVRLcDtTnDn9X5QnJGajr4H3rYpwblaQJZdwohqdhm5g+MmFPOowc1Wb6oZ7OvHtuO5vVmF+/pwGU6GnYM37Q9DVzFsh3NQWi+qY5Xx8zYaZ6tXo1tseNCAcOQB2tRYA4qAFvPt+jUyFurx+BsAt/Fsrmpk6VNzUGvTnWYcLX+4WyA/6uwIFCs7lwf+rkgQCG/cIwnspfU5pnDIWnS88dSJ3c7/cfKGptLTwglGHwoL9rYG1ynC8gJdh3KqCUZjv15W7JjOyOIM9HBEMJhdhHNGq6+9n0+oFhkLVzdd/q9Ue+PLKenQAb/LfVmSe4dHY9eze8mX64fv2AfTpdFm/pBcWRdFGoXtgtUY9NNsHfvlVmauxAngZBE1dT07fKpd+cq5VhsG2cr7cSUsFtVza2FeOJMjj6gXqIOIw4UGzpCv+mOkomIb6S+jf14vKNQKWBKO+QXKxTKaJbNdv/Z9AWNEIMqyIagXe8EZi2FUNVI8aNjgLnXYifMpyl8hL6JfKeL5dSBc4shRwYCjl+WEu3Tnrl3Zcn0lvh8kmvrFjxypQUYWauU/SlhRxbZXyTypf09CyDM3BmWU9PXyVcAT2TZ0yfTG+lW/EKL+3RXzglRDk6n1dn5ofh46uOgDcIjDWyuiOtjDNLeByCFgcE46whqEtk8N7PmSM2KK7zTYkUeWC/ckoAWMBbcucvdm2/qH3FK0lY+8fQdWfJdRpt5M268//eSG3h1YC3u257eAVvWsuaEaf2rEDIgf2eoj2nhJN0L2vTlO3e6ZPhinfhQ54DvMoauDf1Fm/4V13LeRNfWrNgJQdjEBho6b4S2P/M7IX1MwIKo15IaLSX9mqQ4CdIyBfcayxNen+R29HPz8NA+nrFhNbX29eriQl+EhPqBfcaS8PmqJaWKxbEsyjzcLFVGqJ+ziLsKutBhlWIVHJ4wPgZPveTiQ44mo49ySgg0DCB4OxPA76mg4+eQuGJEYoOIOjiX2+KqyACXjMH5w1QirxhBzGy9WrBP5CLQSW0/BD1U/8hWi5M3L9f+jE9mPoUJtL9ggPaQHCkPmXYovMFDbs2i692BN4gMxqj1Ne0PqKJuGAUBpiUGahTvdBLE+f4MeMLRu6TZAT8M3kYi0jhT8TfGQxzF5pedmJVJRLvv16lF98zkDzGdIwCW90OHIoaQfXjfMQ+6u3TaELUUo8vEGak9moLEgs0mIThBQqW3qdBL7acPetbwJ/lskdp/oS5syE2Ztx8VOQ5jPYgDCVS/E1WFegdjDc5uLY5g+a+Gp6IUO4z1aMYcwLeZEGgCnxmphyhmAWi7zm09ZMjdPfvj8I2mAYlr67qJ/Me/Jx+TA880b23G//kjLvE72HREZGsepX+lT5JLz/6BCSh6PMH5/VpPB2X7f3fADEo6ovYG07uo+JCecJ1UlyiLcgsBpZmMXgs6luVeZErZnxzunVZs8PhE76u7L68u5L+H193f4zQj8LC3LHa/LgvMbNrmPTO2AkTxp45ylcVRNmeAQ5MZp/BhtgQ1nkNQwXUXeJc3+RIhqCG6Oth0GB3sMYH1ZAgcBqleJnHFv1tkv7mpVkPbm0E1AoC0S2TmIMOHqi+JmH4S9d/MofFg2/G4i95YyWcSo8dD7U3AWoT/tjwU0IZ28h47PiSOSwCyutLaS3vPd3fivsxVWa8mPLAyzg9Liu7m7sz+bwDTkt8rXGazJ2XOIJrLLRmytRuXDcauzLXpZR2NcP2qxk2MD8lQZuypntqmmy9TJvZnUA2snUBP1HY3Mgjhbp/HIKnyrA+GjGjClHAii+wi+VccsyZSpfT5VPn7IR9Nz733I2Ys0qYNFl7DB/AXVOPrd0FWSnnc2B4jjlTMTxbwPBMPsmWEJIJH8QdMucl9KR2Uj65IEVgr9aLY4Vz1EAGuBQpwsFi48WuBvI10Q82k3GZ4pHionAQZ7CQIZhHEFd1HrMLO0w4iKwJzALi8JjKcIJxDwMTTn34y18E7ZOa0f4/PnTz6UcXrZc3DVs69i8pzfLO+KlLnljF4pRSvP8k1L1xzNP0b1X0jH3zqyDeugvsdPKlrz48Dt+3vDP215euPbKtFBR8SFNMJxGxrZLGW8OWpcb87tL1ZPjDOoG1j89EfzrFWVRP+vC9PsKd3RjSzBASBtZnKtczy9gq5/wgfQGHlN7vM6fXizCM/gu2a9QCa6UH04HuvlE4Mdgw/H33mjW718j30zLEJyLsSZ3Sry0L2VOcPvTwGpbkPG6icj7L8IW7kg1emTL3HUNVCa+QPLceEYnTsSJ3IBu8GAnLisuUdN4ZphzXmTJJ4475gqs/7f2pM2Vd/Mhc8Hi4EEK1Ecmzz8TSCPu48Bj8B2nnRuZHmRFDNKGrA/ycwMqx5zgI/A3QX6T6ZZ9OjCVOm5lE0nM9yzVK5oTKCB0j4kRlumgJ12d1cRiJNUHajsVtTNw+OWizT1UPb2xdVxV67vI9pwolwvWyHWWejYfD1Us3nNrT0srXpqaCKqf9Ye1Wxr+DbGEEA5ERbCdNRFquHEwmP207mqQN9CS8Bm1tnyaPt83e20/2yruSx/ARjKcN4GaPjuNdW2rHXiAMkIHJLpnRKPVc/4t6RWS9Qtym+Af5f+UnuKwRsPCoByQCn1PLLJjFXFTpL+THqYVaOmCWBrO4HRIX2B8UTX8H1zySWyS1EplFf8G8UGHWLGqRH++gv8B3O+BzrssnFFYPxuiYgASEiFRvCllNr8xksYDUJsHTMSxJsHRYFyMm41YCIYE/jQlsDKZ6B3wJRKwe88bEGSxyd9o+Pg8BVyhWTX+Gc5st0syzNE+QNe6STIwiq7zGSBmbAWeJoDsecx5fwG5kTfm2/ucjQZzZNShz4lwTJBl9jx3xsM03+D48SB/8vnthgEylMqE+7cLAgAN0xgP6e0K8awRuB+G2DFbnb+1iZ5CF4ZisG2T4WbeNMEMJs5718TiJObNo6dUu4qM0jvD8GX4FLsg/zASuzRcdVI4YZYownCtKYxlpmQI5K2NWwEyZqOExxfhcwQeYituv2xAydnCGM8U6FjN5Lqev4LEKCiOAIRBEfIc3iF/6cJBv+vQn/eQnn96kcODglnD9mnrzbvqvX5bSf0Ju6S8hm9FEoq97Ja3FMXxOAwBDq8Eg4IIBFJCwesz1FnDe8NZi43SHX0U5vLGqfVypDgoCVk3HLmBmGyZH8OJ2bzzsqHSlMeIc9pQPYI9ej+8rPe1JSDJ10If1/JI5HOnQ+R1lCtxfn/EqI7fgmdjWlkfl8hqBGDECFy3zLmf6JzNHpN6bKwToXIGNEMV1xy1yKMD38Qfn2bDymZgo5c4cePJFue86MKjFNP2MZbNhuUpNsdXI8gaUm/q6TY+5iY84kxBNyGrTs5nVLRCJc41F4apFIjN1+4hYX1/fd4TZo9hU0vT5fBZLi/80zjRNAdFyj7pAXUCq+M6K6ldUixpkRDFoCQTlINMf48G4HIuLcQeictwh2h1+h2rHseaT216vLmikv6tptm95Y4Sz5Y0ttqZa+rvGTwyGTxqhrrbJtuWNkdaRb9xqb6qFOhZNN3H4FU7fam+uOZdSzyA3O4E5NNfoST/RM771dcy4jGM3ucDGYEV9/rwvH4Ab+VWI+fnOaRyUC7+BkOo3n96yaYNweHwf4aHUmPHf+iAidWTL6c3jU2M2bGJX4fCGb/GH4nNypTyjVyCgstXPlrusc4eUfmEsCGGYsEkj4ezRY/XF/SaTwWx1n5srOo8y6SyRxWZEvUx0qGbceoBz8ZTsyxH965GBbxIyOK+7D4n48AwrnmTwftD+QyYtkiELm576dyB6iSkuIAa+nyCDvp/A0tLfT4jAHbwN34u5ZBDm6kbwNNalQRc7x4AAeEZfsXj+OgO6vKoixyOWv4LaFcNcjqnG84rxpH+DihPS4CoMFAm82rj0M0XzL1Gw/0UtUzy+hO1mrR+oxoXzznLhvJMym3TI1zy2MDK3C+edsExH+720V9v7rQlXz4vpSzJooWk5dl55ju/+wodx1m995ZMazFsvKOjskfP0yPPKCH93GfrONa4qB9+uZkDLfqUQjnIPqO8pH170t7ffsf/n825aUlHkLCyKjC52vmUyj5n+fXUSGhqndSdGXrR/XEFBia+k2Du0umpkg7fUaquOpH3hdZ1Xn9Xsp+K8YYYKjrknqRuHzQ0nL0jLEhpZ2hSOvESYwZ6lZcyHupk9I2MHYUzHTOz4RhgVg7AFj6DPb0HNLlzMggqjGimWeQe00/85UamlPuvgtkitYwTeybwu3I7JE6bDvO7/xPrkKtvYTgbTQFsEexnEW8CF0horv35CU/DGZ1+YcP/9E1741caK5gk4ZZeO+c1r97YMHXP33WOGttz7+ktj2Jwgl8BJdafixhWsfw3F7F8iqBbRwQzaQeGyE/Qo1Jw4Kh09cfToCag52/U1kK/lhm3IoRu2QQO8to2+Rl/bBq/RshaJtDCdjOunaTtQEdv9MQpRFLSoxX3LgTjKtTREubBJNxIpiCqsnX0oqges7lEm33UTrcxhhFnz8IRU9lwKbtMfMPp+ux6lP1wP2w+Xn/p3JWvkO8os+4EyLSj+g+oPldoHL8+lOw50/lDJOH1e7mSJGIqm56iMcgzLNRkF5rRgCqIIY/Y0k8CtngyARYJyaEfbc0v6OR7LCWYdpb18CrMPyujxHW0Tqabfp/0ldFzP4z7Vg3OVL8iLfMf752wPIuuTjCzycgdl0Weq5w4WHD0kPsnHrk4mV48dt6Il3ODzNYRbVozjMcB7SsaVxzRSdogDoUEYx/lRNrPSQBrEeYnMv9kT5Fv1wC0jDLgljS2shmHdKdLtDxcxNS/FxaPE51EfSW6Nr1lTPvfiem0wd+K2hguHlDkEurFzZE+Uf1qncEW4j583nwb76c1slxR5h3TeGGq6J6rG6SbTNwQiz8I2FBAn99f1cJRUVBt3QfF5mCmOQWglFOlBH8qkZV+uXr1w6sqFf/0NnQbk+iVz6uouXbt96YK3FG3smHuW3ZinFt20+r6nhV8NH9daWkpb6PFJU28jaTs6kTP7wz4xrHriYYsv7pFna19oFTRRwS6oXnKFikvOtM1b49wim2EQ6+eMYwmYgswRk7MLOJCWxzhxe/s5Vko6Xel7U0j0phaAm00QI/ezZv3KeIOR5HB/ZxuOIMp+i8ljYR8asNk2BEC3DKt+I6BKr+nKDWjf8DHTzS2gm5i1bzROhPFeThNjiqVnDC9shEHjLErjagYztmnny0kz+Y/zZZgjqKgjuLtlMF4j5EONMEJ1jIAyCNRAvhQcAY54cIQQCKoO/MsXWSK8RVkXR3jmCeP5QhnGYaAM8iGuloEazzcEK/HGEccMJYdaIyvMXdNRI48QkDiPEPBtScWkIuboyMdZd6GIzBPFLNnkEsjLkGhT8n1FhcMiFUEAWXbkWnL9geJRzsJch5xX6nCGC8XcGkOhrSJ/Yo9k9Ug2Q/OkZqUgJ2R3j3FdtuidJwO1bl+NSynJrk2Wx3ODxV6Lx2MszbYmY0PlvOxQgbMsz+fMcjsNhaFgnVLamD8kWIUKowEMcpYMTtc1726SsrJHubPUPIMh35rbHBTyLaPrvEaDx1BTWyY4Suoryk2CRxr6LcH9L0mxIMPum/zHp7LCRQaLTSyNueOq2ZdndfogS/VnNcdkVbD7so0VTtHuNNqz1ycFk5wlGLN8pc0em9VkMIH/ZsgxGBTVLDrkItvQfHOJN+AwmbPiVos9x1SgWixyvsliLXQ2O2srKt2uSqfRPKW2oNWUZcpxlIcWz/gJ7X+mPOeWEa3DSgqiLXK2Uc01Fxepdq9FrjMWZEuWxpGjyzplh8mpcBm6V3SrC6SMDfJbPH6Az/t+fcMNv75BFAdfpJM38Ougv7SfJLO79DJUxzlvIF9rYq84YK/BGwNbKyRqArEXUb8vwd6REnwvC+ORa/BYA+lLcDtOIr3PJXD+wqL1PAfbACpILRmmf6+sey4hJ/Po3y2nv5YxIWOLDYd0VHl6wUtpYodI08i/Ru4njWOZLtwYuPqmrh083KfvRQrJtMPI2LXeB5jc6NIkn3fdGIZ8oY5WB7WP29H1gHftWIyw87QHMoRZGdAtzv/2PS1LMps7me+4gejSpI8wBV5EAU55jMhAgmlOeFCSCQHnYXqY41ucY4BGcvX9EKOIOjEEWyS+Y+rzBiEaDCj5oDBfLodubiyDcyYaAp9igf/0+8EP3MtP/G0M2xGjBxPOTv9Ef5c/X9Dy/RjKdya0p6KBQNSvatSBtDPX3xWAclG2jZu+8QyNTkx2xaBNSzjzMbH+VheGOp2J1L/wJX+UkMHfEo4mE0k7mUeW8D2jtE9gC8SZU6DHNBDDfGzZ8A6KiHLlf2C0mdUHrxlQH/D8ueCqDgx1Mpoe9rGN/Sjx0kG2m5MOMiealD4N+tJq2vmX+fq484nwAJKqD9L3Y9Z5wZeMPpCeJ3j7wJ5TkJk2OJPoB6f2pMXKmeQgZTiZmTsC9skpNaH08v00ou/Lh42CiGzXwbZHM2tWfsS3plXMFmh3v84k6fH/Hsc9A/Cnb0TJPdEWoe+kwGcPqoOzerYxkxi7F36W3sETYBWuqZ/imvLwvRYH9w6Iu8BhYh7XgzrZFrb5TC2Q6WaZ3rGMPkCX0AeW3TH2lR5NS/edpvW8Qn+kd9OROY/+9s1H5rRdYoF/aQ+c64UHNJptWSqm0o0W0nOCkMk4H3SLVyX75tdcCqytwyESZFt85UFlIMIcDwR9ujUsEg+YeC3xoUtwtwjML47dFah2m98bCOreoI48QeWbBG/neucuCkQC18+lX+28h/5rzg14s3iOJ+9t9rS39D68XfrY5yB9/thSDO4qSWk7U8Pn/mNT5+M/aarY8mu+qTCybRnt38rzS5x49MpbNl/52HH9bivAsgmtmGTqgiMg6HHXY1aY5fX6He0/0tmh/WLzwpXhzsTcWyZnbF3aoL1swZNGC1nTTXps3TOeInHGwMaQMgSAAQ7AuI09bPJWAclCLcHqUO3EIb9+371H6eX0SfrXV1cJpOv5S6D+sBgOU7LqVSiBabDt6Ocnnn+a/m06r8OrOBca+f8FUcr9zjhX5CTaGg8rAjOvBoRg2AXumDR1z5o1UyJzws/2Wr98up88/aW11/EOFB8XtTVTBDJlTXhOhJKpBYfoF0PoF1AwBAoObT50KO3TLGJLB++pySS9p3buO2pHxoLDDZ+mwWE13SeDzpxAZc6MOn1XPKTfy+gJvL+zM9+Z6T/mLsDwltnSGbHWQ6y/+TduhNfNyHbRQPTIoh//PCIKMe654JHIOroVqtahHh25Eqro1nXHhMdT77yTOpE68U7qHeFx+WN6zx/onvffh4V/EFENodekboRb6DrhGrgx8917poyMP4SnGFCFH5TJsWOo7g96Mb0ZN7h++YPfFnklL8zjWKaK386MVrD6wbK07x7X1ezI8CuZ/cmIs4vtZnOc9nBvczbv1EAQYZk9hfq43cFs1gof036udnWxweCBueOHzLphj77r20f0O8q4MQcyLpaBpP/TkKZrF3Xq8ZSH4cLv9arJBLLoO7029Z3hgId9i8x2j+3hWJhv3NnjulJSnv5M2Wp31PNHkqPebhl4xp+EM0/s4njohol/27r1b3Q/vZ3uZyGxy+LKN+bn/Z3+NXb1xNEmk6nI6cz95SU//uKiXK2kPLiJPvPIuFunjA6HyhSn0vPLn0OgK8epuWrCd9Dr3+l7JBEO5Lvlx359GGZfXaRqg7OGiby4s8vykRcX5qlbTWaTIbvYbHPlOpsacj6qcTVYJ8/GEk3NJZGs3GDbqFxwRvxh57xZYduYQDg3MCWZc15fidybtIjNdh//TwL4ZrzoyzARWxxn7y6hZFffxcpwWk3v/+yvlChLzpyFiz+Fx+THaDUcYwccP/s8HcUIiPR6apQ45+yOY8c4DqVtSen95cHaJhPPusJznmcmV3XYyuQx/Pz/AAfdhq542o2QsWrDMBCGfyVOSjOUDn4AdSlJiY1sMCTZ0hQHQqcM6RyMahsSKVj2EChd+wgd+wZ9s7xDz4pKl0IrkO7T3a+73wZwhU8wnNcNHhwzDPDiuIMLvDvu4hYnxx4G7M5xD9fsyXGf8q+kZN4l3e7tq5YZfDw77tDcN8ddPOLDsQef+Y574Cxx3Kd8gQU0DjiiQokcBWpwDJFhRDGGQIQEY+IV6SQU0RwGezR0GpvBQh+OVZkXNR9mIx6LKBnzlZaKz82+MUaSZGmV0k7JqJOit1hKJasy04p4TcWcmu6wJRHWMm92W4LUimsbK1JIayskYxwz2r81PlciTBBgSvv7M5BqVae6yiWPQ8Fn/McAXaJJMA1a8/9wu7FFQ2Vtf4mwE0IbW2fYyMqUWnEholAIwf/u+QXtVlqxAAAAeNpt0meTFVUUheH7DhkJEgQJgpIFhdvn7NM9gxKGCZKzKGZyUHJGySAgSq7i5wrFfYdPdFXX+tRP9V61Wl2tt8//rdbh1vueV29eWl2tYXQxjOGMYCSjGM0YxvIB4xjPBCbyIZOYzBSm8hHTmM7HzGAms5jNJ8xhLp/yGfOYzwIWsojFLOFzlrKML/iS5aygTUUiExRqGrrpYSVf8TWrWM0a1tLLOvroZ4BBvmE9G9jIJjazha1sYzs72MkudvMte/iO79nLD/zIT/zML/zKb+xjPwc4yCEOc4SjHOM4v/MHJzjJKU5zhrOc4zwXuMglLnOFq/zJX1zjOje4yS1uc4e73ONv7vOAh/zDI/7lPx7zhKc84zkveDnqwsljg1W7bVZmMrMZZjFrszG7zZ63mfSSXtJLekkv6SW9pJf00pBX6VV6lV6lV+lVepVepVfpVXpJL+klvaSX9JJe6njZu7J3Ze/K3pW9K3tXbg9915id/wid0Amd0Amd0Amd0Il3TueesJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn0h6SS/pZb2sl/WyXtbLelkv62W9rBd6oRd6oRd6oRd6oRd6oVf0il7RK3pFr+gVvaJX9IperVfr1Xq1Xq1X69V6tV6tV+s1eo1eo9foNXqNXtPxijsr7qy4s+LOijsr7qy0h75rzG6zx+w115l9Zr85YA520l0Wd1ncZXGXxV0Wd1ncZama1x+EcTsAAAAB//8AAnjaY2BgYGQAgosrjpwF0ZcUq9bCaABTzgdAAAA=") format("woff"),
url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/Genericons.ttf) format("truetype"),
url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://www.macronimous.com/wp-content/plugins/wp-mega-menu-pro/css/wpmm-icons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//www.macronimous.com/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//www.macronimous.com/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}