@charset "UTF-8";

/* Base */
body{font-family:'DIN 2014',Arial,sans-serif;background:#fff;color:#222}
a{color:#004eff;text-decoration:none;}
a:hover{color:#0039b9;text-decoration:none;}
a,a:focus,a:visited,a:active{text-decoration:none}

/* Margins */
.margin-top {margin-top:15px!important;}
.margin-bottom {margin-top:15px!important;}

/* Weather Icons */
.weathericon{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;width:40px;text-align:center;top:1px;}
.weathericon[id="01d"]:before{content:"\f00d"}
.weathericon[id="01n"]:before{content:"\f02e"}
.weathericon[id="02d"]:before{content:"\f002"}
.weathericon[id="02n"]:before{content:"\f086"}
.weathericon[id="03d"]:before,.weathericon[id="03n"]:before{content:"\f041"}
.weathericon[id="04d"]:before,.weathericon[id="04n"]:before{content:"\f013"}
.weathericon[id="09d"]:before,.weathericon[id="09n"]:before{content:"\f015"}
.weathericon[id="10d"]:before{content:"\f004"}
.weathericon[id="10n"]:before{content:"\f024"}
.weathericon[id="11d"]:before{content:"\f00e"}
.weathericon[id="11n"]:before{content:"\f02c"}
.weathericon[id="13d"]:before{content:"\f00a"}
.weathericon[id="13n"]:before{content:"\f02a"}
.weathericon[id="50d"]:before{content:"\f003"}
.weathericon[id="50n"]:before{content:"\f04a"}

/* Overlay */
#app-overlay{box-sizing:border-box;position:fixed;display:block;margin:0;padding:0;background:rgba(0,0,0,.6);width:100%;height:100%;top:0;right:0;z-index:-9998;cursor:url(../../img/cursor.png),no-drop;opacity:0;visibility:hidden;transition:.3s ease}
#app-overlay.is-active{z-index:9998;visibility:visible;opacity:1}

/* Overflow */
body.no-touch {overflow: hidden;}

/* Figure */
.figure-thumbnail.fill {position:relative;display:block;margin:0;padding:0;box-sizing:border-box;overflow:hidden;}
.figure-thumbnail.fill img.image-fill{position:absolute;display:block;margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;z-index:200;top:0;left:0;transition:0.3s ease;}
.figure-thumbnail.fill img.image-cover{position:relative;display:block;margin:0;padding:0;box-sizing:border-box;width:100%;height:auto;z-index:100;}

/* Ads */
.ads {position:relative;display:block;margin:0;padding:0;box-sizing:border-box;}
.ads:after {display:table;content:"";clear:both;}
.ads img {width:100%;height:auto;display:block;}
.ads .widget{margin-bottom:0;}
.ads.friends .widget{margin-bottom:20px;}
.ads.contents .widget{margin-top:15px;}
.ads.front .widget{margin-bottom:15px;}
.ads.singular {padding:0;}
.ads.singular .widget{margin-bottom:15px;}
.ads-overflow{position:absolute;top:25px;width:100%;height:600px;bottom:0;z-index:0;overflow:hidden;transition:0.3s ease;}
.ads-overflow.sticky{position:fixed;top:60px;}
.ads-left,.ads-right{position:absolute;top:0;width:160px;height:600px;bottom:0;z-index:99}
.ads-left{right:50%;background-position:100% 0;margin-right:500px}
.ads-left .widget,.ads-right .widget{background:#fff;width:160px;height:600px;background:#fff url(../img/ajax-loader.gif) center center no-repeat;border:none;padding:0;margin:0;display:block}
.ads-left .widget .widget-title,.ads-right .widget .widget-title{display:none!important}
.ads-right{left:50%;background-position:0 0;margin-left:500px}

/* Back to top */
#back-to-top{position:fixed;bottom:40px;right:40px;z-index:9999;width:32px;height:32px;text-align:center;line-height:30px;background:#475e75;color:#fff;cursor:pointer;border:0;border-radius:2px;text-decoration:none;transition:opacity .2s ease-out;opacity:0}
#back-to-top:hover{background:#ef0000;color:#fff;}
#back-to-top.show{opacity:1}

/* Slider */
.swiper-button-next, .swiper-button-prev{outline:none!important;}
.orta {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    width: calc(100% - 375px);
    float: left;
}