.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.qa,.qab,.qad,.qal,.qar,.qas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.qa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.qa-xs{font-size:.75em}.qa-sm{font-size:.875em}.qa-1x{font-size:1em}.qa-2x{font-size:2em}.qa-3x{font-size:3em}.qa-4x{font-size:4em}.qa-5x{font-size:5em}.qa-6x{font-size:6em}.qa-7x{font-size:7em}.qa-8x{font-size:8em}.qa-9x{font-size:9em}.qa-10x{font-size:10em}.qa-fw{text-align:center;width:1.25em}.qa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.qa-ul>li{position:relative}.qa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.qa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.qa-pull-left{float:left}.qa-pull-right{float:right}.qa.qa-pull-left,.qab.qa-pull-left,.qal.qa-pull-left,.qar.qa-pull-left,.qas.qa-pull-left{margin-right:.3em}.qa.qa-pull-right,.qab.qa-pull-right,.qal.qa-pull-right,.qar.qa-pull-right,.qas.qa-pull-right{margin-left:.3em}.qa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.qa-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)}}.qa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.qa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.qa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.qa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.qa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.qa-flip-both,.qa-flip-horizontal.qa-flip-vertical,.qa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.qa-flip-both,.qa-flip-horizontal.qa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .qa-flip-both,:root .qa-flip-horizontal,:root .qa-flip-vertical,:root .qa-rotate-90,:root .qa-rotate-180,:root .qa-rotate-270{-webkit-filter:none;filter:none}.qa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.qa-stack-1x,.qa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.qa-stack-1x{line-height:inherit}.qa-stack-2x{font-size:2em}.qa-inverse{color:#fff}.qa-500px:before{content:"\f26e"}.qa-accessible-icon:before{content:"\f368"}.qa-accusoft:before{content:"\f369"}.qa-acquisitions-incorporated:before{content:"\f6af"}.qa-ad:before{content:"\f641"}.qa-address-book:before{content:"\f2b9"}.qa-address-card:before{content:"\f2bb"}.qa-adjust:before{content:"\f042"}.qa-adn:before{content:"\f170"}.qa-adobe:before{content:"\f778"}.qa-adversal:before{content:"\f36a"}.qa-affiliatetheme:before{content:"\f36b"}.qa-air-freshener:before{content:"\f5d0"}.qa-airbnb:before{content:"\f834"}.qa-algolia:before{content:"\f36c"}.qa-align-center:before{content:"\f037"}.qa-align-justify:before{content:"\f039"}.qa-align-left:before{content:"\f036"}.qa-align-right:before{content:"\f038"}.qa-alipay:before{content:"\f642"}.qa-allergies:before{content:"\f461"}.qa-amazon:before{content:"\f270"}.qa-amazon-pay:before{content:"\f42c"}.qa-ambulance:before{content:"\f0f9"}.qa-american-sign-language-interpreting:before{content:"\f2a3"}.qa-amilia:before{content:"\f36d"}.qa-anchor:before{content:"\f13d"}.qa-android:before{content:"\f17b"}.qa-angellist:before{content:"\f209"}.qa-angle-double-down:before{content:"\f103"}.qa-angle-double-left:before{content:"\f100"}.qa-angle-double-right:before{content:"\f101"}.qa-angle-double-up:before{content:"\f102"}.qa-angle-down:before{content:"\f107"}.qa-angle-left:before{content:"\f104"}.qa-angle-right:before{content:"\f105"}.qa-angle-up:before{content:"\f106"}.qa-angry:before{content:"\f556"}.qa-angrycreative:before{content:"\f36e"}.qa-angular:before{content:"\f420"}.qa-ankh:before{content:"\f644"}.qa-app-store:before{content:"\f36f"}.qa-app-store-ios:before{content:"\f370"}.qa-apper:before{content:"\f371"}.qa-apple:before{content:"\f179"}.qa-apple-alt:before{content:"\f5d1"}.qa-apple-pay:before{content:"\f415"}.qa-archive:before{content:"\f187"}.qa-archway:before{content:"\f557"}.qa-arrow-alt-circle-down:before{content:"\f358"}.qa-arrow-alt-circle-left:before{content:"\f359"}.qa-arrow-alt-circle-right:before{content:"\f35a"}.qa-arrow-alt-circle-up:before{content:"\f35b"}.qa-arrow-circle-down:before{content:"\f0ab"}.qa-arrow-circle-left:before{content:"\f0a8"}.qa-arrow-circle-right:before{content:"\f0a9"}.qa-arrow-circle-up:before{content:"\f0aa"}.qa-arrow-down:before{content:"\f063"}.qa-arrow-left:before{content:"\f060"}.qa-arrow-right:before{content:"\f061"}.qa-arrow-up:before{content:"\f062"}.qa-arrows-alt:before{content:"\f0b2"}.qa-arrows-alt-h:before{content:"\f337"}.qa-arrows-alt-v:before{content:"\f338"}.qa-artstation:before{content:"\f77a"}.qa-assistive-listening-systems:before{content:"\f2a2"}.qa-asterisk:before{content:"\f069"}.qa-asymmetrik:before{content:"\f372"}.qa-at:before{content:"\f1fa"}.qa-atlas:before{content:"\f558"}.qa-atlassian:before{content:"\f77b"}.qa-atom:before{content:"\f5d2"}.qa-audible:before{content:"\f373"}.qa-audio-description:before{content:"\f29e"}.qa-autoprefixer:before{content:"\f41c"}.qa-avianex:before{content:"\f374"}.qa-aviato:before{content:"\f421"}.qa-award:before{content:"\f559"}.qa-aws:before{content:"\f375"}.qa-baby:before{content:"\f77c"}.qa-baby-carriage:before{content:"\f77d"}.qa-backspace:before{content:"\f55a"}.qa-backward:before{content:"\f04a"}.qa-bacon:before{content:"\f7e5"}.qa-bacteria:before{content:"\f959"}.qa-bacterium:before{content:"\f95a"}.qa-bahai:before{content:"\f666"}.qa-balance-scale:before{content:"\f24e"}.qa-balance-scale-left:before{content:"\f515"}.qa-balance-scale-right:before{content:"\f516"}.qa-ban:before{content:"\f05e"}.qa-band-aid:before{content:"\f462"}.qa-bandcamp:before{content:"\f2d5"}.qa-barcode:before{content:"\f02a"}.qa-bars:before{content:"\f0c9"}.qa-baseball-ball:before{content:"\f433"}.qa-basketball-ball:before{content:"\f434"}.qa-bath:before{content:"\f2cd"}.qa-battery-empty:before{content:"\f244"}.qa-battery-full:before{content:"\f240"}.qa-battery-half:before{content:"\f242"}.qa-battery-quarter:before{content:"\f243"}.qa-battery-three-quarters:before{content:"\f241"}.qa-battle-net:before{content:"\f835"}.qa-bed:before{content:"\f236"}.qa-beer:before{content:"\f0fc"}.qa-behance:before{content:"\f1b4"}.qa-behance-square:before{content:"\f1b5"}.qa-bell:before{content:"\f0f3"}.qa-bell-slash:before{content:"\f1f6"}.qa-bezier-curve:before{content:"\f55b"}.qa-bible:before{content:"\f647"}.qa-bicycle:before{content:"\f206"}.qa-biking:before{content:"\f84a"}.qa-bimobject:before{content:"\f378"}.qa-binoculars:before{content:"\f1e5"}.qa-biohazard:before{content:"\f780"}.qa-birthday-cake:before{content:"\f1fd"}.qa-bitbucket:before{content:"\f171"}.qa-bitcoin:before{content:"\f379"}.qa-bity:before{content:"\f37a"}.qa-black-tie:before{content:"\f27e"}.qa-blackberry:before{content:"\f37b"}.qa-blender:before{content:"\f517"}.qa-blender-phone:before{content:"\f6b6"}.qa-blind:before{content:"\f29d"}.qa-blog:before{content:"\f781"}.qa-blogger:before{content:"\f37c"}.qa-blogger-b:before{content:"\f37d"}.qa-bluetooth:before{content:"\f293"}.qa-bluetooth-b:before{content:"\f294"}.qa-bold:before{content:"\f032"}.qa-bolt:before{content:"\f0e7"}.qa-bomb:before{content:"\f1e2"}.qa-bone:before{content:"\f5d7"}.qa-bong:before{content:"\f55c"}.qa-book:before{content:"\f02d"}.qa-book-dead:before{content:"\f6b7"}.qa-book-medical:before{content:"\f7e6"}.qa-book-open:before{content:"\f518"}.qa-book-reader:before{content:"\f5da"}.qa-bookmark:before{content:"\f02e"}.qa-bootstrap:before{content:"\f836"}.qa-border-all:before{content:"\f84c"}.qa-border-none:before{content:"\f850"}.qa-border-style:before{content:"\f853"}.qa-bowling-ball:before{content:"\f436"}.qa-box:before{content:"\f466"}.qa-box-open:before{content:"\f49e"}.qa-box-tissue:before{content:"\f95b"}.qa-boxes:before{content:"\f468"}.qa-braille:before{content:"\f2a1"}.qa-brain:before{content:"\f5dc"}.qa-bread-slice:before{content:"\f7ec"}.qa-briefcase:before{content:"\f0b1"}.qa-briefcase-medical:before{content:"\f469"}.qa-broadcast-tower:before{content:"\f519"}.qa-broom:before{content:"\f51a"}.qa-brush:before{content:"\f55d"}.qa-btc:before{content:"\f15a"}.qa-buffer:before{content:"\f837"}.qa-bug:before{content:"\f188"}.qa-building:before{content:"\f1ad"}.qa-bullhorn:before{content:"\f0a1"}.qa-bullseye:before{content:"\f140"}.qa-burn:before{content:"\f46a"}.qa-buromobelexperte:before{content:"\f37f"}.qa-bus:before{content:"\f207"}.qa-bus-alt:before{content:"\f55e"}.qa-business-time:before{content:"\f64a"}.qa-buy-n-large:before{content:"\f8a6"}.qa-buysellads:before{content:"\f20d"}.qa-calculator:before{content:"\f1ec"}.qa-calendar:before{content:"\f133"}.qa-calendar-alt:before{content:"\f073"}.qa-calendar-check:before{content:"\f274"}.qa-calendar-day:before{content:"\f783"}.qa-calendar-minus:before{content:"\f272"}.qa-calendar-plus:before{content:"\f271"}.qa-calendar-times:before{content:"\f273"}.qa-calendar-week:before{content:"\f784"}.qa-camera:before{content:"\f030"}.qa-camera-retro:before{content:"\f083"}.qa-campground:before{content:"\f6bb"}.qa-canadian-maple-leaf:before{content:"\f785"}.qa-candy-cane:before{content:"\f786"}.qa-cannabis:before{content:"\f55f"}.qa-capsules:before{content:"\f46b"}.qa-car:before{content:"\f1b9"}.qa-car-alt:before{content:"\f5de"}.qa-car-battery:before{content:"\f5df"}.qa-car-crash:before{content:"\f5e1"}.qa-car-side:before{content:"\f5e4"}.qa-caravan:before{content:"\f8ff"}.qa-caret-down:before{content:"\f0d7"}.qa-caret-left:before{content:"\f0d9"}.qa-caret-right:before{content:"\f0da"}.qa-caret-square-down:before{content:"\f150"}.qa-caret-square-left:before{content:"\f191"}.qa-caret-square-right:before{content:"\f152"}.qa-caret-square-up:before{content:"\f151"}.qa-caret-up:before{content:"\f0d8"}.qa-carrot:before{content:"\f787"}.qa-cart-arrow-down:before{content:"\f218"}.qa-cart-plus:before{content:"\f217"}.qa-cash-register:before{content:"\f788"}.qa-cat:before{content:"\f6be"}.qa-cc-amazon-pay:before{content:"\f42d"}.qa-cc-amex:before{content:"\f1f3"}.qa-cc-apple-pay:before{content:"\f416"}.qa-cc-diners-club:before{content:"\f24c"}.qa-cc-discover:before{content:"\f1f2"}.qa-cc-jcb:before{content:"\f24b"}.qa-cc-mastercard:before{content:"\f1f1"}.qa-cc-paypal:before{content:"\f1f4"}.qa-cc-stripe:before{content:"\f1f5"}.qa-cc-visa:before{content:"\f1f0"}.qa-centercode:before{content:"\f380"}.qa-centos:before{content:"\f789"}.qa-certificate:before{content:"\f0a3"}.qa-chair:before{content:"\f6c0"}.qa-chalkboard:before{content:"\f51b"}.qa-chalkboard-teacher:before{content:"\f51c"}.qa-charging-station:before{content:"\f5e7"}.qa-chart-area:before{content:"\f1fe"}.qa-chart-bar:before{content:"\f080"}.qa-chart-line:before{content:"\f201"}.qa-chart-pie:before{content:"\f200"}.qa-check:before{content:"\f00c"}.qa-check-circle:before{content:"\f058"}.qa-check-double:before{content:"\f560"}.qa-check-square:before{content:"\f14a"}.qa-cheese:before{content:"\f7ef"}.qa-chess:before{content:"\f439"}.qa-chess-bishop:before{content:"\f43a"}.qa-chess-board:before{content:"\f43c"}.qa-chess-king:before{content:"\f43f"}.qa-chess-knight:before{content:"\f441"}.qa-chess-pawn:before{content:"\f443"}.qa-chess-queen:before{content:"\f445"}.qa-chess-rook:before{content:"\f447"}.qa-chevron-circle-down:before{content:"\f13a"}.qa-chevron-circle-left:before{content:"\f137"}.qa-chevron-circle-right:before{content:"\f138"}.qa-chevron-circle-up:before{content:"\f139"}.qa-chevron-down:before{content:"\f078"}.qa-chevron-left:before{content:"\f053"}.qa-chevron-right:before{content:"\f054"}.qa-chevron-up:before{content:"\f077"}.qa-child:before{content:"\f1ae"}.qa-chrome:before{content:"\f268"}.qa-chromecast:before{content:"\f838"}.qa-church:before{content:"\f51d"}.qa-circle:before{content:"\f111"}.qa-circle-notch:before{content:"\f1ce"}.qa-city:before{content:"\f64f"}.qa-clinic-medical:before{content:"\f7f2"}.qa-clipboard:before{content:"\f328"}.qa-clipboard-check:before{content:"\f46c"}.qa-clipboard-list:before{content:"\f46d"}.qa-clock:before{content:"\f017"}.qa-clone:before{content:"\f24d"}.qa-closed-captioning:before{content:"\f20a"}.qa-cloud:before{content:"\f0c2"}.qa-cloud-download-alt:before{content:"\f381"}.qa-cloud-meatball:before{content:"\f73b"}.qa-cloud-moon:before{content:"\f6c3"}.qa-cloud-moon-rain:before{content:"\f73c"}.qa-cloud-rain:before{content:"\f73d"}.qa-cloud-showers-heavy:before{content:"\f740"}.qa-cloud-sun:before{content:"\f6c4"}.qa-cloud-sun-rain:before{content:"\f743"}.qa-cloud-upload-alt:before{content:"\f382"}.qa-cloudscale:before{content:"\f383"}.qa-cloudsmith:before{content:"\f384"}.qa-cloudversify:before{content:"\f385"}.qa-cocktail:before{content:"\f561"}.qa-code:before{content:"\f121"}.qa-code-branch:before{content:"\f126"}.qa-codepen:before{content:"\f1cb"}.qa-codiepie:before{content:"\f284"}.qa-coffee:before{content:"\f0f4"}.qa-cog:before{content:"\f013"}.qa-cogs:before{content:"\f085"}.qa-coins:before{content:"\f51e"}.qa-columns:before{content:"\f0db"}.qa-comment:before{content:"\f075"}.qa-comment-alt:before{content:"\f27a"}.qa-comment-dollar:before{content:"\f651"}.qa-comment-dots:before{content:"\f4ad"}.qa-comment-medical:before{content:"\f7f5"}.qa-comment-slash:before{content:"\f4b3"}.qa-comments:before{content:"\f086"}.qa-comments-dollar:before{content:"\f653"}.qa-compact-disc:before{content:"\f51f"}.qa-compass:before{content:"\f14e"}.qa-compress:before{content:"\f066"}.qa-compress-alt:before{content:"\f422"}.qa-compress-arrows-alt:before{content:"\f78c"}.qa-concierge-bell:before{content:"\f562"}.qa-confluence:before{content:"\f78d"}.qa-connectdevelop:before{content:"\f20e"}.qa-contao:before{content:"\f26d"}.qa-cookie:before{content:"\f563"}.qa-cookie-bite:before{content:"\f564"}.qa-copy:before{content:"\f0c5"}.qa-copyright:before{content:"\f1f9"}.qa-cotton-bureau:before{content:"\f89e"}.qa-couch:before{content:"\f4b8"}.qa-cpanel:before{content:"\f388"}.qa-creative-commons:before{content:"\f25e"}.qa-creative-commons-by:before{content:"\f4e7"}.qa-creative-commons-nc:before{content:"\f4e8"}.qa-creative-commons-nc-eu:before{content:"\f4e9"}.qa-creative-commons-nc-jp:before{content:"\f4ea"}.qa-creative-commons-nd:before{content:"\f4eb"}.qa-creative-commons-pd:before{content:"\f4ec"}.qa-creative-commons-pd-alt:before{content:"\f4ed"}.qa-creative-commons-remix:before{content:"\f4ee"}.qa-creative-commons-sa:before{content:"\f4ef"}.qa-creative-commons-sampling:before{content:"\f4f0"}.qa-creative-commons-sampling-plus:before{content:"\f4f1"}.qa-creative-commons-share:before{content:"\f4f2"}.qa-creative-commons-zero:before{content:"\f4f3"}.qa-credit-card:before{content:"\f09d"}.qa-critical-role:before{content:"\f6c9"}.qa-crop:before{content:"\f125"}.qa-crop-alt:before{content:"\f565"}.qa-cross:before{content:"\f654"}.qa-crosshairs:before{content:"\f05b"}.qa-crow:before{content:"\f520"}.qa-crown:before{content:"\f521"}.qa-crutch:before{content:"\f7f7"}.qa-css3:before{content:"\f13c"}.qa-css3-alt:before{content:"\f38b"}.qa-cube:before{content:"\f1b2"}.qa-cubes:before{content:"\f1b3"}.qa-cut:before{content:"\f0c4"}.qa-cuttlefish:before{content:"\f38c"}.qa-d-and-d:before{content:"\f38d"}.qa-d-and-d-beyond:before{content:"\f6ca"}.qa-dailymotion:before{content:"\f952"}.qa-dashcube:before{content:"\f210"}.qa-database:before{content:"\f1c0"}.qa-deaf:before{content:"\f2a4"}.qa-deezer:before{content:"\f977"}.qa-delicious:before{content:"\f1a5"}.qa-democrat:before{content:"\f747"}.qa-deploydog:before{content:"\f38e"}.qa-deskpro:before{content:"\f38f"}.qa-desktop:before{content:"\f108"}.qa-dev:before{content:"\f6cc"}.qa-deviantart:before{content:"\f1bd"}.qa-dharmachakra:before{content:"\f655"}.qa-dhl:before{content:"\f790"}.qa-diagnoses:before{content:"\f470"}.qa-diaspora:before{content:"\f791"}.qa-dice:before{content:"\f522"}.qa-dice-d20:before{content:"\f6cf"}.qa-dice-d6:before{content:"\f6d1"}.qa-dice-five:before{content:"\f523"}.qa-dice-four:before{content:"\f524"}.qa-dice-one:before{content:"\f525"}.qa-dice-six:before{content:"\f526"}.qa-dice-three:before{content:"\f527"}.qa-dice-two:before{content:"\f528"}.qa-digg:before{content:"\f1a6"}.qa-digital-ocean:before{content:"\f391"}.qa-digital-tachograph:before{content:"\f566"}.qa-directions:before{content:"\f5eb"}.qa-discord:before{content:"\f392"}.qa-discourse:before{content:"\f393"}.qa-disease:before{content:"\f7fa"}.qa-divide:before{content:"\f529"}.qa-dizzy:before{content:"\f567"}.qa-dna:before{content:"\f471"}.qa-dochub:before{content:"\f394"}.qa-docker:before{content:"\f395"}.qa-dog:before{content:"\f6d3"}.qa-dollar-sign:before{content:"\f155"}.qa-dolly:before{content:"\f472"}.qa-dolly-flatbed:before{content:"\f474"}.qa-donate:before{content:"\f4b9"}.qa-door-closed:before{content:"\f52a"}.qa-door-open:before{content:"\f52b"}.qa-dot-circle:before{content:"\f192"}.qa-dove:before{content:"\f4ba"}.qa-download:before{content:"\f019"}.qa-draft2digital:before{content:"\f396"}.qa-drafting-compass:before{content:"\f568"}.qa-dragon:before{content:"\f6d5"}.qa-draw-polygon:before{content:"\f5ee"}.qa-dribbble:before{content:"\f17d"}.qa-dribbble-square:before{content:"\f397"}.qa-dropbox:before{content:"\f16b"}.qa-drum:before{content:"\f569"}.qa-drum-steelpan:before{content:"\f56a"}.qa-drumstick-bite:before{content:"\f6d7"}.qa-drupal:before{content:"\f1a9"}.qa-dumbbell:before{content:"\f44b"}.qa-dumpster:before{content:"\f793"}.qa-dumpster-fire:before{content:"\f794"}.qa-dungeon:before{content:"\f6d9"}.qa-dyalog:before{content:"\f399"}.qa-earlybirds:before{content:"\f39a"}.qa-ebay:before{content:"\f4f4"}.qa-edge:before{content:"\f282"}.qa-edge-legacy:before{content:"\f978"}.qa-edit:before{content:"\f044"}.qa-egg:before{content:"\f7fb"}.qa-eject:before{content:"\f052"}.qa-elementor:before{content:"\f430"}.qa-ellipsis-h:before{content:"\f141"}.qa-ellipsis-v:before{content:"\f142"}.qa-ello:before{content:"\f5f1"}.qa-ember:before{content:"\f423"}.qa-empire:before{content:"\f1d1"}.qa-envelope:before{content:"\f0e0"}.qa-envelope-open:before{content:"\f2b6"}.qa-envelope-open-text:before{content:"\f658"}.qa-envelope-square:before{content:"\f199"}.qa-envira:before{content:"\f299"}.qa-equals:before{content:"\f52c"}.qa-eraser:before{content:"\f12d"}.qa-erlang:before{content:"\f39d"}.qa-ethereum:before{content:"\f42e"}.qa-ethernet:before{content:"\f796"}.qa-etsy:before{content:"\f2d7"}.qa-euro-sign:before{content:"\f153"}.qa-evernote:before{content:"\f839"}.qa-exchange-alt:before{content:"\f362"}.qa-exclamation:before{content:"\f12a"}.qa-exclamation-circle:before{content:"\f06a"}.qa-exclamation-triangle:before{content:"\f071"}.qa-expand:before{content:"\f065"}.qa-expand-alt:before{content:"\f424"}.qa-expand-arrows-alt:before{content:"\f31e"}.qa-expeditedssl:before{content:"\f23e"}.qa-external-link-alt:before{content:"\f35d"}.qa-external-link-square-alt:before{content:"\f360"}.qa-eye:before{content:"\f06e"}.qa-eye-dropper:before{content:"\f1fb"}.qa-eye-slash:before{content:"\f070"}.qa-facebook:before{content:"\f09a"}.qa-facebook-f:before{content:"\f39e"}.qa-facebook-messenger:before{content:"\f39f"}.qa-facebook-square:before{content:"\f082"}.qa-fan:before{content:"\f863"}.qa-fantasy-flight-games:before{content:"\f6dc"}.qa-fast-backward:before{content:"\f049"}.qa-fast-forward:before{content:"\f050"}.qa-faucet:before{content:"\f905"}.qa-fax:before{content:"\f1ac"}.qa-feather:before{content:"\f52d"}.qa-feather-alt:before{content:"\f56b"}.qa-fedex:before{content:"\f797"}.qa-fedora:before{content:"\f798"}.qa-female:before{content:"\f182"}.qa-fighter-jet:before{content:"\f0fb"}.qa-figma:before{content:"\f799"}.qa-file:before{content:"\f15b"}.qa-file-alt:before{content:"\f15c"}.qa-file-archive:before{content:"\f1c6"}.qa-file-audio:before{content:"\f1c7"}.qa-file-code:before{content:"\f1c9"}.qa-file-contract:before{content:"\f56c"}.qa-file-csv:before{content:"\f6dd"}.qa-file-download:before{content:"\f56d"}.qa-file-excel:before{content:"\f1c3"}.qa-file-export:before{content:"\f56e"}.qa-file-image:before{content:"\f1c5"}.qa-file-import:before{content:"\f56f"}.qa-file-invoice:before{content:"\f570"}.qa-file-invoice-dollar:before{content:"\f571"}.qa-file-medical:before{content:"\f477"}.qa-file-medical-alt:before{content:"\f478"}.qa-file-pdf:before{content:"\f1c1"}.qa-file-powerpoint:before{content:"\f1c4"}.qa-file-prescription:before{content:"\f572"}.qa-file-signature:before{content:"\f573"}.qa-file-upload:before{content:"\f574"}.qa-file-video:before{content:"\f1c8"}.qa-file-word:before{content:"\f1c2"}.qa-fill:before{content:"\f575"}.qa-fill-drip:before{content:"\f576"}.qa-film:before{content:"\f008"}.qa-filter:before{content:"\f0b0"}.qa-fingerprint:before{content:"\f577"}.qa-fire:before{content:"\f06d"}.qa-fire-alt:before{content:"\f7e4"}.qa-fire-extinguisher:before{content:"\f134"}.qa-firefox:before{content:"\f269"}.qa-firefox-browser:before{content:"\f907"}.qa-first-aid:before{content:"\f479"}.qa-first-order:before{content:"\f2b0"}.qa-first-order-alt:before{content:"\f50a"}.qa-firstdraft:before{content:"\f3a1"}.qa-fish:before{content:"\f578"}.qa-fist-raised:before{content:"\f6de"}.qa-flag:before{content:"\f024"}.qa-flag-checkered:before{content:"\f11e"}.qa-flag-usa:before{content:"\f74d"}.qa-flask:before{content:"\f0c3"}.qa-flickr:before{content:"\f16e"}.qa-flipboard:before{content:"\f44d"}.qa-flushed:before{content:"\f579"}.qa-fly:before{content:"\f417"}.qa-folder:before{content:"\f07b"}.qa-folder-minus:before{content:"\f65d"}.qa-folder-open:before{content:"\f07c"}.qa-folder-plus:before{content:"\f65e"}.qa-font:before{content:"\f031"}.qa-font-awesome:before{content:"\f2b4"}.qa-font-awesome-alt:before{content:"\f35c"}.qa-font-awesome-flag:before{content:"\f425"}.qa-font-awesome-logo-full:before{content:"\f4e6"}.qa-fonticons:before{content:"\f280"}.qa-fonticons-fi:before{content:"\f3a2"}.qa-football-ball:before{content:"\f44e"}.qa-fort-awesome:before{content:"\f286"}.qa-fort-awesome-alt:before{content:"\f3a3"}.qa-forumbee:before{content:"\f211"}.qa-forward:before{content:"\f04e"}.qa-foursquare:before{content:"\f180"}.qa-free-code-camp:before{content:"\f2c5"}.qa-freebsd:before{content:"\f3a4"}.qa-frog:before{content:"\f52e"}.qa-frown:before{content:"\f119"}.qa-frown-open:before{content:"\f57a"}.qa-fulcrum:before{content:"\f50b"}.qa-funnel-dollar:before{content:"\f662"}.qa-futbol:before{content:"\f1e3"}.qa-galactic-republic:before{content:"\f50c"}.qa-galactic-senate:before{content:"\f50d"}.qa-gamepad:before{content:"\f11b"}.qa-gas-pump:before{content:"\f52f"}.qa-gavel:before{content:"\f0e3"}.qa-gem:before{content:"\f3a5"}.qa-genderless:before{content:"\f22d"}.qa-get-pocket:before{content:"\f265"}.qa-gg:before{content:"\f260"}.qa-gg-circle:before{content:"\f261"}.qa-ghost:before{content:"\f6e2"}.qa-gift:before{content:"\f06b"}.qa-gifts:before{content:"\f79c"}.qa-git:before{content:"\f1d3"}.qa-git-alt:before{content:"\f841"}.qa-git-square:before{content:"\f1d2"}.qa-github:before{content:"\f09b"}.qa-github-alt:before{content:"\f113"}.qa-github-square:before{content:"\f092"}.qa-gitkraken:before{content:"\f3a6"}.qa-gitlab:before{content:"\f296"}.qa-gitter:before{content:"\f426"}.qa-glass-cheers:before{content:"\f79f"}.qa-glass-martini:before{content:"\f000"}.qa-glass-martini-alt:before{content:"\f57b"}.qa-glass-whiskey:before{content:"\f7a0"}.qa-glasses:before{content:"\f530"}.qa-glide:before{content:"\f2a5"}.qa-glide-g:before{content:"\f2a6"}.qa-globe:before{content:"\f0ac"}.qa-globe-africa:before{content:"\f57c"}.qa-globe-americas:before{content:"\f57d"}.qa-globe-asia:before{content:"\f57e"}.qa-globe-europe:before{content:"\f7a2"}.qa-gofore:before{content:"\f3a7"}.qa-golf-ball:before{content:"\f450"}.qa-goodreads:before{content:"\f3a8"}.qa-goodreads-g:before{content:"\f3a9"}.qa-google:before{content:"\f1a0"}.qa-google-drive:before{content:"\f3aa"}.qa-google-pay:before{content:"\f979"}.qa-google-play:before{content:"\f3ab"}.qa-google-plus:before{content:"\f2b3"}.qa-google-plus-g:before{content:"\f0d5"}.qa-google-plus-square:before{content:"\f0d4"}.qa-google-wallet:before{content:"\f1ee"}.qa-gopuram:before{content:"\f664"}.qa-graduation-cap:before{content:"\f19d"}.qa-gratipay:before{content:"\f184"}.qa-grav:before{content:"\f2d6"}.qa-greater-than:before{content:"\f531"}.qa-greater-than-equal:before{content:"\f532"}.qa-grimace:before{content:"\f57f"}.qa-grin:before{content:"\f580"}.qa-grin-alt:before{content:"\f581"}.qa-grin-beam:before{content:"\f582"}.qa-grin-beam-sweat:before{content:"\f583"}.qa-grin-hearts:before{content:"\f584"}.qa-grin-squint:before{content:"\f585"}.qa-grin-squint-tears:before{content:"\f586"}.qa-grin-stars:before{content:"\f587"}.qa-grin-tears:before{content:"\f588"}.qa-grin-tongue:before{content:"\f589"}.qa-grin-tongue-squint:before{content:"\f58a"}.qa-grin-tongue-wink:before{content:"\f58b"}.qa-grin-wink:before{content:"\f58c"}.qa-grip-horizontal:before{content:"\f58d"}.qa-grip-lines:before{content:"\f7a4"}.qa-grip-lines-vertical:before{content:"\f7a5"}.qa-grip-vertical:before{content:"\f58e"}.qa-gripfire:before{content:"\f3ac"}.qa-grunt:before{content:"\f3ad"}.qa-guitar:before{content:"\f7a6"}.qa-gulp:before{content:"\f3ae"}.qa-h-square:before{content:"\f0fd"}.qa-hacker-news:before{content:"\f1d4"}.qa-hacker-news-square:before{content:"\f3af"}.qa-hackerrank:before{content:"\f5f7"}.qa-hamburger:before{content:"\f805"}.qa-hammer:before{content:"\f6e3"}.qa-hamsa:before{content:"\f665"}.qa-hand-holding:before{content:"\f4bd"}.qa-hand-holding-heart:before{content:"\f4be"}.qa-hand-holding-medical:before{content:"\f95c"}.qa-hand-holding-usd:before{content:"\f4c0"}.qa-hand-holding-water:before{content:"\f4c1"}.qa-hand-lizard:before{content:"\f258"}.qa-hand-middle-finger:before{content:"\f806"}.qa-hand-paper:before{content:"\f256"}.qa-hand-peace:before{content:"\f25b"}.qa-hand-point-down:before{content:"\f0a7"}.qa-hand-point-left:before{content:"\f0a5"}.qa-hand-point-right:before{content:"\f0a4"}.qa-hand-point-up:before{content:"\f0a6"}.qa-hand-pointer:before{content:"\f25a"}.qa-hand-rock:before{content:"\f255"}.qa-hand-scissors:before{content:"\f257"}.qa-hand-sparkles:before{content:"\f95d"}.qa-hand-spock:before{content:"\f259"}.qa-hands:before{content:"\f4c2"}.qa-hands-helping:before{content:"\f4c4"}.qa-hands-wash:before{content:"\f95e"}.qa-handshake:before{content:"\f2b5"}.qa-handshake-alt-slash:before{content:"\f95f"}.qa-handshake-slash:before{content:"\f960"}.qa-hanukiah:before{content:"\f6e6"}.qa-hard-hat:before{content:"\f807"}.qa-hashtag:before{content:"\f292"}.qa-hat-cowboy:before{content:"\f8c0"}.qa-hat-cowboy-side:before{content:"\f8c1"}.qa-hat-wizard:before{content:"\f6e8"}.qa-hdd:before{content:"\f0a0"}.qa-head-side-cough:before{content:"\f961"}.qa-head-side-cough-slash:before{content:"\f962"}.qa-head-side-mask:before{content:"\f963"}.qa-head-side-virus:before{content:"\f964"}.qa-heading:before{content:"\f1dc"}.qa-headphones:before{content:"\f025"}.qa-headphones-alt:before{content:"\f58f"}.qa-headset:before{content:"\f590"}.qa-heart:before{content:"\f004"}.qa-heart-broken:before{content:"\f7a9"}.qa-heartbeat:before{content:"\f21e"}.qa-helicopter:before{content:"\f533"}.qa-highlighter:before{content:"\f591"}.qa-hiking:before{content:"\f6ec"}.qa-hippo:before{content:"\f6ed"}.qa-hips:before{content:"\f452"}.qa-hire-a-helper:before{content:"\f3b0"}.qa-history:before{content:"\f1da"}.qa-hockey-puck:before{content:"\f453"}.qa-holly-berry:before{content:"\f7aa"}.qa-home:before{content:"\f015"}.qa-hooli:before{content:"\f427"}.qa-hornbill:before{content:"\f592"}.qa-horse:before{content:"\f6f0"}.qa-horse-head:before{content:"\f7ab"}.qa-hospital:before{content:"\f0f8"}.qa-hospital-alt:before{content:"\f47d"}.qa-hospital-symbol:before{content:"\f47e"}.qa-hospital-user:before{content:"\f80d"}.qa-hot-tub:before{content:"\f593"}.qa-hotdog:before{content:"\f80f"}.qa-hotel:before{content:"\f594"}.qa-hotjar:before{content:"\f3b1"}.qa-hourglass:before{content:"\f254"}.qa-hourglass-end:before{content:"\f253"}.qa-hourglass-half:before{content:"\f252"}.qa-hourglass-start:before{content:"\f251"}.qa-house-damage:before{content:"\f6f1"}.qa-house-user:before{content:"\f965"}.qa-houzz:before{content:"\f27c"}.qa-hryvnia:before{content:"\f6f2"}.qa-html5:before{content:"\f13b"}.qa-hubspot:before{content:"\f3b2"}.qa-i-cursor:before{content:"\f246"}.qa-ice-cream:before{content:"\f810"}.qa-icicles:before{content:"\f7ad"}.qa-icons:before{content:"\f86d"}.qa-id-badge:before{content:"\f2c1"}.qa-id-card:before{content:"\f2c2"}.qa-id-card-alt:before{content:"\f47f"}.qa-ideal:before{content:"\f913"}.qa-igloo:before{content:"\f7ae"}.qa-image:before{content:"\f03e"}.qa-images:before{content:"\f302"}.qa-imdb:before{content:"\f2d8"}.qa-inbox:before{content:"\f01c"}.qa-indent:before{content:"\f03c"}.qa-industry:before{content:"\f275"}.qa-infinity:before{content:"\f534"}.qa-info:before{content:"\f129"}.qa-info-circle:before{content:"\f05a"}.qa-instagram:before{content:"\f16d"}.qa-instagram-square:before{content:"\f955"}.qa-intercom:before{content:"\f7af"}.qa-internet-explorer:before{content:"\f26b"}.qa-invision:before{content:"\f7b0"}.qa-ioxhost:before{content:"\f208"}.qa-italic:before{content:"\f033"}.qa-itch-io:before{content:"\f83a"}.qa-itunes:before{content:"\f3b4"}.qa-itunes-note:before{content:"\f3b5"}.qa-java:before{content:"\f4e4"}.qa-jedi:before{content:"\f669"}.qa-jedi-order:before{content:"\f50e"}.qa-jenkins:before{content:"\f3b6"}.qa-jira:before{content:"\f7b1"}.qa-joget:before{content:"\f3b7"}.qa-joint:before{content:"\f595"}.qa-joomla:before{content:"\f1aa"}.qa-journal-whills:before{content:"\f66a"}.qa-js:before{content:"\f3b8"}.qa-js-square:before{content:"\f3b9"}.qa-jsfiddle:before{content:"\f1cc"}.qa-kaaba:before{content:"\f66b"}.qa-kaggle:before{content:"\f5fa"}.qa-key:before{content:"\f084"}.qa-keybase:before{content:"\f4f5"}.qa-keyboard:before{content:"\f11c"}.qa-keycdn:before{content:"\f3ba"}.qa-khanda:before{content:"\f66d"}.qa-kickstarter:before{content:"\f3bb"}.qa-kickstarter-k:before{content:"\f3bc"}.qa-kiss:before{content:"\f596"}.qa-kiss-beam:before{content:"\f597"}.qa-kiss-wink-heart:before{content:"\f598"}.qa-kiwi-bird:before{content:"\f535"}.qa-korvue:before{content:"\f42f"}.qa-landmark:before{content:"\f66f"}.qa-language:before{content:"\f1ab"}.qa-laptop:before{content:"\f109"}.qa-laptop-code:before{content:"\f5fc"}.qa-laptop-house:before{content:"\f966"}.qa-laptop-medical:before{content:"\f812"}.qa-laravel:before{content:"\f3bd"}.qa-lastfm:before{content:"\f202"}.qa-lastfm-square:before{content:"\f203"}.qa-laugh:before{content:"\f599"}.qa-laugh-beam:before{content:"\f59a"}.qa-laugh-squint:before{content:"\f59b"}.qa-laugh-wink:before{content:"\f59c"}.qa-layer-group:before{content:"\f5fd"}.qa-leaf:before{content:"\f06c"}.qa-leanpub:before{content:"\f212"}.qa-lemon:before{content:"\f094"}.qa-less:before{content:"\f41d"}.qa-less-than:before{content:"\f536"}.qa-less-than-equal:before{content:"\f537"}.qa-level-down-alt:before{content:"\f3be"}.qa-level-up-alt:before{content:"\f3bf"}.qa-life-ring:before{content:"\f1cd"}.qa-lightbulb:before{content:"\f0eb"}.qa-line:before{content:"\f3c0"}.qa-link:before{content:"\f0c1"}.qa-linkedin:before{content:"\f08c"}.qa-linkedin-in:before{content:"\f0e1"}.qa-linode:before{content:"\f2b8"}.qa-linux:before{content:"\f17c"}.qa-lira-sign:before{content:"\f195"}.qa-list:before{content:"\f03a"}.qa-list-alt:before{content:"\f022"}.qa-list-ol:before{content:"\f0cb"}.qa-list-ul:before{content:"\f0ca"}.qa-location-arrow:before{content:"\f124"}.qa-lock:before{content:"\f023"}.qa-lock-open:before{content:"\f3c1"}.qa-long-arrow-alt-down:before{content:"\f309"}.qa-long-arrow-alt-left:before{content:"\f30a"}.qa-long-arrow-alt-right:before{content:"\f30b"}.qa-long-arrow-alt-up:before{content:"\f30c"}.qa-low-vision:before{content:"\f2a8"}.qa-luggage-cart:before{content:"\f59d"}.qa-lungs:before{content:"\f604"}.qa-lungs-virus:before{content:"\f967"}.qa-lyft:before{content:"\f3c3"}.qa-magento:before{content:"\f3c4"}.qa-magic:before{content:"\f0d0"}.qa-magnet:before{content:"\f076"}.qa-mail-bulk:before{content:"\f674"}.qa-mailchimp:before{content:"\f59e"}.qa-male:before{content:"\f183"}.qa-mandalorian:before{content:"\f50f"}.qa-map:before{content:"\f279"}.qa-map-marked:before{content:"\f59f"}.qa-map-marked-alt:before{content:"\f5a0"}.qa-map-marker:before{content:"\f041"}.qa-map-marker-alt:before{content:"\f3c5"}.qa-map-pin:before{content:"\f276"}.qa-map-signs:before{content:"\f277"}.qa-markdown:before{content:"\f60f"}.qa-marker:before{content:"\f5a1"}.qa-mars:before{content:"\f222"}.qa-mars-double:before{content:"\f227"}.qa-mars-stroke:before{content:"\f229"}.qa-mars-stroke-h:before{content:"\f22b"}.qa-mars-stroke-v:before{content:"\f22a"}.qa-mask:before{content:"\f6fa"}.qa-mastodon:before{content:"\f4f6"}.qa-maxcdn:before{content:"\f136"}.qa-mdb:before{content:"\f8ca"}.qa-medal:before{content:"\f5a2"}.qa-medapps:before{content:"\f3c6"}.qa-medium:before{content:"\f23a"}.qa-medium-m:before{content:"\f3c7"}.qa-medkit:before{content:"\f0fa"}.qa-medrt:before{content:"\f3c8"}.qa-meetup:before{content:"\f2e0"}.qa-megaport:before{content:"\f5a3"}.qa-meh:before{content:"\f11a"}.qa-meh-blank:before{content:"\f5a4"}.qa-meh-rolling-eyes:before{content:"\f5a5"}.qa-memory:before{content:"\f538"}.qa-mendeley:before{content:"\f7b3"}.qa-menorah:before{content:"\f676"}.qa-mercury:before{content:"\f223"}.qa-meteor:before{content:"\f753"}.qa-microblog:before{content:"\f91a"}.qa-microchip:before{content:"\f2db"}.qa-microphone:before{content:"\f130"}.qa-microphone-alt:before{content:"\f3c9"}.qa-microphone-alt-slash:before{content:"\f539"}.qa-microphone-slash:before{content:"\f131"}.qa-microscope:before{content:"\f610"}.qa-microsoft:before{content:"\f3ca"}.qa-minus:before{content:"\f068"}.qa-minus-circle:before{content:"\f056"}.qa-minus-square:before{content:"\f146"}.qa-mitten:before{content:"\f7b5"}.qa-mix:before{content:"\f3cb"}.qa-mixcloud:before{content:"\f289"}.qa-mixer:before{content:"\f956"}.qa-mizuni:before{content:"\f3cc"}.qa-mobile:before{content:"\f10b"}.qa-mobile-alt:before{content:"\f3cd"}.qa-modx:before{content:"\f285"}.qa-monero:before{content:"\f3d0"}.qa-money-bill:before{content:"\f0d6"}.qa-money-bill-alt:before{content:"\f3d1"}.qa-money-bill-wave:before{content:"\f53a"}.qa-money-bill-wave-alt:before{content:"\f53b"}.qa-money-check:before{content:"\f53c"}.qa-money-check-alt:before{content:"\f53d"}.qa-monument:before{content:"\f5a6"}.qa-moon:before{content:"\f186"}.qa-mortar-pestle:before{content:"\f5a7"}.qa-mosque:before{content:"\f678"}.qa-motorcycle:before{content:"\f21c"}.qa-mountain:before{content:"\f6fc"}.qa-mouse:before{content:"\f8cc"}.qa-mouse-pointer:before{content:"\f245"}.qa-mug-hot:before{content:"\f7b6"}.qa-music:before{content:"\f001"}.qa-napster:before{content:"\f3d2"}.qa-neos:before{content:"\f612"}.qa-network-wired:before{content:"\f6ff"}.qa-neuter:before{content:"\f22c"}.qa-newspaper:before{content:"\f1ea"}.qa-nimblr:before{content:"\f5a8"}.qa-node:before{content:"\f419"}.qa-node-js:before{content:"\f3d3"}.qa-not-equal:before{content:"\f53e"}.qa-notes-medical:before{content:"\f481"}.qa-npm:before{content:"\f3d4"}.qa-ns8:before{content:"\f3d5"}.qa-nutritionix:before{content:"\f3d6"}.qa-object-group:before{content:"\f247"}.qa-object-ungroup:before{content:"\f248"}.qa-odnoklassniki:before{content:"\f263"}.qa-odnoklassniki-square:before{content:"\f264"}.qa-oil-can:before{content:"\f613"}.qa-old-republic:before{content:"\f510"}.qa-om:before{content:"\f679"}.qa-opencart:before{content:"\f23d"}.qa-openid:before{content:"\f19b"}.qa-opera:before{content:"\f26a"}.qa-optin-monster:before{content:"\f23c"}.qa-orcid:before{content:"\f8d2"}.qa-osi:before{content:"\f41a"}.qa-otter:before{content:"\f700"}.qa-outdent:before{content:"\f03b"}.qa-page4:before{content:"\f3d7"}.qa-pagelines:before{content:"\f18c"}.qa-pager:before{content:"\f815"}.qa-paint-brush:before{content:"\f1fc"}.qa-paint-roller:before{content:"\f5aa"}.qa-palette:before{content:"\f53f"}.qa-palfed:before{content:"\f3d8"}.qa-pallet:before{content:"\f482"}.qa-paper-plane:before{content:"\f1d8"}.qa-paperclip:before{content:"\f0c6"}.qa-parachute-box:before{content:"\f4cd"}.qa-paragraph:before{content:"\f1dd"}.qa-parking:before{content:"\f540"}.qa-passport:before{content:"\f5ab"}.qa-pastafarianism:before{content:"\f67b"}.qa-paste:before{content:"\f0ea"}.qa-patreon:before{content:"\f3d9"}.qa-pause:before{content:"\f04c"}.qa-pause-circle:before{content:"\f28b"}.qa-paw:before{content:"\f1b0"}.qa-paypal:before{content:"\f1ed"}.qa-peace:before{content:"\f67c"}.qa-pen:before{content:"\f304"}.qa-pen-alt:before{content:"\f305"}.qa-pen-fancy:before{content:"\f5ac"}.qa-pen-nib:before{content:"\f5ad"}.qa-pen-square:before{content:"\f14b"}.qa-pencil-alt:before{content:"\f303"}.qa-pencil-ruler:before{content:"\f5ae"}.qa-penny-arcade:before{content:"\f704"}.qa-people-arrows:before{content:"\f968"}.qa-people-carry:before{content:"\f4ce"}.qa-pepper-hot:before{content:"\f816"}.qa-percent:before{content:"\f295"}.qa-percentage:before{content:"\f541"}.qa-periscope:before{content:"\f3da"}.qa-person-booth:before{content:"\f756"}.qa-phabricator:before{content:"\f3db"}.qa-phoenix-framework:before{content:"\f3dc"}.qa-phoenix-squadron:before{content:"\f511"}.qa-phone:before{content:"\f095"}.qa-phone-alt:before{content:"\f879"}.qa-phone-slash:before{content:"\f3dd"}.qa-phone-square:before{content:"\f098"}.qa-phone-square-alt:before{content:"\f87b"}.qa-phone-volume:before{content:"\f2a0"}.qa-photo-video:before{content:"\f87c"}.qa-php:before{content:"\f457"}.qa-pied-piper:before{content:"\f2ae"}.qa-pied-piper-alt:before{content:"\f1a8"}.qa-pied-piper-hat:before{content:"\f4e5"}.qa-pied-piper-pp:before{content:"\f1a7"}.qa-pied-piper-square:before{content:"\f91e"}.qa-piggy-bank:before{content:"\f4d3"}.qa-pills:before{content:"\f484"}.qa-pinterest:before{content:"\f0d2"}.qa-pinterest-p:before{content:"\f231"}.qa-pinterest-square:before{content:"\f0d3"}.qa-pizza-slice:before{content:"\f818"}.qa-place-of-worship:before{content:"\f67f"}.qa-plane:before{content:"\f072"}.qa-plane-arrival:before{content:"\f5af"}.qa-plane-departure:before{content:"\f5b0"}.qa-plane-slash:before{content:"\f969"}.qa-play:before{content:"\f04b"}.qa-play-circle:before{content:"\f144"}.qa-playstation:before{content:"\f3df"}.qa-plug:before{content:"\f1e6"}.qa-plus:before{content:"\f067"}.qa-plus-circle:before{content:"\f055"}.qa-plus-square:before{content:"\f0fe"}.qa-podcast:before{content:"\f2ce"}.qa-poll:before{content:"\f681"}.qa-poll-h:before{content:"\f682"}.qa-poo:before{content:"\f2fe"}.qa-poo-storm:before{content:"\f75a"}.qa-poop:before{content:"\f619"}.qa-portrait:before{content:"\f3e0"}.qa-pound-sign:before{content:"\f154"}.qa-power-off:before{content:"\f011"}.qa-pray:before{content:"\f683"}.qa-praying-hands:before{content:"\f684"}.qa-prescription:before{content:"\f5b1"}.qa-prescription-bottle:before{content:"\f485"}.qa-prescription-bottle-alt:before{content:"\f486"}.qa-print:before{content:"\f02f"}.qa-procedures:before{content:"\f487"}.qa-product-hunt:before{content:"\f288"}.qa-project-diagram:before{content:"\f542"}.qa-pump-medical:before{content:"\f96a"}.qa-pump-soap:before{content:"\f96b"}.qa-pushed:before{content:"\f3e1"}.qa-puzzle-piece:before{content:"\f12e"}.qa-python:before{content:"\f3e2"}.qa-qq:before{content:"\f1d6"}.qa-qrcode:before{content:"\f029"}.qa-question:before{content:"\f128"}.qa-question-circle:before{content:"\f059"}.qa-quidditch:before{content:"\f458"}.qa-quinscape:before{content:"\f459"}.qa-quora:before{content:"\f2c4"}.qa-quote-left:before{content:"\f10d"}.qa-quote-right:before{content:"\f10e"}.qa-quran:before{content:"\f687"}.qa-r-project:before{content:"\f4f7"}.qa-radiation:before{content:"\f7b9"}.qa-radiation-alt:before{content:"\f7ba"}.qa-rainbow:before{content:"\f75b"}.qa-random:before{content:"\f074"}.qa-raspberry-pi:before{content:"\f7bb"}.qa-ravelry:before{content:"\f2d9"}.qa-react:before{content:"\f41b"}.qa-reacteurope:before{content:"\f75d"}.qa-readme:before{content:"\f4d5"}.qa-rebel:before{content:"\f1d0"}.qa-receipt:before{content:"\f543"}.qa-record-vinyl:before{content:"\f8d9"}.qa-recycle:before{content:"\f1b8"}.qa-red-river:before{content:"\f3e3"}.qa-reddit:before{content:"\f1a1"}.qa-reddit-alien:before{content:"\f281"}.qa-reddit-square:before{content:"\f1a2"}.qa-redhat:before{content:"\f7bc"}.qa-redo:before{content:"\f01e"}.qa-redo-alt:before{content:"\f2f9"}.qa-registered:before{content:"\f25d"}.qa-remove-format:before{content:"\f87d"}.qa-renren:before{content:"\f18b"}.qa-reply:before{content:"\f3e5"}.qa-reply-all:before{content:"\f122"}.qa-replyd:before{content:"\f3e6"}.qa-republican:before{content:"\f75e"}.qa-researchgate:before{content:"\f4f8"}.qa-resolving:before{content:"\f3e7"}.qa-restroom:before{content:"\f7bd"}.qa-retweet:before{content:"\f079"}.qa-rev:before{content:"\f5b2"}.qa-ribbon:before{content:"\f4d6"}.qa-ring:before{content:"\f70b"}.qa-road:before{content:"\f018"}.qa-robot:before{content:"\f544"}.qa-rocket:before{content:"\f135"}.qa-rocketchat:before{content:"\f3e8"}.qa-rockrms:before{content:"\f3e9"}.qa-route:before{content:"\f4d7"}.qa-rss:before{content:"\f09e"}.qa-rss-square:before{content:"\f143"}.qa-ruble-sign:before{content:"\f158"}.qa-ruler:before{content:"\f545"}.qa-ruler-combined:before{content:"\f546"}.qa-ruler-horizontal:before{content:"\f547"}.qa-ruler-vertical:before{content:"\f548"}.qa-running:before{content:"\f70c"}.qa-rupee-sign:before{content:"\f156"}.qa-rust:before{content:"\f97a"}.qa-sad-cry:before{content:"\f5b3"}.qa-sad-tear:before{content:"\f5b4"}.qa-safari:before{content:"\f267"}.qa-salesforce:before{content:"\f83b"}.qa-sass:before{content:"\f41e"}.qa-satellite:before{content:"\f7bf"}.qa-satellite-dish:before{content:"\f7c0"}.qa-save:before{content:"\f0c7"}.qa-schlix:before{content:"\f3ea"}.qa-school:before{content:"\f549"}.qa-screwdriver:before{content:"\f54a"}.qa-scribd:before{content:"\f28a"}.qa-scroll:before{content:"\f70e"}.qa-sd-card:before{content:"\f7c2"}.qa-search:before{content:"\f002"}.qa-search-dollar:before{content:"\f688"}.qa-search-location:before{content:"\f689"}.qa-search-minus:before{content:"\f010"}.qa-search-plus:before{content:"\f00e"}.qa-searchengin:before{content:"\f3eb"}.qa-seedling:before{content:"\f4d8"}.qa-sellcast:before{content:"\f2da"}.qa-sellsy:before{content:"\f213"}.qa-server:before{content:"\f233"}.qa-servicestack:before{content:"\f3ec"}.qa-shapes:before{content:"\f61f"}.qa-share:before{content:"\f064"}.qa-share-alt:before{content:"\f1e0"}.qa-share-alt-square:before{content:"\f1e1"}.qa-share-square:before{content:"\f14d"}.qa-shekel-sign:before{content:"\f20b"}.qa-shield-alt:before{content:"\f3ed"}.qa-shield-virus:before{content:"\f96c"}.qa-ship:before{content:"\f21a"}.qa-shipping-fast:before{content:"\f48b"}.qa-shirtsinbulk:before{content:"\f214"}.qa-shoe-prints:before{content:"\f54b"}.qa-shopify:before{content:"\f957"}.qa-shopping-bag:before{content:"\f290"}.qa-shopping-basket:before{content:"\f291"}.qa-shopping-cart:before{content:"\f07a"}.qa-shopware:before{content:"\f5b5"}.qa-shower:before{content:"\f2cc"}.qa-shuttle-van:before{content:"\f5b6"}.qa-sign:before{content:"\f4d9"}.qa-sign-in-alt:before{content:"\f2f6"}.qa-sign-language:before{content:"\f2a7"}.qa-sign-out-alt:before{content:"\f2f5"}.qa-signal:before{content:"\f012"}.qa-signature:before{content:"\f5b7"}.qa-sim-card:before{content:"\f7c4"}.qa-simplybuilt:before{content:"\f215"}.qa-sink:before{content:"\f96d"}.qa-sistrix:before{content:"\f3ee"}.qa-sitemap:before{content:"\f0e8"}.qa-sith:before{content:"\f512"}.qa-skating:before{content:"\f7c5"}.qa-sketch:before{content:"\f7c6"}.qa-skiing:before{content:"\f7c9"}.qa-skiing-nordic:before{content:"\f7ca"}.qa-skull:before{content:"\f54c"}.qa-skull-crossbones:before{content:"\f714"}.qa-skyatlas:before{content:"\f216"}.qa-skype:before{content:"\f17e"}.qa-slack:before{content:"\f198"}.qa-slack-hash:before{content:"\f3ef"}.qa-slash:before{content:"\f715"}.qa-sleigh:before{content:"\f7cc"}.qa-sliders-h:before{content:"\f1de"}.qa-slideshare:before{content:"\f1e7"}.qa-smile:before{content:"\f118"}.qa-smile-beam:before{content:"\f5b8"}.qa-smile-wink:before{content:"\f4da"}.qa-smog:before{content:"\f75f"}.qa-smoking:before{content:"\f48d"}.qa-smoking-ban:before{content:"\f54d"}.qa-sms:before{content:"\f7cd"}.qa-snapchat:before{content:"\f2ab"}.qa-snapchat-ghost:before{content:"\f2ac"}.qa-snapchat-square:before{content:"\f2ad"}.qa-snowboarding:before{content:"\f7ce"}.qa-snowflake:before{content:"\f2dc"}.qa-snowman:before{content:"\f7d0"}.qa-snowplow:before{content:"\f7d2"}.qa-soap:before{content:"\f96e"}.qa-socks:before{content:"\f696"}.qa-solar-panel:before{content:"\f5ba"}.qa-sort:before{content:"\f0dc"}.qa-sort-alpha-down:before{content:"\f15d"}.qa-sort-alpha-down-alt:before{content:"\f881"}.qa-sort-alpha-up:before{content:"\f15e"}.qa-sort-alpha-up-alt:before{content:"\f882"}.qa-sort-amount-down:before{content:"\f160"}.qa-sort-amount-down-alt:before{content:"\f884"}.qa-sort-amount-up:before{content:"\f161"}.qa-sort-amount-up-alt:before{content:"\f885"}.qa-sort-down:before{content:"\f0dd"}.qa-sort-numeric-down:before{content:"\f162"}.qa-sort-numeric-down-alt:before{content:"\f886"}.qa-sort-numeric-up:before{content:"\f163"}.qa-sort-numeric-up-alt:before{content:"\f887"}.qa-sort-up:before{content:"\f0de"}.qa-soundcloud:before{content:"\f1be"}.qa-sourcetree:before{content:"\f7d3"}.qa-spa:before{content:"\f5bb"}.qa-space-shuttle:before{content:"\f197"}.qa-speakap:before{content:"\f3f3"}.qa-speaker-deck:before{content:"\f83c"}.qa-spell-check:before{content:"\f891"}.qa-spider:before{content:"\f717"}.qa-spinner:before{content:"\f110"}.qa-splotch:before{content:"\f5bc"}.qa-spotify:before{content:"\f1bc"}.qa-spray-can:before{content:"\f5bd"}.qa-square:before{content:"\f0c8"}.qa-square-full:before{content:"\f45c"}.qa-square-root-alt:before{content:"\f698"}.qa-squarespace:before{content:"\f5be"}.qa-stack-exchange:before{content:"\f18d"}.qa-stack-overflow:before{content:"\f16c"}.qa-stackpath:before{content:"\f842"}.qa-stamp:before{content:"\f5bf"}.qa-star:before{content:"\f005"}.qa-star-and-crescent:before{content:"\f699"}.qa-star-half:before{content:"\f089"}.qa-star-half-alt:before{content:"\f5c0"}.qa-star-of-david:before{content:"\f69a"}.qa-star-of-life:before{content:"\f621"}.qa-staylinked:before{content:"\f3f5"}.qa-steam:before{content:"\f1b6"}.qa-steam-square:before{content:"\f1b7"}.qa-steam-symbol:before{content:"\f3f6"}.qa-step-backward:before{content:"\f048"}.qa-step-forward:before{content:"\f051"}.qa-stethoscope:before{content:"\f0f1"}.qa-sticker-mule:before{content:"\f3f7"}.qa-sticky-note:before{content:"\f249"}.qa-stop:before{content:"\f04d"}.qa-stop-circle:before{content:"\f28d"}.qa-stopwatch:before{content:"\f2f2"}.qa-stopwatch-20:before{content:"\f96f"}.qa-store:before{content:"\f54e"}.qa-store-alt:before{content:"\f54f"}.qa-store-alt-slash:before{content:"\f970"}.qa-store-slash:before{content:"\f971"}.qa-strava:before{content:"\f428"}.qa-stream:before{content:"\f550"}.qa-street-view:before{content:"\f21d"}.qa-strikethrough:before{content:"\f0cc"}.qa-stripe:before{content:"\f429"}.qa-stripe-s:before{content:"\f42a"}.qa-stroopwafel:before{content:"\f551"}.qa-studiovinari:before{content:"\f3f8"}.qa-stumbleupon:before{content:"\f1a4"}.qa-stumbleupon-circle:before{content:"\f1a3"}.qa-subscript:before{content:"\f12c"}.qa-subway:before{content:"\f239"}.qa-suitcase:before{content:"\f0f2"}.qa-suitcase-rolling:before{content:"\f5c1"}.qa-sun:before{content:"\f185"}.qa-superpowers:before{content:"\f2dd"}.qa-superscript:before{content:"\f12b"}.qa-supple:before{content:"\f3f9"}.qa-surprise:before{content:"\f5c2"}.qa-suse:before{content:"\f7d6"}.qa-swatchbook:before{content:"\f5c3"}.qa-swift:before{content:"\f8e1"}.qa-swimmer:before{content:"\f5c4"}.qa-swimming-pool:before{content:"\f5c5"}.qa-symfony:before{content:"\f83d"}.qa-synagogue:before{content:"\f69b"}.qa-sync:before{content:"\f021"}.qa-sync-alt:before{content:"\f2f1"}.qa-syringe:before{content:"\f48e"}.qa-table:before{content:"\f0ce"}.qa-table-tennis:before{content:"\f45d"}.qa-tablet:before{content:"\f10a"}.qa-tablet-alt:before{content:"\f3fa"}.qa-tablets:before{content:"\f490"}.qa-tachometer-alt:before{content:"\f3fd"}.qa-tag:before{content:"\f02b"}.qa-tags:before{content:"\f02c"}.qa-tape:before{content:"\f4db"}.qa-tasks:before{content:"\f0ae"}.qa-taxi:before{content:"\f1ba"}.qa-teamspeak:before{content:"\f4f9"}.qa-teeth:before{content:"\f62e"}.qa-teeth-open:before{content:"\f62f"}.qa-telegram:before{content:"\f2c6"}.qa-telegram-plane:before{content:"\f3fe"}.qa-temperature-high:before{content:"\f769"}.qa-temperature-low:before{content:"\f76b"}.qa-tencent-weibo:before{content:"\f1d5"}.qa-tenge:before{content:"\f7d7"}.qa-terminal:before{content:"\f120"}.qa-text-height:before{content:"\f034"}.qa-text-width:before{content:"\f035"}.qa-th:before{content:"\f00a"}.qa-th-large:before{content:"\f009"}.qa-th-list:before{content:"\f00b"}.qa-the-red-yeti:before{content:"\f69d"}.qa-theater-masks:before{content:"\f630"}.qa-themeco:before{content:"\f5c6"}.qa-themeisle:before{content:"\f2b2"}.qa-thermometer:before{content:"\f491"}.qa-thermometer-empty:before{content:"\f2cb"}.qa-thermometer-full:before{content:"\f2c7"}.qa-thermometer-half:before{content:"\f2c9"}.qa-thermometer-quarter:before{content:"\f2ca"}.qa-thermometer-three-quarters:before{content:"\f2c8"}.qa-think-peaks:before{content:"\f731"}.qa-thumbs-down:before{content:"\f165"}.qa-thumbs-up:before{content:"\f164"}.qa-thumbtack:before{content:"\f08d"}.qa-ticket-alt:before{content:"\f3ff"}.qa-tiktok:before{content:"\f97b"}.qa-times:before{content:"\f00d"}.qa-times-circle:before{content:"\f057"}.qa-tint:before{content:"\f043"}.qa-tint-slash:before{content:"\f5c7"}.qa-tired:before{content:"\f5c8"}.qa-toggle-off:before{content:"\f204"}.qa-toggle-on:before{content:"\f205"}.qa-toilet:before{content:"\f7d8"}.qa-toilet-paper:before{content:"\f71e"}.qa-toilet-paper-slash:before{content:"\f972"}.qa-toolbox:before{content:"\f552"}.qa-tools:before{content:"\f7d9"}.qa-tooth:before{content:"\f5c9"}.qa-torah:before{content:"\f6a0"}.qa-torii-gate:before{content:"\f6a1"}.qa-tractor:before{content:"\f722"}.qa-trade-federation:before{content:"\f513"}.qa-trademark:before{content:"\f25c"}.qa-traffic-light:before{content:"\f637"}.qa-trailer:before{content:"\f941"}.qa-train:before{content:"\f238"}.qa-tram:before{content:"\f7da"}.qa-transgender:before{content:"\f224"}.qa-transgender-alt:before{content:"\f225"}.qa-trash:before{content:"\f1f8"}.qa-trash-alt:before{content:"\f2ed"}.qa-trash-restore:before{content:"\f829"}.qa-trash-restore-alt:before{content:"\f82a"}.qa-tree:before{content:"\f1bb"}.qa-trello:before{content:"\f181"}.qa-tripadvisor:before{content:"\f262"}.qa-trophy:before{content:"\f091"}.qa-truck:before{content:"\f0d1"}.qa-truck-loading:before{content:"\f4de"}.qa-truck-monster:before{content:"\f63b"}.qa-truck-moving:before{content:"\f4df"}.qa-truck-pickup:before{content:"\f63c"}.qa-tshirt:before{content:"\f553"}.qa-tty:before{content:"\f1e4"}.qa-tumblr:before{content:"\f173"}.qa-tumblr-square:before{content:"\f174"}.qa-tv:before{content:"\f26c"}.qa-twitch:before{content:"\f1e8"}.qa-twitter:before{content:"\f099"}.qa-twitter-square:before{content:"\f081"}.qa-typo3:before{content:"\f42b"}.qa-uber:before{content:"\f402"}.qa-ubuntu:before{content:"\f7df"}.qa-uikit:before{content:"\f403"}.qa-umbraco:before{content:"\f8e8"}.qa-umbrella:before{content:"\f0e9"}.qa-umbrella-beach:before{content:"\f5ca"}.qa-underline:before{content:"\f0cd"}.qa-undo:before{content:"\f0e2"}.qa-undo-alt:before{content:"\f2ea"}.qa-uniregistry:before{content:"\f404"}.qa-unity:before{content:"\f949"}.qa-universal-access:before{content:"\f29a"}.qa-university:before{content:"\f19c"}.qa-unlink:before{content:"\f127"}.qa-unlock:before{content:"\f09c"}.qa-unlock-alt:before{content:"\f13e"}.qa-unsplash:before{content:"\f97c"}.qa-untappd:before{content:"\f405"}.qa-upload:before{content:"\f093"}.qa-ups:before{content:"\f7e0"}.qa-usb:before{content:"\f287"}.qa-user:before{content:"\f007"}.qa-user-alt:before{content:"\f406"}.qa-user-alt-slash:before{content:"\f4fa"}.qa-user-astronaut:before{content:"\f4fb"}.qa-user-check:before{content:"\f4fc"}.qa-user-circle:before{content:"\f2bd"}.qa-user-clock:before{content:"\f4fd"}.qa-user-cog:before{content:"\f4fe"}.qa-user-edit:before{content:"\f4ff"}.qa-user-friends:before{content:"\f500"}.qa-user-graduate:before{content:"\f501"}.qa-user-injured:before{content:"\f728"}.qa-user-lock:before{content:"\f502"}.qa-user-md:before{content:"\f0f0"}.qa-user-minus:before{content:"\f503"}.qa-user-ninja:before{content:"\f504"}.qa-user-nurse:before{content:"\f82f"}.qa-user-plus:before{content:"\f234"}.qa-user-secret:before{content:"\f21b"}.qa-user-shield:before{content:"\f505"}.qa-user-slash:before{content:"\f506"}.qa-user-tag:before{content:"\f507"}.qa-user-tie:before{content:"\f508"}.qa-user-times:before{content:"\f235"}.qa-users:before{content:"\f0c0"}.qa-users-cog:before{content:"\f509"}.qa-users-slash:before{content:"\f973"}.qa-usps:before{content:"\f7e1"}.qa-ussunnah:before{content:"\f407"}.qa-utensil-spoon:before{content:"\f2e5"}.qa-utensils:before{content:"\f2e7"}.qa-vaadin:before{content:"\f408"}.qa-vector-square:before{content:"\f5cb"}.qa-venus:before{content:"\f221"}.qa-venus-double:before{content:"\f226"}.qa-venus-mars:before{content:"\f228"}.qa-viacoin:before{content:"\f237"}.qa-viadeo:before{content:"\f2a9"}.qa-viadeo-square:before{content:"\f2aa"}.qa-vial:before{content:"\f492"}.qa-vials:before{content:"\f493"}.qa-viber:before{content:"\f409"}.qa-video:before{content:"\f03d"}.qa-video-slash:before{content:"\f4e2"}.qa-vihara:before{content:"\f6a7"}.qa-vimeo:before{content:"\f40a"}.qa-vimeo-square:before{content:"\f194"}.qa-vimeo-v:before{content:"\f27d"}.qa-vine:before{content:"\f1ca"}.qa-virus:before{content:"\f974"}.qa-virus-slash:before{content:"\f975"}.qa-viruses:before{content:"\f976"}.qa-vk:before{content:"\f189"}.qa-vnv:before{content:"\f40b"}.qa-voicemail:before{content:"\f897"}.qa-volleyball-ball:before{content:"\f45f"}.qa-volume-down:before{content:"\f027"}.qa-volume-mute:before{content:"\f6a9"}.qa-volume-off:before{content:"\f026"}.qa-volume-up:before{content:"\f028"}.qa-vote-yea:before{content:"\f772"}.qa-vr-cardboard:before{content:"\f729"}.qa-vuejs:before{content:"\f41f"}.qa-walking:before{content:"\f554"}.qa-wallet:before{content:"\f555"}.qa-warehouse:before{content:"\f494"}.qa-water:before{content:"\f773"}.qa-wave-square:before{content:"\f83e"}.qa-waze:before{content:"\f83f"}.qa-weebly:before{content:"\f5cc"}.qa-weibo:before{content:"\f18a"}.qa-weight:before{content:"\f496"}.qa-weight-hanging:before{content:"\f5cd"}.qa-weixin:before{content:"\f1d7"}.qa-whatsapp:before{content:"\f232"}.qa-whatsapp-square:before{content:"\f40c"}.qa-wheelchair:before{content:"\f193"}.qa-whmcs:before{content:"\f40d"}.qa-wifi:before{content:"\f1eb"}.qa-wikipedia-w:before{content:"\f266"}.qa-wind:before{content:"\f72e"}.qa-window-close:before{content:"\f410"}.qa-window-maximize:before{content:"\f2d0"}.qa-window-minimize:before{content:"\f2d1"}.qa-window-restore:before{content:"\f2d2"}.qa-windows:before{content:"\f17a"}.qa-wine-bottle:before{content:"\f72f"}.qa-wine-glass:before{content:"\f4e3"}.qa-wine-glass-alt:before{content:"\f5ce"}.qa-wix:before{content:"\f5cf"}.qa-wizards-of-the-coast:before{content:"\f730"}.qa-wolf-pack-battalion:before{content:"\f514"}.qa-won-sign:before{content:"\f159"}.qa-wordpress:before{content:"\f19a"}.qa-wordpress-simple:before{content:"\f411"}.qa-wpbeginner:before{content:"\f297"}.qa-wpexplorer:before{content:"\f2de"}.qa-wpforms:before{content:"\f298"}.qa-wpressr:before{content:"\f3e4"}.qa-wrench:before{content:"\f0ad"}.qa-x-ray:before{content:"\f497"}.qa-xbox:before{content:"\f412"}.qa-xing:before{content:"\f168"}.qa-xing-square:before{content:"\f169"}.qa-y-combinator:before{content:"\f23b"}.qa-yahoo:before{content:"\f19e"}.qa-yammer:before{content:"\f840"}.qa-yandex:before{content:"\f413"}.qa-yandex-international:before{content:"\f414"}.qa-yarn:before{content:"\f7e3"}.qa-yelp:before{content:"\f1e9"}.qa-yen-sign:before{content:"\f157"}.qa-yin-yang:before{content:"\f6ad"}.qa-yoast:before{content:"\f2b1"}.qa-youtube:before{content:"\f167"}.qa-youtube-square:before{content:"\f431"}.qa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.eot);src:url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.qab{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(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.eot);src:url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.qab,.qar{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.eot);src:url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.gazetemag.com/wp-content/plugins/wpreactions-pro/assets/vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.qa,.qar,.qas{font-family:"Font Awesome 5 Free"}.qa,.qas{font-weight:900}@keyframes dance{0%{transform:translateY(50px) rotate(0.1deg)}100%{transform:translateY(0)}}@keyframes wpra-flying-anim{0%{transform:translate(-50%, 0) translateZ(0);opacity:1}100%{opacity:0;transform:translate(-50%, -50px) translateZ(0) scale(1.2)}}body.wpra-share-popup-active{overflow:hidden}html.wpra-share-popup-active{overflow-x:visible;overflow-y:visible}.wpra-plugin-container p:empty{display:none !important}.wpra-plugin-container *,.wpra-plugin-container:before,.wpra-plugin-container:after{box-sizing:border-box;word-break:normal;word-wrap:normal}.wpra-plugin-container svg{max-width:100%;height:auto}.wpra-not-logged-message{color:#ff4500;text-align:center;margin-top:1rem;font-size:1rem}.wpra-button-reveal{display:flex;clear:both;justify-content:flex-start}.wpra-button-reveal-wrap{position:relative;display:flex;margin:10px 0;align-items:flex-end}.wpra-button-reveal-wrap.show-reactions .wpra-reactions-wrap{visibility:visible}.wpra-button-reveal-wrap .wpra-reactions-wrap{visibility:hidden;position:absolute;z-index:20;bottom:100%}.wpra-button-reveal-wrap .wpra-reactions-wrap .wpra-reaction{transition:transform 200ms}.wpra-button-reveal-wrap .wpra-reactions-wrap .wpra-reaction:hover{transform:scale(1.15) translate(0, -4px) translateZ(0)}.wpra-button-reveal-wrap .wpra-reveal-toggle{padding:.35rem .5rem;cursor:pointer;outline:none;transition:all .3s;text-decoration:none}.wpra-button-reveal-wrap .wpra-reveal-toggle>span>i{transition:all .3s}.wpra-button-reveal-wrap .wpra-reveal-toggle>span>span{line-height:1}.wpra-button-reveal-wrap .wpra-share-buttons{margin:0}.wpra-button-reveal-wrap .wpra-reactions-wrap{padding-top:0;padding-bottom:10px}.wpra-button-reveal .wpra-reacted-emoji{display:none;position:relative;margin-left:10px;width:35px;height:35px;cursor:pointer}.wpra-button-reveal .wpra-reacted-emoji img{max-width:100%}.wpra-reactions-wrap{display:flex;clear:both;padding-top:30px;padding-bottom:30px;width:100%}.wpra-reactions-wrap:hover{visibility:visible}.show-reactions .wpra-reactions-wrap .wpra-reaction{animation-name:dance;animation-timing-function:ease-in-out;will-change:transform;animation-duration:150ms}.wpra-reactions-container{display:flex;flex-direction:column;align-items:center}.wpra-reactions-container .wpra-reactions{background:#fff;display:flex;border:1px solid rgba(0,0,0,.1);border-radius:50px}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-1 .wpra-reaction{flex-basis:100%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-2 .wpra-reaction{flex-basis:50%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-3 .wpra-reaction{flex-basis:33.3333333333%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-4 .wpra-reaction{flex-basis:25%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-5 .wpra-reaction{flex-basis:20%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-6 .wpra-reaction{flex-basis:16.6666666667%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-7 .wpra-reaction{flex-basis:14.2857142857%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-8 .wpra-reaction{flex-basis:12.5%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-9 .wpra-reaction{flex-basis:11.1111111111%}.wpra-reactions-container .wpra-reactions.wpra-reactions-count-10 .wpra-reaction{flex-basis:10%}.wpra-reactions-container .wpra-reactions .wpra-reaction{cursor:pointer;position:relative;flex-grow:1;flex-shrink:0}.wpra-reactions-container .wpra-reactions .wpra-reaction-emoji{transition:transform 200ms;font-size:0}.wpra-reactions-container .wpra-reactions .wpra-reaction-emoji-holder{line-height:0}.wpra-reactions-container .wpra-reactions .wpra-reaction-static-holder{background-repeat:no-repeat;background-size:contain;background-position:center}.wpra-reactions-container .wpra-reactions .wpra-reaction.emoji-hidden{display:none}.wpra-reactions-container .wpra-reactions .wpra-reaction img{width:100%;height:100%;vertical-align:middle}.wpra-reactions-container .wpra-reactions.wpra-reactions-narrow .wpra-reaction{margin:0}.wpra-reactions-container .wpra-reactions.wpra-reactions-narrow .wpra-reaction-static-holder{width:100%;height:100%;padding:5px}.wpra-reactions-container .wpra-reactions.wpra-shadow-light{box-shadow:0 5px 10px 1px rgba(0,0,0,.1)}.wpra-reactions-container .wpra-reactions.wpra-shadow-medium{box-shadow:0 5px 15px 2px rgba(0,0,0,.15)}.wpra-reactions-container .wpra-reactions.wpra-shadow-hard{box-shadow:0 5px 20px 3px rgba(0,0,0,.25)}.wpra-reactions-container .wpra-reactions.wpra-shadow-dark{box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.wpra-call-to-action{font-family:"Open Sans",sans-serif;font-size:18px;color:#000;font-weight:bold;text-align:center;line-height:1.2;max-width:100%;margin-bottom:35px;text-decoration:none;transition:300ms opacity}.wpra-call-to-action.wpra-hide-cta-temp{opacity:0}.wpra-total-counts{margin-bottom:15px}.arrow-badge{text-align:center;position:absolute;z-index:2;left:50%;transform:translateX(-50%);white-space:nowrap;padding:0 5px;display:flex;align-items:center;justify-content:center}.arrow-badge.hide-count{display:none}.arrow-badge.show-count{display:flex}.arrow-badge .count-num{font-family:monospace,sans-serif}.arrow-badge .tail{content:"";display:block;border-width:20px 20px 0;border-style:solid;position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid red}.wpra-share-buttons{background:rgba(0,0,0,0);margin-top:20px;justify-content:center;display:flex;flex-wrap:nowrap}.wpra-share-buttons a.share-btn{display:inline-block;font-family:Arial,Helvetica,sans-serif;margin:0 .25rem;padding:6px 12px;border-radius:30px;color:#fff;background-color:#fff;cursor:pointer;font-weight:bold;font-size:14px;line-height:10px;transition:box-shadow .3s;text-decoration:none !important;text-align:center;border:2px solid}.wpra-share-buttons a.share-btn:first-child{margin-left:0}.wpra-share-buttons a.share-btn .share-btn-icon{display:inline-block;width:20px;height:20px;vertical-align:middle}.wpra-share-buttons a.share-btn .share-btn-text{vertical-align:middle}.wpra-share-buttons a.share-btn img{margin-right:4px;display:inline-block;width:100%}.wpra-share-buttons a.share-btn-facebook{border-color:#3b5998}.wpra-share-buttons a.share-btn-twitter{border-color:#000}.wpra-share-buttons a.share-btn-whatsapp{border-color:#25d366}.wpra-share-buttons a.share-btn-linkedin{border-color:#0077b5}.wpra-share-buttons a.share-btn-pinterest{border-color:#bd081c}.wpra-share-buttons a.share-btn-messenger{border-color:#0078ff}.wpra-share-buttons a.share-btn-reddit{border-color:#ff4500}.wpra-share-buttons a.share-btn-telegram{border-color:#08c}.wpra-share-buttons a.share-btn-tumblr{border-color:#001935}.wpra-share-buttons a.share-btn-vkontakte{border-color:#5181b8}.wpra-share-buttons a.share-btn-gmail{border-color:#ea4335}.wpra-share-buttons a.share-btn-email{border-color:#424242}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn:hover{color:#fff}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-facebook{background-color:#3b5998}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-twitter{background-color:#000}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-whatsapp{background-color:#25d366}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-linkedin{background-color:#0077b5}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-pinterest{background-color:#bd081c}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-messenger{background-color:#0078ff}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-reddit{background-color:#ff4500}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-telegram{background-color:#08c}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-tumblr{background-color:#001935}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-vkontakte{background-color:#5181b8}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-gmail{background-color:#ea4335}.wpra-share-buttons.wpra-share-buttons-solid a.share-btn-email{background-color:#424242}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn{background-color:rgba(0,0,0,0)}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-facebook{color:#3b5998}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-twitter{color:#000}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-whatsapp{color:#25d366}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-linkedin{color:#0077b5}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-pinterest{color:#bd081c}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-messenger{color:#0078ff}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-reddit{color:#ff4500}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-telegram{color:#08c}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-tumblr{color:#001935}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-vkontakte{color:#5181b8}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-gmail{color:#ea4335}.wpra-share-buttons.wpra-share-buttons-bordered a.share-btn-email{color:#424242}.wpra-share-buttons.wpra-share-buttons-narrow{flex-wrap:wrap}.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn{margin-bottom:10px;border-radius:5px !important}.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn .share-btn-icon{margin-right:0}.wpra-share-buttons.wpra-share-buttons-narrow a.share-btn span:last-child{display:none}.wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-9 a.share-btn{width:calc(33.333% - .5rem);flex-basis:calc(33.333% - .5rem)}.wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-8 a.share-btn,.wpra-share-buttons.wpra-share-buttons-narrow.share-arrange-7 a.share-btn{width:calc(25% - .5rem);flex-basis:calc(25% - .5rem)}.wpra-share-buttons.custom-buttons a.share-btn{box-shadow:none !important;transition:300ms opacity}.wpra-share-buttons.custom-buttons a.share-btn:hover{opacity:.8}.wpra-share-expandable{position:relative;display:flex;width:100%;margin-top:20px;align-items:center}.wpra-share-expandable-counts{margin-right:10px}.wpra-share-expandable-counts span:first-child{line-height:1}.wpra-share-expandable-counts span:last-child{font-size:.35em;line-height:1;letter-spacing:1px;color:inherit;opacity:.4;font-weight:300}.wpra-share-expandable-counts span{text-align:center;display:block}.wpra-share-expandable>.wpra-share-buttons{flex-grow:1;margin-top:0}.wpra-share-expandable>.wpra-share-buttons>a.share-btn{flex-grow:1}.wpra-share-expandable>.wpra-share-buttons>a.share-btn .share-btn-text{display:none}.wpra-share-expandable>.wpra-share-buttons>a.share-btn:nth-child(1) .share-btn-text,.wpra-share-expandable>.wpra-share-buttons>a.share-btn:nth-child(2) .share-btn-text{display:inline-block;margin-left:4px}.wpra-share-expandable-list{display:flex}.wpra-share-expandable-list a.share-btn .share-btn-text{display:none}.wpra-share-expandable-list a.share-btn .share-btn-icon{margin:0}.wpra-share-expandable-list a.share-btn:last-child{margin-bottom:0}.wpra-share-expandable-list.active{display:flex}.wpra-share-expandable-more{margin-left:4px;background-color:#eee;color:#aaa;cursor:pointer;text-align:center;font-size:16px;font-family:sans-serif}.wpra-share-expandable-more i{width:36px;line-height:36px}.wpra-share-expandable-popup{display:flex}.wpra-share-popup{display:none;position:fixed;align-items:center;justify-content:center;flex-direction:column;top:0;left:0;z-index:99999999;width:100%;height:100vh;padding:2rem;border-radius:5px}body.wpra-share-popup-active>.wpra-share-popup{display:flex}.wpra-share-popup svg{max-width:100%;height:auto}.wpra-share-popup h3{margin-top:0;margin-bottom:30px;text-align:center;font-size:42px;color:#fff;font-weight:500}.wpra-share-popup .wpra-share-buttons{flex-direction:row;margin:0;max-width:760px;flex-wrap:wrap}.wpra-share-popup .wpra-share-buttons a.share-btn{display:flex;margin-top:5px;margin-bottom:25px;flex-direction:column;background-color:rgba(0,0,0,0) !important;border:none;box-shadow:none}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon{width:75px;height:75px;border-radius:50%;padding:15px;margin-bottom:15px;margin-right:0}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon:hover{opacity:.8}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon svg{fill:#fff}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon svg path{fill:#fff}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-text{color:#fff}.wpra-share-popup .wpra-share-buttons a.share-btn-facebook .share-btn-icon{background-color:#3b5998}.wpra-share-popup .wpra-share-buttons a.share-btn-twitter .share-btn-icon{background-color:#000}.wpra-share-popup .wpra-share-buttons a.share-btn-whatsapp .share-btn-icon{background-color:#25d366}.wpra-share-popup .wpra-share-buttons a.share-btn-linkedin .share-btn-icon{background-color:#0077b5}.wpra-share-popup .wpra-share-buttons a.share-btn-pinterest .share-btn-icon{background-color:#bd081c}.wpra-share-popup .wpra-share-buttons a.share-btn-messenger .share-btn-icon{background-color:#0078ff}.wpra-share-popup .wpra-share-buttons a.share-btn-reddit .share-btn-icon{background-color:#ff4500}.wpra-share-popup .wpra-share-buttons a.share-btn-telegram .share-btn-icon{background-color:#08c}.wpra-share-popup .wpra-share-buttons a.share-btn-tumblr .share-btn-icon{background-color:#001935}.wpra-share-popup .wpra-share-buttons a.share-btn-vkontakte .share-btn-icon{background-color:#5181b8}.wpra-share-popup .wpra-share-buttons a.share-btn-gmail .share-btn-icon{background-color:#ea4335}.wpra-share-popup .wpra-share-buttons a.share-btn-email .share-btn-icon{background-color:#424242}.wpra-share-popup-close{position:fixed;right:15px;top:10px;font-size:50px;border-radius:50%;text-align:center;cursor:pointer;z-index:999999;font-family:sans-serif;color:#fff;line-height:50px}.wpra-share-popup-overlay{display:none;position:fixed;background:#69727d;width:100%;height:100vh;z-index:99999998;top:0;left:0}body.wpra-share-popup-active>.wpra-share-popup-overlay{display:block}.wpra-license-alert{position:relative;padding:.75rem 1.25rem;border:none;border-radius:.25rem;background-color:#f7fafc;text-align:center;max-width:350px;margin:1rem auto;box-shadow:0 0 7px 1px #ddd;font-family:Arial,sans-serif}.wpra-license-alert span.dismiss-alert{position:absolute;top:0;right:10px;font-size:24px;text-decoration:none;display:inline-block;cursor:pointer}.kc_row+.wpra-license-alert-wrap{float:left;width:100%}.wpra-license-alert p{margin:.5rem 0;font-size:13px;color:gray;font-weight:500}.wpra-license-alert img{width:150px;display:inline-block}.wpra-license-alert a.btn-buy-now{display:inline-block;margin-top:1rem;background-color:#9f55ff;border-color:#9f55ff;color:#fff;padding:.5rem 1.5rem;border-radius:5px;transition:all .5s;font-weight:500;text-decoration:none;font-size:14px}.wpra-license-alert a.btn-buy-now:hover{color:#fff;background-color:#9f55ff;border-color:#9f55ff}.wpra-flying{visibility:hidden;opacity:0;position:absolute;color:#000;z-index:9999;padding:2px 7px;border-radius:3px;font-size:16px;line-height:1;font-weight:500;top:0;left:50%;transform:translateX(-50%);will-change:transform;-webkit-font-smoothing:antialiased;white-space:nowrap}.wpra-flying.triggered{visibility:visible;animation:wpra-flying-anim 1s}.wpra-regular .wpra-reaction{transition:transform 200ms}.wpra-regular .wpra-reaction:hover,.wpra-regular .wpra-reaction:active,.wpra-regular .wpra-reaction.active{transform:scale(1.15) translate(0, -4px) translateZ(0)}.wpra-layout-bimber .wpra-reactions-container{max-width:720px;width:100%;align-items:stretch}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions{background:rgba(0,0,0,0);margin-right:-3px;margin-left:-3px;border:none}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction{padding:3px;text-align:center}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction:hover>.wpra-reaction-emoji{transform:scale(1.15) translate(0, -4px) translateZ(0)}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-emoji{text-align:center}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-emoji-holder{margin:0 auto}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track{height:90px;border-radius:4px;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;-moz-user-select:none;-ms-user-select:none}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track-val{line-height:90px;position:relative;z-index:3;font-family:monospace,sans-serif}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-track-bar{position:absolute;left:0;bottom:0;width:100%;z-index:1;transition:500ms all}.wpra-layout-bimber .wpra-reactions-container .wpra-reactions .wpra-reaction-label{border-radius:4px;margin-top:5px;padding:6px 8px;text-transform:uppercase;transition:500ms all}.wpra-layout-disqus .wpra-reactions{background:rgba(0,0,0,0);border:none;margin-left:-3px;margin-right:-3px}.wpra-layout-disqus .wpra-reactions .wpra-reaction{padding:0 3px}.wpra-layout-disqus .wpra-reactions .wpra-reaction-wrap{display:flex;align-items:center;justify-content:center;border:1px solid #eee;padding:5px 10px;border-radius:5px}.wpra-layout-disqus .wpra-reactions .wpra-reaction-wrap:hover>.wpra-reaction-emoji{transform:scale(1.15)}.wpra-layout-disqus .wpra-reactions .wpra-reaction .count-num{text-align:center;margin-top:10px;line-height:1}.wpra-layout-disqus .wpra-reactions .wpra-reaction-emoji-holder{margin-right:10px;transition:transform 200ms}.wpra-layout-disqus .wpra-reactions .wpra-reaction-static-holder{width:34px;height:34px;padding:5px}.wpra-layout-disqus .wpra-reactions .wpra-reaction-animation-holder{width:34px;height:34px}.wpra-layout-disqus .wpra-reactions .wpra-reaction .wpra-reaction-label{margin-left:5px}.wpra-layout-disqus.wpra-plugin-container .wpra-share-expandable{margin-top:20px}.wpra-layout-jane .wpra-reactions{background:rgba(0,0,0,0);border:none;margin-left:-3px;margin-right:-3px}.wpra-layout-jane .wpra-reactions .wpra-reaction{padding:0 3px}.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap{display:flex;align-items:center;justify-content:center;border:1px solid #eee;padding:5px 10px;border-radius:5px}.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap:hover>.wpra-reaction-emoji{transform:scale(1.15)}.wpra-layout-jane .wpra-reactions .wpra-reaction-wrap .count-num{text-align:center;line-height:1;margin-left:5px}.wpra-layout-jane .wpra-reactions .wpra-reaction-label{text-align:center;margin-bottom:5px}.wpra-layout-jane .wpra-reactions .wpra-reaction-emoji-holder{margin-right:10px;transition:transform 200ms}.wpra-layout-jane .wpra-reactions .wpra-reaction-static-holder{width:34px;height:34px;padding:5px}.wpra-layout-jane .wpra-reactions .wpra-reaction-animation-holder{width:34px;height:34px}.wpra-layout-jane.wpra-plugin-container .wpra-share-expandable{margin-top:20px}.wpra-reactions-container[data-type=custom] .wpra-reactions .wpra-reaction-emoji-holder{padding:0}@media only screen and (max-width: 767px){.wpra-button-reveal-wrap{width:100%;justify-content:center}.wpra-share-popup{padding:0}.wpra-share-popup .wpra-share-buttons a.share-btn{margin-bottom:15px}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-icon{margin-bottom:0;width:60px;height:60px}.wpra-share-popup .wpra-share-buttons a.share-btn .share-btn-text{display:none}.wpra-share-popup h3{font-size:24px;font-weight:500}.wpra-reactions .wpra-reaction .arrow-badge{top:-16px;height:16px;font-size:12px;line-height:13px;padding:2px 4px}.wpra-share-expandable>.wpra-share-buttons>a.share-btn:nth-child(5),.wpra-share-expandable>.wpra-share-buttons>a.share-btn:nth-child(6){display:none}.wpra-share-expandable>.wpra-share-buttons>a.share-btn .share-btn-text{display:none !important}.wpra-layout-bimber .wpra-reactions{display:grid;grid-template-columns:auto auto auto;grid-row-gap:10px}.wpra-layout-bimber .wpra-reactions .wpra-reaction .wpra-reaction-track{height:70px}.wpra-layout-bimber .wpra-reactions .wpra-reaction .wpra-reaction-track-val{line-height:70px}.wpra-layout-disqus .wpra-reactions-container{width:100%}.wpra-layout-disqus .wpra-reactions-container .wpra-reactions{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10px}.wpra-layout-disqus .wpra-reactions-container .wpra-reactions.wpra-reactions-count-2,.wpra-layout-disqus .wpra-reactions-container .wpra-reactions.wpra-reactions-count-4{grid-template-columns:repeat(2, 1fr)}.wpra-layout-disqus .wpra-reactions-container .wpra-reactions .wpra-reaction{margin:0}.wpra-layout-jane .wpra-reactions-container{width:100%}.wpra-layout-jane .wpra-reactions-container .wpra-reactions{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:10px}.wpra-layout-jane .wpra-reactions-container .wpra-reactions.wpra-reactions-count-2,.wpra-layout-jane .wpra-reactions-container .wpra-reactions.wpra-reactions-count-4{grid-template-columns:repeat(2, 1fr)}.wpra-layout-jane .wpra-reactions-container .wpra-reactions .wpra-reaction{margin:0}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%;padding-left:15px}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button,input,select,optgroup,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.3em;margin-top:0}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background-color:#e9e9e9;scroll-behavior:smooth}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0;padding:0}ul{list-style:none}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}table{width:100%;border-collapse:collapse}tr:nth-of-type(odd){background:#eee}th{background:#333;color:white;font-weight:bold}td,th{padding:6px;border:1px solid #ccc;text-align:left}.wf-loading{opacity:1 !important;visibility:visible !important;transition:none !important;font-family:Arial,Helvetica,sans-serif}.wf-loading body{visibility:visible !important;opacity:1 !important;font-family:Arial,Helvetica,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.wf-loading .main-navigation>.esen-container>.menu-ana-menu-container>ul>li{visibility:visible !important;opacity:1 !important;font-family:Arial,Helvetica,sans-serif}.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-ms-transform:translateY(-20px)}100%{opacity:1;-ms-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-5%,0,0);-ms-transform:translate3d(-5%,0,0);transform:translate3d(-5%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,0.8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#aaa #bbb #bbb}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-3{margin-top:1rem !important}.mr-3{margin-right:1rem !important}.mb-3{margin-bottom:1rem !important}.ml-3{margin-left:1rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.my-3{margin-bottom:1rem !important;margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mr-4{margin-right:1.5rem !important}.mb-4{margin-bottom:1.5rem !important}.ml-4{margin-left:1.5rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5{margin-top:3rem !important}.mr-5{margin-right:3rem !important}.mb-5{margin-bottom:3rem !important}.ml-5{margin-left:3rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-auto{margin-bottom:auto !important;margin-top:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-3{padding-top:1rem !important}.pr-3{padding-right:1rem !important}.pb-3{padding-bottom:1rem !important}.pl-3{padding-left:1rem !important}.py-3{padding-bottom:1rem !important;padding-top:1rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.pt-4{padding-top:1.5rem !important}.pr-4{padding-right:1.5rem !important}.pb-4{padding-bottom:1.5rem !important}.pl-4{padding-left:1.5rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5{padding-top:3rem !important}.pr-5{padding-right:3rem !important}.pb-5{padding-bottom:3rem !important}.pl-5{padding-left:3rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.d-none{display:none !important}.f700{font-weight:700}.err404{font-size:200px;text-align:center;color:red;margin-bottom:50px}.error-404 .page-title{text-align:center}.error-404>.page-header{text-align:center}.error-404>.page-header a{color:white;padding:10px 20px;background:#ef0000;margin:20px;display:inline-block}.overlay{opacity:1;position:absolute;width:100%;height:40%;bottom:0;margin:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);padding-top:30px;padding-bottom:0}.sadx{text-align:center}.adx-bg{background-image:repeating-linear-gradient(-30deg,transparent,transparent 2px,rgba(249,249,249,0.6) 2px,#fff 4px) !important}.vadx{width:100%;min-height:100%;background-image:repeating-linear-gradient(-30deg,transparent,transparent 2px,#f2f2f205 2px,#f2f2f214 4px) !important;padding:16px 0;border:1px solid rgba(255,255,255,0.1);text-align:center;line-height:.7}.adx-shadow{zoom:1}.cbanner{line-height:.7}.bannerClose{box-sizing:border-box;z-index:8;position:absolute;width:110px;right:0;cursor:pointer;padding:3px;text-align:center;font-size:12px !important;font-family:Arial !important;font-weight:normal !important;background-color:rgba(0,0,0,0.5);letter-spacing:normal;color:#fff}.bannerClose>a{color:#fff}.bannerClose>a:visited{color:#fff}.all-header-reklam{display:flex;justify-content:center}.header-reklam-code{position:relative;display:inline-block;width:100%}.showHideAd{position:relative;display:inline-block}.rt5{margin-top:5px}.rt10{margin-top:10px}.rt20{margin-top:20px}.rt30{margin-top:30px}.rt40{margin-top:40px}.rb10{margin-bottom:10px}.rb15{margin-bottom:15px}.rb20{margin-bottom:20px}.rb30{margin-bottom:30px}.rb40{margin-bottom:40px}.rmb10{margin-bottom:10px}.haber-detay-reklam{float:left;margin-right:20px;margin-bottom:0}.center{text-align:center}#saniyeli_reklamx{opacity:0;z-index:-99999999999}.saniyeli_reklam_header{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.77);z-index:9999999999}.saniyeli_tepe{height:40px;color:#ababab;background-repeat:no-repeat;padding-right:10px;padding-left:10px;background-color:rgba(60,60,60,.95);line-height:40px}.saniyeli_reklam_code{text-align:center;margin-top:25px;width:100%;height:100%}.skip-button{font-size:12px;color:#FFF;background-color:#c50000;padding:5px;text-decoration:none}.saniyeli_bekleme a{color:#dcdcdc}.saniyeli_gec{float:right;cursor:pointer}.ads_code{display:flex;justify-content:center}a{color:#4db2ec;text-decoration:none}a:visited{color:purple}a:hover,a:focus,a:active{color:midnightblue}a:focus{outline:0}a:hover,a:active{outline:0}.textwidget p{margin-top:0;margin-bottom:0}.textwidget{line-height:.7}.widget-title{text-transform:uppercase;color:#3f3f3f;font-size:18px;font-weight:700;display:flex;align-items:center;white-space:nowrap;margin-bottom:10px}.widget-title:after{content:"";position:relative;display:flex;height:1px;align-items:center;width:100%;background:#d2d2d2;border-radius:2px;margin-left:10px}.k-widget-title-container{position:relative}.k-widget-title-container .k-category-link{padding:4px 10px;background-color:#dadada;text-align:center;font-size:12px;position:absolute;right:0;top:3px;border-radius:5px;color:#a6a6a6;text-decoration:none}.k-widget-title-container .k-category-link:hover{background-color:#444;color:#ededed}.k-loading-opacity{opacity:.2}.k-loading{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.spinner{margin:100px auto 0;width:90px;text-align:center;z-index:3}.spinner>div{width:20px;height:20px;background-color:#999;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.lazyload{opacity:0;-webkit-transition:opacity .1s linear .050s;-moz-transition:opacity .1s linear .050;transition:opacity .1s linear .050s}img.LazyYuklendi{-webkit-transition:opacity .1s linear .050s;-moz-transition:opacity .1s linear .050;transition:opacity .1s linear .050s;opacity:1}.main-navigation{clear:both;display:block;float:left;width:100%;position:relative}.red a{color:red !important}.main-navigation>.esen-container>.menu-ana-menu-container>ul{list-style:none;margin:0;padding-left:0;display:flex;align-items:center;justify-content:space-between}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li{position:relative;line-height:unset !important}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li ul li:before{font-family:Font Awesome\ 5 Free;position:absolute;left:11px;top:5px;font-size:9px;font-weight:900}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li .esenmega li:before{content:''}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.current-category-ancestor>a:before{content:" ";position:absolute;left:calc(50% - 8px);z-index:1;border-style:solid;border-top:7px solid transparent;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #88;opacity:1 !important;transform:translateY(55px) !important;top:0}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.current-menu-item>a:before{content:" ";position:absolute;left:calc(50% - 8px);z-index:1;border-style:solid;border-width:8px 8px 0 8px;border-color:#e9e9e9 transparent transparent transparent;opacity:1 !important;transform:translateY(0) !important;top:-1px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>a:after{content:'\f0dd';font-family:Font Awesome\ 5 Free;font-weight:900;opacity:.7;padding-left:2px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>a:only-child:after{content:''}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li:hover>ul,.main-navigation ul li ul:hover{display:block;text-decoration:none}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul{min-width:200px;position:absolute;left:0;z-index:999;opacity:0;top:calc(100% - 1px);visibility:hidden;-webkit-transform:translateY(-15px);transform:translateY(-15px);-webkit-transition:all 300ms ease;transition:all 300ms ease;border:1px solid #d3d3d3;box-shadow:inset 0 0 14px -5px rgb(0 0 0 / 24%);border-radius:5px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li:hover>ul{opacity:1;visibility:visible;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transition:all 500ms ease;transition:all 500ms ease}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li:hover>ul{opacity:1;visibility:visible;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);-webkit-transition:all 500ms ease;transition:all 500ms ease}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>ul{width:200px !important;height:auto;float:left;position:absolute;top:0 !important;left:199px !important;z-index:999;visibility:hidden;opacity:0;-webkit-transform:translateX(-15px);transform:translateX(-15px);-webkit-transition:all 500ms ease;transition:all 500ms ease;box-shadow:inset 0 0 14px -5px rgb(0 0 0 / 24%);border-radius:5px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li:hover{opacity:1;visibility:visible;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transition:all 500ms ease;transition:all 500ms ease}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>ul>li:hover ul{opacity:1;visibility:visible;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);-webkit-transition:all 500ms ease;transition:all 500ms ease}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>ul>li>ul{width:200px !important;height:auto;float:left;position:absolute;top:0 !important;left:199px !important;z-index:999;visibility:hidden;background:#444;opacity:0;-webkit-transform:translateX(-15px);transform:translateX(-15px);-webkit-transition:all 500ms ease;transition:all 500ms ease;box-shadow:inset 0 0 14px -5px rgb(0 0 0 / 24%);border-radius:5px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>ul>li>a:only-child:after{content:' '}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>ul>li>a:after{content:' \f0da';font-family:Font Awesome\ 5 Free;font-weight:900}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li:first-child{background-color:rgba(232,34,107,0) !important;width:auto !important;background-image:none;border-top:none !important}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li:first-child a{padding:0 6px 0 5px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul.sub-menu li{float:none;background:0;position:relative;line-height:30px;display:block;border-top:1px solid rgb(238 238 238 / 18%);padding:4px 10px;clear:both;padding-right:0;border-left:0;width:200px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>a:after{content:' \f0da';font-family:Font Awesome\ 5 Free;font-weight:900}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>ul>li>a:only-child:after{content:' '}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li ul li a{text-decoration:none;display:block;padding:0 20px 0 5px;text-align:left}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li ul li a:hover{text-decoration:none}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>a:only-child:after{content:' '}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>a:before{content:" ";position:absolute;left:calc(50% - 8px);z-index:111;border-style:solid;border-width:8px 8px 0 8px;border-color:#fff transparent transparent transparent;opacity:0;transition:opacity .1s ease-in;-webkit-transform:translateY(10px);transform:translateY(-15px);-webkit-transition:all 500ms ease;transition:all 500ms ease;top:-19px}.main-navigation>.esen-container>.menu-ana-menu-container>ul li:hover>a:before{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all 100ms ease;transition:all 100ms ease}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li{padding:0 10px;display:flex;text-align:center;align-items:center}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.home-li i{font-size:14px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li:last-child{padding-right:0}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li a{position:relative;display:flex;align-items:center}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>a>i{margin-right:5px}.menu-ana-menu-container{display:table;width:100%}.menu-ana-menu-container>ul{display:table-row}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>.esen-megamenu{position:absolute;width:100%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:0s;-webkit-transform:scale(.9);transform:scale(.9);left:0;top:50px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.esen-megamenu{z-index:999;opacity:1;visibility:visible;-webkit-transform:scale(0);transform:scale(0);transition:.3s}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.ehmm-active>.esen-megamenu{z-index:999;opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1);transition:.3s}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>.esen-megamenu>.esenmega{display:block;text-align:left;line-height:1.5}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li>.esen-megamenu>.esenmega a{color:#000;padding:0;text-transform:unset;height:unset}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.megamenu-active{position:unset !important}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.megamenu-active:after{content:'';display:none}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.megamenu-active:hover>.esen-megamenu{opacity:0;visibility:hidden}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li.ehmm-active:hover>.esen-megamenu{opacity:1;visibility:visible}.dn{display:none !important}.esenmega>section{padding:0;margin:0}.tum-kategori-haberleri{display:inline-block;padding:5px 0;vertical-align:bottom;float:right}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.sticky{display:block}.post,.page{margin:0}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0;font-size:18px;line-height:1.6;color:#222;font-weight:400;margin-top:10px}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.gallery-caption p:last-child{margin-bottom:0}.p0{padding:0 !important}.pl-0{padding-left:0 !important}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pl-5{padding-left:5px}.pr-10{padding-left:10px}.mb-25{margin-bottom:25px}.esen-container{margin:0 auto;margin-left:auto !important;margin-right:auto !important;position:relative}.esen-container-full{width:100%;display:block !important;float:unset;padding:0;margin:0}@media screen and (max-width:1550px){}@media screen and (max-width:1439px){}@media screen and (max-width:1300px){}.site-header{padding-bottom:20px}.site-info{background:#000;background:linear-gradient(100deg,rgba(0,0,0,1) 0,#00 100%);padding:25px 0;color:#fff;position:relative;height:70px;border-bottom:1px solid rgb(0 0 0 / 15%)}.site-info>.footer-ab{position:absolute;left:0;top:0;width:50%;height:49px}.site-info .footer-text{color:#fff;position:absolute;left:0;top:-10px;font-size:16px}.site-info .footer-text a{font-weight:700;color:#fff}.site-info .footer-text>ul{display:inline-flex;vertical-align:middle;margin-left:10px}.site-info .footer-text>ul>li{float:left;padding:7px 8px;font-size:18px}.site-info .footer-text>ul>li i{font-weight:400}.site-info .footer-text>ul>li a.facebookf{color:#3b5998}.site-info .footer-text>ul>li a.twitterf{color:#7a7a7a}.site-info .footer-text>ul>li a.instagram{color:#517fa4}.site-info .footer-text>ul>li a.youtube{color:#b00}.site-info .footer-text>ul>li a.pinterest{color:#ab244f}.site-info .footer-text>ul>li a.dribbble{color:#ea4c89}.site-info .footer-text>ul>li a.linkedin{color:#3b5998}.site-info .footer-text>ul>li a.telegram{color:#08c}.site-info .footer-text>ul>li a.tiktok{color:#7a7a7a}.site-info .footer-text>ul>li a:hover{color:#ffffffb5}.site-info .footer-text>ul>li:last-child{padding-right:0}.footer-widgets{width:100%;background:#fff;padding:30px}.footer-last{height:71px;font-size:16px;color:#5c707b;background:#f6f6f6;border-top:1px solid rgb(255 255 255 / 15%)}.footer-last .tum-haklari{display:inline-block;line-height:70px;color:#656565}.esen-footer-menu{float:right}.display-flex-wrap{display:flex;flex-wrap:wrap}.footer-widget-inner:first-child{padding-left:0}.footer-widget-inner:last-child{padding-right:0}.footer-widget-inner{width:20%;flex-grow:1;flex-basis:20%;float:left;padding:0 10px}.footer-last-details>.footer-widget-inner p{color:rgba(255,255,255,0.40);margin-bottom:1.5em;line-height:1.5;font-size:16px}.footer-last-details>.footer-widget-inner ul{margin:0;padding:0}.footer-last-details>.footer-widget-inner ul li{list-style:none;padding:5px 0}.footer-last-details>.footer-widget-inner ul li a{color:rgba(0,0,0,0.70);text-decoration:none}.footer-last-details>.footer-widget-inner ul li a:hover{color:#ccc}.footer-last-details .widget-title{text-transform:uppercase;padding-bottom:4px;font-style:normal;color:rgb(0 0 0 / 90%);position:relative;font-size:16px;margin-top:10px;margin-bottom:18px;font-weight:900;padding:0 0 5px 0 !important}.footer-last-details .widget-title:after{height:1px;background:rgb(0 0 0 / 12%)}#footer-menu{margin:0;padding:0;list-style:none;padding-left:20px}#footer-menu>li{float:left;padding-right:12px;border-right-width:1px;border-right-style:dashed;border-right-color:rgba(0,0,0,0.60);margin-right:12px}#footer-menu li a{color:#777;line-height:34px;text-decoration:none;font-size:16px}#footer-menu>li:last-child{border-right-width:0;padding-right:0;margin-right:0}.top-header-menu{list-style:none;margin:0}.top-header-menu li{display:inline-block;position:relative;margin-left:0}.top-header-menu li li{width:100%}.top-header-menu li a{margin-right:16px;line-height:1;color:gray}.top-header-menu li a:hover{color:#4db2ec}.top-header-menu>li{line-height:28px}.top-elements{margin:0;display:inline-block;float:right;font-size:13px}.top-elements ul{list-style:none;padding:0;display:flex;align-items:center}.top-elements li{display:inline-block;position:relative;margin-left:0;float:left;padding:0 10px}.top-elements li:first-child{border:0;padding-left:0}.top-elements li.main-menu-item>a>i{margin-right:2px}.top-header-menu>.piyasa{font-size:13px;display:flex;justify-content:space-between;align-items:center}.top-header-menu>.piyasa>li{padding:0;position:relative;line-height:40px}.top-header-menu>.piyasa>li:last-child{border:0;padding-right:0}.top-header-menu>.piyasa>li>span{font-weight:600;color:rgb(255 255 255 / 68%);font-size:12px}.top-header-menu>.piyasa>li>span.guncel{font-weight:600;color:#9cbfd4;font-size:12px}.top-header-menu>.piyasa>li>span.degisim{font-weight:400;color:#999;font-size:11px;left:3px;top:-12px}.top-header-menu>.piyasa>li>span.borsa-kirmizi{color:red}.top-header-menu>.piyasa>li>span.borsa-yesil{color:green}.hava_durumu{max-height:42px;cursor:pointer}.havaD{position:relative;display:inline-block;padding-right:0;font-size:20px;top:0}.b_ikon{color:#da171e;margin-right:4px}.m_ikon{color:#fff}.hava_durumu select{width:95px;height:20px;float:right;margin:12px 0;font-size:13px;font-weight:600;padding:0 !important;color:#2c2c2c}.havaDurumu li{padding:0;border:0;display:flex;align-items:center}.bugun_temp{color:#2c2c2c;font-weight:700}.derece{font-weight:400}.hava-derece{display:flex;align-items:center}.esen-weather{position:absolute;left:100%;transform:translate(-50%,0);top:calc(100% - -5px);width:200px;z-index:999;visibility:hidden;opacity:0;background:#fff;transition:all .3s ease-in-out;box-shadow:0 2px 5px rgb(62 60 60 / 56%);border-radius:8px;padding-right:5px}.esen-weather.active{visibility:visible;opacity:1}.esen-weather:after{content:"";position:absolute;top:-7px;left:45px;right:0;width:100%;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ff}.esen-weather>.weather-city-search{display:flex;justify-content:center;align-items:center;padding:10px}.esen-weather>.weather-city-search input{height:30px;line-height:30px;border:1px solid #ccc;font-weight:600;padding:0 35px 0 10px;width:100%;border-radius:4px;background:#f1f1f1}.esen-weather>.weather-city-search>i{position:absolute;right:25px;top:19px;pointer-events:none;user-select:none;color:#a5a5a5}.esen-weather>ul{display:flex;flex-direction:column;height:250px;overflow-y:scroll;align-items:flex-start}.esen-weather>ul>li{color:#000;white-space:nowrap;cursor:pointer;display:flex;align-items:center;font-size:14px;width:100%;line-height:1.5;font-weight:600;transition:color .3s ease-in-out;padding:4px 20px;border-bottom:1px solid #f2f2f2}.esen-weather>ul>li.active{background:#ededed}.top-elements .esen-weather>ul::-webkit-scrollbar{width:6px;right:4px}.esen-weather>ul::-webkit-scrollbar-thumb{background:#cecece;border-radius:4px;box-shadow:unset}.esen-weather>ul::-webkit-scrollbar-track{box-shadow:unset;border-radius:0 8px 8px 0;background-color:#fafafa}.esen-weather>ul>li:first-child{padding-left:20px;border-bottom:1px solid #f2f2f2}.esen-weather>ul>li:last-child{padding-left:20px;border-bottom:1px solid #f2f2f2}.weather-city{display:inline-block;font-size:14px;text-transform:uppercase;margin-left:5px;font-weight:bold}.top-elements li.user-reg-login>a{color:#9a9a9a}.top-elements li.user-reg-login{position:relative}.top-elements li.user-reg-login>.uyelik{opacity:0;visibility:hidden;position:absolute;top:45px;left:0;width:250px;padding:10px;background:#ededed;z-index:999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 6px 10px -6px rgba(0,0,0,0.41)}.top-elements li.user-reg-login:hover>.uyelik{opacity:1;visibility:visible}.top-elements li.user-reg-login:hover>.uyelik:before{content:" ";position:absolute;left:20px;top:-8px;border-style:solid;border-width:0 8px 8px 8px;border-color:#ededed transparent #ededed #7b7b7b00;opacity:1}.top-elements li.user-reg-login:hover>.uyelik>.uyelik-butonlari{display:flex}.top-elements li.user-reg-login:hover>.uyelik>.uyelik-butonlari>.kayit{background:linear-gradient(0,#ffc107 0,#ff9800 100%);padding:0 10px;height:45px;border-radius:5px;font-weight:700;color:#fff;display:inline-block;flex:50%;margin:5px;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,0.16)}.top-elements li.user-reg-login:hover>.uyelik>.uyelik-butonlari>.kayit:hover{background:linear-gradient(0,#ff9800 0,#ffc107 100%)}.top-elements li.user-reg-login:hover>.uyelik>.uyelik-butonlari>.giris{background:linear-gradient(0,#4caf50 0,#8bc34a 100%);padding:0 10px;height:45px;border-radius:5px;font-weight:700;color:#fff;display:inline-block;flex:50%;margin:5px;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,0.16)}.top-elements li.user-reg-login:hover>.uyelik>.uyelik-butonlari>.giris:hover{background:linear-gradient(0,#8bc34a 0,#4caf50 100%)}.top-elements li.user-reg-login:hover>.uyelik>.not{display:block;line-height:1.5;padding:0 10px;font-size:16px;margin-bottom:20px}.top-elements li a{color:#2c2c2c;font-size:12px}.top-elements li.photo-gallery a>i{color:#2a1ee9;padding-right:2px}.top-elements li.video-gallery a>i{color:#ff9800;padding-right:2px}.top-elements li.yazarlar-button a>i{color:#000}.top-elements li:last-child{padding-right:0}.son-dakika-arama>.esen-container>.son-dakika{background:#2e3a4b;width:50%;height:40px;color:#fff;float:left;margin-right:20px}.son-dakika-arama>.esen-container>.son-dakika:after{content:'';position:absolute;right:calc(50% - 15px);top:0;width:0;height:0;border-top:11px solid rgba(0,0,0,0.22);border-right:15px solid transparent}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-left-right-button>.sd-left:after{content:'';position:absolute;left:-15px;bottom:0;width:0;height:0;border-bottom:11px solid rgba(0,0,0,0.13);border-left:15px solid transparent}.son-dakika-arama>.esen-container>.son-dakika>.sd-ikon{float:left;padding-right:2px;padding-left:0}.son-dakika-arama>.esen-container>.son-dakika>.sd-ikon>i{font-size:19px;padding-top:3px;padding-right:5px;line-height:35px;color:#ffc113}.son-dakika-arama>.esen-container>.son-dakika>.sd-list{color:#fff;display:block;line-height:40px;height:40px;font-size:16px;position:relative;overflow:hidden}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-item{width:85%}.son-dakika-arama>.esen-container>.son-dakika>.sd-list a{color:#fff;font-size:14px}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-left-right-button{position:absolute;right:0;top:0}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-left-right-button>.sd-left{padding:0 10px;text-align:left;display:inline-block;float:left;background:rgba(0,0,0,0.13);cursor:pointer;color:rgb(255 255 255 / 90%)}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-left-right-button>.sd-right{padding:0 10px;text-align:left;display:inline-block;background:rgba(0,0,0,0.22);cursor:pointer;color:rgb(255 255 255 / 90%)}.son-dakika-arama>.esen-container>.arama{width:20%;background:#ededed;float:right;height:40px}.son-dakika-arama>.esen-container>.arama .sb-search-input{color:#444;border:0;background:transparent;float:left;outline:0;padding:10px}.son-dakika-arama>.esen-container>.arama .sb-icon-search{color:#fff;background:#000}.son-dakika-arama>.esen-container>.arama .sb-icon-search:before{content:""}.son-dakika-arama>.esen-container>.arama .sb-search.sb-search-open,.no-js .sb-search{width:100%}.son-dakika-arama>.esen-container>.arama .sb-search-submit{color:#000;background:transparent;z-index:11;border:0;outline:0}.son-dakika-arama>.esen-container>.arama .sb-icon-search,.sb-search-submit{width:42px;height:40px;display:block;position:absolute;right:0;top:0;padding:0;margin:0;line-height:42px;text-align:center;cursor:pointer}.son-dakika-arama{width:100%;background:#0a192e;position:relative;height:40px}.son-dakika-text{font-weight:700;font-size:20px;margin-right:10px}.sd-red-bg{overflow:hidden;position:absolute;left:0;top:0;width:50%;background:#2e3a4b;height:40px}.sondakika-ok-renk{color:#fff !important}.logo-vd{padding:15px 0;line-height:.7;overflow:hidden}.marka-inner-container{display:flex;align-items:center;height:40px;justify-content:space-between}.logo_kapsayici{float:left;width:9%}.logo{display:table-cell;height:90px;vertical-align:middle;width:30%;max-width:30%;margin-right:20px;line-height:.7}.logo a img{display:inline-block;max-height:90px;max-width:95%}.header-reklam{float:right;text-align:right;width:70%}.top-elements li.top-search{cursor:pointer;padding-right:15px}.top-elements li.top-search>.search{opacity:0;visibility:hidden;position:absolute;top:45px;left:-207px;height:40px;width:250px;padding:7px;background:#ededed;z-index:999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 6px 10px -6px rgba(0,0,0,0.41)}.top-elements li.top-search:hover>.search{opacity:1;visibility:visible}.top-elements li.top-search:hover>.search:before{content:" ";position:absolute;right:13px;top:-8px;border-style:solid;border-width:0 8px 8px 8px;border-color:#000 transparent #000 #7b7b7b00;opacity:1}.top-elements li.top-search>.search .sb-search-input{color:#444;border:0;background:transparent;float:left;outline:0}.top-elements li.top-search>.search .sb-icon-search{color:#fff;background:#000}.top-elements li.top-search>.search .sb-icon-search:before{content:""}.top-elements li.top-search>.search .sb-search.sb-search-open,.no-js .sb-search{width:100%}.top-elements li.top-search>.search .sb-search-submit{color:transparent;background:transparent;z-index:11;border:0;outline:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.top-elements li.top-search>.search .sb-icon-search,.sb-search-submit{width:45px;height:40px;display:block;position:absolute;right:-2px;top:0;padding:0;margin:0;line-height:42px;text-align:center;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.post_excerpt{font-size:15px;color:#999}.pageskin-sol-sag-ad{position:relative}.sag_absolut{position:absolute;display:inline;right:-20px;z-index:2}.sol_absolut{height:600px;width:160px;display:inline;top:0;bottom:0;z-index:2;position:absolute;left:-180px}.pageskin-sol{position:absolute;background-repeat:no-repeat;min-width:160px;max-width:160px;display:inline;margin-top:0;min-height:600px;padding:0;margin-right:0;margin-bottom:0;margin-left:0;flex-wrap:wrap;display:flex;justify-content:center;align-items:center;color:grey}.pageskin-sag{position:absolute;background-repeat:no-repeat;min-width:160px;max-width:160px;display:inline;margin-top:0;height:600px;padding:0;margin-right:0;margin-bottom:0;margin-left:0;flex-wrap:wrap;display:flex;justify-content:center;align-items:center;color:grey}.ps-ad{margin-bottom:10px;width:100%;height:100%}.superlig{font-size:12px;color:#000;min-height:550px;font-weight:300}.puan-icerik>table{margin:0}.div-icerik>table{width:calc(100% - -1px);display:table;text-indent:0;border-spacing:0;border-collapse:separate}.takimlar{color:#000;font-weight:600;height:32px;font-size:12px;vertical-align:baseline}.div-icerik>table td,.div-icerik>table th{padding-left:10px;padding-top:5px;padding-bottom:5px;border:0}.div-icerik>table tr:nth-child(even){background:#eaeaea}.div-icerik>table tr{background:#fff}.div-icerik>table tr.takimlar{background:#004e43;color:#fff;font-weight:900}.div-icerik2>table td,.div-icerik>table th{padding-left:10px;padding-top:7px;padding-bottom:7px;border:0}.sagtab{position:relative;-webkit-box-shadow:none;width:100%;display:flex;justify-content:center;background:#008270}.sagtab li{padding-right:12px;padding-left:12px;padding-top:2px;padding-bottom:2px;border-bottom:0;line-height:38px;height:38px;font-size:13px;font-weight:700;color:#fff;text-decoration:none;cursor:pointer}.sagtab li:last-child{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.tab_h3{font-size:14px;font-weight:700;margin-top:0;padding-top:0}.sagtab li.aktif{background-color:rgb(0 0 0 / 40%);font-weight:700;color:#fff;text-decoration:none;font-size:13px}.namaz{display:flex}.namaztab{position:relative;width:100%;box-shadow:6px 0 9px -7px rgba(0,0,0,0.11);z-index:5;height:400px;overflow-y:scroll;overflow-x:hidden;transform:scaleX(-1)}.namaz-icerik{height:400px}.namaztab::-webkit-scrollbar{width:6px}.namaztab::-webkit-scrollbar-thumb{border-radius:5px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#ffb700}.namaztab::-webkit-scrollbar-track{padding:2px 0;background-color:#0088b0}.namaztab li{background-color:#fff;padding:6px 13px;width:100%;font-size:14px;font-weight:500;color:#333;text-decoration:none;cursor:pointer;float:left;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:4;transform:scaleX(-1);box-shadow:inset 0 8px 8px -13px rgb(0 0 0 / 30%);border-bottom:1px solid #dcdcdc}.namaztab li.aktif{background-color:#005f88;font-weight:700;color:#fff;text-decoration:none;position:relative}.namaz-icerik-cont{padding-top:5px;background-image:linear-gradient(0,rgba(0,142,116,0.8) 0,#0046b3 100%);padding:15px 0 0 0;height:100%}.namaz-icerik{width:80%;text-align:center;padding:0}.namaz-icerik span.name{display:block;color:rgba(255,255,255,0.73)}.namaz-icerik span.veri{display:block;margin-bottom:10px;font-weight:500;color:#fff;padding-bottom:5px;font-size:18px;border-bottom:1px solid rgba(255,255,255,0.12)}.namaz-icerik span.veri:last-child{border-bottom:0}.namaz-tarih{font-size:16px;margin-bottom:0;font-weight:500;height:60px;display:flex;align-items:center;justify-content:space-between;color:#fff;position:relative;background:linear-gradient(123deg,#0090b0 0,#0046b3 100%);box-shadow:-8px 9px 8px -15px rgb(0 0 0 / 43%);padding:0 15px}.namaz-tarih span{float:right;padding:0 10px;border-radius:5px;font-size:14px;font-weight:700;height:24px;display:flex;justify-content:center;align-items:center;background:#ff9800}.namaz-tarih .namaz-tarih-inner{display:flex;flex-direction:column;font-size:14px}.namaz-tarih .namaz-tarih-inner .namaz-day{font-weight:bold}.content-left-right-container{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.content-left-right-container.clrc-block{display:block;flex-wrap:unset;justify-content:unset}.content-left-right-container-custom{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.content-full{width:calc(100% - (0*0px));padding:0 0 25px 20px;margin:0 0 20px 0}.category-content-full{width:calc(100% - (0*0px));padding:0;margin:0}.content-left{width:calc(70% - (0*0px));border-right:1px solid #ededed;padding:0 20px 25px 20px;background:#fff;margin:0 0 20px 0}.content-right{width:calc(30% - (0.6 * 30px))}.content-left.standart-sidebar{width:calc(100% - 340px)}.content-right.standart-sag-sidebar{width:320px}.content-right .widget-title:first-child{margin-top:0}.est-header-1>.entry-title{font-size:40px;font-weight:700;margin-bottom:20px;margin-top:10px;line-height:1.3;letter-spacing:-.3px}.est-header-1>.post-excerpt{line-height:1.5;font-weight:500;font-size:22px}.est-content-1{font-size:18px;line-height:1.6;color:#222;font-weight:400;margin-top:20px;padding:10px 20px}.est-post-thumbnail-1{margin:0 -20px;line-height:.7}.est-post-thumbnail-1>img{width:100%}.est-post-meta-1{justify-content:space-between;-webkit-box-pack:justify;-ms-flex-pack:justify;margin:1em 0;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:-webkit-box;display:-moz-flex;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;color:#656565;font-size:12px}.est-post-meta-1 time:first-child{padding-left:0}.est-post-meta-1 time{padding:0 10px}.est-post-meta-1 a{color:#999;font-size:13px;font-weight:300}.haber-kategorileri>*+*{margin-left:8px;padding-left:8px;border-left:solid 1px #dedede}.post-details-share{display:flex;border-bottom:1px solid #dfdfdf;padding-bottom:7px;height:54px;margin:0 -20px;padding:0 15px;background:#f6f6f6}.post-last-share{margin-bottom:30px}.post-details-share>.post-share-left{width:35%;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:flex-end;text-align:right;color:#656565;letter-spacing:1px}.post-details-share>.post-share-right{width:65%;display:inline-flex}.post-details-share>.post-share-right>.post-share-buttons{display:flex;margin:0;padding:0;width:100%;justify-content:flex-start}.post-details-share>.post-share-right>.post-share-buttons>li{display:flex;margin:0 2px;justify-content:center;align-items:center}.post-details-share>.post-share-right>.post-share-buttons>li>a{display:flex;height:35px;width:35px;border-radius:30px;color:#fff;border:1px solid rgb(0 0 0 / 6%);text-decoration:none;margin:0 1px;justify-content:center;align-items:center;position:relative}.post-details-share>.post-share-right>.post-share-buttons>li>a:hover{opacity:.7}.post-details-share>.post-share-right>.post-share-buttons>li>a.facebook{background:#3b5999}.post-details-share>.post-share-right>.post-share-buttons>li>a.facebook-author{background:#3b5999}.post-details-share>.post-share-right>.post-share-buttons>li>a.twitter{background:#0f1419}.post-details-share>.post-share-right>.post-share-buttons>li>a.telegram{background:#08c}.post-details-share>.post-share-right>.post-share-buttons>li>a.twitter-author{background:#0f1419}.post-details-share>.post-share-right>.post-share-buttons>li>a.instagram{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.post-details-share>.post-share-right>.post-share-buttons>li>a.linkedin{background:#0077b5}.post-details-share>.post-share-right>.post-share-buttons>li>a.googleplus{background:#f44336}.post-details-share>.post-share-right>.post-share-buttons>li>a.pinterest{background:#cc2127}.post-details-share>.post-share-right>.post-share-buttons>li>a.whatsapp{background:#25d366}.post-details-share>.post-share-right>.post-share-buttons>li>a.post-font-plus{color:#565656;background:#e0e0e0}.post-details-share>.post-share-right>.post-share-buttons>li>a.post-font-minus{color:#565656;background:#e0e0e0}.post-details-share>.post-share-right>.post-share-buttons>li>a.post-font-reset{color:#565656;background:#e0e0e0}.post-details-share>.post-share-right>.post-share-buttons>li>a.post-print{color:#fff;background:#567b8c;cursor:pointer}.post-details-share>.post-share-right>.post-share-buttons>li>a.post-mail{color:#fff;background:#9d604a}.post-details-share>.post-share-right>.post-share-buttons>li>a.facebook:after{border-bottom:10px solid #3b5999}.post-details-share>.post-share-right>.post-share-buttons>li>a.twitter:after{border-bottom:10px solid #00aced}.post-details-share>.post-share-right>.post-share-buttons>li>a.googleplus:after{border-bottom:10px solid #f44336}.post-details-share>.post-share-right>.post-share-buttons>li>a.pinterest:after{border-bottom:10px solid #cc2127}.post-details-share>.post-share-right>.post-share-buttons>li>a.whatsapp:after{border-bottom:10px solid #25d366}.est-header-2{background:#fff;padding:0 20px;clear:both;overflow:hidden}.full-width-post{margin-bottom:20px}.est-header-2>h1{font-size:45px;font-weight:900;margin:.37em 0;word-break:break-word}.esn-next-news{background:#fff;bottom:10px;height:29px;left:0;position:absolute;text-align:center;-ms-transform:translateX(-50%);width:171px}.esn-next-news>i{padding-left:8px}#comments{padding:10px 0;margin-bottom:0}.comment-form-author,.comment-form-email{width:49%;float:left;margin:0;padding:0}.comment-form-email{float:right}#author,#email,#url,#comment{display:block;background:#f2f2f2;border:2px solid #f2f2f2;color:#494949;letter-spacing:.3px;padding:12px 30px;height:45px;width:100%;margin-bottom:1.2em;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;-webkit-transition:all 300ms ease;transition:all 300ms ease}#comment{height:100px;resize:none;padding-top:25px;padding-bottom:25px;margin-bottom:1.2em}.comment-reply-title{margin-bottom:15px;position:relative;font-size:18px}.comment-reply-title:after{content:"";position:relative;display:inline-block;height:4px;width:20%;margin:4px;background:#e9e9e9}.comment-form .comment-notes{font-size:14px;margin-top:5px;display:none;opacity:.5;padding-bottom:10px}.comment-form label{display:block;padding-left:5px;margin-bottom:5px}.comment-form-url{width:100%;float:left;margin:0;padding:0}#comments ol{list-style-type:none;margin:0;padding:0}.comment-list{margin-top:45px}.comment-list .comment-body{position:relative}.comment-list .comment-content{padding-left:80px;margin-top:0}.comment-list .comment-content{padding-top:0}.comment-list .reply{position:absolute;top:0;right:0;padding:5px 10px;background:#fff;border-radius:4px;border:1px solid #c4ccd8;box-shadow:0 2px rgb(136 153 177 / 28%)}.comment-list .reply>a{color:#889ab1;text-shadow:1px 1px #fff}.comment-reply-title a{color:red}.comment-meta{background:0;box-shadow:none}.comment-list .comment-author img{width:65px}.comment-list .comment-author img{float:left;margin-right:30px;width:50px;border:1px solid #dae0e9;background:#0a192e;background:linear-gradient(0,rgb(40 71 115 / 58%) 0,#fb 49%);padding:5px;border-radius:5px}.comment-meta>.comment-metadata>a{color:#949494;font-size:14px}.comment-list li{margin:10px 0;padding:10px;border:1px solid #ededed;background-color:#fbfbfb}.comment-list li ol.children{list-style:none;margin:1em 0 0 !important;text-indent:0}.comment-list li ol.children li.depth-2{margin:0 0 0 50px}.comment-list li.odd{background-color:#fdfdfd}.comment-meta>.comment-author{padding:0}.comment-meta>.comment-metadata{padding-bottom:15px}.comment-form-comment{padding:0;margin:0}.comment-respond * .form-submit{padding-top:20px;clear:both}.comment-respond * .submit{background-color:#053a5a;display:inline-block;color:#fff;font-size:14px;padding:7px 25px;border-radius:25px;border:2px solid transparent;letter-spacing:.3px;font-weight:500;font-family:"Roboto",sans-serif;border-radius:5px;-webkit-transition:all 300ms ease;transition:all 300ms ease;font-size:18px;padding:10px 30px;-webkit-transition:all 300ms ease;transition:all 300ms ease;cursor:pointer}.comment-respond * .submit:hover{border-color:#053a5a;color:#053a5a;background-color:#fff}.comment-respond * .logged-in-as{margin-top:0}.comment-respond * .logged-in-as>a{color:#a1a1a1}#commentform .error{border:2px solid red}.comments-title{display:flex;justify-content:flex-end;font-size:14px;opacity:.7;font-weight:400;margin:0;padding:0}.comments-title>span{font-size:16px;color:gray;padding-left:15px}.comments-area .nav-links{display:flex;justify-content:space-between}.comments-area .nav-links a{color:#000}.comments-area-fulled>h3{margin-top:0}blockquote{margin:1.5em 0;padding:30px;border-radius:3px}blockquote:before{content:open-quote;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-0.4em}blockquote p{line-height:30px;display:inline;font-weight:400}blockquote{background:#f8f8f8;border-left:10px solid #c7f1f0}blockquote p{color:#777}#wp-calendar{width:100%}#wp-calendar caption{text-align:right;color:#333;font-size:12px;margin-top:0;margin-bottom:15px}#wp-calendar thead{font-size:10px}#wp-calendar thead th{padding-bottom:10px}#wp-calendar tbody{color:#aaa}#wp-calendar tbody td{background:#f5f5f5;border:1px solid #fff;text-align:center;padding:8px}#wp-calendar tbody td:hover{background:#fff}#wp-calendar tbody .pad{background:0}#wp-calendar tfoot #next{font-size:10px;text-transform:uppercase;text-align:right}#wp-calendar tfoot #prev{font-size:10px;text-transform:uppercase;padding-top:10px}.entry-footer>.tags-links{margin:20px 0;padding:0 20px;padding-bottom:20px}.entry-footer>.tags-links>a{display:inline-block;font-size:12px !important;margin:0 5px 10px 0;padding:8px 0 8px 10px;position:relative !important;line-height:1;border:0;border-radius:5px;text-transform:uppercase;position:relative;text-decoration:none;background:#fdfdfd;border:1px solid #e1e1e1cc;padding:10px 10px 10px 20px;color:#666d70}.entry-footer>.tags-links>a:before{position:absolute;content:"#";left:8px;padding-left:2px}.tagcloud a{display:inline-block;font-size:12px !important;margin:0 10px 10px 0;padding:8px 0 8px 10px;position:relative !important;line-height:1;border:0;border-radius:5px;text-transform:uppercase;position:relative;text-decoration:none;font-weight:bold;background:#f3f3f3;padding:10px 10px 10px 20px;color:#666d70}.tagcloud a:hover{background:#e2e2e2}.tagcloud a:before{position:absolute;content:"#";left:8px;padding-left:2px}.entry-footer{margin-bottom:5px}.entry-footer>.related-posts ul{margin:0;padding:0;margin:0 -10px 0;overflow:hidden;display:flex;flex-wrap:wrap}.entry-footer>.related-posts ul li{float:left;list-style:none;margin:0;padding:0;margin-bottom:10px;width:33.3333333333333333333%;flex-basis:33.3333333333333333333%}.entry-footer>.related-posts ul li>.item{position:relative;margin:10px;padding:0;height:100%}.entry-footer>.related-posts>h3{font-size:22px;padding:5px 0 5px 0 !important;margin:0;font-weight:400}.entry-footer>.related-posts>h3>strong{font-weight:900;margin-right:2px}.entry-footer>.related-posts>h3:after{background:#ececec;height:1px}.comments-area>.widget-title{font-size:26px;padding:5px 0 5px 0 !important;margin:0}.entry-footer>.related-posts ul li>.item a{text-decoration:none}.entry-footer>.related-posts ul li>.item a>h3{color:#2b2b2b;text-decoration:none;overflow:hidden;margin-top:0;font-weight:600;font-size:16px;line-height:1.4}.entry-footer>.related-posts ul li>.item>.article-category{padding:10px 0 0 0}.entry-footer>.related-posts ul li>.item>.article-category>.post-date{font-size:12px;font-weight:500;color:#a2a2a2}.entry-footer>.related-posts ul li>.item a>.post-thumbnail{position:relative;text-align:center;width:100%;min-height:140px;margin-bottom:5px}.entry-footer>.related-posts ul li>.item a>.post-thumbnail img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.entry-footer>.related-posts ul li>.item a>.post-thumbnail img{transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.entry-footer>.related-posts ul li>.item a:hover>.post-thumbnail img{opacity:.9}.esen-eii{clear:both;margin-top:0;margin-bottom:1em}.eii-theme1,.eii-theme1 .eii-theme1-postImageUrl,.eii-theme1 .eii-theme1-imgUrl,.eii-theme1 .eii-theme1-centered-text-area{min-height:125px;position:relative}.eii-theme1,.eii-theme1:hover,.eii-theme1:visited,.eii-theme1:active{border:0 !important}.eii-theme1{display:block;transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;background-color:#f9f9f9}.eii-theme1:active,.eii-theme1:hover{opacity:1;transition:opacity 250ms;background-color:#fff}.eii-theme1 .eii-theme1-postImageUrl,.eii-theme1 .eii-theme1-imgUrl{background-position:center;background-size:cover;float:left;margin:0;padding:0}.eii-theme1 .eii-theme1-postImageUrl{width:30%}.eii-theme1 .eii-theme1-imgUrl{width:100%;border-right:3px solid #d30000}.eii-theme1 .eii-theme1-centered-text-area{float:right;width:70%;padding:0;margin:0;box-shadow:inset 0 -20px 14px -17px rgb(0 0 0 / 12%);border:1px solid #dbdada}.eii-theme1 .eii-theme1-centered-text{display:table;height:100px;left:0;top:0;padding:0;margin:0}.eii-theme1 .eii-theme1-content{display:table-cell;margin:0;padding:0 10px 0 10px;position:relative;vertical-align:middle;width:100%}.eii-theme1 .ctaText{border-bottom:0 solid #fff;color:#34495e;font-size:13px;font-weight:bold;letter-spacing:.125em;margin:0;padding:0;text-decoration:underline}.eii-theme1 .eii-theme1-postTitle{color:#000;font-size:18px;font-weight:600;margin:0;padding:10px 10px 10px 5px}.eii-theme1 .eii-theme1-postTitle:before{display:block;content:"İLGİLİ HABER >";font-size:13px;font-weight:600;margin-top:5px;color:#d30000}.eii-theme1 .ctaButton{background-color:#fff;margin-left:10px;position:absolute;right:0;top:0}.eii-theme1:hover .eii-theme1-imgUrl{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.eii-theme1 .eii-theme1-imgUrl{-webkit-transition:-webkit-transform .4s ease-in-out;-moz-transition:-moz-transform .4s ease-in-out;-o-transition:-o-transform .4s ease-in-out;-ms-transition:-ms-transform .4s ease-in-out;transition:transform .4s ease-in-out}.eii-theme1:after{content:"";display:block;clear:both}.eii-theme2,.eii-theme2 .eii-theme2-postImageUrl,.eii-theme2 .eii-theme2-imgUrl,.eii-theme2 .eii-theme2-centered-text-area{min-height:125px;position:relative}.eii-theme2,.eii-theme2:hover,.eii-theme2:visited,.eii-theme2:active{border:0 !important}.eii-theme2{display:block;transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;background-color:#f9f9f9}.eii-theme2:active,.eii-theme2:hover{opacity:1;transition:opacity 250ms;background-color:#fff}.eii-theme2 .eii-theme2-postImageUrl,.eii-theme2 .eii-theme2-imgUrl{background-position:center;background-size:cover;float:left;margin:0;padding:0}.eii-theme2 .eii-theme2-postImageUrl{width:30%}.eii-theme2 .eii-theme2-imgUrl{width:100%;border-right:3px solid #ff9b00}.eii-theme2 .eii-theme2-gallery-icon{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);color:#fffc;z-index:1;font-size:43px}.eii-theme2 .eii-theme2-centered-text-area{float:right;width:70%;padding:0;margin:0;box-shadow:inset 0 -20px 14px -17px rgb(0 0 0 / 12%);border:1px solid #dbdada}.eii-theme2 .eii-theme2-centered-text{display:table;height:100px;left:0;top:0;padding:0;margin:0}.eii-theme2 .eii-theme2-content{display:table-cell;margin:0;padding:0 10px 0 10px;position:relative;vertical-align:middle;width:100%}.eii-theme2 .ctaText{border-bottom:0 solid #fff;color:#34495e;font-size:13px;font-weight:bold;letter-spacing:.125em;margin:0;padding:0;text-decoration:underline}.eii-theme2 .eii-theme2-postTitle{color:#000;font-size:18px;font-weight:600;margin:0;padding:10px 10px 10px 5px}.eii-theme2 .eii-theme2-postTitle:before{display:block;content:"İLGİLİ GALERİ >";font-size:13px;font-weight:600;margin-top:5px;color:#8b5808}.eii-theme2 .ctaButton{background-color:#fff;margin-left:10px;position:absolute;right:0;top:0}.eii-theme2:hover .eii-theme2-imgUrl{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.eii-theme2 .eii-theme2-imgUrl{-webkit-transition:-webkit-transform .4s ease-in-out;-moz-transition:-moz-transform .4s ease-in-out;-o-transition:-o-transform .4s ease-in-out;-ms-transition:-ms-transform .4s ease-in-out;transition:transform .4s ease-in-out}.eii-theme2:after{content:"";display:block;clear:both}.eii-theme3,.eii-theme3 .eii-theme3-postImageUrl,.eii-theme3 .eii-theme3-imgUrl,.eii-theme3 .eii-theme3-centered-text-area{min-height:125px;position:relative}.eii-theme3,.eii-theme3:hover,.eii-theme3:visited,.eii-theme3:active{border:0 !important}.eii-theme3{display:block;transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;background-color:#f9f9f9}.eii-theme3:active,.eii-theme3:hover{opacity:1;transition:opacity 250ms;background-color:#fff}.eii-theme3 .eii-theme3-postImageUrl,.eii-theme3 .eii-theme3-imgUrl{background-position:center;background-size:cover;float:left;margin:0;padding:0}.eii-theme3 .eii-theme3-postImageUrl{width:30%}.eii-theme3 .eii-theme3-imgUrl{width:100%;border-right:3px solid #0b4bac}.eii-theme3 .eii-theme3-gallery-icon{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);color:#fffc;z-index:1;font-size:43px}.eii-theme3 .eii-theme3-centered-text-area{float:right;width:70%;padding:0;margin:0;box-shadow:inset 0 -20px 14px -17px rgb(0 0 0 / 12%);border:1px solid #dbdada}.eii-theme3 .eii-theme3-centered-text{display:table;height:100px;left:0;top:0;padding:0;margin:0}.eii-theme3 .eii-theme3-content{display:table-cell;margin:0;padding:0 10px 0 10px;position:relative;vertical-align:middle;width:100%}.eii-theme3 .ctaText{border-bottom:0 solid #fff;color:#34495e;font-size:13px;font-weight:bold;letter-spacing:.125em;margin:0;padding:0;text-decoration:underline}.eii-theme3 .eii-theme3-postTitle{color:#000;font-size:18px;font-weight:600;margin:0;padding:10px 10px 10px 5px}.eii-theme3 .eii-theme3-postTitle:before{display:block;content:"İLGİLİ VİDEO >";font-size:13px;font-weight:600;margin-top:5px;color:#0b4bac}.eii-theme3 .ctaButton{background-color:#fff;margin-left:10px;position:absolute;right:0;top:0}.eii-theme3:hover .eii-theme3-imgUrl{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.eii-theme3 .eii-theme3-imgUrl{-webkit-transition:-webkit-transform .4s ease-in-out;-moz-transition:-moz-transform .4s ease-in-out;-o-transition:-o-transform .4s ease-in-out;-ms-transition:-ms-transform .4s ease-in-out;transition:transform .4s ease-in-out}.eii-theme3:after{content:"";display:block;clear:both}.est-header-yazar>.yazar-box{line-height:.7;padding:15px 0;margin-bottom:0;display:flex}.est-header-yazar>.in-author{margin-bottom:20px;background:#fff;padding:0 20px 0 0;box-shadow:0 6px 10px -10px rgba(0,0,0,0.16)}.est-header-yazar{position:relative;margin-bottom:20px}.est-header-yazar>.yazar-box .yazar-image{margin-right:20px;max-width:160px;min-width:160px;display:flex;align-items:flex-end;background:#fff;background:linear-gradient(45deg,rgb(72 88 111 / 43%) 0,#e9 100%);justify-content:center;align-content:center;box-shadow:inset 10px 8px 7px -7px rgb(0 0 0 / 10%)}.est-header-yazar>.yazar-box .yazar-sag{padding-top:5px;position:relative;width:100%}.est-header-yazar>.in-author .yazar-sag{padding:40px 0}.yazar-sag .yazarin-tumu{display:block;color:#fff !important;font-weight:600;background:#48586f;text-align:center;padding:5px 0;margin:10px 0;border-radius:5px}.yazar-sag .yazarin-tumu:hover{text-decoration:underline;color:rgb(255 255 255 / 61%) !important}.yazar-sag .yazarin-tumu:after{content:' >'}.est-header-yazar>.yazar-box .yazar-name{font-size:18px;font-weight:600;width:100%;color:#c60e00}.est-header-yazar>.in-author .yazar-name{font-size:36px}.est-header-yazar>.in-author .yty-in-author{font-size:26px;padding-top:25px;font-weight:200;color:#000;letter-spacing:0;display:flex;align-items:center;white-space:nowrap;padding-right:20px;font-style:italic}.est-header-yazar>.yazar-box .yazar-email{font-size:12px;font-weight:400;width:100%;padding-bottom:0;line-height:1.5;padding-top:6px;color:darkgrey}.est-header-yazar>.yazar-box .yazar-email a{color:darkgrey}.est-header-yazar>.yazar-box .entry-title{display:inline-block;line-height:1.4;margin:10px 0 5px 0}.yazar-left{padding-top:10px}.est-header-yazar .post-details-share{position:absolute;right:-3px;top:-3px;display:unset;border-bottom:unset;padding-bottom:unset}.est-header-yazar>.in-author .post-details-share{position:absolute;right:0;top:30px;display:unset;border-bottom:unset;padding-bottom:unset}.est-header-yazar .post-details-share .post-share-right{min-width:120px}.yazar-sag>.est-post-meta-1{margin:1em 0 0 0}.author-aplus{display:flex;justify-content:space-between;background:#f9f9f9;margin:0 -20px}.author-aplus ul{display:flex;margin:0;padding:10px 20px}.author-aplus ul li{display:flex;background:#48586f;padding:0;border-bottom:1px solid rgb(255 255 255 / 38%);border-radius:4px;margin:0 2px}.author-aplus ul li.f-print{cursor:pointer}.author-aplus ul li a{display:flex;height:30px;color:#fff;text-decoration:none;padding:7px 14px;justify-content:center;align-items:center;position:relative}.esen-author-links{width:unset}.esen-author-links>.post-share-buttons>li{display:unset;flex-grow:unset;height:unset}.esen-author-links>.post-share-buttons>li>a{padding:5px 10px;display:unset;flex-grow:unset;height:unset}.author-left-buttons{justify-content:flex-start}.author-right-buttons{justify-content:flex-end}.yazar_diger_kap a i{font-size:14px;color:#d11;padding-right:2px}a.yz_dg_link{position:relative;font-size:16px;line-height:30px;padding:10px 0;font-weight:400;color:#000;text-decoration:none;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#e1e1e1;float:left;width:100%;background-repeat:no-repeat;margin-bottom:2px}a.yz_dg_link:hover{color:#d11}a.yz_dg_link:hover>.yz_span{color:#d11}a.yz_dg_link:hover>i{color:#d11}.yz_span{font-size:12px;font-weight:400;color:#999;float:right}.yazar_diger_kap{float:left;width:100%}.in-author-posts li{padding:20px 0;border-bottom:1px solid #e8e8e8;color:red}.in-author-posts li a{color:#000;font-weight:600;font-size:20px;display:block;padding-left:5px}.in-author-posts li .author-post-excerpt{font-size:14px;color:#afafaf;font-weight:400;padding-top:10px;padding-left:0}.in-author-posts li a:hover{color:red}.in-author-posts li a:hover span{color:red}.in-author-posts li a:hover .author-post-excerpt{color:#444}.in-author-posts li a span{display:block;color:#bbb;font-weight:400;font-size:14px;padding:15px 0 0 0}.in-author-posts li:last-child{border-bottom:0}.f-nav{position:fixed !important;top:0 !important;left:0 !important;z-index:9;display:block;width:100%}.sosyal-fix-bottom{position:fixed !important;bottom:0 !important;left:0 !important;z-index:99;display:block;width:80%;padding:7px 20px !important;background:#f7f7f7;border-top:1px solid #ccc;box-shadow:inset 0 5px 7px -9px rgba(0,0,0,0.4588235294117647)}.sosyal-fix-bottom>ul{width:85% !important}.a-sosyal-fix-bottom{position:fixed !important;bottom:0 !important;left:0 !important;z-index:99;display:block;width:80%;padding:7px 20px !important;background:#f7f7f7;border-top:1px solid #ccc;box-shadow:inset 0 5px 7px -9px rgba(0,0,0,0.4588235294117647)}.a-sosyal-fix-bottom>ul{width:85% !important;margin:0 0 0 0 !important}.site-header.f-nav ~ .site-content{padding-top:62px}.search-button-nav{cursor:pointer}.breadcrumbs{color:#444;padding:0 0 2px 8px;border-left:2px solid #b8b8b8;font-size:12px;font-weight:400}.author-page-breadcrumbs{padding:15px 0 5px 0}.news-single-page-breadcrumbs{padding:25px 0 10px 0}.breadcrumbs.br-author{padding:0 0 20px 0}.breadcrumbs a{color:#313131}.breadcrumbs__current{color:#616161}#toTop{background-color:#053a5a;color:#fff;z-index:9999}#toTop{position:fixed;bottom:60px;right:20px;padding-right:12px;cursor:pointer;border-radius:100%;padding:10px 15px;display:none}.postpagination{clear:both;margin:20px 10px;line-height:2.1em;font-size:1.2em;text-align:right}.postpagination span{background:#0a192e;padding:4px 10px;margin:0 6px;border:1px solid transparent;text-decoration:none;border-radius:4px;color:#fff;font-size:14px}.postpagination a{padding:4px 10px;margin:0 6px;border:1px solid #ddd;text-decoration:none;border-radius:4px;color:#000;font-size:14px;background:#fff}.postpagination a:hover{border-color:rgba(0,0,0,0.42);background:#0a192e;color:#fff}.postpagination .page-numbers{background:0;color:#000}.gazete-detay-sayfasi h2{margin-bottom:0;background:#ececec;margin-top:0}.gazete-ic-baslik{margin-bottom:0 !important;padding-bottom:0}.animated-background *,.animated-background-for-slider *{opacity:0}.animated-background,.animated-background-for-slider{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);background-size:800px 104px;min-height:85px;overflow:hidden;position:relative}@keyframes placeHolderShimmer{0%{background-position:-368px 0}100%{background-position:368px 0}}.content-right-galeri-single{width:calc(30% - (0.6 * 0px));margin-bottom:0}.content-right-galeri-single .widget-title{margin-top:0;margin-bottom:10px}.content-right-galeri{width:calc(30% - (0.6 * 30px));margin-bottom:0}.galeri-right{margin-bottom:22px}.yeni_galeri_sablon1{height:auto;float:left;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ddd}.detayG h1{font-size:30px;line-height:34px;padding-bottom:10px;color:#fff;margin:0 0 10px;font-weight:700;border-bottom:1px solid #b91515}.detayG h2{margin:0;color:#fff;font-size:14px;line-height:21px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #b91515;font-weight:400}.foto_kisim{position:relative;height:660px;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden;border:1px solid #e2e2e2;box-shadow:2px 2px 13px -10px rgba(0,0,0,0.3)}.fotonun_takendisi a img{max-height:530px;max-width:100%;width:auto !important}.resim_solok_1 a i{color:#3d3176;font-size:70px;opacity:.9;background-color:#e2e2e2;text-align:center;width:50px}.resim_sagok_1 a i{color:#3d3176;font-size:70px;opacity:.9;background-color:#e2e2e2;text-align:center;width:50px}.resim_sagok_1 a i:hover{color:#e0413d;background-color:rgb(226,226,226,0.5);opacity:1}.resim_solok_1 a i:hover{color:#e0413d;background-color:rgb(226,226,226,0.5);opacity:1}.resim_solok_1{position:absolute;left:0;transform:translate(0,-50%);top:50%;text-shadow:0 0 3px rgba(0,0,0,0.2)}.resim_sagok_1{position:absolute;right:0;transform:translate(0,-50%);top:50%;text-shadow:0 0 3px rgba(0,0,0,0.2)}.foto_sponsor_ici{width:100%;padding-top:35px}.foto_sponsor{width:100%;background-color:#ddd;position:relative;text-align:center;position:absolute;left:0;top:0;height:100%;display:flex;justify-content:flex-start;align-items:center}.reklami_gec{font-size:14px;line-height:34px;font-weight:600;color:#FFF;background-color:#242424;position:absolute;top:20px;right:0;padding-right:13px;padding-left:13px;cursor:pointer}.galeri_sosyal{margin-top:30px;width:100%;background-color:rgba(255,255,255,0.06);float:left}.Paginator .this-page{vertical-align:middle !important}.Paginator{margin-top:5px !important;display:flex;margin-bottom:0 !important;text-align:center;margin:0 auto;background:rgba(255,255,255,0.8);background-image:repeating-linear-gradient(-30deg,transparent,transparent 2px,#fff 2px,#f2f2f2 4px) !important;padding:20px;justify-content:center}.Paginator a,.pageList .this-page{border:solid 1px #ddd;text-decoration:none;margin-right:2px;margin-left:2px;padding:8px 12px;color:#000;font-weight:700;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-bottom:5px;line-height:25px}.Paginator a:visited{border:solid 1px #ddd;background:#fff;text-decoration:none;color:#000}.Paginator .AtStart{margin-right:20px;background:#fff;color:#aaa}.Paginator .Prev{margin-right:20px;border:solid 2px #ddd;background:#fff}.Paginator .break{border:0;background:#fff;text-decoration:none}.Paginator .Next{margin-left:20px;border:solid 2px #ddd;background:#fff}.Paginator .AtEnd{margin-left:20px;background:#fff;color:#aaa}.Paginator .this-page{font-weight:700;vertical-align:top;background:#514684;color:#fff}.Paginator a:hover{color:#fff;text-decoration:none;background-color:#ed4239}.galeri-left{background:unset;padding-right:0;margin-bottom:0}.galeri-desc-con{margin-bottom:20px}.galeri-aciklama{background:#ffff;padding:15px;line-height:1.5;font-size:18px;font-weight:400;color:#404040;position:relative;text-align:left}.galeri-aciklama:before{position:absolute;content:'';left:-13px;top:15px;width:0;height:0;border-top:10px solid transparent;border-right:20px solid #fff;border-bottom:10px solid transparent;z-index:2}.galeri_ici_h1_1{margin-top:0;font-weight:700;text-shadow:1px 1px #fff;line-height:1.4;font-size:28px}.galeri-right time{color:grey;padding:0 0 10px 0;display:block}.gmdisplay{display:none;margin-top:0 !important;padding:25px 20px 15px 20px;margin:0}.post-share-gallery{position:absolute;left:0;bottom:5px;z-index:8;padding:20px !important;background:#fff}.post-share-gallery ul{display:flex}.post-share-gallery ul li a{font-size:22px;padding:4px 15px}.post-share-gallery ul li a.facebook{color:#3b5999}.post-share-gallery ul li a.twitter{color:#00aced}.post-share-gallery ul li a.whatsapp{color:#25d366}.news-progress-container{float:left;position:fixed;bottom:0;left:50%;width:100%;height:5px;z-index:99999;background:rgb(213 213 213 / 10%);transform:translateX(-50%);transition:all 0s ease-in-out;-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;bottom:0}.news-progress-container>.news-progress-bar{width:0;height:5px;background-color:#ffe53b;background-image:linear-gradient(147deg,#ffe53b 0,#ff2525 74%);transition:all 0s ease-in-out;-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out}.news-progress-container.active-progress{transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;bottom:60px}.esenhaber-is{display:flex;justify-content:center;align-items:center;line-height:.7;overflow:hidden;margin-bottom:20px;transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out}.esenhaber-is img{transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;max-height:150px}.siradaki-haber{position:fixed;display:flex;align-items:center;gap:10px;bottom:0;left:50%;width:100%;height:60px;z-index:9999;transform:translateX(-50%);transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;visibility:hidden;opacity:0;bottom:-60px;background:#fff;background:linear-gradient(128deg,rgba(255,255,255,1) 0,rgba(250,250,250,1) 19%,rgba(255,254,254,1) 26%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 38%,rgba(244,244,244,1) 46%,rgba(251,251,251,1) 57%,rgba(254,254,254,1) 57%,rgba(254,254,254,1) 70%,rgba(255,255,255,1) 70%,rgba(253,253,253,1) 79%,rgba(251,251,251,1) 79%,rgba(253,253,253,1) 92%,rgba(247,247,247,1) 93%,rgba(255,255,255,1) 100%);-webkit-background-clip:padding-box;-webkit-animation-name:sd-shine;-webkit-animation-duration:10s;-webkit-animation-iteration-count:infinite}@-webkit-keyframes sd-shine{10%{background-position:50px}20%{background-position:100px}40%{background-position:150px}60%{background-position:200px}80%{background-position:250px}100%{color:black}}.siradaki-haber.sh-active{visibility:visible;opacity:1;bottom:0}.siradaki-haber .sh-image{line-height:.7}.siradaki-haber .sh-image>img{height:60px;width:90px;min-width:90px;object-fit:cover}.siradaki-haber .sh-title{display:flex;flex-direction:column}.siradaki-haber .sh-title .siradaki-text{color:#c31719;font-size:12px;font-weight:600}.siradaki-haber .sh-title .siradaki-title{font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-template-1{position:relative;margin-bottom:30px;margin:0 10px 20px 10px;padding-bottom:20px;border-bottom:1px solid #ddd}.category-template-1>ul{display:flex;flex-wrap:wrap;margin:-10px -10px}.category-template-1>ul li{flex-grow:unset;width:calc(33.33% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-1>ul li a{color:#000}.category-template-1>ul li div.news-title{margin:0;padding:15px 15px 18px 15px;font-size:20px;background:#fff}.category-template-1>ul li .post-image{line-height:.7;position:relative}.category-template-1>ul li div.news-title{line-height:1.5}.category-template-1>ul li .post-image img{height:200px;object-fit:cover;width:100%}.cbanner{width:100%}@media screen and (max-width:1495px){.category-template-1>ul li .post-image img{height:180px}}@media only screen and (max-width:768px){.category-template-1>ul li .post-image img{width:100%;height:auto;min-height:130px}.category-template-1>ul{margin:-10px -5px}.category-template-1>ul li div.news-title{padding:10px 10px;font-size:16px}.category-template-1>ul li{width:calc(50% - 10px);margin:10px 5px}.category-template-1>ul li .post-image>.article-category{display:none}.category-widget-title{margin:0 10px 10px 10px;font-size:16px}.content-right-galeri-single{width:calc(100% - (0.6 * 0px));margin-bottom:0;padding:10px}}@media only screen and (max-width:480px){.category-template-1>ul li{flex:1 0 50% !important;width:calc(100% - 10px)}.category-template-1>ul li div.news-title{font-size:14px}.cbanner{padding:0 10px}.category-widget-title{font-size:16px}}.content-left.category-template-2{position:relative;border-right:1px solid #ededed;padding:0 20px 25px 0;margin:0 0 20px 0;background:unset;width:calc(100% - 300px)}.content-right.category-template-2-right{width:300px}.category-template-2>ul{display:flex;flex-wrap:wrap;margin:-10px -10px -30px -10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.category-template-2>.category-line{border-bottom:1px solid #ccc;margin-bottom:20px}.category-template-2>ul>li{flex-grow:unset;width:calc(33.33% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-2>ul>li a{color:#000}.category-template-2>ul>li div.news-title{margin:0;padding:15px 15px 18px 15px;font-size:16px}.category-template-2>ul>li .post-image{line-height:.7;position:relative}.category-template-2>ul>li div.news-title{line-height:1.4;font-weight:500}.category-template-2>ul>li .post-image img{min-height:160px;height:auto;object-fit:cover;width:100%;aspect-ratio:16 / 9}.category-template-2>ul>li:hover .kategori_ikonu,ul.cat-4lu li:hover .kategori_ikonu{color:#fff}.category-template-2>ul>li:nth-child(8n+7){flex-grow:unset;width:calc(50% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-2>ul>li:nth-child(8n+8){flex-grow:unset;width:calc(50% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-2>ul>li:nth-child(8n+7) .post-image img{height:250px}.category-template-2>ul>li:nth-child(8n+8) .post-image img{height:260px}.category-template-2>ul>li:nth-child(8n+7) div.news-title,.category-template-2>ul>li:nth-child(8n+8) div.news-title{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);color:white;position:absolute;bottom:0;padding:20px 20px;font-weight:700;font-size:20px;line-height:1.3;width:100%}.category-template-2.cat-video>ul>li{flex-grow:unset;width:calc(50% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-2.cat-video>ul>li div.news-title{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);color:white;position:absolute;bottom:0;padding:20px 20px;font-weight:700;font-size:20px;line-height:1.3;width:100%}.category-template-2.cat-video>ul>li .post-image img{min-height:240px;height:auto;object-fit:cover;width:100%;aspect-ratio:16 / 9}.content-left.category-template-2.cat-video{border:0}@media only screen and (max-width:1594px){.category-template-2>ul>li .post-image img{height:130px}}@media only screen and (max-width:1024px){.content-left.category-template-2,.category-template-2.cat-video{padding:0 10px 25px 10px;width:calc(100% - 0px)}}@media only screen and (max-width:768px){.category-template-2>ul>li{width:calc(50% - 20px)}.content-left.category-template-2{position:relative;border-right:1px solid #ededed;padding:0 20px 25px 20px;margin:0 0 20px 0;background:unset}.category-template-2>ul>li .post-image img{height:auto}}@media only screen and (max-width:480px){.category-template-2>ul>li{width:calc(100%);margin:10px 0}.category-template-2>ul>li:nth-child(8n+7) div.news-title,.category-template-2>ul>li:nth-child(8n+8) div.news-title{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);color:white;position:absolute;bottom:0;padding:20px 20px;font-weight:700;font-size:16px;line-height:1.3}.content-left.category-template-2.cat-video{position:relative;border-right:1px solid #ededed;padding:0 10px 25px 10px;margin:0 0 20px 0;background:unset}.category-template-2.cat-video>ul>li{flex-grow:unset;width:100%;margin:10px 10px;position:relative;overflow:hidden;background:#fff}.category-template-2.cat-video>ul>li:nth-child(8n+7) div.news-title,.category-template-2.cat-video>ul>li:nth-child(8n+8) div.news-title{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%);color:white;position:absolute;bottom:0;padding:20px 20px;font-weight:700;font-size:20px;line-height:1.3}}.category-load-more{display:flex;justify-content:center}#load-more-btn{text-align:center;margin-top:20px;margin-bottom:50px;background:white;height:55px;width:200px;border-radius:5px;cursor:pointer;border:1px solid #ccc !important;color:#000}#load-more-btn[disabled]{cursor:not-allowed}.video-playlist-container{padding:20px 0 40px 0;margin-bottom:20px}.k-widget-6{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.k-widget-6-left{width:calc(100% - 320px);background:#3a3a3a}.k-widget-6-right{width:calc(300px);background:rgb(0 0 0 / 43%);max-height:480px}.k-widget-6 .k-widget-6-right .video-play-list{margin:0;padding:0;position:relative;overflow:auto;height:100%;max-width:100%;outline:0}.k-widget-6 .k-widget-6-right .video-play-list::-webkit-scrollbar{width:6px;right:4px}.k-widget-6 .k-widget-6-right .video-play-list::-webkit-scrollbar-thumb{background-color:#5b5b5b;box-shadow:unset}.k-widget-6 .k-widget-6-right .video-play-list::-webkit-scrollbar-track{padding:2px 0;background-color:#353535;box-shadow:unset}.k-widget-6 .k-widget-6-right .video-play-list .slide-item{float:left;border-bottom:1px solid rgba(255,255,255,.1);line-height:0;padding:15px;list-style:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.k-widget-6 .k-widget-6-right .slide-item:hover{background:rgb(255 255 255 / 12%)}.k-widget-6 .k-widget-6-right .slide-item .post-thumbnail{float:left;margin-right:4%;position:relative;width:26%}.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details{display:inline-block;width:68%;position:relative}.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details a h3,.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details a div.news-title{font-size:14px;margin:0;padding:0 0 10px;line-height:1.5;font-weight:400}.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details .post-date{font-size:12px;color:rgb(255 255 255 / 27%);font-weight:500}.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details a{color:#d4d4d4;text-decoration:none}.k-widget-6 .k-widget-6-right .slide-item .k-widget-6-post-details a:hover{color:#fff}.k-widget-6 .k-widget-6-right .slide-item .post-thumbnail a img{width:150px;height:60px}.k-widget-6 .k-widget-6-right .slide-item .post-thumbnail a i{font-size:12px;height:35px;left:15px;line-height:30px;top:15px;width:35px}.k-widget-6 .k-widget-6-right .slide-item .post-thumbnail .fa-play{position:absolute;left:50%;top:50%;background:0;width:25px;height:25px;margin-top:-10px;margin-left:-15px;font-size:10px;padding-left:1px;text-align:center;vertical-align:middle;border:2px solid #e53326;color:#fff;border-radius:100%;line-height:22px;opacity:.8;pointer-events:none;background:#2f2f33;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:block}.k-widget-6 .k-widget-6-left{position:relative;height:480px}.k-widget-6 .k-widget-6-left .post-thumbnail{position:relative;text-align:center;width:100%;height:100%;background:#ccc}.k-widget-6 .k-widget-6-left .post-thumbnail a img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:16 / 9}.k-widget-6 .k-widget-6-left .post-thumbnail a{color:rgba(255,255,255,.82)}.k-widget-6>.k-widget-6-left>.post-thumbnail:hover>.fa-play{background:#505050}.k-widget-6 .k-widget-6-left .post-thumbnail a .k-widget-6-left-title{position:absolute;bottom:-15px;left:5%;padding-right:40px;font-weight:700;line-height:1.2;padding:10px 30px 0 0;z-index:1;font-size:26px;text-transform:uppercase;width:85%}.k-widget-6 .k-widget-6-left .post-thumbnail a .k-widget-6-left-title i{position:absolute;left:30px;top:-99px;border:4px solid #c3c3c3}.k-widget-6 .k-widget-6-left .post-thumbnail a h3,.k-widget-6 .k-widget-6-left .post-thumbnail a div.news-title{position:absolute;bottom:40px;left:125px;font-size:29px;font-weight:500;line-height:1.2;font-weight:700;text-align:left;z-index:1;padding:0 20px}.k-widget-6 .k-widget-6-left .post-thumbnail a div.news-title{margin-top:1em;margin-bottom:1em}.k-widget-6 .k-widget-6-left .post-thumbnail a .k-widget-6-left-title:after{content:'';left:38px;position:absolute;bottom:59px;height:4px;border-radius:6px;background:#9d9d9e;width:100%}.k-widget-6 .k-widget-6-left .post-thumbnail .fa-play{position:absolute;left:50%;top:50%;background:0;width:90px;height:90px;margin-top:-40px;margin-left:-30px;font-size:30px;padding-left:5px;text-align:center;vertical-align:middle;border:6px solid rgba(0,0,0,0);color:#e53326;border-radius:100%;line-height:84px;opacity:.8;pointer-events:none;background:rgba(0,0,0,.65);-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:block}.k-widget-6-title{position:relative}.k-widget-6-title .widget-title{text-transform:uppercase;padding-bottom:4px;font-style:normal;color:#7b7b7b;position:relative;font-size:18px;letter-spacing:1px;margin-bottom:30px;font-weight:500}.k-widget-6-title .widget-title{border-bottom:4px solid rgba(255,255,255,.15)}.k-widget-6-title .widget-title:before{content:'';position:absolute;bottom:-4px;right:0;height:4px;width:10%;border-bottom:4px solid rgba(255,255,255,.3)}.k-widget-6-title .k-category-link{padding:4px 16px;background-color:rgba(255,255,255,.12);text-align:center;font-size:12px;position:absolute;right:0;top:-5px;color:#ededed;text-decoration:none}.k-widget-6-title .k-category-link:hover{background-color:rgba(255,255,255,.22);color:#fff}.video_wrapper{position:relative;padding-bottom:56.25%}.post-thumbnail iframe{position:absolute;top:0;left:0;width:100%;height:100%}.youtube-vid{position:relative;padding-bottom:0}.youtube-vid iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-thumbnail{padding:20px 20px 20px 20px;margin-bottom:20px;background:#fff}.content-left.video-content-left{margin-top:-20px !important}.content-left.video-content-left .post-details-share{border:0;background:transparent}.lazy-bg{background-image:none !important}.footer-fix-reklam-container{position:fixed;bottom:0;left:0;width:100%;text-align:center;z-index:99999;background-color:#ededed;z-index:4;transition:all 600ms ease;height:auto}.footer-fix-reklam-container.fix-close{bottom:-30px;transition:all 600ms ease}.footer-fix-reklam-container.fix-close .footerfix-reklam{opacity:1;visibility:hidden;height:30px}.footer_fix_class{text-align:center;display:block;color:#989898;display:block;position:relative;z-index:1;height:21px;box-shadow:rgba(0,0,0,0.2) 0 -1px 5px -1px,rgba(0,0,0,0.0980392) 0 1px 2px -1px;background-color:#ededed;cursor:pointer}.footer_fix_class i{padding-bottom:6px;font-size:18px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;padding-top:7px;padding-bottom:6px;width:40px;background-color:#ededed;margin-top:-19px;z-index:0;box-shadow:rgba(0,0,0,0.2) 0 -8px 4px -6px,rgba(0,0,0,0.0980392) 0 1px 2px -1px}.footer_fix_class:hover i{color:#5b5b5b}.footerfix-reklam{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.post-read-count{color:#575757;font-size:13px;font-weight:300;padding:0;border-radius:5px;display:inline}@media only screen and (max-width:768px){.k-widget-6>.k-widget-6-left{height:auto;margin-bottom:20px}.k-widget-6 .k-widget-6-left .post-thumbnail a>div.news-title{font-size:18px;bottom:26px;left:85px;right:20px}.k-widget-6{flex-direction:column}.k-widget-6-left{width:100%}.k-widget-6-right{width:100%;max-height:300px;height:300px;margin-top:-20px}.k-widget-6 .k-widget-6-left .post-thumbnail a>.k-widget-6-left-title{bottom:-30px;left:20px}.k-widget-6 .k-widget-6-left .post-thumbnail a>div.news-title{font-size:18px;bottom:26px;left:70px;right:20px}.k-widget-6 .k-widget-6-left .post-thumbnail>.fa-play{display:none}.k-widget-6 .k-widget-6-left>.post-thumbnail .fa-play{width:50px;height:50px;line-height:45px;font-size:20px;margin-top:4px}.k-widget-6 .k-widget-6-left .post-thumbnail a>.k-widget-6-left-title:after{left:26px;position:absolute;bottom:55px;width:94%}.video-thumbnail{padding:0;background:#fff;margin:0 -10px 20px -10px}.siradaki-haber .sh-title .siradaki-title{max-width:540px}.siradaki-haber .sh-image>img{width:51px;min-width:64px}.foto_kisim{height:auto;min-height:400px}.galeri-right{display:block}.galeri-aciklama:before,.galeri-aciklama:after{display:none}.galeri_ici_h1_1{margin-top:15px;font-size:20px}.galeri-aciklama{padding:20px;margin:-10px 5px;line-height:24px;font-size:16px}.Paginator{margin-top:0 !important;padding:10px}.Paginator a,.pageList .this-page{padding:5px 10px}.resim_sagok_1 a{width:44px}.resim_sagok_1 span{display:none}.resim_solok_1 a i{font-size:32px;background-color:rgba(227,227,227,0.64);width:40px}.resim_sagok_1 a i{font-size:32px;background-color:rgba(227,227,227,0.64);width:40px}.gmdisplay{display:block}.mnone{display:none}time{color:#656565;padding:10px 0 10px 5px;display:block}.entry-footer>.related-posts ul li>.item a>h3{font-size:16px;font-weight:500}.entry-footer>.related-posts ul li:nth-child(1){width:100%;flex-basis:100%;flex:unset}.entry-footer>.related-posts ul li:nth-child(2){width:50%;flex-basis:100%;flex:unset}.entry-footer>.related-posts ul li:nth-child(1)>.item a>h3{font-size:18px;margin-bottom:0;font-weight:600}.entry-footer>.related-posts ul li:nth-child(2)>.item a>h3{font-size:16px;margin-bottom:0}.entry-footer>.related-posts ul li:nth-child(5)>.item a>h3{font-size:16px;margin-bottom:0}.entry-footer>.related-posts ul li{flex:1 0 35%}.entry-footer>.related-posts ul{margin:0 -5px 0}.entry-footer>.related-posts ul li>.item{margin:5px}.entry-footer>.related-posts ul li:nth-child(1)>.item a>.post-thumbnail{height:unset}.entry-footer>.related-posts ul li:nth-child(2)>.item a>.post-thumbnail{height:unset}.post-share-right{padding-left:0 !important}.est-header-1>.entry-title{font-size:32px;font-weight:900;margin-top:0}.eii-theme1 .eii-theme1-postTitle{font-size:16px}.eii-theme1,.eii-theme1 .eii-theme1-postImageUrl,.eii-theme1 .eii-theme1-imgUrl,.eii-theme1 .eii-theme1-centered-text-area{min-height:90px;position:relative}.eii-theme1 .eii-theme1-postTitle:before{margin-top:0}.eii-theme1 .eii-theme1-centered-text{height:85px}.est-header-2>h1{font-size:32px;font-weight:900;margin:0 0 .37em 0}.news-single-page-breadcrumbs{padding:10px 0 0 0}.content-left-detail-breadcrumbs{padding:0}}.gallery-list .i{position:relative;text-align:center;line-height:.7}.gallery-list .numaralar{position:absolute;top:10px;right:8px;display:block;height:40px}.gallery-list .numaralar span{display:block;float:left;width:40px;line-height:40px;font-size:120%;color:#fff;text-align:center;border-radius:50%}.gallery-list .numaralar span:first-child{background:rgba(0,0,0,0.35);color:#fff;text-shadow:1px 1px rgba(0,0,0,0.37);font-weight:700}.gallery-list .numaralar span:last-child{background:rgba(0,0,0,0.12);color:rgba(255,255,255,0.40);margin-left:4px;text-shadow:unset}.text-content p{padding:0 15px;font-size:18px}.posts-glx{position:relative;margin-bottom:50px}.posts-glx ul{display:flex;flex-wrap:wrap;margin:-10px -10px}.posts-glx ul li{flex-grow:unset;width:calc(35.30% - 20px);margin:10px 10px;position:relative;overflow:hidden;background:#fff;box-shadow:0 6px 10px -10px rgba(0,0,0,0.16)}.posts-glx ul li:nth-child(3n+3){width:calc(29.40% - 20px)}.posts-glx ul li .kategori_ikonu-glx{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:35px;left:42px;font-size:40px;color:rgba(255,255,255,0.7);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out}.advert-glx{width:100%;min-height:100%;background-image:repeating-linear-gradient(-30deg,transparent,transparent 2px,#f2f2f2 2px,#f2f2f2 4px) !important;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;justify-content:center}.posts-glx ul li a{color:#000}.posts-glx ul li h3{margin:0;padding:15px 15px 18px 15px;font-size:20px;font-weight:500;line-height:1.4}.posts-glx ul li .post-image{line-height:.7;position:relative}.posts-glx ul li h3{background:#fff}.posts-glx ul li .post-image img{height:240px;object-fit:cover;width:100%}.kategori_ikonu{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;font-size:36px !important;border-radius:100%;width:48px;height:48px;text-align:center;padding-left:3px;line-height:48px;font-size:15px;color:rgba(255,255,255,0.5);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;display:flex !important;justify-content:center;align-items:center}@media only screen and (max-width:768px){.posts-glx ul li .post-image img{width:100%;height:auto;min-height:130px}.posts-glx ul li h3{padding:10px 10px;font-size:16px}.posts-glx ul li{width:calc(50% - 20px);flex:1 0 33% !important}.posts-glx ul li .post-image>.article-category{display:none}.posts-glx ul li .kategori_ikonu-glx{font-size:22px;left:22px;top:20px}.post-share-right{padding:0}}@media only screen and (max-width:480px){.posts-glx ul li{flex:1 0 50% !important}.excerpt-glx{display:none}.posts-glx ul li.advert-glx{flex:1 0 90% !important;padding:10px 0}.bannerClose{display:none}.siradaki-haber .sh-title .siradaki-title{max-width:250px}.siradaki-haber .sh-image>img{width:51px;min-width:64px}}.search-box{position:absolute;top:-30px;width:100%;margin:0 auto;background:linear-gradient(90deg,#7c8898 0,#2e3a4b 100%);z-index:999999999;box-shadow:inset 2px 2px 7px -6px rgba(0,0,0,0.48);display:none;overflow:hidden}.search-box:before{content:'';position:absolute;left:100px;bottom:-22px;width:50%;height:200px;background:linear-gradient(to bottom,rgb(125 126 125 / 0) 0,rgb(255 255 255 / 21%) 100%);margin:0 auto;transform:skew(302deg) scaleY(0.8666);margin-top:0;height:81px}.arama_detaylari{margin:0 auto;background:#fff}.sb-search-input{width:100%;height:45px;font-size:22px;padding:0 25px !important;background:#fff;color:#000;border:0 !important;line-height:56px;top:5px;position:absolute;outline:none !important}.arama_height{margin-top:-20px !important;position:relative}.sb-icon-search{position:relative;color:#000;background:#ececec;width:50px;height:45px;margin-top:5px;border-top-right-radius:4px;border-bottom-right-radius:4px;float:right}.sb-icon-search:after{font-family:Font Awesome\ 5 Free;content:"\f002";font-size:22px;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;text-align:center;pointer-events:none;font-weight:900}.search-area{float:left;width:91%;position:relative;margin-top:-5px}.sb-search-submit-box{background:transparent !important;border:none !important;width:50px;height:45px;outline:0;cursor:pointer;color:#ececec !important}.search-detail{display:flex;justify-content:space-between;align-items:center}.sb-icon-close{cursor:pointer;display:inline-block;height:45px;width:50px;text-align:center;border-radius:4px;background:#007fbd;line-height:53px;margin-left:3%}.arama-close i{color:#fff;font-size:23px}@media screen and (max-width:1495px){.sag_absolut{right:-20px}.sol_absolut{left:-180px}.adx{padding:0}.vadx{padding:0}.content-left{width:calc(68.2% - (0*0px));border-right:1px solid #ededed;padding:0 20px 25px 20px;background:#fff;margin:0 0 20px 0}.content-right{width:calc(31.8% - (0.6 * 30px))}.content-right-single-galeri{width:calc(31.8% - (0.6 * 30px))}.adx-shadow{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;filter:none !important;-ms-filter:none !important;zoom:none !important}.top-elements{margin-left:0}.galeri-left{padding:0}}.posts-search-result{position:relative;margin:0 10px}.posts-search-result>ul{display:flex;flex-wrap:wrap;margin:-10px -20px}.posts-search-result>ul>li{flex-grow:unset;width:calc(100% - 20px);margin:10px 10px;position:relative;overflow:hidden;border-bottom:1px solid #eaeaea}.posts-search-result>ul>li:last-child{border-bottom:0}.posts-search-result>ul>li a{color:#000}.posts-search-result>ul>li h3{margin:0;padding:0 10px 10px 10px;font-size:18px}.posts-search-result>ul>li .post-image{line-height:.7;width:calc(40% - 10px);position:relative;margin-right:15px;float:left;display:inline-block}.posts-search-result>ul>li h3{line-height:1.5;clear:none;font-size:22px}.posts-search-result>ul>li .post-image img{height:160px;object-fit:cover;width:100%}.excerpt-search-result{padding:10px 20px 20px 0;display:block}.posts-information-search-result{margin-top:0;overflow:hidden;padding:0 7px 9px 0;border-bottom-right-radius:5px;border-top-right-radius:5px}.posts-information-search-result>ul>li{padding:4px 8px;float:left;margin:0 4px;font-size:14px;color:#c7c7c7}.posts-information-search-result>ul>li:first-child{margin-left:0}.posts-information-search-result>ul>li a{text-decoration:none;color:#444}.posts-information-search-result>ul>li:last-child a{text-decoration:none;text-transform:uppercase;font-weight:700;color:#fff}.widget_archive ul li{margin:0;padding:5px 0;border-bottom:1px solid #ddd}.widget_archive ul li:last-child{border-bottom:0}.widget_archive ul li a{color:#333;text-decoration:none}.widget_archive ul li a:hover{color:#0073aa;text-decoration:underline}@media only screen and (max-width:768px){.posts-search-result ul li .post-image img{width:100%;height:auto}.posts-search-result ul li .post-image{padding-bottom:15px;width:calc(100% - 0px);padding-bottom:15px}.posts-search-result ul li{width:calc(49% - 20px) !important}.posts-search-result ul li h3{padding:10px 10px;font-size:18px}.posts-search-result ul li{flex:1 0 35% !important}.excerpt-search-result{padding:0 10px 10px 10px;display:block}.posts-information-search-result>ul>li{width:auto !important}.posts-search-result ul li{width:calc(100% - 20px)}.posts-search-result ul li .post-image>.article-category{display:none}.posts-search-result>ul{margin:-10px -10px}}@media only screen and (max-width:480px){.posts-search-result ul li{width:calc(100% - 0px) !important}.posts-search-result ul li{flex:1 0 50% !important}}div.wpcf7{background-color:#f7f7f7;border:1px solid #dcdcdc;padding:20px}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{background:#e6e6e6;color:#444;font-family:lora,sans-serif;font-style:italic;padding:6px}.wpcf7 input[type="submit"],.wpcf7 input[type="button"]{background-color:#e21921;width:100%;text-align:center;text-transform:uppercase;padding:15px;text-align:center;font-weight:700;color:#fff;font-size:18px;cursor:pointer}#cookiePolicy{font-size:14px;z-index:9999999;width:100%;padding:10px 60px;box-sizing:border-box;color:#e8e8e8;background-color:rgba(0,0,0,0.7);position:fixed;bottom:0;left:0;text-align:center;display:none}#cookiePolicy a{color:white;font-weight:bold}.gdpr-button{position:absolute;right:20px;top:50%;width:24px;height:24px;margin-top:-12px;box-sizing:border-box;border:#bdbdbd solid 2px;background:#8e8e8e;border-radius:4px;cursor:pointer;font-size:16px;color:#fff}.breadcrumb__google-news{letter-spacing:.3px}.breadcrumb__google-news a{width:120px;height:30px;margin-left:8px;background:url(//www.gazetemag.com/wp-content/themes/esenhaber/img/google-news-logo.svg);-webkit-background-size:cover;background-size:cover;border:1px solid #e2e2e2;border-radius:4px}.breadcrumb__google-news a,.breadcrumb__google-news strong{display:inline-block;vertical-align:middle}.markalar{display:flex;flex-direction:row;flex-wrap:wrap;width:41%;justify-content:flex-end;height:40px;align-items:center}.markalar>div{height:inherit;align-items:center;color:rgb(255 255 255 / 66%);display:inline-flex;width:19%;justify-content:center;padding:15px;border-right:1px solid rgb(255 255 255 / 18%);cursor:pointer;background:#0a192e;margin:0 2px;border-radius:5px;transition:all 300ms ease}.markalar>div a img{max-height:30px}.markalar>div a:nth-child(1) img{max-height:32px}.markalar>div a:nth-child(2) img{max-height:20px}.markalar>div a:nth-child(3) img{max-height:18px}.markalar>div a:nth-child(5) img{max-height:15px}.markalar>div a:nth-child(5){border-right:0}.markalar>div>a{line-height:.7}.nav-container{position:relative;box-shadow:0 3px 7px -3px rgb(0 0 0 / 10%);display:flex;align-items:center}.sidenav-footer{position:absolute;bottom:0;height:80px;background:#f4f4f4;margin:0 -20px;border-top:1px solid #e1e1e1;padding:20px;width:100%;box-shadow:inset 0 8px 6px -6px rgb(204 204 204 / 14%)}.sidenav-footer-social-icons{display:flex;justify-content:space-evenly;flex-direction:row;flex-wrap:wrap;padding-top:10px}.sidenav-footer-social-icons li a{width:33px;height:33px;float:left;-webkit-border-radius:50%;border-radius:50%;text-align:center;font-size:16px;line-height:33px;display:block;position:relative;cursor:pointer;border:1px solid transparent}.sidenav-footer-social-icons li a.facebook{color:#3f5aa7;border-color:#3f5aa7}.sidenav-footer-social-icons li a.facebook:hover{color:#fff;background:#3f5aa7}.sidenav-footer-social-icons li a.twitter{color:#0f1419;border-color:#0f1419}.sidenav-footer-social-icons li a.tiktok{color:#0f1419;border-color:#0f1419}.sidenav-footer-social-icons li a.twitter:hover{color:#fff;background:#56a3da}.sidenav-footer-social-icons li a.instagram{color:#ff007f;border-color:#ff007f}.sidenav-footer-social-icons li a.instagram:hover{color:#fff;background:#b0977f}.sidenav-footer-social-icons li a.youtube{color:#c5403f;border-color:#c5403f}.sidenav-footer-social-icons li a.youtube:hover{color:#fff;background:#c5403f}.sidenav-footer-social-icons li a.pinterest{color:#e60023;border-color:#e60023}.sidenav-footer-social-icons li a.dribbble{color:#ea4c89;border-color:#ea4c89}.sidenav-footer-social-icons li a.linkedin{color:#3b5998;border-color:#3b5998}.sidenav-footer-social-icons li a.telegram{color:#08c;border-color:#08c}.sidenav-footer-fallow:after{content:'BİZİ TAKİP EDİN';position:absolute;left:calc(50% - 68px);font-size:12px;top:-1px;padding:1px 20px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;border-bottom:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;color:#aaa;background:#fff}.corona-widget{width:100%;height:90px;color:#fff;display:flex;justify-content:space-between;position:relative;overflow:hidden;background:#0a192e;background:-webkit-radial-gradient(circle,#007fbd 0,#0a192e 100%);background:radial-gradient(circle,#0a192e 0,#0a192e 100%)}.corona-widget:after,.corona-widget:before{top:0;height:100%;content:'';position:absolute;background-size:99% !important}.corona-widget:before{left:10px;width:80px;top:-10px;z-index:1;background:url(//www.gazetemag.com/wp-content/themes/esenhaber/img/corona.png) bottom left no-repeat}.group-live-streams_item:last-child:before,.group-live-streams_item:nth-child(2):before{left:-10px}.corona-widget:after{right:0;width:110px}.group-live-streams_item:first-child:after,.group-live-streams_item:nth-child(2):after{right:-10px}.corona-widget-title{width:25%;margin-top:0;padding:5px 0 10px 110px;text-shadow:0 1px 0 #00736b;background:#234964;position:relative}.corona-widget-title:after{content:'';position:absolute;right:calc(50% - 15px);top:0;width:0;right:-89px;height:0;border-top:90px solid #234964;border-right:90px solid transparent}.corona-widget-title .title{font-size:21px;line-height:22px}.corona-widget-title .title span{display:block;letter-spacing:1.62px}.corona-widget-title .date{height:18px;line-height:18px;font-size:16px;display:inline-block;padding:0 1px 0 3px;letter-spacing:1.4px;background:#004851}.corona-widget-content{margin-top:8px;padding-left:152px;width:70%;z-index:2;padding:2px 50px 0 60px;display:flex;justify-content:space-around;position:relative}.corona-widget-content.total{display:none}.corona-widget-item{float:left;text-align:center;margin:0 2px}.corona-widget-item .title{font-size:14px;line-height:14px;font-weight:500}.corona-widget-item .title span{display:block}.corona-widget-item .result{display:block;width:100%;height:27px;line-height:27px;font-size:16px;background:#34434b;-webkit-border-radius:5px;border-radius:5px;margin-top:6px;padding:0 10px}.app-icons{display:flex;justify-content:center;align-items:center;height:70px}.app-icons li{max-height:40px;padding:0 5px}.app-icons li img{max-height:40px}.main-navigation{clear:both;display:block;float:left;width:100%;position:relative}.red a{color:red !important}.header-sub-list>ul{list-style:none;margin:0;padding-left:0}.header-sub-list>ul>li{position:relative;white-space:nowrap}.header-sub-list>ul>li.current-menu-item>a:before{content:" ";position:absolute;left:calc(50% - 12px);z-index:111;border-style:solid;border-width:8px 8px 0 8px;border-color:#223041 transparent transparent transparent;opacity:1 !important;transform:translateY(0) !important;bottom:-20px}.header-sub-list>ul>li>a:only-child:after{content:''}.header-sub-list>ul>li>a:after{content:'\f0dd';font-family:Font Awesome\ 5 Free;font-weight:900;opacity:.7;padding-left:2px}.header-sub-list>ul>li{line-height:30px;font-weight:700;font-style:normal;font-size:12px;transition:all 300ms linear;padding:0 12px;display:table-cell;text-align:center;position:relative}.header-sub-list>ul>li:first-child{padding-left:0}.header-sub-list>ul>li a{color:#fff;position:relative;font-weight:600;font-size:14px;text-transform:uppercase}.header-sub-list>ul>li a .m-menu-arrow{display:none}.header-sub-title{margin:0;color:#fff;display:flex;align-items:center}.header-sub{background:linear-gradient(90deg,#0a192e 0,#2e3a4b 100%);padding:5px 0 5px 0;margin-top:-20px;margin-bottom:20px;position:relative;overflow:hidden}.header-sub:before{content:'';position:absolute;right:-130px;bottom:-40px;width:50%;height:200px;background:linear-gradient(to bottom,rgb(125 126 125 / 0) 0,rgb(255 255 255 / 13%) 100%);margin:0 auto;transform:skew(302deg) scaleY(0.8666);margin-top:0;height:96px}.header-sub.bursagmh{padding:5px 0 2px 0}.header-sub-list>li:hover>ul,.main-navigation ul li ul:hover{display:block;text-decoration:none}.header-sub-list>ul>li:before{content:'';width:10px;height:10px;background:#ff6b0f;border-radius:50%;display:inline-block;margin-right:3px}.genel-link-buton{display:flex;justify-content:center;background:#0a192e;margin-bottom:50px;padding:8px 0;text-align:center;color:#fff;border-radius:10px;border:3px solid #0a192e}.genel-link-buton:hover{background:#fff;color:#0a192e;border:3px solid #0a192e}.genel-link-buton:hover h3{color:#0a192e}.genel-link-buton h3{margin:10px 0;color:#fff}.content-sol-ara{height:5px;line-height:.7;margin:20px -20px;background:#e9e9e9}.ozel-logo-header{display:flex;justify-content:center;padding:8px 0;align-items:center;width:100%;color:#fff;font-size:22px;font-weight:800}.ozel-logo-header>div{flex:none}.ozel-logo-header>h1{flex:none;margin:0;font-size:22px;font-weight:800}.ozel-logo-header img{min-width:80px}.ozel-logo-header:before{content:"";position:relative;display:flex;height:1px;margin-right:10px;align-items:center;width:100%;background:rgb(255 255 255 / 30%);border-radius:4px}.ozel-logo-header:after{content:"";position:relative;display:flex;height:1px;margin-left:10px;align-items:center;width:100%;background:rgb(255 255 255 / 30%);border-radius:4px}.est-header-3{padding:0;clear:both;overflow:hidden}.est-header-3 h1{font-weight:700;font-size:32px}.est-header-3 .post-excerpt{font-weight:500}.est-post-thumbnail-bursa-mekan{line-height:.7}.est-post-thumbnail-bursa-mekan img{width:100%}.content-full.bursa-mekan-content{padding:0}.post-details-share.bursa-mekan-content{margin:0}#burclar{display:flex;justify-content:space-between}#burclar li{flex-direction:column;display:flex;text-align:center;background:#fff;padding:7px 15px;border-radius:10px;cursor:pointer;box-shadow:0 0 5px rgb(0 0 0 / 24%)}.sprite{background-repeat:no-repeat;display:inline-block}.sprite-akrep{width:32px;height:32px;background-position:-5px -5px}.sprite-aslan{width:32px;height:32px;background-position:-47px -5px}.sprite-balik{width:32px;height:32px;background-position:-89px -5px}.sprite-basak{width:32px;height:32px;background-position:-131px -5px}.sprite-boga{width:32px;height:32px;background-position:-173px -5px}.sprite-ikizler{width:32px;height:32px;background-position:-85px -100px}.sprite-koc{width:32px;height:32px;background-position:-153px -100px}.sprite-kova{width:32px;height:32px;background-position:-195px -100px}.sprite-oglak{width:32px;height:32px;background-position:-45px -142px}.sprite-sprite{width:12px;height:45px;background-position:-215px -27px}.sprite-terazi{width:32px;height:32px;background-position:-175px -182px}.sprite-yay{width:32px;height:32px;background-position:-217px -142px}.sprite-yengec{width:32px;height:32px;background-position:-45px -184px}.sprite-yorum{width:50px;height:50px;background-position:-217px -184px}.burclar-content{display:none}.burc_icerik{margin-top:20px;background:#fff;padding:20px;color:#737373;overflow:auto;display:none;border-radius:10px}.burc_basligi{display:block;padding-top:2px;color:#000}.b_kapat{position:relative;float:right;color:#ddd000;font-size:24px;cursor:pointer}.b_kapat i{position:absolute;right:-6px;top:-10px}.burc_baslik{font-size:24px;font-weight:700;color:rgba(204,0,141,.65);margin-bottom:10px}.b_kapat{position:relative;float:right;color:#ddd000;font-size:24px;cursor:pointer}.b_kapat i{position:absolute;right:-6px;top:-10px}@media only screen and (max-width:1024px){#burclar{display:flex;display:-ms-flexbox;overflow-x:scroll;-webkit-overflow-scrolling:touch}#burclar li{margin:5px 5px}}.sinemalar{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap;margin:0 -10px 30px -10px}.sinemalar>.film{display:flex;flex-grow:unset;flex:1 0 20%;background:#fff;padding:15px;border:1px solid silver;box-shadow:1px 1px 4px 0 rgb(0 0 0 / 9%);margin:10px 10px;position:relative;border-radius:10px;overflow:hidden;flex-direction:column}.sinemalar>.film .film-adi{color:red;font-weight:900}.sinemalar>.film .film-item{margin-bottom:10px}.sinemalar>.film .film-item span{font-weight:900}.sinemalar>.film .film-item:last-child{margin-bottom:0}@media only screen and (max-width:768px){.sinemalar>.film:first-child{margin-top:0}.sinemalar>.film{flex:1 0 50%}.header-sub-title{font-size:14px;padding:15px 0;height:unset}.sinemalar{margin:0}}.sinemalar{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0}.kutu{text-align:center;background:#fff;border-radius:10px;box-shadow:0 0 5px rgb(0 0 0 / 24%);border:2px solid #fff;overflow:hidden;padding-bottom:10px;min-height:320px}.kutu img{margin-left:auto;margin-right:auto;display:block;object-fit:contain;width:100%}.kutu div{text-align:center}.kutu div.isim{font-weight:bold;margin-top:10px}.kutu div.isim span{font-weight:normal;margin-top:10px;font-size:12px}.kutu div.tur{font-size:10px;margin-top:5px}.esen-drawer-menu{cursor:pointer}#sideright{display:block;overflow:auto}#sideright::-webkit-scrollbar{width:.2rem}#sideright::-webkit-scrollbar-thumb{background-color:#a3a3a3}#sideright::-webkit-scrollbar-track{background-color:transparent}.esn-sideright{position:fixed;opacity:0;right:0;top:0;height:100%;z-index:999999;box-shadow:0 0 30px rgba(0,0,0,0.6);width:250px;color:#000;background:#fff}.sideright-content{padding:20px;display:flex;flex-wrap:wrap;flex-direction:column;overflow:auto}.side-backdropped{background:#000;position:fixed;left:0;top:0;bottom:0;right:0;display:none;opacity:0;z-index:50;will-change:opacity;transition:all 600ms ease}.side-visible .side-backdrop{display:block}.mobile-right-side-logo{display:block;background:#0a192e;margin:0 -20px;line-height:.7;position:relative;padding:0 20px;height:94px;border-bottom:2px solid red;align-items:center;justify-content:center;display:flex;margin-top:-23px;box-shadow:0 3px 10px rgb(0 0 0 / 7%)}.sideright-content .primary-nav-sidebar{overflow:hidden}.sideright-content .primary-nav-sidebar li{height:40px;display:block;position:relative;z-index:auto;border-top:1px solid #e7e9eb;line-height:40px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.sideright-content .primary-nav-sidebar li:first-child{border-top:0}.sideright-content .primary-nav-sidebar li:after{content:' \f0da';font-family:Font Awesome\ 5 Free;font-weight:900;position:absolute;right:0;top:0;color:#b7b7b7}.sideright-content .primary-nav-sidebar li i{display:none}.sideright-content .primary-nav-sidebar li a{display:block;padding-left:20px;position:relative;z-index:2;font-size:15px;color:#14233a;white-space:nowrap;padding:0}.side-links{width:calc(100% + 40px);border-bottom:1px solid #ccc;padding:10px 20px;margin:0 -20px;color:#000 !important;display:flex;align-items:center}.side-links i,.side-links img{margin-right:4px}.side-namaz i{color:#15b3cc}.side-gazete i{color:#444}.side-puan i{color:#09b646}.side-hava i{color:#078fff}.side-kategoriler{background:#ddd;width:calc(100% + 40px);border-bottom:1px solid #ccc;padding:10px 10px;margin:0 -20px;font-weight:700;margin-bottom:10px}.side-right-social li a{color:#fff}.sideright-content .social{font-weight:500;font-size:16px;margin-bottom:10px;background-image:linear-gradient(196deg,#3b5998 0,#1e3359 100%);padding:10px;border-radius:3px;text-align:center;border:1px solid rgb(255 255 255 / 15%);color:#ff}.sideright-content .social.facebook{background-image:linear-gradient(196deg,#3b5998 0,#1e3359 100%)}.sideright-content .social.twitter{background-image:linear-gradient(196deg,#4f4f4f 0,#000 100%)}.sideright-content .social.instagram{background-image:linear-gradient(196deg,#c11099 0,#1e3359 100%)}.sideright-content .social.youtube{background-image:linear-gradient(196deg,#f00 0,#1e3359 100%)}.sideright-content .social.pinterest{background-image:linear-gradient(196deg,#e60023 0,#9b0000 100%)}.sideright-content .social.dribbble{background-image:linear-gradient(196deg,#ea4c89 0,#ea4c89 100%)}.sideright-content .social.telegram{background-image:linear-gradient(196deg,#08c 0,#08c 100%)}.sideright-content .social.tiktok{background-image:linear-gradient(196deg,#000 0,#1e3359 100%)}.side-app-icons{display:flex;justify-content:center;align-items:center;flex-direction:column}.side-app-icons li{padding:0 5px}.side-app-icons li img{width:200px}.whatsapp-ihbar{background-image:linear-gradient(196deg,#0dd859 0,#007525 100%);padding:5px 15px;border-radius:5px}.whatsapp-ihbar a i{padding:10px 10px;margin-right:0;text-align:center;border-radius:5px;font-size:20px}.whatsapp-ihbar a{color:#fff;display:flex;justify-content:center;align-items:center}.esenhaber-overlay{background:#000;position:fixed;left:0;top:0;bottom:0;right:0;visibility:hidden;opacity:0;z-index:50;will-change:opacity;transition:all 600ms ease}.overlay-active{visibility:visible;opacity:.3;transition:all 600ms ease}.info-msg,.success-msg,.warning-msg,.error-msg{margin:10px 0;padding:10px;border-radius:3px 3px 3px 3px}.info-msg{color:#059;background-color:#BEF}.success-msg{color:#270;background-color:#dff2bf}.warning-msg{color:#9f6000;background-color:#feefb3}.error-msg{color:#d8000c;background-color:#ffbaba}.mobil-menu-bar{display:none}.search-mobile-top{display:none}.m-arama{opacity:0;visibility:hidden}#sidenav{display:none}.mobile-side-logo{display:none}.mobile-display{display:none}@media(max-width:1200px) and (min-width:1019px){.esen-container{max-width:900px}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li{padding:0 5px}.pageskin-sol-sag-ad{display:none}.corona-widget-content{padding:2px 10px 0 36px}}@media only screen and (max-width:1024px){.d-md-none{display:none}#sidenav{display:block}.sn-backdrop{background:#000;position:fixed;left:0;top:0;bottom:0;right:0;display:none;opacity:0;z-index:50;will-change:opacity;transition:all 300ms ease}.sn-visible .sn-backdrop{display:block}.sn-sidenav{position:fixed;opacity:0;left:0;top:0;height:100%;z-index:999999;box-shadow:0 0 30px rgba(0,0,0,0.6);width:70%;color:#000;background:#fff}.sideContent{padding:20px;display:flex;flex-wrap:wrap;flex-direction:column}.sn-content{position:relative;z-index:10}.sn-visible,.sn-visible body,.sn-visible .sn-content{overflow:hidden}#pages{-webkit-transition:all .6s cubic-bezier(0.77,0,0.175,1);-moz-transition:all .6s cubic-bezier(0.77,0,0.175,1);transition:all .6s cubic-bezier(0.77,0,0.175,1)}.main-navigation ul{display:none}.primary-nav-sidebar-wrapper{display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;will-change:transform;height:calc(100% - 300px);position:fixed;left:0;padding:0 30px 0 30px;margin:0;width:100%;top:145px}.sideContent .primary-nav-sidebar-wrapper.mobile-only{display:none}.sideContent .primary-nav-sidebar{float:left;width:100%;padding:0}.sideContent .primary-nav-sidebar li{display:inline-block;float:left;width:100%;text-align:left;position:relative;border-bottom:1px solid rgba(0,0,0,0.09);padding:0;text-transform:uppercase;font-size:13px}.sideContent .primary-nav-sidebar>li:last-of-type{border:0}.sideContent .primary-nav-sidebar li a{display:block;padding:10px 0;color:#000;text-transform:uppercase;font-weight:700;text-decoration:none}.sideContent .primary-nav-sidebar li a:hover{background-color:transparent}.sideContent span.close{display:block;margin:0 0 40px 10px;text-align:right;cursor:pointer;position:relative}.sideContent .logo{text-align:center;margin:0 auto 20px auto;font-size:28px;text-transform:uppercase}.sideContent .logo a{color:#333;font-weight:700}.sideContent .logo img{width:40%;margin:0 auto 10px auto}.sideContent ul.primary-nav-sidebar ul.sub-menu{clear:both;float:none;display:none;margin-bottom:1px;margin-top:0;margin-left:0;width:100%;padding:0}.sideContent ul.primary-nav-sidebar .sub-menu li a{font-weight:400;color:#000;padding-left:25px;font-size:12px}.sideContent ul.primary-nav-sidebar .sub-menu li .sub-menu li a{font-weight:400;color:#000;padding-left:45px}.sideContent ul.primary-nav-sidebar .sub-menu li:last-of-type{border:0}.m-menu-arrow{position:absolute;cursor:pointer;top:5px;right:-4px;z-index:1000;font-size:14px;padding:6px 12px;float:right;color:#ccc}.sideContent ul.primary-nav-sidebar .m-menu-arrow:only-child:before{content:' '}.sideContent ul.primary-nav-sidebar .menu-item-has-children>a .m-menu-arrow:before{font-family:'Font Awesome\ 5 Free';content:"\f107";margin-right:5px;margin-top:-5px;margin-left:5px;font-size:16px;font-style:normal;float:right;font-weight:900 !important}.sideContent ul.primary-nav-sidebar .menu-item-has-children>a .close:before{content:"\f106"}.mobile-side-logo{display:block;margin:0 -20px;position:relative;padding:30px;margin-top:-23px;line-height:.7}.mobile-side-logo:after{content:'';position:absolute;left:0;bottom:-10px;width:0;height:0;border-top:11px solid #da171e;border-right:15px solid transparent}.mobile-side-logo>a>img{max-width:50%;max-height:60px}.mobile-display{display:block}.mobil-menu-bar{display:inline-flex}.mobil-menu-bar>div{display:inline-flex;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;top:0;right:0;color:#fff;height:47px;cursor:pointer;z-index:10;font-size:21px;line-height:50px;-webkit-background-clip:padding-box;background-clip:padding-box;padding:0;width:55px;justify-content:center;align-items:center}.logo{height:unset;width:unset;max-width:unset;margin-right:0}.logo_kapsayici{left:calc(50% - 11px);position:absolute;color:#fff;display:inline-block;padding:0;white-space:nowrap;-webkit-transform:translateX(-50%);transform:translateX(0);top:0;width:unset;float:unset;margin-left:-10px}.logo-vd{border:none !important;overflow:unset}.logo a img{max-height:28px;max-width:40vw}.main-navigation,.top-bar,.header-reklam{display:none}.esen-container{width:100%;padding:0 10px}.site-header{background-repeat:no-repeat;background-size:cover;width:100%;height:auto}.site-content{padding-top:0}.site-header .logo{height:47px}.site-branding{height:47px;position:relative}.son-dakika-arama{width:100%}.son-dakika-arama>.esen-container>.arama{display:none}.son-dakika-arama>.esen-container>.son-dakika{width:100%}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-item{width:100%;z-index:1;padding-right:70px;font-size:14px;max-height:40px}.son-dakika-arama>.esen-container>.son-dakika>.sd-list>.sd-left-right-button{z-index:2}.search-mobile-top{padding-right:8px;font-size:21px;display:flex}.search-mobile-top>a{color:#000}.m-arama{opacity:0;visibility:hidden;position:absolute;top:38px;right:-10px;height:40px;width:250px;padding:7px;background:#ededed;z-index:999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 6px 10px -6px rgba(0,0,0,0.41)}.search-mobile-top:hover>.m-arama{opacity:1;visibility:visible}.search-mobile-top:hover>.m-arama:before{content:" ";position:absolute;right:13px;top:-8px;border-style:solid;border-width:0 8px 8px 8px;border-color:#000 transparent #000 #7b7b7b00;opacity:1}.m-arama .sb-search-input{color:#444;border:0;background:transparent;float:left;outline:0}.m-arama .sb-icon-search{color:#fff;background:#000}.m-arama .sb-icon-search:before{content:""}.m-arama .sb-search.sb-search-open,.no-js .sb-search{width:100%}.m-arama .sb-search-submit{color:transparent;background:transparent;z-index:11;border:0;outline:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.m-arama .sb-icon-search,.sb-search-submit{width:45px;height:40px;display:block;position:absolute;right:-2px;top:0;padding:0;margin:0;line-height:42px;text-align:center;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.mp0{padding:0}.entry-content table{display:block;overflow-x:auto;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;-webkit-overflow-scrolling:touch}.content-left{width:calc(100% - (0 * 50px));padding:0;border-right:0}.content-right{width:calc(100% - 0px);margin:0 -10px;padding-left:20px}.content-left-right-container{display:block;margin:0 -10px}.post-image img{width:100%;height:auto}.entry-title{font-size:22px;line-height:1.3;margin-top:0;margin-bottom:20px}.entry-header>.post-excerpt{font-size:19px;font-weight:400;color:#000;margin:0 0 20px 0}.est-header-1{padding:20px}.est-post-thumbnail-1{margin:0}.est-content-1{padding:0 15px 0 15px;font-size:18px}.post-share-right{width:100% !important;padding:0 20px 0 20px}.est-post-meta-1{margin:0}#comments{padding:10px 10px}.est-footer-1{padding:0 10px}.entry-footer>.related-posts ul li{width:50%;flex-basis:50%}.entry-footer>.related-posts ul li>.item a>.post-thumbnail{height:unset}.est-header-2{padding:0 20px;margin:0 -10px}.est-header-2>.est-post-meta-1{margin-bottom:20px}.breadcrumbs{padding:10px 0 15px 0}.yazar-sag>.entry-title{margin-top:1em}.author-aplus{padding:0 15px}.est-header-yazar>.yazar-box{padding:25px 15px}.author-page-breadcrumbs{padding:10px 15px}.markalar{display:none}.top-header-menu{display:none}.sd-red-bg{display:none}.son-dakika-arama>.esen-container>.son-dakika:before{display:none}.son-dakika-arama>.esen-container>.son-dakika:after{display:none}.son-dakika-arama>.esen-container>.son-dakika>.sd-ikon{padding-right:5px;padding-left:20px}.son-dakika-arama>.esen-container>.son-dakika>.sd-list{line-height:42px}.search-mobile-top{font-size:20px;display:flex}.search-mobile-top>a{color:#000}.m-arama{opacity:0;visibility:hidden;position:absolute;top:38px;right:-10px;height:40px;width:250px;padding:7px;background:#ededed;z-index:999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 6px 10px -6px rgba(0,0,0,0.41)}.m-arama .sb-search-input{color:#444;border:0;background:transparent;float:left;outline:0}.m-arama .sb-icon-search{color:#fff;background:#000}.m-arama .sb-icon-search:before{content:""}.m-arama .sb-search.sb-search-open,.no-js .sb-search{width:100%}.m-arama .sb-search-submit{color:transparent;background:transparent;z-index:11;border:0;outline:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.m-arama .sb-icon-search,.sb-search-submit{width:45px;height:40px;display:block;position:absolute;right:-2px;top:0;padding:0;margin:0;line-height:42px;text-align:center;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.search-button-nav{color:#fff}.top-elements{padding-top:0}.top-elements li a{color:#000}.top-elements ul{display:flex;background:#f4f4f4;padding:15px;margin:0 -20px;justify-content:space-around}.sideContent .hava_durumu{position:absolute;right:0;bottom:0;display:flex;background:rgb(0 0 0 / 29%);min-height:100%;height:100%;z-index:1;width:35%;flex-direction:column;justify-content:center}.sideContent .hava_durumu:after{content:'';position:absolute;left:-20px;top:0;width:0;height:0;border-left:21px solid transparent;z-index:0}.sideContent .havaD{font-size:16px}.sideContent .hava_durumu select{margin:0;width:95px;color:rgb(0 0 0 / 74%)}.sideContent .esen-weather{left:0;transform:unset;width:160px}.sideContent .esen-weather>ul>li{line-height:1.5 !important;padding:5px 20px;font-size:14px}.sideContent .esen-weather>ul{overflow-y:auto;align-items:unset;-webkit-overflow-scrolling:auto;white-space:nowrap;display:block;flex-direction:unset}.sideContent .esen-weather>.weather-city-search input{font-size:16px}.sideContent .havaDurumu li{align-items:center;flex-direction:column;justify-content:center}.sideContent .hava-derece{margin-bottom:10px}.markalar-mobil{display:flex;margin-top:10px;padding:0 8px}.markalar-mobil{width:100%;height:42px}.markalar-mobil>div{border:2px solid rgb(0 0 0 / 19%);color:rgb(0 0 0 / 66%)}.post-details-share{margin:0 0 20px 0}.content-sol-ara{height:5px;line-height:.7;margin:20px 0;background:#e9e9e9}.widget-title{font-size:20px}.logo-container{background:#da171e}.sag_absolut,.sol_absolut{display:none}.search-mobile-top ul{display:flex;justify-content:center;align-items:center;height:35px}.search-mobile-top ul li:last-child{padding-right:0}.search-mobile-top ul li{font-size:20px;width:30px;height:35px;text-align:center;align-items:center;display:flex;justify-content:center}.search-mobile-top ul li a{color:#fff}.marka-inner-container{display:none}.nav-container{height:auto !important}.mobile-right-drawer-menu{color:#fff;cursor:pointer}.mobile-header{display:flex;position:relative;justify-content:space-between;align-items:center;background:#535353}.sideright-content .mobile-right-side-logo{border-bottom:unset;height:80px}.sideright-content .mobile-right-side-logo>a>img{max-width:154px}.nav-container{border-bottom:unset !important}.search-box,.search-detail{height:92px !important}.breadcrumbs{border-left:unset !important}.haber-post:after{width:100% !important;top:0 !important;left:0 !important}.breadcrumbs__current{color:#adadad;display:none}.lastsep{display:none !important}.content-left.standart-sidebar{width:100%}.content-right.standart-sag-sidebar{width:100%}}@media only screen and (max-width:768px){.footer-widget-inner{width:86%;flex-grow:1;flex-basis:86%;float:left;padding:0}.site-info{padding:25px;position:relative;height:unset;text-align:center}.site-info>.footer-ab{background:#fff;width:100%;height:unset}.site-info .footer-text{position:unset}.site-info:after{content:unset}.logo_kapsayici{width:23% !important}.corona-widget-title:after,.corona-widget-title,.corona-widget:before{display:none}.corona-widget-content{padding:2px 20px 0 20px;justify-content:space-between;width:100%}.corona-widget-item .title{font-size:12px;line-height:12px}.post-share-right{padding:0}.est-post-meta-1 time{padding:0}.breadcrumb__google-news a{width:80px;height:21px;line-height:1.4}.header-sub-list{display:flex;display:-ms-flexbox;overflow-x:scroll;-webkit-overflow-scrolling:touch}.header-sub{margin-bottom:10px}.site-header{padding-bottom:10px}.header-sub{background:#223041;padding:5px 0 2px 0;margin-top:-10px;margin-bottom:20px}.sn-sidenav{width:80%}}@media only screen and (max-width:480px){.logo_kapsayici{width:34% !important}.footer-widget-inner{width:86%;flex-grow:1;flex-basis:86%;float:left;padding:0}.esen-footer-menu{float:none;padding:10px 10px;display:block;overflow:hidden;background:#fbfbfb;margin:0 -20px}.footer-last{height:unset;font-size:16px;line-height:1.5;padding:10px 10px 0 10px}.footer-last .tum-haklari{padding:15px;display:inline-block}.site-info{padding:25px;position:relative;height:unset;text-align:center}.site-info>.footer-ab{background:#fff;width:100%;height:unset}.site-info .footer-text{position:unset}.site-info:after{content:unset}.content-right{display:none}.esn-next-news{bottom:-28px;height:44px;line-height:47px}.est-content-1{font-size:17px;word-wrap:break-word}.est-header-yazar>.yazar-box .yazar-sag{width:100%;padding:15px}.est-header-yazar>.yazar-box .yazar-image{text-align:center;background:#efefef;margin-right:unset;max-width:unset;min-width:unset;display:block;align-items:unset;justify-content:unset;align-content:unset;box-shadow:unset}.est-header-yazar>.yazar-box{line-height:.7;padding:0;display:unset}.author-aplus{display:flex;padding:0 15px}.yazar-sag>.est-post-meta-1{margin:0 0 2em 0}.author-aplus ul li{margin:0 1px;border-radius:4px}.est-header-yazar .post-details-share{position:unset;right:unset;top:unset;display:inline-flex;float:right;margin-top:-70px}.post-share-right-author{padding:0 !important}.author-page-breadcrumbs{display:none}.just-author-page{background:#fff;margin:0 -10px}.est-header-yazar>.in-author .yazar-sag{padding:20px 15px 10px 15px}.just-author-page-yazar-sag{padding:20px}.est-header-yazar>.in-author .yazar-name{font-size:22px}.breadcrumbs.br-author{padding:0 0 20px 15px;background:#efefef}.est-header-yazar>.in-author .post-details-share{top:85px}.post-details-share>.post-share-right>.post-share-buttons>li>a{height:32px;width:32px}.est-header-yazar>.in-author .yty-in-author{padding-top:17px;display:none}.in-author-posts{padding:0 15px}.in-author-posts li{padding:20px 0;border-bottom:1px solid #e8e8e8}.author-post-excerpt{display:none}.in-author-posts li a{font-weight:500;font-size:16px}.site-branding{height:auto}.br-author{display:none}.gazeteler{justify-content:center !important}.post-details-share>.post-share-right>.post-share-buttons>li.f-print,.post-details-share>.post-share-right>.post-share-buttons>li.f-refresh{display:none}.sosyal-fix-bottom>.post-share-right{padding:0}.agir-hasta{display:none}.corona-widget-content{padding:2px 10px 0 10px;justify-content:space-around;margin-top:0}.bugun-iyilesen{display:none}.corona-widget-item .result{font-size:12px;height:22px;line-height:22px}.corona-widget-item .title{font-size:10px}.corona-widget{height:70px}.lazyload{height:100% !important}.galeri-right{display:block}.galeri-right time{padding:0 0 26px 10px}.footer-last .tum-haklari{display:inline-block;line-height:1.5}.haber-detay-reklam{margin-right:0;margin-bottom:20px;display:block;width:100%;text-align:center}.wp-block-image .alignleft{margin:.5em 0 .5em 0}}@media only screen and (max-width:360px){.top-elements li a{font-size:11px}.msite-logo{max-width:140px !important}}@media only screen and (max-width:320px){.top-elements li{padding:0 4px}.post-details-share>.post-share-right>.post-share-buttons>li.f-minus,.post-details-share>.post-share-right>.post-share-buttons>li.f-refresh,.post-details-share>.post-share-right>.post-share-buttons>li.f-plus{display:none}.search-mobile-top ul li{font-size:12px;padding:0 4px}.msite-logo{max-width:120px !important}.est-header-yazar .post-details-share{margin-top:-160px !important}.siradaki-haber .sh-title .siradaki-title{max-width:220px}.siradaki-haber .sh-image>img{width:51px;min-width:64px}}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0;color:inherit;border:0;padding:0 !important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.gazetemag.com/wp-content/themes/esenhaber/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel{touch-action:manipulation !important}@font-face{font-family:weathericons;font-display:swap;src:url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.eot);src:url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.woff2) format('woff2'),url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.woff) format('woff'),url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.ttf) format('truetype'),url(https://www.gazetemag.com/wp-content/themes/esenhaber/css/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-crescent-1:before{content:"\f096"}.wi-moon-waxing-crescent-2:before{content:"\f097"}.wi-moon-waxing-crescent-3:before{content:"\f098"}.wi-moon-waxing-crescent-4:before{content:"\f099"}.wi-moon-waxing-crescent-5:before{content:"\f09a"}.wi-moon-waxing-crescent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-crescent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-crescent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-crescent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-crescent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-crescent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-crescent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before{content:"\f01e"}.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before{content:"\f017"}.wi-yahoo-6:before{content:"\f017"}.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before{content:"\f01a"}.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before{content:"\f050"}.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before{content:"\f00e"}.wi-yahoo-38:before{content:"\f00e"}.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-4:before{content:"\f014"}.wi-wmo4680-05:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-10:before{content:"\f014"}.wi-wmo4680-11:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before{content:"\f017"}.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before{content:"\f063"}.wi-wmo4680-28:before{content:"\f063"}.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before{content:"\f014"}.wi-wmo4680-31:before{content:"\f014"}.wi-wmo4680-32:before{content:"\f014"}.wi-wmo4680-33:before{content:"\f014"}.wi-wmo4680-34:before{content:"\f014"}.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before{content:"\f015"}.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before{content:"\f01b"}.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before{content:"\f01c"}.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before{content:"\f019"}.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before{content:"\f076"}.wi-wmo4680-55:before{content:"\f076"}.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before{content:"\f01c"}.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before{content:"\f019"}.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before{content:"\f015"}.wi-wmo4680-65:before{content:"\f015"}.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before{content:"\f017"}.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before{content:"\f01b"}.wi-wmo4680-71:before{content:"\f01b"}.wi-wmo4680-72:before{content:"\f01b"}.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before{content:"\f076"}.wi-wmo4680-75:before{content:"\f076"}.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before{content:"\f019"}.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before{content:"\f017"}.wi-wmo4680-86:before{content:"\f017"}.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before{content:"\f01e"}.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before{content:"\f01e"}.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before{content:"\f01e"}.wi-owm-201:before{content:"\f01e"}.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before{content:"\f016"}.wi-owm-211:before{content:"\f016"}.wi-owm-212:before{content:"\f016"}.wi-owm-221:before{content:"\f016"}.wi-owm-230:before{content:"\f01e"}.wi-owm-231:before{content:"\f01e"}.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before{content:"\f01c"}.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before{content:"\f019"}.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before{content:"\f01c"}.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before{content:"\f019"}.wi-owm-502:before{content:"\f019"}.wi-owm-503:before{content:"\f019"}.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before{content:"\f01a"}.wi-owm-521:before{content:"\f01a"}.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before{content:"\f01b"}.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before{content:"\f017"}.wi-owm-612:before{content:"\f017"}.wi-owm-615:before{content:"\f017"}.wi-owm-616:before{content:"\f017"}.wi-owm-620:before{content:"\f017"}.wi-owm-621:before{content:"\f01b"}.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before{content:"\f063"}.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before{content:"\f011"}.wi-owm-802:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before{content:"\f010"}.wi-owm-day-201:before{content:"\f010"}.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before{content:"\f005"}.wi-owm-day-211:before{content:"\f005"}.wi-owm-day-212:before{content:"\f005"}.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before{content:"\f010"}.wi-owm-day-231:before{content:"\f010"}.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before{content:"\f00b"}.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before{content:"\f008"}.wi-owm-day-310:before{content:"\f008"}.wi-owm-day-311:before{content:"\f008"}.wi-owm-day-312:before{content:"\f008"}.wi-owm-day-313:before{content:"\f008"}.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before{content:"\f00b"}.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before{content:"\f008"}.wi-owm-day-502:before{content:"\f008"}.wi-owm-day-503:before{content:"\f008"}.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before{content:"\f009"}.wi-owm-day-521:before{content:"\f009"}.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before{content:"\f006"}.wi-owm-day-612:before{content:"\f006"}.wi-owm-day-615:before{content:"\f006"}.wi-owm-day-616:before{content:"\f006"}.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before{content:"\f00a"}.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before{content:"\f063"}.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before{content:"\f000"}.wi-owm-day-802:before{content:"\f000"}.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before{content:"\f02d"}.wi-owm-night-201:before{content:"\f02d"}.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before{content:"\f025"}.wi-owm-night-211:before{content:"\f025"}.wi-owm-night-212:before{content:"\f025"}.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before{content:"\f02d"}.wi-owm-night-231:before{content:"\f02d"}.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before{content:"\f02b"}.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before{content:"\f028"}.wi-owm-night-310:before{content:"\f028"}.wi-owm-night-311:before{content:"\f028"}.wi-owm-night-312:before{content:"\f028"}.wi-owm-night-313:before{content:"\f028"}.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before{content:"\f02b"}.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before{content:"\f028"}.wi-owm-night-502:before{content:"\f028"}.wi-owm-night-503:before{content:"\f028"}.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before{content:"\f029"}.wi-owm-night-521:before{content:"\f029"}.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before{content:"\f026"}.wi-owm-night-612:before{content:"\f026"}.wi-owm-night-615:before{content:"\f026"}.wi-owm-night-616:before{content:"\f026"}.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before{content:"\f02a"}.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before{content:"\f063"}.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before{content:"\f022"}.wi-owm-night-802:before{content:"\f022"}.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}.wi-wu-chanceflurries:before{content:"\f064"}.wi-wu-chancerain:before{content:"\f019"}.wi-wu-chancesleat:before{content:"\f0b5"}.wi-wu-chancesnow:before{content:"\f01b"}.wi-wu-chancetstorms:before{content:"\f01e"}.wi-wu-clear:before{content:"\f00d"}.wi-wu-cloudy:before{content:"\f002"}.wi-wu-flurries:before{content:"\f064"}.wi-wu-hazy:before{content:"\f0b6"}.wi-wu-mostlycloudy:before{content:"\f002"}.wi-wu-mostlysunny:before{content:"\f00d"}.wi-wu-partlycloudy:before{content:"\f002"}.wi-wu-partlysunny:before{content:"\f00d"}.wi-wu-rain:before{content:"\f01a"}.wi-wu-sleat:before{content:"\f0b5"}.wi-wu-snow:before{content:"\f01b"}.wi-wu-sunny:before{content:"\f00d"}.wi-wu-tstorms:before{content:"\f01e"}.wi-wu-unknown:before{content:"\f00d"}.sol-pageskin-infinite{width:160px;position:absolute;left:-180px;margin-bottom:20px}.sag-pageskin-infinite{width:160px;position:absolute;right:-180px}.sol-ps{margin-bottom:10px}.sag-ps{margin-bottom:10px}@media screen and (max-width:1495px){.sol-pageskin-infinite{left:-173px}}@media screen and (max-width:1495px){.sag-pageskin-infinite{right:-12px}}.sd-shine1{-webkit-background-size:40px;color:rgba(255,255,255,0.4);-webkit-background-clip:content-box;-webkit-animation-name:sd-shine1;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite}@-webkit-keyframes sd-shine1{0%,10%{top:-30px}20%{background-position:top left}40%{background-position:top right}60%{color:red}80%{color:#fff;top:0}100%{top:0}}.sd-shine2{-webkit-animation-name:sd-shine2;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite}.sd-text-scale{animation:spink 1s linear infinite}@-webkit-keyframes spink{0%{transform:scaleX(1) scaleY(1)}50%{transform:scaleX(1.2) scaleY(1.2)}}@-webkit-keyframes sdok{0%{transform:translateX(-100px);opacity:1}100%{transform:translateX(0);opacity:0}}@-webkit-keyframes sdoksag{0%{transform:translateX(100px);opacity:1}100%{transform:translateX(0);opacity:0}}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li{transition:all 300ms linear}.main-navigation>.esen-container>.menu-ana-menu-container>ul>li a:before{content:none}.logo{height:58px}.search-button-nav{background:unset}.sticky-footer{display:none;justify-content:space-evenly;align-items:center;position:fixed;bottom:0;width:100%;background:white;z-index:9999}.sticky-footer__item{display:flex;flex-direction:column;align-items:center;padding:.5rem 0;font-size:.8rem;color:#878787;padding-bottom:0}.sticky-footer__item:focus,.sticky-footer__item:active,.sticky-footer__item:hover,.sticky-footer__item:visited{color:#878787}.sticky-footer__item.selected_btab{color:#000}.sticky-footer__item i{margin-bottom:.1rem}.wp-caption-text{display:none}.header-profile{display:flex;justify-content:space-between;align-items:center;color:#fff}.profile-menu-button{padding:5px 12px;background:rgb(255 255 255 / 19%);border-radius:5px;z-index:99;display:none}.container{display:flex;margin-bottom:20px}.left-column{width:30%;background-color:#2c3a4e;padding:20px}.profile{text-align:center;background:rgb(255 255 255 / 14%);padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:-20px -20px 0 -20px}.profile img{width:150px;height:150px;border-radius:50%;padding:4px;border:1px solid rgb(255 255 255 / 42%)}.change-btn{margin-top:10px;padding:5px 10px;background-color:#445e82;color:white;border:0;border-radius:4px;cursor:pointer}.profile-menu{list-style-type:none;padding:0;margin-top:20px}.profile-menu>li{padding:10px;cursor:pointer;border-bottom:1px solid rgb(255 255 255 / 10%);display:flex;justify-content:space-between}.profile-menu>li span{background:rgb(0 0 0 / 31%);color:#fff;padding:3px 10px;border-radius:10px;font-size:12px}.profile-menu>li:last-child{border:0}.profile-menu>li.active{background:rgb(255 255 255 / 10%);margin:0 -20px;padding:10px 28px;border-left:2px solid #fff}.profile-menu>li a:hover{color:rgb(255 255 255 / 70%)}.profile-menu>li>a{color:#fff;display:block}.profile-menu>li i{width:20px}.right-column{width:70%;padding:0 20px}.user-name{padding-top:15px;color:rgb(255 255 255 / 46%)}.photo-change-container{position:relative}.photo-change-container input{width:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.photo-change-container input::-webkit-file-upload-button{cursor:pointer}.photo-change-container:hover .change-btn{color:#fff;background-color:#6591d8;transition:all .2s ease-in-out}.tab-pane{padding:20px;background:#fff;margin-bottom:20px;box-shadow:1px 1px 8px -3px rgb(0 0 0 / 21%)}.tab-pane:last-child{margin-bottom:0}.form-group{margin-bottom:1rem}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem !important;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}.btn{cursor:pointer;display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-primary{color:#fff;background-color:#445e82;border-color:#375c83}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.my-post-load-more li{background:#fff;margin-bottom:20px;box-shadow:0 0 7px rgba(0,0,0,.10);line-height:0;padding:15px;display:flex}.my-post-body{display:flex;gap:20px}.my-post-body>.post-image{min-width:40%;max-width:35%}.my-post-body>.post-image img{object-fit:cover;height:100%}.my-post-load-more li h3{color:#000;line-height:1.5;margin-top:0}.my-post-load-more li p{line-height:1.5;color:gray}.my-edit-post,.my-edit-post:visited{color:#2d6cc5;padding:10px;display:inline-flex;justify-content:end;align-items:center;margin-left:15px}.my-edit-post:hover{color:red}.my-post-load-more-container,.my-comments-load-more-container{display:flex;justify-content:center}#my-post-load-more,#my-comments-load-more{text-align:center;margin-top:20px;background:white;height:55px;width:200px;border-radius:5px;cursor:pointer;border:1px solid #ccc !important;color:#000}.my-post-details{display:flex;gap:20px}.my-post-details>.post_detail{color:#999;font-size:12px;line-height:1.5}.my-post-details>.post_detail.pending{color:orange}.my-post-details>.post_detail.draft{color:gray}.my-post-details>.post_detail.publish{color:green;font-weight:bold}.preview-image{height:auto;cursor:pointer;border:2px dashed transparent}.preview-image:hover{border:2px dashed #1393c8}.featured-image-container{background:#ededed;padding:15px;display:flex;align-items:center;justify-content:space-between}.image-close{padding:5px;background:#fff;cursor:pointer;display:none}.image-close.active{display:block}.image-close:hover{background:red;color:#fff}.ql-editor p{padding-bottom:20px !important}.response-my-post{padding:20px;background:#e1f0e1;color:cadetblue;font-weight:bold}.response-my-post a{color:#207d26;background:#fff;padding:5px 10px;border-radius:5px;margin-left:10px;box-shadow:0 1px 10px -8px #000}@media screen and (max-width:768px){.container{flex-direction:column}.right-column{width:100%;padding:0}.left-column{width:100%;opacity:0;visibility:hidden;position:absolute;top:-20px;left:0;transform:translate3d(0,0,-768px);transition:all .4s ease-in-out 0s;z-index:-1}.left-column.active{opacity:1;visibility:visible;position:absolute;left:0;transform:translate3d(0,0,0);transition:all .4s ease-in-out 0s;height:auto;z-index:9}.profile-menu-button{display:block;width:90px;text-align:center}.profile-menu-button.active{background:rgb(255 255 255 / 19%);border:1px solid #fff}.my-post-load-more li{flex-direction:column}.my-post-body{flex-direction:column}.my-post-body>.post-image{min-width:100%;max-width:100%}.my-post-body>.post-image img{height:auto;width:100%}}.custom-select{position:relative;display:inline-block;border-radius:4px;background-color:#fff;border:1px solid #ced4da;padding:6px 30px 6px 12px;font-size:16px;line-height:1.5;cursor:pointer;user-select:none;transition:all .15s ease-in-out;width:100%}.custom-select:focus{outline:0;box-shadow:0 0 0 .25rem rgba(0,123,255,0.25);border-color:#007bff}.custom-select:disabled{opacity:.5;cursor:not-allowed}.custom-select::-ms-expand{display:none}.custom-select::before{content:"";position:absolute;top:50%;right:10px;transform:translateY(-50%);border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;pointer-events:none}.custom-select:hover::before{border-top-color:#007bff}.custom-select:focus::before{border-top-color:#007bff}.esenhaber-author-box{display:flex;align-items:center;justify-content:space-between;padding-bottom:5px}.esenhaber-author-box .author-details{display:flex;align-items:center}.esenhaber-author-box .avatar{display:inline-block;border:2px solid red;padding:2px;border-radius:50%}.esenhaber-author-box img{border-radius:50%;width:48px;height:48px}.esenhaber-author-box .author-names{margin-left:10px}.esenhaber-author-box a{color:#757575;font-weight:500}.esenhaber-author-box .auhor-all-posts>a{background:#ededed;color:#444;border-radius:5px;padding:5px 10px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.esenhaber-author-box .auhor-all-posts>a:hover{background:#444;color:#ededed}.esenhaber-home{padding:30px 0}.esenhaber-home>ul{margin:0;padding:0;overflow:hidden;display:flex;flex-wrap:wrap}.esenhaber-home>ul>li{list-style:none;float:left;padding:0 15px;margin-bottom:80px;width:100%;flex-grow:1;flex-basis:100%}.esenhaber-home>ul>li>.item{position:relative}.esenhaber-home>ul>li>.item a>.post-thumbnail{position:relative;text-align:center;width:100%;height:500px;margin-bottom:10px;overflow:hidden}.esenhaber-home>ul>li>.item a>.post-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.esenhaber-home>ul li>.item a>.post-thumbnail img{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.esenhaber-home>ul li>.item a:hover>.post-thumbnail img{opacity:.9;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.esenhaber-home>ul>li>.item a{text-decoration:none}.esenhaber-home>ul>li>.item a>h3{color:#000;text-decoration:none;font-size:26px;font-weight:700;padding-top:7px;margin-top:20px;position:relative;margin-bottom:10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.esenhaber-home>ul li>.item a:hover>h3{color:#828282;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.esenhaber-home>ul>li>.item a>h3:after{content:'';position:absolute;top:-5px;left:0;background-color:#ededed;height:5px;width:11%}.esenhaber-home>ul>li>.item>.post-excerpt{font-size:14px;color:#868686;margin-top:0;margin-bottom:10px}.esenhaber-home>ul>li>.item>.posts-information{display:block}.esenhaber-home>ul>li>.item>.posts-information ul{margin:0;padding:0}.esenhaber-home>ul>li>.item>.posts-information ul>li{display:inline-block;font-size:14px;list-style:none;margin-right:20px;color:#ccc}.esenhaber-home>ul>li>.item>.posts-information ul>li a{color:#ccc}.esenhaber-home>ul>li>.item>.read-more-link{display:block;position:relative}.esenhaber-home>ul>li>.item>.read-more-link>a{float:right;padding:6px 12px;background:#f0f0f0;color:#bbb;text-align:center;border-radius:10px;font-size:14px;font-weight:500;position:relative;z-index:1}.esenhaber-home>ul>li>.item>.read-more-link:after{content:'';width:100%;height:5px;top:15px;z-index:-1;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;position:absolute;background:#f0f0f0}.esenhaber-home>ul>li>.item>.read-more-link>a:hover{background:#ccc;color:#444}@media only screen and (max-width:1024px){.esenhaber-home>ul>li{padding:0 25px}}.wp-element-caption{background:#ededed;padding:5px;margin:0;font-size:14px;margin-top:0 !important;color:#656565;text-align:center}.entry-content>ul{margin:15px;list-style-type:square;padding:0 20px 0 0}.entry-content>ul li{padding:3px 0 5px 5px}.entry-content>ol{margin:15px 0;padding:0 20px 0 20px;list-style-type:decimal}.entry-content>ol li{padding:3px 0 5px 5px}.wp-block-cover__inner-container>p{margin:0}.wp-block-cover{margin-bottom:25px}hr{background-color:rgba(51,51,51,.1);border:0;height:1px;margin:2em 0;position:relative}hr:after{content:'';width:50px;height:6px;top:-2px;border-top:4px dashed #dfdfdf;position:absolute;background-color:#fff;left:50%;transform:translate(-50%,0)}.entry-content #gallery-1{margin-bottom:35px}@media only screen and (max-width:768px){.wp-block-image .alignright{float:unset;margin:0;width:100%}.entry-content>ul{padding:0 20px 0 5px}}