/* Reset CSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* General Styles */
html {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
a {
    text-decoration: none;
}

/* Grid System */
.row{width:100%;height:auto;margin-bottom:20px;overflow:hidden}
.row .row:last-child{margin-bottom:0!important}
.row [class*="col-"]{height:auto;margin-right:20px;float:left}
.row [class*="col-"]:last-child{margin-right:0}
.row .col-1{width:calc(calc(100% - calc(11 * 20px)) / 12)}
.row .col-2{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 2) + calc(1 * 20px))}
.row .col-3{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 3) + calc(2 * 20px))}
.row .col-4{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 4) + calc(3 * 20px))}
.row .col-5{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 5) + calc(4 * 20px))}
.row .col-6{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 6) + calc(5 * 20px))}
.row .col-7{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 7) + calc(6 * 20px))}
.row .col-8{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 8) + calc(7 * 20px))}
.row .col-9{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 9) + calc(8 * 20px))}
.row .col-10{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 10) + calc(9 * 20px))}
.row .col-11{width:calc(calc(calc(calc(100% - calc(11 * 20px)) / 12) * 11) + calc(10 * 20px))}
.row .col-12{width:100%}
.mb0{margin-bottom:0!important}
.mb20{margin-bottom:20px}

/* Box System */
[class*="box-"]{width:100%}
.box-1vh{height:5px}
.box-2vh{height:30px}
.box-3vh{height:55px}
.box-4vh{height:80px}
.box-5vh{height:105px}
.box-6vh{height:130px}
.box-7vh{height:155px}
.box-8vh{height:180px}
.box-9vh{height:205px}
.box-10vh{height:230px}
.box-11vh{height:255px}
.box-12vh{height:280px}
.box-13vh{height:305px}
.box-14vh{height:330px}
.box-15vh{height:355px}
.box-16vh{height:380px}
.box-17vh{height:405px}
.box-18vh{height:430px}
.box-19vh{height:455px}
.box-20vh{height:480px}
.box-21vh{height:505px}
.box-22vh{height:530px}
.box-23vh{height:555px}
.box-24vh{height:580px}
.box-25vh{height:605px}
.box-26vh{height:630px}
.box-40h{height:40px}
.box-500h{height:500px}

/* Font Sizes*/
.fs-xs{font-size:14px!important}
.fs-sm{font-size:16px!important}
.fs-md{font-size:18px!important}
.fs-lg{font-size:18px!important}
.fs-xl{font-size:24px!important}
.fs-xxl{font-size:34px!important}
.fs-so-lg{font-size:45px!important}

.fs-1-d{font-size: 45px !important;}
.fs-2-d{font-size: 35px !important;}
.fs-3-d{font-size: 28px !important;}
.fs-4-d{font-size: 24px !important;}
.fs-5-d{font-size: 21px !important;}
.fs-6-d{font-size: 18px !important;}
.fs-7-d{font-size: 16px !important;}
.fs-8-d{font-size: 14px !important;}

/* Text Shadow */
.text-shadow{
    text-shadow: -2px -2px 5px rgba(0,0,0,1), 2px 2px 5px rgba(0,0,0,1);
    padding: 2px 5px;
}

/* Colors */
.color-white{}
.color-black{}
.color-soft-black{}

/* Background Colors */

.blue-bg {
    background-color: #00558d;
}

.hidden-d {
    display: none !important;
}

/* YENİ HEADER */
header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.header-main-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.header-s0 {height: 55px;}
.header-s1 .h39{height:39px}

.header-s1 {
    background-color: #e4e4e4;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.3); */
    left: 0;
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 1000000;
    box-shadow:none!important;
    position: relative;
}
.header-s1 .logo button i{
    color: #00548c;
}
.header-s1 .logo #backButtonMobile{
    display: none;
}
.header-s1 .logo{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.header-s1 .logo a{
    display: block;
    width: 100%;
}
.header-s1 .logo a img{
    display: block;
    width: 100%;
}
.header-s1 .logo #menuButtonMobile{
    display: none;
}
.header-s1 .search-xs {
    display: none;
}

.header-s1 .main-menu {}

.header-s1 .main-menu ul {
    display: flex;
    justify-content: space-between;
}

.header-s1 .main-menu ul li {}

.header-s1 .main-menu ul li #menuButtonDesktop{
    display: block;
    padding: 0 8px;
    line-height: 40px;
    border: unset;
    background-color: unset;
    outline: none;
    cursor: pointer;
    font-size: 21px;
}

.header-s1 .main-menu ul li a {
    position: relative;
    display: block;
    padding: 0 8px;
    line-height: 40px;
    color: #575f6b;
    font-weight: 500;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 15px;
}

.header-s1 .main-menu ul li a:hover {
    color: #01548C;
}

.header-s1 .main-menu ul li.active a {}

.header-s1 .main-menu ul li a .menu-item-sponsor-logo{
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-s1 .main-menu ul li a .menu-item-sponsor{
    margin-left: 15px;
}

.header-s1 .social-xs {
    display: none;
}






.s0-clock,.s0-social{padding-right:20px}
.s0-clock,.s0-social,.s0-lang{display:inline-block;float:right;height:inherit;line-height:57px;}
.s0-lang span{height:22px;width:22px;border-radius:100%;margin:9px 4px;float:left;text-align:center;line-height:50px;font-size:12px;font-weight:700;}
.s0-lang span a{color:#000;display:block}
.s0-social a{color:rgba(0,0,0,.5); line-height: 45px;}
.s0-social a i{line-height:24px;font-size:13px;color:#fff;margin:auto 5px}
.s0-clock{font-size:15px;line-height:57px;color:rgba(0,0,0,.5)}
.s0-clock span{font-weight:700;float:right}
.s0-clock .clock-city{display:none}
.s0-clock .clock-city.active{display:block;width:125px}
.s0-social .fa-facebook,.s0-social .fa-twitter,.s0-social .fa-instagram,.s0-social .fa-youtube{transition:0.5s;background-color: rgba(0,0,0,.5);}
.circle {text-align: center;width: 22px;height: 22px;border-radius: 50px;}
.s0-social .fa-facebook:hover {background-color: #1877f2;;}
.s0-social .fa-twitter:hover {background-color: #1da1f2;}
.s0-social .fa-instagram:hover {background-color: #c32aa3;}
.s0-social .fa-youtube:hover {background-color: red;}
.box-50h a .logo {height: 27px;margin-top: 15px;}
@media screen and (max-width: 970px) {
    .header-s1 .col-2 {
        display: block !important;
    }
    .header-s0 {
        display: none !important;
    }
    .header-s1 {
        top: 0px !important;
    }
    .header-s2 {
        margin-top: 0px !important;
    }
}


.desktop-menu-elements{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 35, 58, 0.95);
    z-index: 999;
    padding-top: 120px;
    overflow: scroll;
}

.desktop-menu-elements h4{
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul.desktop-category-menu-elements{
    list-style: none;
    overflow: hidden;
}

ul.desktop-category-menu-elements li{
    margin-bottom: 20px;
    float: left;
    width: 33%;
}
ul.desktop-category-menu-elements li a{
    display: inline-block;
    color: rgb(218, 218, 218);
    font-size: 21px;
    transition: all .3s;
}
ul.desktop-category-menu-elements li a:hover{
    color: #fff;
}

ul.desktop-other-menu-elements{
    list-style: none;
    overflow: hidden;
}

ul.desktop-other-menu-elements li{
    margin-bottom: 20px;
}
ul.desktop-other-menu-elements li a{
    display: inline-block;
    color: rgb(218, 218, 218);
    font-size: 18px;
    transition: all .3s;
}
ul.desktop-other-menu-elements li a:hover{
    color: #fff;
}

ul.desktop-other-menu-social-elements{
    list-style: none;
    display: flex;
    justify-content: start;
}
ul.desktop-other-menu-social-elements li{
    margin-right: 10px;
}
ul.desktop-other-menu-social-elements li a{
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    padding: 5px;
    transition: all .3s;
}
ul.desktop-other-menu-social-elements li a:hover{
    background-color: unset;
}
ul.desktop-other-menu-social-elements li a i{
    color: #14233a;
    font-size: 21px;
    line-height: 24px;
    transition: all .3s;
}
ul.desktop-other-menu-social-elements li a:hover i{
    color: #fff;
}

.header-s2 {
    background-color: #01548C;
    /* margin-top: 50px; */
}

.header-s2 .search {
    width: 100%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-s2 .search form {}

.header-s2 .search form input {
    height: 100%;
    background-color: unset;
    border: unset;
    box-sizing: border-box;
    padding: 5px;
    margin-right: 5px;
    transition: all .3s;
    font-size: 14px;
    outline: unset;
}

.header-s2 .search form input:hover {
    background-color: rgb(252, 252, 252);
}

.header-s2 .search form input:focus {
    background-color: rgb(255, 255, 255);
}

.header-s2 .search form input::placeholder{
    color: #ddd;
}

.header-s2 .search form button {
    background-color: unset;
    border: unset;
    box-sizing: border-box;
    padding: 2px 5px;
    font-size: 18px;
    cursor: pointer;
}

.header-s2 .search form button i {
    color: #fff;
}

#mainMenuMobile {
    display: none;
}


/* MAIN */

main {
    position: relative;
}

.container {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.video-container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #181818;
}

.photo-container {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.box-manset-sagi {
    width: 100%;
    /* height: 280px; */
    /* height: 283px; */
    height: 258px;
    background-color: #bbbbbb;
}


/* Biography Anasayfası */

.biography-alphabet-list {}

.biography-alphabet-list ul {
    display: block;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.biography-alphabet-list ul li {
    display: inline-block;
}

.biography-alphabet-list ul li a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 15px;
    margin: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #086eb3;
    border: 1px solid #086eb3;
    border-radius: 50%;
    transition: all .3s;
}

.biography-alphabet-list ul li a:hover {
    color: #1f1f1f;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}


/* News Detail Page - Haber Detay Sayfası */

.news-container {}

.news-container figure.news-featured-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news-container figure.news-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-container .news-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.news-container .news-spot {
    font-size: 26px;
    line-height: 1.2;
    color: rgb(49, 49, 49);
    margin-bottom: 20px;
}

/* Haber Detay Sonraki Haber Mesajı */
.next-news-alert{
    margin: 100px auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f7fafc' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}


/* Social Box in News - Video & Photo Galleries */

.news-social-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news-social-box ul {
    list-style: none;
}

.news-social-box ul li {
    display: inline-block;
}

.news-social-box ul li a {
    display: block;
    width: 21px;
    padding: 10px;
    margin-right: 7.5px;
    border-radius: 50%;
    text-align: center;
    background-color: #3b3b3b;
    /* border: 1px solid #3b3b3b; */
    transition: all .3s;
}

.news-social-box ul li:last-child a {
    margin-right: 0;
}

.news-social-box ul li a.facebook {
    background-color: #4267B2;
    border: 1px solid #ddd;
}
.news-social-box ul li a.twitter {
    background-color: #1DA1F2;
    border: 1px solid #ddd;
}
.news-social-box ul li a.linkedin {
    background-color: #0e76a8;
    border: 1px solid #ddd;
}
.news-social-box ul li a.whatsapp {
    background-color: #075e54;
    border: 1px solid #ddd;
}
.news-social-box ul li a.telegram {
    background-color: #0088cc;
    border: 1px solid #ddd;
}

.news-social-box ul li a:hover {
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
}


.news-social-box ul li a i {
    font-size: 21px;
    color: #fff;
    transition: all .3s;
}

.news-social-box ul li a:hover i {
    color: #0099ff;
}

.news-social-box .datetime {
    font-size: 14px;
    font-weight: bold;
    color: #7f7f7f;
}

.news-container .news-content {
    margin-bottom: 20px;
    line-height: 1.4;
}
article .news-content img {
    width: 100%; height: auto;
}
article .news-content iframe {
    width: 100%;
    height: auto;
    min-height: 250px;
}
.news-container .news-content .news-video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news-container .news-content .news-video iframe {
    width: 100%;
    height: 450px;
}

.news-container .news-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height:1.3;
}

.news-container .news-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.news-container .news-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.news-container .news-content h5 {
    font-size: 21px;
    margin-bottom: 20px;
}

.news-container .news-content h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.news-container .news-content p {
    font-size: 21px;
    margin-bottom: 20px;
}

.news-container .news-content p img {
    display: block;
    width: 100%;
}

.news-container .news-content ul {
    margin: 10px 0px;
}

.news-container .news-content ul li {
    list-style-type: disc;
    margin-left: 50px;
    padding-left: 15px;
}

.news-container figure.news-image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.news-container figure.news-image img {
    display: block;
    width: 100%;
}

.news-container .tags {
    margin-bottom: 20px;
}

.news-container .tags ul {
    list-style: none;
}

.news-container .tags ul li {
    display: inline-block;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
}

.news-container .tags ul li a {
    display: block;
    background-color: #ddd;
    padding: 5px;
    color: #040b16;
    border-radius: 5px;
}

.news-container .tags ul li a i {
    margin-right: 5px;
}


/* News Comments */

.news-container .comments {
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: rgb(247, 247, 247);
    position: relative;
}

.news-container .comments .comments-title {
    margin-bottom: 20px;
}

.news-container .comments .comment-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.news-container .comments .comment-btn button {
    background-color: #0099ff;
    color: #fff;
    font-weight: 700;
    border: 1px solid #1d8fdb;
    padding: 10px;
    cursor: pointer;
}

.news-container .comments .comment-btn button:hover {
    background-color: #fff;
    color: #0099ff;
}

.news-container .comments .comments-icon {
    position: absolute;
    top: 15px;
    right: 120px;
}

.news-container .comments .comments-icon i {
    font-size: 35px;
    color: #131313;
}

.news-container .comments .comment-form {
    width: 90%;
    height: auto;
    margin: 40px auto 20px;
    overflow: hidden;
}

.news-container .comments .comment-form form {
    display: block;
}

.news-container .comments .comment-form form input {
    display: block;
    width: 100%;
    padding: 7.5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.news-container .comments .comment-form form textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 7.5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.news-container .comments .comment-form form button {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #086eb3;
    color: #fff;
    font-weight: 700;
    float: right;
}

.news-container .comments .comment {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
}

.news-container .comments .comment:last-child {
    border-bottom: unset;
}

.news-container .comments .comment .comment-name {
    font-weight: 700;
    color: #086eb3;
    margin-bottom: 10px;
}

.news-container .comments .comment .comment-text {
    font-style: italic;
    line-height: 1.2;
}


/* Video news */

.video-news-container {
    background-color: #02070f;
    margin: 20px 0;
    padding: 20px 0;
}

.video-news-container .video {
    width: 100%;
    height: auto;
}

.video-news-container .video iframe {
    width: 100%;
    height: 400px;
}

.video-news-container .news-title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #f1f1f1;
}

.video-news-container .news-spot {
    font-size: 21px;
    line-height: 30px;
    color: #ddd;
    margin-bottom: 20px;
}

.video-news-container .news-content {
    color: #fff;
}

.video-news-container .news-content .news-video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.video-news-container .news-content .news-video iframe {
    width: 100%;
    height: 350px;
}

.video-news-container .news-content h2 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 35px;
}

.video-news-container .news-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.video-news-container .news-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.video-news-container .news-content h5 {
    font-size: 21px;
    margin-bottom: 20px;
}

.video-news-container .news-content h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.video-news-container .news-content p {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 30px;
}

.video-news-container .news-content p img {
    display: block;
    width: 100%;
}

.video-news-container .news-box-category-other div.title {}

.video-news-container .news-box-category-other div.title h2 {
    color: #fff !important;
}

.video-news-container .news-box-category-other div.title p.spot {
    color: #fff !important;
}


/* Photo news */

.photo-news-container {
    margin: -20px 0;
    padding: 20px 0;
}

.photo-news-container figure.news-featured-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.photo-news-container figure.news-featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

.photo-news-container .news-title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.photo-news-container .news-spot {
    font-size: 21px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 20px;
}


/* Photo News Item */

.photo-news-item-container {
    margin-top: 40px;
}

.photo-news-item-container .photo-news-item {
    margin-bottom: 20px;
    position: relative;
}

.photo-news-item-container .photo-news-item figure {
    display: block;
    width: 100%;
    height: auto;
}

.photo-news-item-container .photo-news-item figure img {
    display: block;
    width: 100%;
    height: auto;
}

.photo-news-item-container .photo-news-item figure figcaption {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(243, 243, 243);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(26, 26, 26);
}

.photo-news-item-container .photo-news-item .photo-number {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}


/* Kurumsal Sayfalar */

.commercial-page-container {}

.commercial-page-container .commercial-sidebar {}

.commercial-page-container .commercial-sidebar .menu-title {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: bold;
    color: rgb(121, 121, 121);
}

.commercial-page-container .company {
    color: #1281ca;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}

.commercial-page-container .commercial-menu ul {}

.commercial-page-container .commercial-menu ul li {
    margin-bottom: 15px;
}

.commercial-page-container .commercial-menu ul li a {
    padding: 15px 10px;
    background-color: #fff;
    color: #00558d;
    font-size: 18px;
    font-weight: bold;
    display: block;
    transition: all .3s;
}

.commercial-page-container .commercial-menu ul li a:hover {
    background-color: #00558d;
    color: #fff;
}

.commercial-page-container .page-title {
    color: #003355;
    font-size: 34px;
    display: block;
    margin-bottom: 20px;
}

.commercial-page-container .page-content {
    padding: 15px;
    color: #00558d;
}

.commercial-page-container .page-content h3 {}

.commercial-page-container .page-content h4 {}

.commercial-page-container .page-content h5 {}

.commercial-page-container .page-content h6 {}

.commercial-page-container .page-content p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.commercial-page-container .page-content img {}

.commercial-page-container .page-content ul {}

.commercial-page-container .page-content ul li {}

.commercial-page-container .page-content ul li a {}

.commercial-page-container .page-content a {}

/* Kurumsal Sayfa İletişim Formu */
.contact-form-container{}
.contact-form-container form{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.contact-form-container form label{
    margin-bottom: 15px;
}
.contact-form-container form input{
    width: 70%;
    display: block;
    margin-bottom: 30px;
    padding: 5px;
}
.contact-form-container form textarea{
    width: 70%;
    min-height: 200px;
    display: block;
    margin-bottom: 30px;
    padding: 5px;
}
.contact-form-container form button{}

.contact-form-container.form-space {
    width: 650px;
}
.contact-form-container.form-space input {
    border:solid 1px #efefef;
    width: calc(100% - 30px);
    height:50px;
    padding:10px 15px;
    display:block;
    margin-bottom:7.5px;
    font-size:17px;
    }
.contact-form-container.form-space .send {
    background-color:#14233a;color:#fff;
    border:none;
    text-align: center;
    width: 100%;
    height: 60px;
}
.contact-form-container.form-space textarea {
    width: calc(100% - 30px);
    font-size: 17px;
    padding:10px 15px;
    border:solid 1px #efefef;

}

.success-message{
    padding: 15px;
    margin-bottom: 30px;
}
.success-message p{
    font-weight: bold;
    color: rgb(7, 85, 7);
}

.error-message{
    padding: 15px;
    margin-bottom: 30px;
}
.error-message p{
    font-weight: bold;
    color: rgb(138, 3, 3);
}

/* Biyografi Detay sayfası */

.biography-detail-container {}

.biography-detail-container .bio-top {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.biography-detail-container .bio-top .bio-image {
    width: 40%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.biography-detail-container .bio-top .bio-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.biography-detail-container .bio-top .title-container {
    width: 60%;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
}

.biography-detail-container .bio-top .title-container .bio-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2b2b2b;
    line-height: 1.2;
}

.biography-detail-container .bio-top .title-container .bio-spot {
    font-size: 21px;
    margin-bottom: 20px;
    color: #2b2b2b;
    line-height: 1.2;
}

.biography-detail-container .bio-content {
    margin-top: 50px;
    line-height: 1.2;
}

.biography-detail-container .bio-content p {
    margin-bottom: 15px;
    font-size: 18px;
}


/* Döviz Widget'ı */
.doviz-sponsor{
    width: 15%;
    height: 90%;
    float: left;
    display: flex;
    align-items: center;
    background-color: #1b1b1b;
}
.doviz-sponsor img{
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.doviz-alani{
    width: 100%;
    height: 90%;
    float: left;
    padding: 10px 10px 0;
    background-color: #1b1b1b;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.doviz-swiper-container {
  width: 100%;
  height: 100%;
}
.doviz-swiper-container .swiper-slide{
    width: calc(100% / 4);
    height: 100%;
}

.doviz-alani table{
    border-spacing: 0;
}
.doviz-alani table td{
    vertical-align: middle;
}
.doviz-alani .d-symbol{
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doviz-alani .d-symbol i{
    font-size: 26px;
    color: #fff;
}
.doviz-alani .d-currency{
    margin-left: 5px;
    font-size: 11px;
    color: #fff;
}
.doviz-alani .d-trend{
    margin-left: 5px;
}
.doviz-alani .d-trend i.fa-caret-up{
    font-size: 28px;
    color: green;
}
.doviz-alani .d-trend i.fa-caret-down{
    font-size: 28px;
    color: brown;
}
.doviz-alani .d-amount{
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
}

/* News Title List */
ul.news-title-list{
    width: 100%;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
ul.news-title-list li{
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    padding: 15px;
    height: 40px;
}
ul.news-title-list li:last-child{
    border-bottom: unset;
}
ul.news-title-list li:hover{
    background-color: rgb(241, 241, 241);
}
ul.news-title-list li a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #252525;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Kule Reklamlar */

.kule-reklam-sol {

    position: fixed;
    margin: auto;
    left: 50%;
    margin-left: -860px;
    text-align: right;
    width: 300px;
    /* position: fixed;
    max-width: 300px;
    max-height: 600px;
    left: calc(calc(calc(100% - 1100px) / 2) - 130px);
    width: 120px;
    overflow: hidden;
    text-align: right;
    box-sizing: border-box; */
}

.kule-reklam-sag {
    position: fixed;
    max-width: 300px;
    max-height: 600px;
    left: calc(calc(calc(100% - 1100px) / 2) + 1105px);
    text-align: left;
    box-sizing: border-box;
}


/* Masthead Reklam */

.masthead-reklam {
    width: 970px;
    max-height: 250px;
    margin: 0 auto 20px;
}

.ads-wrapper {
    display: flex;
    justify-content: center;
}

.reklam-desktop {
    display: block;
}

.reklam-mobile {
    display: none;
}

.mb20-d{
    margin-bottom: 20px !important;
}

.ads-970x250-d{
    width: 970px;
    max-height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.ads-970x150-d{
    width: 970px;
    max-height: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.ads-728x90-d{
    width: 728px;
    height: 90px;
    margin: 0 auto;
    background-color: aliceblue;
    box-sizing: border-box;
    border: 2px dashed #0099ff;
}

.ads-300x600-d{
    width: 300px;
    max-height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.ads-260x550-d{
    width: 260px;
    max-height: 550px;
    margin: 0 auto;
    overflow: hidden;
}

.ads-336x280-d{
    width: 336px;
    max-height: 280px;
    margin: 0 auto;
    overflow: hidden;
}

.ads-625x280-d{
    width: 625px;
    max-height: 280px;
    margin: 0 auto;
    overflow: hidden;
}

.v-center{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-center{
    width: 100%;
    /* display: flex; */
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Custom Sticky Area */
#customStickyDesktop{
    width: 336px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}

#customStickyDesktop .area{
    display: flex;
    justify-content: center;
    align-items: center;
}

#customStickyDesktop .close-button{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
    background-color: #fff;
    border: unset;
}

#customStickyDesktop .close-button i{
    font-size: 21px;
    color: #000;
}

#customStickyMobile{
    display: none;
}

/* Sidebar */

.sidebar .sidebar-widget {
    margin-bottom: 20px;
}

.sidebar .sidebar-widget .widget-title {
    padding: 7.5px;
    color: #fff;
    text-align: center;
    background-color: #00558d;
    margin-bottom: 10px;
}

.sidebar .sidebar-widget .news-item {
    background-color: #7f7f7f;
    height: 250px;
}


/* DEFAULT NEWS BOX */

a.news-box {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box figure.featured-image {
    width: 100%;
    height: 70%;
    display: block;
    overflow: hidden;
}

a.news-box figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box div.title {
    width: 100%;
    height: 30%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #dfdfdf;
    position: relative;
}

a.news-box div.title h2 {
    width: 100%;
    position: relative;
    top: 50%;
    line-height: 1.2;
    text-align: center;
    color: rgb(26, 26, 26);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translatey(-50%);
}

a.news-box div.title p.spot {
    display: none;
}

a.news-box span.category {
    position: absolute;
    bottom: 27%;
    left: 10px;
    padding: 7.5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #01548C;
}

a.news-box span.icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(185, 1, 1, 0.8);
}


/* NEWS ON IMAGE - NEWS BOX */

a.news-box-noi {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box-noi figure.featured-image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

a.news-box-noi figure.featured-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 90%);
}

a.news-box-noi figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box-noi div.title {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
}

a.news-box-noi div.title h2 {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-noi div.title p.spot {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(228, 228, 228);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-noi span.category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7.5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #01548C;
}

a.news-box-noi span.icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(185, 1, 1, 0.8);
}


/* NEWS ON THE RIGHT OF THE IMAGE - NEWS BOX */

a.news-box-nri {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box-nri figure.featured-image {
    width: 35%;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

a.news-box-nri figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box-nri div.title {
    width: 65%;
    height: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
    background-color: #dfdfdf;
}

a.news-box-nri div.title h2 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(31, 31, 31);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

a.news-box-nri div.title p.spot {
    display: none;
}

a.news-box-nri span.category {
    display: none;
}

a.news-box-nri span.icon {
    display: none;
}


/* NEWS ON THE LEFT OF THE IMAGE - NEWS BOX */

a.news-box-nli {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box-nli figure.featured-image {
    width: 35%;
    height: 100%;
    display: block;
    float: right;
    overflow: hidden;
}

a.news-box-nli figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box-nli div.title {
    width: 65%;
    height: 100%;
    box-sizing: border-box;
    float: right;
    position: relative;
    background-color: #dfdfdf;
}

a.news-box-nli div.title h2 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(31, 31, 31);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

a.news-box-nli div.title p.spot {
    display: none;
}

a.news-box-nli span.category {
    display: none;
}

a.news-box-nli span.icon {
    display: none;
}


/* News Box Video */

a.news-box-video {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box-video figure.featured-image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

a.news-box-video figure.featured-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.9) 90%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.9) 90%);
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 90%);
}

a.news-box-video figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box-video div.title {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
}

a.news-box-video div.title h2 {
    color: rgb(15, 15, 15);
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-video div.title p.spot {
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(53, 53, 53);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-video span.category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7.5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #01548C;
}

a.news-box-video span.video-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all .3s;
}

a.news-box-video:hover span.video-icon {
    color: rgba(0, 0, 0, 0.7);
    background-color: #fff;
}


/* News Box Photo */

a.news-box-photo {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

a.news-box-photo figure.featured-image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

a.news-box-photo figure.featured-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 90%);
}

a.news-box-photo figure.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.news-box-photo div.title {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
}

a.news-box-photo div.title h2 {
    color: rgb(243, 243, 243);
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-photo div.title p.spot {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(224, 224, 224);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-photo span.category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7.5px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #01548C;
}

a.news-box-photo span.photo-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all .3s;
}

a.news-box-photo:hover span.photo-icon {
    color: rgba(0, 0, 0, 0.7);
    background-color: #fff;
}


/* Sürmanşet News Box */

a.surmanset-news-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a.surmanset-news-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6839110644257703) 45%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6839110644257703) 45%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6839110644257703) 45%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

a.surmanset-news-box figure.featured-image {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
}

a.surmanset-news-box figure.featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.surmanset-news-box div.title {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-height: 100%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 25px 50px;
    box-sizing: border-box;
}

a.surmanset-news-box div.title h2 {
    display: block;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    text-align: left;
    color: #e7e7e7;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .8), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.surmanset-news-box div.title p.spot {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    color: #a3a3a3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Video News Home Page - News Items */
.news-box-video-news-item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.news-box-video-news-item .featured-image{
    width: 100%;
    height: 70%;
    display: block;
    position: relative;
}
.news-box-video-news-item .featured-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.news-box-video-news-item .title{
    width: 100%;
    height: 30%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    box-sizing: border-box;
}
.news-box-video-news-item .title h2{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #131313;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box-video-news-item .icon{
    position: absolute;
    width: 24px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 50%;
    font-size: 24px;
    color: rgba(255, 255, 255);
    background-color: rgb(29, 29, 29, 0.7);
}
.news-box-video-news-item .icon i{}

/* Photo News Home Page - News Items */
.news-box-photo-news-item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.news-box-photo-news-item .featured-image{
    width: 100%;
    height: 70%;
    display: block;
    position: relative;
}
.news-box-photo-news-item .featured-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.news-box-photo-news-item .title{
    width: 100%;
    height: 30%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    box-sizing: border-box;
}
.news-box-photo-news-item .title h2{
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #131313;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box-photo-news-item .icon{
    position: absolute;
    width: 24px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 50%;
    font-size: 24px;
    color: rgba(255, 255, 255);
    background-color: rgb(29, 29, 29, 0.7);
}
.news-box-photo-news-item .icon i{}


/* Category Headline News Box */

a.news-box-category-headline {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

a.news-box-category-headline figure.featured-image {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

a.news-box-category-headline figure.featured-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359943977591) 70%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359943977591) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4962359943977591) 70%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

a.news-box-category-headline figure.featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

a.news-box-category-headline div.title {
    position: absolute;
    width: 92%;
    bottom: 7%;
    left: 4%;
    right: 4%;
    line-height: 1.2;
    color: rgb(31, 31, 31);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-category-headline div.title h2 {
    display: block;
    width: 70%;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .8), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-category-headline div.title p.spot {
    display: block;
    width: 70%;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-category-headline span.category {
    position: absolute;
    top: 7%;
    left: 4%;
    padding: 7.5px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background-color: #01548C;
}

a.news-box-category-headline span.icon {
    position: absolute;
    width: 45px;
    text-align: center;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    padding: 25px;
    border-radius: 50%;
    font-size: 45px;
    color: rgb(29, 29, 29);
    background-color: rgba(255, 255, 255, 0.7);
}


/* Category Other News Box */

a.news-box-category-other {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

a.news-box-category-other figure.featured-image {
    width: 40%;
    height: 100%;
    display: block;
    position: relative;
    float: left;
}

a.news-box-category-other figure.featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

a.news-box-category-other div.title {
    width: 60%;
    height: 100%;
    padding-left: 20px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

a.news-box-category-other div.title h2 {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
    text-align: left;
    color: #131313;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-category-other div.title p.spot {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #131313;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.news-box-category-other span.icon {
    position: absolute;
    width: 24px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 50%;
    font-size: 24px;
    color: rgba(255, 255, 255);
    background-color: rgb(29, 29, 29, 0.7);
}

.pagination{
    width: 100%;
    height: auto;
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.pagination a{
    color: #ebebeb;
    background-color: #00558d;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px rgb(95, 95, 95);
}

.pagination a:hover{
    color: #00558d;
    background-color: #ebebeb;
}

.pagination strong{
    color: #00558d;
    background-color: #ebebeb;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px rgb(95, 95, 95);
}

/* Main Headline - NEWS BOX - Ana Manşet içindeki Haberler */

a.news-box-main-headline {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #14233a;
}

a.news-box-main-headline figure.featured-image {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

a.news-box-main-headline figure.featured-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
}

a.news-box-main-headline figure.featured-image img {
    display: block;
    width: 100%;
    height: 500px;
}

/* Manşet Reklam Görseli */
a.news-box-main-headline figure.manset-reklam {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

a.news-box-main-headline figure.manset-reklam img {
    display: block;
    width: 100%;
    height: 500px;
}

a.news-box-main-headline div.title{
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    padding: 5px;
}
a.news-box-main-headline div.title h2{
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 3px 3px 10px rgba(0,0,0,1),
                 -3px -3px 10px rgba(0,0,0,1),
                 3px 2px 4px rgba(0,0,0,1),
                 -3px -2px 4px rgba(0,0,0,1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

h2.h-gundem{
    color: rgba(219, 17, 17) !important;
}
h2.h-dunya{
    color: rgba(14, 121, 221) !important;
}
h2.h-ekonomi{
    color: rgba(230, 134, 8) !important;
}
h2.h-spor{
    color: rgba(98, 219, 17) !important;
}
h2.h-yasam{
    color: rgba(53, 129, 2) !important;
}
h2.h-ceviri{
    color: rgba(0, 221, 250) !important;
}
h2.h-kadin-aile{
    color: rgba(155, 0, 64) !important;
}

a.news-box-main-headline div.title p{
    margin-top: 15px;
    font-family: 'Titillium Web', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 25px;
    line-height: 1.3;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    color: #f8f403;
    text-shadow: 3px 3px 10px rgba(0,0,0,1),
                 -3px -3px 10px rgba(0,0,0,1),
                 3px 2px 4px rgba(0,0,0,1),
                 -3px -2px 4px rgba(0,0,0,1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

a.news-box-main-headline span.category {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(245, 180, 88, 0.8);
}

span.c-gundem{
    background-color: rgba(219, 17, 17, 0.9) !important;
}
span.c-dunya{
    background-color: rgba(14, 121, 221, 0.9) !important;
}
span.c-ekonomi{
    background-color: rgba(230, 134, 8, 0.9) !important;
}
span.c-spor{
    background-color: rgba(98, 219, 17, 0.9) !important;
}
span.c-yasam{
    background-color: rgba(53, 129, 2, 0.9) !important;
}
span.c-ceviri{
    background-color: rgba(0, 221, 250, 0.9) !important;
}
span.c-teknoloji{
    background-color: rgba(14, 121, 221, 0.9) !important;
}
span.c-genel{
    background-color: rgba(0, 0, 0, 0.9) !important;
}
span.c-kadin-aile{
    background-color: rgba(155, 0, 64, 0.9) !important;
}

a.news-box-main-headline span.icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(185, 1, 1, 0.8);
}

/* BLOCKS */
.three-block-box{
    width: calc(calc(100% - 40px) / 3);
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.three-block-box:nth-of-type(3n){
    margin-right: 0;
}


/* SWIPER */


/* Son Dakika Slider */

.son-dakika-title {
    position: relative;
    width: 15%;
    height: 100%;
    float: left;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #ddd;
    line-height: 40px;
}

.son-dakika-arrows {
    position: relative;
    width: 8%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.son-dakika-arrows .son-dakika-swiper-button-next,
.son-dakika-arrows .son-dakika-swiper-button-prev {
    width: 50%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.son-dakika-arrows .son-dakika-swiper-button-next:after,
.son-dakika-arrows .son-dakika-swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.son-dakika-arrows .son-dakika-swiper-button-next i,
.son-dakika-arrows .son-dakika-swiper-button-prev i {
    font-size: 32px;
}

.son-dakika-swiper-container {
    width: 77%;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.son-dakika-swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.son-dakika-swiper-container .swiper-slide a {
    display: block;
    margin: 0 10px;
    color: #fff;
    font-size: 14.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/* Main Headline Slider (Ana Manşet) */

.main-headline-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.main-headline-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-headline-swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-headline-swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 10px !important;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.main-headline-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #fff !important;
    opacity: 0.7;
    margin: 0px 3.3px!important;
}

.main-headline-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0099ff !important;
    opacity: 1;
}


.main-headline-swiper-pagination-desktop {
    width: 100%;
    position: absolute;
    bottom: 10px !important;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.main-headline-swiper-pagination-desktop .swiper-pagination-bullet {
    width: 28px;
    height: 21px;
    background-color: #fff !important;
    opacity: 0.4;
    color: #000;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    /* border-radius: 0px; */
}

.main-headline-swiper-pagination-desktop .swiper-pagination-bullet-active {
    background-color: #0099ff !important;
    opacity: 1;
    color: #fff;
}

.main-headline-swiper-container .main-headline-swiper-button-next, .main-headline-swiper-container .main-headline-swiper-button-prev{
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 0.7;
}
.main-headline-swiper-container .main-headline-swiper-button-next{
    right: 10px;
}
.main-headline-swiper-container .main-headline-swiper-button-prev{
    left: 10px;
}


/* Surmanşet Slider */

.surmanset-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.surmanset-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.surmanset-swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.surmanset-swiper-pagination {
    position: absolute;
    right: 20px !important;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.surmanset-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff !important;
    opacity: 0.7;
}

.surmanset-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0099ff !important;
    opacity: 1;
}

/* English Headline Slider (İngilizce Sayfa Manşet) */

.english-headline-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.english-headline-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.english-headline-swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.english-headline-swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 10px !important;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.english-headline-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(226, 226, 226) !important;
    opacity: 0.7;
}

.english-headline-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #01548C !important;
    opacity: 1;
}


/* FOOTER */

footer {
    width: 100%;
    height: auto;
}

.button-opinion,
.button-shareWithUs {
    border-radius: 5px;
    width: 110px;
    height: 38px;
    position: fixed;
    left: -110px;
    z-index: 2;
    display: block;
    transition: .3s linear all;
    color: white;
    font-family: 'PT Sans','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: 2s;
}
.button-opinion {
    background-color: #01548C;
    bottom: 100px;
}
.button-shareWithUs {
    background-color: #990000;
    bottom: 150px;
}

.button-opinion:link,
.button-opinion:link {color: white;}
.button-opinion:visited,
.button-opinion:visited {color: white;}
.button-opinion:hover,
.button-opinion:hover {color: #d9d9d9;}
.button-opinion:active,
.button-opinion:active {color: white;}

.header-main-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.footer-wrapper {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #14233a;
    box-sizing: border-box;
}

.footer-wrapper h4{
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-wrapper .slogan {
    display: block;
    color: rgb(143, 143, 143);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.footer-wrapper .copyright-wrapper{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

ul.footer-category-menu-elements{
    list-style: none;
    overflow: hidden;
}

ul.footer-category-menu-elements li{
    margin-bottom: 20px;
    float: left;
    width: 33%;
}
ul.footer-category-menu-elements li a{
    display: inline-block;
    color: rgb(218, 218, 218);
    font-size: 21px;
    transition: all .3s;
}
ul.footer-category-menu-elements li a:hover{
    color: #fff;
}

ul.footer-other-menu-elements{
    list-style: none;
    overflow: hidden;
}

ul.footer-other-menu-elements li{
    margin-bottom: 20px;
}
ul.footer-other-menu-elements li a{
    display: inline-block;
    color: rgb(218, 218, 218);
    font-size: 18px;
    transition: all .3s;
}
ul.footer-other-menu-elements li a:hover{
    color: #fff;
}

ul.footer-other-menu-social-elements{
    list-style: none;
    display: flex;
    justify-content: start;
}
ul.footer-other-menu-social-elements li{
    margin-right: 10px;
}
ul.footer-other-menu-social-elements li a{
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    padding: 5px;
    transition: all .3s;
}
ul.footer-other-menu-social-elements li a:hover{
    background-color: unset;
}
ul.footer-other-menu-social-elements li a i{
    color: #14233a;
    font-size: 21px;
    line-height: 24px;
    transition: all .3s;
}
ul.footer-other-menu-social-elements li a:hover i{
    color: #fff;
}

.footer-top {
    width: 970px;
    height: auto;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
}

.footer-top ul.icon-menu {
    width: 60%;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.footer-top ul.icon-menu li {}

.footer-top ul.icon-menu li a.icon-menu-item {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
}

.footer-top ul.icon-menu li a.icon-menu-item i {
    display: block;
    margin-bottom: 10px;
}

.footer-top ul.icon-menu li a.icon-menu-item span {
    display: block;
    text-align: center;
    line-height: 1.2;
}

.footer-middle {
    width: 500px;
    height: auto;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
}

.footer-middle .category-list {
    width: 100%;
    height: auto;
    list-style: none;
    overflow: hidden;
}

.footer-middle .category-list li {
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
}

.footer-middle .category-list li a {
    display: inline-block;
    padding: 10px 7px;
    color: #fff;
    box-sizing: border-box;
    transition: all .3s;
}

.footer-middle .category-list li a:hover {
    background-color: #fff;
    color: #14233a;
}

.footer-bottom {
    width: 970px;
    height: auto;
    margin: 0 auto 20px;
    overflow: hidden;
}

.footer-bottom .foot-col {
    width: 33.33%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
}

.footer-bottom .foot-col .slogan {
    display: block;
    padding-top: 60px;
    color: #ddd;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
}

.footer-bottom .foot-col ul.kurumsal-menu {
    list-style: none;
}

.footer-bottom .foot-col ul.kurumsal-menu li {}

.footer-bottom .foot-col ul.kurumsal-menu li a {
    display: block;
    padding: 7px;
    color: #fff;
    font-size: 14px;
}

.footer-bottom .foot-col ul.social-foot {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-top: 60px;
}

.footer-bottom .foot-col ul.social-foot li {
    margin-right: 10px;
}

.footer-bottom .foot-col ul.social-foot li a {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    padding: 5px;
    transition: all .3s;
}

.footer-bottom .foot-col ul.social-foot li a:hover {
    background-color: #14233a;
}

.footer-bottom .foot-col ul.social-foot li a i {
    color: #14233a;
    font-size: 21px;
    line-height: 24px;
    transition: all .3s;
}

.footer-bottom .foot-col ul.social-foot li a:hover i {
    color: #fff;
}


/* GENİŞ EKRANLAR */

@media (min-width: 1200px) {}


/* NORMAL EKRANLAR */

@media (min-width: 970px) and (max-width: 1024px) {
    .container {
        width: 970px;
        height: auto;
        margin: 0 auto;
    }
}


/* MOBİL EKRANLAR */

@media only screen and (max-width: 970px) {
    .ads-320x100-m{
        width: 320px;
        max-height: 120px;
        margin: 0 auto;
        overflow: hidden;
    }
    .ads-300x250-m{
        width: 300px;
        max-height: 250px;
        margin: 0 auto;
        overflow: hidden;
    }
    .ads-260x550-m{
        width: 260px;
        max-height: 550px;
        margin: 0 auto;
        overflow: hidden;
    }
    .ads-336x280-m{
        width: 336px;
        max-height: 280px;
        margin: 0 auto;
        overflow: hidden;
    }
    .ads-300x600-m{
        width: 300px;
        height: 580px;
        margin: 0 auto;
        background-color: aliceblue;
        box-sizing: border-box;
        border: 2px dashed #0099ff;
    }
    /* Custom Sticky Area */
    #customStickyDesktop{
        display: none;
    }

    #customStickyMobile{
        display: block;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        box-sizing: border-box;
        z-index: 9999999;
    }

    #customStickyMobile .area{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #customStickyMobile .close-button{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999999;
        background-color: #fff;
        border: unset;
    }

    #customStickyMobile .close-button i{
        color: #000;
        font-size: 21px;
    }
    /* GLOBAL */
    .hidden-d{
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .h-auto {
        height: auto !important;
    }
    .container {
        width: 94%;
        margin: auto 3%;
    }
    .row {
        margin-bottom: 10px !important;
    }
    .row [class*="col-"] {
        width: 100%;
        margin-right: 0px;
    }
    .mb20-d{
        margin-bottom: 0px !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important
    }
    .mb10-xs:last-child {
        margin-bottom: 0 !important;
    }
    .mb0-xs {
        margin-bottom: 0 !important;
    }
    /* Font Sizes*/
    .fs-xs {
        font-size: 10px !important;
    }
    .fs-sm {
        font-size: 12px !important;
    }
    .fs-sm-m {
        font-size: 14px !important;
    }
    .fs-md {
        font-size: 16px !important;
    }
    .fs-lg {
        font-size: 18px !important;
    }
    .fs-xl {
        font-size: 21px !important;
    }
    .fs-xxl {
        font-size: 24px !important;
    }
    .fs-so-lg {
        font-size: 28px !important;
    }

    .fs-1-m{font-size: 45px !important;}
    .fs-2-m{font-size: 35px !important;}
    .fs-3-m{font-size: 28px !important;}
    .fs-4-m{font-size: 24px !important;}
    .fs-5-m{font-size: 21px !important;}
    .fs-6-m{font-size: 18px !important;}
    .fs-7-m{font-size: 16px !important;}
    .fs-8-m{font-size: 14px !important;}

    /* YENİ HEADER */
    header {
        margin-bottom: 10px !important;
    }
    .son-dakika-swiper-container {
        width: 100%;
    }
    .logo #backButtonMobile {
        display: block !important;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-57%);
        background-color: unset;
        border: unset;
        color: #292929;
        padding: 0;
        margin: 0;
        font-size: 21px;
        outline: none;
    }
    .header-s1 .logo a{
        text-align: center;
    }
    .header-s1 .logo a img{
        width: 60%;
        display: inline-block;
    }
    .logo {
        position: relative;
    }
    .logo #menuButtonMobile {
        display: block !important;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-57%);
        background-color: unset;
        border: unset;
        color: #292929;
        padding: 0;
        margin: 0;
        font-size: 21px;
        outline: none;
    }
    .header-s1 .main-menu-container{
        display: none;
    }

    #mainMenuMobile {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: -60px;
        padding-bottom: 60px;
        z-index: 99999999999;
        overflow: scroll;
        background-color: hsla(216, 49%, 15%, 0.975);
    }
    #mainMenuMobile .search-xs {
        display: block;
        margin: 20px 0 0;
    }
    #mainMenuMobile .search-xs form {
        display: block;
        display: flex;
    }
    #mainMenuMobile .search-xs form input {
        width: calc(100% - 45px);
        padding: 0 10px;
        font-size: 14px;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        outline: unset;
    }
    #mainMenuMobile .search-xs form button {
        border: unset;
        width: 45px;
        height: 35px;
        padding: 0 10px;
        background-color: #086eb3;
        color: #fff;
        font-size: 14px;
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
    #mainMenuMobile .search-xs form button i {}
    #mainMenuMobile .mobile-menu-elements {
        margin-top: 25px;
        padding-top: 15px;
        padding-bottom: 20px;
        border-top: 1px solid #163053;
        border-bottom: 1px solid #163053;
    }
    #mainMenuMobile .mobile-menu-elements ul {
        display: block;
        overflow: hidden;
    }
    #mainMenuMobile .mobile-menu-elements ul li {
        display: block;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    #mainMenuMobile .mobile-menu-elements ul li a {
        display: block;
        padding: 0 8px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
    }
    #mainMenuMobile .mobile-menu-elements ul li a:hover {}
    #mainMenuMobile .mobile-menu-elements ul li.active a {
        background-color: unset;
        color: #fff;
    }
    #mainMenuMobile .social-xs {
        display: block;
        margin: 25px 0 0;
    }
    #mainMenuMobile .social-xs ul {
        display: flex;
        justify-content: center;
        list-style: none;
    }
    #mainMenuMobile .social-xs ul li {
        margin-right: 10px;
    }
    #mainMenuMobile .social-xs ul li a {
        width: 24px;
        height: 24px;
        display: inline-block;
        border-radius: 50%;
        background-color: #ddd;
        text-align: center;
        padding: 5px;
    }
    #mainMenuMobile .social-xs ul li a i {
        color: #14233a;
        font-size: 21px;
        line-height: 24px;
    }

    /* MAIN */
    .contact-form-container.form-space {
        width: 100%;
    }
    .contact-form-container.form-space .send {
        width: 100%;
    }
    /* Döviz Widget'ı */
    .doviz-sponsor{
        width: 20% !important;
    }
    .doviz-sponsor img{
        padding: 0 5px;
    }
    .box-2vh-m{
        height: 50px !important;
    }
    .doviz-alani{
        width: 100% !important;
        padding: 0 10px !important;
    }
    .doviz-alani table{
        margin-top: 12px;
    }
    .doviz-swiper-container .swiper-slide{
        width: 120px !important;
    }

    /* News Title List */
    ul.news-title-list{
        border-bottom: unset;
    }

    /* Mobile İçin Kutu Yükseklikleri */
    .s-box-m {
        height: 130px !important;
    }
    .m-box-m {
        height: 150px !important;
    }
    .l-box-m {
        height: 200px !important;
    }
    .xl-box-m {
        height: 230px !important;
    }
    .xxl-box-m {
        height: 280px !important;
    }
    .h-auto-box {
        height: auto !important;
    }
    .sbs-box-m {
        width: calc(calc(100% - 10px) / 2) !important;
        float: left !important;
        margin-right: 10px !important;
    }
    .sbs-box-m:nth-of-type(2n) {
        margin-right: 0 !important;
    }



    /* SWIPER */
    /* Main headline Slider */
    .main-headline-swiper-pagination {
        bottom: 10px !important;
    }
    .main-headline-swiper-pagination .swiper-pagination-bullet {
        width: 7.5px;
        height: 7.5px;
        background-color: rgb(170, 170, 170) !important;
    }
    .main-headline-swiper-pagination .swiper-pagination-bullet-active {
        background-color: #01548C !important;
    }
    a.news-box-main-headline figure.featured-image img {
        /* height: auto !important; */
        height: 400px !important;
        object-fit: cover;
    }


    /* Main headline Slider */
    .main-headline-swiper-pagination-desktop {
        bottom: 10px !important;
    }
    .main-headline-swiper-pagination-desktop .swiper-pagination-bullet {
        width: 7.5px;
        height: 7.5px;
        background-color: rgb(170, 170, 170) !important;
    }
    .main-headline-swiper-pagination-desktop .swiper-pagination-bullet-active {
        background-color: #01548C !important;
    }

    /* Manşet Reklam Görseli */
    a.news-box-main-headline figure.manset-reklam {
        height: auto !important;
    }

    a.news-box-main-headline figure.manset-reklam img {
        height: auto !important;
    }

    a.news-box-main-headline div.title{
        bottom: 30px;
        left: 5px;
        right: 5px;
    }
    a.news-box-main-headline div.title h2{
        font-size: 24px;
        font-weight: 700;
        text-shadow: 3px 3px 5px rgba(0,0,0,1),
                     -3px -3px 5px rgba(0,0,0,1),
                     3px 2px 4px rgba(0,0,0,1),
                     -3px -2px 4px rgba(0,0,0,1);
    }
    a.news-box-main-headline div.title p{
        font-size: 19px;
        font-weight: 600;
        text-shadow: 3px 3px 5px rgba(0,0,0,1),
                     -3px -3px 5px rgba(0,0,0,1),
                     3px 2px 4px rgba(0,0,0,1),
                     -3px -2px 4px rgba(0,0,0,1);
    }

    a.news-box-main-headline span.category {
        top: 15px;
        left: unset !important;
        right: 15px;
        padding: 7.5px;
    }
    /* Sürmanşet Slider */
    .surmanset-swiper-pagination {
        bottom: 7px !important;
        flex-direction: row;
        justify-content: center;
    }
    .surmanset-swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    a.surmanset-news-box::after {
        height: 80%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%) !important;
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .9) 90%) !important;
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 90%) !important;
    }
    a.surmanset-news-box figure.featured-image {
        display: block;
        width: 100%;
        float: unset;
    }
    a.surmanset-news-box div.title {
        flex-direction: row;
        width: 100%;
        max-height: 50%;
        float: unset;
        position: absolute;
        top: unset;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        padding: 15px !important;
    }
    a.surmanset-news-box div.title h2 {
        margin-bottom: 0 !important;
        font-size: 21px;
    }
    a.surmanset-news-box div.title p.spot {
        display: none;
    }
    /* Category Headline Box */
    a.news-box-category-headline div.title h2 {
        width: 100% !important;
    }
    a.news-box-category-headline div.title p.spot {
        display: none;
    }
    a.news-box-category-headline span.category {
        left: unset !important;
        right: 4%;
        font-size: 14px;
    }
    a.news-box-category-headline span.icon {
        width: 18px !important;
        top: 7%;
        left: 4% !important;
        right: unset !important;
        transform: unset !important;
        padding: 10px;
        font-size: 18px;
    }
    /* Category Other News Box */
    a.news-box-category-other figure.featured-image {
        width: auto;
        height: 200px;
        float: unset;
        margin-bottom: 7.5px;
        margin-top: 20px;
    }
    a.news-box-category-other figure.featured-image img {
        object-fit: cover;
    }
    a.news-box-category-other div.title {
        width: 100%;
        height: auto;
        float: unset;
        display: block;
        flex-direction: unset;
        justify-content: unset;
        padding-left: unset;
    }
    a.news-box-category-other div.title h2 {
        font-size: 21px;
        margin-bottom: 7.5px;
    }
    a.news-box-category-other div.title p.spot {
        font-size: 16px;
        font-weight: bold;
        color: rgb(75, 75, 75);
    }

    a.news-box-noi div.title {
        padding: 10px;
    }

    .sbs-box-m a.news-box div.title{
        padding: 5px;
    }

    a.news-box-video div.title p.spot {
        padding-top: 10px;
    }

    /* BLOCKS */
    .three-block-box{
        width: calc(calc(100% - 10px) / 2) !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    .three-block-box:nth-of-type(2n){
        margin-right: 0 !important;
    }

    /* Video News Home Page - News Items */
    .news-box-video-news-item .featured-image{
        height: 69% !important;
    }
    .news-box-video-news-item .featured-image img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .news-box-video-news-item .title{
        height: 31% !important;
        padding-top: 7px !important;
    }
    .news-box-video-news-item .title h2{
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    /* Photo News Home Page - News Items */
    .news-box-photo-news-item .featured-image{
        height: 69% !important;
    }
    .news-box-photo-news-item .featured-image img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .news-box-photo-news-item .title{
        height: 31% !important;
        padding-top: 7px !important;
    }
    .news-box-photo-news-item .title h2{
        margin-bottom: 0 !important;
        font-size: 16px !important;
    }

    /* News Detail Page - Haber Detay */
    .news-social-box ul li a {
        display: block;
        width: 16px;
        padding: 5px;
    }
    .news-social-box ul li a i {
        font-size: 16px;
    }
    .news-social-box .datetime {
        font-size: 12px;
    }
    /* Photo News Items */
    .photo-news-item-container .photo-news-item figure figcaption {
        font-weight: 400;
    }
    .photo-news-item-container .photo-news-item .photo-number {
        font-size: 16px;
        padding: 7.5px;
    }
    /* Kurumsal Sayfalar */
    .commercial-page-container .commercial-sidebar {
        display: none;
    }
    /* Biyografi detay */
    .biography-detail-container .bio-top {
        display: block;
        align-items: unset;
    }
    .biography-detail-container .bio-top .bio-image {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .biography-detail-container .bio-top .bio-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 0 auto;
        display: block;
    }
    .biography-detail-container .bio-top .title-container {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0 10px;
        display: block;
    }
    /* Reklam */
    .kule-reklam-sol,
    .kule-reklam-sag {
        display: none;
    }
    .masthead-reklam {
        display: none;
    }
    .reklam-desktop {
        display: none;
    }
    .reklam-mobile {
        display: block;
        text-align: center;
    }
    /* FOOTER */
    .footer-wrapper{
        padding: 40px 0;
    }
    .footer-wrapper h4{
        text-align: center !important;
        border-bottom: unset !important;
        display: block;
        margin-top: 30px;
        font-size: 21px;
    }
    .footer-wrapper .copyright-wrapper{
        margin-top: 30px;
    }
    .footer-category-menu-elements{
        text-align: center !important;
    }
    ul.footer-category-menu-elements li{
        width: 50% !important;
    }
    ul.footer-category-menu-elements li a{
        font-size: 17px;
    }
    .footer-other-menu-elements{
        text-align: center !important;
    }
    ul.footer-other-menu-elements li a{
        font-size: 17px;
    }
    .footer-other-menu-social-elements{
        justify-content: center !important;
    }



    .footer-top {
        width: 100% !important;
    }
    .footer-top ul.icon-menu {
        width: 100%;
    }
    .footer-top ul.icon-menu li a.icon-menu-item span {
        font-size: 12px;
    }
    .footer-middle {
        width: 100% !important;
    }
    .footer-middle .category-list li a {
        font-size: 14px;
    }
    .footer-bottom {
        width: 100% !important;
    }
    .footer-bottom .foot-col {
        width: 50% !important;
    }
    .footer-bottom .foot-col:last-child {
        width: 100% !important;
        float: unset !important;
    }
    .footer-bottom .foot-col .slogan {
        padding-top: 45px !important;
    }

    .h-center-m{
        width: 100%;
        display: flex;
        /* display: flex !important; */
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    a.news-box-main-headline figure.featured-image img {
        /* height: auto !important; */
        height: 794.3880px !important;
        object-fit: cover;
    }
}

@media only screen and (max-width: 425px) {
    a.news-box-main-headline figure.featured-image img {
        /* height: auto !important; */
        height: 440.1041px !important;
        object-fit: cover;
    }
}

@media only screen and (max-width: 375px) {
    a.news-box-main-headline figure.featured-image img {
        /* height: auto !important; */
        height: 388.3919px !important;
        object-fit: cover;
    }
}

@media only screen and (max-width: 320px) {
    a.news-box-main-headline figure.featured-image img {
        /* height: auto !important; */
        height: 331.1783px !important;
        object-fit: cover;
    }
}
















/* Home Sonradan Eklenenler */


@media only screen and (max-width: 768px) {
    .owl-main-headline {height: auto;}
    .owl-main-headline .owl-nav {display: none;}
    .owl-main-headline .owl-dots {top:-20px!important;height:0px;}
    .owl-main-headline .owl-dots .owl-dot span {height:8px; width:8px;background-color:#fff!important;opacity:.4;color:#000;margin:5px 0.2px;}
    .owl-main-headline .owl-dots .owl-dot.active span {opacity:1!important}
}

@media only screen and (min-width: 768px) {

    /* .owl-main-headline {height:500px;} */
    .owl-main-headline {height:530px;}
    .owl-main-headline .item {height:500px;width:100%;}
    .owl-main-headline .owl-nav {top:calc(-50% - 40px)!important;}
    .owl-main-headline .owl-nav button.owl-next {
        position: absolute!important;
        color: rgba(255,255,255,0.5)!important;
        right: 5px!important;
        font-size: 80px!important;
    }
    .owl-main-headline .owl-nav button.owl-prev {
        position: absolute!important;
        color: rgba(255,255,255,0.5)!important;
        left: 5px!important;
        font-size: 80px!important;
    }
    /* .owl-main-headline .owl-dots {top:-40px!important;} */
    /* .owl-main-headline .owl-dots {top:0px!important;background:#1b1b1b;} */
    .owl-main-headline .owl-dots {top:0px!important;background:#fff;}
    .owl-main-headline .owl-dots .owl-dot span {height:24px;width:24px;background-color:#000!important;opacity:.4;color:#fff;text-align:center;font-weight:700;margin:3px 1px;line-height:24px;font-size:12px;}
    .owl-main-headline .owl-dots .owl-dot.active span {opacity:1!important}

}



@media only screen and (max-width: 768px) {
    .manset-mobil {}
    .manset-masaustu {display:none!important;}
    .none-shadow::after {background:none!important;}
}
@media only screen and (min-width: 768px) {
    .manset-mobil {display:none!important;}
    .manset-masaustu {}
}



.spor-title {background-color:#4f9d5a;width:100%;height:34px;line-height:34px;font-size:20px;font-weight:bold;}
.spor-title span.title {background-color:#fff;padding:0px 10px;margin: 0px 20px;color:#71b97b;float:left;}
.spor-title .slider {display:inline-block;width: calc(100% - 224px);text-align: right;padding-right: 20px;float:left;}
.spor-text-slider a {color:#fff;font-size:15px;}
.spor-text-prev {height: 34px;width: 4%;color: #fff;text-align: center;background: #69af73;z-index: 9;float: left;margin-right: 4px;}
.spor-text-next {height: 34px;width: 4%;color: #fff;text-align: center;background: #69af73;z-index: 9;float: left;}


.spor-headline-swiper .swiper-slide {height:480px;}
.spor-headline-swiper .swiper-slide .title {padding:40px 20px;}

.spor-headline-swiper .swiper-pagination {z-index:999;}

.spor-headline-swiper .swiper-pagination-bullet {background:#4f9d5a;height:17.5px;width:17.5px;}
.spor-headline-swiper .swiper-pagination-bullet-active {background:#4f9d5a;}
@media only screen and (max-width: 768px) {
    .spor-headline-swiper {margin-top:10px;}
    .spor-headline-swiper .swiper-slide {height:230px}
    .spor-headline-swiper .swiper-slide .title {padding:40px 20px;}
}



.ekonomi-title {background-color:#004988;width:100%;height:34px;line-height:34px;font-size:20px;font-weight:bold;overflow:hidden;}
.ekonomi-title span.title {background-color:#fff;padding:0px 10px;margin: 0px 20px;color:#004988;float:left;}
.ekonomi-title .slider {display:inline-block;width:calc(100% - 231px);text-align: right;padding-right: 20px;float:left;}
.ekonomi-text-slider a {color:#fff;font-size:15px;}
.ekonomi-text-prev {height: 34px;width: 4%;color: #fff;text-align: center;background: #1869af;z-index: 9;float: left;margin-right: 4px;}
.ekonomi-text-next {height: 34px;width: 4%;color: #fff;text-align: center;background: #1869af;z-index: 9;float: left;}

.dunya-title {background-color:#004988;width:100%;height:34px;line-height:34px;font-size:20px;font-weight:bold;overflow:hidden;}
.dunya-title span.title {background-color:#fff;padding:0px 10px;margin: 0px 20px;color:#004988;float:left;}
.dunya-title .slider {display:inline-block;width:calc(100% - 237px);text-align: right;padding-right: 20px;float:left;}
.dunya-text-slider a {color:#fff;font-size:15px;}
.dunya-text-prev {height: 34px;width: 4%;color: #fff;text-align: center;background: #1869af;z-index: 9;float: left;margin-right: 4px;}
.dunya-text-next {height: 34px;width: 4%;color: #fff;text-align: center;background: #1869af;z-index: 9;float: left;}




.share-native {display: block;}
.share-native ul li a.telegram {background-color: #0088cc;border: 1px solid #ddd;}
.share-native {justify-content: space-between;align-items: center;margin-bottom: 20px;border: 1px solid rgba(0,0,0,0.1);width: 99%;float: right;padding: 20px 0px;}
.share-native ul {list-style: none;float: right;}
.share-native ul li {display: inline-block;}
.share-native ul li a {display: block;width: 14px;height: 14px;padding: 10px;margin-right: 7.5px;border-radius: 20px;text-align: center;background-color: #3b3b3b;border: 1px solid #3b3b3b;transition: all .3s;}
.share-native ul li a.facebook {background-color: #4267B2;border: 1px solid #ddd;}
.share-native ul li a.pinterest {background-color: #C8232C;border: 1px solid #ddd;}
.share-native ul li a.twitter {background-color: #1DA1F2;border: 1px solid #ddd;}
.share-native ul li a.whatsapp {background-color: #075e54;border: 1px solid #ddd;}
.share-native ul li a:hover {background-color: rgb(255, 255, 255);border: 1px solid #ddd;}
.share-native ul li a i {font-size: 15px;color: #fff;transition: all .3s;line-height: 14px;text-align: center;}
.share-native ul li a:hover i {color: #0099ff;}
.paylas-bottom-text {float: left !important;font-size: 18px;padding-left: 20px;margin-top: 10px;}
@media screen and (max-width: 430px) {
    .desktop-paylas-bottom {
        display: none!important;
    }
}






.image-top {
    width: 100%; height: 40px;
    margin: 15px 0px;
}
.image-top .date-space {
    width: calc(50% - 2px); height: 100%;
    float: left;
    line-height: 20px;
}
.image-top .date-space span {
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
    font-size: 14px;
}
.image-top .date-space span i {
    margin-right: 20px;
}
.image-top .date-space span.normal-date {
    margin-left: 38px;
    color: rgba(0,0,0,0.3);
    font-weight: normal;
}
.image-top .share-space {
    width: calc(50% - 2px); height: 40px;
    float: right;
}
.image-top .share-space .news-social-box {
    float: right;
}







.image-bottom {
    height: 50px; width: 100%;
    margin-bottom: 15px;
    padding: 0px;
}
.text-lens {
    height: 100%; width: 150px;
    float: left;
    padding: 3.5px 0px;
}
.google-publicher-space {
    height: 40px;
    /* width: calc(100% - 200px); */
    border: 1px solid rgba(0,0,0,.11);
    float: right;
    margin-left: 15px;
}
.google-publicher-space a {
    display: block;
    height: 100%; width: 100%;
    color: #000;
}
.google-publicher-space p {
    float: left;
    line-height: 50px;
    padding-left: 25px;
    color: rgba(0,0,0,.5);
    font-weight: bold;
}
.google-publicher-space .publicher-center-logo {
    height: 40px; width: auto;
    float: right;
}
@media screen and (max-width: 430px) {
    .google-publicher-space {
        height: 38px; width: auto;
        float: right;
    }
    .google-publicher-space .publicher-center-logo {
        height: 40px; width: auto;
        float: right;
    }
}



.important-news{background:-o-linear-gradient(320deg,#db1111,#660101,#db1111);background:linear-gradient(130deg,#db1111,#660101,#db1111);background-size:200% 200%;color:#fff;width:100%;font-size:16px;text-align:center;-webkit-animation:homeBtnAnimate 4s ease infinite;animation:homeBtnAnimate 4s ease infinite}
@-webkit-keyframes homeBtnAnimate {
0%{background-position:10% 0}
50%{background-position:91% 100%}
100%{background-position:10% 0}
}
@-moz-keyframes homeBtnAnimate {
0%{background-position:10% 0}
50%{background-position:91% 100%}
100%{background-position:10% 0}
}
@keyframes homeBtnAnimate {
0%{background-position:10% 0}
50%{background-position:91% 100%}
100%{background-position:10% 0}
}
.important-news .important-title{font-weight:700;font-size:25px;float:left;height:46px;line-height:46px}
.important-news .important-content{padding:15px 0;width:calc(100% - 200px);display:inline-block}
.important-news .important-content a{color:#fff;font-weight:700}
.important-news .i-desktop-title{width:200px}
.important-news .i-mobile-title{display:none}
@media only screen and (max-width: 970px) {
.important-news .i-mobile-title{display:inline-block;width:50px}
.important-news .i-desktop-title{display:none}
.important-news .important-content{width:calc(100% - 50px);display:inline-block}
}






.related-post-container
{
    height: 150px;
    display: block;
    margin-bottom: 20px;
    border: solid 1px #efefef;
}
.related-post-container .rpc-image-container
{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.related-post-container .rpc-image-container img
{
    height: 100%;
}
.related-post-container .rpc-title-container
{
    width: calc(100% - 238px);
    float: right;
    padding: 15px;
    height: 120px;
    overflow: hidden;
}
.related-post-container .rpc-title-container span.title
{
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    border-left: solid 10px #03548c;
    padding-left: 10px;
    margin-bottom: 15px;
}
.related-post-container .rpc-title-container span.text
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}








.mdl-specialNews
{
    height: 300px; width: 100%;
}
    .mdl-specialNews .specialNews-container
    {
        height: 100%; width: 100%;
    }
        .mdl-specialNews .specialNews-container .swiper-wrapper
        {
            height: calc(100% - 30px); width: 100%;
        }
            .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide
            {
                height: 100%; width: 100%;
            }
                .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a
                {
                    display: block;
                }
                    .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a img
                    {
                        min-height: 300px; width: auto;
                        max-width: 600px;
                    }
                    .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption
                    {
                        background: rgb(0,0,0);
                        background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,212,255,0) 100%);
                        height: 300px; width: 100%;
                        position: absolute;
                        top: 0px; right: 0px; left: 0px;
                    }
                    .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption div.cart-title
                    {
                        padding: 50px 50px 50px 600px;
                        color: #fff;
                        font-size: 30px;
                        line-height: 40px;
                        font-weight: bold;
                        text-align: right;
                    }
                    .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption span.cart-cat
                    {
                        position: absolute;
                        left: 50px; top: 50px;
                        font-size: 15px;
                        font-weight: bold;
                        width: auto;
                        text-align: center;
                        padding: 10px 15px;
                        color: #fff;
                        border-radius: 5px;
                    }
        .mdl-specialNews .specialNews-container .specialNews-pagination
        {
            height: 50px; width: calc(100% - 50px);
            background: none;
            position: absolute;
            bottom: 0px;
            margin-right: 50px;
            text-align: right;
            z-index: 999;
        }
            .mdl-specialNews .specialNews-container .specialNews-pagination .swiper-pagination-bullet
            {
                height: 15px; width: 15px;
                background: #fff;
                margin: 7.5px;
            }

@media only screen and (max-width: 970px)
{
    .mdl-specialNews
    {
        height: 250px; width: 100%;
    }
        .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a img
        {
            min-height: 220px; width: 100%;
        }
        .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption
        {
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,212,255,0) 100%);
            height: 220px; width: 100%;
        }
        .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption div.cart-title
        {
            position: absolute;
            bottom: 20px; left: 20px; right: 20px;
            font-size: 20px;
            line-height: 25px;
            text-align: center;
            padding: 0px;
        }
        .mdl-specialNews .specialNews-container .swiper-wrapper .swiper-slide a figcaption span.cart-cat
        {
            position: absolute;
            left: 15px; top: 15px;
            font-size: 14px;
            width: 100px;
            padding: 5px 0px;
            border-radius: 5px;
        }

    .mdl-specialNews .specialNews-container .specialNews-pagination
    {
        height: 30px; width: 100%;
        background: #000;
        position: absolute;
        bottom: 0px; left: 0px; right: 0px;
        text-align: center;
        z-index: 999;
    }
        .mdl-specialNews .specialNews-container .specialNews-pagination .swiper-pagination-bullet
        {
            height: 15px; width: 15px;
            background: #fff;
            margin: 0px 7.5px;
        }
}



.masthead-fix {
    position: fixed;
    z-index: 999999999;
    left: 0px;
    right: 0px;
    top: 10px;
}

.pageskin-fix {top:10px!important;transition:0.5s;}
.pageskin-normal {top:155px!important;transition:0.5s;}

.hideShadow::after {
    background: none!important;
}


.desktop-menu-elements .container .row {
    padding: 0px 15px;
}
