@charset "utf-8";
@charset "UTF-8";
.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}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;
}