html{line-height:1.15;-webkit-text-size-adjust:100%;}
body{margin:0;}
h1{font-size:2em;margin:0.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:none;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:0.35em 0.75em 0.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:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em;}
code, kbd, tt, var{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size:15px;font-size:0.9375rem;}
abbr, acronym{border-bottom:1px dotted #666;cursor:help;}
mark, ins{background:#fff9c0;text-decoration:none;}
big{font-size:125%;}
html{box-sizing:border-box;}
*,
*: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 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:1em 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;}
.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;}
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:0.75rem;line-height:1;padding:.6em 1em .4em;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{border-color:#ccc #bbb #aaa;}
button: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%;}
.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:0px;}
.sadx{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-align-items:center;-webkit-align-items:center;justify-content:center;flex-direction:column;line-height:0.7;}
.adx{width:100%;min-height:100%;text-align:center;line-height:0.7;}
.adx-bg{background-image:repeating-linear-gradient(-30deg, transparent, transparent 2px, rgba(249, 249, 249, 0.6) 2px, rgb(255, 255, 255) 4px ) !important;}
.vadx{width:100%;min-height:100%;background-image:repeating-linear-gradient(-30deg, transparent, transparent 2px, #f2f2f205 2px, #f2f2f214 4px ) !important;padding:16px 0px;border:1px solid rgba(255, 255, 255, 0.1);text-align:center;line-height:0.7;}
.adx-shadow{zoom:1;}
.cbanner{clear:both;position:relative;z-index:0;line-height:0.7;padding:0;text-align:center;}
.bannerClose{box-sizing:border-box;z-index:8;position:absolute;width:110px;right:0px;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:#ffffff;}
.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;min-height:40px;}
.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:0px;}
.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:none;}
a:hover, a:active{outline:0;}
.textwidget p{margin-top:0;margin-bottom:0px;}
.textwidget{line-height:0.7;}
.widget-title{text-transform:uppercase;color:#3f3f3f;font-size:22px;font-weight:900;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:#ececec;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:0px;top:0px;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:0.2;}
.k-loading{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.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;}
img.LazyYuklendi{-webkit-transition:opacity .1s linear 0.050s;-moz-transition:opacity .1s linear 0.050;transition:opacity .1s linear 0.050s;opacity:1;}
.main-navigation{clear:both;display:block;float:left;width:100%;position:relative;max-height:30px;}
.red a{color:red !important;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul{list-style:none;margin:0;padding-left:0;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li{position:relative;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.current-menu-item > a:before{content:" ";position:absolute;left:calc(50% - 8px);z-index:111;border-style:solid;border-width:8px 8px 0 8px;border-color:#f1f1f1 transparent transparent transparent;opacity:1 !important;transform:translateY(0px) !important;top:-10px;}
.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:150px;position:absolute;left:0;z-index:999;background:#fff;opacity:0;top:calc(100% - 1px);visibility:hidden;-webkit-transform:translateY(-15px);transform:translateY(-15px);-webkit-transition:all 300ms ease;transition:all 300ms ease;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:hover > ul{opacity:1;visibility:visible;-webkit-transform:scale(1) translateY(0px);transform:scale(1) translateY(0px);-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(0px);transform:scale(1) translateX(0px);-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:0px !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;}
.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 9px;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li > ul.sub-menu li{float:none;background:none;position:relative;line-height:30px;display:block;border-top:1px solid rgb(238 238 238 / 18%);padding:0 10px;clear:both;padding-right:0;border-left:none;width:180px;-webkit-box-shadow:inset 0 -4px 0 0 rgba(0,0,0,0.0);-moz-box-shadow:inset 0 -4px 0 0 rgba(0,0,0,0.0);box-shadow:inset 0 -4px 0 0 rgba(0,0,0,0.0)}
.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:0px 20px 0px 10px;text-align:left;color:#0a192e !important;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li ul li a:hover{text-decoration:none;color:rgb(0 0 0 / 52%) !important;}
.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:#ffffff 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:first-child > a:before{content:'';display:none;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul li:hover>a:before{opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transition:all 100ms ease;transition:all 100ms ease;}
.main-navigation{background:#fff;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li{padding:0px 8px;display:table-cell;text-align: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:first-child{background:rgba(0, 0, 0, 0.1);border:none;padding:0px 5px 0px 9px;}
.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{color:#0a192e;position:relative;font-weight:600;font-size:14px;text-transform:uppercase;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:hover a{color:rgb(0 0 0 / 52%);}
.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:.3s;-webkit-transform:scale(.9);transform:scale(.9);left:0;top:55px;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li:hover> .esen-megamenu{z-index:9;opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1);visibility:visible;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:0px;}
.main-navigation > .esen-container > .menu-ana-menu-container > ul > li.megamenu-active{position:unset !important;}
.dn{display:none !important;}
.esenmega > section{padding:0px;margin:0px;}
.final{}
.cekirge{}
@media only screen and (max-width: 768px){
.final{background:linear-gradient(90deg, #00800b00 0%, #006d1e 100%) !important;border-top-right-radius:5px;}
.cekirge{background:linear-gradient(90deg, rgba(103, 58, 183, 0) 0%, #7c00a5 100%) !important;border-top-right-radius:5px;}
}
.tum-kategori-haberleri{display:inline-block;padding:5px 0px;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:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}
#content[tabindex="-1"]:focus{outline:0;}
.alignleft{display:inline;float:left;margin-right:1.5em;}
.alignright{display:inline;float:right;margin-left:1.5em;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after{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 0 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:none;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:0.8075em 0;}
.wp-caption-text{text-align:center;}
.gallery{margin-bottom:1.5em;}
.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;}
.gallery-columns-2 .gallery-item{max-width:50%;}
.gallery-columns-3 .gallery-item{max-width:33.33%;}
.gallery-columns-4 .gallery-item{max-width:25%;}
.gallery-columns-5 .gallery-item{max-width:20%;}
.gallery-columns-6 .gallery-item{max-width:16.66%;}
.gallery-columns-7 .gallery-item{max-width:14.28%;}
.gallery-columns-8 .gallery-item{max-width:12.5%;}
.gallery-columns-9 .gallery-item{max-width:11.11%;}
.gallery-caption{display:block;}
.gallery-caption p:last-child{margin-bottom:0px;}
.p0{padding:0px !important;}
.pl-0{padding-left:0px !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;max-width:1100px;position:relative;}
@media screen and (max-width: 1550px){
.esen-container{max-width:1100px;}
}
@media screen and (max-width: 1495px){
.esen-container{max-width:980px;}
}
@media screen and (max-width: 1300px){
.esen-container{max-width:980px;}
}
.site-header{padding-bottom:20px;}
.site-info{background:rgb(0,0,0);background:linear-gradient(100deg, rgba(0,0,0,1) 0%, rgba(140,140,140,1) 100%);padding:25px 0px;color:#fff;position:relative;height:70px;border-bottom:1px solid rgb(0 0 0 / 15%);}
.site-info > .footer-ab{position:absolute;left:0px;top:0px;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.facebook{color:#3b5998;}
.site-info .footer-text > ul > li a.twitter{color:#959595;}
.site-info .footer-text > ul > li a.instagram{color:#517fa4;}
.site-info .footer-text > ul > li a.youtube{color:#bb0000;}
.site-info .footer-text > ul > li:last-child{padding-right:0px;}
.footer-widgets{width:100%;background:#f6f6f6;padding:30px;}
.footer-last{height:71px;font-size:16px;color:#5c707b;background:#ffffff;border-top:1px solid rgb(255 255 255 / 15%);}
.footer-last .tum-haklari{display:inline-block;line-height:70px;}
.esen-footer-menu{float:right;}
.display-flex-wrap{display:flex;flex-wrap:wrap;}
.footer-widget-inner:first-child{padding-left:0px;}
.footer-widget-inner:last-child{padding-right:0px;}
.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 0px;}
.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:#fff;}
.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:0px 0px 5px 0px !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:0px;padding-right:0px;margin-right:0px;}
.top-bar{height:45px;line-height:45px;}
.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:#808080;}
.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;margin-left:-40px;}
.top-elements ul{list-style:none;padding:0;}
.top-elements li{display:inline-block;position:relative;margin-left:0;float:left;padding:0px 8px;}
.top-elements li:first-child{border:none;padding-left:0px;padding-left:12px;}
.top-elements li:last-child{padding-left:12px;}
.top-header-menu > .piyasa{font-size:13px;display:flex;justify-content:space-between;align-items:center;}
.top-header-menu > .piyasa > li{padding:0px 7px 0px 5px;position:relative;line-height:40px;}
.top-header-menu > .piyasa> li:last-child{border:none;padding-right:0px;}
.top-header-menu > .piyasa > li >  span{font-weight:300;color:rgb(255 255 255 / 68%);font-size:12px;}
.top-header-menu > .piyasa > li > span.guncel{font-weight:600;color:#9cbfd4;font-size:14px;}
.top-header-menu > .piyasa > li > span.degisim{font-weight:300;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:45px;}
.havaD{position:relative;display:inline-block;padding-right:0px;font-size:20px;top:0px;}
.b_ikon{color:#2c2c2c;font-size:28px;}
.hava_durumu select{width:62px;height:20px;float:right;margin:12px 0px;font-size:13px;font-weight:600;padding:0 !important;color:#2c2c2c;}
.havaDurumu li{padding:0;border:none;}
.bugun_temp{color:#2c2c2c;font-weight:700;font-size:28px;}
.derece{font-weight:400;}
select#sehir{border:none}
select#sehir{border:0;outline:0px;background:none;background:transparent;font-family:unset;}
.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:0px;width:250px;padding:10px;background:#ededed;z-index:999;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0px 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:0px 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(0deg, #FFC107 0%, #FF9800 100%);padding:0px 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(0deg, #FF9800 0%, #FFC107 100%);}
.top-elements li.user-reg-login:hover > .uyelik > .uyelik-butonlari > .giris{background:linear-gradient(0deg, #4CAF50 0%, #8BC34A 100%);padding:0px 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(0deg, #8BC34A 0%, #4CAF50 100%);}
.top-elements li.user-reg-login:hover > .uyelik > .not{display:block;line-height:1.5;padding:0px 10px;font-size:16px;margin-bottom:20px;}
.top-elements li a{color:#2c2c2c;font-size:12px;}
.top-elements li.photo-gallery a > i{color:#b8191e;padding-right:2px;}
.top-elements li.video-gallery a > i{color:#b8191e;padding-right:2px;}
.top-elements li.yazarlar-button a > i{color:#b8191e;}
.top-elements li.yazarlar-button{}
.son-dakika-arama > .esen-container > .son-dakika{background:#c60e00;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:0px;width:0;height:0;border-top:11px solid #9b0b00;border-right:15px solid transparent;}
.son-dakika-arama > .esen-container > .son-dakika:before{content:'';position:absolute;right:calc(50% - 6px);top:0px;width:66px;height:4px;background:#9b0b00;z-index:99;}
.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button > .sd-left:after{content:'';position:absolute;left:-14px;bottom:0px;width:0;height:0;border-bottom:11px solid #ac0c00;border-left:15px solid transparent;}
.son-dakika-arama > .esen-container > .son-dakika > .sd-ikon{float:left;padding-right:2px;padding-left:6px;box-shadow:inset 4px 15px 4px -13px rgb(0 0 0 / 30%);}
.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;box-shadow:inset 3px 9px 4px -7px rgb(0 0 0 / 30%);}
.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:0px;top:0px;}
.son-dakika-arama > .esen-container > .son-dakika > .sd-list > .sd-left-right-button > .sd-left{padding:0px 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:0px 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:none;background:transparent;float:left;outline:none;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:none;outline:none;}
.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;box-shadow:inset -5px 2px 4px 0px rgb(0 0 0 / 30%);}
.son-dakika-text{font-weight:700;font-size:20px;margin-right:10px;}
.sd-red-bg{overflow:hidden;position:absolute;left:0px;top:0px;width:50%;background:#c60e00;height:40px;box-shadow:inset -5px 2px 4px 0px rgb(0 0 0 / 30%);}
.sondakika-ok-renk{color:#fff !important;}
.logo-vd{padding:15px 0px;line-height:0.7;overflow:hidden;}
.logo-container{border-bottom:1px solid #e5e5e5;background:rgb(255,255,255);background:linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);}
.marka-inner-container{display:flex;align-items:center;height:70px;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:0.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:0px 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:0px 8px 8px 8px;border-color:#000000 transparent #000000 #7b7b7b00;opacity:1;}
.top-elements li.top-search > .search .sb-search-input{color:#444;border:none;background:transparent;float:left;outline:none;}
.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:none;outline:none;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:0px;bottom:0px;z-index:2;position:absolute;left:-180px;}
.pageskin-sol{position:absolute;background-repeat:no-repeat;min-width:160px;display:inline;margin-top:0px;min-height:600px;padding:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;flex-wrap:wrap;display:flex;justify-content:center;align-items:center;color:grey;}
.pageskin-sag{position:absolute;background-repeat:no-repeat;min-width:160px;display:inline;margin-top:0px;height:600px;padding:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;flex-wrap:wrap;display:flex;justify-content:center;align-items:center;color:grey;}
.ps-ad{margin-bottom:10px;}
.superlig{font-size:12px;color:#000;min-height:625px;font-weight:300;}
.div-icerik > table{width:calc(100% - -1px);display:table;text-indent:0;border-spacing:0;border-collapse:separate;}
.takimlar{color:#000000;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:none;}
.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-icerik > th{}
.div-icerik > th:first-child{}
.superlig tr:nth-child(20){color:#ff8585 !important;background-color:#900 !important;font-weight:400 !important;}
.superlig tr:nth-child(21){color:#ff8585 !important;background-color:#880202 !important;font-weight:400 !important;}
.superlig tr:nth-child(22){color:#ff8585 !important;background-color:#7a0000 !important;font-weight:400 !important;}
.superlig th:last-child{}
.superlig th:only-child{}
.superlig tfoot td{}
.superlig tfoot td:first-child{}
.superlig tfoot td:last-child{}
.superlig tfoot td:only-child{}
.superlig-table tr:nth-child(2){color:#fff !important;background:linear-gradient(0deg, rgb(24 98 73) 0%, #26946f 100%) !important;font-weight:400 !important;}
.superlig-table tr:nth-child(3){color:#fff !important;background:linear-gradient(0deg, rgb(24 98 73) 0%, #26946f 100%) !important;font-weight:600 !important;}
.superlig-table tr:nth-child(4){color:#fff !important;background:linear-gradient(0deg, rgb(24 98 73) 0%, #26946f 100%) !important;font-weight:400 !important;}
.div-icerik2 tr:nth-child(17){color:#ff8585 !important;background-color:#900 !important;font-weight:400 !important;}
.div-icerik2 tr:nth-child(18){color:#ff8585 !important;background-color:#880202 !important;font-weight:400 !important;}
.div-icerik2 tr:nth-child(19){color:#ff8585 !important;background-color:#7a0000 !important;font-weight:400 !important;}
.div-icerik2 > table td,.div-icerik  > table  th{padding-left:10px;padding-top:7px;padding-bottom:7px;border:none;}
.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:0px;padding-top:0px;}
.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 0px 9px -7px rgba(0, 0, 0, 0.11);z-index:5;}
.namaztab li{background-color:#fff;padding:6px 10px;width:100%;font-size:14px;font-weight:500;color:#333;text-decoration:none;cursor:pointer;border-left:3px solid #FF9800;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;}
.namaztab li.aktif{background-color:#005f88;font-weight:700;color:#fff;text-decoration:none;position:relative;border-left:3px solid #FF9800;}
.namaztab li.aktif:after{right:-7px;top:11px;position:absolute;content:'';width:0;height:0;border-top:5px solid transparent;border-left:7px solid #005f88;border-bottom:5px solid transparent;}
.namaz-icerik{display:none;padding-top:5px;width:100%;text-align:center;padding:15px 0px 0px 0px;}
.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:24px;border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.namaz-icerik > span.veri:last-child{border-bottom:none;}
.namaz-tarih{font-size:18px;margin-bottom:15px;font-weight:500;padding:5px 5px 0px 10px;border-radius:5px;height:50px;line-height:40px;color:#fff;position:relative;background:linear-gradient(0deg, #005377 0%, #005592 100%);box-shadow:-8px 9px 8px -15px rgba(0, 0, 0, 0.43);}
.namaz-tarih:after{left:28px;bottom:-6px;position:absolute;content:'';width:0;height:0;border-top:10px solid transparent;border-left:14px solid #005379;border-bottom:10px solid transparent;}
.namaz-tarih > span{float:right;background:#FF9800;padding:0px 15px;border-radius:5px;font-size:20px;font-weight:700;}
.content-left-right-container{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:0px 0px 25px 20px;margin:0px 0px 20px 0px;}
.content-left{width:calc(70% - (0*0px));border-right:1px solid #ededed;padding:0px 20px 25px 20px;background:#fff;margin:0px 0px 20px 0px;}
.content-right{width:calc(30% - ( 0.6 * 30px ) );}
.content-right .widget-title:first-child{margin-top:0px;}
.est-header-1 > .entry-title{font-size:36px;font-weight:700;margin-bottom:20px;margin-top:10px;}
.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;}
.est-post-thumbnail-1{margin:0px -20px;line-height:0.7;}
.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:center;-ms-flex-align:center;align-items:center;color:#b7b7b7;font-size:12px;}
.est-post-meta-1 time:first-child{padding-left:0px;}
.est-post-meta-1 time{padding:0px 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:0px -20px;padding:0px 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:#969696;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:0px 2px;justify-content:center;align-items:center;}
.post-details-share > .post-share-right > .post-share-buttons > li > a{display:flex;height:30px;width:30px;border-radius:30px;color:#fff;border:1px solid rgb(0 0 0 / 6%);text-decoration:none;margin:0px 1px;justify-content:center;align-items:center;position:relative;}
.post-details-share > .post-share-right > .post-share-buttons > li > a:hover{opacity:0.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:#000000;}
.post-details-share > .post-share-right > .post-share-buttons > li > a.twitter-author{background:#00aced;}
.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.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:#ffffff;background:#567b8c;cursor:pointer;}
.post-details-share > .post-share-right > .post-share-buttons > li > a.post-mail{color:#ffffff;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:0px 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 0px;margin-bottom:0px;}
.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:0.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:0px;}
.comment-list .comment-content{padding-top:0px;}
.comment-list .reply{position:absolute;top:0;right:0;padding:5px 10px;background:#ffffff;border-radius:4px;border:1px solid #c4ccd8;box-shadow:0px 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:none;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:rgb(10,25,46);background:linear-gradient(0deg, rgb(40 71 115 / 58%) 0%, rgb(251 251 251) 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:0px;}
.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:0.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:0px;}
.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:#808080;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:0px;}
blockquote{margin:1.5em 0;padding:30px;border-radius:3px;}
blockquote:before{content:open-quote;font-size:4em;line-height:0.1em;margin-right:0.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:0px;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:none;}
#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 0px;}
.entry-footer > .tags-links > a{display:inline-block;font-size:12px !important;margin:0 5px 10px 0;padding:8px 0px 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;}
.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 0px 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{}
.entry-footer > .related-posts ul{margin:0px;padding:0px;margin:0px -10px 0px;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:nth-child(1){float:left;list-style:none;margin:0;padding:0;margin-bottom:10px;width:50%;flex-basis:50%;}
.entry-footer > .related-posts ul li:nth-child(2){float:left;list-style:none;margin:0;padding:0;margin-bottom:10px;width:50%;flex-basis:50%;}
.entry-footer > .related-posts ul li:nth-child(1) > .item  a > .post-thumbnail{height:200px;}
.entry-footer > .related-posts ul li:nth-child(2) > .item  a > .post-thumbnail{height:200px;}
.entry-footer > .related-posts ul li:nth-child(1) > .item  a > h3{font-size:18px;}
.entry-footer > .related-posts ul li:nth-child(2) > .item  a > h3{font-size:18px;}
.entry-footer > .related-posts ul li:nth-child(odd){}
.entry-footer > .related-posts ul li > .item{position:relative;margin:10px;padding:0px;height:100%;}
.entry-footer > .related-posts > h3{font-size:22px;padding:5px 0px 5px 0px !important;margin:0px;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 0px 5px 0px !important;margin:0px;}
.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:0px;}
.entry-footer > .related-posts ul li > .item > .article-category{padding:10px 0px 0px 0px;}
.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%;height:130px;margin-bottom:5px;}
.entry-footer > .related-posts ul li > .item  a > .post-thumbnail img{display:block;width:100%;height:100%;object-fit:cover;}
.entry-footer > .related-posts ul li > .item a > .post-thumbnail img{transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;}
.entry-footer > .related-posts ul li > .item a:hover > .post-thumbnail img{opacity:0.9;}
.esen-eii{clear:both;margin-top:0em;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;webkit-transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;webkit-transition:opacity 250ms;background-color:#f9f9f9;}
.eii-theme1:active , .eii-theme1:hover{opacity:1;transition:opacity 250ms;webkit-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 0px -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:#000000;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:#FFFFFF;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 0.4s ease-in-out;-moz-transition:-moz-transform 0.4s ease-in-out;-o-transition:-o-transform 0.4s ease-in-out;-ms-transition:-ms-transform 0.4s ease-in-out;transition:transform 0.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;webkit-transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;webkit-transition:opacity 250ms;background-color:#f9f9f9;}
.eii-theme2:active , .eii-theme2:hover{opacity:1;transition:opacity 250ms;webkit-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 0px -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:#000000;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:#FFFFFF;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 0.4s ease-in-out;-moz-transition:-moz-transform 0.4s ease-in-out;-o-transition:-o-transform 0.4s ease-in-out;-ms-transition:-ms-transform 0.4s ease-in-out;transition:transform 0.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;webkit-transition:background-color 250ms;width:100%;opacity:1;transition:opacity 250ms;webkit-transition:opacity 250ms;background-color:#f9f9f9;}
.eii-theme3:active , .eii-theme3:hover{opacity:1;transition:opacity 250ms;webkit-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 0px -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:#000000;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:#FFFFFF;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 0.4s ease-in-out;-moz-transition:-moz-transform 0.4s ease-in-out;-o-transition:-o-transform 0.4s ease-in-out;-ms-transition:-ms-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;}
.eii-theme3:after{content:"";display:block;clear:both;}
.est-header-yazar > .yazar-box{line-height:0.7;padding:15px 0px;margin-bottom:0px;display:flex;}
.est-header-yazar > .in-author{margin-bottom:20px;background:#fff;padding:0px 20px 0px 0px;box-shadow:0px 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:rgb(255,255,255);background:linear-gradient(45deg, rgb(72 88 111 / 43%) 0%, rgb(233 233 233) 100%);border-radius:10px;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 0px;}
.yazar-sag .yazarin-tumu{display:block;color:#ffffff !important;font-weight:600;background:#48586f;text-align:center;padding:5px 0px;margin:10px 0px;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:22px;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:0px;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:0px;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 0px 5px 0px;}
.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:20px;top:30px;display:unset;border-bottom:unset;padding-bottom:unset;}
.est-header-yazar .post-details-share .post-share-right{width:120px;}
.yazar-sag > .est-post-meta-1{margin:1em 0px 0px 0px;}
.author-aplus{display:flex;justify-content:space-between;background:#f9f9f9;margin:0 -20px;}
.author-aplus ul{display:flex;margin:0px 0px;padding:10px 20px;}
.author-aplus ul li{display:flex;background:#48586f;padding:0px;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 0px;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 0px;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:0px;}
.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:#bbbbbb;font-weight:400;font-size:14px;padding:15px 0px 0px 0px;}
.in-author-posts li:last-child{border-bottom:none;}
.f-nav{position:fixed !important;top:0 !important;left:0!important;z-index:9;display:block;width:100%;line-height:55px;}
.sosyal-fix-bottom{position:fixed !important;bottom:0px !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 0px 5px 7px -9px rgba(0, 0, 0, 0.4588235294117647);}
.sosyal-fix-bottom>ul{width:85% !important;}
.a-sosyal-fix-bottom{position:fixed !important;bottom:0px !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 0px 5px 7px -9px rgba(0, 0, 0, 0.4588235294117647);}
.a-sosyal-fix-bottom>ul{width:85% !important;margin:0px 0px 0px 0px !important;}
.site-header.f-nav ~ .site-content{padding-top:62px;}
@media only screen and (max-width: 1024px){}
.search-button-nav{color:#0a192e;cursor:pointer;}
.breadcrumbs{color:#a7a7a7;font-size:12px;}
.author-page-breadcrumbs{padding:15px 0px 5px 0px;}
.news-single-page-breadcrumbs{padding:25px 0px 0px 0px;}
.breadcrumbs.br-author{padding:0px 0px 20px 0px;}
.breadcrumbs a{color:#777777;}
.breadcrumbs__current{color:#adadad;}
#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{padding:6px 10px;background:#0a192e;color:#fff;border-radius:5px;}
.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;}
.gazete-detay-sayfasi h2{margin-bottom:0;background:#ececec;margin-top:0px;}
.gazete-ic-baslik{margin-bottom:0px !important;padding-bottom:0px;}
.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{width:calc(30% - ( 0.6 * 30px ) );margin-bottom:0px;}
.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:0.9;background-color:rgb(226, 226, 226);text-align:center;width:50px;}
.resim_sagok_1 a i{color:#3d3176;font-size:70px;opacity:0.9;background-color:rgb(226, 226, 226);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:0px;transform:translate(0%,-50%);top:50%;text-shadow:0 0 3px rgba(0,0,0,0.2);}
.resim_sagok_1{position:absolute;right:0px;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%;}
.reklami_gec{font-size:14px;line-height:34px;font-weight:600;color:#FFF;background-color:#242424;position:absolute;top:20px;right:0px;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:0px !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:none;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:0px;margin-bottom:0px;}
.galeri-desc-con{margin-bottom:20px;}
.galeri-aciklama{background:#ffff;padding:15px;margin:0 15px;line-height:24px;font-size:18px;font-weight:400;color:#404040;position:relative;}
.galeri-aciklama:before{position:absolute;content:'';left:-35px;top:5px;width:0;height:0;border-top:10px solid transparent;border-right:20px solid #f2f2f2;border-bottom:10px solid transparent;z-index:2;}
.galeri-aciklama:after{position:absolute;content:'';left:-45px;top:0px;width:0;height:0;border-top:15px solid transparent;border-right:30px solid #dddddd;border-bottom:15px solid transparent;z-index:1;}
.galeri_ici_h1_1{margin-top:0;font-weight:500;text-shadow:1px 1px #fff;line-height:1.4;font-size:26px;}
.galeri-right time{color:grey;padding:0px 0px 10px 0px;display:block;}
.gmdisplay{display:none;margin-top:0px !important;padding:0px 10px;}
.post-share-gallery{position:absolute;left:0;bottom:15px;z-index:8;}
.post-share-gallery ul{display:flex;}
.post-share-gallery ul li{}
.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;}
@media only screen and (max-width: 768px){
.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:0px !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:grey;padding:10px 0px 10px 5px;display:block;}
.entry-footer > .related-posts ul li > .item a > h3{font-size:16px;}
.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:100%;flex-basis:100%;flex:unset;}
.entry-footer > .related-posts ul li:nth-child(1) > .item a > h3{font-size:16px;margin-bottom:0;}
.entry-footer > .related-posts ul li:nth-child(2) > .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:0px -5px 0px;}
.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:0px !important;}
.est-header-1 > .entry-title{font-size:32px;font-weight:900;margin-top:0px;}
.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:0px;}
.eii-theme1 .eii-theme1-centered-text{height:85px;}
.est-header-2 > h1{font-size:32px;font-weight:900;margin:0px 0px .37em 0px;}
.news-single-page-breadcrumbs{padding:10px 0px 0px 0px;}
.content-left-detail-breadcrumbs{padding:0px 0px 0px 0px;}
} .gallery-list .i{position:relative;text-align:center;line-height:0.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:0px 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:0px 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 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.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:0px;padding:15px 15px 18px 15px;font-size:20px;font-weight:500;line-height:1.4;}
.posts-glx ul li .post-image{line-height:0.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:calc(50% - -5px);font-size:24px !important;top:50%;border-radius:100%;width:48px;height:48px;text-align:center;background:rgb(0 0 0 / 60%);padding-left:3px;line-height:48px;left:calc(50% - -5px);font-size:15px;color:rgba(255, 255, 255, 0.8);color:rgba(255, 255, 255, 0.7);transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;}
@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:0px 0px 0px 0px;}
}
@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 0px;}
.bannerClose{display:none;}
}  .search-box{position:absolute;top:-30px;width:100%;margin:0 auto;background:#0a192e;z-index:999999999;height:78px;padding-top:10px;box-shadow:inset 2px 2px 7px -6px rgba(0, 0, 0, 0.48);display:none}
.arama_detaylari{margin:0 auto;background:#fff}
.sb-search-input{width:100%;height:45px;font-size:22px;padding:0px 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%;height:70px;position:relative;}
.sb-search-submit-box{background:transparent !important;border:none !important;width:50px;height:45px;outline:none;cursor:pointer;color:#ececec !important;}
.search-detail{display:flex;justify-content:space-between;}
.sb-icon-close{cursor:pointer;display:inline-block;height:45px;margin-top:5px;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:-10px;}
.sol_absolut{left:-170px;}
.adx{padding:0px;}
.vadx{padding:0px;}
.content-left{width:calc(68.2% - (0*0px));border-right:1px solid #ededed;padding:0px 20px 25px 20px;background:#fff;margin:0px 0px 20px 0px;}
.content-right{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:0px;}
} .posts-search-result{position:relative;margin:0px 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:none;}
.posts-search-result > ul > li a{color:#000;}
.posts-search-result > ul > li h3{margin:0px;padding:0px 10px 10px 10px;font-size:18px;}
.posts-search-result > ul > li .post-image{line-height:0.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 0px;display:block;}
.posts-information-search-result{margin-top:0px;overflow:hidden;padding:0px 7px 9px 0px;border-bottom-right-radius:5px;border-top-right-radius:5px;}
.posts-information-search-result > ul{}
.posts-information-search-result > ul > li{padding:4px 8px;float:left;margin:0px 4px;font-size:14px;color:#c7c7c7;}
.posts-information-search-result > ul > li:first-child{margin-left:0px;}
.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;}
@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:0px 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:0px;left:0px;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 a{width:120px;height:30px;margin-left:8px;background:url(//www.normhaber.com/wp-content/themes/haber/img/google-news-logo.svg);center center no-repeat:;-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;webkit-transition:all 300ms ease;background:#0a192e;margin:0px 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:none;}
.markalar > div > a{line-height:0.7;}
.nav-container{position:relative;}
.sidenav-footer{position:absolute;bottom:0px;height:80px;background:#f4f4f4;margin:0 -20px;border-top:1px solid #e1e1e1;padding:20px;width:100%;box-shadow:inset 0px 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:#000000;border-color:#000000}
.sidenav-footer-social-icons li a.twitter:hover{color:#fff;background:#56a3da}
.sidenav-footer-social-icons li a.instagram{color:#b0977f;border-color:#b0977f}
.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-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.normhaber.com/wp-content/themes/haber/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:0px;padding:5px 0px 10px 110px;text-shadow:0 1px 0 #00736B;background:#234964;position:relative;}
.corona-widget-title:after{content:'';position:absolute;right:calc(50% - 15px);top:0px;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 0px 60px;display:flex;justify-content:space-around;position:relative;}
.corona-widget-content.total{display:none;}
.corona-widget-item{float:left;text-align:center;margin:0px 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:0px 10px;}
.app-icons{display:flex;justify-content:center;align-items:center;height:70px;}
.app-icons li{max-height:40px;padding:0px 5px;}
.app-icons li img{max-height:40px;}
.main-navigation{clear:both;display:block;float:left;width:100%;position:relative;max-height:38px;}
.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(0px) !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:0px 12px;display:table-cell;text-align:center;position:relative;}
.header-sub-list > ul > li:first-child{padding-left:0px;}
.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:0px;color:#fff;display:flex;align-items:center;white-space:nowrap;}
.header-sub{background:#223041;padding:5px 0px 5px 0px;margin-top:-20px;margin-bottom:20px;}
.header-sub.bursagmh{padding:5px 0px 2px 0px;}
.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 0px;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 0px;color:#fff;}
.content-sol-ara{height:5px;line-height:0.7;margin:20px -20px;background:#e9e9e9;}
.ozel-logo-header{display:flex;justify-content:center;padding:8px 0px;align-items:center;width:100%;}
.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 / 18%);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 / 18%);border-radius:4px;}
.est-header-3{padding:0px 0px;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:0.7;}
.est-post-thumbnail-bursa-mekan img{width:100%;}
.content-full.bursa-mekan-content{padding:0px 0px 0px 0px;}
.post-details-share.bursa-mekan-content{margin:0px 0px;}
#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:0px 0px 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:0px -10px 30px -10px;}
.sinemalar > .film{display:flex;flex-grow:unset;flex:1 0 20%;background:#fff;padding:15px;border:1px solid #c0c0c0;box-shadow:1px 1px 4px 0px 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:0px;}
@media only screen and (max-width: 768px){
.sinemalar > .film:first-child{margin-top:0px;}
.sinemalar > .film{flex:1 0 50%;}
.header-sub-title{font-size:14px;padding:15px 0px;}
.sinemalar{margin:0px 0px;}
} .sinemalar{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0px 0px;}
.kutu{text-align:center;background:#fff;border-radius:10px;box-shadow:0px 0px 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}
.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:0px 5px;}
.pageskin-sol-sag-ad{display:none;}
.corona-widget-content{padding:2px 10px 0px 36px;}
}
@media only screen and (max-width: 1024px) { #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;webkit-transition:all 300ms ease;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 0.6s cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 0.6s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.6s cubic-bezier(0.77, 0, 0.175, 1);}
.site-header{}
.main-navigation ul{display:none;}
.primary-nav-sidebar-wrapper{display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;will-change:transform;height:calc(100% - 280px);position:fixed;left:0;padding:0px 30px 0px 30px;margin:0;width:100%;top:175px;}
.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 0px;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:0px 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:#333333;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:#fff;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;background:#fff;margin:0 -20px;line-height:0.7;position:relative;padding:30px;margin-top:-23px;box-shadow:0px 3px 10px rgba(0, 0, 0, 0.07);}
.mobile-side-logo:after{content:'';position:absolute;left:0;bottom:-10px;width:0;height:0;border-top:11px solid #fff;border-right:15px solid transparent;}
.mobile-side-logo > a > img{max-width:100%;max-height:60px;}
.mobile-display{display:block;}
.mobil-menu-bar{display:inline-block;float:left;}
.mobil-menu-bar > div{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;top:0;right:0;color:#000;height:47px;cursor:pointer;z-index:10;font-size:21px;line-height:50px;-webkit-background-clip:padding-box;background-clip:padding-box;padding:0px 20px;}
.logo{height:unset;width:unset;max-width:unset;margin-right:0px;}
.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:0px;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:0px 10px;}
.site-header{background-repeat:no-repeat;background-size:cover;width:100%;height:auto;}
.site-content{padding-top:0px;}
.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{position:absolute;right:20px;top:9px;font-size:21px;display:block;}
.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:0px 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:0px 8px 8px 8px;border-color:#000000 transparent #000000 #7b7b7b00;opacity:1;}
.m-arama .sb-search-input{color:#444;border:none;background:transparent;float:left;outline:none;}
.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:none;outline:none;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:0px;}
.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:none;}
.content-right{width:calc(100% - 0px);margin:0px -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:0px;margin-bottom:20px;}
.entry-header > .post-excerpt{font-size:18px;font-weight:400;color:#000;margin:0px 0px 20px 0px;}
.est-header-1{padding:15px;}
.est-post-thumbnail-1{margin:0 0px;}
.est-content-1{padding:0px 10px 0px 10px;font-size:18px;}
.post-share-right{width:100% !important;padding:0px 20px 0px 20px;}
.est-post-meta-1{margin:0;}
#comments{padding:10px 10px;}
.est-footer-1{padding:0px 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:0px 20px;margin:0px -10px;}
.est-header-2 > .est-post-meta-1{margin-bottom:20px;}
.breadcrumbs{padding:10px 0px 15px 0px;}
.yazar-sag > .entry-title{margin-top:1em;}
.author-aplus{padding:0px 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;}
.marka-inner-container{height:47px;}
.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{position:absolute;right:20px;top:9px;font-size:20px;display:block;}
.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:0px 6px 10px -6px rgba(0, 0, 0, 0.41);}
.m-arama .sb-search-input{color:#444;border:none;background:transparent;float:left;outline:none;}
.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:none;outline:none;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:#000;}
.sideContent .primary-nav-sidebar li:last-child{display:none;}
.top-elements{padding-top:0px;}
.top-elements li a{color:#000;}
.top-elements ul{display:flex;background:#f4f4f4;padding:15px;margin:0px -20px;justify-content:space-around;}
.hava_durumu{max-height:47px;position:absolute;right:20px;bottom:21px;display:flex;flex-direction:column;}
.hava_durumu select{margin:0px;width:68px;color:rgb(0 0 0 / 74%);}
.markalar-mobil{display:flex;margin-top:10px;padding:0px 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:0px 0px 20px 0px;}
.content-sol-ara{height:5px;line-height:0.7;margin:20px 0px;background:#e9e9e9;}
.widget-title{font-size:14px;}
.logo-container{background:#ffffff;}
.sag_absolut, .sol_absolut{display:none;}
}
@media only screen and (max-width: 768px) {
.footer-widget-inner{width:86%;flex-grow:1;flex-basis:86%;float:left;padding:0px;}
.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 0px 20px;justify-content:space-between;width:100%;}
.corona-widget-item .title{font-size:12px;line-height:12px;}
.post-share-right{padding:0px 0px 0px 0px;}
.est-post-meta-1 time{padding:0px;}
.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 0px 2px 0px;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:0px;}
.esen-footer-menu{float:none;padding:10px 10px;display:block;overflow:hidden;background:#fbfbfb;margin:0px -20px;}
.footer-last{height:unset;font-size:16px;line-height:1.5;padding:10px 10px 0px 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:16px;word-wrap:break-word;}
.news-single-page-breadcrumbs{}
.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:0.7;padding:0px 0px;display:unset;}
.author-aplus{display:flex;padding:0px 15px;}
.yazar-sag > .est-post-meta-1{margin:0 0px 2em 0px;}
.author-aplus ul li{margin:0px 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:0px !important;}
.author-page-breadcrumbs{display:none;}
.just-author-page{background:#fff;margin:0px -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:0px 0px 20px 15px;background:#efefef;}
.est-header-yazar > .in-author .post-details-share{top:85px;}
.est-header-yazar > .in-author .yty-in-author{padding-top:17px;display:none;}
.in-author-posts{padding:0px 15px;}
.in-author-posts li{padding:20px 0px;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{display:none;}
.sosyal-fix-bottom > .post-share-right{padding:0px;}
.agir-hasta{display:none;}
.corona-widget-content{padding:2px 10px 0px 10px;justify-content:space-around;margin-top:0px;}
.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:110px !important;}
}
@media only screen and (max-width: 320px) {
.top-elements li{padding:0px 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{display:none;}
} .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 0;color:inherit;border:none;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.normhaber.com/wp-content/themes/haber/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%}
@font-face{font-family:weathericons;src:url(https://www.normhaber.com/wp-content/themes/haber/css/weather-icons/font/weathericons-regular-webfont.eot);src:url(https://www.normhaber.com/wp-content/themes/haber/css/weather-icons/font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.normhaber.com/wp-content/themes/haber/css/weather-icons/font/weathericons-regular-webfont.woff2) format('woff2'),url(https://www.normhaber.com/wp-content/themes/haber/css/weather-icons/font/weathericons-regular-webfont.woff) format('woff'),url(https://www.normhaber.com/wp-content/themes/haber/css/weather-icons/font/weathericons-regular-webfont.ttf) format('truetype'),url(https://www.normhaber.com/wp-content/themes/haber/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:#fff;}
80%{color:#fff;top:0px;}
100%{top:0px;}
}
.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(0px);opacity:0;}
}
@-webkit-keyframes sdoksag { 0%{transform:translateX(100px);opacity:1;}
100%{transform:translateX(0px);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:0.5rem 0;font-size:0.8rem;color:#878787;padding-bottom:calc(0.2rem + env(safe-area-inset-bottom));}
.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:0.1rem;}
.wp-caption-text {display:none;}