/*!/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css*/
/* Fields */
.xoo-aff-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
    width: 100%;
}

.xoo-aff-input-group:first-child {
    border-right: 0;
}

.xoo-aff-group input{
    box-sizing: border-box;
}


.xoo-aff-input-group .xoo-aff-input-icon {
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    align-items: center;
    height: auto;
    align-self: stretch;
    display: flex;
    width: 100%;
    justify-content: center;
    border-style: solid;
}

body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
    flex-grow: 1;
    min-width: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%!important;
    margin-bottom: 0!important;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    background-image: none;
    border: 1px solid #ccc;
    border-style: solid;
    border-radius: 4px;
    -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 .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
}

.xoo-aff-group input::file-selector-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}


.xoo-aff-group label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.xoo-aff-group {
    float: left;
    width: calc(100% - 20px);
    position: relative;
}

.xoo-aff-group.onehalf{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onethird {
    width: calc(30% - 20px);
    margin-right: 20px;
}


.xoo-aff-group.twothird {
    width: calc(70% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.onefourth {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.xoo-aff-group.threefourth {
    width: calc(75% - 20px);
    margin-right: 20px;
}


div#ui-datepicker-div {
    z-index: 99999999999!important;
}
.xoo-aff-single_checkbox .xoo-aff-label{
    display: none;
}

.xoo-aff-options-list label {
    font-weight: 400;
}

.xoo-aff-fields {
    display: table;
    width: 100%;
}
.xoo-aff-group.xoo-aff-checkbox_single {
    min-height: auto;
}

.xoo-aff-group.one.xoo-aff-checkbox_single {
    margin-bottom: 10px;
}

.xoo-aff-group.xoo-aff-cont-checkbox_single {
    margin-bottom: 5px;
}


/* Password Strength */
.xoo-aff-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.xoo-aff-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.xoo-aff-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.xoo-aff-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.xoo-aff-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.xoo-aff-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
    margin-right: 5px;
}


/* Select 2 */
body .select2-dropdown {
    z-index: 99999999999;
}

.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
    border: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 0 0 0;
    border-radius: 0;
    line-height: inherit;
    padding: 0;
}

.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: inherit;
    height: inherit;
}

.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}


.xoo-aff-group .select2-container *:focus {
    outline: none;
}

.xoo-aff-group select, .xoo-aff-group select + .select2 {
    padding: 0 15px;
}


select.xoo-aff-states{
    display: none;
}

@media only screen and (max-width: 450px) {
    .xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group.twothird {
        width: calc(100% - 20px);
    }
    .xoo-aff-group {
        margin-right: 0;
    }
}

.xoo-aff-flag-cont {
    display: flex;
    align-items: center;
    height: inherit;
} 
.xoo-aff-flag-cont span:nth-child(1) {
    margin-right: 6px;
}
 
.select2-results .xoo-aff-flag-cont span:nth-child(2) {
    font-size: 12px;
}

span.xoo-aff-pwtog-hide {
    display: none;
}

.xoo-aff-pw-toggle {
    display: flex;
    align-items: center;
    right: 5px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    user-select: none;
}

.xoo-aff-pw-toggle > * {
    cursor: pointer;
    padding: 5px;
}

.xoo-aff-select2-dropdown {
    min-width: 140px;
}

/* Profile */
label.xoo-aff-file-profile input[type="file"] {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 30px !important;
    z-index: -1;
}

label.xoo-aff-file-profile .xoo-aff-input-icon {
    border: 0;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

label.xoo-aff-file-profile {
    display: table;
    margin: 0 auto;
}

label.xoo-aff-file-profile .xoo-aff-input-group {
    margin: 0 auto;
    display: table;
    width: auto;
    cursor: pointer;
}


.xoo-ff-file-pladd, .xoo-ff-file-plcheck {
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
}

.xoo-aff-file-profile .xoo-ff-file-plcheck {
    color: #058105;
    display: none;
}

.xoo-aff-file-profile-cont:not(.one) + .xoo-aff-group:not(.one) {
    align-self: center;
}

.xoo-ff-file-preview{
    border-radius: 50%;
}

.xoo-aff-file-profile-cont .xoo-ff-files{
    text-align: center;
}

.xoo-aff-file-profile-cont .xoo-aff-label {
    margin-top: 5px;
    margin-bottom: 0;
}



/* RTL */
body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

body.rtl .xoo-aff-flag-cont span:nth-child(1) {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
}

body.rtl .xoo-aff-group {
    float: right;
}

body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
    margin-left: 5px;
    margin-right: 0;
}

body.rtl .xoo-aff-group:not(.one){
    margin-left: 20px;
    margin-right: 0;
}


body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
    border-left: 0;
}
/* [inline: after] */.xoo-aff-input-group .xoo-aff-input-icon{background-color:#eee;color:#555;max-width:40px;min-width:40px;border-color:#ccc;border-width:1px;font-size:14px}.xoo-aff-group{margin-bottom:30px}.xoo-aff-group input[type="text"],.xoo-aff-group input[type="password"],.xoo-aff-group input[type="email"],.xoo-aff-group input[type="number"],.xoo-aff-group select,.xoo-aff-group select+.select2,.xoo-aff-group input[type="tel"],.xoo-aff-group input[type="file"]{background-color:#fff;color:#777;border-width:1px;border-color:#ccc;height:50px}.xoo-aff-group input[type="file"]{line-height:calc(50px - 13px)}.xoo-aff-group input[type="text"]::placeholder,.xoo-aff-group input[type="password"]::placeholder,.xoo-aff-group input[type="email"]::placeholder,.xoo-aff-group input[type="number"]::placeholder,.xoo-aff-group select::placeholder,.xoo-aff-group input[type="tel"]::placeholder,.xoo-aff-group .select2-selection__rendered,.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__rendered,.xoo-aff-group input[type="file"]::placeholder,.xoo-aff-group input::file-selector-button{color:#777}.xoo-aff-group input[type="text"]:focus,.xoo-aff-group input[type="password"]:focus,.xoo-aff-group input[type="email"]:focus,.xoo-aff-group input[type="number"]:focus,.xoo-aff-group select:focus,.xoo-aff-group select+.select2:focus,.xoo-aff-group input[type="tel"]:focus,.xoo-aff-group input[type="file"]:focus{background-color:#ededed;color:#000}[placeholder]:focus::-webkit-input-placeholder{color:#000!important}.xoo-aff-input-icon+input[type="text"],.xoo-aff-input-icon+input[type="password"],.xoo-aff-input-icon+input[type="email"],.xoo-aff-input-icon+input[type="number"],.xoo-aff-input-icon+select,.xoo-aff-input-icon+select+.select2,.xoo-aff-input-icon+input[type="tel"],.xoo-aff-input-icon+input[type="file"]{border-bottom-left-radius:0;border-top-left-radius:0}/* [/inline: after] */
/*!/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css*/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-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(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/select2/select2.css*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!/wp-content/plugins/affiliate-wp/assets/css/forms.min.css*/
.affwp-form input[type=checkbox],.visit-converted i{display:inline-block}table.affwp-table{text-align:left;width:100%;border:none;margin:0 0 21px;border-collapse:collapse}table.affwp-table td,table.affwp-table th{text-align:left;border:1px solid #eee;color:#666;padding:.3em 1em;max-width:100%}table.affwp-table th{background:#fafafa;font-weight:700}.affwp-form{margin-bottom:20px}.affwp-form fieldset{border:none}.affwp-form legend{font-size:120%;margin-bottom:1em}.affwp-form input[type=text],.affwp-form input[type=password],.affwp-form input[type=email],.affwp-form input[type=url],.affwp-form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.affwp-form input{border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1)}.affwp-form input[type=text].required,.affwp-form input[type=password].required,.affwp-form input[type=email].required,.affwp-form input[type=url].required{color:inherit}.affwp-form label{cursor:pointer}.affwp-wrap{margin-bottom:20px}#affwp-generate-ref-url input{width:100%}.affwp-errors,.affwp-notice{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid #E6DB55;margin:0 0 21px;background:#FFFFE0;color:#333}.affwp-error,.affwp-notice{padding:10px}p.affwp-error{margin:0!important}#affwp-affiliate-dashboard h4,#affwp-graphs-filter{margin-bottom:20px}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{margin:0 0 20px;padding:0;border:none}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{display:inline-block;padding:0 10px 0 0;margin:0}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active{font-weight:700}#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a{text-decoration:none}#affwp-affiliate-dashboard .affwp-graph{margin-bottom:20px}#affwp-affiliate-dashboard .affwp-graph table{width:auto}#affwp-affiliate-dashboard-visits{table-layout:fixed}#affwp-affiliate-dashboard-visits .referring-url,#affwp-affiliate-dashboard-visits .visit-url{width:30%}#affwp-affiliate-dashboard-visits .referral-status{width:15%}#affwp-affiliate-dashboard-visits .visit-date{width:25%}#affwp-affiliate-dashboard .affwp-send-notifications-wrap label,.affwp-form .affwp-tos,.affwp-form .affwp-user-remember{width:auto}.visit-converted i{position:relative;top:2px;left:2px}.visit-converted i:before{font-family:dashicons;font-style:normal}.visit-converted.yes i:before{content:"\f147";color:#5e95ef}.visit-converted.no i:before{content:"\f158";color:#ef6c5e}#affwp-affiliate-dashboard-creatives pre{background-color:transparent;background-color:rgba(0,0,0,.01);border:1px solid #eaeaea;border:1px solid rgba(51,51,51,.1);line-height:1.5;max-width:100%;overflow:auto;padding:1em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}#affwp-affiliate-dashboard-creatives code,#affwp-affiliate-dashboard-creatives pre{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.affwp-table{word-wrap:break-word}.affwp-creative{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #eaeaea;border-bottom:1px solid rgba(51,51,51,.1)}.affwp-creative:last-of-type{border-bottom:none;padding-bottom:0}.screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}
/*!/wp-content/plugins/age-gate/dist/main.css*/
[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;left:0;min-height:0;min-width:10px;right:auto;top:0;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}
:root{--ag-form-margin:auto auto}.age-restriction{height:calc(100vh - var(--ag-vh-offset, 0px));overflow:var(--ag-restriction-overflow,hidden);position:relative}.age-gate{background-color:var(--ag-form-background,#fff);border:var(--ag-form-border,0);border-radius:var(--ag-form-radius,0);border-width:var(--ag-form-border-width,0);box-shadow:var(--ag-form-shadow,none);color:var(--ag-text-color,#333);margin:var(--ag-form-margin,auto);max-height:var(--ag-form-max-height,calc(94vh - var(--ag-vh-offset, 0px)));max-width:var(--ag-form-max-width,500px);overflow-y:auto;padding:var(--ag-form-padding,20px);position:relative;scrollbar-width:var(--ag-scrollbar-display,none);width:100%;z-index:var(--ag-form-z-index,10000)}.age-gate::-webkit-scrollbar{display:var(--ag-scrollbar-display,none)}.age-gate *{box-sizing:border-box}.age-gate .simplebar-scrollbar:before{background-color:var(--ag-scrollbar,#000)}.age-gate h1:after,.age-gate h1:before,.age-gate h2:after,.age-gate h2:before,.age-gate h3:after,.age-gate h3:before,.age-gate h4:after,.age-gate h4:before,.age-gate h5:after,.age-gate h5:before,.age-gate h6:after,.age-gate h6:before{content:none}.age-gate-additional-information,.age-gate__additional-information{font-size:var(--ag-text-additional-size,12px);margin:var(--ag-text-additional-margin,0);padding:var(--ag-text-additional-padding,0)}.age-gate-additional-information p:last-of-type,.age-gate__additional-information p:last-of-type{margin-bottom:0}.age-gate-background-color,.age-gate__background-color{-webkit-backdrop-filter:blur(var(--ag-blur));backdrop-filter:blur(var(--ag-blur));background:var(--ag-background-color,#fff);opacity:var(--ag-background-opacity,1);z-index:1}.age-gate-background,.age-gate-background-color,.age-gate__background,.age-gate__background-color{height:calc(100vh - var(--ag-vh-offset, 0px));left:0;position:fixed;top:0;width:var(--ag-overlay-width,100%)}.age-gate-background,.age-gate__background{background-image:var(--ag-background-image);background-position:var(--ag-background-image-position);background-repeat:var(--ag-background-image-repeat);background-size:var(--ag-background-image-size,cover);opacity:var(--ag-background-image-opacity);z-index:2}.age-gate-background iframe,.age-gate-background video,.age-gate__background iframe,.age-gate__background video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.age-gate-buttons,.age-gate__buttons{align-items:center;display:flex;gap:var(--ag-button-gap,10px);justify-content:center}.age-gate input[type=text].age-gate-input,.age-gate input[type=text].age-gate__input{background:var(--ag-input-background-color,#fff);border:var(--ag-input-border,solid);border-radius:var(--ag-input-radius,3px);border-width:var(--ag-input-border-width,1px);color:var(--ag-input-color,#414141);font-size:var(--ag-input-text-size,1rem);padding:var(--ag-input-padding,.5rem 1rem);text-align:var(--ag-text-align);transition:all .3s;width:100%}.age-gate input[type=text].age-gate-input::-moz-placeholder,.age-gate input[type=text].age-gate__input::-moz-placeholder{color:var(--ag-input-placeholder-color)}.age-gate input[type=text].age-gate-input::placeholder,.age-gate input[type=text].age-gate__input::placeholder{color:var(--ag-input-placeholder-color)}.age-gate select.age-gate-select,.age-gate select.age-gate__region,.age-gate select.age-gate__select{background:var(--ag-input-background-color,#fff);border:var(--ag-input-border,solid);border-radius:var(--ag-input-radius,3px);border-width:var(--ag-input-border-width,1px);color:var(--ag-input-color,#414141);font-size:var(--ag-input-text-size,1rem);padding:var(--ag-input-padding,.5rem 1rem);text-align:var(--ag-text-align);width:100%}.age-gate select.age-gate__region{margin-bottom:1rem}.age-gate-label,.age-gate__label{display:var(--ag-label-display,block);margin:var(--ag-label-margin,0 0 .5rem)}.age-gate-error,.age-gate__error{color:var(--ag-text-error-color,#c00);font-weight:var(--ag-text-error-weight,bold)}.age-gate-error a,.age-gate__error a{color:currentColor;text-decoration:underline}.age-gate-errors,.age-gate__errors{padding:var(--ag-text-errors-padding,0 10px)}.age-gate-errors:empty,.age-gate__errors:empty{padding:0}.age-gate-extra,.age-gate__extra{margin:var(--ag-fields-margin,0 auto 1rem);max-width:var(--ag-fields-width,100%);width:100%}.age-gate-extra:empty,.age-gate__extra:empty{display:none}.age-gate-form-elements,.age-gate__form-elements{display:grid;gap:var(--ag-input-spacing,10px);grid-template-columns:repeat(3,1fr);list-style:none;margin:var(--ag-input-margin,0);padding:0}.age-gate-fields,.age-gate__fields{border-width:0;display:block;margin:var(--ag-fields-margin,0 auto 1rem);max-width:var(--ag-fields-width,100%);padding:0;width:100%}.age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields{padding:0 20px 20px}@media screen and (min-width:768px){.age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields{max-width:70%}}@media screen and (min-width:1024px){.age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields{max-width:50%}}.age-gate-form,.age-gate__form{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.age-gate-heading-title,.age-gate__heading-title{font-size:var(--ag-text-heading-size,2rem);font-weight:var(--ag-text-heading-weight,700);margin:var(--ag-text-heading-margin,0 0 1rem)}.age-gate-headline,.age-gate__headline{font-size:var(--ag-text-headline-size,1.5rem);font-weight:var(--ag-text-headline-weight,700);margin:var(--ag-text-headline-margin,0 0 1rem)}.age-gate-restricted,.age-gate__restricted{height:calc(100vh - var(--ag-vh-offset, 0px));overflow:var(--ag-html-overflow,hidden);position:relative}.age-gate-loader,.age-gate__loader{align-items:center;background:rgba(0,0,0,.4);color:var(--ag-loader-color,#000);display:none;height:calc(100vh - var(--ag-vh-offset, 0px));justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100000}.age-restriction--working .age-gate-loader,.age-restriction--working .age-gate__loader{display:flex}.age-gate-loader img,.age-gate-loader svg,.age-gate__loader img,.age-gate__loader svg{display:block;height:70px;width:70px}.age-gate-loading-icon,.age-gate__loading-icon{display:block;height:50px;width:50px}.age-gate-heading-title-logo,.age-gate__heading-title--logo{height:var(--ag-logo-height,auto);max-width:var(--ag-logo-max-width,100%)}.age-gate-remember-text,.age-gate__remember-text{font-size:var(--ag-remember-size,.9rem);font-weight:var(--ag-remember-weight,normal);margin-left:var(--ag-remember-spacing,5px)}.age-gate-remember-wrapper,.age-gate__remember-wrapper{margin:var(--ag-remember-margin,0 0 1rem)}.age-gate-remember,.age-gate__remember{align-items:center;cursor:pointer;display:inline-flex;justify-content:var(--ag-remember-align,center)}.age-gate-subheadline,.age-gate__subheadline{font-size:var(--ag-text-subheadline-size,1.2rem);font-weight:var(--ag-text-subheadline-weight,500);margin:var(--ag-text-subheadline-margin,0 0 1rem)}.age-gate-submit,.age-gate__submit{margin:var(--ag-submit-margin,0 0 1rem)}button.age-gate-button,button.age-gate-submit-no,button.age-gate-submit-yes,button.age-gate__button,button.age-gate__submit--no,button.age-gate__submit--yes{background-color:var(--ag-button-color-background,#333);border:var(--ag-button-border,0);border-radius:var(--ag-button-radius,3px);color:var(--ag-button-color-text,#fff);cursor:var(--ag-button-cursor,pointer);font-size:var(--ag-button-size,1rem);font-weight:var(--ag-button-weight,600);padding:var(--ag-button-padding,.5rem 1rem)}button.age-gate-button:active,button.age-gate-button:focus,button.age-gate-button:hover,button.age-gate-submit-no:active,button.age-gate-submit-no:focus,button.age-gate-submit-no:hover,button.age-gate-submit-yes:active,button.age-gate-submit-yes:focus,button.age-gate-submit-yes:hover,button.age-gate__button:active,button.age-gate__button:focus,button.age-gate__button:hover,button.age-gate__submit--no:active,button.age-gate__submit--no:focus,button.age-gate__submit--no:hover,button.age-gate__submit--yes:active,button.age-gate__submit--yes:focus,button.age-gate__submit--yes:hover{background-color:var(--ag-button-color-hover,#323232);border:var(--ag-button-hover-border,0);color:var(--ag-button-color-text-hover,#fff)}button.age-gate-submit-no,button.age-gate-submit-yes,button.age-gate__submit--no,button.age-gate__submit--yes{margin:var(--ag-button-margin,0)}.age-gate-wrapper,.age-gate__wrapper{box-sizing:border-box;display:var(--ag-form-display,flex);height:calc(100vh - var(--ag-vh-offset, 0px));left:var(--ag-form-left,0);overflow-y:var(--ag-form-overlow,auto);padding:var(--ag-wrapper-padding,20px);position:var(--ag-form-position,fixed);text-align:var(--ag-text-align,center);top:var(--ag-form-top,0);transition-duration:var(--ag-transition-duration,.3s);transition-property:all;transition-timing-function:var(--ag-transition-timing,ease);width:var(--ag-overlay-width,100%);z-index:var(--ag-form-z-index,10000)}.age-gate .age-gate-shortcode-inner,.age-gate .age-gate__shortcode__inner{align-items:center;background:hsla(0,0%,100%,.5);display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px;text-align:center;width:100%}.age-gate--shortcode,.age-gate-shortcode{background-color:transparent;background-size:cover;max-width:none;padding:0}.age-gate--fade,.age-gate.fade{opacity:0}.age-gate--slide-0,.age-gate--slide-up{transform:translateY(-100%)}.age-gate--slide-down{transform:translateY(100%)}.age-gate--slide-left{transform:translateX(-100%)}.age-gate--slide-right{transform:translateX(100%)}
/*!/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css*/
.xoo-el-opac {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: black;
    opacity: 0;
    transition: all 0.2s ease-out
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}


.xoo-el-inmodal .scroll-content{
    height: 100%;
}


.xoo-el-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal {
    display: inline-block;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    border-radius: 5px;
    height: 90%; 
}

.xoo-el-srcont {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
}

.xoo-el-container:not(.xoo-el-style-slider).xoo-el-popup-active .xoo-el-modal{
    opacity: 1;
    transform: scale(1);
}


.xoo-el-popup-active.xoo-el-container{
    visibility: visible!important;
    font-size: 15px;
}
.xoo-el-container{
    visibility: hidden;
}


span.xoo-el-close {
    font-size: 17px;
    position: absolute;
    right: -9px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}

span.xoo-el-close:hover{
    color: #e63030;
}

.xoo-el-head span {
    display:  block;
}

.xoo-el-head {
    display:  table;
    margin: 0 auto;
    text-align:  center;
    text-transform:  uppercase;
    margin-bottom: 15px;
}



.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear:  both;
    width: calc(100% - 20px);
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
}

body.xoo-el-popup-active{
    overflow-y: hidden;
}


.xoo-el-notice-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.xoo-el-notice-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.xoo-el-notice-warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-notice{
    display: none;
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.xoo-el-notice-error , .xoo-el-notice-success, .xoo-el-notice-warning{
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}

.xoo-aff-group.xoo-el-login-btm-fields{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
    justify-content: space-between;
}

.xoo-el-section{
    display: none;
}
.xoo-el-section.xoo-el-active{
    display: block;
}
.xoo-el-switch{
    cursor: pointer;
}


.xoo-el-lostpw-tgr , .xoo-el-login-tgr , .xoo-el-reg-tgr{
    cursor: pointer;
}

.xoo-el-head-nav{
    text-decoration: underline;
}


.xoo-el-form-txt{
    margin-bottom: 10px;
    display: block;
}
.xoo-el-head-action a{
    margin: 0 5px;
}
.xoo-el-action-form > a.xoo-el-lostpw-tgr{
    display: table;
    float:  right;
    margin-top: -5px;
    clear:  both;
    text-transform:  uppercase;
    font-size:  13px;
    cursor:  pointer;
    margin-bottom:  5px;
}
.xoo-el-head-action a:hover{
    text-decoration: underline;
}
.xoo-el-notice a.xoo-el-lostpw-tgr {
    margin-left: 5px;
    text-decoration: underline;
}
.xoo-el-lostpw-success .woocommerce-message{
    margin: 0 0 10px 0;
}
.xoo-el-sidebar{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.xoo-el-wrap {
    min-height:  100%;
    display: flex;
    width: 100%;
    height: 100%;
}

.xoo-el-main {
    position: relative;
    vertical-align: top;
    height: auto;
}

@media only screen and (max-width: 769px) {
   .xoo-el-sidebar{
        display: none;
    }
    .xoo-el-wrap , .xoo-el-main{
        display: block;
        width: auto;
    }
}


label.xoo-el-form-label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}


a.xoo-el-lostpw-tgr {margin: 0;}

.xoo-el-header-icon{
    position: absolute;
    font-size: 56px;
    top: -30px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.xoo-el-recaptcha {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;

    &.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
    }

    &.short {
        background-color: #f1adad;
        border-color: #e35b5b;
    }

    &.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
    }

    &.good {
        background-color: #ffe399;
        border-color: #ffc733;
    }
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

.xoo-el-fields {
    position: relative;
    z-index: 1;
}

.xoo-el-popover>.xoo-el-arrow, .xoo-el-popover>.xoo-el-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.xoo-el-popover>.xoo-el-arrow{
    border-width: 11px;
    bottom: -10px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.xoo-el-popover{
    position: absolute;
    right: 20px;
    top: -96px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 14px;
    display: none;
    z-index: 99;
}

span.xoo-el-pm-head {
    display: block;
    padding: 10px;
}

span.xoo-el-pm-strength {
    display: block;
    padding: 10px;
}

.xoo-el-password-meter.bad .xoo-el-pm-head , .xoo-el-password-meter.short .xoo-el-pm-head{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.xoo-el-password-meter.good .xoo-el-pm-head{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.xoo-el-password-meter.strong .xoo-el-pm-head{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.xoo-el-section-login .xoo-el-notice br+br{
    display: none;
}

span.xoo-el-loginvia {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #777;
}


.xoo-el-section.xoo-el-section-lostpw {
    padding-right: 20px;
}
/* Header */

.xoo-el-form-container ul.xoo-el-tabs {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    padding: 0 20px 16px;
}   
.xoo-el-form-container ul.xoo-el-tabs li {
    padding: 12px 20px;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0;
}   
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {    
    font-weight: 600;
    pointer-events: none;   
}   
.xoo-el-section {   
    padding-left: 20px; 
}

.xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
    width: 15px;
    margin-right: 6px;
    height: auto;
    display: inline;
    vertical-align: middle;
}
/** -- */

.xoo-el-uv-cont span:first-of-type {
    font-size: 30px;
    display: block;
    text-align: center;
}

.xoo-el-uv-cont span:last-of-type {
    font-size: 16px;
    line-height: 37px;
    margin-top: 9px;
}
.xoo-el-form-container{
    padding-bottom: 0;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 700px;
    margin: 10px auto;
}


.xoo-el-processing{
    pointer-events: none;
}

.xoo-el-login-btm-fields label input {
    margin-right: 4px;
}

.xoo-el-login-btm-fields label{
}

.xoo-aff-input-group svg.xoo-aff-input-icon {
    padding: 10px;
    max-width: 35px;
    min-width: 35px;
}



.xoo-el-srcont::-webkit-scrollbar {
    width: 7px;
}

.xoo-el-srcont::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.xoo-el-srcont::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #dfdbdb
}


.xoo-aff-myacc-field {
    margin: 0 0 1.41575em;
}

.xoo-aff-myacc-field .select2-container {
    max-width: 100%;
}

span.xoo-el-resetpw-hnotice {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline;
    opacity: 0.8;
    font-style: italic;
}

.xoo-el-form-container[data-active="resetpw"] .xoo-el-resetpw-hnotice {
    display: none;
}

.xoo-el-form-resetpw .xoo-el-form-txt {
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

form.xoo-el-action-form {
    margin-top: 20px;
    margin-bottom: 0;
}


@media only screen and (max-width: 600px) {
  body .xoo-el-main {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.xoo-el-form-container[data-active="single"] .xoo-el-header {
    display: none;
}

span.xoo-el-nav-ft {
    text-align: center;
    display: block;
    margin: 10px 20px 0 0;
}


span.xoo-el-sing-head {
    display: block;
    font-size: 32px;
    margin-bottom: 5px;
}

span.xoo-el-sing-subtxt {
    font-size: 16px;
    display: block;
}



.xoo-el-sing-fields {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
}


span.xoo-el-edit-em {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
}


.xoo-el-section[data-section="single"] .xoo-el-notice {
    margin-bottom: -10px;
}


/** Slider **/
.xoo-el-style-slider .xoo-el-sidebar {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal:before {
    display: none;
}

.xoo-el-style-slider .xoo-el-modal {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000000000;
    transition: all 0.5s;
    right: 0;
    width: 100%;
}

.xoo-el-style-slider.xoo-el-popup-active .xoo-el-modal {
    transform: none;
}

.xoo-el-style-slider .xoo-el-inmodal {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
}

.xoo-el-style-slider .xoo-el-srcont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-el-style-slider .xoo-el-main {
    height: auto;
    overflow: auto;
    width: 100%;
}

.xoo-el-style-slider span.xoo-el-close {
    top: 10px;
    right: 10px;
}

.xoo-el-spinner{
    animation: xoo-el-spin 2s linear infinite;
    display: inline-block;
}

@keyframes xoo-el-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.xoo-el-form-container[data-active="single"] img.xoo-el-head-img {
    margin-bottom: 20px;
}

body.rtl .xoo-el-section {
    padding-right: 20px;
    padding-left: 0;
}

body.rtl .xoo-aff-group:not(.xoo-aff-cont-tel) span.xoo-el-edit-em {
    left: 10px;
    right: auto;
}

body.rtl .xoo-el-form-container{
    text-align: right;
}

body.rtl .xoo-aff-pw-toggle {
    left: 5px;
    right: auto;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group .xoo-el-edit-em {
    right: 55px;
}

body.rtl .xoo-aff-cont-tel .xoo-aff-input-group {
    direction: rtl;
}


.xoo-aff-group {
    align-self: flex-end;
}

.xoo-el-fields-cont {
    display: flex;
    flex-wrap: wrap;
}


.xoo-el-popup-active .select2-container {
    z-index: 99999999999!important;
}

.xoo-el-popup-active.xoo-el-container {
    content-visibility: visible!important;
}


.xoo-ff-files {
    display: flex;
    flex-direction: column;
    line-break: anywhere;
    margin-top: 10px;
}

.xoo-ff-files a {
    padding: 2px 0;
}

.xoo-ff-files > div > span {
    color: red;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}
/* [inline: after] */.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal{max-width:400px;max-height:500px}.xoo-el-style-slider .xoo-el-modal{transform:translateX(400px);max-width:400px}.xoo-el-main,.xoo-el-main a,.xoo-el-main label{color:#000}.xoo-el-srcont{background-color:#fff}.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active{background-color:#000;color:#fff}.xoo-el-form-container ul.xoo-el-tabs li{background-color:#eee;color:#000;font-size:16px;padding:12px 20px}.xoo-el-main{padding:40px 30px}.xoo-el-form-container button.xoo-el-action-btn:not(.button){font-weight:600;font-size:15px}.xoo-el-modal:before{vertical-align:middle}.xoo-el-style-slider .xoo-el-srcont{justify-content:center}.xoo-el-style-slider .xoo-el-main{padding-top:10px;padding-bottom:10px}.xoo-el-popup-active .xoo-el-opac{opacity:.7;background-color:#000}/* [/inline: after] */
/*!/wp-content/themes/pluto-by-osetin/assets/css/magnific-popup.css*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1048;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1049;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0!important; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


  .mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*!/wp-content/cache/asset-cleanup/css/item/81a2f6c556f0f9a7244149a0850a4916-v4fe578d1054637c720a776766028e53ba3f6e05d.css*/
/*!/wp-content/uploads/wp-less-cache/pluto-main-less-nova.css*/article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Nunito;font-size:14px;line-height:1.428571429;color:#3c5b68;background-color:#f5f6f8}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#3468ad;text-decoration:none}a:hover,a:focus{color:#224572;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:8px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#f5f6f8;border:1px solid #ddd;border-radius:6px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Nunito;font-weight:700;line-height:1.2;color:#2c2d2f}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small{font-size:75%}h1,.h1{font-size:40px}h2,.h2{font-size:36px}h3,.h3{font-size:26px}h4,.h4{font-size:17px}h5,.h5{font-size:15px}h6,.h6{font-size:14px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}true,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}true,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.666666666667%}.col-xs-10{width:83.333333333333%}.col-xs-9{width:75%}.col-xs-8{width:66.666666666667%}.col-xs-7{width:58.333333333333%}.col-xs-6{width:50%}.col-xs-5{width:41.666666666667%}.col-xs-4{width:33.333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666667%}.col-xs-1{width:8.3333333333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.666666666667%}.col-xs-pull-10{right:83.333333333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.666666666667%}.col-xs-pull-7{right:58.333333333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.666666666667%}.col-xs-pull-4{right:33.333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666667%}.col-xs-pull-1{right:8.3333333333333%}.col-xs-pull-0{right:0%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.666666666667%}.col-xs-push-10{left:83.333333333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.666666666667%}.col-xs-push-7{left:58.333333333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.666666666667%}.col-xs-push-4{left:33.333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666667%}.col-xs-push-1{left:8.3333333333333%}.col-xs-push-0{left:0%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.666666666667%}.col-xs-offset-10{margin-left:83.333333333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.666666666667%}.col-xs-offset-7{margin-left:58.333333333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.666666666667%}.col-xs-offset-4{margin-left:33.333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666667%}.col-xs-offset-1{margin-left:8.3333333333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){true,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.666666666667%}.col-sm-10{width:83.333333333333%}.col-sm-9{width:75%}.col-sm-8{width:66.666666666667%}.col-sm-7{width:58.333333333333%}.col-sm-6{width:50%}.col-sm-5{width:41.666666666667%}.col-sm-4{width:33.333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666667%}.col-sm-1{width:8.3333333333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.666666666667%}.col-sm-pull-10{right:83.333333333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.666666666667%}.col-sm-pull-7{right:58.333333333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.666666666667%}.col-sm-pull-4{right:33.333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666667%}.col-sm-pull-1{right:8.3333333333333%}.col-sm-pull-0{right:0%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.666666666667%}.col-sm-push-10{left:83.333333333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.666666666667%}.col-sm-push-7{left:58.333333333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.666666666667%}.col-sm-push-4{left:33.333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666667%}.col-sm-push-1{left:8.3333333333333%}.col-sm-push-0{left:0%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.666666666667%}.col-sm-offset-10{margin-left:83.333333333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.666666666667%}.col-sm-offset-7{margin-left:58.333333333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.666666666667%}.col-sm-offset-4{margin-left:33.333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666667%}.col-sm-offset-1{margin-left:8.3333333333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){true,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.666666666667%}.col-md-10{width:83.333333333333%}.col-md-9{width:75%}.col-md-8{width:66.666666666667%}.col-md-7{width:58.333333333333%}.col-md-6{width:50%}.col-md-5{width:41.666666666667%}.col-md-4{width:33.333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666667%}.col-md-1{width:8.3333333333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.666666666667%}.col-md-pull-10{right:83.333333333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.666666666667%}.col-md-pull-7{right:58.333333333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.666666666667%}.col-md-pull-4{right:33.333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666667%}.col-md-pull-1{right:8.3333333333333%}.col-md-pull-0{right:0%}.col-md-push-12{left:100%}.col-md-push-11{left:91.666666666667%}.col-md-push-10{left:83.333333333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.666666666667%}.col-md-push-7{left:58.333333333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.666666666667%}.col-md-push-4{left:33.333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666667%}.col-md-push-1{left:8.3333333333333%}.col-md-push-0{left:0%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.666666666667%}.col-md-offset-10{margin-left:83.333333333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.666666666667%}.col-md-offset-7{margin-left:58.333333333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.666666666667%}.col-md-offset-4{margin-left:33.333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666667%}.col-md-offset-1{margin-left:8.3333333333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){true,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.666666666667%}.col-lg-10{width:83.333333333333%}.col-lg-9{width:75%}.col-lg-8{width:66.666666666667%}.col-lg-7{width:58.333333333333%}.col-lg-6{width:50%}.col-lg-5{width:41.666666666667%}.col-lg-4{width:33.333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666667%}.col-lg-1{width:8.3333333333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.666666666667%}.col-lg-pull-10{right:83.333333333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.666666666667%}.col-lg-pull-7{right:58.333333333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.666666666667%}.col-lg-pull-4{right:33.333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666667%}.col-lg-pull-1{right:8.3333333333333%}.col-lg-pull-0{right:0%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.666666666667%}.col-lg-push-10{left:83.333333333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.666666666667%}.col-lg-push-7{left:58.333333333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.666666666667%}.col-lg-push-4{left:33.333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666667%}.col-lg-push-1{left:8.3333333333333%}.col-lg-push-0{left:0%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.666666666667%}.col-lg-offset-10{margin-left:83.333333333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.666666666667%}.col-lg-offset-7{margin-left:58.333333333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.666666666667%}.col-lg-offset-4{margin-left:33.333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666667%}.col-lg-offset-1{margin-left:8.3333333333333%}.col-lg-offset-0{margin-left:0%}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-size:inherit;font-style:inherit;font-family:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],fieldset[disabled] input[type="checkbox"],.radio[disabled],fieldset[disabled] .radio,.radio-inline[disabled],fieldset[disabled] .radio-inline,.checkbox[disabled],fieldset[disabled] .checkbox,.checkbox-inline[disabled],fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:8px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#749eaf}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#1d6fef;border-color:#1d6fef}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#1d6fef;border-color:#1d6fef}.btn-primary .badge{color:#1d6fef;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#eb9316}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#c12e2a}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d9534f}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#419641}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#5cb85c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#2aabd2}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#5bc0de}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{color:#3468ad;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#224572;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:8px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:8px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:6px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:8px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#3468ad;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px;z-index:1050}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:8px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media (max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media (max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media (max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media (max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media (max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media (max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media (max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}.osfont{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.osfontnew{font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.os-vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.os-vertical-align-parent{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.header-highlight-stroke{position:relative;margin-bottom:40px}.header-highlight-stroke:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}@media (min-width:1400px){.container{width:}}@media (min-width:1550px){.container{width:}}@media (min-width:1700px){.container{width:}}@media (min-width:1400px){true,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.666666666667%}.col-xl-10{width:83.333333333333%}.col-xl-9{width:75%}.col-xl-8{width:66.666666666667%}.col-xl-7{width:58.333333333333%}.col-xl-6{width:50%}.col-xl-5{width:41.666666666667%}.col-xl-4{width:33.333333333333%}.col-xl-3{width:25%}.col-xl-2{width:16.666666666667%}.col-xl-1{width:8.3333333333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.666666666667%}.col-xl-pull-10{right:83.333333333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.666666666667%}.col-xl-pull-7{right:58.333333333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.666666666667%}.col-xl-pull-4{right:33.333333333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.666666666667%}.col-xl-pull-1{right:8.3333333333333%}.col-xl-pull-0{right:0%}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.666666666667%}.col-xl-push-10{left:83.333333333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.666666666667%}.col-xl-push-7{left:58.333333333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.666666666667%}.col-xl-push-4{left:33.333333333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.666666666667%}.col-xl-push-1{left:8.3333333333333%}.col-xl-push-0{left:0%}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.666666666667%}.col-xl-offset-10{margin-left:83.333333333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.666666666667%}.col-xl-offset-7{margin-left:58.333333333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.666666666667%}.col-xl-offset-4{margin-left:33.333333333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.666666666667%}.col-xl-offset-1{margin-left:8.3333333333333%}.col-xl-offset-0{margin-left:0%}}@media (min-width:1550px){true,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12{float:left}.col-xxl-12{width:100%}.col-xxl-11{width:91.666666666667%}.col-xxl-10{width:83.333333333333%}.col-xxl-9{width:75%}.col-xxl-8{width:66.666666666667%}.col-xxl-7{width:58.333333333333%}.col-xxl-6{width:50%}.col-xxl-5{width:41.666666666667%}.col-xxl-4{width:33.333333333333%}.col-xxl-3{width:25%}.col-xxl-2{width:16.666666666667%}.col-xxl-1{width:8.3333333333333%}.col-xxl-pull-12{right:100%}.col-xxl-pull-11{right:91.666666666667%}.col-xxl-pull-10{right:83.333333333333%}.col-xxl-pull-9{right:75%}.col-xxl-pull-8{right:66.666666666667%}.col-xxl-pull-7{right:58.333333333333%}.col-xxl-pull-6{right:50%}.col-xxl-pull-5{right:41.666666666667%}.col-xxl-pull-4{right:33.333333333333%}.col-xxl-pull-3{right:25%}.col-xxl-pull-2{right:16.666666666667%}.col-xxl-pull-1{right:8.3333333333333%}.col-xxl-pull-0{right:0%}.col-xxl-push-12{left:100%}.col-xxl-push-11{left:91.666666666667%}.col-xxl-push-10{left:83.333333333333%}.col-xxl-push-9{left:75%}.col-xxl-push-8{left:66.666666666667%}.col-xxl-push-7{left:58.333333333333%}.col-xxl-push-6{left:50%}.col-xxl-push-5{left:41.666666666667%}.col-xxl-push-4{left:33.333333333333%}.col-xxl-push-3{left:25%}.col-xxl-push-2{left:16.666666666667%}.col-xxl-push-1{left:8.3333333333333%}.col-xxl-push-0{left:0%}.col-xxl-offset-12{margin-left:100%}.col-xxl-offset-11{margin-left:91.666666666667%}.col-xxl-offset-10{margin-left:83.333333333333%}.col-xxl-offset-9{margin-left:75%}.col-xxl-offset-8{margin-left:66.666666666667%}.col-xxl-offset-7{margin-left:58.333333333333%}.col-xxl-offset-6{margin-left:50%}.col-xxl-offset-5{margin-left:41.666666666667%}.col-xxl-offset-4{margin-left:33.333333333333%}.col-xxl-offset-3{margin-left:25%}.col-xxl-offset-2{margin-left:16.666666666667%}.col-xxl-offset-1{margin-left:8.3333333333333%}.col-xxl-offset-0{margin-left:0%}}@media (min-width:1700px){true,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12{float:left}.col-xxxl-12{width:100%}.col-xxxl-11{width:91.666666666667%}.col-xxxl-10{width:83.333333333333%}.col-xxxl-9{width:75%}.col-xxxl-8{width:66.666666666667%}.col-xxxl-7{width:58.333333333333%}.col-xxxl-6{width:50%}.col-xxxl-5{width:41.666666666667%}.col-xxxl-4{width:33.333333333333%}.col-xxxl-3{width:25%}.col-xxxl-2{width:16.666666666667%}.col-xxxl-1{width:8.3333333333333%}.col-xxxl-pull-12{right:100%}.col-xxxl-pull-11{right:91.666666666667%}.col-xxxl-pull-10{right:83.333333333333%}.col-xxxl-pull-9{right:75%}.col-xxxl-pull-8{right:66.666666666667%}.col-xxxl-pull-7{right:58.333333333333%}.col-xxxl-pull-6{right:50%}.col-xxxl-pull-5{right:41.666666666667%}.col-xxxl-pull-4{right:33.333333333333%}.col-xxxl-pull-3{right:25%}.col-xxxl-pull-2{right:16.666666666667%}.col-xxxl-pull-1{right:8.3333333333333%}.col-xxxl-pull-0{right:0%}.col-xxxl-push-12{left:100%}.col-xxxl-push-11{left:91.666666666667%}.col-xxxl-push-10{left:83.333333333333%}.col-xxxl-push-9{left:75%}.col-xxxl-push-8{left:66.666666666667%}.col-xxxl-push-7{left:58.333333333333%}.col-xxxl-push-6{left:50%}.col-xxxl-push-5{left:41.666666666667%}.col-xxxl-push-4{left:33.333333333333%}.col-xxxl-push-3{left:25%}.col-xxxl-push-2{left:16.666666666667%}.col-xxxl-push-1{left:8.3333333333333%}.col-xxxl-push-0{left:0%}.col-xxxl-offset-12{margin-left:100%}.col-xxxl-offset-11{margin-left:91.666666666667%}.col-xxxl-offset-10{margin-left:83.333333333333%}.col-xxxl-offset-9{margin-left:75%}.col-xxxl-offset-8{margin-left:66.666666666667%}.col-xxxl-offset-7{margin-left:58.333333333333%}.col-xxxl-offset-6{margin-left:50%}.col-xxxl-offset-5{margin-left:41.666666666667%}.col-xxxl-offset-4{margin-left:33.333333333333%}.col-xxxl-offset-3{margin-left:25%}.col-xxxl-offset-2{margin-left:16.666666666667%}.col-xxxl-offset-1{margin-left:8.3333333333333%}.col-xxxl-offset-0{margin-left:0%}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Nunito;font-size:14px;font-weight:400;line-height:1.428571429;color:#3c5b68;background-color:#f5f6f8;background-image:none}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#3468ad;text-decoration:none}a:hover,a:focus{color:#224572;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:8px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#f5f6f8;border:1px solid #ddd;border-radius:6px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn-unflat-default{color:#333;background-color:#fff;border-color:#fff;letter-spacing:.3px;font-weight:700}.btn-unflat-default:hover,.btn-unflat-default:focus,.btn-unflat-default:active,.btn-unflat-default.active,.open .dropdown-toggle.btn-unflat-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-unflat-default:active,.btn-unflat-default.active,.open .dropdown-toggle.btn-unflat-default{background-image:none}.btn-unflat-default.disabled,.btn-unflat-default.disabled:hover,.btn-unflat-default.disabled:focus,.btn-unflat-default.disabled:active,.btn-unflat-default.disabled.active,.btn-unflat-default[disabled],.btn-unflat-default[disabled]:hover,.btn-unflat-default[disabled]:focus,.btn-unflat-default[disabled]:active,.btn-unflat-default[disabled].active,fieldset[disabled] .btn-unflat-default,fieldset[disabled] .btn-unflat-default:hover,fieldset[disabled] .btn-unflat-default:focus,fieldset[disabled] .btn-unflat-default:active,fieldset[disabled] .btn-unflat-default.active{background-color:#fff;border-color:#ccc}.btn-unflat-default .badge{color:#fff;background-color:#fff}.btn-unflat-primary{color:#fff;background-color:#1d6fef;border-color:#1d6fef;letter-spacing:.3px;font-weight:700}.btn-unflat-primary:hover,.btn-unflat-primary:focus,.btn-unflat-primary:active,.btn-unflat-primary.active,.open .dropdown-toggle.btn-unflat-primary{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.btn-unflat-primary:active,.btn-unflat-primary.active,.open .dropdown-toggle.btn-unflat-primary{background-image:none}.btn-unflat-primary.disabled,.btn-unflat-primary.disabled:hover,.btn-unflat-primary.disabled:focus,.btn-unflat-primary.disabled:active,.btn-unflat-primary.disabled.active,.btn-unflat-primary[disabled],.btn-unflat-primary[disabled]:hover,.btn-unflat-primary[disabled]:focus,.btn-unflat-primary[disabled]:active,.btn-unflat-primary[disabled].active,fieldset[disabled] .btn-unflat-primary,fieldset[disabled] .btn-unflat-primary:hover,fieldset[disabled] .btn-unflat-primary:focus,fieldset[disabled] .btn-unflat-primary:active,fieldset[disabled] .btn-unflat-primary.active{background-color:#1d6fef;border-color:#1d6fef}.btn-unflat-primary .badge{color:#1d6fef;background-color:#fff}.btn-unflat-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e;letter-spacing:.3px;font-weight:700}.btn-unflat-warning:hover,.btn-unflat-warning:focus,.btn-unflat-warning:active,.btn-unflat-warning.active,.open .dropdown-toggle.btn-unflat-warning{color:#fff;background-color:#ed9c28;border-color:#eb9316}.btn-unflat-warning:active,.btn-unflat-warning.active,.open .dropdown-toggle.btn-unflat-warning{background-image:none}.btn-unflat-warning.disabled,.btn-unflat-warning.disabled:hover,.btn-unflat-warning.disabled:focus,.btn-unflat-warning.disabled:active,.btn-unflat-warning.disabled.active,.btn-unflat-warning[disabled],.btn-unflat-warning[disabled]:hover,.btn-unflat-warning[disabled]:focus,.btn-unflat-warning[disabled]:active,.btn-unflat-warning[disabled].active,fieldset[disabled] .btn-unflat-warning,fieldset[disabled] .btn-unflat-warning:hover,fieldset[disabled] .btn-unflat-warning:focus,fieldset[disabled] .btn-unflat-warning:active,fieldset[disabled] .btn-unflat-warning.active{background-color:#f0ad4e;border-color:#f0ad4e}.btn-unflat-warning .badge{color:#f0ad4e;background-color:#fff}.btn-unflat-danger{color:#fff;background-color:#d9534f;border-color:#d9534f;letter-spacing:.3px;font-weight:700}.btn-unflat-danger:hover,.btn-unflat-danger:focus,.btn-unflat-danger:active,.btn-unflat-danger.active,.open .dropdown-toggle.btn-unflat-danger{color:#fff;background-color:#d2322d;border-color:#c12e2a}.btn-unflat-danger:active,.btn-unflat-danger.active,.open .dropdown-toggle.btn-unflat-danger{background-image:none}.btn-unflat-danger.disabled,.btn-unflat-danger.disabled:hover,.btn-unflat-danger.disabled:focus,.btn-unflat-danger.disabled:active,.btn-unflat-danger.disabled.active,.btn-unflat-danger[disabled],.btn-unflat-danger[disabled]:hover,.btn-unflat-danger[disabled]:focus,.btn-unflat-danger[disabled]:active,.btn-unflat-danger[disabled].active,fieldset[disabled] .btn-unflat-danger,fieldset[disabled] .btn-unflat-danger:hover,fieldset[disabled] .btn-unflat-danger:focus,fieldset[disabled] .btn-unflat-danger:active,fieldset[disabled] .btn-unflat-danger.active{background-color:#d9534f;border-color:#d9534f}.btn-unflat-danger .badge{color:#d9534f;background-color:#fff}.btn-unflat-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c;letter-spacing:.3px;font-weight:700}.btn-unflat-success:hover,.btn-unflat-success:focus,.btn-unflat-success:active,.btn-unflat-success.active,.open .dropdown-toggle.btn-unflat-success{color:#fff;background-color:#47a447;border-color:#419641}.btn-unflat-success:active,.btn-unflat-success.active,.open .dropdown-toggle.btn-unflat-success{background-image:none}.btn-unflat-success.disabled,.btn-unflat-success.disabled:hover,.btn-unflat-success.disabled:focus,.btn-unflat-success.disabled:active,.btn-unflat-success.disabled.active,.btn-unflat-success[disabled],.btn-unflat-success[disabled]:hover,.btn-unflat-success[disabled]:focus,.btn-unflat-success[disabled]:active,.btn-unflat-success[disabled].active,fieldset[disabled] .btn-unflat-success,fieldset[disabled] .btn-unflat-success:hover,fieldset[disabled] .btn-unflat-success:focus,fieldset[disabled] .btn-unflat-success:active,fieldset[disabled] .btn-unflat-success.active{background-color:#5cb85c;border-color:#5cb85c}.btn-unflat-success .badge{color:#5cb85c;background-color:#fff}.btn-unflat-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de;letter-spacing:.3px;font-weight:700}.btn-unflat-info:hover,.btn-unflat-info:focus,.btn-unflat-info:active,.btn-unflat-info.active,.open .dropdown-toggle.btn-unflat-info{color:#fff;background-color:#39b3d7;border-color:#2aabd2}.btn-unflat-info:active,.btn-unflat-info.active,.open .dropdown-toggle.btn-unflat-info{background-image:none}.btn-unflat-info.disabled,.btn-unflat-info.disabled:hover,.btn-unflat-info.disabled:focus,.btn-unflat-info.disabled:active,.btn-unflat-info.disabled.active,.btn-unflat-info[disabled],.btn-unflat-info[disabled]:hover,.btn-unflat-info[disabled]:focus,.btn-unflat-info[disabled]:active,.btn-unflat-info[disabled].active,fieldset[disabled] .btn-unflat-info,fieldset[disabled] .btn-unflat-info:hover,fieldset[disabled] .btn-unflat-info:focus,fieldset[disabled] .btn-unflat-info:active,fieldset[disabled] .btn-unflat-info.active{background-color:#5bc0de;border-color:#5bc0de}.btn-unflat-info .badge{color:#5bc0de;background-color:#fff}.btn-trans-default{color:#01679b;background-color:transparent;border-color:#216689;box-shadow:inset 0 0 0 1px #216689;font-weight:400}.btn-trans-default:hover,.btn-trans-default:focus,.btn-trans-default:active,.btn-trans-default.active,.open .dropdown-toggle.btn-trans-default{color:#01679b;border-color:#154158}.btn-trans-default:active,.btn-trans-default.active,.open .dropdown-toggle.btn-trans-default{background-image:none}.btn-trans-default.disabled,.btn-trans-default.disabled:hover,.btn-trans-default.disabled:focus,.btn-trans-default.disabled:active,.btn-trans-default.disabled.active,.btn-trans-default[disabled],.btn-trans-default[disabled]:hover,.btn-trans-default[disabled]:focus,.btn-trans-default[disabled]:active,.btn-trans-default[disabled].active,fieldset[disabled] .btn-trans-default,fieldset[disabled] .btn-trans-default:hover,fieldset[disabled] .btn-trans-default:focus,fieldset[disabled] .btn-trans-default:active,fieldset[disabled] .btn-trans-default.active{border-color:#216689}.btn-trans-default .badge{color:}.btn-trans-primary{color:#fff;background-color:transparent;border-color:#1d6fef;box-shadow:inset 0 0 0 1px #1d6fef;font-weight:400}.btn-trans-primary:hover,.btn-trans-primary:focus,.btn-trans-primary:active,.btn-trans-primary.active,.open .dropdown-toggle.btn-trans-primary{color:#fff;border-color:#0e54c1}.btn-trans-primary:active,.btn-trans-primary.active,.open .dropdown-toggle.btn-trans-primary{background-image:none}.btn-trans-primary.disabled,.btn-trans-primary.disabled:hover,.btn-trans-primary.disabled:focus,.btn-trans-primary.disabled:active,.btn-trans-primary.disabled.active,.btn-trans-primary[disabled],.btn-trans-primary[disabled]:hover,.btn-trans-primary[disabled]:focus,.btn-trans-primary[disabled]:active,.btn-trans-primary[disabled].active,fieldset[disabled] .btn-trans-primary,fieldset[disabled] .btn-trans-primary:hover,fieldset[disabled] .btn-trans-primary:focus,fieldset[disabled] .btn-trans-primary:active,fieldset[disabled] .btn-trans-primary.active{border-color:#1d6fef}.btn-trans-primary .badge{color:}.btn-trans-warning{color:#fff;background-color:transparent;border-color:#f0ad4e;box-shadow:inset 0 0 0 1px #f0ad4e;font-weight:400}.btn-trans-warning:hover,.btn-trans-warning:focus,.btn-trans-warning:active,.btn-trans-warning.active,.open .dropdown-toggle.btn-trans-warning{color:#fff;border-color:#eb9316}.btn-trans-warning:active,.btn-trans-warning.active,.open .dropdown-toggle.btn-trans-warning{background-image:none}.btn-trans-warning.disabled,.btn-trans-warning.disabled:hover,.btn-trans-warning.disabled:focus,.btn-trans-warning.disabled:active,.btn-trans-warning.disabled.active,.btn-trans-warning[disabled],.btn-trans-warning[disabled]:hover,.btn-trans-warning[disabled]:focus,.btn-trans-warning[disabled]:active,.btn-trans-warning[disabled].active,fieldset[disabled] .btn-trans-warning,fieldset[disabled] .btn-trans-warning:hover,fieldset[disabled] .btn-trans-warning:focus,fieldset[disabled] .btn-trans-warning:active,fieldset[disabled] .btn-trans-warning.active{border-color:#f0ad4e}.btn-trans-warning .badge{color:}.btn-trans-danger{color:#fff;background-color:transparent;border-color:#d9534f;box-shadow:inset 0 0 0 1px #d9534f;font-weight:400}.btn-trans-danger:hover,.btn-trans-danger:focus,.btn-trans-danger:active,.btn-trans-danger.active,.open .dropdown-toggle.btn-trans-danger{color:#fff;border-color:#c12e2a}.btn-trans-danger:active,.btn-trans-danger.active,.open .dropdown-toggle.btn-trans-danger{background-image:none}.btn-trans-danger.disabled,.btn-trans-danger.disabled:hover,.btn-trans-danger.disabled:focus,.btn-trans-danger.disabled:active,.btn-trans-danger.disabled.active,.btn-trans-danger[disabled],.btn-trans-danger[disabled]:hover,.btn-trans-danger[disabled]:focus,.btn-trans-danger[disabled]:active,.btn-trans-danger[disabled].active,fieldset[disabled] .btn-trans-danger,fieldset[disabled] .btn-trans-danger:hover,fieldset[disabled] .btn-trans-danger:focus,fieldset[disabled] .btn-trans-danger:active,fieldset[disabled] .btn-trans-danger.active{border-color:#d9534f}.btn-trans-danger .badge{color:}.btn-trans-success{color:#fff;background-color:transparent;border-color:#5cb85c;box-shadow:inset 0 0 0 1px #5cb85c;font-weight:400}.btn-trans-success:hover,.btn-trans-success:focus,.btn-trans-success:active,.btn-trans-success.active,.open .dropdown-toggle.btn-trans-success{color:#fff;border-color:#419641}.btn-trans-success:active,.btn-trans-success.active,.open .dropdown-toggle.btn-trans-success{background-image:none}.btn-trans-success.disabled,.btn-trans-success.disabled:hover,.btn-trans-success.disabled:focus,.btn-trans-success.disabled:active,.btn-trans-success.disabled.active,.btn-trans-success[disabled],.btn-trans-success[disabled]:hover,.btn-trans-success[disabled]:focus,.btn-trans-success[disabled]:active,.btn-trans-success[disabled].active,fieldset[disabled] .btn-trans-success,fieldset[disabled] .btn-trans-success:hover,fieldset[disabled] .btn-trans-success:focus,fieldset[disabled] .btn-trans-success:active,fieldset[disabled] .btn-trans-success.active{border-color:#5cb85c}.btn-trans-success .badge{color:}.btn-trans-info{color:#fff;background-color:transparent;border-color:#5bc0de;box-shadow:inset 0 0 0 1px #5bc0de;font-weight:400}.btn-trans-info:hover,.btn-trans-info:focus,.btn-trans-info:active,.btn-trans-info.active,.open .dropdown-toggle.btn-trans-info{color:#fff;border-color:#2aabd2}.btn-trans-info:active,.btn-trans-info.active,.open .dropdown-toggle.btn-trans-info{background-image:none}.btn-trans-info.disabled,.btn-trans-info.disabled:hover,.btn-trans-info.disabled:focus,.btn-trans-info.disabled:active,.btn-trans-info.disabled.active,.btn-trans-info[disabled],.btn-trans-info[disabled]:hover,.btn-trans-info[disabled]:focus,.btn-trans-info[disabled]:active,.btn-trans-info[disabled].active,fieldset[disabled] .btn-trans-info,fieldset[disabled] .btn-trans-info:hover,fieldset[disabled] .btn-trans-info:focus,fieldset[disabled] .btn-trans-info:active,fieldset[disabled] .btn-trans-info.active{border-color:#5bc0de}.btn-trans-info .badge{color:}.btn-trans-white{color:#fff;background-color:transparent;border-color:#fff;box-shadow:inset 0 0 0 1px #fff;font-weight:400}.btn-trans-white:hover,.btn-trans-white:focus,.btn-trans-white:active,.btn-trans-white.active,.open .dropdown-toggle.btn-trans-white{color:#fff;border-color:#e0e0e0}.btn-trans-white:active,.btn-trans-white.active,.open .dropdown-toggle.btn-trans-white{background-image:none}.btn-trans-white.disabled,.btn-trans-white.disabled:hover,.btn-trans-white.disabled:focus,.btn-trans-white.disabled:active,.btn-trans-white.disabled.active,.btn-trans-white[disabled],.btn-trans-white[disabled]:hover,.btn-trans-white[disabled]:focus,.btn-trans-white[disabled]:active,.btn-trans-white[disabled].active,fieldset[disabled] .btn-trans-white,fieldset[disabled] .btn-trans-white:hover,fieldset[disabled] .btn-trans-white:focus,fieldset[disabled] .btn-trans-white:active,fieldset[disabled] .btn-trans-white.active{border-color:#fff}.btn-trans-white .badge{color:}.btn-trans-black{color:#111;background-color:transparent;border-color:#111;box-shadow:inset 0 0 0 1px #111;font-weight:400}.btn-trans-black:hover,.btn-trans-black:focus,.btn-trans-black:active,.btn-trans-black.active,.open .dropdown-toggle.btn-trans-black{color:#111;border-color:#000}.btn-trans-black:active,.btn-trans-black.active,.open .dropdown-toggle.btn-trans-black{background-image:none}.btn-trans-black.disabled,.btn-trans-black.disabled:hover,.btn-trans-black.disabled:focus,.btn-trans-black.disabled:active,.btn-trans-black.disabled.active,.btn-trans-black[disabled],.btn-trans-black[disabled]:hover,.btn-trans-black[disabled]:focus,.btn-trans-black[disabled]:active,.btn-trans-black[disabled].active,fieldset[disabled] .btn-trans-black,fieldset[disabled] .btn-trans-black:hover,fieldset[disabled] .btn-trans-black:focus,fieldset[disabled] .btn-trans-black:active,fieldset[disabled] .btn-trans-black.active{border-color:#111}.btn-trans-black .badge{color:}.sub-bar-w{padding:30px 0 0 0;max-width:900px;margin:0 auto}.sub-bar-i{color:#5c5c5c}.sub-bar-i li a,.sub-bar-i li span{border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;background-position:top left;position:relative;padding:3px 9px;display:inline-block}.sub-bar-i li a:before,.sub-bar-i li a:after,.sub-bar-i li span:before,.sub-bar-i li span:after{content:" ";display:table}.sub-bar-i li a:after,.sub-bar-i li span:after{clear:both}.sub-bar-i li a:before,.sub-bar-i li a:after,.sub-bar-i li span:before,.sub-bar-i li span:after{content:" ";display:table}.sub-bar-i li a:after,.sub-bar-i li span:after{clear:both}.sub-bar-i li span{opacity:.7}.sub-bar-i .edit-post-link{position:absolute;top:5px;right:5px}.sub-bar-i .edit-post-link a{display:inline-block;padding:5px 10px;background-color:#ae2b2b;color:#fff;text-transform:;font-size:14px}.sub-bar-i .bar-breadcrumbs,.sub-bar-i .bbp-breadcrumb{list-style:none;margin:0;padding:0;color:#5c5c5c;display:flex;align-items:center}.sub-bar-i .bar-breadcrumbs p,.sub-bar-i .bbp-breadcrumb p{margin:0}.sub-bar-i .bar-breadcrumbs li,.sub-bar-i .bbp-breadcrumb li{margin-right:20px;font-size:12px}.sub-bar-i .bar-breadcrumbs li a,.sub-bar-i .bbp-breadcrumb li a{color:#5c5c5c;position:relative;display:inline-block}.sub-bar-i .bar-breadcrumbs li a:hover,.sub-bar-i .bbp-breadcrumb li a:hover{text-decoration:underline}.sub-bar-i .bar-breadcrumbs li a:after,.sub-bar-i .bbp-breadcrumb li a:after{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";position:absolute;right:-15px;font-size:12px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.sub-bar-i .bar-breadcrumbs p,.sub-bar-i .bbp-breadcrumb p{float:left}.sub-bar-i .bar-breadcrumbs p .bbp-breadcrumb-sep,.sub-bar-i .bbp-breadcrumb p .bbp-breadcrumb-sep{display:none}.sub-bar-i .bar-breadcrumbs p span,.sub-bar-i .bbp-breadcrumb p span{margin-right:20px;font-size:14px;color:#5c5c5c;float:left}.sub-bar-i .bar-breadcrumbs p a,.sub-bar-i .bbp-breadcrumb p a{float:left;margin-right:20px;font-size:14px;color:#5c5c5c;position:relative}.sub-bar-i .bar-breadcrumbs p a:hover,.sub-bar-i .bbp-breadcrumb p a:hover{text-decoration:underline}.sub-bar-i .bar-breadcrumbs p a:after,.sub-bar-i .bbp-breadcrumb p a:after{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f105";position:absolute;right:-12px;font-size:12px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.sub-bar-i .bar-social{float:right;list-style:none;margin:0;padding:7px 50px 0 0}.sub-bar-i .bar-social li{float:left;margin-left:15px}.sub-bar-i .bar-social li a{text-decoration:none;font-size:26px}.sub-bar-i .bar-social li a .os-icon{color:#5c5c5c}.img-max img{max-width:100%}.text-bigger{font-size:18px}.text-content{font-size:16px;font-weight:300;line-height:26px}.text-style-thin{font-weight:100}.heading-first{margin-top:0}.text-upper{text-transform:uppercase}.padded-vert{padding-top:60px;padding-bottom:60px}.padded-vert-one{padding-top:80px;padding-bottom:80px}.padded-vert-two{padding-top:100px;padding-bottom:100px}.padded-hor{padding-left:60px;padding-right:60px}.padded-bottom{padding-bottom:60px}.padded-top-half{padding-top:30px}.padded-top{padding-top:60px}.padded-top-one{padding-top:80px}.padded-top-two{padding-top:100px}.padded-left{padding-left:40px}.padded-left-one{padding-left:60px}.padded-left-two{padding-left:80px}.padded-right{padding-right:40px}.container-fluid{padding-left:15px;padding-right:15px}.col-no-margin{margin:0px!important;padding:0px!important}.row-no-margins{margin-left:0;margin-right:0}.row-no-margins>[class^="col-"]{padding-left:0;padding-right:0}.row-narrow-spaced{margin-left:-10px;margin-right:-10px}@font-face{font-family:'osfonts';src:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.eot?-gq2skg);src:url('https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.eot?#iefix-gq2skg') format('embedded-opentype'),url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.woff?-gq2skg) format('woff'),url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.ttf?-gq2skg) format('truetype'),url('https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.svg?-gq2skg#osfonts') format('svg');font-weight:400;font-style:normal}[class^="os-icon-"],[class*=" os-icon-"]{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.os-icon-search:before{content:"\f002"}.os-icon-heart:before{content:"\f004"}.os-icon-clock-o:before{content:"\f017"}.os-icon-qrcode:before{content:"\f029"}.os-icon-plus:before{content:"\f067"}.os-icon-minus:before{content:"\f068"}.os-icon-eye:before{content:"\f06e"}.os-icon-eye-slash:before{content:"\f070"}.os-icon-bars:before{content:"\f0c9"}.os-icon-angle-left:before{content:"\f104"}.os-icon-angle-right:before{content:"\f105"}.os-icon-angle-up:before{content:"\f106"}.os-icon-angle-down:before{content:"\f107"}.os-icon-circle-o:before{content:"\f10c"}.os-icon-thin-098_zoom_in_magnify_plus:before{content:"\e7e2"}.os-icon-thin-044_visability_view_watch_eye:before{content:"\e818"}.os-icon-thin-042_comment_quote_reply:before{content:"\e81a"}.os-icon-thin-038_comment_chat_message:before{content:"\e81e"}.os-icon-google-plus:before{content:"\e600"}.os-icon-instagram:before{content:"\e602"}.os-icon-behance:before{content:"\e603"}.os-icon-soundcloud:before{content:"\e606"}.os-icon-pinterest:before{content:"\e607"}.os-icon-myspace:before{content:"\e60a"}.os-icon-blogger:before{content:"\e60f"}.os-icon-stumbleupon:before{content:"\e610"}.os-icon-technorati:before{content:"\e611"}.os-icon-picasa:before{content:"\e613"}.os-icon-rss:before{content:"\e614"}.os-icon-delicious:before{content:"\e615"}.os-icon-youtube:before{content:"\e616"}.os-icon-tumblr:before{content:"\e619"}.os-icon-yahoo:before{content:"\e61a"}.os-icon-vimeo:before{content:"\e61b"}.os-icon-lastfm:before{content:"\e61c"}.os-icon-linkedin:before{content:"\e61d"}.os-icon-google:before{content:"\e61f"}.os-icon-digg:before{content:"\e620"}.os-icon-facebook:before{content:"\e622"}.os-icon-twitter:before{content:"\e623"}.os-icon-flickr:before{content:"\e624"}.os-icon-twitter2:before{content:"\e625"}.os-icon-dribbble:before{content:"\e626"}@font-face{font-family:'osfontnew';src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');font-weight:400;font-style:normal}.os-new-icon{font-family:'osfontnew'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.os-new-icon-arrow-down2:before{content:"\e946"}.os-new-icon-arrow-down3:before{content:"\e947"}.os-new-icon-arrow-right2:before{content:"\e944"}.os-new-icon-arrow-right3:before{content:"\e945"}.os-new-icon-plus:before{content:"\e942"}.os-new-icon-plus2:before{content:"\e943"}.os-new-icon-quotes-left:before{content:"\e940"}.os-new-icon-quotes-right:before{content:"\e941"}.os-new-icon-arrow-down:before{content:"\e909"}.os-new-icon-arrow-left:before{content:"\e90a"}.os-new-icon-arrow-right:before{content:"\e90b"}.os-new-icon-arrow-up:before{content:"\e90c"}.os-new-icon-book:before{content:"\e90d"}.os-new-icon-bookmark:before{content:"\e90e"}.os-new-icon-chevron-down:before{content:"\e90f"}.os-new-icon-chevron-left:before{content:"\e910"}.os-new-icon-chevron-right:before{content:"\e911"}.os-new-icon-chevron-up:before{content:"\e912"}.os-new-icon-clock:before{content:"\e93f"}.os-new-icon-eye:before{content:"\e913"}.os-new-icon-facebook:before{content:"\e914"}.os-new-icon-feather:before{content:"\e915"}.os-new-icon-file-text:before{content:"\e916"}.os-new-icon-film:before{content:"\e917"}.os-new-icon-filter:before{content:"\e918"}.os-new-icon-grid:before{content:"\e919"}.os-new-icon-heart:before{content:"\e91a"}.os-new-icon-image:before{content:"\e91b"}.os-new-icon-instagram:before{content:"\e91c"}.os-new-icon-layers:before{content:"\e91d"}.os-new-icon-link:before{content:"\e91e"}.os-new-icon-link-2:before{content:"\e91f"}.os-new-icon-list:before{content:"\e920"}.os-new-icon-mail:before{content:"\e921"}.os-new-icon-maximize-2:before{content:"\e922"}.os-new-icon-menu:before{content:"\e923"}.os-new-icon-message-circle:before{content:"\e924"}.os-new-icon-message-square:before{content:"\e925"}.os-new-icon-minimize-2:before{content:"\e926"}.os-new-icon-more-horizontal:before{content:"\e927"}.os-new-icon-more-vertical:before{content:"\e928"}.os-new-icon-music:before{content:"\e929"}.os-new-icon-paperclip:before{content:"\e92a"}.os-new-icon-plus3:before{content:"\e92b"}.os-new-icon-plus-circle:before{content:"\e92c"}.os-new-icon-plus-square:before{content:"\e92d"}.os-new-icon-printer:before{content:"\e92e"}.os-new-icon-search:before{content:"\e92f"}.os-new-icon-share:before{content:"\e930"}.os-new-icon-share-2:before{content:"\e931"}.os-new-icon-star2:before{content:"\e932"}.os-new-icon-tag:before{content:"\e933"}.os-new-icon-thumbs-down:before{content:"\e934"}.os-new-icon-thumbs-up:before{content:"\e935"}.os-new-icon-twitter:before{content:"\e936"}.os-new-icon-upload:before{content:"\e937"}.os-new-icon-video:before{content:"\e938"}.os-new-icon-voicemail:before{content:"\e939"}.os-new-icon-volume-2:before{content:"\e93a"}.os-new-icon-x:before{content:"\e93b"}.os-new-icon-zap:before{content:"\e93c"}.os-new-icon-zoom-in:before{content:"\e93d"}.os-new-icon-zoom-out:before{content:"\e93e"}.os-new-icon-star:before{content:"\f005"}.os-new-icon-thin-0010_newspaper_reading_news:before{content:"\e900"}.os-new-icon-thin-0041_filter_funnel:before{content:"\e901"}.os-new-icon-thin-0245_text_numbered_list:before{content:"\e902"}.os-new-icon-thin-0260_link_url_chain_hyperlink:before{content:"\e903"}.os-new-icon-thin-0285_chat_message_quote_reply:before{content:"\e904"}.os-new-icon-thin-0587_movie_video_cinema_flm:before{content:"\e905"}.os-new-icon-thin-0595_music_note_playing_sound_song:before{content:"\e906"}.os-new-icon-thin-0618_album_picture_image_photo:before{content:"\e907"}.os-new-icon-thin-0621_polaroid_picture_image_photo:before{content:"\e908"}@media (min-width:768px) and (max-width:991px){.display-type{content:"tablet"}}@media (max-width:767px){.display-type{content:"phone"}}.index-isotope{padding-top:20px}.index-isotope.v2{padding-top:0}@media (min-width:992px){.page-fixed-width .index-isotope,.page-fixed-width .featured-posts-slider-contents,.page-fixed-width ul.products{margin-left:-1%;margin-right:-1%}.page-fixed-width .index-isotope .item-isotope,.page-fixed-width .index-isotope article.featured-post,.page-fixed-width .featured-posts-slider-contents .item-isotope,.page-fixed-width .featured-posts-slider-contents article.featured-post,.page-fixed-width ul.products .item-isotope,.page-fixed-width ul.products article.featured-post{width:33.323333333333%;padding:1%}.page-fixed-width .index-isotope .item-isotope.item-double-width,.page-fixed-width .index-isotope article.featured-post.item-double-width,.page-fixed-width .featured-posts-slider-contents .item-isotope.item-double-width,.page-fixed-width .featured-posts-slider-contents article.featured-post.item-double-width,.page-fixed-width ul.products .item-isotope.item-double-width,.page-fixed-width ul.products article.featured-post.item-double-width{width:66.646666666667%}.page-fixed-width .featured-posts-slider-contents,.page-fixed-width .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (max-width:992px){.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3{padding:0}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1 .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3 .item-isotope{padding:15px 0;float:none}}@media (min-width:992px) and (max-width:1199px){.page-fluid-width.no-sidebar.menu-position-left .index-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .index-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{width:49.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:99.98%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope{width:49.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:99.98%}.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1200px) and (max-width:1599px){.page-fluid-width.no-sidebar.menu-position-left .index-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .index-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1600px) and (max-width:1749px){.page-fluid-width.no-sidebar.menu-position-left .index-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .index-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{width:24.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope{width:24.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1750px) and (max-width:5000px){.page-fluid-width.no-sidebar.menu-position-left .index-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .index-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{width:24.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope{width:24.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (max-width:768px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3{padding:0}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1 .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3 .item-isotope{padding:15px 0;float:none}}@media (min-width:768px) and (max-width:991px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{width:49.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:99.98%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope{width:49.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:99.98%}.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:992px) and (max-width:1199px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1200px) and (max-width:1299px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1300px) and (max-width:1599px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{width:24.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope{width:24.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:49.98%}.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1600px) and (max-width:5000px){.page-fluid-width.no-sidebar.menu-position-top .index-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{width:19.99%;padding:1%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:39.98%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope{width:19.99%;padding:0%}.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:39.98%}.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (max-width:992px){.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3{padding:0}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3 .item-isotope{padding:15px 0;float:none}}@media (min-width:992px) and (max-width:1599px){.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{width:49.99%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:99.98%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope{width:49.99%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:99.98%}.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1600px) and (max-width:1749px){.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1750px) and (max-width:5000px){.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (max-width:992px){.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3{padding:0}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 .item-isotope{padding:15px 0;float:none}}@media (min-width:992px) and (max-width:1299px){.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{width:49.99%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:99.98%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope{width:49.99%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:99.98%}.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1300px) and (max-width:1599px){.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{width:33.323333333333%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope{width:33.323333333333%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:66.646666666667%}.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1600px) and (max-width:1879px){.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{width:24.99%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:49.98%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope{width:24.99%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:49.98%}.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}@media (min-width:1880px) and (max-width:5000px){.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents{margin-left:-1%;margin-right:-1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{width:19.99%;padding:1%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width{width:39.98%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post{padding:.7%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2{margin-left:0%;margin-right:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope{width:19.99%;padding:0%}.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,.page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width{width:39.98%}.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,.page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post{padding-top:0;padding-bottom:0}}.primary-sidebar{background-color:#fff;background-image:none;-webkit-box-shadow:0 0 24px 0 rgba(151,160,204,.12);box-shadow:0 0 24px 0 rgba(151,160,204,.12);padding:30px 30px 50px;position:relative;color:#3c5b68}.primary-sidebar .sidebar-toggle-w{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f2f2f2}.primary-sidebar .sidebar-toggle-w:before,.primary-sidebar .sidebar-toggle-w:after{content:" ";display:table}.primary-sidebar .sidebar-toggle-w:after{clear:both}.primary-sidebar .sidebar-toggle-w:before,.primary-sidebar .sidebar-toggle-w:after{content:" ";display:table}.primary-sidebar .sidebar-toggle-w:after{clear:both}.primary-sidebar .sidebar-toggle-w a{color:#414344}.primary-sidebar .sidebar-toggle-w a i{margin-right:10px;font-size:32px;float:left;display:block;line-height:34px;color:#e6e6e6}.primary-sidebar .sidebar-toggle-w a .sidebar-toggler-label{text-transform:uppercase;font-size:12px;color:#28292a;float:left;display:block;line-height:34px}.primary-sidebar .sidebar-toggle-w a:hover{color:#28292a;text-decoration:none}.primary-sidebar-wrapper{-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.sidebar-main-toggler{display:none;z-index:10000;position:fixed;right:0;top:0;font-size:18px;cursor:pointer;background-color:#fff;padding:7px 11px;color:#111;line-height:20px}.sidebar-main-toggler i{line-height:18px}.admin-bar .sidebar-main-toggler{top:32px}@media (max-width:991px){.sidebar-main-toggler{display:none!important}}.top-sidebar-wrapper{text-align:center;padding-top:20px;padding-bottom:20px}.top-sidebar-wrapper .AdWidget_ImageWidget a img{width:100%;max-width:728px}.home .top-sidebar-wrapper{padding-right:20px;padding-left:20px}.under-menu-sidebar-wrapper{margin-top:40px}.under-menu-sidebar-wrapper .AdWidget_ImageWidget a img{max-width:100%}@media (max-height:750px){.hidden-on-smaller-screens .under-menu-sidebar-wrapper{display:none}}.sidebar-under-post{max-width:900px;margin:50px auto}.not-wrapped-widgets .sidebar-under-post>.row{margin-left:0;margin-right:0}.not-wrapped-widgets .sidebar-under-post>.row>[class^="col-"]{padding-left:0;padding-right:0}.menu-block{background-color:#f5f6f8;background-image:none;background-size:auto;-webkit-box-shadow:none;box-shadow:none;padding:40px 40px 0 40px;text-align:left;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;z-index:1044;border-top:none}.menu-block .menu-left-i{padding-bottom:20px;position:relative}.menu-block .logo{margin-bottom:40px}.menu-block .logo a{color:#3d444b;font-size:24px;font-weight:700;line-height:34px;display:block}.menu-block .logo a img{margin-right:5px;vertical-align:middle;height:400px;width:auto;display:block}.menu-block .logo a span{vertical-align:middle}.menu-block .logo a:hover,.menu-block .logo a:focus{text-decoration:none}.menu-block form.search-form{position:relative;margin-bottom:40px;margin-left:-5px;margin-right:-5px}.menu-block form.search-form:before{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f002";top:50%;-webkit-transform:translateY(-53%);-moz-transform:translateY(-53%);-ms-transform:translateY(-53%);-o-transform:translateY(-53%);transform:translateY(-53%);right:10px;position:absolute;color:#c7ccd6;font-size:14px}.menu-block form.search-form .widget-title,.menu-block form.search-form .search-submit,.menu-block form.search-form .screen-reader-text{display:none}.menu-block form.search-form label{display:block;margin-bottom:0}.menu-block form.search-form .search-field{border:1px solid #fff;-webkit-box-shadow:none;box-shadow:none;margin:0;display:block;width:100%;color:#111;background-color:#fff;border-radius:8px;padding:5px 15px;outline:none}.menu-block form.search-form .search-field:focus{border:1px solid #ccc}.menu-block form.search-form .search-field::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.menu-block form.search-form .search-field::-moz-placeholder{color:rgba(0,0,0,.4)}.menu-block .divider{height:7px;width:16px;border-radius:2px;background-color:#537eff;margin-bottom:40px}.menu-block .os_menu{font-family:Nunito;padding-left:15px;margin-left:-15px}.menu-block .os_menu ul{list-style:none;padding:0;margin:0;margin-bottom:40px}.menu-block .os_menu li{margin-bottom:10px;font-size:18px}.menu-block .os_menu li a{color:#414344;outline:none;font-weight:600;text-shadow:none;text-decoration:none;position:relative;display:block}.menu-block .os_menu li a:focus{text-decoration:none}.menu-block .os_menu li a:hover{text-decoration:none}.menu-block .os_menu li.current-menu-item>a,.menu-block .os_menu li:hover>a{color:#272828;text-decoration:none}.menu-block .os_menu li.menu-item-has-children{position:relative;list-style-type:none}.menu-block .os_menu li.menu-item-has-children>a:before{content:"\e911";font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;position:absolute;left:-16px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#8c9092}.menu-block .os_menu .sub-menu{margin-top:20px;padding-left:15px;margin-left:0;margin-bottom:30px;display:none;list-style:none}.menu-block .os_menu .sub-menu li{font-size:14px;position:relative;margin-bottom:0}.menu-block .os_menu .sub-menu li span{background-color:#f3155b;color:#fff;font-weight:700;padding:3px 4px;border-radius:4px;letter-spacing:1px;line-height:1;font-size:12px;text-transform:uppercase;margin-left:3px;display:inline-block}.menu-block .os_menu .sub-menu li.current-menu-item>a:before{background-color:#4c6df7}.menu-block .os_menu .sub-menu li a{position:relative;transition:all 0.2s ease;display:inline-block;padding:4px 0 4px}.menu-block .zilla-social{margin-right:-10px}.menu-block .zilla-social a{margin-right:5px;margin-bottom:5px;display:inline-block}.menu-block .zilla-social a img{width:24px}.menu-block .zilla-social+form.search-form{margin-top:50px}.menu-block .social-icons{list-style:none;padding:0;margin:0}.menu-block .social-icons:before,.menu-block .social-icons:after{content:" ";display:table}.menu-block .social-icons:after{clear:both}.menu-block .social-icons:before,.menu-block .social-icons:after{content:" ";display:table}.menu-block .social-icons:after{clear:both}.menu-block .social-icons li{display:block;float:left;margin-right:5px;margin-bottom:5px}.menu-block .social-icons li a{font-size:32px;text-align:center;color:#111}.menu-block .social-icons li:last-child{margin-right:0}.menu-position-top .menu-block{border-bottom:none;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.1);box-shadow:0 0 5px 1px rgba(0,0,0,.1);position:relative;padding:20px 0;background-image:none;background-size:auto;background-color:#fff}.menu-position-top .menu-block .container-fluid{padding-left:35px;padding-right:35px}.menu-position-top .menu-block .logo{margin-bottom:20px}.menu-position-top .menu-block .sub-menu{margin:0;min-width:200px}.menu-position-top .menu-block .sub-menu li.current-menu-item{background-color:#f2f2f2}.menu-position-top .menu-block .sub-menu li.current-menu-item a{border-bottom:none}.menu-position-top .menu-block .sub-menu li.menu-item-has-children:before{left:auto;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#8c9092}.menu-position-top .menu-block form.search-form{float:right;width:200px;margin-bottom:0;margin-left:0;margin-right:0}.menu-position-top .menu-block .zilla-social{text-align:left}.menu-position-top .menu-block .zilla-social a{margin:5px}.menu-position-top .menu-block .zilla-social a img{width:32px}@media (min-width:992px){.menu-position-top .menu-block .sub-menu{position:absolute;max-width:400px;background-image:none;background-color:#fff;left:50%;top:auto;z-index:1001;padding:0;text-align:left;list-style:circle;-webkit-box-shadow:0 5px 45px 0 rgba(0,0,0,.15);box-shadow:0 5px 45px 0 rgba(0,0,0,.15);display:block;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:translateX(-50%) translateY(30px) rotate3d(1,1,0,30deg);-moz-transform:translateX(-50%) translateY(30px) rotate3d(1,1,0,30deg);-ms-transform:translateX(-50%) translateY(30px) rotate3d(1,1,0,30deg);-o-transform:translateX(-50%) translateY(30px) rotate3d(1,1,0,30deg);transform:translateX(-50%) translateY(30px) rotate3d(1,1,0,30deg)}.menu-position-top .menu-block .sub-menu li{display:block;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.05)}.menu-position-top .menu-block .sub-menu li a{display:block;padding:10px 15px}.menu-position-top .menu-block .sub-menu li:last-child{margin-bottom:0;border-bottom:none}.menu-position-top .menu-block .sub-menu li a:hover{text-decoration:none;background-color:#f2f2f2}.menu-position-top .menu-block .os_menu li.active>.sub-menu{opacity:1;visibility:visible;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.menu-position-top .menu-block .sub-menu .sub-menu{top:0;left:auto;left:100%}}.menu-position-top.menu-style-v1 .menu-block{padding:0}.menu-position-top.menu-style-v1 .menu-block .menu-inner-w{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.menu-position-top.menu-style-v1 .menu-block .search-form{width:140px}.menu-position-top.menu-style-v1 .menu-block .search-field{background-color:rgba(0,0,0,.05);padding:10px 15px}.menu-position-top.menu-style-v1 .menu-block .os_menu{text-align:center;border-top:1px solid rgba(0,0,0,.05);padding:10px 0}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul{margin:0}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li{display:inline-block;margin:0 20px;position:relative;font-size:18px}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li>a{padding:10px 5px;display:inline-block}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children>a:before{font-size:8px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);content:"\e942";color:#4c6df7}.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu{margin:0;padding:20px 25px;min-width:250px}.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu:before{content:"";left:50%;top:-2px;width:12px;height:12px;-webkit-transform:rotate(45deg) translateX(-50%);-moz-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);-o-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);background-color:#fff;position:absolute;z-index:999;box-shadow:-2px -2px 5px rgba(0,0,0,.04)}.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu li{margin-bottom:0;font-size:16px;white-space:nowrap}.menu-position-top.menu-style-v1 .logo{float:none;text-align:center;margin-bottom:0;padding:10px}.menu-position-top.menu-style-v1 .logo a{display:inline-block;text-align:center;vertical-align:middle}.menu-position-top.menu-style-v2 .fixed-header-w{position:fixed;top:0;left:0;right:0;z-index:1001;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px);opacity:0}.menu-position-top.menu-style-v2 .fixed-header-w .logo{margin-right:30px}.menu-position-top.menu-style-v2 .fixed-header-w .logo img{height:35px!important;width:auto!important}.menu-position-top.menu-style-v2 .menu-block{padding:10px 0}.menu-position-top.menu-style-v2 .menu-block .menu-inner-w{padding:0 30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;justify-content:space-between}.menu-position-top.menu-style-v2 .menu-block .logo{margin-right:30px;margin-bottom:0}.menu-position-top.menu-style-v2 .menu-block .logo a{display:block}.menu-position-top.menu-style-v2 .menu-block .logo img{height:400px}.menu-position-top.menu-style-v2 .menu-block .os_menu{text-align:left;border-top:none;padding-top:0}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul{margin:0;float:left}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li{float:left;padding:0;position:relative;margin-bottom:0;font-size:16px;margin:0}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li>.sub-menu{left:50%}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li>a{box-sizing:border-box;padding:12px 15px;display:inline-block;font-size:16px;letter-spacing:1px}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a{padding-left:35px}.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a:before{content:"\e942";color:#4c6df7;left:14px;top:50%;font-size:8px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu{padding:20px 25px;min-width:250px}.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu:before{content:"";left:50%;top:-2px;width:12px;height:12px;-webkit-transform:rotate(45deg) translateX(-50%);-moz-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);-o-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);background-color:#fff;position:absolute;z-index:999;box-shadow:-2px -2px 5px rgba(0,0,0,.04)}.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li{font-size:14px;white-space:nowrap}.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li a{font-size:14px}.menu-position-top.menu-style-v2 .menu-block .menu-social-w{float:none;margin-left:20px}.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a{margin-right:0;display:inline-block;vertical-align:middle;margin:0;margin-left:10px}.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a img{width:22px;height:auto;opacity:.8}.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a:hover img{opacity:1}.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w{margin-left:auto;padding-left:30px}.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger{line-height:1;font-size:24px;display:inline-block;vertical-align:middle}.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger:hover{cursor:pointer}.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger i{vertical-align:middle}@media (max-width:991px){.menu-position-top.menu-style-v1 .menu-block,.menu-position-top.menu-style-v2 .menu-block{position:relative;height:auto;padding-bottom:0}.menu-position-top.menu-style-v1 .menu-block .logo,.menu-position-top.menu-style-v2 .menu-block .logo{margin-bottom:40px;text-align:center;display:none}.menu-position-top.menu-style-v1 .menu-block form.search-form,.menu-position-top.menu-style-v2 .menu-block form.search-form{float:none;margin:30px auto}.menu-position-top.menu-style-v1 .menu-block .os_menu,.menu-position-top.menu-style-v2 .menu-block .os_menu{float:none;margin:0}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul{margin:0;float:none}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li{display:block;float:none;padding:12px 0;margin:0;border:none;border-bottom:1px solid #f2f2f2;text-align:center}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li:last-child,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li:last-child{border-bottom:0}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li a,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li a{position:relative}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children{padding-right:0}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children:before,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children:before{content:""}.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children>a:before,.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a:before{font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e942";right:-15px;left:auto;top:50%;-webkit-transform:translateY(-51%);-moz-transform:translateY(-51%);-ms-transform:translateY(-51%);-o-transform:translateY(-51%);transform:translateY(-51%);position:absolute}.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu,.menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu{padding:0;list-style-type:none;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background-color:#fff;margin-bottom:0}.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li,.menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li{padding:10px 0;border-bottom:1px solid #f2f2f2}.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:before,.menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:before{content:""}.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:last-child,.menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:last-child{border-bottom:none}.menu-position-top.menu-style-v1 .menu-block .menu-social-w,.menu-position-top.menu-style-v2 .menu-block .menu-social-w{float:none;text-align:center;margin-top:20px;padding-bottom:20px}.menu-position-top.menu-style-v1 .menu-block .menu-social-w .zilla-social a,.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a{margin:0 10px}}@media (min-width:1500px){.menu-position-top.menu-style-v2 .menu-search-form-w.hide-on-narrow-screens{display:block}}.menu-position-top .index-fullwidth .content{padding-top:30px;padding-bottom:30px}.menu-position-top .main-content{border-top:none}.mobile-menu-w{position:fixed;top:0;padding-top:49px;left:0;right:0;bottom:0;background-color:#fff;z-index:9998;-webkit-transform:translateY(-110%);-moz-transform:translateY(-110%);-ms-transform:translateY(-110%);-o-transform:translateY(-110%);transform:translateY(-110%);-webkit-transition:all 0.4s ease;transition:all 0.4s ease;opacity:0;overflow:hidden}.mobile-menu{margin:0;position:relative;padding:20px}.mobile-menu>ul{margin:0;padding:0}.mobile-menu>ul>li{display:block;float:none;margin:0;text-align:center;border:none;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-menu>ul>li:last-child{border-bottom:0}.mobile-menu>ul>li a{padding:12px 20px;display:inline-block;position:relative;color:#414344;font-size:16px}.mobile-menu>ul>li a:hover,.mobile-menu>ul>li a:focus{text-decoration:none}.mobile-menu>ul>li a:focus{color:#272828}.mobile-menu>ul>li.menu-item-has-children{padding-right:0}.mobile-menu>ul>li.menu-item-has-children>a{display:block}.mobile-menu>ul>li.menu-item-has-children>a:before{content:"\e946";font-size:7px;font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:10px;left:auto;top:50%;-webkit-transform:translateY(-51%);-moz-transform:translateY(-51%);-ms-transform:translateY(-51%);-o-transform:translateY(-51%);transform:translateY(-51%);position:absolute}.mobile-menu ul.sub-menu{display:none;padding:0;list-style-type:none;margin-bottom:0}.mobile-menu ul.sub-menu li{border-bottom:1px solid rgba(0,0,0,.05)}.mobile-menu ul.sub-menu li:before{content:""}.mobile-menu ul.sub-menu li:last-child{border-bottom:none}.mobile-menu ul.sub-menu a{font-size:12px;padding:8px 20px;color:#414344}.menu-toggler-w{display:none;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;background-color:#fff;position:fixed;top:0;left:0;right:0;z-index:9999;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.menu-toggler-w:before,.menu-toggler-w:after{content:" ";display:table}.menu-toggler-w:after{clear:both}.menu-toggler-w:before,.menu-toggler-w:after{content:" ";display:table}.menu-toggler-w:after{clear:both}.menu-toggler-w a{color:#414344}.menu-toggler-w a i{font-size:24px;float:left;display:block;line-height:1}.menu-toggler-w a .menu-toggler-label,.menu-toggler-w a .sidebar-toggler-label{margin-left:10px;text-transform:uppercase;font-size:12px;color:#28292a;font-family:Nunito;font-weight:700;float:left;display:block;line-height:28px}.menu-toggler-w a .menu-toggler-label{display:none}.menu-toggler-w a .sidebar-toggler-label{display:none}.menu-toggler-w a:hover{color:#28292a;text-decoration:none}.menu-toggler-w .logo{text-align:center}.menu-toggler-w .logo img{height:25px;width:auto;display:inline-block;vertical-align:middle}.menu-toggler-w .logo img+span{margin-left:10px}.menu-toggler-w .logo span{font-size:14px;line-height:25px;font-weight:700;vertical-align:middle;display:inline-block}@media (max-width:991px){.menu-position-top .menu-toggler-w{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}}@media (min-width:768px){.menu-position-top .sidebar-toggler{display:none}}.menu-position-left .menu-block .os_menu>ul>li,.menu-position-right .menu-block .os_menu>ul>li{margin:0;border-bottom:1px solid rgba(0,0,0,.04)}.menu-position-left .menu-block .os_menu>ul>li a,.menu-position-right .menu-block .os_menu>ul>li a{padding:10px 0}.menu-position-left .menu-block .os_menu>ul>li:last-child a,.menu-position-right .menu-block .os_menu>ul>li:last-child a{border-bottom:none}.menu-position-left .logo a img,.menu-position-right .logo a img{height:auto;width:auto;max-width:100%}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children a:before,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children a:before{right:0;left:auto;content:"\e946";font-size:7px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;display:block;transform-origin:center center}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a{-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a:hover,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a:hover{-webkit-transform:translateX(5px);-moz-transform:translateX(5px);-ms-transform:translateX(5px);-o-transform:translateX(5px);transform:translateX(5px)}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a:hover:before,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a:hover:before{color:#537eff;-webkit-transform:translateX(-5px) rotate(180deg);-moz-transform:translateX(-5px) rotate(180deg);-ms-transform:translateX(-5px) rotate(180deg);-o-transform:translateX(-5px) rotate(180deg);transform:translateX(-5px) rotate(180deg)}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a{display:block;padding:7px 0;border-bottom:1px solid rgba(0,0,0,.04)}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:before,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:before{content:"";width:5px;height:5px;border-radius:5px;background-color:rgba(0,0,0,.1);position:absolute;left:-15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transition:all 0.2s ease}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover{-webkit-transform:translateX(-3px);-moz-transform:translateX(-3px);-ms-transform:translateX(-3px);-o-transform:translateX(-3px);transform:translateX(-3px)}.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover:before,.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover:before{-webkit-transform:translate(-3px,-50%);-moz-transform:translate(-3px,-50%);-ms-transform:translate(-3px,-50%);-o-transform:translate(-3px,-50%);transform:translate(-3px,-50%);background-color:#4c6df7}@media (max-width:767px){.menu-position-left .menu-toggler-w,.menu-position-right .menu-toggler-w{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.menu-position-left .menu-block .menu-left-i .logo,.menu-position-right .menu-block .menu-left-i .logo{display:none}}.sidebar-position-left.menu-position-top.menu-style-v2 .zilla-social,.sidebar-position-right.menu-position-top.menu-style-v2 .zilla-social{margin-right:0}.fix-top-menu.menu-position-top .fixed-header-w{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.fix-top-menu.menu-position-top.admin-bar .fixed-header-w{-webkit-transform:translateY(32px);-moz-transform:translateY(32px);-ms-transform:translateY(32px);-o-transform:translateY(32px);transform:translateY(32px)}.index-isotope.v1 article.pluto-post-box{border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:12px}.index-isotope.v1 article.pluto-post-box img{width:inherit;max-width:100%;width:100%;height:auto;border-radius:12px}.index-isotope.v1 article.pluto-post-box .figure-link figure{border-radius:6px}.index-isotope.v1 article.pluto-post-box .post-body{position:relative}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share{position:absolute;left:12px;top:5px}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share i.share-activator-icon{vertical-align:middle;line-height:16px;font-size:10px;color:#60717e;padding-right:6px}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share span.share-activator-label{line-height:16px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#60717e;padding-left:10px;border-left:1px solid #ccd9e2;letter-spacing:1px;font-weight:700}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover{cursor:pointer}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon:before{content:"\f068"}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label{display:none}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w{display:inline-block}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w{display:none;margin-left:2px;vertical-align:middle}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social{font-size:10px}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img{padding:0 4px;width:25px!important}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a{opacity:.65}.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover{opacity:1}.index-isotope.v1 article.pluto-post-box .post-media-body{padding:30px}.index-isotope.v1 article.pluto-post-box .post-media-body .arve-wrapper{border-radius:12px;overflow:hidden}.index-isotope.v1 article.pluto-post-box .post-content-body{padding:25px;padding-left:30px;padding-right:30px}.index-isotope.v1 article.pluto-post-box .post-media-body+.post-content-body{padding-top:0}.index-isotope.v1 article.pluto-post-box .post-top-share+.post-content-body{padding-top:50px}.index-isotope.v1 article.pluto-post-box .post-title{margin-top:0}.index-isotope.v1 article.pluto-post-box .post-title a{font-weight:700;color:#2c2d2f;font-size:20px;line-height:32px;font-family:Nunito;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.index-isotope.v1 article.pluto-post-box .post-title a:hover{text-decoration:none;border-color:#2c2d2f}.index-isotope.v1 article.pluto-post-box .post-content{color:#5c5c5c;font-weight:400}.index-isotope.v1 article.pluto-post-box .post-meta{background-color:#fff;border-radius:0 0 12px 12px;border-top:#fff}.index-isotope.v1 article.pluto-post-box .post-meta:before,.index-isotope.v1 article.pluto-post-box .post-meta:after{content:" ";display:table}.index-isotope.v1 article.pluto-post-box .post-meta:after{clear:both}.index-isotope.v1 article.pluto-post-box .post-meta:before,.index-isotope.v1 article.pluto-post-box .post-meta:after{content:" ";display:table}.index-isotope.v1 article.pluto-post-box .post-meta:after{clear:both}.index-isotope.v1 article.pluto-post-box .meta-date,.index-isotope.v1 article.pluto-post-box .meta-view-count{padding:15px 0 15px 20px;float:left;text-transform:uppercase}.index-isotope.v1 article.pluto-post-box .meta-date i,.index-isotope.v1 article.pluto-post-box .meta-view-count i{font-size:11px;margin-right:5px}.index-isotope.v1 article.pluto-post-box .meta-date time,.index-isotope.v1 article.pluto-post-box .meta-date span,.index-isotope.v1 article.pluto-post-box .meta-view-count time,.index-isotope.v1 article.pluto-post-box .meta-view-count span{font-size:12px}.index-isotope.v1 article.pluto-post-box .meta-date+.meta-view-count{border-left:#fff;padding-left:15px;margin-left:15px}.index-isotope.v1 article.pluto-post-box .meta-author{padding:15px 20px 15px 5px;float:right}.index-isotope.v1 article.pluto-post-box .meta-share,.index-isotope.v1 article.pluto-post-box .meta-like{padding:15px 20px;float:right;border-left:#fff;background-color:#fff;border-radius:0 0 12px 0;line-height:20px}.index-isotope.v1 article.pluto-post-box .meta-share a:hover,.index-isotope.v1 article.pluto-post-box .meta-share a.active,.index-isotope.v1 article.pluto-post-box .meta-share a:focus,.index-isotope.v1 article.pluto-post-box .meta-like a:hover,.index-isotope.v1 article.pluto-post-box .meta-like a.active,.index-isotope.v1 article.pluto-post-box .meta-like a:focus{text-decoration:none}.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button:hover i,.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button:hover i{color:#ff5843}.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button.osetin-vote-has-voted i,.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button.osetin-vote-has-voted i{color:#ff5843}.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button-sub-label,.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button-sub-label{padding-left:3px;text-transform:uppercase;font-size:10px;line-height:20px;font-weight:700;letter-spacing:1px;display:inline-block;vertical-align:middle;color:#464646}.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button-sub-label.zero-class,.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button-sub-label.zero-class{display:none}.index-isotope.v1 article.pluto-post-box .meta-share i,.index-isotope.v1 article.pluto-post-box .meta-like i{line-height:20px;color:#ec7465;vertical-align:middle}.index-isotope.v1 article.pluto-post-box .meta-share span.zilla-like-count,.index-isotope.v1 article.pluto-post-box .meta-like span.zilla-like-count{vertical-align:middle}.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count,.index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count{padding-left:3px;text-transform:uppercase;font-size:11px;line-height:20px}.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count.zero-class,.index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count.zero-class{display:none}.index-isotope.v1 article.pluto-post-box .post-video-box{margin-bottom:0}.index-isotope.v1 article.pluto-post-box .post-video-box .arve-wrapper{margin-bottom:0px!important}.index-isotope.v1 article.pluto-post-box ul.post-categories{list-style:none;margin:0;padding:0;margin-bottom:10px}.index-isotope.v1 article.pluto-post-box ul.post-categories li{margin-right:5px;margin-bottom:5px;display:inline-block}.index-isotope.v1 article.pluto-post-box ul.post-categories li a{display:block;padding:2px 5px;background-color:#2863ec;font-size:11px;line-height:14px;color:#fff;border:1px solid #2863ec;border-radius:4px}.index-isotope.v1 article.pluto-post-box ul.post-categories li a:hover{border-color:#0e3aa0;background-color:#86a7f4;text-decoration:none}.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon{color:#b6b8bd}.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label{color:#b6b8bd;border-left:1px solid #505257}.index-isotope.v1 article.pluto-post-box.format-image .post-media-body{padding:30px}.index-isotope.v1 article.pluto-post-box.format-quote{padding:10px}.index-isotope.v1 article.pluto-post-box.format-quote .post-body{padding:50px;padding-top:30px}.index-isotope.v1 article.pluto-post-box.format-quote .post-content{font-size:18px;line-height:26px}.index-isotope.v1 article.pluto-post-box.format-quote .post-content a{text-decoration:none;color:#2c2d2f;font-family:Nunito;font-weight:700}.index-isotope.v1 article.pluto-post-box.format-quote .quote-author{margin-top:20px;text-align:right;text-transform:uppercase;font-size:11px;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-body{position:relative;border-radius:4px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;background-repeat:repeat}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader{background-color:rgba(90,172,244,.7);position:absolute;top:0;bottom:0;right:0;left:0;border-radius:4px;background-image:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/images/fader-bg-2-light.png);-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content{position:relative}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon{color:rgba(255,255,255,.9);font-size:30px;margin-bottom:10px}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a{text-decoration:none;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author{color:rgba(255,255,255,.8)}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .post-content a{text-shadow:1px 1px 5px rgba(0,0,0,.9)}.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader{background-color:rgba(90,172,244,.9)}.index-isotope.v1 article.pluto-post-box.format-video iframe{width:100%;border:none;overflow:hidden;height:auto}.index-isotope.v1 article.pluto-post-box.post-color-highlight{background-color:#1f2022;border-color:#0a0a0a}.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title,.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title a{color:#fff}.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-content{color:#a8b6bf}.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share i{border-color:#fff;color:#a3abb7}.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator{color:#a3abb7}.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-meta{background-color:#161718;border-color:#313436}.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-date{color:#a8b6bf}.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-like{background-color:#161718;border-color:#313436}.index-isotope.v1 article.pluto-post-box.post-color-highlight .read-more-link a{color:#fff;border-color:#fff}.index-isotope.v1 article.pluto-post-box.post-color-highlight .os-like-button-sub-label{color:#fff}.index-isotope.v2 article.pluto-post-box{overflow:hidden}.index-isotope.v2 article.pluto-post-box .post-body{position:relative}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share{-webkit-transition:all 0.7s ease;transition:all 0.7s ease;opacity:0;position:absolute;left:12px;top:12px;background-color:rgba(0,0,0,.8);z-index:3;padding:0 6px;border-radius:12px;display:flex;align-items:center;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.4);box-shadow:0 1px 4px 0 rgba(0,0,0,.4)}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share i.share-activator-icon{vertical-align:middle;line-height:24px;font-size:10px;color:#fff;padding-right:3px}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share span.share-activator-label{line-height:24px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#fff;padding-left:10px;border-left:1px solid #555;letter-spacing:1px;font-weight:700}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover{cursor:pointer}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon{color:#fff}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label{color:#fff}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w{display:block}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w{display:none;margin-left:5px;vertical-align:middle}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social{font-size:10px}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img{padding:0 4px;width:25px!important}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a{opacity:.65}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover{opacity:1}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active span.share-activator-label{display:none}.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active .os_social-head-w{display:inline-block}.index-isotope.v2 article.pluto-post-box .post-media-body{min-height:100px}.index-isotope.v2 article.pluto-post-box .post-content-body{z-index:2;position:absolute;bottom:0;padding:15px 25px;left:0;right:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 100%)}.index-isotope.v2 article.pluto-post-box .post-content-body .post-title{margin-bottom:0;margin-top:0}.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a{color:#fff;font-size:25px;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a:hover{text-decoration:none;border-color:#fff}.index-isotope.v2 article.pluto-post-box .post-content-body .post-content{color:#fff;text-shadow:0 0 4px rgba(0,0,0,.9);margin-top:10px;-webkit-transition:all 1s ease;transition:all 1s ease;opacity:0;position:absolute}.index-isotope.v2 article.pluto-post-box:hover .post-content-body{background-image:none;bottom:80px}.index-isotope.v2 article.pluto-post-box:hover .post-content-body .post-content{opacity:1}.index-isotope.v2 article.pluto-post-box:hover .post-top-share{opacity:1}.index-isotope.v2 article.pluto-post-box:hover .figure-shade{background-color:rgba(0,0,0,.25)}.index-isotope.v2 article.pluto-post-box:hover .figure-icon{bottom:80%;display:none}.index-isotope.v3.isotope-simple article.pluto-post-box .post-body .figure-link,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body .figure-link{border-bottom-left-radius:0;border-bottom-right-radius:0}.index-isotope.v3.isotope-simple article.pluto-post-box .post-body figure,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body figure{border-bottom-left-radius:0px!important;border-bottom-right-radius:0px!important}.index-isotope.v3.isotope-simple article.pluto-post-box .post-body figure img,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body figure img{border-bottom-left-radius:0px!important;border-bottom-right-radius:0px!important}.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body{padding:0}.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body+.post-content-body,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body+.post-content-body{padding-top:20px}.index-isotope.v3.isotope-simple article.pluto-post-box .meta-share,.index-isotope.v3.isotope-simple article.pluto-post-box .meta-like,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-share,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-like{padding:8px 15px;min-height:38px}.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count{padding-bottom:12px;padding-top:10px;float:left;line-height:14px;text-transform:uppercase}.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count i,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count i{font-size:11px;margin-right:5px}.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count span,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count span{font-size:11px}.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories{padding-top:11px;margin-bottom:8px}.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a{background-color:transparent;border:none;text-transform:uppercase;color:inherit;padding:0;font-weight:700;letter-spacing:1px;font-size:10px}.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a:hover,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a:hover{background-color:transparent;text-decoration:underline}.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories+.meta-view-count,.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories+.meta-view-count{border-left:#fff;padding-left:15px;margin-left:15px}.index-isotope.v3.isotope-with-author article.pluto-post-box .meta-like{padding:25px 15px}.index-isotope.v3 article.pluto-post-box{border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:12px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.index-isotope.v3 article.pluto-post-box img{width:inherit;max-width:100%;height:auto;width:100%}.index-isotope.v3 article.pluto-post-box .post-body{position:relative}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share{-webkit-transition:all 0.7s ease;transition:all 0.7s ease;opacity:0;position:absolute;left:20px;top:20px;background-color:rgba(0,0,0,.8);z-index:3;padding:0 6px;border-radius:6px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.4);box-shadow:0 1px 4px 0 rgba(0,0,0,.4)}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share i.share-activator-icon{vertical-align:middle;line-height:24px;font-size:10px;color:#fff;padding-right:3px}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share span.share-activator-label{line-height:24px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#fff;padding-left:10px;border-left:1px solid #555;letter-spacing:1px;font-weight:700}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover{cursor:pointer}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon{color:rgba(255,255,255,.7)}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon:before{content:"\f068"}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label{display:none}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w{display:inline-block}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w{display:none;margin-left:2px;vertical-align:middle}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social{font-size:10px}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img{padding:0 4px;width:25px!important}.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover{opacity:1}.index-isotope.v3 article.pluto-post-box .post-body .figure-link{border-radius:12px;overflow:hidden}.index-isotope.v3 article.pluto-post-box .post-body .figure-link figure{border-radius:12px}.index-isotope.v3 article.pluto-post-box .post-body .figure-link figure img{border-radius:12px}.index-isotope.v3 article.pluto-post-box .post-media-body{padding:15px}.index-isotope.v3 article.pluto-post-box .post-content-body{padding:25px}.index-isotope.v3 article.pluto-post-box .post-media-body+.post-content-body{padding-top:5px}.index-isotope.v3 article.pluto-post-box .post-top-share+.post-content-body{padding-top:50px}.index-isotope.v3 article.pluto-post-box .post-title{margin-top:0}.index-isotope.v3 article.pluto-post-box .post-title a{font-weight:700;color:#2c2d2f;font-size:20px;line-height:32px;font-family:Nunito;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.index-isotope.v3 article.pluto-post-box .post-title a:hover{text-decoration:none;border-color:#2c2d2f}.index-isotope.v3 article.pluto-post-box .post-content{color:#5c5c5c;font-weight:400}.index-isotope.v3 article.pluto-post-box .post-meta{background-color:#fff;border-radius:0 0 12px 12px;border-top:#fff}.index-isotope.v3 article.pluto-post-box .post-meta:before,.index-isotope.v3 article.pluto-post-box .post-meta:after{content:" ";display:table}.index-isotope.v3 article.pluto-post-box .post-meta:after{clear:both}.index-isotope.v3 article.pluto-post-box .post-meta:before,.index-isotope.v3 article.pluto-post-box .post-meta:after{content:" ";display:table}.index-isotope.v3 article.pluto-post-box .post-meta:after{clear:both}.index-isotope.v3 article.pluto-post-box .meta-date,.index-isotope.v3 article.pluto-post-box .meta-view-count{padding:15px 0 15px 15px;float:left;line-height:20px;text-transform:uppercase;letter-spacing:1px}.index-isotope.v3 article.pluto-post-box .meta-date i,.index-isotope.v3 article.pluto-post-box .meta-view-count i{font-size:10px;margin-right:2px}.index-isotope.v3 article.pluto-post-box .meta-date time,.index-isotope.v3 article.pluto-post-box .meta-date span,.index-isotope.v3 article.pluto-post-box .meta-view-count time,.index-isotope.v3 article.pluto-post-box .meta-view-count span{font-size:10px;font-weight:700}.index-isotope.v3 article.pluto-post-box .meta-date+.meta-view-count{border-left:#fff;padding-left:20px;margin-left:20px}.index-isotope.v3 article.pluto-post-box .meta-date+.meta-view-count span{font-size:11px}.index-isotope.v3 article.pluto-post-box .meta-author{padding:15px 20px 15px 5px;float:right}.index-isotope.v3 article.pluto-post-box .meta-author-face{padding:10px;float:left}.index-isotope.v3 article.pluto-post-box .meta-author-face:before,.index-isotope.v3 article.pluto-post-box .meta-author-face:after{content:" ";display:table}.index-isotope.v3 article.pluto-post-box .meta-author-face:after{clear:both}.index-isotope.v3 article.pluto-post-box .meta-author-face:before,.index-isotope.v3 article.pluto-post-box .meta-author-face:after{content:" ";display:table}.index-isotope.v3 article.pluto-post-box .meta-author-face:after{clear:both}.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar{float:left;margin-right:15px}.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar img{width:50px;height:50px}.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info{float:left;padding-top:8px}.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-info-by{font-size:9px;text-transform:uppercase;margin-bottom:2px}.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-name{font-size:12px}.index-isotope.v3 article.pluto-post-box .meta-share,.index-isotope.v3 article.pluto-post-box .meta-like{padding:15px 15px;float:right;border-left:#fff;background-color:#fff;border-radius:0 0 12px 0;line-height:11px;min-height:50px}.index-isotope.v3 article.pluto-post-box .meta-share iframe,.index-isotope.v3 article.pluto-post-box .meta-like iframe{width:76px}.index-isotope.v3 article.pluto-post-box .meta-share a:hover,.index-isotope.v3 article.pluto-post-box .meta-share a.active,.index-isotope.v3 article.pluto-post-box .meta-share a:focus,.index-isotope.v3 article.pluto-post-box .meta-like a:hover,.index-isotope.v3 article.pluto-post-box .meta-like a.active,.index-isotope.v3 article.pluto-post-box .meta-like a:focus{text-decoration:none}.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button:hover i,.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button:hover i{color:#ff5843}.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button.osetin-vote-has-voted i,.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button.osetin-vote-has-voted i{color:#ff5843}.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button-sub-label,.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button-sub-label{padding-left:3px;text-transform:uppercase;font-size:10px;line-height:20px;font-weight:700;letter-spacing:1px;display:inline-block;vertical-align:middle;color:#464646}.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button-sub-label.zero-class,.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button-sub-label.zero-class{display:none}.index-isotope.v3 article.pluto-post-box .meta-share i,.index-isotope.v3 article.pluto-post-box .meta-like i{line-height:20px;color:#ec7465;vertical-align:middle}.index-isotope.v3 article.pluto-post-box .post-video-box{margin-bottom:0}.index-isotope.v3 article.pluto-post-box .post-video-box .arve-wrapper{margin-bottom:0px!important}.index-isotope.v3 article.pluto-post-box ul.post-categories{list-style:none;margin:0;padding:0;padding-top:15px;padding-left:15px;margin-bottom:10px;float:left}.index-isotope.v3 article.pluto-post-box ul.post-categories li{margin-right:3px;margin-bottom:3px;float:left;display:none}.index-isotope.v3 article.pluto-post-box ul.post-categories li:first-child{display:block}.index-isotope.v3 article.pluto-post-box ul.post-categories li a{display:block;padding:2px 5px;background-color:#2863ec;font-size:11px;line-height:14px;color:#fff;border:1px solid #2863ec;border-radius:4px}.index-isotope.v3 article.pluto-post-box ul.post-categories li a:hover{border-color:#0e3aa0;background-color:#86a7f4;text-decoration:none}.index-isotope.v3 article.pluto-post-box:hover{-webkit-box-shadow:0 12px 28px 0 rgba(151,160,204,.3);box-shadow:0 12px 28px 0 rgba(151,160,204,.3);-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px);-o-transform:translateY(-8px);transform:translateY(-8px)}.index-isotope.v3 article.pluto-post-box:hover .post-top-share{opacity:1}.index-isotope.v3 .item-double-width article.pluto-post-box .post-title a{font-size:30px;line-height:1.4}.index-isotope.v3 .item-double-width article.pluto-post-box .post-content{font-size:18px;line-height:1.4}.index-isotope.v3 .item-double-width article.pluto-post-box.format-quote .post-content{font-size:25px;line-height:1.4}.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon{color:#b6b8bd}.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label{color:#b6b8bd;border-left:1px solid #505257}.index-isotope.v3 article.pluto-post-box.format-image .post-media-body{padding:15px}.index-isotope.v3 article.pluto-post-box.format-quote{padding:10px}.index-isotope.v3 article.pluto-post-box.format-quote .post-body{padding:50px;padding-top:30px}.index-isotope.v3 article.pluto-post-box.format-quote .post-content{font-size:18px;line-height:26px}.index-isotope.v3 article.pluto-post-box.format-quote .post-content a{text-decoration:none;color:#2c2d2f;font-family:Nunito;font-weight:700}.index-isotope.v3 article.pluto-post-box.format-quote .quote-author{margin-top:20px;text-align:right;text-transform:uppercase;font-size:11px;letter-spacing:1px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-body{position:relative;border-radius:4px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;background-repeat:repeat}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader{background-color:rgba(11,119,214,.83);position:absolute;top:0;bottom:0;right:0;left:0;border-radius:4px;-webkit-transition:none;transition:none}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content{position:relative}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon{color:rgba(255,255,255,.9);font-size:30px;margin-bottom:10px}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a{text-decoration:none;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author{color:rgba(255,255,255,.8)}.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader{background-color:rgba(11,119,214,.93)}.index-isotope.v3 article.pluto-post-box.format-video .post-body iframe{width:100%;border:none;overflow:hidden;height:auto}.index-isotope.v3 article.pluto-post-box.post-color-highlight{background-color:#1f2022;border-color:#0a0a0a}.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title,.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title a{color:#fff}.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-content{color:#a8b6bf}.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share i{border-color:#fff;color:#a3abb7}.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator{color:#a3abb7}.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-meta{background-color:#161718;border-color:#313436}.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-date{color:#a8b6bf}.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-like{background-color:#161718;border-color:#313436}.index-isotope.v3 article.pluto-post-box.post-color-highlight .read-more-link a{color:#fff;border-color:#fff}.index-isotope.v3 article.pluto-post-box.post-color-highlight .os-like-button-sub-label{color:#fff}.page-hero-image{color:#fff;padding:80px 50px;background-repeat:repeat;background-position:0 0;background-size:cover}.page-hero-image h1,.page-hero-image h2,.page-hero-image h3,.page-hero-image h4,.page-hero-image h5{color:#fff}.main-content-w{-webkit-transition:all 0.2s ease;transition:all 0.2s ease;position:relative;border-top:none}@media (max-width:767px){.main-content-w{border-top:none}}.main-content-w .main-content-i{position:relative;display:table-cell;vertical-align:top}.main-content-w .main-content-m{display:table;table-layout:fixed;width:100%;vertical-align:top}.index-isotope,.featured-posts-slider-i,.featured-posts-slider-contents{margin:0 auto}.index-isotope:before,.index-isotope:after,.featured-posts-slider-i:before,.featured-posts-slider-i:after,.featured-posts-slider-contents:before,.featured-posts-slider-contents:after{content:" ";display:table}.index-isotope:after,.featured-posts-slider-i:after,.featured-posts-slider-contents:after{clear:both}.index-isotope:before,.index-isotope:after,.featured-posts-slider-i:before,.featured-posts-slider-i:after,.featured-posts-slider-contents:before,.featured-posts-slider-contents:after{content:" ";display:table}.index-isotope:after,.featured-posts-slider-i:after,.featured-posts-slider-contents:after{clear:both}.index-isotope .item-isotope{float:left;opacity:1}.index-isotope.hidden-on-load .item-isotope{opacity:0}.index-isotope .slick-gallery figure{display:none}.index-isotope .slick-gallery figure:focus{outline:none}.index-isotope .slick-gallery figure:first-child{display:block}.index-isotope .slick-gallery.slick-initialized figure{display:block}.index-isotope .slick-gallery .slick-arrow{cursor:pointer;display:block;background-color:rgba(0,0,0,.5);color:transparent;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:6px;font-size:0;height:25px;top:50%;border:none;width:25px;z-index:2}.index-isotope .slick-gallery .slick-arrow:focus{outline:none}.index-isotope .slick-gallery .slick-arrow:before{font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.index-isotope .slick-gallery .slick-arrow:hover{background-color:rgba(0,0,0,.8)}.index-isotope .slick-gallery .slick-arrow.slick-prev{left:10px}.index-isotope .slick-gallery .slick-arrow.slick-prev:before{content:"\e910"}.index-isotope .slick-gallery .slick-arrow.slick-next{right:10px}.index-isotope .slick-gallery .slick-arrow.slick-next:before{content:"\e911"}.menu-position-left .menu-block{left:0;border-right:none;width:270px;position:fixed;top:0;bottom:0;overflow:hidden}.menu-position-left .main-content-w{margin-left:270px}.menu-position-left.admin-bar .menu-block{top:32px}.menu-position-right .menu-block{right:0;border-left:none;width:270px;position:fixed;top:0;bottom:0;overflow:hidden}.menu-position-right .main-content-w{margin-right:270px}.menu-position-right.admin-bar .menu-block{top:32px}.menu-position-top .main-content-w{border-top:0}.item-isotope .entry-title a:hover,.item-isotope .entry-title a:focus{text-decoration:none}.sidebar-position-left .primary-sidebar-wrapper{width:300px;display:table-cell;vertical-align:top}.sidebar-position-left .primary-sidebar-wrapper .primary-sidebar{border-right:none;border-radius:0 0 50px 0;background-color:#fff}.sidebar-position-left .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar{padding-right:0}.sidebar-position-left .main-content-i{margin-left:300px}.sidebar-position-right .primary-sidebar-wrapper{width:300px;display:table-cell}.sidebar-position-right .primary-sidebar-wrapper .primary-sidebar{border-left:none;border-radius:0 0 0 50px;background-color:#fff}.sidebar-position-right .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar{padding-left:0}.sidebar-position-right .main-content-i{margin-right:300px}@media (min-width:768px){.side-padded-content{padding-left:30px;padding-right:30px}}@media (max-width:767px){.side-padded-content{padding-left:15px;padding-right:15px}}@media (min-width:768px){.with-transparent-menu.menu-position-left .side-padded-content{padding-left:0px!important}}@media (min-width:768px){.with-transparent-menu.menu-position-right.no-sidebar .side-padded-content{padding-right:0px!important}}@media (min-width:1201px){body>.primary-sidebar-wrapper{display:none!important}}@media (max-width:1200px){.menu-position-left.sidebar-position-left .main-content-w .primary-sidebar-wrapper,.menu-position-left.sidebar-position-right .main-content-w .primary-sidebar-wrapper,.menu-position-right.sidebar-position-left .main-content-w .primary-sidebar-wrapper,.menu-position-right.sidebar-position-right .main-content-w .primary-sidebar-wrapper{display:none!important}.menu-position-left.sidebar-position-left .main-content-m,.menu-position-left.sidebar-position-right .main-content-m,.menu-position-right.sidebar-position-left .main-content-m,.menu-position-right.sidebar-position-right .main-content-m{display:block}.menu-position-left.sidebar-position-left .main-content-m .main-content-i,.menu-position-left.sidebar-position-right .main-content-m .main-content-i,.menu-position-right.sidebar-position-left .main-content-m .main-content-i,.menu-position-right.sidebar-position-right .main-content-m .main-content-i{display:block}.menu-position-left.sidebar-position-left .main-content-i,.menu-position-left.sidebar-position-right .main-content-i,.menu-position-right.sidebar-position-left .main-content-i,.menu-position-right.sidebar-position-right .main-content-i{margin-left:0;margin-right:0}.menu-position-left.sidebar-position-left .sidebar-main-toggler{left:284px}.menu-position-left.sidebar-position-right .sidebar-main-toggler{right:0}.menu-position-right .sidebar-main-toggler{right:280px}.menu-position-left .sidebar-main-toggler,.menu-position-right .sidebar-main-toggler,.menu-position-top .sidebar-main-toggler{display:block!important}.menu-position-left>.primary-sidebar-wrapper,.menu-position-right>.primary-sidebar-wrapper,.menu-position-top>.primary-sidebar-wrapper{overflow:hidden;display:block;position:fixed;right:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.5);box-shadow:0 5px 5px 0 rgba(0,0,0,.5);top:49px;bottom:0;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;z-index:9999}.menu-position-left>.primary-sidebar-wrapper .primary-sidebar,.menu-position-right>.primary-sidebar-wrapper .primary-sidebar,.menu-position-top>.primary-sidebar-wrapper .primary-sidebar{position:relative}}.menu-position-right.no-sidebar .sidebar-toggler,.menu-position-right.no-sidebar .sidebar-main-toggler,.menu-position-top.no-sidebar .sidebar-toggler,.menu-position-top.no-sidebar .sidebar-main-toggler,.menu-position-left.no-sidebar .sidebar-toggler,.menu-position-left.no-sidebar .sidebar-main-toggler{display:none!important}@media (min-width:768px){.menu-position-top .sidebar-toggler,.menu-position-top .sidebar-main-toggler{display:none!important}}@media (max-width:1400px){.menu-position-top.menu-style-v2 .menu-block .menu-inner-w{padding:0 20px}.menu-position-top.menu-style-v2 .menu-block .logo{margin-right:20px}}@media (min-width:768px) and (max-width:1200px){.menu-position-left.sidebar-position-left>.primary-sidebar-wrapper,.menu-position-left.sidebar-position-right>.primary-sidebar-wrapper,.menu-position-right.sidebar-position-left>.primary-sidebar-wrapper,.menu-position-right.sidebar-position-right>.primary-sidebar-wrapper{top:0}.menu-position-right.sidebar-active .all-wrapper .main-content-w{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes slideOut{0%{display:none}1%{display:block;-webkit-transform:translateX(-270px);-moz-transform:translateX(-270px);-ms-transform:translateX(-270px);-o-transform:translateX(-270px);transform:translateX(-270px)}100%{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}.menu-position-top .main-content-w:before,.menu-position-left .main-content-w:before,.menu-position-right .main-content-w:before{-webkit-transition:all 0.4s ease;transition:all 0.4s ease;content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0);z-index:-1}.menu-position-top.sidebar-active .main-content-w,.menu-position-left.sidebar-active .main-content-w,.menu-position-right.sidebar-active .main-content-w{-webkit-transform:translateX(-135px);-moz-transform:translateX(-135px);-ms-transform:translateX(-135px);-o-transform:translateX(-135px);transform:translateX(-135px)}.menu-position-top.sidebar-active .main-content-w:before,.menu-position-left.sidebar-active .main-content-w:before,.menu-position-right.sidebar-active .main-content-w:before{content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:9998;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.menu-position-top.sidebar-active>.primary-sidebar-wrapper,.menu-position-left.sidebar-active>.primary-sidebar-wrapper,.menu-position-right.sidebar-active>.primary-sidebar-wrapper{display:block!important;z-index:9999;max-width:100%;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.menu-position-top.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,.menu-position-left.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,.menu-position-right.sidebar-active>.primary-sidebar-wrapper .primary-sidebar{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-left:none!important}.menu-toggler-w{text-align:center;align-items:center;justify-content:space-between}.menu-toggler-w a{display:inline-block}.menu-toggler-w .menu-toggler{float:none}.menu-toggler-w .sidebar-toggler{float:none;margin-left:auto}.menu-toggler-w .logo{display:inline-block;margin-left:auto;margin-right:auto}@media (max-width:991px){.menu-position-top .main-content-w{margin-top:0}.menu-position-top .menu-block{display:none}.menu-position-top.side-menu-active .mobile-menu-w{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.menu-position-top .sidebar-main-toggler{display:none}}@media (max-width:767px){.menu-position-left .main-content-w,.menu-position-right .main-content-w{margin-left:0}.menu-position-left .menu-block,.menu-position-right .menu-block{left:0;top:0;padding-top:79px;-webkit-transform:translateX(-270px);-moz-transform:translateX(-270px);-ms-transform:translateX(-270px);-o-transform:translateX(-270px);transform:translateX(-270px);-webkit-transition:all 0.4s ease;transition:all 0.4s ease;animation-fill-mode:none!important;animation:none!important}.menu-position-left .all-wrapper,.menu-position-right .all-wrapper{overflow:hidden}.menu-position-left .main-content-w,.menu-position-right .main-content-w{-webkit-transition:all 0.6s ease;transition:all 0.6s ease}.menu-position-left.side-menu-active .main-content-w:before,.menu-position-right.side-menu-active .main-content-w:before{content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:9998;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.menu-position-left.side-menu-active .main-content-w,.menu-position-right.side-menu-active .main-content-w{-webkit-transform:translateX(135px);-moz-transform:translateX(135px);-ms-transform:translateX(135px);-o-transform:translateX(135px);transform:translateX(135px)}.menu-position-left.side-menu-active .menu-block,.menu-position-right.side-menu-active .menu-block{left:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);box-shadow:0 0 25px rgba(0,0,0,.2)}.menu-position-left .sidebar-main-toggler,.menu-position-right .sidebar-main-toggler{display:none}.menu-position-right .main-content-w{margin-right:0}.menu-position-right .menu-block{right:0;left:auto;-webkit-transform:translateX(270px);-moz-transform:translateX(270px);-ms-transform:translateX(270px);-o-transform:translateX(270px);transform:translateX(270px)}.menu-position-right.side-menu-active .main-content-w{-webkit-transform:translateX(-135px);-moz-transform:translateX(-135px);-ms-transform:translateX(-135px);-o-transform:translateX(-135px);transform:translateX(-135px)}.menu-position-right.side-menu-active .menu-block{left:auto;right:0}}.search-results-header,.archive-header{border-bottom:1px solid #d7dbe3;padding:40px}.search-results-header h3,.archive-header h3{margin-top:0;margin-bottom:0}.search-results-header .author-description,.search-results-header .taxonomy-description,.archive-header .author-description,.archive-header .taxonomy-description{margin-top:5px}@media (max-width:767px){.search-results-header .avatar-w,.archive-header .avatar-w{margin-bottom:30px}.search-results-header .avatar-w img,.archive-header .avatar-w img{max-width:100px}}@media (max-width:767px){.search-results-header,.archive-header{text-align:center}}.avatar-w img{width:inherit;max-width:100%;height:auto;border-radius:50%}.isotope-next-link{display:none}.isotope-loading{background-image:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/images/ajax-loaders/loader-light-blue.gif);background-position:center center;background-repeat:no-repeat;height:40px}@media (min-width:991px){.index-isotope .pluto-post-box .post-media-body .figure-link-w,.index-isotope .pluto-post-box .post-media-body iframe,.index-isotope .product-media-body .figure-link-w,.index-isotope .product-media-body iframe{text-align:center}}.format-audio iframe{width:100%;border:none;overflow:hidden}.fixed-height-index-posts .format-audio iframe{height:200px}.external-link-link{display:inline-block;background-color:#3468ad;color:#fff;padding:3px 12px;margin-top:20px;font-family:Nunito;font-weight:400;font-size:16px}.external-link-link:hover,.external-link-link:focus{background-color:#2e5c99;color:#f2f2f2;text-decoration:none}.external-link-price{display:inline-block;font-family:Nunito;font-weight:400;font-size:16px;background-color:#2e5c99;color:#fff;padding:3px 12px;margin-top:20px}.external-link-price:hover,.external-link-price:focus{background-color:#285086;color:#e6e6e6;text-decoration:none}.item-isotope .external-link-link,.item-isotope .external-link-price{font-size:14px;padding:3px 8px}.page article.pluto-page-box,.single article.pluto-page-box,.index-fullwidth article.pluto-page-box{border:#fff;-webkit-box-shadow:0 9px 24px 0 rgba(151,160,204,.12);box-shadow:0 9px 24px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;max-width:900px;margin:20px auto 20px auto;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.page article.pluto-page-box figure.abs-slider,.single article.pluto-page-box figure.abs-slider,.index-fullwidth article.pluto-page-box figure.abs-slider{position:relative;overflow:hidden}.page article.pluto-page-box figure.abs-slider .flexslider,.single article.pluto-page-box figure.abs-slider .flexslider,.index-fullwidth article.pluto-page-box figure.abs-slider .flexslider{position:absolute;top:0;bottom:0;left:0;right:0}.page article.pluto-page-box .post-body,.single article.pluto-page-box .post-body,.index-fullwidth article.pluto-page-box .post-body{padding:50px;position:relative}.page article.pluto-page-box .post-title,.single article.pluto-page-box .post-title,.index-fullwidth article.pluto-page-box .post-title{margin-bottom:30px;margin-top:30px}.page article.pluto-page-box .post-title a,.single article.pluto-page-box .post-title a,.index-fullwidth article.pluto-page-box .post-title a{font-weight:700;color:#2c2d2f;font-family:Nunito;line-height:50px;text-decoration:none}.page article.pluto-page-box .post-content,.single article.pluto-page-box .post-content,.index-fullwidth article.pluto-page-box .post-content{color:#5c5c5c;font-weight:400;font-size:16px;line-height:26px}.page article.pluto-page-box .post-content img,.single article.pluto-page-box .post-content img,.index-fullwidth article.pluto-page-box .post-content img{width:inherit;max-width:100%;height:auto;margin-bottom:1em}.page article.pluto-page-box .post-meta,.single article.pluto-page-box .post-meta,.index-fullwidth article.pluto-page-box .post-meta{background-color:#fff;border-radius:0 0 8px 8px;border-top:#fff}.page article.pluto-page-box .post-meta:before,.page article.pluto-page-box .post-meta:after,.single article.pluto-page-box .post-meta:before,.single article.pluto-page-box .post-meta:after,.index-fullwidth article.pluto-page-box .post-meta:before,.index-fullwidth article.pluto-page-box .post-meta:after{content:" ";display:table}.page article.pluto-page-box .post-meta:after,.single article.pluto-page-box .post-meta:after,.index-fullwidth article.pluto-page-box .post-meta:after{clear:both}.page article.pluto-page-box .post-meta:before,.page article.pluto-page-box .post-meta:after,.single article.pluto-page-box .post-meta:before,.single article.pluto-page-box .post-meta:after,.index-fullwidth article.pluto-page-box .post-meta:before,.index-fullwidth article.pluto-page-box .post-meta:after{content:" ";display:table}.page article.pluto-page-box .post-meta:after,.single article.pluto-page-box .post-meta:after,.index-fullwidth article.pluto-page-box .post-meta:after{clear:both}.page article.pluto-page-box .meta-date,.single article.pluto-page-box .meta-date,.index-fullwidth article.pluto-page-box .meta-date{padding:15px 20px;float:left}.page article.pluto-page-box .os_social-foot-w,.single article.pluto-page-box .os_social-foot-w,.index-fullwidth article.pluto-page-box .os_social-foot-w{float:right;padding-right:20px;padding-top:12px}.page article.pluto-page-box .os_social-foot-w .os_social,.single article.pluto-page-box .os_social-foot-w .os_social,.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social{display:block;text-align:right}.page article.pluto-page-box .os_social-foot-w .os_social a,.single article.pluto-page-box .os_social-foot-w .os_social a,.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a{display:inline-block;opacity:.65;margin-left:10px;line-height:1;vertical-align:middle}.page article.pluto-page-box .os_social-foot-w .os_social a:hover,.single article.pluto-page-box .os_social-foot-w .os_social a:hover,.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a:hover{opacity:1}.page article.pluto-page-box .os_social-foot-w .os_social a img,.single article.pluto-page-box .os_social-foot-w .os_social a img,.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a img{display:inline-block;vertical-align:middle;width:24px!important;height:auto}.page article.pluto-page-box .os_social-foot-w a:first-child,.single article.pluto-page-box .os_social-foot-w a:first-child,.index-fullwidth article.pluto-page-box .os_social-foot-w a:first-child{margin-left:5px}.page article.pluto-page-box .post-social-icons,.single article.pluto-page-box .post-social-icons,.index-fullwidth article.pluto-page-box .post-social-icons{list-style:none;padding:0;margin:0;float:right;padding:0 20px 0 0}.page article.pluto-page-box .post-social-icons li,.single article.pluto-page-box .post-social-icons li,.index-fullwidth article.pluto-page-box .post-social-icons li{display:inline-block;margin:0 5px;vertical-align:middle}.page article.pluto-page-box .post-social-icons li a,.single article.pluto-page-box .post-social-icons li a,.index-fullwidth article.pluto-page-box .post-social-icons li a{font-size:32px;color:#9bbddb}.page article.pluto-page-box .post-social-icons li a i,.single article.pluto-page-box .post-social-icons li a i,.index-fullwidth article.pluto-page-box .post-social-icons li a i{line-height:44px}.page article.pluto-page-box .post-social-icons li a:hover,.single article.pluto-page-box .post-social-icons li a:hover,.index-fullwidth article.pluto-page-box .post-social-icons li a:hover{text-decoration:none;color:#5795db}.page article.pluto-page-box .post-social-icons li span,.single article.pluto-page-box .post-social-icons li span,.index-fullwidth article.pluto-page-box .post-social-icons li span{text-transform:uppercase;font-size:11px;line-height:44px;color:#77878e}.page article.pluto-page-box .meta-author,.single article.pluto-page-box .meta-author,.index-fullwidth article.pluto-page-box .meta-author{padding:15px 20px;float:left}.page article.pluto-page-box .meta-author i,.single article.pluto-page-box .meta-author i,.index-fullwidth article.pluto-page-box .meta-author i{font-size:20px;margin-right:5px;vertical-align:middle;color:#637789}.page article.pluto-page-box .meta-share,.page article.pluto-page-box .meta-like,.single article.pluto-page-box .meta-share,.single article.pluto-page-box .meta-like,.index-fullwidth article.pluto-page-box .meta-share,.index-fullwidth article.pluto-page-box .meta-like{padding:15px 20px;float:left;border-right:#fff;background-color:#fff;border-radius:0 0 0 8px;line-height:20px;font-size:18px;min-height:50px}.page article.pluto-page-box .meta-share iframe,.page article.pluto-page-box .meta-like iframe,.single article.pluto-page-box .meta-share iframe,.single article.pluto-page-box .meta-like iframe,.index-fullwidth article.pluto-page-box .meta-share iframe,.index-fullwidth article.pluto-page-box .meta-like iframe{width:76px}.page article.pluto-page-box .meta-share a:hover,.page article.pluto-page-box .meta-share a.active,.page article.pluto-page-box .meta-like a:hover,.page article.pluto-page-box .meta-like a.active,.single article.pluto-page-box .meta-share a:hover,.single article.pluto-page-box .meta-share a.active,.single article.pluto-page-box .meta-like a:hover,.single article.pluto-page-box .meta-like a.active,.index-fullwidth article.pluto-page-box .meta-share a:hover,.index-fullwidth article.pluto-page-box .meta-share a.active,.index-fullwidth article.pluto-page-box .meta-like a:hover,.index-fullwidth article.pluto-page-box .meta-like a.active{text-decoration:none}.page article.pluto-page-box .meta-share a:hover i,.page article.pluto-page-box .meta-share a.active i,.page article.pluto-page-box .meta-like a:hover i,.page article.pluto-page-box .meta-like a.active i,.single article.pluto-page-box .meta-share a:hover i,.single article.pluto-page-box .meta-share a.active i,.single article.pluto-page-box .meta-like a:hover i,.single article.pluto-page-box .meta-like a.active i,.index-fullwidth article.pluto-page-box .meta-share a:hover i,.index-fullwidth article.pluto-page-box .meta-share a.active i,.index-fullwidth article.pluto-page-box .meta-like a:hover i,.index-fullwidth article.pluto-page-box .meta-like a.active i{color:#ff5843}.page article.pluto-page-box .meta-share .os-like-button:hover,.page article.pluto-page-box .meta-share .os-like-button:focus,.page article.pluto-page-box .meta-like .os-like-button:hover,.page article.pluto-page-box .meta-like .os-like-button:focus,.single article.pluto-page-box .meta-share .os-like-button:hover,.single article.pluto-page-box .meta-share .os-like-button:focus,.single article.pluto-page-box .meta-like .os-like-button:hover,.single article.pluto-page-box .meta-like .os-like-button:focus,.index-fullwidth article.pluto-page-box .meta-share .os-like-button:hover,.index-fullwidth article.pluto-page-box .meta-share .os-like-button:focus,.index-fullwidth article.pluto-page-box .meta-like .os-like-button:hover,.index-fullwidth article.pluto-page-box .meta-like .os-like-button:focus{text-decoration:none}.page article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,.page article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i,.single article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,.single article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i,.index-fullwidth article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,.index-fullwidth article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i{color:#ff5843}.page article.pluto-page-box .meta-share .os-like-button-sub-label,.page article.pluto-page-box .meta-like .os-like-button-sub-label,.single article.pluto-page-box .meta-share .os-like-button-sub-label,.single article.pluto-page-box .meta-like .os-like-button-sub-label,.index-fullwidth article.pluto-page-box .meta-share .os-like-button-sub-label,.index-fullwidth article.pluto-page-box .meta-like .os-like-button-sub-label{vertical-align:middle;padding-left:3px;text-transform:uppercase;font-size:11px;line-height:20px;color:#464646}.page article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,.page article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class,.single article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,.single article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class,.index-fullwidth article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,.index-fullwidth article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class{display:none}.page article.pluto-page-box .meta-share i,.page article.pluto-page-box .meta-like i,.single article.pluto-page-box .meta-share i,.single article.pluto-page-box .meta-like i,.index-fullwidth article.pluto-page-box .meta-share i,.index-fullwidth article.pluto-page-box .meta-like i{line-height:20px;color:#ec7465;vertical-align:middle}.page article.pluto-page-box figure,.page article.pluto-page-box .post-video-box,.page article.pluto-page-box .post-gallery-box,.single article.pluto-page-box figure,.single article.pluto-page-box .post-video-box,.single article.pluto-page-box .post-gallery-box,.index-fullwidth article.pluto-page-box figure,.index-fullwidth article.pluto-page-box .post-video-box,.index-fullwidth article.pluto-page-box .post-gallery-box{text-align:center}.page article.pluto-page-box figure img,.page article.pluto-page-box .post-video-box img,.page article.pluto-page-box .post-gallery-box img,.single article.pluto-page-box figure img,.single article.pluto-page-box .post-video-box img,.single article.pluto-page-box .post-gallery-box img,.index-fullwidth article.pluto-page-box figure img,.index-fullwidth article.pluto-page-box .post-video-box img,.index-fullwidth article.pluto-page-box .post-gallery-box img{width:inherit;max-width:100%;height:auto;display:block;margin:0 auto}.page .post-meta-top,.single .post-meta-top,.index-isotope .post-meta-top,.index-fullwidth .post-meta-top{border-bottom:1px solid #fff;border-top:1px solid #fff;padding:15px 0;margin-bottom:10px}.page .post-meta-top:before,.page .post-meta-top:after,.single .post-meta-top:before,.single .post-meta-top:after,.index-isotope .post-meta-top:before,.index-isotope .post-meta-top:after,.index-fullwidth .post-meta-top:before,.index-fullwidth .post-meta-top:after{content:" ";display:table}.page .post-meta-top:after,.single .post-meta-top:after,.index-isotope .post-meta-top:after,.index-fullwidth .post-meta-top:after{clear:both}.page .post-meta-top:before,.page .post-meta-top:after,.single .post-meta-top:before,.single .post-meta-top:after,.index-isotope .post-meta-top:before,.index-isotope .post-meta-top:after,.index-fullwidth .post-meta-top:before,.index-fullwidth .post-meta-top:after{content:" ";display:table}.page .post-meta-top:after,.single .post-meta-top:after,.index-isotope .post-meta-top:after,.index-fullwidth .post-meta-top:after{clear:both}.page .post-meta-top ul,.single .post-meta-top ul,.index-isotope .post-meta-top ul,.index-fullwidth .post-meta-top ul{float:right;margin:0;padding:0;list-style:none}.page .post-meta-top ul li,.single .post-meta-top ul li,.index-isotope .post-meta-top ul li,.index-fullwidth .post-meta-top ul li{font-size:12px}.page .post-meta-top .post-date,.single .post-meta-top .post-date,.index-isotope .post-meta-top .post-date,.index-fullwidth .post-meta-top .post-date{float:left}@media (max-width:767px){.page .post-meta-top .post-date,.single .post-meta-top .post-date,.index-isotope .post-meta-top .post-date,.index-fullwidth .post-meta-top .post-date{float:none}}.page .post-meta-top .post-author,.single .post-meta-top .post-author,.index-isotope .post-meta-top .post-author,.index-fullwidth .post-meta-top .post-author{float:left;border-left:1px solid #e6e6e6;margin-left:8px;padding-left:8px}.page .post-meta-top .post-author a,.single .post-meta-top .post-author a,.index-isotope .post-meta-top .post-author a,.index-fullwidth .post-meta-top .post-author a{color:#111;border-bottom:1px solid #111}.page .post-meta-top .post-author a:hover,.single .post-meta-top .post-author a:hover,.index-isotope .post-meta-top .post-author a:hover,.index-fullwidth .post-meta-top .post-author a:hover{text-decoration:none}@media (max-width:767px){.page .post-meta-top .post-author,.single .post-meta-top .post-author,.index-isotope .post-meta-top .post-author,.index-fullwidth .post-meta-top .post-author{float:none;border:none;margin-left:0;padding-left:0;margin-top:5px}}.page .post-meta-top .post-tags,.single .post-meta-top .post-tags,.index-isotope .post-meta-top .post-tags,.index-fullwidth .post-meta-top .post-tags{margin-left:0;padding-left:0}.page .post-meta-top .post-tags li,.single .post-meta-top .post-tags li,.index-isotope .post-meta-top .post-tags li,.index-fullwidth .post-meta-top .post-tags li{margin-left:3px;float:right;margin-bottom:3px}.page .post-meta-top .post-tags li a,.single .post-meta-top .post-tags li a,.index-isotope .post-meta-top .post-tags li a,.index-fullwidth .post-meta-top .post-tags li a{display:block;padding:3px 7px;font-size:12px;line-height:1.2;letter-spacing:1px;font-weight:700;background-color:#2863ec;color:#fff;border:1px solid #2863ec;border-radius:6px;text-transform:uppercase}.page .post-meta-top .post-tags li a:hover,.single .post-meta-top .post-tags li a:hover,.index-isotope .post-meta-top .post-tags li a:hover,.index-fullwidth .post-meta-top .post-tags li a:hover{border-color:#0e3aa0;background-color:#86a7f4;text-decoration:none}.page .post-meta-top .post-categories li,.single .post-meta-top .post-categories li,.index-isotope .post-meta-top .post-categories li,.index-fullwidth .post-meta-top .post-categories li{margin-left:3px;margin-bottom:3px;float:right}.page .post-meta-top .post-categories li a,.single .post-meta-top .post-categories li a,.index-isotope .post-meta-top .post-categories li a,.index-fullwidth .post-meta-top .post-categories li a{display:block;padding:3px 7px;letter-spacing:1px;font-weight:700;background-color:#ec2878;font-size:12px;line-height:1.2;text-transform:uppercase;color:#fff;border:1px solid #ec2878;border-radius:6px}.page .post-meta-top .post-categories li a:hover,.single .post-meta-top .post-categories li a:hover,.index-isotope .post-meta-top .post-categories li a:hover,.index-fullwidth .post-meta-top .post-categories li a:hover{border-color:#a00e4a;background-color:#f486b3;text-decoration:none}@media (max-width:991px){.page .post-meta-top .post-author,.single .post-meta-top .post-author,.index-isotope .post-meta-top .post-author,.index-fullwidth .post-meta-top .post-author{margin-bottom:20px}.page .post-meta-top .post-categories,.page .post-meta-top .post-tags,.single .post-meta-top .post-categories,.single .post-meta-top .post-tags,.index-isotope .post-meta-top .post-categories,.index-isotope .post-meta-top .post-tags,.index-fullwidth .post-meta-top .post-categories,.index-fullwidth .post-meta-top .post-tags{float:left}.page .post-meta-top .post-categories li,.page .post-meta-top .post-tags li,.single .post-meta-top .post-categories li,.single .post-meta-top .post-tags li,.index-isotope .post-meta-top .post-categories li,.index-isotope .post-meta-top .post-tags li,.index-fullwidth .post-meta-top .post-categories li,.index-fullwidth .post-meta-top .post-tags li{float:left}}.page .figure-link,.single .figure-link,.index-isotope .figure-link,.index-fullwidth .figure-link{display:block;z-index:10}.page .figure-link .figure-shade,.single .figure-link .figure-shade,.index-isotope .figure-link .figure-shade,.index-fullwidth .figure-link .figure-shade{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background-color:transparent;border-radius:12px;z-index:2}.page .figure-link .figure-icon,.single .figure-link .figure-icon,.index-isotope .figure-link .figure-icon,.index-fullwidth .figure-link .figure-icon{position:absolute;top:50%;-webkit-transform:translate(-50%,0%);-moz-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);-o-transform:translate(-50%,0%);transform:translate(-50%,0%);opacity:0;left:50%;font-size:40px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:#fff;z-index:3}.page .figure-link img,.single .figure-link img,.index-isotope .figure-link img,.index-fullwidth .figure-link img{-webkit-transition:all 0.6s ease;transition:all 0.6s ease;z-index:1}.page .figure-link:hover .figure-shade,.single .figure-link:hover .figure-shade,.index-isotope .figure-link:hover .figure-shade,.index-fullwidth .figure-link:hover .figure-shade{background-color:rgba(0,0,0,.25)}.page .figure-link:hover .figure-icon,.single .figure-link:hover .figure-icon,.index-isotope .figure-link:hover .figure-icon,.index-fullwidth .figure-link:hover .figure-icon{-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:1}.page .figure-link:hover img,.single .figure-link:hover img,.index-isotope .figure-link:hover img,.index-fullwidth .figure-link:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.page figure,.single figure,.index-isotope figure,.index-fullwidth figure{text-align:center;position:relative;overflow:hidden}.page figure img,.single figure img,.index-isotope figure img,.index-fullwidth figure img{width:inherit;max-width:100%;height:auto;display:block;margin:0 auto}.index-isotope figure.abs-slider{position:relative}.index-isotope figure.abs-slider .flexslider{position:absolute;top:0;left:0;right:0;bottom:0}.index-isotope figure.abs-image img{position:absolute}.read-more-link{margin-top:15px}.read-more-link a{font-weight:700;display:inline-block;color:#111;background-color:transparent;border-bottom:2px solid #111;padding:4px 0;font-size:12px;line-height:14px;-webkit-transition:all 0.1s ease;transition:all 0.1s ease}.read-more-link a:hover{text-decoration:none;border-bottom:2px solid #111;background-color:#fff;color:#111}.page h1.page-title{padding-bottom:20px;margin-bottom:30px;margin-top:40px;position:relative}.page h1.page-title:after{content:"";display:block;height:4px;width:80px;background-color:#537eff;position:absolute;bottom:0}.page h1.page-title:first-child{margin-top:0}.page .pluto-page-box .post-media-body img,.single .pluto-page-box .post-media-body img,.index-fullwidth .pluto-page-box .post-media-body img{border-radius:12px;z-index:1;position:relative}.page .pluto-page-box .post-media-body .figure-shade,.single .pluto-page-box .post-media-body .figure-shade,.index-fullwidth .pluto-page-box .post-media-body .figure-shade{border-radius:12px}.page .pluto-page-box .post-media-body figure,.single .pluto-page-box .post-media-body figure,.index-fullwidth .pluto-page-box .post-media-body figure{position:relative;z-index:2;border-radius:12px}.page .pluto-page-box .single-post-top-features,.single .pluto-page-box .single-post-top-features,.index-fullwidth .pluto-page-box .single-post-top-features{position:relative}.page .pluto-page-box .single-post-top-share,.page .pluto-page-box .single-post-top-qr,.single .pluto-page-box .single-post-top-share,.single .pluto-page-box .single-post-top-qr,.index-fullwidth .pluto-page-box .single-post-top-share,.index-fullwidth .pluto-page-box .single-post-top-qr{position:absolute;top:-34px;left:-31px;display:block}.page .pluto-page-box .single-post-top-share:before,.page .pluto-page-box .single-post-top-share:after,.page .pluto-page-box .single-post-top-qr:before,.page .pluto-page-box .single-post-top-qr:after,.single .pluto-page-box .single-post-top-share:before,.single .pluto-page-box .single-post-top-share:after,.single .pluto-page-box .single-post-top-qr:before,.single .pluto-page-box .single-post-top-qr:after,.index-fullwidth .pluto-page-box .single-post-top-share:before,.index-fullwidth .pluto-page-box .single-post-top-share:after,.index-fullwidth .pluto-page-box .single-post-top-qr:before,.index-fullwidth .pluto-page-box .single-post-top-qr:after{content:" ";display:table}.page .pluto-page-box .single-post-top-share:after,.page .pluto-page-box .single-post-top-qr:after,.single .pluto-page-box .single-post-top-share:after,.single .pluto-page-box .single-post-top-qr:after,.index-fullwidth .pluto-page-box .single-post-top-share:after,.index-fullwidth .pluto-page-box .single-post-top-qr:after{clear:both}.page .pluto-page-box .single-post-top-share:before,.page .pluto-page-box .single-post-top-share:after,.page .pluto-page-box .single-post-top-qr:before,.page .pluto-page-box .single-post-top-qr:after,.single .pluto-page-box .single-post-top-share:before,.single .pluto-page-box .single-post-top-share:after,.single .pluto-page-box .single-post-top-qr:before,.single .pluto-page-box .single-post-top-qr:after,.index-fullwidth .pluto-page-box .single-post-top-share:before,.index-fullwidth .pluto-page-box .single-post-top-share:after,.index-fullwidth .pluto-page-box .single-post-top-qr:before,.index-fullwidth .pluto-page-box .single-post-top-qr:after{content:" ";display:table}.page .pluto-page-box .single-post-top-share:after,.page .pluto-page-box .single-post-top-qr:after,.single .pluto-page-box .single-post-top-share:after,.single .pluto-page-box .single-post-top-qr:after,.index-fullwidth .pluto-page-box .single-post-top-share:after,.index-fullwidth .pluto-page-box .single-post-top-qr:after{clear:both}.page .pluto-page-box .single-post-top-share i,.page .pluto-page-box .single-post-top-qr i,.single .pluto-page-box .single-post-top-share i,.single .pluto-page-box .single-post-top-qr i,.index-fullwidth .pluto-page-box .single-post-top-share i,.index-fullwidth .pluto-page-box .single-post-top-qr i{font-size:20px;color:#8297b3;float:left;line-height:24px;margin-right:15px;padding-right:15px;border-right:1px solid #e6eef2}.page .pluto-page-box .single-post-top-share span.caption,.page .pluto-page-box .single-post-top-qr span.caption,.single .pluto-page-box .single-post-top-share span.caption,.single .pluto-page-box .single-post-top-qr span.caption,.index-fullwidth .pluto-page-box .single-post-top-share span.caption,.index-fullwidth .pluto-page-box .single-post-top-qr span.caption{line-height:24px;float:left;color:#8297b3;text-transform:uppercase;font-size:10px;letter-spacing:1px;font-weight:700}.page .pluto-page-box .single-post-top-share:hover i,.page .pluto-page-box .single-post-top-qr:hover i,.single .pluto-page-box .single-post-top-share:hover i,.single .pluto-page-box .single-post-top-qr:hover i,.index-fullwidth .pluto-page-box .single-post-top-share:hover i,.index-fullwidth .pluto-page-box .single-post-top-qr:hover i{color:#2863ec}.page .pluto-page-box .single-post-top-share:hover span,.page .pluto-page-box .single-post-top-qr:hover span,.single .pluto-page-box .single-post-top-share:hover span,.single .pluto-page-box .single-post-top-qr:hover span,.index-fullwidth .pluto-page-box .single-post-top-share:hover span,.index-fullwidth .pluto-page-box .single-post-top-qr:hover span{color:#2863ec}.page .pluto-page-box .single-post-top-share .os_social-head-w,.single .pluto-page-box .single-post-top-share .os_social-head-w,.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w{display:none}.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social,.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social,.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social{font-size:10px}.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social img,.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social img,.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social img{padding:0 6px;width:36px!important;display:inline-block;vertical-align:middle}.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a,.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a,.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a{display:inline-block;vertical-align:middle;opacity:.65}.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover,.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover,.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover{opacity:1}.page .pluto-page-box .single-post-top-share .share-activator:hover,.single .pluto-page-box .single-post-top-share .share-activator:hover,.index-fullwidth .pluto-page-box .single-post-top-share .share-activator:hover{cursor:pointer;color:#2863ec}.page .pluto-page-box .single-post-top-share:hover span.caption,.single .pluto-page-box .single-post-top-share:hover span.caption,.index-fullwidth .pluto-page-box .single-post-top-share:hover span.caption{display:none}.page .pluto-page-box .single-post-top-share:hover .os_social-head-w,.single .pluto-page-box .single-post-top-share:hover .os_social-head-w,.index-fullwidth .pluto-page-box .single-post-top-share:hover .os_social-head-w{display:block;white-space:nowrap}.page .pluto-page-box .single-post-top-qr,.single .pluto-page-box .single-post-top-qr,.index-fullwidth .pluto-page-box .single-post-top-qr{display:none}.page .pluto-page-box .single-post-top-qr:hover,.single .pluto-page-box .single-post-top-qr:hover,.index-fullwidth .pluto-page-box .single-post-top-qr:hover{cursor:pointer}.page .pluto-page-box .single-post-top-reading-mode,.single .pluto-page-box .single-post-top-reading-mode,.index-fullwidth .pluto-page-box .single-post-top-reading-mode{position:absolute;display:block;top:-34px;right:-34px}.page .pluto-page-box .single-post-top-reading-mode:before,.page .pluto-page-box .single-post-top-reading-mode:after,.single .pluto-page-box .single-post-top-reading-mode:before,.single .pluto-page-box .single-post-top-reading-mode:after,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:before,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after{content:" ";display:table}.page .pluto-page-box .single-post-top-reading-mode:after,.single .pluto-page-box .single-post-top-reading-mode:after,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after{clear:both}.page .pluto-page-box .single-post-top-reading-mode:before,.page .pluto-page-box .single-post-top-reading-mode:after,.single .pluto-page-box .single-post-top-reading-mode:before,.single .pluto-page-box .single-post-top-reading-mode:after,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:before,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after{content:" ";display:table}.page .pluto-page-box .single-post-top-reading-mode:after,.single .pluto-page-box .single-post-top-reading-mode:after,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after{clear:both}.page .pluto-page-box .single-post-top-reading-mode i,.single .pluto-page-box .single-post-top-reading-mode i,.index-fullwidth .pluto-page-box .single-post-top-reading-mode i{font-size:20px;color:#8297b3;float:right;line-height:24px}.page .pluto-page-box .single-post-top-reading-mode span,.single .pluto-page-box .single-post-top-reading-mode span,.index-fullwidth .pluto-page-box .single-post-top-reading-mode span{border-right:1px solid #e6eef2;padding-right:15px;line-height:24px;float:right;color:#8297b3;text-transform:uppercase;font-size:10px;margin-right:15px;letter-spacing:1px;font-weight:700}.page .pluto-page-box .single-post-top-reading-mode:hover i,.page .pluto-page-box .single-post-top-reading-mode:hover span,.single .pluto-page-box .single-post-top-reading-mode:hover i,.single .pluto-page-box .single-post-top-reading-mode:hover span,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover i,.index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover span{color:#2863ec}.page .pluto-page-box .post-media-body,.single .pluto-page-box .post-media-body,.index-fullwidth .pluto-page-box .post-media-body{margin-bottom:30px}.page #qrcode,.single #qrcode,.index-fullwidth #qrcode{margin-top:10px}.page #qrcode img,.single #qrcode img,.index-fullwidth #qrcode img{margin:0 auto}@media (min-width:1200px){.page .main-content .content,.single .main-content .content,.index-fullwidth .main-content .content{padding:0 50px}}@media (max-width:767px){.page article.pluto-page-box .post-body,.single article.pluto-page-box .post-body,.index-fullwidth article.pluto-page-box .post-body{padding:50px 25px}.page article.pluto-page-box .post-title,.single article.pluto-page-box .post-title,.index-fullwidth article.pluto-page-box .post-title{margin:15px 0 5px 0;font-size:26px;line-height:34px}.page article.pluto-page-box .post-title a,.single article.pluto-page-box .post-title a,.index-fullwidth article.pluto-page-box .post-title a{font-size:26px;line-height:34px}.page article.pluto-page-box .post-content,.single article.pluto-page-box .post-content,.index-fullwidth article.pluto-page-box .post-content{font-size:14px;line-height:22px}.page article.pluto-page-box .post-date,.page article.pluto-page-box .post-author,.single article.pluto-page-box .post-date,.single article.pluto-page-box .post-author,.index-fullwidth article.pluto-page-box .post-date,.index-fullwidth article.pluto-page-box .post-author{font-size:12px;display:none}.page article.pluto-page-box .single-post-top-share,.single article.pluto-page-box .single-post-top-share,.index-fullwidth article.pluto-page-box .single-post-top-share{left:-10px}}.index-fullwidth article.pluto-page-box{margin-bottom:50px}.pluto-page-box .edit-link{position:absolute;top:-22px;right:5px}.pluto-page-box .edit-link .post-edit-link{font-size:11px;text-transform:uppercase;padding:3px 8px;background-color:#d85856;color:#fff;font-weight:700}.search-404 .search-form{position:relative;margin-top:40px}.search-404 .search-form:before{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f002";top:12px;right:10px;position:absolute;color:#bfbfbf;font-size:16px}.search-404 .search-form .screen-reader-text,.search-404 .search-form .search-submit{display:none}.search-404 .search-form label{display:block;margin-bottom:0}.search-404 .search-form .search-field{display:block;width:100%;border-radius:4px;border:1px solid #d9d9d9;border-top:1px solid #bfbfbf;padding:8px;-webkit-box-shadow:none;box-shadow:none;outline:none}.search-404 .search-form .search-field:focus{border:1px solid #87a9cb;color:#111}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.quote-read-more-link{margin-top:30px;font-size:14px;display:block}.featured-posts-slider-w{height:95px;overflow:hidden;padding-top:0px!important;padding-bottom:0px!important;background-color:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);border-bottom:#fff}.featured-posts-slider-w .featured-posts-slider-i{position:relative;text-align:center}.featured-posts-slider-w .post-body:before,.featured-posts-slider-w .post-body:after{content:" ";display:table}.featured-posts-slider-w .post-body:after{clear:both}.featured-posts-slider-w .post-body:before,.featured-posts-slider-w .post-body:after{content:" ";display:table}.featured-posts-slider-w .post-body:after{clear:both}.featured-posts-slider-w .featured-posts-label{position:absolute;background-color:#537eff;color:#fff;padding:2px 4px;font-size:11px;border-radius:2px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:-15px;top:38px;z-index:9999}.featured-posts-slider-w .featured-posts-slider-controls{position:absolute;right:-5px;top:20px}.featured-posts-slider-w .featured-posts-slider-controls a{text-decoration:none;display:block;width:40px;margin-bottom:5px}.featured-posts-slider-w .featured-posts-slider-controls i{font-size:20px}.featured-posts-slider-w .featured-post{float:left;height:75px;margin-top:10px!important;margin-bottom:10px!important}.featured-posts-slider-w .featured-post figure{position:relative;overflow:hidden;text-align:center;height:75px}.featured-posts-slider-w .featured-post figure img{border-radius:6px}.featured-posts-slider-w .featured-post .post-media-body{float:left;width:100px;margin-right:15px}.featured-posts-slider-w .featured-post .post-media-body img{max-width:100%;height:auto}.featured-posts-slider-w .featured-post .post-content-body{padding-right:20px;border-right:#fff;height:75px;overflow:hidden;text-align:left;padding-top:5px}.featured-posts-slider-w .featured-post .post-title{margin:0;color:#2c2d2f;font-size:14px;line-height:12px;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.featured-posts-slider-w .featured-post .post-title:hover{text-decoration:none;border-color:#2c2d2f}.featured-posts-slider-w .featured-post .figure-link{display:block}.featured-posts-slider-w .featured-post .figure-link .figure-shade{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;background-color:transparent}.featured-posts-slider-w .featured-post .figure-link .figure-icon{position:absolute;bottom:-50%;left:50%;font-size:24px;margin-bottom:-12px;margin-left:-12px;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;color:#fff}.featured-posts-slider-w .featured-post .figure-link:hover .figure-shade{background-color:rgba(0,0,0,.25)}.featured-posts-slider-w .featured-post .figure-link:hover .figure-icon{bottom:50%}.featured-posts-slider-w ul.post-categories{list-style:none;margin:0;padding:0;margin-top:5px;padding-top:8px;border-top:#fff}.featured-posts-slider-w ul.post-categories:before,.featured-posts-slider-w ul.post-categories:after{content:" ";display:table}.featured-posts-slider-w ul.post-categories:after{clear:both}.featured-posts-slider-w ul.post-categories:before,.featured-posts-slider-w ul.post-categories:after{content:" ";display:table}.featured-posts-slider-w ul.post-categories:after{clear:both}.featured-posts-slider-w ul.post-categories li{margin-right:3px;margin-bottom:3px;float:left}.featured-posts-slider-w ul.post-categories li a{display:block;padding:2px 4px;background-color:#2863ec;font-size:9px;line-height:12px;color:#fff;border:1px solid #2863ec;border-radius:2px}.featured-posts-slider-w ul.post-categories li a:hover{border-color:#0e3aa0;background-color:#86a7f4;text-decoration:none}.featured-carousel-w{position:relative}.featured-carousel-w .featured-posts-label{position:absolute;left:20px;top:10px;padding:5px 10px;font-family:Nunito;font-weight:700;color:#fff;background-color:#fb4e23;font-size:19px;z-index:3}.featured-carousel-w .featured-heading{padding:7px 10px;background-color:#f3155b;border-radius:6px;color:#fff;position:absolute;top:10px;left:10px;padding-left:40px;z-index:10}.featured-carousel-w .featured-heading:before{position:absolute;content:"\e93c";font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;left:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.featured-carousel-post{position:relative;width:25%;display:none;float:left}.featured-carousel-post .featured-carousel-post-i{position:relative;overflow:hidden}.featured-carousel-post:focus,.featured-carousel-post a:focus{outline:none}.featured-carousel-post:first-child{display:block}.featured-carousel-post .carousel-post-media{padding-bottom:56%;background-size:cover;background-position:center center;display:block;overflow:hidden;transition:all 0.7s ease}.featured-carousel-post .carousel-post-media .fader{content:"";background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 50%,rgba(0,0,0,.7));background-image:linear-gradient(transparent,rgba(0,0,0,.2) 50%,rgba(0,0,0,.7));background-repeat:no-repeat;position:absolute;top:0;right:0;bottom:0;left:0;transition:all 0.2s ease;display:block}.featured-carousel-post.format-gallery{padding-bottom:0}.featured-carousel-post.format-gallery .slick-slide{padding:0%!important;background-size:cover}.featured-carousel-post.format-gallery .slick-track,.featured-carousel-post.format-gallery .slick-list,.featured-carousel-post.format-gallery .slick-gallery{height:100%}.featured-carousel-post.format-gallery .post-gallery-box{position:absolute;top:0;bottom:0;left:0;right:0}.featured-carousel-post.format-gallery .slick-arrow{width:26px;height:26px;top:25px;border-radius:4px}.featured-carousel-post.format-gallery .slick-arrow:before{font-size:14px}.featured-carousel-post.format-gallery .slick-arrow.slick-prev{right:45px;left:auto}.featured-carousel-post.format-gallery .slick-arrow.slick-next{right:10px;left:auto}.featured-carousel-post.format-video .post-content-body{display:none}.featured-carousel-post .post-video-box{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%)}.featured-carousel-post .figure-link{display:block}.featured-carousel-post .figure-link .figure-shade{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;background-color:transparent}.featured-carousel-post .figure-link .figure-icon{position:absolute;bottom:-50%;left:50%;font-size:48px;margin-bottom:-24px;margin-left:-24px;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;color:#fff}.featured-carousel-post figure{text-align:center;position:relative;overflow:hidden}.featured-carousel-post figure img{width:inherit;max-width:100%;height:auto;display:block;margin:0 auto}.featured-carousel-post .post-top-share{-webkit-transition:all 0.7s ease;transition:all 0.7s ease;opacity:0;position:absolute;left:15px;top:15px;background-color:rgba(0,0,0,.8);z-index:3;padding:0 6px;border-radius:6px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.4);box-shadow:0 1px 4px 0 rgba(0,0,0,.4)}.featured-carousel-post .post-top-share i.share-activator-icon{vertical-align:middle;line-height:24px;font-size:10px;color:#fff;padding-right:3px}.featured-carousel-post .post-top-share span.share-activator-label{line-height:24px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#fff;padding-left:10px;border-left:1px solid #555;letter-spacing:1px;font-weight:700}.featured-carousel-post .post-top-share:hover{cursor:pointer}.featured-carousel-post .post-top-share:hover i.share-activator-icon{color:rgba(255,255,255,.7)}.featured-carousel-post .post-top-share:hover i.share-activator-icon:before{content:"\f068"}.featured-carousel-post .post-top-share:hover span.share-activator-label{display:none}.featured-carousel-post .post-top-share:hover .os_social-head-w{display:inline-block}.featured-carousel-post .post-top-share .os_social-head-w{display:none;margin-left:2px;vertical-align:middle}.featured-carousel-post .post-top-share .os_social-head-w .os_social{font-size:10px}.featured-carousel-post .post-top-share .os_social-head-w .os_social:before,.featured-carousel-post .post-top-share .os_social-head-w .os_social:after{content:" ";display:table}.featured-carousel-post .post-top-share .os_social-head-w .os_social:after{clear:both}.featured-carousel-post .post-top-share .os_social-head-w .os_social:before,.featured-carousel-post .post-top-share .os_social-head-w .os_social:after{content:" ";display:table}.featured-carousel-post .post-top-share .os_social-head-w .os_social:after{clear:both}.featured-carousel-post .post-top-share .os_social-head-w .os_social img{padding:0 4px;width:25px!important}.featured-carousel-post .post-top-share .os_social-head-w .os_social a{float:left;display:block}.featured-carousel-post .post-top-share .os_social-head-w .os_social a:hover{opacity:1}.featured-carousel-post .post-content-body{position:absolute;bottom:20px;left:25px;right:25px;transition:all 0.2s ease}.featured-carousel-post .post-content-body .post-title{color:#fff;font-size:19px;font-weight:700;margin-bottom:0;line-height:1.4;display:inline-block;transition:all 0.4s ease;text-shadow:1px 1px 3px rgba(0,0,0,.3);display:block;text-decoration:none}.featured-carousel-post .post-content-body .post-title:hover{text-decoration:none}.featured-carousel-post .post-categories{list-style:none;padding:0;margin:0;line-height:11px;transition:all 0.3s ease;display:inline-block}.featured-carousel-post .post-categories li{font-size:9px;display:inline-block;margin-right:10px}.featured-carousel-post .post-categories li a{color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1px;font-weight:700;border-bottom:1px solid transparent;text-decoration:none}.featured-carousel-post .post-categories li a:hover{text-decoration:none;border-bottom:1px solid #fff;color:#fff}.featured-carousel-post:hover .post-top-share{opacity:1}.featured-carousel-post:hover .post-title{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px)}.featured-carousel-post:hover .post-categories{-webkit-transform:translateY(-12px);-moz-transform:translateY(-12px);-ms-transform:translateY(-12px);-o-transform:translateY(-12px);transform:translateY(-12px)}.featured-carousel-post:hover .figure-shade{background-color:rgba(0,0,0,.25)}.featured-carousel-post:hover .figure-icon{bottom:50%}.featured-carousel-post:hover .carousel-post-media{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.featured-carousel-post:hover .carousel-post-media .fader{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.4) 50%,rgba(0,0,0,.8));background-image:linear-gradient(transparent,rgba(0,0,0,.4) 50%,rgba(0,0,0,.8));background-repeat:no-repeat}.featured-carousel{opacity:0;transition:all 0.4s ease;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}.featured-carousel .slick-arrow{cursor:pointer;display:block;background-color:rgba(0,0,0,.5);color:transparent;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:6px;font-size:0;height:40px;top:50%;border:none;width:40px;z-index:2}.featured-carousel .slick-arrow:focus{outline:none}.featured-carousel .slick-arrow:before{font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.featured-carousel .slick-arrow:hover{background-color:rgba(0,0,0,.8)}.featured-carousel .slick-arrow.slick-prev{left:10px}.featured-carousel .slick-arrow.slick-prev:before{content:"\e90a"}.featured-carousel .slick-arrow.slick-next{right:10px}.featured-carousel .slick-arrow.slick-next:before{content:"\e90b"}.featured-carousel.slick-initialized{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.featured-carousel.slick-initialized .featured-carousel-post{display:block}.widget{margin-bottom:40px}.widget:last-child{margin-bottom:0}.widget .widget-title{color:#314052;font-size:17px;position:relative;margin-bottom:40px}.widget .widget-title:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.widget img{max-width:100%;height:auto}.widget select{max-width:100%}.widget .shortcode-categories-icons table{width:100%;text-align:center;margin-top:30px}.widget .shortcode-categories-icons table tr td{width:50%;padding:25px 0 25px 0;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.widget .shortcode-categories-icons table tr td:last-child{border-right:none}.widget .shortcode-categories-icons table tr:last-child td{border-bottom:none}.widget .shortcode-categories-icons a{color:#2c2d2f}.widget .shortcode-categories-icons h3{margin-top:10px;margin-bottom:0;font-size:14px}.widget .shortcode-categories-icons img{width:48px;height:auto}.widget_rss ul,.widget_pages ul,.widget_meta ul,.widget_recent_comments ul,.widget_nav_menu ul,.widget_archive ul,.widget_categories ul,.widget_recent_entries ul{list-style:none;margin:0;padding:0;padding-left:10px}.widget_rss ul li,.widget_pages ul li,.widget_meta ul li,.widget_recent_comments ul li,.widget_nav_menu ul li,.widget_archive ul li,.widget_categories ul li,.widget_recent_entries ul li{margin-bottom:8px;position:relative;padding:3px 0 3px 15px;font-size:13px;line-height:14px}.widget_rss ul li:before,.widget_pages ul li:before,.widget_meta ul li:before,.widget_recent_comments ul li:before,.widget_nav_menu ul li:before,.widget_archive ul li:before,.widget_categories ul li:before,.widget_recent_entries ul li:before{content:"\f10c";font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#4b81c9;font-size:6px;position:absolute;left:0;top:6px}.widget_rss ul li a:hover,.widget_pages ul li a:hover,.widget_meta ul li a:hover,.widget_recent_comments ul li a:hover,.widget_nav_menu ul li a:hover,.widget_archive ul li a:hover,.widget_categories ul li a:hover,.widget_recent_entries ul li a:hover{color:#3878b5;text-decoration:underline}.widget_rss .rssSummary{font-size:13px}.widget_rss .rss-date{display:block;font-size:10px;margin-top:5px;margin-bottom:5px}.widget_rss cite{font-size:10px;margin-top:5px;display:block}.widget_tag_cloud .tagcloud a{font-size:14px!important;padding:2px 7px;margin-bottom:4px;display:inline-block;background-color:#2863ec;color:#fff;border:1px solid #2863ec;border-radius:6px}.widget_tag_cloud .tagcloud a:hover{border-color:#3f74ee;background-color:#3f74ee;text-decoration:none}.widget_calendar caption{text-transform:uppercase;color:#748799;font-size:11px;margin-bottom:5px}.widget_calendar table{width:100%;font-size:13px}.widget_calendar th{text-align:right;padding:5px;border:1px solid #e6e6e6;background-color:#f2f2f2}.widget_calendar tfoot td{padding-top:10px}.widget_calendar tbody td{text-align:right;padding:5px;border:1px solid #e6e6e6;color:#6a8496}.widget_calendar tbody td a{color:#0083ff}.widget_search{border-radius:6px;padding:5px 10px;-webkit-box-shadow:none;box-shadow:none;background-color:#f7f7f7;background-image:-webkit-linear-gradient(top,#f7f7f7 0%,#f7f7f7 100%);background-image:linear-gradient(to bottom,#f7f7f7 0%,#f7f7f7 100%);background-repeat:repeat-x;border:#f7f7f7}.widget_search form{position:relative}.widget_search form:before{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f002";top:7px;right:10px;position:absolute;color:#c7ccd6;font-size:16px}.widget_search .widget-title,.widget_search .search-submit,.widget_search .screen-reader-text{display:none}.widget_search label{display:block;margin-bottom:0}.widget_search .search-field{display:block;width:100%;border-radius:4px;border:1px solid #f7f7f7;padding:5px 8px;-webkit-box-shadow:none;box-shadow:none;background-color:#f7f7f7;outline:none;color:#111}.widget_search .search-field:focus{border:1px solid #c4c4c4}.tptn_posts_widget ul{list-style:none;margin:0;padding:0}.tptn_posts_widget ul li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e6e6e6}.tptn_posts_widget ul li:before,.tptn_posts_widget ul li:after{content:" ";display:table}.tptn_posts_widget ul li:after{clear:both}.tptn_posts_widget ul li:before,.tptn_posts_widget ul li:after{content:" ";display:table}.tptn_posts_widget ul li:after{clear:both}.tptn_posts_widget ul li>a{display:block;float:left;width:20%;border-radius:6px}.tptn_posts_widget ul li>a img{width:100%;height:auto;border-radius:6px}.tptn_posts_widget ul li .tptn_after_thumb{display:block;float:left;width:80%;padding-left:10px}.tptn_posts_widget ul li .tptn_after_thumb .tptn_link{display:block;font-size:13px}.tptn_posts_widget ul li .tptn_after_thumb .tptn_author{font-size:10px}.tptn_posts_widget ul li .tptn_after_thumb .tptn_date{font-size:10px;color:#899caf}.tptn_posts_widget ul li:last-child{border-bottom:none;margin-bottom:0}.widget-written-by,.widget-related-post{border-top:1px solid #d7dbe3;padding-top:40px}.widget-written-by img,.widget-related-post img{max-width:100%;height:auto}.widget-written-by .widget-caption,.widget-related-post .widget-caption{margin-bottom:5px;margin-top:0}.widget-written-by .widget-caption a,.widget-related-post .widget-caption a{color:#2c2d2f}.widget-written-by .widget-title,.widget-related-post .widget-title{color:#2c2d2f;margin-top:0}.widget-written-by .widget-content,.widget-related-post .widget-content{font-size:13px;color:#3c5b68}@media (max-width:991px){.widget-written-by .row,.widget-related-post .row{margin-left:0;margin-right:0}}@media (min-width:992px){.sidebar-under-post .under-post-widget-column:first-child .widget{padding-right:20px}}@media (max-width:991px){.sidebar-under-post .under-post-widget-column:first-child .widget{margin-bottom:40px!important}}@media (min-width:992px){.sidebar-under-post .under-post-widget-column:last-child .widget{padding-left:20px}}.widget_text iframe{width:100%}.wrapped-widgets .widget{margin-bottom:30px;padding:20px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.wrapped-widgets .widget .widget-title{margin-top:0}.wrapped-widgets .widget:last-child{margin-bottom:0}.wrapped-widgets .widget.AdWidget_ImageWidget{padding:0;border:none;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;border-radius:0}@media (max-width:767px){.no-ads-on-smartphones .top-sidebar-wrapper{display:none}.no-ads-on-smartphones .AdWidget_HTMLWidget{display:none}}@media (min-width:768px) and (max-width:991px){.no-ads-on-tablets .top-sidebar-wrapper{display:none}.no-ads-on-tablets .AdWidget_HTMLWidget{display:none}}.menu-position-top .top-sidebar-wrapper{padding-top:30px}.ads_top_placeholder_widget{background-color:#e7edf3!important;color:#8c9ba6;border:3px solid #c2cfda!important;border-radius:6px;padding:30px!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-size:18px;font-weight:700;margin:0 auto;max-width:700px;width:auto}.ads_side_placeholder_widget{background-color:#e7edf3;border:3px solid #c2cfda;border-radius:6px;color:#8c9ba6;text-align:center;background-color:#e7edf3!important;padding:50px 20px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ads_side_placeholder_widget h4{color:#8c9ba6;border-bottom:1px solid #d6e0eb;padding-bottom:5px;margin-bottom:5px;display:inline-block}.ads_menu_placeholder_widget{background-color:#e7edf3;color:#8c9ba6;border:3px solid #c2cfda;border-radius:6px;text-align:center;background-color:#e7edf3!important;padding:30px 20px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ads_menu_placeholder_widget h4{color:#8c9ba6;border-bottom:1px solid #d6e0eb;padding-bottom:5px;margin-bottom:5px;display:inline-block}.mc4wp-form{border-radius:6px;padding:5px 10px;-webkit-box-shadow:none;box-shadow:none;background-color:#f7f7f7;background-image:-webkit-linear-gradient(top,#f7f7f7 0%,#f7f7f7 100%);background-image:linear-gradient(to bottom,#f7f7f7 0%,#f7f7f7 100%);background-repeat:repeat-x;border:#f7f7f7;position:relative;text-align:center}.mc4wp-form label{display:block;margin-bottom:7px;padding-left:3px}.mc4wp-form select,.mc4wp-form textarea,.mc4wp-form input[type="text"],.mc4wp-form input[type="email"]{display:block;width:100%;border-radius:4px;border:1px solid #f7f7f7;padding:5px 8px;-webkit-box-shadow:none;box-shadow:none;background-color:#f7f7f7;outline:none;color:#111}.mc4wp-form select:focus,.mc4wp-form textarea:focus,.mc4wp-form input[type="text"]:focus,.mc4wp-form input[type="email"]:focus{border:1px solid #c4c4c4}.mc4wp-form input[type="submit"]{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef;letter-spacing:.3px;font-weight:700;display:block;width:100%}.mc4wp-form input[type="submit"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.mc4wp-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:focus{color:#333;text-decoration:none}.mc4wp-form input[type="submit"]:active,.mc4wp-form input[type="submit"].active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.mc4wp-form input[type="submit"].disabled,.mc4wp-form input[type="submit"][disabled],fieldset[disabled] .mc4wp-form input[type="submit"]{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.mc4wp-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:focus,.mc4wp-form input[type="submit"]:active,.mc4wp-form input[type="submit"].active,.open .dropdown-toggle.mc4wp-form input[type="submit"]{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.mc4wp-form input[type="submit"]:active,.mc4wp-form input[type="submit"].active,.open .dropdown-toggle.mc4wp-form input[type="submit"]{background-image:none}.mc4wp-form input[type="submit"].disabled,.mc4wp-form input[type="submit"].disabled:hover,.mc4wp-form input[type="submit"].disabled:focus,.mc4wp-form input[type="submit"].disabled:active,.mc4wp-form input[type="submit"].disabled.active,.mc4wp-form input[type="submit"][disabled],.mc4wp-form input[type="submit"][disabled]:hover,.mc4wp-form input[type="submit"][disabled]:focus,.mc4wp-form input[type="submit"][disabled]:active,.mc4wp-form input[type="submit"][disabled].active,fieldset[disabled] .mc4wp-form input[type="submit"],fieldset[disabled] .mc4wp-form input[type="submit"]:hover,fieldset[disabled] .mc4wp-form input[type="submit"]:focus,fieldset[disabled] .mc4wp-form input[type="submit"]:active,fieldset[disabled] .mc4wp-form input[type="submit"].active{background-color:#1d6fef;border-color:#1d6fef}.mc4wp-form input[type="submit"] .badge{color:#1d6fef;background-color:#fff}.mc4wp-form h4{color:#314052;margin-bottom:35px;position:relative;font-size:17px}.mc4wp-form h4:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-15px}.mc4wp-form .mc4wp-alert{font-size:12px;line-height:14px;margin-top:10px}.mc4wp-form .mc4wp-alert.mc4wp-success{padding:5px 10px;background-color:#648e33;color:#fff}.widget .zilla-social a{margin-right:5px;margin-bottom:5px;display:inline-block}.widget .zilla-social a img{width:28px;opacity:.9;display:block}.widget .zilla-social a:hover img{opacity:1}@media (min-width:1550px){.widget .tptn_posts_widget li .tptn_after_thumb{padding-left:20px}.widget .tptn_posts_widget li .tptn_after_thumb .tptn_link{display:block;font-size:14px;margin-bottom:2px}.widget .tptn_posts_widget li .tptn_after_thumb .tptn_author{font-size:13px}.widget .tptn_posts_widget li .tptn_after_thumb .tptn_date{font-size:13px}.widget_rss ul li,.widget_pages ul li,.widget_meta ul li,.widget_recent_comments ul li,.widget_nav_menu ul li,.widget_archive ul li,.widget_categories ul li,.widget_recent_entries ul li{font-size:14px;line-height:17px}}.widget .instagram-pics{list-style:none;margin:0;padding:0}.widget .instagram-pics:before,.widget .instagram-pics:after{content:" ";display:table}.widget .instagram-pics:after{clear:both}.widget .instagram-pics:before,.widget .instagram-pics:after{content:" ";display:table}.widget .instagram-pics:after{clear:both}.widget .instagram-pics li{float:left;width:50%}.pre-footer.floated-widgets .widget{background-color:#fff;float:left;border-radius:6px}.pre-footer.floated-widgets .widget .widget-title{border-bottom:1px dashed rgba(0,0,0,.1);padding-bottom:15px;margin-bottom:15px;margin-top:0;text-align:center}.pre-footer.floated-widgets .widget .shortcode-categories-icons table{margin-top:0}.pre-footer.floated-widgets.widgets-count-2 .widget{width:47.5%;padding:40px;margin-right:5%}.pre-footer.floated-widgets.widgets-count-2 .widget:last-child{margin-right:0}.pre-footer.floated-widgets.widgets-count-3 .widget{width:30%;padding:30px;margin-right:5%}.pre-footer.floated-widgets.widgets-count-3 .widget:last-child{margin-right:0}.pre-footer.floated-widgets.widgets-count-4 .widget{width:22%;padding:20px;margin-right:4%}.pre-footer.floated-widgets.widgets-count-4 .widget:last-child{margin-right:0}.pre-footer.floated-widgets.widgets-count-4 .widget{width:22%;padding:20px;margin-right:4%;margin-bottom:4%}.pre-footer.floated-widgets.widgets-count-4 .widget:last-child,.pre-footer.floated-widgets.widgets-count-4 .widget:nth-child(4n){margin-right:0}.pre-footer.floated-widgets.widgets-count-4 .widget:nth-child(4n+5){clear:left}.pre-footer.stacked-widgets .widget{width:100%;display:table;table-layout:fixed;padding:25px 50px;margin-bottom:0}.pre-footer.stacked-widgets .widget.no-padding{padding:0}.pre-footer.stacked-widgets .widget .widget-title{display:table-cell;width:200px;font-size:22px;padding-right:20px;vertical-align:middle}.pre-footer.stacked-widgets .widget .widget-title:after{height:30px;width:5px;top:50%;bottom:auto;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.pre-footer.stacked-widgets .widget ul{display:table-cell;list-style:none;padding-left:40px;vertical-align:middle}.pre-footer.stacked-widgets .widget ul li{display:inline-block;border:none;padding:0;margin-right:3px;margin-bottom:6px;font-family:Nunito;font-weight:700}.pre-footer.stacked-widgets .widget ul li a{font-size:14px;padding:2px 6px;display:inline-block;border:none}.pre-footer.stacked-widgets .widget .tagcloud{display:table-cell;list-style:none;padding-left:40px;vertical-align:middle;font-family:Nunito;font-weight:400}.pre-footer.stacked-widgets .widget .tagcloud a{margin-right:3px;margin-bottom:6px;font-size:12px;padding:2px 6px;display:inline-block}.pre-footer.stacked-widgets .widget #sbi_load{padding:0px!important}.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li{width:300px;border:none;padding:0;padding-right:40px;margin:0;font-family:Nunito;font-weight:700;display:table;table-layout:fixed}.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li>.tptn_link{width:50px;display:table-cell;float:none;vertical-align:middle}.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li>.tptn_link img{width:100%;height:auto}.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb{vertical-align:middle;display:table-cell;float:none}.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a{font-size:14px;padding:2px 6px;display:inline-block}.pre-footer.stacked-widgets .widget.widget_categories li a{font-family:Nunito;font-weight:400}.pre-footer.color-scheme-dark.stacked-widgets .widget{border-top:1px solid rgba(255,255,255,.1)}.pre-footer.color-scheme-dark.stacked-widgets .widget .widget-title{color:rgba(255,255,255,.8)}.pre-footer.color-scheme-dark.stacked-widgets .widget ul li{color:rgba(255,255,255,.8)}.pre-footer.color-scheme-dark.stacked-widgets .widget ul li a{color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.5);background-color:rgba(0,0,0,.2)}.pre-footer.color-scheme-dark.stacked-widgets .widget.widget_widget_tptn_pop ul li{color:rgba(255,255,255,.8)}.pre-footer.color-scheme-dark.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a{color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.5)}.pre-footer.color-scheme-light.stacked-widgets .widget{border-top:1px solid rgba(0,0,0,.1)}.pre-footer.color-scheme-light.stacked-widgets .widget .widget-title{color:rgba(0,0,0,.8)}.pre-footer.color-scheme-light.stacked-widgets .widget ul li{color:rgba(0,0,0,.8)}.pre-footer.color-scheme-light.stacked-widgets .widget ul li a{color:rgba(0,0,0,.8);border:1px solid rgba(0,0,0,.7)}.pre-footer.color-scheme-light.stacked-widgets .widget.widget_widget_tptn_pop ul li{color:rgba(0,0,0,.8)}.pre-footer.color-scheme-light.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a{color:rgba(0,0,0,.8);border:1px solid rgba(0,0,0,.7)}@media (max-width:767px){.main-content-w .main-footer{padding:20px}.main-content-w .main-footer.with-social{text-align:center}.main-content-w .main-footer.with-social .footer-copy-and-menu-w{display:block;float:none;width:auto}.main-content-w .main-footer.with-social .footer-copy-and-menu-w .menu li{display:block;text-align:center;margin:0 0 10px 0}.main-content-w .main-footer.with-social .footer-social-w{display:block;float:none;width:auto;margin-top:20px;text-align:center}.pre-footer.stacked-widgets .widget{display:block;padding:20px}.pre-footer.stacked-widgets .widget .widget-title{display:block;padding:0;width:100%}.pre-footer.stacked-widgets .widget .widget-title:after{height:5px;width:30px;top:auto;bottom:-25px;left:0}.pre-footer.stacked-widgets .widget ul,.pre-footer.stacked-widgets .widget .tagcloud{display:block;padding:0;width:100%}}.wp-block-group h2{color:#314052;font-size:17px;position:relative;margin-bottom:40px}.wp-block-group h2:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.wp-block-group ol,.wp-block-group ul{margin:0;padding:0;list-style:none}.wp-block-group ol li,.wp-block-group ul li{margin-bottom:8px;position:relative;padding:3px 0 3px 15px;font-size:13px;line-height:14px}.wp-block-group ol li:before,.wp-block-group ul li:before{content:"\f10c";font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#4b81c9;font-size:6px;position:absolute;left:0;top:6px}.widget_block.widget_search form:before{display:none}.post-navigation-unique{max-width:900px;margin:0 auto}.post-navigation-classic .post-navigation-previous{padding-bottom:20px}.post-navigation-classic .post-navigation-next{padding-bottom:20px}.post-navigation-classic .post-navigation-next:before{position:absolute;width:1px;background-color:#d7dbe3;top:0;bottom:0;left:0;content:""}.wrapped-widgets .post-navigation-unique,.wrapped-widgets .post-navigation-classic{padding:10px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.wrapped-widgets .post-navigation-classic{max-width:900px;margin:0 auto}.wrapped-widgets .post-navigation-previous,.wrapped-widgets .post-navigation-next{padding:0}.post-navigation-previous,.post-navigation-next{padding-top:10px;text-align:center}.post-navigation-previous .arrow,.post-navigation-next .arrow{color:#456978;margin-bottom:5px}.post-navigation-previous .caption,.post-navigation-next .caption{text-transform:uppercase;font-size:10px;color:#456978;margin-bottom:5px}.post-navigation-previous .navi-link,.post-navigation-next .navi-link{margin-bottom:5px}.post-navigation-previous .navi-link a,.post-navigation-next .navi-link a{color:#3468ad;border-bottom:1px solid #3468ad}.post-navigation-previous .navi-link a:hover,.post-navigation-next .navi-link a:hover{text-decoration:none;color:#2e5c99;border-bottom-color:#2e5c99}.os-back-to-top{position:fixed;bottom:0;right:0;text-decoration:none;color:#fff;background-color:rgba(0,0,0,.8);background-image:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/images/back-to-top-arrow.png);background-position:center 12px;-o-background-size:20px 15px;-moz-background-size:20px 15px;-webkit-background-size:20px 15px;background-size:20px 15px;background-repeat:no-repeat;height:40px;width:40px;font-size:10px;font-weight:700;text-transform:uppercase;padding:1em;display:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.os-back-to-top:hover{background-color:#e24141;background-position:center 7px}.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr{display:none!important}.reading-mode-content{-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.post-navigation-previous,.post-navigation-next{-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.reading-mode{background-color:#fff}.reading-mode .pre-footer,.reading-mode .main-footer{display:none}.reading-mode .sub-bar-w{display:none!important}.reading-mode.menu-position-top.page-fixed-width .main-content-w,.reading-mode.menu-position-top.page-fixed-width .menu-inner-w{max-width:100%;margin:0 auto}.reading-mode .lightbox-post-w.make-visible{width:100%;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;top:0;left:0;right:0;bottom:0;max-height:100%}.reading-mode .lightbox-post-w.make-visible .lightbox-post-i{max-width:700px;margin:0 auto}.reading-mode.admin-bar .lightbox-post-w.make-visible{top:32px}.reading-mode.single .type-post,.reading-mode.page .type-page{-webkit-box-shadow:none;box-shadow:none;border:none;margin-top:0}.reading-mode.single .type-post .single-post-top-features,.reading-mode.page .type-page .single-post-top-features{background-color:#fff;position:fixed;z-index:999;top:0;left:0;width:100%;height:50px;-webkit-box-shadow:none;box-shadow:none}.reading-mode.single .type-post .single-post-top-features:before,.reading-mode.single .type-post .single-post-top-features:after,.reading-mode.page .type-page .single-post-top-features:before,.reading-mode.page .type-page .single-post-top-features:after{content:" ";display:table}.reading-mode.single .type-post .single-post-top-features:after,.reading-mode.page .type-page .single-post-top-features:after{clear:both}.reading-mode.single .type-post .single-post-top-features:before,.reading-mode.single .type-post .single-post-top-features:after,.reading-mode.page .type-page .single-post-top-features:before,.reading-mode.page .type-page .single-post-top-features:after{content:" ";display:table}.reading-mode.single .type-post .single-post-top-features:after,.reading-mode.page .type-page .single-post-top-features:after{clear:both}.reading-mode.single .type-post .single-post-top-share,.reading-mode.page .type-page .single-post-top-share{position:relative;top:15px;left:15px;float:left}.reading-mode.single .type-post .single-post-top-reading-mode,.reading-mode.page .type-page .single-post-top-reading-mode{position:relative;top:15px;right:15px;float:right}.reading-mode.single .type-post .single-post-top-qr,.reading-mode.page .type-page .single-post-top-qr{display:block;float:left;position:relative;top:15px;left:100px}.reading-mode .top-sidebar-wrapper{display:none}.reading-mode .main-content{margin-left:0}.reading-mode .reading-mode-content{width:100%}.reading-mode .post-navigation-previous{display:none}.reading-mode .post-navigation-next{display:none}.reading-mode .post-meta{display:none}.reading-mode .site-footer{display:none}.reading-mode .comment-respond{padding:0;-webkit-box-shadow:none;box-shadow:none;border:none}.reading-mode .main-content-i,.reading-mode .main-content-w{margin-left:0;margin-right:0}.reading-mode .sidebar-under-post{display:none}.reading-mode .comments-area{display:none}.reading-mode.menu-position-left .menu-block{animation-fill-mode:none;-webkit-transform:translateX(-290px);-moz-transform:translateX(-290px);-ms-transform:translateX(-290px);-o-transform:translateX(-290px);transform:translateX(-290px)}.reading-mode.menu-position-right .menu-block{animation-fill-mode:none;-webkit-transform:translateX(290px);-moz-transform:translateX(290px);-ms-transform:translateX(290px);-o-transform:translateX(290px);transform:translateX(290px)}.reading-mode.menu-position-top .menu-block{display:none}.reading-mode.sidebar-position-left.menu-position-left .primary-sidebar-wrapper{display:none}.reading-mode.sidebar-position-left.menu-position-right .primary-sidebar-wrapper{display:none}.reading-mode.sidebar-position-left.menu-position-top .primary-sidebar-wrapper{display:none}.reading-mode.sidebar-position-right.menu-position-left .primary-sidebar-wrapper{display:none}.reading-mode.sidebar-position-right.menu-position-right .primary-sidebar-wrapper{display:none}.reading-mode.sidebar-position-right.menu-position-top .primary-sidebar-wrapper{display:none}.comments-area{max-width:900px;margin:0 auto}.comment-respond{padding:50px;padding-top:30px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);border:#fff}.comment-respond .comment-reply-title{margin-bottom:35px;position:relative}.comment-respond .comment-reply-title:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-15px}.comment-respond .comment-form p{margin-bottom:15px}.comment-respond .comment-form p label{display:block}.comment-respond .comment-form p input[type="text"],.comment-respond .comment-form p input[type="url"],.comment-respond .comment-form p input[type="email"],.comment-respond .comment-form p textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.comment-respond .comment-form p input[type="text"]:focus,.comment-respond .comment-form p input[type="url"]:focus,.comment-respond .comment-form p input[type="email"]:focus,.comment-respond .comment-form p textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.comment-respond .comment-form p input[type="text"]:-moz-placeholder,.comment-respond .comment-form p input[type="url"]:-moz-placeholder,.comment-respond .comment-form p input[type="email"]:-moz-placeholder,.comment-respond .comment-form p textarea:-moz-placeholder{color:#999}.comment-respond .comment-form p input[type="text"]::-moz-placeholder,.comment-respond .comment-form p input[type="url"]::-moz-placeholder,.comment-respond .comment-form p input[type="email"]::-moz-placeholder,.comment-respond .comment-form p textarea::-moz-placeholder{color:#999;opacity:1}.comment-respond .comment-form p input[type="text"]:-ms-input-placeholder,.comment-respond .comment-form p input[type="url"]:-ms-input-placeholder,.comment-respond .comment-form p input[type="email"]:-ms-input-placeholder,.comment-respond .comment-form p textarea:-ms-input-placeholder{color:#999}.comment-respond .comment-form p input[type="text"]::-webkit-input-placeholder,.comment-respond .comment-form p input[type="url"]::-webkit-input-placeholder,.comment-respond .comment-form p input[type="email"]::-webkit-input-placeholder,.comment-respond .comment-form p textarea::-webkit-input-placeholder{color:#999}.comment-respond .comment-form p input[type="text"][disabled],.comment-respond .comment-form p input[type="text"][readonly],fieldset[disabled] .comment-respond .comment-form p input[type="text"],.comment-respond .comment-form p input[type="url"][disabled],.comment-respond .comment-form p input[type="url"][readonly],fieldset[disabled] .comment-respond .comment-form p input[type="url"],.comment-respond .comment-form p input[type="email"][disabled],.comment-respond .comment-form p input[type="email"][readonly],fieldset[disabled] .comment-respond .comment-form p input[type="email"],.comment-respond .comment-form p textarea[disabled],.comment-respond .comment-form p textarea[readonly],fieldset[disabled] .comment-respond .comment-form p textarea{cursor:not-allowed;background-color:#eee}textarea.comment-respond .comment-form p input[type="text"],textarea.comment-respond .comment-form p input[type="url"],textarea.comment-respond .comment-form p input[type="email"],textarea.comment-respond .comment-form p textarea{height:auto}.comment-respond .comment-form p textarea{height:auto}.comment-respond .comment-form p.comment-notes{text-transform:uppercase;font-size:11px;color:#6c7b84;margin-bottom:30px}.comment-respond .comment-form input#submit{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef;letter-spacing:.3px;font-weight:700}.comment-respond .comment-form input#submit:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.comment-respond .comment-form input#submit:hover,.comment-respond .comment-form input#submit:focus{color:#333;text-decoration:none}.comment-respond .comment-form input#submit:active,.comment-respond .comment-form input#submit.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.comment-respond .comment-form input#submit.disabled,.comment-respond .comment-form input#submit[disabled],fieldset[disabled] .comment-respond .comment-form input#submit{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.comment-respond .comment-form input#submit:hover,.comment-respond .comment-form input#submit:focus,.comment-respond .comment-form input#submit:active,.comment-respond .comment-form input#submit.active,.open .dropdown-toggle.comment-respond .comment-form input#submit{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.comment-respond .comment-form input#submit:active,.comment-respond .comment-form input#submit.active,.open .dropdown-toggle.comment-respond .comment-form input#submit{background-image:none}.comment-respond .comment-form input#submit.disabled,.comment-respond .comment-form input#submit.disabled:hover,.comment-respond .comment-form input#submit.disabled:focus,.comment-respond .comment-form input#submit.disabled:active,.comment-respond .comment-form input#submit.disabled.active,.comment-respond .comment-form input#submit[disabled],.comment-respond .comment-form input#submit[disabled]:hover,.comment-respond .comment-form input#submit[disabled]:focus,.comment-respond .comment-form input#submit[disabled]:active,.comment-respond .comment-form input#submit[disabled].active,fieldset[disabled] .comment-respond .comment-form input#submit,fieldset[disabled] .comment-respond .comment-form input#submit:hover,fieldset[disabled] .comment-respond .comment-form input#submit:focus,fieldset[disabled] .comment-respond .comment-form input#submit:active,fieldset[disabled] .comment-respond .comment-form input#submit.active{background-color:#1d6fef;border-color:#1d6fef}.comment-respond .comment-form input#submit .badge{color:#1d6fef;background-color:#fff}.comments-title{margin-bottom:60px;position:relative;border-top:1px solid #d7dbe3;padding-top:40px}.comments-title i{margin-right:10px;font-size:38px;color:#87a5b5}.comments-title:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-15px}.comment-list,.children{list-style:none;margin:0;padding:0;margin-top:40px}.comment-list .comment-body,.children .comment-body{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #d7dbe3}.comment-list .comment-meta:before,.comment-list .comment-meta:after,.children .comment-meta:before,.children .comment-meta:after{content:" ";display:table}.comment-list .comment-meta:after,.children .comment-meta:after{clear:both}.comment-list .comment-meta:before,.comment-list .comment-meta:after,.children .comment-meta:before,.children .comment-meta:after{content:" ";display:table}.comment-list .comment-meta:after,.children .comment-meta:after{clear:both}.comment-list .comment-author,.children .comment-author{float:left;margin-bottom:20px}.comment-list .comment-author img,.children .comment-author img{margin-right:10px}.comment-list .comment-metadata,.children .comment-metadata{float:right;text-transform:uppercase;font-size:10px;color:#738c9b}.comment-list .comment-reply-link,.children .comment-reply-link{display:inline-block;background-color:#f4f9fc;border-bottom:1px solid #55aded;padding:2px 4px;font-size:12px;line-height:14px;float:right}.comment-list .comment-reply-link:hover,.children .comment-reply-link:hover{text-decoration:none;border-bottom:1px solid #1287cc;background-color:#fff}.comment-list .comment-content p:last-child,.children .comment-content p:last-child{margin-bottom:0}.comment-list ol.children{padding-left:40px}.comment-list>li:last-child .comment-body{border-bottom:none}.site-footer{padding:30px;border-top:1px solid #d7dbe3;margin-top:40px;text-align:right;color:#3c5b68}.menu-position-top .site-footer{text-align:center}.menu-position-left .site-footer{text-align:right}.menu-position-right .site-footer{text-align:left}.wrapped-widgets .site-footer-i{display:inline-block;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;padding:10px 20px}.pre-footer{padding:0;margin-top:30px}.pre-footer:before,.pre-footer:after{content:" ";display:table}.pre-footer:after{clear:both}.pre-footer:before,.pre-footer:after{content:" ";display:table}.pre-footer:after{clear:both}.pre-footer .widget.ads_top_placeholder_widget{margin-bottom:20px!important}.pre-footer.color-scheme-dark{background-color:#111;border-bottom:1px solid #000}.pre-footer.color-scheme-light{background-color:#f5f6f8;border-bottom:1px solid #c8ced9}.main-footer{padding:30px 50px}.main-footer .menu{list-style:none;padding:0;margin:0;margin-bottom:10px;font-family:Nunito;font-weight:600}.main-footer .menu li{display:inline-block;margin-right:25px}.main-footer .menu li a{font-size:20px;font-family:Nunito;font-weight:700}.main-footer .footer-copyright{padding-top:10px;font-size:12px}.main-footer p{margin:0}.main-footer.with-social:before,.main-footer.with-social:after{content:" ";display:table}.main-footer.with-social:after{clear:both}.main-footer.with-social:before,.main-footer.with-social:after{content:" ";display:table}.main-footer.with-social:after{clear:both}.main-footer.with-social .footer-copy-and-menu-w{float:left;width:70%}.main-footer.with-social .footer-social-w{float:left;width:30%;text-align:right}.main-footer.with-social .footer-social-w a{display:inline-block;margin-left:10px}.main-footer.with-social .footer-social-w a img{width:30px;height:30px}.main-footer.with-social .footer-social-w ul{display:inline-block;list-style:none;padding:0;margin:0}.main-footer.with-social .footer-social-w ul li{display:inline-block}.main-footer.with-social .footer-social-w ul li a{font-size:32px}.main-footer.color-scheme-dark{background-color:#dcecfb;color:rgba(255,255,255,.5)}.main-footer.color-scheme-dark .menu li a{color:rgba(255,255,255,.9)}.main-footer.color-scheme-dark .footer-copyright{border-top:1px solid rgba(255,255,255,.1)}.main-footer.color-scheme-dark .footer-copyright a{color:rgba(255,255,255,.9)}.main-footer.color-scheme-light{background-color:#f5f6f8;color:rgba(0,0,0,.5)}.main-footer.color-scheme-light .menu li a{color:rgba(0,0,0,.9)}.main-footer.color-scheme-light .footer-copyright{border-top:1px solid rgba(0,0,0,.1)}.main-footer.color-scheme-light .footer-copyright a{color:rgba(0,0,0,.9)}.pagination-w{text-align:center;border-top:1px solid #d7dbe3;margin-top:30px;padding-top:40px}.pagination-w .wp-pagenavi{text-transform:uppercase;font-size:12px}.pagination-w .wp-pagenavi a,.pagination-w .wp-pagenavi span{border:none;margin:0 10px;font-weight:400}.pagination-w .wp-pagenavi a:hover,.pagination-w .wp-pagenavi span:hover{text-decoration:none}.pagination-w .wp-pagenavi .pages{color:#85a9b8;margin-right:30px}.no-more-posts-message{text-align:center;padding:30px 10px;border-top:1px solid #e6e9ee;margin-top:30px;text-transform:uppercase;font-size:11px;font-weight:700;color:#9eabbd}.load-more-posts-button-w{text-align:center;padding:20px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.load-more-posts-button-w a{display:inline-block;padding:10px 25px 10px 20px;border:none;color:#111;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;text-transform:uppercase;font-size:11px;font-weight:700;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.load-more-posts-button-w a i{margin-right:10px;display:inline-block;vertical-align:middle;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.load-more-posts-button-w a span{display:inline-block;vertical-align:middle;letter-spacing:1px;font-weight:700}.load-more-posts-button-w a:hover,.load-more-posts-button-w a:focus{text-decoration:none;background-color:#fff;color:#111;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.load-more-posts-button-w a:hover i,.load-more-posts-button-w a:focus i{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.infinite-loading-pending .load-more-posts-button-w{opacity:0;-webkit-transform:translateY(8px);-moz-transform:translateY(8px);-ms-transform:translateY(8px);-o-transform:translateY(8px);transform:translateY(8px)}.wrapped-widgets .wp-pagenavi{display:inline-block;padding:20px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.wrapped-widgets .pagination-w>a{display:inline-block;padding:10px 20px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.wrapped-widgets .no-more-posts-message{text-align:center;border:none;padding:0}.wrapped-widgets .no-more-posts-message span{display:inline-block;padding:20px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.index-filter-bar{background-color:#f5f6f8;padding:0;color:#fff;white-space:nowrap;position:relative;z-index:999}.index-filter-bar+.content .index-isotope{padding-top:0}.index-filter-bar+.main-content-m .index-isotope{padding-top:0}.index-filter-bar .index-sort-w{display:inline-block;padding:15px 20px 15px 20px;vertical-align:middle;white-space:nowrap}.index-filter-bar .index-filter-w{white-space:nowrap;display:inline-block;padding:10px 40px 10px 20px;vertical-align:middle}.index-filter-bar .index-sort-w+.index-filter-w{padding-left:0}.index-filter-bar .index-clear-filter-w{display:inline-block;vertical-align:middle;border-left:1px solid rgba(255,255,255,.1);margin-left:10px;padding-left:20px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.index-filter-bar .index-clear-filter-w button{display:inline-block;vertical-align:middle;text-transform:uppercase;padding:0;border:none;font-size:10px;background-color:transparent;outline:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.index-filter-bar .index-clear-filter-w button .os-new-icon{margin-right:8px;font-size:18px;display:inline-block;vertical-align:middle;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:rgba(255,255,255,.7)}.index-filter-bar .index-clear-filter-w button span{display:inline-block;vertical-align:middle;border-bottom:1px solid #fff;letter-spacing:1px;font-weight:700}.index-filter-bar .index-clear-filter-w button:hover .os-new-icon{color:#fff;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.index-filter-bar .index-clear-filter-w button.active,.index-filter-bar .index-clear-filter-w button.active:hover,.index-filter-bar .index-clear-filter-w button.inactive:hover{color:#fff}.index-filter-bar .index-clear-filter-w.inactive{opacity:0;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}.index-filter-bar .index-filter-label,.index-filter-bar .index-sort-label{display:inline-block;vertical-align:middle;margin-right:10px}.index-filter-bar .index-filter-label .os-new-icon,.index-filter-bar .index-sort-label .os-new-icon{margin-right:12px;font-size:18px;vertical-align:middle;line-height:1;color:rgba(0,0,0,.4)}.index-filter-bar .index-filter-label span,.index-filter-bar .index-sort-label span{font-size:10px;vertical-align:middle;line-height:1;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:rgba(0,0,0,.4)}.index-filter-bar .index-sort-options,.index-filter-bar .index-filter-categories{display:inline-block;vertical-align:middle}.index-filter-bar .index-sort-options .index-sort-option,.index-filter-bar .index-sort-options .index-filter-option,.index-filter-bar .index-filter-categories .index-sort-option,.index-filter-bar .index-filter-categories .index-filter-option{display:inline-block;vertical-align:middle;margin-right:10px;padding:4px 10px;letter-spacing:1px;font-weight:700;border:1px solid transparent;font-size:13px;background-color:rgba(255,255,255,.05);outline:none;border-radius:6px;box-shadow:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.index-filter-bar .index-sort-options .index-sort-option:hover,.index-filter-bar .index-sort-options .index-filter-option:hover,.index-filter-bar .index-filter-categories .index-sort-option:hover,.index-filter-bar .index-filter-categories .index-filter-option:hover{background-color:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.5)}.index-filter-bar .index-sort-options .index-sort-option.active,.index-filter-bar .index-sort-options .index-sort-option.active:hover,.index-filter-bar .index-sort-options .index-sort-option.inactive:hover,.index-filter-bar .index-sort-options .index-filter-option.active,.index-filter-bar .index-sort-options .index-filter-option.active:hover,.index-filter-bar .index-sort-options .index-filter-option.inactive:hover,.index-filter-bar .index-filter-categories .index-sort-option.active,.index-filter-bar .index-filter-categories .index-sort-option.active:hover,.index-filter-bar .index-filter-categories .index-sort-option.inactive:hover,.index-filter-bar .index-filter-categories .index-filter-option.active,.index-filter-bar .index-filter-categories .index-filter-option.active:hover,.index-filter-bar .index-filter-categories .index-filter-option.inactive:hover{background-color:rgba(255,255,255,.3);border:1px solid #fff;color:#fff}.index-filter-bar .index-sort-options .index-sort-option.inactive,.index-filter-bar .index-sort-options .index-filter-option.inactive,.index-filter-bar .index-filter-categories .index-sort-option.inactive,.index-filter-bar .index-filter-categories .index-filter-option.inactive{border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.6);background-color:rgba(0,0,0,.05)}.index-filter-bar .index-filter-categories{padding-right:20px}.index-filter-bar .index-filter-categories-select{margin-right:20px;display:inline-block;font-weight:700;background-color:#fff;box-shadow:0 2px 4px rgba(146,158,218,.12);border-radius:6px;position:relative;min-width:120px}.index-filter-bar .index-filter-categories-select:before{content:"\e90f";font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;color:#111;position:absolute;top:50%;right:5px;transform:translateY(-50%);z-index:9999}.index-filter-bar .index-filter-categories-select.active .index-filter-options{display:block}.index-filter-bar .index-filter-categories-select.active .index-filter-select-selected{border-bottom-color:rgba(0,0,0,.05)}.index-filter-bar .index-filter-categories-select .index-filter-select-selected{position:relative;z-index:9999;border-bottom:1px solid transparent;padding:5px 10px;padding-right:30px;white-space:nowrap;cursor:pointer}.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-select-placeholder{padding:0 7px}.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option{display:inline-block;border-radius:4px;padding:0 7px;background-color:#537eff;color:#fff;position:relative;padding-right:22px}.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option:before{font-family:'osfontnew';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e93b';font-size:12px;position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option:hover{background-color:#3a6bff}.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option+.index-filter-option{margin-left:10px}.index-filter-bar .index-filter-categories-select .index-filter-select-selected.has-items .index-filter-select-placeholder{display:none}.index-filter-bar .index-filter-categories-select .index-filter-options{display:none;position:absolute;background-color:#fff;border-radius:6px 6px;padding:10px;z-index:999;left:0;right:0;top:0;padding-top:40px;box-shadow:0 2px 4px rgba(146,158,218,.12)}.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option{padding:3px 7px;border-radius:4px;background-color:#f8f8f8;margin-bottom:5px}.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option:hover{background-color:#537eff;color:#fff;cursor:pointer}.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option:last-child{margin-bottom:0}.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option.selected{display:none}.index-filter-bar .index-filter-formats{display:inline-block;vertical-align:middle}.index-filter-bar .index-filter-sub-label{display:inline-block;margin-right:15px;font-size:10px;vertical-align:middle;line-height:1;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:rgba(0,0,0,.4)}.index-filter-bar .index-filter-format{display:inline-block;vertical-align:middle;margin-right:25px;font-size:26px;position:relative;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;cursor:pointer}.index-filter-bar .index-filter-format i{line-height:34px;vertical-align:middle}.index-filter-bar .index-filter-format .os-filter-tooltip{position:absolute;top:-6px;left:50%;-webkit-transform:translate(-50%,10px);-moz-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);-o-transform:translate(-50%,10px);transform:translate(-50%,10px);opacity:0;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;background-color:#111;color:#fff;padding:2px 5px;font-size:8px;text-transform:uppercase;border-radius:2px;letter-spacing:1px;font-weight:}.index-filter-bar .index-filter-format.active{color:#fff}.index-filter-bar .index-filter-format.inactive{color:rgba(255,255,255,.4)}.index-filter-bar .index-filter-format:hover{color:#fff}.index-filter-bar .index-filter-format:hover .os-filter-tooltip{opacity:1;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.index-filter-bar.color-scheme-light{color:#111;border-bottom:none;border-top:none}.index-filter-bar.color-scheme-light .index-clear-filter-w{border-left:1px solid rgba(0,0,0,.1)}.index-filter-bar.color-scheme-light .index-clear-filter-w button .os-new-icon{color:rgba(0,0,0,.7)}.index-filter-bar.color-scheme-light .index-clear-filter-w button span{border-bottom:1px solid #111}.index-filter-bar.color-scheme-light .index-clear-filter-w button:hover .os-new-icon{color:#111}.index-filter-bar.color-scheme-light .index-clear-filter-w button.active,.index-filter-bar.color-scheme-light .index-clear-filter-w button.active:hover,.index-filter-bar.color-scheme-light .index-clear-filter-w button.inactive:hover{color:#111}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option{border:1px solid transparent;background-color:#fff;box-shadow:0 2px 4px rgba(146,158,218,.12)}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option:hover,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option:hover{background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,.3)}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.active,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.active,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.active,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.active{background-color:rgba(0,0,0,.3);border:1px solid #000;color:#111}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.active:hover,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.active:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.active:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.active:hover{background-color:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.3)}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.inactive,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.inactive,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.inactive,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.inactive{border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.6);background-color:rgba(255,255,255,.05)}.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.inactive:hover,.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.inactive:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.inactive:hover,.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.inactive:hover{background-color:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.3)}.index-filter-bar.color-scheme-light .index-filter-format.active{color:#111}.index-filter-bar.color-scheme-light .index-filter-format.inactive{color:rgba(0,0,0,.4)}.index-filter-bar.color-scheme-light .index-filter-format:hover{color:#111}.index-filter-bar.color-scheme-dark{border-bottom:none;border-top:none}.index-filter-bar.color-scheme-dark .index-filter-categories-select:before{color:rgba(255,255,255,.4)}.index-filter-bar.color-scheme-dark button{color:rgba(255,255,255,.8)}.index-filter-bar.color-scheme-dark .index-filter-sub-label{color:rgba(255,255,255,.5)}.index-filter-bar.color-scheme-dark .index-filter-label span,.index-filter-bar.color-scheme-dark .index-sort-label span{color:rgba(255,255,255,.5)}.index-filter-bar.minimal .index-filter-format{font-size:18px;margin-right:18px}@media (max-width:767px){.index-filter-bar{display:none}}@media (min-width:768px) and (max-width:885px){.index-filter-bar .index-filter-sub-label{display:none}}@media (max-width:991px){.index-filter-bar .index-sort-label,.index-filter-bar .index-filter-label{display:none}}@media (max-width:1400px){.index-filter-bar .index-clear-filter-btn span{display:none!important}.index-filter-bar .index-clear-filter-w{padding-left:20px;margin-left:0}}@media (max-width:1150px){.index-filter-bar .index-sort-label span,.index-filter-bar .index-filter-label span{display:none!important}.index-filter-bar .index-sort-label .os-new-icon,.index-filter-bar .index-filter-label .os-new-icon{margin-right:0}}.main-search-form-overlay{position:fixed;display:none;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:rgba(0,0,0,.2)}.main-search-form{background-color:#fff;-webkit-box-shadow:0 0 100px 5px rgba(0,0,0,.4);box-shadow:0 0 100px 5px rgba(0,0,0,.4);border-radius:8px;position:fixed;left:50%;top:-400px;z-index:9999;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:auto;width:550px;max-width:95%}.main-search-form form .search-field-w{position:relative}.main-search-form form .search-field-w:before{font-family:'osfonts';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f002";position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:25px;font-size:32px;color:rgba(0,0,0,.2)}.main-search-form form.search-loading .search-field-w:before{content:"\f017";-webkit-transition:all 1s ease;transition:all 1s ease;-webkit-animation:spinningAnimation 0.8s linear infinite;animation:spinningAnimation 0.8s linear infinite}.main-search-form form .search-field{padding:20px;padding-left:85px;font-size:30px;border:none;background-color:transparent;outline:none;display:block;position:relative;width:100%}.main-search-form form .search-field:focus{outline:none}.main-search-form form .search-submit{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:10px;background-color:#537eff;color:#fff;padding:15px 30px;border:none;font-size:24px;border-radius:6px}.autosuggest-results{position:relative}.autosuggest-results .no-results-augosuggest{padding:20px;color:rgba(0,0,0,.6);margin:0}.autosuggest-results .autosuggest-items{max-height:300px;overflow-y:scroll;padding:10px 0}.autosuggest-results .autosuggest-items-shadow{height:1px;background-color:rgba(0,0,0,.4);position:absolute;top:0;left:0;right:0}.autosuggest-results .autosuggest-item{padding:5px 10px;border-bottom:1px solid #eee;display:table;table-layout:fixed;width:100%}.autosuggest-results .autosuggest-item .autosuggest-item-title{margin:0;padding:20px;display:table-cell;vertical-align:middle}.autosuggest-results .autosuggest-item .autosuggest-item-media-w{width:55px;display:table-cell;vertical-align:middle}.autosuggest-results .autosuggest-item .autosuggest-item-media-thumbnail{height:55px;width:100%;border-radius:6px;position:relative;display:block}.autosuggest-results .autosuggest-item:hover{background-color:#eee;text-decoration:none}.autosuggest-results .autosuggest-item:hover .autosuggest-item-title{color:#000}.autosuggest-results .autosuggest-item:focus{text-decoration:none}.active-search-form .main-search-form{top:50%}.copyright-tooltip{background-color:#111;color:#fff;font-size:12px;padding:5px 10px;border-radius:4px;position:absolute;z-index:12000;display:none}@keyframes showPageBox{0%{transform:translate3d(0,35px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes showLeftMenu{0%{transform:translate3d(-60px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes showFeaturedHeading{0%{transform:translate3d(0,80px,0) scale(0);opacity:0}100%{transform:translate3d(0,0,0) scale(1);opacity:1}}.pluto-page-box{animation:0.4s cubic-bezier(.25,1.1,.5,1) 0.1s showPageBox;animation-fill-mode:both}.menu-position-left .menu-block{animation:0.5s cubic-bezier(.25,1.1,.5,1) 0.1s showLeftMenu;animation-fill-mode:both}.featured-carousel-w .featured-heading{animation:0.4s cubic-bezier(.25,1.1,.5,1.2) 0.6s showFeaturedHeading;animation-fill-mode:both}@keyframes showFilter{0%{transform:translate3d(60px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes introLoading{0%{opacity:1}100%{opacity:0;visibility:hidden;display:none}}.index-filter-bar{animation:0.4s cubic-bezier(.25,1.1,.5,1) 0.6s showFilter;animation-fill-mode:both}.all-wrapper.with-loading:before{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background-color:#eee;animation:0.7s ease 0.8s introLoading;animation-fill-mode:both}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.ps-container .ps-scrollbar-x-rail{position:absolute;bottom:3px;height:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;filter:alpha(opacity=0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-x-rail,.ps-container.hover .ps-scrollbar-x-rail{opacity:.6;filter:alpha(opacity=60)}.ps-container .ps-scrollbar-x-rail:hover,.ps-container .ps-scrollbar-x-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-y-rail{position:absolute;right:3px;width:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;filter:alpha(opacity=0);-o-transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps-container:hover .ps-scrollbar-y-rail,.ps-container.hover .ps-scrollbar-y-rail{opacity:.6;filter:alpha(opacity=60)}.ps-container .ps-scrollbar-y-rail:hover,.ps-container .ps-scrollbar-y-rail.hover{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;filter:alpha(opacity=90)}.ps-container .ps-scrollbar-x{position:absolute;bottom:0;height:8px;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-x{font-size:0}.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x{background-color:#999}.ps-container .ps-scrollbar-y{position:absolute;right:0;width:8px;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-o-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.ps-container.ie6 .ps-scrollbar-y{font-size:0}.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y{background-color:#999}.ps-container.ie .ps-scrollbar-x,.ps-container.ie .ps-scrollbar-y{visibility:hidden}.ps-container.ie:hover .ps-scrollbar-x,.ps-container.ie:hover .ps-scrollbar-y,.ps-container.ie.hover .ps-scrollbar-x,.ps-container.ie.hover .ps-scrollbar-y{visibility:visible}.wpcf7-form{margin-top:40px}.wpcf7-form .wpcf7-text,.wpcf7-form .wpcf7-textarea{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;margin-top:5px;margin-bottom:20px}.wpcf7-form .wpcf7-text:focus,.wpcf7-form .wpcf7-textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.wpcf7-form .wpcf7-text:-moz-placeholder,.wpcf7-form .wpcf7-textarea:-moz-placeholder{color:#999}.wpcf7-form .wpcf7-text::-moz-placeholder,.wpcf7-form .wpcf7-textarea::-moz-placeholder{color:#999;opacity:1}.wpcf7-form .wpcf7-text:-ms-input-placeholder,.wpcf7-form .wpcf7-textarea:-ms-input-placeholder{color:#999}.wpcf7-form .wpcf7-text::-webkit-input-placeholder,.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder{color:#999}.wpcf7-form .wpcf7-text[disabled],.wpcf7-form .wpcf7-text[readonly],fieldset[disabled] .wpcf7-form .wpcf7-text,.wpcf7-form .wpcf7-textarea[disabled],.wpcf7-form .wpcf7-textarea[readonly],fieldset[disabled] .wpcf7-form .wpcf7-textarea{cursor:not-allowed;background-color:#eee}textarea.wpcf7-form .wpcf7-text,textarea.wpcf7-form .wpcf7-textarea{height:auto}.wpcf7-form .wpcf7-textarea{height:auto}.wpcf7-form .wpcf7-submit{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef;letter-spacing:.3px;font-weight:700}.wpcf7-form .wpcf7-submit:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpcf7-form .wpcf7-submit:hover,.wpcf7-form .wpcf7-submit:focus{color:#333;text-decoration:none}.wpcf7-form .wpcf7-submit:active,.wpcf7-form .wpcf7-submit.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.wpcf7-form .wpcf7-submit.disabled,.wpcf7-form .wpcf7-submit[disabled],fieldset[disabled] .wpcf7-form .wpcf7-submit{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.wpcf7-form .wpcf7-submit:hover,.wpcf7-form .wpcf7-submit:focus,.wpcf7-form .wpcf7-submit:active,.wpcf7-form .wpcf7-submit.active,.open .dropdown-toggle.wpcf7-form .wpcf7-submit{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.wpcf7-form .wpcf7-submit:active,.wpcf7-form .wpcf7-submit.active,.open .dropdown-toggle.wpcf7-form .wpcf7-submit{background-image:none}.wpcf7-form .wpcf7-submit.disabled,.wpcf7-form .wpcf7-submit.disabled:hover,.wpcf7-form .wpcf7-submit.disabled:focus,.wpcf7-form .wpcf7-submit.disabled:active,.wpcf7-form .wpcf7-submit.disabled.active,.wpcf7-form .wpcf7-submit[disabled],.wpcf7-form .wpcf7-submit[disabled]:hover,.wpcf7-form .wpcf7-submit[disabled]:focus,.wpcf7-form .wpcf7-submit[disabled]:active,.wpcf7-form .wpcf7-submit[disabled].active,fieldset[disabled] .wpcf7-form .wpcf7-submit,fieldset[disabled] .wpcf7-form .wpcf7-submit:hover,fieldset[disabled] .wpcf7-form .wpcf7-submit:focus,fieldset[disabled] .wpcf7-form .wpcf7-submit:active,fieldset[disabled] .wpcf7-form .wpcf7-submit.active{background-color:#1d6fef;border-color:#1d6fef}.wpcf7-form .wpcf7-submit .badge{color:#1d6fef;background-color:#fff}.wpcf7-form p{font-size:11px;font-weight:400;text-transform:uppercase;line-height:12px}.wpurp-container{position:relative;background-color:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.2);padding:10%;margin-top:50px;font-size:13px}.wpurp-container .wpurp-columns{width:100%}.wpurp-container .wpurp-columns td{vertical-align:top}.wpurp-container .wpurp-columns td:first-child{width:150px}.wpurp-container .wpurp-columns td+td+td{padding-left:50px}.wpurp-container .wpurp-recipe-title{font-family:Nunito;font-weight:700;font-size:20px;display:block;color:#2c2d2f;margin-bottom:5px}.wpurp-container .wpurp-title{margin-top:40px;font-family:Nunito;font-weight:400;font-size:14px;display:block;color:#2c2d2f;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:30px}.wpurp-container .wpurp-recipe-ingredient-name a{color:#2c2d2f;border-bottom:1px dotted #2c2d2f}.wpurp-container .wpurp-recipe-ingredient-container{margin-top:10px}.wpurp-container .wpurp-recipe-ingredient{margin-bottom:10px}.wpurp-container .wpurp-recipe-tags{list-style:none;margin-left:0;padding-left:0;padding-bottom:20px;padding-top:20px;margin-top:20px;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);margin-bottom:20px}.wpurp-container .wpurp-recipe-tags li{display:inline-block}.wpurp-container .wpurp-recipe-tags li .wpurp-recipe-tag-terms a{display:inline-block;padding:1px 8px;border:1px solid rgba(0,0,0,.5);margin-left:10px;font-family:Nunito;font-weight:400;font-size:9px;color:#2c2d2f}.wpurp-container .wpurp-recipe-tags .wpurp-recipe-tags-course{margin-right:20px}.wpurp-container .wpurp-pinterest{padding-top:30px}.wpurp-container .wpurp-recipe-servings-changer{display:block;margin-top:10px}.wpurp-container .wpurp-recipe-servings-changer input{width:50px;text-align:center;margin-right:5px}.wpurp-container .wpurp-recipe-stars{display:inline-block;margin-bottom:10px}.wpurp-container .wpurp-recipe-stars .fa-star:before{content:"\f005";color:#bd9f24;font-size:18px;display:inline-block;margin:0 2px}.wpurp-container .wpurp-recipe-stars .fa-star-o:before{content:"\f005";color:#d7cb9a;font-size:18px;display:inline-block;margin:0 2px}.wpurp-container .wpurp-recipe-print-button{position:absolute;top:20px;right:20px}.wpurp-container .wpurp-recipe-print-button .fa-print:before{color:#111;font-size:18px;display:inline-block;margin-left:10px}.wpurp-container .wpurp-recipe-instruction-container{font-family:Nunito;font-weight:400;color:#2c2d2f;font-size:16px}.wpurp-container .wpurp-recipe-instruction-container .wpurp-rows-row{font-family:Nunito;font-weight:400;color:#3c5b68;font-size:13px;padding-left:10px}.wpurp-container .wpurp-recipe-instruction{padding-top:10px;padding-bottom:10px}.wpurp-container ul{margin-top:20px;margin-bottom:0}.wpurp-container .wpurp-recipe-ingredient-group{font-size:11px;margin-left:25px;border-bottom:1px solid #2c2d2f;display:inline-block;font-family:Nunito;font-weight:400;color:#2c2d2f;padding-top:20px;margin-bottom:5px}.wpurp-container .wpurp-recipe-instruction-group{padding:5px 10px;font-size:12px;background-color:#f1eacc;display:inline-block;margin-top:10px;font-family:Nunito;font-weight:400;color:#484539}.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td{background-color:rgba(0,0,0,.05);padding:20px 10px;width:50%}.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td:first-child{padding-right:0}.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td:last-child{padding-left:0}.wpurp-container table.wpurp-columns table.wpurp-columns .wpurp-table .wpurp-title{margin-top:0;margin-bottom:5px;white-space:nowrap;font-size:9px}.wpurp-container table.wpurp-columns table.wpurp-columns .wpurp-table td{white-space:nowrap;padding:0 10px;text-align:center}html body .wpurp-container .recipe-tooltip-content{background-color:#000!important;color:#fff!important;border:none!important;border-radius:3px;padding:5px 10px!important;white-space:nowrap;box-shadow:none!important;font-family:Nunito;font-weight:400}div.userpro{border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background:#fff;border-radius:8px}div.userpro-head,div.userpro-centered{border-radius:8px 8px 0 0;background:#fff;border-bottom:1px solid #d9d9d9}div.userpro-head div.userpro-left{position:relative;margin-bottom:40px;margin-bottom:15px;font-size:17px!important;font-family:Nunito;font-weight:700}div.userpro-head div.userpro-left:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}div.userpro-head.userpro-centered-header-only,div.userpro-centered.userpro-centered-header-only{border-radius:8px}.userpro.userpro-users{border:none;-webkit-box-shadow:none;box-shadow:none;background:transparent;border-radius:0}.review-wrapper{margin-top:1.5em;float:none!important}.review-wrapper:after{content:'';display:block;clear:both}.review-wrapper .review-title{font-size:24px;line-height:28px;padding-top:20px;padding-bottom:20px}@font-face{font-family:'star';src:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.eot);src:url('https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.eot?#iefix') format('embedded-opentype'),url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.woff) format('woff'),url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.ttf) format('truetype'),url('https://tna.media/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.svg#star') format('svg');font-weight:400;font-style:normal}.woocommerce-breadcrumb{padding:30px 2% 10px;margin-bottom:20px;border-bottom:1px solid #d7dbe3}.woocommerce-breadcrumb a{margin-left:5px;margin-right:5px}.woocommerce-breadcrumb a:first-child{margin-left:0}.star-rating-w{text-align:center;border-bottom:#fff;padding-top:5px;margin-top:5px}.star-rating{margin:0 auto 10px auto;overflow:hidden;position:relative;height:14px;line-height:14px;font-size:14px;width:75px;font-family:'star';color:#e0d0a1}.star-rating:before{content:"\73\73\73\73\73";color:#000;float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.woocommerce-message{padding:10px 20px;border:1px solid #bfbba8;background-color:#f7f3e1;color:#4f4e4b;font-size:11px;margin-bottom:20px}.woocommerce-info{padding:10px 20px;border:1px solid #c5d8e2;background-color:#f2f7f9;color:#3b667f;font-size:11px;margin-bottom:20px}.woocommerce-page .quantity.buttons_added{margin-bottom:20px;display:inline-block;margin-right:20px}.woocommerce-page .quantity .input-text{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-radius:0;display:inline-block;text-align:center;border-right:none;border-left:none;padding-left:15px;padding-right:0;width:45px}.woocommerce-page .quantity .input-text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.woocommerce-page .quantity .input-text:-moz-placeholder{color:#999}.woocommerce-page .quantity .input-text::-moz-placeholder{color:#999;opacity:1}.woocommerce-page .quantity .input-text:-ms-input-placeholder{color:#999}.woocommerce-page .quantity .input-text::-webkit-input-placeholder{color:#999}.woocommerce-page .quantity .input-text[disabled],.woocommerce-page .quantity .input-text[readonly],fieldset[disabled] .woocommerce-page .quantity .input-text{cursor:not-allowed;background-color:#eee}textarea.woocommerce-page .quantity .input-text{height:auto}.woocommerce-page .quantity input.minus,.woocommerce-page .quantity input.plus{display:inline-block;width:20px;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;padding-left:5px;padding-right:5px}.woocommerce-page .quantity input.minus:focus,.woocommerce-page .quantity input.plus:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-page .quantity input.minus:hover,.woocommerce-page .quantity input.minus:focus,.woocommerce-page .quantity input.plus:hover,.woocommerce-page .quantity input.plus:focus{color:#333;text-decoration:none}.woocommerce-page .quantity input.minus:active,.woocommerce-page .quantity input.minus.active,.woocommerce-page .quantity input.plus:active,.woocommerce-page .quantity input.plus.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-page .quantity input.minus.disabled,.woocommerce-page .quantity input.minus[disabled],fieldset[disabled] .woocommerce-page .quantity input.minus,.woocommerce-page .quantity input.plus.disabled,.woocommerce-page .quantity input.plus[disabled],fieldset[disabled] .woocommerce-page .quantity input.plus{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-page .quantity input.minus:hover,.woocommerce-page .quantity input.minus:focus,.woocommerce-page .quantity input.minus:active,.woocommerce-page .quantity input.minus.active,.open .dropdown-toggle.woocommerce-page .quantity input.minus,.woocommerce-page .quantity input.plus:hover,.woocommerce-page .quantity input.plus:focus,.woocommerce-page .quantity input.plus:active,.woocommerce-page .quantity input.plus.active,.open .dropdown-toggle.woocommerce-page .quantity input.plus{color:#333;background-color:#ebebeb;border-color:#adadad}.woocommerce-page .quantity input.minus:active,.woocommerce-page .quantity input.minus.active,.open .dropdown-toggle.woocommerce-page .quantity input.minus,.woocommerce-page .quantity input.plus:active,.woocommerce-page .quantity input.plus.active,.open .dropdown-toggle.woocommerce-page .quantity input.plus{background-image:none}.woocommerce-page .quantity input.minus.disabled,.woocommerce-page .quantity input.minus.disabled:hover,.woocommerce-page .quantity input.minus.disabled:focus,.woocommerce-page .quantity input.minus.disabled:active,.woocommerce-page .quantity input.minus.disabled.active,.woocommerce-page .quantity input.minus[disabled],.woocommerce-page .quantity input.minus[disabled]:hover,.woocommerce-page .quantity input.minus[disabled]:focus,.woocommerce-page .quantity input.minus[disabled]:active,.woocommerce-page .quantity input.minus[disabled].active,fieldset[disabled] .woocommerce-page .quantity input.minus,fieldset[disabled] .woocommerce-page .quantity input.minus:hover,fieldset[disabled] .woocommerce-page .quantity input.minus:focus,fieldset[disabled] .woocommerce-page .quantity input.minus:active,fieldset[disabled] .woocommerce-page .quantity input.minus.active,.woocommerce-page .quantity input.plus.disabled,.woocommerce-page .quantity input.plus.disabled:hover,.woocommerce-page .quantity input.plus.disabled:focus,.woocommerce-page .quantity input.plus.disabled:active,.woocommerce-page .quantity input.plus.disabled.active,.woocommerce-page .quantity input.plus[disabled],.woocommerce-page .quantity input.plus[disabled]:hover,.woocommerce-page .quantity input.plus[disabled]:focus,.woocommerce-page .quantity input.plus[disabled]:active,.woocommerce-page .quantity input.plus[disabled].active,fieldset[disabled] .woocommerce-page .quantity input.plus,fieldset[disabled] .woocommerce-page .quantity input.plus:hover,fieldset[disabled] .woocommerce-page .quantity input.plus:focus,fieldset[disabled] .woocommerce-page .quantity input.plus:active,fieldset[disabled] .woocommerce-page .quantity input.plus.active{background-color:#fff;border-color:#ccc}.woocommerce-page .quantity input.minus .badge,.woocommerce-page .quantity input.plus .badge{color:#fff;background-color:#fff}.woocommerce-page .quantity input.minus{border-top-right-radius:0;border-bottom-right-radius:0}.woocommerce-page .quantity input.plus{border-top-left-radius:0;border-bottom-left-radius:0}.woo-shop .page-title{margin-top:25px}.woo-shop .term-description{margin-bottom:30px}.woo-shop-head{padding:0 2%}.woo-shop-head .top-sidebar-wrapper{padding:0;padding-bottom:20px;border:none}.woocommerce-pagination{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid #d1dbe1}.woocommerce-pagination ul{list-style:none;margin:0;padding:0}.woocommerce-pagination ul li{display:inline-block;margin:0 5px}.shop-loop-results-meta-wrapper{border-bottom:1px solid #d7dbe3;border-top:1px solid #d7dbe3;padding:20px 2%}.shop-loop-results-meta-wrapper:before,.shop-loop-results-meta-wrapper:after{content:" ";display:table}.shop-loop-results-meta-wrapper:after{clear:both}.shop-loop-results-meta-wrapper:before,.shop-loop-results-meta-wrapper:after{content:" ";display:table}.shop-loop-results-meta-wrapper:after{clear:both}.shop-loop-results-meta-wrapper .woocommerce-result-count{float:left;margin:0}.shop-loop-results-meta-wrapper .woocommerce-ordering{float:right;margin:0}.woo-products:before,.woo-products:after{content:" ";display:table}.woo-products:after{clear:both}.woo-products:before,.woo-products:after{content:" ";display:table}.woo-products:after{clear:both}.woo-products .product{border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px}.woo-products .product .product-media-body{text-align:center}.woo-products .product .product-media-body img{max-width:100%;height:auto}.woo-products .product h3{font-size:16px;text-align:center}.woo-products .product h3 a{color:#2c2d2f;font-family:Nunito;border-bottom:1px solid transparent;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.woo-products .product h3 a:hover{text-decoration:none;border-color:#2c2d2f}.woo-products .product img+h3{margin-top:30px;padding-top:20px;border-top:#fff}.woo-products .product.first{margin-left:0;clear:left}.woo-products .product.last{margin-right:0;clear:right}.woo-products .product .product-body{padding:30px;padding-bottom:0;position:relative}.woo-products .product .product-body .post-top-share{position:absolute;left:12px;top:5px;display:flex;align-items:center}.woo-products .product .product-body .post-top-share a{text-decoration:none}.woo-products .product .product-body .post-top-share i.share-activator-icon{vertical-align:middle;line-height:17px;font-size:10px;color:#60717e;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;padding-right:6px}.woo-products .product .product-body .post-top-share span.share-activator-label{line-height:16px;vertical-align:middle;font-size:10px;text-transform:uppercase;color:#60717e;padding-left:10px;border-left:1px solid #ccd9e2;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.woo-products .product .product-body .post-top-share:hover{cursor:pointer}.woo-products .product .product-body .post-top-share:hover i.share-activator-icon{color:#111}.woo-products .product .product-body .post-top-share:hover span.share-activator-label{color:#111}.woo-products .product .product-body .post-top-share:hover .os_social-head-w{display:block}.woo-products .product .product-body .post-top-share .os_social-head-w{display:none;margin-left:5px;vertical-align:middle}.woo-products .product .product-body .post-top-share .os_social-head-w .os_social{font-size:10px}.woo-products .product .product-body .post-top-share .os_social-head-w .os_social img{padding:0 4px;width:25px!important}.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a{opacity:.65}.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a:hover{opacity:1}.woo-products .product .product-body .post-top-share.active span.share-activator-label{display:none}.woo-products .product .product-body .post-top-share.active .os_social-head-w{display:inline-block}.woo-products .product span.onsale{background-color:#ceb548;color:#fff;border-radius:4px;position:absolute;top:4px;right:4px;padding:1px 5px;text-transform:uppercase;font-size:12px;font-weight:700}.woo-products .product .product-meta{padding:20px 0;text-align:center;background-color:#fff;border-radius:0 0 8px 8px;border-top:#fff;-webkit-box-shadow:inset 0 0 2px 1px #fff;box-shadow:inset 0 0 2px 1px #fff;margin-top:20px}.woo-products .product .product-meta:before,.woo-products .product .product-meta:after{content:" ";display:table}.woo-products .product .product-meta:after{clear:both}.woo-products .product .product-meta:before,.woo-products .product .product-meta:after{content:" ";display:table}.woo-products .product .product-meta:after{clear:both}.woo-products .product .product-meta .price{text-align:center;font-size:14px;line-height:16px;display:inline-block;margin-right:-14px;background-color:#fafafa;color:#5d6677;text-shadow:none;border-radius:6px;padding:5px 35px 5px 10px;font-weight:700;vertical-align:middle;border:1px solid #b8c1c7;border-top:1px solid #aab5bc;-webkit-box-shadow:none;box-shadow:none}.woo-products .product .product-meta .price .amount{margin:0 2px}.woo-products .product .product-meta .price ins{text-decoration:none}.woo-products .product .product-meta .price del{display:none}.woo-products .product .product-meta .button-w{display:inline-block;margin-left:-14px}.woo-products .product .product-meta .button-w .button{vertical-align:middle;display:inline-block;padding:5px 15px;font-size:12px;line-height:16px;background-color:#1d6fef;color:#fff;text-shadow:none;-webkit-box-shadow:none;box-shadow:none;border-radius:6px;border:1px solid #1d6fef;text-transform:uppercase;font-weight:700}.woo-products .product .product-meta .button-w .button:hover{text-decoration:none;background-color:#1062e2}.product .woocommerce-tabs{margin-top:60px}.product .woocommerce-tabs>ul.tabs{list-style:none;margin:0;margin-bottom:-1px;padding:0}.product .woocommerce-tabs>ul.tabs:before,.product .woocommerce-tabs>ul.tabs:after{content:" ";display:table}.product .woocommerce-tabs>ul.tabs:after{clear:both}.product .woocommerce-tabs>ul.tabs:before,.product .woocommerce-tabs>ul.tabs:after{content:" ";display:table}.product .woocommerce-tabs>ul.tabs:after{clear:both}.product .woocommerce-tabs>ul.tabs li{float:left}.product .woocommerce-tabs>ul.tabs li a{border:#fff;border-right:none;display:block;padding:10px 30px;background-color:#f7f7f7;color:#62676b}.product .woocommerce-tabs>ul.tabs li:first-child a{border-top-left-radius:8px}.product .woocommerce-tabs>ul.tabs li:last-child a{border-top-right-radius:8px;border-right:#fff}.product .woocommerce-tabs>ul.tabs li.active a{color:#2c2d2f;border-bottom:1px solid #fff;background-color:#fff}.product .woocommerce-tabs .panel{padding:40px 50px;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;border-top-left-radius:0}.product .woocommerce-tabs .panel h2{margin-bottom:40px;margin-top:0;position:relative;font-size:17px}.product .woocommerce-tabs .panel h2:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.product .single-product-main-info{margin-top:30px;position:relative;border:#fff;-webkit-box-shadow:0 7px 14px 0 rgba(151,160,204,.12);box-shadow:0 7px 14px 0 rgba(151,160,204,.12);background-color:#fff;border-radius:8px;padding:40px}.product .single-product-main-info:before,.product .single-product-main-info:after{content:" ";display:table}.product .single-product-main-info:after{clear:both}.product .single-product-main-info:before,.product .single-product-main-info:after{content:" ";display:table}.product .single-product-main-info:after{clear:both}.product .single-product-main-info span.onsale{background-color:#ceb548;color:#fff;border-radius:4px;position:absolute;top:34px;left:4px;padding:1px 5px;text-transform:uppercase;font-size:12px;font-weight:700}.product .images{float:left;width:35%;padding-right:40px}.product .images img{width:inherit;max-width:100%;height:auto}.product .images .woocommerce-main-image{margin-bottom:20px;display:block;text-align:center}.product .images .thumbnails:before,.product .images .thumbnails:after{content:" ";display:table}.product .images .thumbnails:after{clear:both}.product .images .thumbnails:before,.product .images .thumbnails:after{content:" ";display:table}.product .images .thumbnails:after{clear:both}.product .images .thumbnails a{margin-bottom:10px;display:block;float:left;width:25%;text-align:center}.product .summary{float:right;width:65%}.product .summary .product_title{margin-top:0;margin-bottom:35px;position:relative}.product .summary .product_title:after{content:"";position:absolute;width:40px;display:block;height:4px;background-color:#537eff;bottom:-15px}.product .summary .woocommerce-product-rating:before,.product .summary .woocommerce-product-rating:after{content:" ";display:table}.product .summary .woocommerce-product-rating:after{clear:both}.product .summary .woocommerce-product-rating:before,.product .summary .woocommerce-product-rating:after{content:" ";display:table}.product .summary .woocommerce-product-rating:after{clear:both}.product .summary .woocommerce-product-rating .star-rating{margin-left:0;float:left;margin-right:10px}.product .summary .woocommerce-product-rating .woocommerce-review-link{font-size:11px;float:left}.product .summary .price{margin-top:20px;font-size:26px;color:#3b525e}.product .summary .price del{margin-right:10px;font-size:17px;color:#7f2b2a}.product .summary .price ins{text-decoration:none;color:#3b525e}.product .summary .variations{margin-bottom:20px}.product .summary .variations label{color:#2c2d2f}.product .summary .variations select{margin-right:10px}.product .summary .variations .reset_variations{font-size:11px;text-transform:uppercase}.product .summary .single_variation{margin-bottom:20px}.product .summary div[itemprop="description"]{margin:30px 0;padding:30px 0;border-top:1px solid #d1dbe1;border-bottom:1px solid #d1dbe1}.product .summary div[itemprop="description"] p:last-child{margin-bottom:0}.product .summary form.cart button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef}.product .summary form.cart button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.product .summary form.cart button:hover,.product .summary form.cart button:focus{color:#333;text-decoration:none}.product .summary form.cart button:active,.product .summary form.cart button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.product .summary form.cart button.disabled,.product .summary form.cart button[disabled],fieldset[disabled] .product .summary form.cart button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.product .summary form.cart button:hover,.product .summary form.cart button:focus,.product .summary form.cart button:active,.product .summary form.cart button.active,.open .dropdown-toggle.product .summary form.cart button{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.product .summary form.cart button:active,.product .summary form.cart button.active,.open .dropdown-toggle.product .summary form.cart button{background-image:none}.product .summary form.cart button.disabled,.product .summary form.cart button.disabled:hover,.product .summary form.cart button.disabled:focus,.product .summary form.cart button.disabled:active,.product .summary form.cart button.disabled.active,.product .summary form.cart button[disabled],.product .summary form.cart button[disabled]:hover,.product .summary form.cart button[disabled]:focus,.product .summary form.cart button[disabled]:active,.product .summary form.cart button[disabled].active,fieldset[disabled] .product .summary form.cart button,fieldset[disabled] .product .summary form.cart button:hover,fieldset[disabled] .product .summary form.cart button:focus,fieldset[disabled] .product .summary form.cart button:active,fieldset[disabled] .product .summary form.cart button.active{background-color:#1d6fef;border-color:#1d6fef}.product .summary form.cart button .badge{color:#1d6fef;background-color:#fff}.product #reviews h2{margin-bottom:40px}.product #reviews ol{list-style:none;padding:0;margin:0}.product #reviews ol li{margin-bottom:20px;padding-bottom:20px;padding-top:20px;border-bottom:1px solid #ededed}.product #reviews ol li:before,.product #reviews ol li:after{content:" ";display:table}.product #reviews ol li:after{clear:both}.product #reviews ol li:before,.product #reviews ol li:after{content:" ";display:table}.product #reviews ol li:after{clear:both}.product #reviews ol li .avatar{float:left;margin-right:30px}.product #reviews ol li p.meta{font-size:9px;text-transform:uppercase;display:inline-block;padding-bottom:5px;border-bottom:1px solid #ededed}.product #reviews ol li .star-rating{float:right}.product #reviews .comment-respond{margin-top:80px;padding:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.product #reviews .comment-reply-title{text-transform:uppercase;font-size:17px}.product .related.products,.product .upsells.products{margin-top:70px}.product .related.products h2,.product .upsells.products h2{font-size:26px;position:relative;margin-bottom:40px}.product .related.products h2:after,.product .upsells.products h2:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.product ul.products{padding:0}.latest-posts-w{border-top:1px solid rgba(0,0,0,.1);padding-top:40px}.latest-posts-w a{padding-bottom:100%;position:relative;color:#fff;font-size:21px;text-decoration:none;display:block;background-size:cover;background-position:center center;border-radius:8px;margin-bottom:20px}.latest-posts-w a:after{content:"";position:absolute;z-index:3;background-color:rgba(0,0,0,.2);left:0;right:0;top:0;bottom:0;border-radius:8px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.latest-posts-w a:hover{text-decoration:none}.latest-posts-w a span{z-index:4;position:absolute;top:50%;left:50%;display:block;width:100%;padding:15px;text-align:center;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-weight:700;font-family:Nunito;text-shadow:1px 1px 2px rgba(0,0,0,.6);-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.latest-posts-w a:hover:after{background-color:rgba(0,0,0,.4)}.latest-posts-w a:hover span{-webkit-transform:translate(-50%,-60%);-moz-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);-o-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}@media (max-width:767px){.product .images,.product .summary{float:none;width:auto;padding:0}.product .images{text-align:center}.product .summary{padding:20px}}.os-lightbox-close-btn{display:none}.lightbox-post-w{position:fixed;width:700px;max-height:95%;left:50%;top:50%;z-index:1046;overflow:hidden;border-radius:4px;box-shadow:0 0 30px 0 rgba(0,0,0,.3);-webkit-transform:translate(-50%,-40%);-moz-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);-o-transform:translate(-50%,-40%);transform:translate(-50%,-40%);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background-color:#fff}.lightbox-post-w .edit-link{top:0;right:0}.lightbox-post-w .lightbox-post-media-w:hover .gif-label{opacity:0;-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}.lightbox-post-w .gif-label{position:absolute;top:10px;right:10px;padding:3px 5px;border-radius:4px;background-color:#222;color:#fff;font-size:12px;z-index:3;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.lightbox-post-w .gif-label .os-icon{display:inline-block;margin-right:4px;vertical-align:middle}.lightbox-post-w .gif-label span{display:inline-block;vertical-align:middle}.lightbox-post-w article.pluto-page-box{border:none;box-shadow:none;border-radius:0;margin:0}.lightbox-post-w.make-visible{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);-moz-transform:scale(1) translate(-50%,-50%);-ms-transform:scale(1) translate(-50%,-50%);-o-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.lightbox-post-w .lightbox-post-media-w{text-align:center}.lightbox-post-w img{border-radius:4px;display:inline-block;max-width:100%;height:auto}.lightbox-post-w .lightbox-post-content-w{padding:30px 70px 100px 120px;position:relative}.lightbox-post-w .lightbox-post-content-w .lightbox-post-title{margin-top:0}.lightbox-post-w .lightbox-author-like{border-bottom:1px solid rgba(0,0,0,.1);padding:20px 30px;position:relative}.lightbox-post-w .lightbox-author-like:before,.lightbox-post-w .lightbox-author-like:after{content:" ";display:table}.lightbox-post-w .lightbox-author-like:after{clear:both}.lightbox-post-w .lightbox-author-like:before,.lightbox-post-w .lightbox-author-like:after{content:" ";display:table}.lightbox-post-w .lightbox-author-like:after{clear:both}.lightbox-post-w .lightbox-author-like .author-avatar-w{float:left;width:50px;height:50px;margin-right:20px}.lightbox-post-w .lightbox-author-like .author-avatar-w img{display:block;max-width:100%;height:auto}.lightbox-post-w .lightbox-author-like .author-avatar-w a{display:block}.lightbox-post-w .lightbox-author-like .author-details{float:left}.lightbox-post-w .lightbox-author-like .author-details .author-name{margin-top:0;text-transform:uppercase;margin-bottom:7px;padding-top:0;font-family:Nunito;font-weight:400}.lightbox-post-w .lightbox-author-like .author-details .author-name a{padding-bottom:2px;line-height:1;display:inline-block}.lightbox-post-w .lightbox-author-like .author-details .single-post-date-posted{line-height:1;font-family:Nunito;font-weight:400}.lightbox-post-w .lightbox-author-like .single-post-likes{float:right}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i{position:relative;display:block;font-family:Nunito;font-weight:400}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i .os-like-button-label{display:none;position:absolute;top:47%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:1;color:#fff}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i .os-like-button-sub-label{position:absolute;top:50%;left:50%;display:block;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;line-height:1}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button{text-align:center}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button.zero-votes .os-like-button-label{display:block}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button.zero-votes .os-like-button-sub-label{display:none}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-icon{font-size:45px;display:block;line-height:1;vertical-align:middle}.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-icon .os-icon{vertical-align:middle}.lightbox-post-share-buttons{position:absolute;top:30px;left:-10px;display:inline-block;vertical-align:middle;text-align:center;border:1px solid rgba(0,0,0,.4);border-left:none;padding:5px;border-radius:0 4px 4px 0;background-color:#fff}.lightbox-post-share-buttons a{display:block;vertical-align:middle;padding:10px 5px;text-align:center;line-height:32px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.1);position:relative;font-family:Nunito;font-weight:400}.lightbox-post-share-buttons a .os-icon{font-size:30px}.lightbox-post-share-buttons a:last-child{border-radius:0 4px 4px 0;border-bottom:none}.lightbox-post-share-buttons a span{display:block}.lightbox-post-share-buttons a .osetin-vote-count{position:absolute;top:10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);color:#fff;font-size:12px}.lightbox-post-share-buttons a.osetin-vote-has-voted .os-icon{color:#e74343}.lightbox-post-share-buttons .os-icon{vertical-align:middle;display:inline-block;font-size:24px}.lightbox-post-share-buttons .split-share{background-color:rgba(0,0,0,.05);margin-top:10px;border-radius:4px}.lightbox-post-share-buttons .split-share .os-icon{font-size:18px;color:#333}.lightbox-post-share-buttons .split-share a{padding:8px}.lightbox-post-share-buttons .lightbox-post-share-label{font-family:Nunito;font-weight:400}.lightbox-post-share-buttons .os-like-button-icon{display:block}.lightbox-post-share-buttons .os-like-button-icon .os-icon{font-size:34px}.lightbox-post-share-buttons .os-like-button-label{display:block;color:#222;font-size:12px;line-height:14px;display:none}.lightbox-post-share-buttons.from-single{top:60px;left:0;border-radius:0 4px 4px 0;border-left:none}.close-lightbox-post{position:fixed;right:50px;top:30px;color:#fff;font-size:36px;padding:10px;vertical-align:middle;text-align:center;z-index:10000;display:none}.lightbox-post-shadow{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);z-index:1045;background-image:url(https://tna.media/wp-content/themes/pluto-by-osetin/assets/images/loader-white.svg);background-position:center center;background-repeat:no-repeat}.post-next-lightbox,.post-prev-lightbox{position:fixed;top:50%;z-index:1047;background-color:#fff;border-radius:8px;opacity:0;border-radius:4px;padding:20px;width:190px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);-webkit-transition:all 0.2s ease;transition:all 0.2s ease;text-align:center}.post-next-lightbox:hover,.post-prev-lightbox:hover{text-decoration:none}.post-next-lightbox:hover .post-next-prev-nav-arrow,.post-prev-lightbox:hover .post-next-prev-nav-arrow{opacity:0}.post-next-lightbox .post-next-prev-image,.post-prev-lightbox .post-next-prev-image{display:block;width:150px;height:150px;background-size:cover;background-position:center center;border-radius:4px;margin-bottom:20px}.post-next-lightbox h4,.post-prev-lightbox h4{vertical-align:middle;margin-top:0}.post-next-lightbox .post-next-prev-nav-arrow,.post-prev-lightbox .post-next-prev-nav-arrow{position:absolute;top:40%;left:50%;font-size:26px;color:#fff;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:10px 20px;background-color:rgba(0,0,0,.7);border-radius:4px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.post-next-lightbox{left:50%;-webkit-transform:translate(520px,-50%);-moz-transform:translate(520px,-50%);-ms-transform:translate(520px,-50%);-o-transform:translate(520px,-50%);transform:translate(520px,-50%)}.post-next-lightbox.make-visible{-webkit-transform:translate(480px,-50%);-moz-transform:translate(480px,-50%);-ms-transform:translate(480px,-50%);-o-transform:translate(480px,-50%);transform:translate(480px,-50%);opacity:.9}.post-next-lightbox.make-visible:hover{opacity:1;-webkit-transform:translate(460px,-50%);-moz-transform:translate(460px,-50%);-ms-transform:translate(460px,-50%);-o-transform:translate(460px,-50%);transform:translate(460px,-50%)}.post-prev-lightbox{right:50%;-webkit-transform:translate(-520px,-50%);-moz-transform:translate(-520px,-50%);-ms-transform:translate(-520px,-50%);-o-transform:translate(-520px,-50%);transform:translate(-520px,-50%)}.post-prev-lightbox.make-visible{-webkit-transform:translate(-480px,-50%);-moz-transform:translate(-480px,-50%);-ms-transform:translate(-480px,-50%);-o-transform:translate(-480px,-50%);transform:translate(-480px,-50%);opacity:.9}.post-prev-lightbox.make-visible:hover{opacity:1;-webkit-transform:translate(-460px,-50%);-moz-transform:translate(-460px,-50%);-ms-transform:translate(-460px,-50%);-o-transform:translate(-460px,-50%);transform:translate(-460px,-50%)}.woocommerce-cart .cart_totals h2{margin-bottom:40px;margin-top:0;position:relative;font-size:26px;color:#2c2d2f}.woocommerce-cart .cart_totals h2:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.woocommerce-cart .cart_totals h2 a{color:#2c2d2f}.woocommerce-cart .shop_table{width:100%}.woocommerce-cart .shop_table thead th{color:#94a1a8;border-bottom:1px solid #d5dce0;font-size:11px;text-transform:uppercase;padding-left:20px;text-align:left}.woocommerce-cart .shop_table tr.cart_item td{padding:20px;border-bottom:1px solid #d5dce0;font-size:14px}.woocommerce-cart .shop_table tr.cart_item td a.remove{display:inline-block;padding:2px 5px;background-color:#d6c3c2;color:#fff;border-radius:4px;font-size:14px;line-height:14px}.woocommerce-cart .shop_table tr.cart_item td a.remove:hover{text-decoration:none;background-color:#ed4c49}.woocommerce-cart .shop_table tr.cart_item td .attachment-shop_thumbnail{margin-bottom:0}.woocommerce-cart .shop_table tr.cart_item td .quantity.buttons_added{margin:0}.woocommerce-cart .shop_table .actions{padding:20px 0}.woocommerce-cart .shop_table .actions:before,.woocommerce-cart .shop_table .actions:after{content:" ";display:table}.woocommerce-cart .shop_table .actions:after{clear:both}.woocommerce-cart .shop_table .actions:before,.woocommerce-cart .shop_table .actions:after{content:" ";display:table}.woocommerce-cart .shop_table .actions:after{clear:both}.woocommerce-cart .shop_table .actions input.button{float:left;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc}.woocommerce-cart .shop_table .actions input.button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-cart .shop_table .actions input.button:hover,.woocommerce-cart .shop_table .actions input.button:focus{color:#333;text-decoration:none}.woocommerce-cart .shop_table .actions input.button:active,.woocommerce-cart .shop_table .actions input.button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-cart .shop_table .actions input.button.disabled,.woocommerce-cart .shop_table .actions input.button[disabled],fieldset[disabled] .woocommerce-cart .shop_table .actions input.button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-cart .shop_table .actions input.button:hover,.woocommerce-cart .shop_table .actions input.button:focus,.woocommerce-cart .shop_table .actions input.button:active,.woocommerce-cart .shop_table .actions input.button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button{color:#333;background-color:#ebebeb;border-color:#adadad}.woocommerce-cart .shop_table .actions input.button:active,.woocommerce-cart .shop_table .actions input.button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button{background-image:none}.woocommerce-cart .shop_table .actions input.button.disabled,.woocommerce-cart .shop_table .actions input.button.disabled:hover,.woocommerce-cart .shop_table .actions input.button.disabled:focus,.woocommerce-cart .shop_table .actions input.button.disabled:active,.woocommerce-cart .shop_table .actions input.button.disabled.active,.woocommerce-cart .shop_table .actions input.button[disabled],.woocommerce-cart .shop_table .actions input.button[disabled]:hover,.woocommerce-cart .shop_table .actions input.button[disabled]:focus,.woocommerce-cart .shop_table .actions input.button[disabled]:active,.woocommerce-cart .shop_table .actions input.button[disabled].active,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:hover,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:focus,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:active,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.active{background-color:#fff;border-color:#ccc}.woocommerce-cart .shop_table .actions input.button .badge{color:#fff;background-color:#fff}.woocommerce-cart .shop_table .actions input.button.checkout-button{float:right;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef;margin-left:20px}.woocommerce-cart .shop_table .actions input.button.checkout-button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-cart .shop_table .actions input.button.checkout-button:hover,.woocommerce-cart .shop_table .actions input.button.checkout-button:focus{color:#333;text-decoration:none}.woocommerce-cart .shop_table .actions input.button.checkout-button:active,.woocommerce-cart .shop_table .actions input.button.checkout-button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled,.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled],fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-cart .shop_table .actions input.button.checkout-button:hover,.woocommerce-cart .shop_table .actions input.button.checkout-button:focus,.woocommerce-cart .shop_table .actions input.button.checkout-button:active,.woocommerce-cart .shop_table .actions input.button.checkout-button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.woocommerce-cart .shop_table .actions input.button.checkout-button:active,.woocommerce-cart .shop_table .actions input.button.checkout-button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button{background-image:none}.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled,.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:hover,.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:focus,.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:active,.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled.active,.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled],.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:hover,.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:focus,.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:active,.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled].active,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:hover,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:focus,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:active,fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button.active{background-color:#1d6fef;border-color:#1d6fef}.woocommerce-cart .shop_table .actions input.button.checkout-button .badge{color:#1d6fef;background-color:#fff}.woocommerce-cart .shop_table .actions .coupon{float:left;text-transform:uppercase;display:inline-block;margin-right:20px}.woocommerce-cart .shop_table .actions .coupon:before,.woocommerce-cart .shop_table .actions .coupon:after{content:" ";display:table}.woocommerce-cart .shop_table .actions .coupon:after{clear:both}.woocommerce-cart .shop_table .actions .coupon:before,.woocommerce-cart .shop_table .actions .coupon:after{content:" ";display:table}.woocommerce-cart .shop_table .actions .coupon:after{clear:both}.woocommerce-cart .shop_table .actions .coupon label{font-size:11px;float:left;margin:0;margin-right:10px;line-height:34px;height:34px;display:none}.woocommerce-cart .shop_table .actions .coupon .input-text{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-top-right-radius:0;border-bottom-right-radius:0;display:inline-block;text-align:center;border-right:none;padding-left:15px;padding-right:0;text-align:left;width:140px;float:left}.woocommerce-cart .shop_table .actions .coupon .input-text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.woocommerce-cart .shop_table .actions .coupon .input-text:-moz-placeholder{color:#999}.woocommerce-cart .shop_table .actions .coupon .input-text::-moz-placeholder{color:#999;opacity:1}.woocommerce-cart .shop_table .actions .coupon .input-text:-ms-input-placeholder{color:#999}.woocommerce-cart .shop_table .actions .coupon .input-text::-webkit-input-placeholder{color:#999}.woocommerce-cart .shop_table .actions .coupon .input-text[disabled],.woocommerce-cart .shop_table .actions .coupon .input-text[readonly],fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon .input-text{cursor:not-allowed;background-color:#eee}textarea.woocommerce-cart .shop_table .actions .coupon .input-text{height:auto}.woocommerce-cart .shop_table .actions .coupon input.button{float:left;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;padding-left:10px;padding-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}.woocommerce-cart .shop_table .actions .coupon input.button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-cart .shop_table .actions .coupon input.button:hover,.woocommerce-cart .shop_table .actions .coupon input.button:focus{color:#333;text-decoration:none}.woocommerce-cart .shop_table .actions .coupon input.button:active,.woocommerce-cart .shop_table .actions .coupon input.button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-cart .shop_table .actions .coupon input.button.disabled,.woocommerce-cart .shop_table .actions .coupon input.button[disabled],fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-cart .shop_table .actions .coupon input.button:hover,.woocommerce-cart .shop_table .actions .coupon input.button:focus,.woocommerce-cart .shop_table .actions .coupon input.button:active,.woocommerce-cart .shop_table .actions .coupon input.button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button{color:#333;background-color:#ebebeb;border-color:#adadad}.woocommerce-cart .shop_table .actions .coupon input.button:active,.woocommerce-cart .shop_table .actions .coupon input.button.active,.open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button{background-image:none}.woocommerce-cart .shop_table .actions .coupon input.button.disabled,.woocommerce-cart .shop_table .actions .coupon input.button.disabled:hover,.woocommerce-cart .shop_table .actions .coupon input.button.disabled:focus,.woocommerce-cart .shop_table .actions .coupon input.button.disabled:active,.woocommerce-cart .shop_table .actions .coupon input.button.disabled.active,.woocommerce-cart .shop_table .actions .coupon input.button[disabled],.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:hover,.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:focus,.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:active,.woocommerce-cart .shop_table .actions .coupon input.button[disabled].active,fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button,fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:hover,fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:focus,fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:active,fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button.active{background-color:#fff;border-color:#ccc}.woocommerce-cart .shop_table .actions .coupon input.button .badge{color:#fff;background-color:#fff}.woocommerce-cart .cart_totals{margin-top:50px}.woocommerce-cart .cart_totals table{width:100%}.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{text-align:left;padding:10px 0;padding-right:20px;border-bottom:1px solid #d5dce0;font-size:15px}.woocommerce-cart .cart_totals table td{padding-left:20px;border-left:1px solid #d5dce0}.woocommerce-cart .cart_totals table tr.order-total td,.woocommerce-cart .cart_totals table tr.order-total th{font-size:22px;padding-top:20px;padding-bottom:20px}.woocommerce-cart .shipping_calculator{margin-top:50px}.woocommerce-cart .shipping_calculator h2{font-size:11px;text-transform:uppercase}.woocommerce-cart .shipping_calculator h2 a{text-decoration:underline}.woocommerce-cart .shipping_calculator .shipping-calculator-form select,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.woocommerce-cart .shipping_calculator .shipping-calculator-form select:focus,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-moz-placeholder,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-moz-placeholder{color:#999}.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-moz-placeholder,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-moz-placeholder{color:#999;opacity:1}.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-ms-input-placeholder,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-ms-input-placeholder{color:#999}.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-webkit-input-placeholder,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-webkit-input-placeholder{color:#999}.woocommerce-cart .shipping_calculator .shipping-calculator-form select[disabled],.woocommerce-cart .shipping_calculator .shipping-calculator-form select[readonly],fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form select,.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[disabled],.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[readonly],fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text{cursor:not-allowed;background-color:#eee}textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form select,textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text{height:auto}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#fff;background-color:#1d6fef;border-color:#1d6fef}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus{color:#333;text-decoration:none}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled],fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active,.open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active,.open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button{background-image:none}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:hover,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:focus,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled.active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled],.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:hover,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:focus,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:active,.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled].active,fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button,fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus,fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active{background-color:#1d6fef;border-color:#1d6fef}.woocommerce-cart .shipping_calculator .shipping-calculator-form .button .badge{color:#1d6fef;background-color:#fff}.woocommerce-checkout .checkout_coupon{text-transform:uppercase;display:inline-block;margin-bottom:30px}.woocommerce-checkout .checkout_coupon:before,.woocommerce-checkout .checkout_coupon:after{content:" ";display:table}.woocommerce-checkout .checkout_coupon:after{clear:both}.woocommerce-checkout .checkout_coupon:before,.woocommerce-checkout .checkout_coupon:after{content:" ";display:table}.woocommerce-checkout .checkout_coupon:after{clear:both}.woocommerce-checkout .checkout_coupon .form-row-first{float:left;width:140px}.woocommerce-checkout .checkout_coupon .form-row-last{float:left}.woocommerce-checkout .checkout_coupon .input-text{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border-top-right-radius:0;border-bottom-right-radius:0;display:inline-block;text-align:center;border-right:none;padding-left:15px;padding-right:0;text-align:left}.woocommerce-checkout .checkout_coupon .input-text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.woocommerce-checkout .checkout_coupon .input-text:-moz-placeholder{color:#999}.woocommerce-checkout .checkout_coupon .input-text::-moz-placeholder{color:#999;opacity:1}.woocommerce-checkout .checkout_coupon .input-text:-ms-input-placeholder{color:#999}.woocommerce-checkout .checkout_coupon .input-text::-webkit-input-placeholder{color:#999}.woocommerce-checkout .checkout_coupon .input-text[disabled],.woocommerce-checkout .checkout_coupon .input-text[readonly],fieldset[disabled] .woocommerce-checkout .checkout_coupon .input-text{cursor:not-allowed;background-color:#eee}textarea.woocommerce-checkout .checkout_coupon .input-text{height:auto}.woocommerce-checkout .checkout_coupon input.button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#333;background-color:#fff;border-color:#ccc;padding-left:10px;padding-right:10px;border-top-left-radius:0;border-bottom-left-radius:0}.woocommerce-checkout .checkout_coupon input.button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-checkout .checkout_coupon input.button:hover,.woocommerce-checkout .checkout_coupon input.button:focus{color:#333;text-decoration:none}.woocommerce-checkout .checkout_coupon input.button:active,.woocommerce-checkout .checkout_coupon input.button.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-checkout .checkout_coupon input.button.disabled,.woocommerce-checkout .checkout_coupon input.button[disabled],fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-checkout .checkout_coupon input.button:hover,.woocommerce-checkout .checkout_coupon input.button:focus,.woocommerce-checkout .checkout_coupon input.button:active,.woocommerce-checkout .checkout_coupon input.button.active,.open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button{color:#333;background-color:#ebebeb;border-color:#adadad}.woocommerce-checkout .checkout_coupon input.button:active,.woocommerce-checkout .checkout_coupon input.button.active,.open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button{background-image:none}.woocommerce-checkout .checkout_coupon input.button.disabled,.woocommerce-checkout .checkout_coupon input.button.disabled:hover,.woocommerce-checkout .checkout_coupon input.button.disabled:focus,.woocommerce-checkout .checkout_coupon input.button.disabled:active,.woocommerce-checkout .checkout_coupon input.button.disabled.active,.woocommerce-checkout .checkout_coupon input.button[disabled],.woocommerce-checkout .checkout_coupon input.button[disabled]:hover,.woocommerce-checkout .checkout_coupon input.button[disabled]:focus,.woocommerce-checkout .checkout_coupon input.button[disabled]:active,.woocommerce-checkout .checkout_coupon input.button[disabled].active,fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button,fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:hover,fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:focus,fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:active,fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button.active{background-color:#fff;border-color:#ccc}.woocommerce-checkout .checkout_coupon input.button .badge{color:#fff;background-color:#fff}.woocommerce-checkout .col2-set{margin-bottom:50px}.woocommerce-checkout .col2-set:before,.woocommerce-checkout .col2-set:after{content:" ";display:table}.woocommerce-checkout .col2-set:after{clear:both}.woocommerce-checkout .col2-set:before,.woocommerce-checkout .col2-set:after{content:" ";display:table}.woocommerce-checkout .col2-set:after{clear:both}.woocommerce-checkout .col2-set .col-1{float:left;width:50%;padding-right:30px}.woocommerce-checkout .col2-set .col-2{float:right;width:50%;padding-left:30px}.woocommerce-checkout form.checkout .form-row label{display:block;font-size:11px;text-transform:uppercase}.woocommerce-checkout form.checkout .form-row .input-text{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.woocommerce-checkout form.checkout .form-row .input-text:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.woocommerce-checkout form.checkout .form-row .input-text:-moz-placeholder{color:#999}.woocommerce-checkout form.checkout .form-row .input-text::-moz-placeholder{color:#999;opacity:1}.woocommerce-checkout form.checkout .form-row .input-text:-ms-input-placeholder{color:#999}.woocommerce-checkout form.checkout .form-row .input-text::-webkit-input-placeholder{color:#999}.woocommerce-checkout form.checkout .form-row .input-text[disabled],.woocommerce-checkout form.checkout .form-row .input-text[readonly],fieldset[disabled] .woocommerce-checkout form.checkout .form-row .input-text{cursor:not-allowed;background-color:#eee}textarea.woocommerce-checkout form.checkout .form-row .input-text{height:auto}.woocommerce-checkout form.checkout .form-row textarea.input-text{height:auto}.woocommerce-checkout form.checkout h3{font-size:22px;margin-bottom:20px}.woocommerce-checkout form.checkout #ship-to-different-address{font-size:14px;padding-top:31px}.woocommerce-checkout form.checkout #ship-to-different-address label.checkbox{display:inline;margin:0;padding-left:10px}.woocommerce-checkout form.checkout #ship-to-different-address .input-checkbox{float:left;margin:0}.woocommerce-checkout form.checkout .woocommerce-billing-fields h3{position:relative;margin-bottom:40px}.woocommerce-checkout form.checkout .woocommerce-billing-fields h3:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.woocommerce-checkout #order_review_heading{position:relative;margin-bottom:40px}.woocommerce-checkout #order_review_heading:after{content:"";position:absolute;display:block;height:7px;width:16px;border-radius:2px;background-color:#537eff;bottom:-18px}.woocommerce-checkout #order_review{margin-bottom:50px}.woocommerce-checkout #order_review table{width:100%;margin-bottom:50px}.woocommerce-checkout #order_review table thead th,.woocommerce-checkout #order_review table thead td,.woocommerce-checkout #order_review table tfoot th,.woocommerce-checkout #order_review table tfoot td{color:#94a1a8;border-bottom:1px solid #d5dce0;font-size:11px;text-transform:uppercase;padding-left:20px;text-align:left}.woocommerce-checkout #order_review table thead tr.order-total th,.woocommerce-checkout #order_review table thead tr.order-total td,.woocommerce-checkout #order_review table tfoot tr.order-total th,.woocommerce-checkout #order_review table tfoot tr.order-total td{font-size:16px;padding:10px 20px;color:#2c2d2f}.woocommerce-checkout #order_review table tfoot th,.woocommerce-checkout #order_review table tfoot td{padding:10px 20px}.woocommerce-checkout #order_review table tbody td{border-bottom:1px solid #d5dce0;padding:10px 20px;font-size:14px}.woocommerce-checkout #order_review .payment_methods{list-style:none;margin:0;padding:0}.woocommerce-checkout #order_review .payment_methods li{margin-bottom:20px}.woocommerce-checkout #order_review .payment_methods li label{margin-left:5px}.woocommerce-checkout #order_review .payment_methods li .payment_box{padding:10px 20px;border:1px solid #c5d8e2;background-color:#f2f7f9;color:#3b667f;font-size:11px;line-height:19px;margin-bottom:20px;margin-top:10px}.woocommerce-checkout #order_review .payment_methods li .payment_box p:last-child{margin-bottom:0}.woocommerce-checkout #order_review input#place_order{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:8px;color:#fff;background-color:#1d6fef;border-color:#1d6fef}.woocommerce-checkout #order_review input#place_order:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.woocommerce-checkout #order_review input#place_order:hover,.woocommerce-checkout #order_review input#place_order:focus{color:#333;text-decoration:none}.woocommerce-checkout #order_review input#place_order:active,.woocommerce-checkout #order_review input#place_order.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.woocommerce-checkout #order_review input#place_order.disabled,.woocommerce-checkout #order_review input#place_order[disabled],fieldset[disabled] .woocommerce-checkout #order_review input#place_order{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.woocommerce-checkout #order_review input#place_order:hover,.woocommerce-checkout #order_review input#place_order:focus,.woocommerce-checkout #order_review input#place_order:active,.woocommerce-checkout #order_review input#place_order.active,.open .dropdown-toggle.woocommerce-checkout #order_review input#place_order{color:#fff;background-color:#0f5cd4;border-color:#0e54c1}.woocommerce-checkout #order_review input#place_order:active,.woocommerce-checkout #order_review input#place_order.active,.open .dropdown-toggle.woocommerce-checkout #order_review input#place_order{background-image:none}.woocommerce-checkout #order_review input#place_order.disabled,.woocommerce-checkout #order_review input#place_order.disabled:hover,.woocommerce-checkout #order_review input#place_order.disabled:focus,.woocommerce-checkout #order_review input#place_order.disabled:active,.woocommerce-checkout #order_review input#place_order.disabled.active,.woocommerce-checkout #order_review input#place_order[disabled],.woocommerce-checkout #order_review input#place_order[disabled]:hover,.woocommerce-checkout #order_review input#place_order[disabled]:focus,.woocommerce-checkout #order_review input#place_order[disabled]:active,.woocommerce-checkout #order_review input#place_order[disabled].active,fieldset[disabled] .woocommerce-checkout #order_review input#place_order,fieldset[disabled] .woocommerce-checkout #order_review input#place_order:hover,fieldset[disabled] .woocommerce-checkout #order_review input#place_order:focus,fieldset[disabled] .woocommerce-checkout #order_review input#place_order:active,fieldset[disabled] .woocommerce-checkout #order_review input#place_order.active{background-color:#1d6fef;border-color:#1d6fef}.woocommerce-checkout #order_review input#place_order .badge{color:#1d6fef;background-color:#fff}@media (max-width:767px){.latest-posts-w a{font-size:17px;line-height:1.2}.latest-posts-w a:after{background-color:rgba(0,0,0,.4)}.latest-posts-w a span{padding:10px 5px}.menu-position-top.menu-style-v1 .logo{padding:0 10px}.comment-respond{padding:20px!important}.page .post-meta-top,.single .post-meta-top,.index-isotope .post-meta-top,.index-fullwidth .post-meta-top{padding:5px 0}.lightbox-post-w{max-height:80%!important;top:49%}.os-lightbox-close-btn{display:block;position:fixed;z-index:99999;top:70px;right:20px;color:#8297b3;font-size:26px}.menu-position-left .main-content-w .primary-sidebar-wrapper,.menu-position-right .main-content-w .primary-sidebar-wrapper,.menu-position-top .main-content-w .primary-sidebar-wrapper{display:none!important}.search-and-sidebar-togglers .search-trigger+.sidebar-toggler{margin-left:10px}.menu-position-top.sidebar-position-left .main-content-m,.menu-position-top.sidebar-position-right .main-content-m{display:block;overflow:hidden}.menu-position-top.sidebar-position-left .main-content-m .main-content-i,.menu-position-top.sidebar-position-right .main-content-m .main-content-i{display:block}.menu-position-top.sidebar-position-left>.primary-sidebar-wrapper,.menu-position-top.sidebar-position-right>.primary-sidebar-wrapper{display:block;position:fixed;right:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.5);box-shadow:0 5px 5px 0 rgba(0,0,0,.5);top:0;padding-top:49px;bottom:0;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;z-index:9998;overflow:hidden}.menu-position-top.sidebar-position-left .main-content-i,.menu-position-top.sidebar-position-right .main-content-i{margin-left:0;margin-right:0}.menu-position-left .sidebar-main-toggler,.menu-position-right .sidebar-main-toggler,.menu-position-top .sidebar-main-toggler{display:none!important}.menu-block form.search-form{margin-bottom:20px}.menu-position-top .main-content-w:before,.menu-position-left .main-content-w:before,.menu-position-right .main-content-w:before{-webkit-transition:all 0.4s ease;transition:all 0.4s ease;content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0);z-index:-1}.menu-position-top.sidebar-active .main-content-w,.menu-position-left.sidebar-active .main-content-w,.menu-position-right.sidebar-active .main-content-w{-webkit-transform:translateX(-135px);-moz-transform:translateX(-135px);-ms-transform:translateX(-135px);-o-transform:translateX(-135px);transform:translateX(-135px)}.menu-position-top.sidebar-active .main-content-w:before,.menu-position-left.sidebar-active .main-content-w:before,.menu-position-right.sidebar-active .main-content-w:before{content:"";position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);z-index:9997;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}.menu-position-top.sidebar-active>.primary-sidebar-wrapper,.menu-position-left.sidebar-active>.primary-sidebar-wrapper,.menu-position-right.sidebar-active>.primary-sidebar-wrapper{display:block!important;z-index:9998;max-width:100%;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.menu-position-top.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,.menu-position-left.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,.menu-position-right.sidebar-active>.primary-sidebar-wrapper .primary-sidebar{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-left:none!important}}@media (max-width:1200px){.lightbox-post-w{width:650px}.post-next-lightbox{left:auto;right:10px;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.post-next-lightbox.make-visible{-webkit-transform:translate(20px,-50%);-moz-transform:translate(20px,-50%);-ms-transform:translate(20px,-50%);-o-transform:translate(20px,-50%);transform:translate(20px,-50%)}.post-prev-lightbox{left:10px;right:auto;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.post-prev-lightbox.make-visible{-webkit-transform:translate(-20px,-50%);-moz-transform:translate(-20px,-50%);-ms-transform:translate(-20px,-50%);-o-transform:translate(-20px,-50%);transform:translate(-20px,-50%)}}@media (max-width:1050px){.lightbox-post-w{width:550px}.post-prev-lightbox,.post-next-lightbox{padding:10px;width:130px}.post-prev-lightbox h4,.post-next-lightbox h4{font-size:14px}.post-prev-lightbox .post-next-prev-image,.post-next-lightbox .post-next-prev-image{width:100%;height:120px}.post-next-lightbox{left:auto;right:10px;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.post-next-lightbox.make-visible{-webkit-transform:translate(20px,-50%);-moz-transform:translate(20px,-50%);-ms-transform:translate(20px,-50%);-o-transform:translate(20px,-50%);transform:translate(20px,-50%)}.post-prev-lightbox{left:10px;right:auto;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.post-prev-lightbox.make-visible{-webkit-transform:translate(-20px,-50%);-moz-transform:translate(-20px,-50%);-ms-transform:translate(-20px,-50%);-o-transform:translate(-20px,-50%);transform:translate(-20px,-50%)}}@media (max-width:991px){.active-search-form .main-search-form{top:80px;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}.all-wrapper{padding-top:49px}.main-search-form{border-radius:4px}.main-search-form form .search-field-w:before{font-size:18px;left:10px}.main-search-form form .search-field{padding:15px;padding-left:40px;font-size:16px}.main-search-form form .search-submit{font-size:16px;padding:4px 15px;border-radius:4px}}@media (max-width:600px){.lightbox-post-w{width:96%}.post-next-lightbox,.post-prev-lightbox{width:47%;height:8%;display:flex;align-items:center}.post-next-lightbox .post-next-prev-image,.post-prev-lightbox .post-next-prev-image{height:auto;align-self:stretch;margin-bottom:0;flex:0 0 40px}.post-next-lightbox .post-next-prev-nav-arrow,.post-prev-lightbox .post-next-prev-nav-arrow{position:relative;top:auto;left:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;padding:10px;padding-left:0;background-color:transparent;color:#111}.post-next-lightbox h4,.post-prev-lightbox h4{padding:10px;margin-bottom:0;align-self:top;overflow:hidden;height:33px;padding:0}.post-next-lightbox{flex-direction:row-reverse}.post-next-lightbox .post-next-prev-nav-arrow{padding-right:0;padding-left:10px}.post-next-lightbox h4{padding-right:10px}.post-prev-lightbox{bottom:1%;top:auto;left:2%;-webkit-transform:translate(10px,0);-moz-transform:translate(10px,0);-ms-transform:translate(10px,0);-o-transform:translate(10px,0);transform:translate(10px,0)}.post-prev-lightbox.make-visible{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.post-prev-lightbox h4{padding-left:10px}.post-next-lightbox{bottom:1%;top:auto;right:2%;-webkit-transform:translate(-10px,0);-moz-transform:translate(-10px,0);-ms-transform:translate(-10px,0);-o-transform:translate(-10px,0);transform:translate(-10px,0)}.post-next-lightbox.make-visible{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}}