body {
    line-height: 1;
    overflow-x: hidden;
    background: #f1f1f1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: no-common-ligatures;
}
*{
    outline: none;
}
.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}
ul{
    margin: 0 !important;
    padding: 0;
}
.tepe-banner{
    width: 970px;
    margin: 0 auto 15px auto;
}
.container {
    width: 1000px;
    max-width: none !important;
    position: relative;
}
.bgwhite{
    background-color: #FFF;
    width: 970px !important;
    padding: 0 15px;
    overflow: hidden;
    /*margin-top: 102px;*/
}
iframe,embed {
    width: 100% !important;
    max-width: 100% !important;
}
#video-container {
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    padding-top: 50px;
}
#video-container iframe,#video-container embed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
a {
    text-decoration: none;
    color: #3498DB;
    outline: none !important;
}
a:hover{
    color: #D80704;
}
a:hover,a:focus,a:active{
    text-decoration: none;
}
.nomargin{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.padding5{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.padding10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.noborder{
    border: none !important;
}
.homewh{
    background-color: #02837a;
    color: #FFF !important;
    height: 40px;
}
.lead{
    font-size: 18px;
}
.clr::before, .clr::after {
    content: "";
    display: table;
    line-height: 0;
}
.clr::after {
    clear: both;
}
.pt50{
    padding-top: 50px;
}
.pt5{
    padding-top: 7px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt15{
    margin-top: 15px;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.mr20{
    margin-right: 20px;
}
.mb0{
    margin-bottom: 0 !important;
}
.p15{
    padding: 15px !important;
}
.pl5{
    padding-left: 5px !important;
}
.pl0{
    padding-left: 0 !important;
}
.whitebg{
    background-color: #FFF;
}
.whitebg a {
    color: #111;
}
.whitebg a:hover {
    color: #444;
}
.width300{
    width: 300px !important;
    margin-left: 15px;
}
.width615{
    width: 625px !important;
    position: relative;
}
.adsbig{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.ad-masthead {
    height: auto;
    position: relative;
}
.ad-masthead.closemh {
    height: 25px;
}

.ad-masthead-link-wrap {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.6);
}

.ad-masthead-link {
    padding: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
a.ad-masthead-link:hover,a.ad-masthead-link:active,a.ad-masthead-link:focus{
    color: #FFF;
}
.entry-content img{
    max-width: 100%;
    height:auto !important;
}
div.reklamkodumsag {
    position: fixed;
    left: 50%;
    margin-left: 490px;
    top: 110px;
    width: 160px;
    text-align: left;
    z-index: 999
}

@media screen and (max-width: 1200px) {
    div.reklamkodumsol {
        display: none !important
    }

    div.reklamkodumsag {
        display: none !important
    }
}

div.reklamkodumsol {
    position: fixed;
    right: 50%;
    margin-right: 490px;
    text-align: right;
    top: 110px;
    width: 160px;
    z-index: 999
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #FFF;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}
._aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
._jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
._jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
._jcl{
    justify-content: left !important;
}
.box-md-3 {
    width: 23.2%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px;
}
.box-md-3:nth-child(4n+4) {
    margin-right: 0;
}
.box-md-4 {
    width: 32.2%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px;
}
.box-md-4:last-child{
    margin-right: 0;
}
.benzerhaber {
    width: 31.6%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 15px;
}
.benzerhaber:nth-child(3n+4){
    margin-right: 0;
}
.col-xs-3.dort{
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 0;
    width: 23.8%;
}
.col-xs-3.dort:first-child{
    margin-left: 0;
}
.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
    /* flex: 1; */
    flex-grow: 1;
}
.section-title-line{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.section-title-line h1{
    font-size: 18px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    margin: 0;
}
.section-title-line a{
    color: #b9040e;
}

.section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 300px;
    z-index: 200;
    background-color: #b9040e;

}
.section-title-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    height: 1px;
    width: 320px;
}
.section-title-line.gri a{
    color: #222;
}
.section-title-line.gri::before{
    background-color: #222;
}
.section-title-line.yesil a{
    color: #1E824C;
}
.section-title-line.yesil::before{
    background-color: #1E824C;
}
.section-title-line.mavi a{
    color: #14B5F1;
}
.section-title-line.mavi::before{
    background-color: #14B5F1;
}
.section-title-line.siyah a{
    color: #222;
}
.section-title-line.siyah::before{
    background-color: #222;
}
.section-title-line.kirmizi a{
    color: #c33;
}
.section-title-line.kirmizi::before{
    background-color: #c33;
}
p.slogan{
    font-size: 12px;
    color: #f8f8f8;
    font-style: italic;
    opacity: 0.8;
}
h2, h3, h4, h5, h6{
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
}
h3.resimtitle{
    font-size: 20px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 600;
    margin: 20px 0;
}
.section{
    margin: 15px 0 0 0;
    position: relative !important;
}
.section-title {
    border-left: solid 5px #ff4136;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 24px;
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 700;
}
.nopadding{
    padding: 0 !important;
}
header{
    height: 100px;
    width: 100%;
    z-index: 99999;
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
}
header.nav-down{
    position: relative;
}
.nav-up {
    position: fixed;
    top: 0;
}
.topbar{
    width: 100%;
    height: 60px;
    background-color: #FFF;
    color: #ABB7B7;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
    position: relative;
    background-image: repeating-linear-gradient(330deg,transparent,transparent,#f1f1f1 2px,#f1f1f1 3px);
}
.topbar a{
    color: #6C7A89;
    text-align: center;
    display: block;
}
.topbar a i{
    display: block;
    margin-top: 6px;
}
.topbar .logo{
    position: absolute;
    left: 15px;
    padding: 15px 7px 0 7px;
    height: 90px;
    z-index: 999;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #030203;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.logo img{

}
.navbar{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /*background: #03a99d;*/
    background: #FFF;
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .33s;
    transition: transform .33s;
    z-index: 998;
    border: none !important;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);

}
.navbar:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    background-color: #d11919;
}
.navbar.sticky{
    position: fixed;
    bottom: initial;
    top:0;
}
.logosticky{
    display: none;
}
.navbar.sticky .logosticky{
    display: block;
}
.navbar.sticky .logosticky li a{
    padding: 0;
    border-right: none;
}
.navbar.sticky .logosticky li a:hover{
    background: transparent;
}
.navbar-right{
    margin-right: 0;
}
.navbar-default .navbar-nav>li>a,.dropdown-menu>li>a {
    color: #222;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 16px;
    border-right: solid 1px rgba(0,0,0,0.050);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu>li>a {
    color: #FFF;
}
.dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #d11919 !important;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.dropdown-menu>li>a:hover{
    background-color: #d11919;
    color: #FFF;
    border-right: solid 1px rgba(0,0,0,0.050);
}
.dropdown-menu{
    background-color: #d11919;
    z-index: 2;
}
.search-overlay {
    display: none;
    position: absolute;
    max-width: 1150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    z-index: 9999;
}
.search-overlay-inner {
    padding: 6px 10px;
}
.search-wrap {
    width: calc(100% - 60px);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.search-wrap, .cancel-search {
    display: inline-block;
    vertical-align: middle;
}
.search-wrap input[type="text"] {
    width: calc(100% - 45px);
    height: 26px;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .6;
}
.search-wrap button[type=submit] {
    font-size: 20px;
    border: none;
    background: transparent;
    padding: 0;
    width: 37px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}
.cancel-search {
    width: 55px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.breadcrumb{
    margin-bottom: 10px;
}
.breadcrumb a{
    color: #222;
}
.sond {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}
.sond div {
    float: left;
    position: relative;
    height: 36px
}
.sond .sd2:after {
    content: "";
    background-color: #FFF200;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    z-index: 20;
    width: 3px;
}
.sond .sd1 {
    width: 160px;
    background: #000
}

.sond .sd3 {
    width: 780px;
    background-color: #fef200;
    overflow: hidden;
    margin-left: 30px;
}

.sond a {
    line-height: 36px;
    display: block;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
}

.sond a:hover {
    color: #000 !important;
    text-decoration: none !important
}

.sond2 .ssB {
    color: #ffc600 !important;
}

.sond2 .ssB:hover {
    color: #ffc600 !important;
}

.sond2 .sd3 {
    background-color: #ffc600;
}

.sond2 .sd3 a {
    color: #333 !important;
}

.sond2 .sd3 a:hover {
    color: #000 !important;
}

.sond .sd1 a {
    font-size: 24px;
    margin-left: 19px
}

.sond .sd3 a {
    font-size: 23px;
    margin-left: 0px
}

.SDK a {
    color: #cc0000 !important
}

.sond.sond2.krmz {
    background: #fef200
}

.sond2.krmz .sd3 a {
    color: #000 !important
}

.sond2.krmz .sd3 {
    background: #fef200
}
.flashust .swiper-container {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.flashust .swiper-container .swiper-pagination, .flashust .yatay-manset-bullet.swiper-pagination-bullet-active {
    top: 25px;
    right: 10px;
    opacity: .9;
}

.flashust .yatay-manset-bullet.swiper-pagination-bullet-active {
    background: #ff4136;
    color: #fff;
}

.flashust .yatay-manset-bullet {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 100%;
    color: #3a3a3a;
    display: inline-block !important;
    margin: 5px 5px 0 0 !important;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    font-weight: bold;
    width: 32px;
    cursor: pointer;
}
.normalmanset{
    position: relative;
    display: block;
}
.normalmanset .swiper-pagination {
    position: relative;
    background: #fff;
    padding: 10px;
}
.normalmanset .normal-manset-bullet {
    background: #eee;
    display: inline-block;
    color: #323232;
    opacity: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
}
.normalmanset .normal-manset-bullet:first-child {
 margin-left: 0;
}
.normalmanset .normal-manset-bullet.swiper-pagination-bullet-active {
    background: #03a99d;
    color: #fff;
}
.normalmanset .entry-title {
    font-size: 30px;
    color: #FFF;
    height: auto;
    line-height: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.normalmanset .post-content {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 20px;
    width: 100%;
    background: rgba(0,0,0,0) linear-gradient(to bottom, transparent 0, rgba(21,21,21,0) 10%, rgba(2,2,2,0.8) 51%, #000 100%) repeat scroll 0 0;
}
.normalmanset .short-title {
    display: inline-block;
    color: #222;
    max-width: 750px;
    z-index: 999;
    font-size: 22px;
    font-weight: 700;
    background: #ffea00;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.swiper-pagination.category-pagination {
    top: 0;
    right: 0;
    padding: 10px;
    width: auto;
    left: auto;
}
.swiper-pagination.category-pagination .swiper-pagination-bullet {
    cursor: pointer;
    font-weight: bold;
    color: #ff4136;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 30px;
    margin: 0 3px;
    text-align: center;
    line-height: 30px;
}
.swiper-pagination.category-pagination .swiper-pagination-bullet-active {
    background: #ff4136;
    color: #fff;
}
.box-news{
    background-color: #f5f5f5;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
}
.box-news a{
    display: block;
    position: relative;
}
.box-news img {
    -webkit-transition: .3s ease!important;
    transition: .3s ease!important;
    max-width: 100%;
}
.box-news:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .info {
    min-height: 70px;
    max-height: 70px;
    position: relative;
    margin: -20px 5px 5px 5px;
    padding: 8px;
    background-color: #fff;
    line-height: 1.4;
}
.box-news .info .category.kirmizi {
    font-size: 14px;
    color: #b9040e;
}
.box-news .info .category.yesil {
    color: #1E824C;
}
.box-news .info a:nth-child(2) {
    margin: 0 -30px 0 -30px;
    padding: 0 30px 15px 30px;
    display: block;
    height: 36px;
    overflow: hidden;
}
.box-news .info h3 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #333;
    overflow: hidden;
}

.mostnumber .box-news .info{
    width: calc(100% - 30px);
    min-height: 90px;
    max-height: 90px;
    position: relative;
    margin: -15px 15px 15px 15px;
    padding: 15px;
    background-color: #fff;
    line-height: 1.2;
}
.mostnumber .box-news .info .category {
    font-size: 14px;
    color: #666;
}
.mostnumber .box-news .info a:nth-child(2) {
    margin: 0 -30px 0 -30px;
    padding: 0 30px 15px 30px;
    display: block;
    height: 75px;
    overflow: hidden;
}
.mostnumber .box-news .info span.count {
    display: none;
    float: left;
    right: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #00a1e0;
    color: #fff;
    display: flex;
    text-align: center;
    line-height: 36px;
}
.mostnumber ul li {
    float: left;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 8px;
}
.mostnumber ul li a {
    color: #333;
}
.mostnumber ul li a span:nth-child(1) {
    border: 2px solid #333;
    border-radius: 36px;
    float: left;
    font-size: 16px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 26px;
}
.mostnumber ul li a span:nth-child(2) {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 10px 0;
    width: 88%;
}
.slidersidebar{

}
.slidersidebar .swiper-button-white{
    background-color: #0072bc!important;
    width: 22px;
    height: 22px;
    z-index: 100;
    position: absolute;
    top: 25%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    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;
    cursor: pointer;
}
.slidersidebar .sw-swiper-button-prev:before {
    font-family: Flaticon;
    content: "\f103";
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.slidersidebar .sw-swiper-button-next:before {
    font-family: Flaticon;
    content: "\f103";
}
.slidersidebar .sw-swiper-button-prev{
    left: 0;
}
.slidersidebar .sw-swiper-button-next{
    right: 0;
}
.slider-widget{
    position: relative;
}
.panel-image {
    position: relative;
    margin-bottom: 1px;
}
.panel-image img {
    width: 100%;
}
.panel-text-body{
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 15px;
    height: 95px;
    background-color: #0072bc;
}
.newsBoxBottom {
    border-top: 5px solid #ffd141;
    margin-top: -60px;
    width: 100%;
    padding: 10px 20px;
    min-height: 100px;
    max-height: 100px;
    position: relative;
    background-color: white;
}
.news-box-bottom-title {
    padding-bottom: 5px;
}
.panel-text-body a {
    display: block;
    position: relative;
    z-index: 3;
    color: #333;
    line-height: 1.4;
}
.news-box-bottom-title a h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.one_cikanlar .box-news .info h3 {
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    overflow: hidden;
}
.one_cikanlar .box-news .info {
    min-height: 50px;
    max-height: 50px;
}
.one_cikanlar .sondkana{
    background-color: #e6e6e6;
    margin-left: 0;
}
.one_cikanlar .sondkana li {
    display: block;
    width: 100%;
    border-bottom: 2px solid #eee;
}
.one_cikanlar .sondkana li:last-child {
    border-bottom: none;
}
.one_cikanlar .sondkana li a {
    display: block;
    padding: 6px 10px;
    color: #0e0e0e;
    line-height: 120%;
}
.one_cikanlar .sondkana li:first-child a {
    padding-top: 10px;
}
.one_cikanlar .sondkana li:hover {
    background-color: #d9d8d8;
}
.post-content {
    display: block;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
}
h2.entry-title{
    font-size: 20px;
    height: 50px;
    position: relative;
    overflow: hidden;
    line-height: normal;
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0;
    font-weight: 700;
}
/*h2.entry-title:after {
    content: "";
    text-align: right; !* sağa yaslıyoruz *!
    position: absolute; !* absolute - bağımsız değerini veriyoruz *!
    bottom: 0; !* aşağı yaslıyoruz *!
    right: 0; !* sağa yaslıyoruz *!
    width: 50%; !* genişliğin %50'sini alıyoruz *!
    height: 1.3em; !* yüksekliği yazı boyutunuza göre değiştirin *!
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%); !* soldan transparan bağlayarak sağa doğru beyazlaşan arkaplan*!
}*/
h2.entry-title a{
    color: #000;
}
h2.entry-title a:hover{
    color: #555;
}
.smallpost.post-content h2.entry-title {
    font-size: 16px;
}
.smallpost.post-content {
    padding: 8px;
    height: 51px;
}

.blockyazarlar .swiper-slide {
    background-color: #f5f5f5;
    height: 145px;
    overflow: hidden;
}
.blockyazarlar .swiper-container{
    height: 145px;
}
.blockyazarlar .columnist-img{
    width: 40%;
    float: left;
    padding: 10px;
}
.blockyazarlar .columnist-info{
    padding: 10px;
    width: 60%;
    float: left;
}
.blockyazarlar .columnist-name {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
    padding-left: 10px;
    border-left: solid 4px rgba(185,4,14,.4);
}
.blockyazarlar .last-post {
    font-size: 16px;
    font-family: 'Roboto Condensed',sans-serif;
    color: #333;
    line-height: 1.2;
    padding-top: 20px;
    display: inline-block;
    height: 105px;
    overflow: hidden;
}

.blockyazarlar .swiper-button-white{
    background-color: #b9040e!important;
    width: 22px;
    height: 22px;
    z-index: 100;
    position: absolute;
    top: 55%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    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;
    cursor: pointer;
}
.blockyazarlar .yazar-swiper-button-prev:before {
    font-family: Flaticon;
    content: "\f103";
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.blockyazarlar .yazar-swiper-button-next:before {
    font-family: Flaticon;
    content: "\f103";
}
.blockyazarlar .yazar-swiper-button-prev{
    left: -15px;
}
.blockyazarlar .yazar-swiper-button-next{
    right: -15px;
}

.puan-durumu{
    border: 1px solid #e0e0e0;
    background: #f3f3f3;
}
.puan-durumu .box-header {
    background: #3a822d;
    color: #fff;
    font-size: 16px;
    height: 35px;
}
.puan-durumu ul.pbaslik li a{
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: block;
    padding: 0 11px;
    text-align: center;
    color: #fff;
}
.puan-durumu ul.pbaslik li a.active {
    color: #777;
    background: #f3f3f3;
}
.puan-durumu .box-header span {
    float: left;
    padding: 6px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-left: 5px
}

.puan-durumu .box-header span i {
    background: #2a6496;
    color: #fff;
    padding: 10px 0;
    width: 36px;
    display: inline-block;
    text-align: center;
    margin: -10px 20px -10px -20px
}

.puan-durumu .box-header .nav li > a {
    color: #fff
}

.puan-durumu .box-header .nav li > a:hover {
    background: #499145;
    border-top: 1px solid #499145;
    border-left: 1px solid #499145;
    border-right: 1px solid #499145
}

.puan-durumu .box-header .nav-tabs {
    border: none
}

.puan-durumu .box-header .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0;
    box-shadow: 0 -2px 0;
    border-top-width: 0 !important;
    margin-top: 0 !important;
    font-weight: 500
}

.puan-durumu .box-header .nav-tabs > li.active > a, .puan-durumu .box-header .nav-tabs > li.active > a:hover, .puan-durumu .box-header .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #499145;
    border: 1px solid #499145;
    border-bottom-color: transparent;
    cursor: pointer
}

.puan-durumu .nav .open > a, .puan-durumu .nav .open > a:hover, .puan-durumu .nav .open > a:focus {
    background: #499145;
    border: 1px solid #499145
}

.puan-durumu .dropdown-menu > li > a {
    color: #111 !important
}

.puan-durumu .dropdown-menu > li > a:hover {
    color: #fff !important
}

.puan-durumu .content .futbol {
    font-size: 12px;
    background-color: #FFF;
}

.puan-durumu .content .futbol div > .puan_durumu {
    font-size: 12px
}

.puan-durumu .content .futbol div > table > tbody > tr {

}

.puan-durumu .content .futbol div > table > tbody > tr > th {
    padding: 5px 0;
    background-color: #f3f3f3;
}

.puan-durumu .content .futbol div > table > tbody > tr.sampiyon > td.sira {
    background: #FC0;
}

.puan-durumu .content .futbol div > table > tbody > tr.uefa > td.sira {
    background-color: #65c5f3;
}

.puan-durumu .content .futbol table > tbody > tr.even {
    background: #fff;
    border-color: #DDD
}

.puan-durumu .content .futbol div > table > tbody > tr.odd {
    background: #ebebeb;
    border-color: #e0e0e0
}

.puan-durumu .content .futbol div > table > tbody > tr.kume > td.sira {
    background: #333;
    color: #FFF;
}

.puan-durumu .content .futbol div > table > tbody > tr.info > td > div {
    float: left;
    margin-right: 6px
}

.puan-durumu .content .futbol div > table > tbody > tr.info > td > div > span {
    float: left;
    display: block;
    height: 14px;
    width: 14px;
    margin: 3px
}

.puan-durumu .content .futbol div > table > tbody > tr.info > td > div > span.sampiyon {
    background: #FC0
}

.puan-durumu .content .futbol div > table > tbody > tr.info > td > div > span.uefa {
    background-color: #65c5f3
}

.puan-durumu .content .futbol div > table > tbody > tr.info > td > div > span.kume {
    background: #333
}

.puan-durumu .content .futbol div > table > tbody > tr > td {
    text-align: center;
    padding: 5px 2px
}

.puan-durumu .content .fikstur li {
    list-style-type: none;
    display: block;
    padding: 5px;
    margin:12px 0;
}

.puan-durumu .content .fikstur li > span.date {
    display: block;
    text-align: center;
    line-height: 11px;
    color: #ec2913;
    font-size: 10px
}

.puan-durumu .content .fikstur li > span.teams {
    display: block;
    text-align: center
}

.puan-durumu .content .fikstur li > span.actions {
    display: none
}
.puan-durumu .skorLigler {
    display: block;
    background-color: #f3f3f3;
    margin-top: 2px;
}
.puan-durumu .skorLigler ul {
    display: block;
    margin: 0 0 0 10px;
}
.puan-durumu .skorLigler ul li {
    margin-right: 10px;
    cursor: pointer;
    line-height: 16px;
    color: #757575;
    padding: 6px 5px;
    font-size: 12px;
}
.puan-durumu .skorLigler ul li a {
    font-weight: normal;
    line-height: 16px;
    padding: 6px 5px;
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #757575;
}
.puan-durumu .skorLigler ul > li.active {
    background-color: #3a822d;
    color: #fff;
}
.tab-div{
    display: none;
}
.tab-div.active{
    display: inherit;
}
.section-box-category {
    color: #333;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}
.yesil{
    color: #00a651;
}
.pembe{
    color: #ec227f;
}
.kirmizi{
    color: #ea302b;
}
.section-pagination {
    width: auto !important;
    bottom: auto;
    left: auto !important;
    right: 0 !important;
    top: 0;
    padding: 10px 0;
}
.section-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255,255,255, .7);
    margin: 0 4px;
}
.section-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.main-slider-overlay {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 20px 14px;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
}
.main-slider-title, .main-slider-category {
    display: block;
    text-align: center;
}
.main-slider-category a {
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    height: 25px;
    color: #fff;
    background-color: #ec227f;
    padding: 0 15px;
}
.main-slider-title {
    font-family: 'Roboto Condensed',sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    border-top: solid 1px #ec227f;
    padding-top: 20px;
    margin-top: 20px;
    text-shadow: 0 0 60px #000;
}
.main-slider-title a {
    color: #fff;
}
.foto-slider .main-slider-title {
    border-color: #9e0be3;
}
.foto-slider .main-slider-title, .foto-slider .main-slider-category,.video-slider .main-slider-title, .video-slider .main-slider-category {
    text-align: left;
}
.foto-slider .main-slider-category a {
    background-color: #9e0be3;
}
.video-play {
    border: solid 2px rgba(255,255,255,.5);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}
.video-play i {
    opacity: 0.5;

}

.swiper-button-prev.hayat-button-prev, .swiper-container-rtl .swiper-button-next.hayat-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ec227f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.hayat-button-next, .swiper-container-rtl .swiper-button-prev.hayat-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ec227f'%2F%3E%3C%2Fsvg%3E");
}
.puan-durumu.affix {
    top: 50px;
    max-width: 307px;
}
.puan-durumu.affix-bottom {
    position: absolute;
    max-width: 307px;
}
.magazinreklam.affix {
    top: 50px;
    max-width: 307px;
    width: 300px;
    align-content: center;
}
.magazinreklam.affix-bottom {
    position: absolute;
    max-width: 307px;
    width: 300px;
}
.currency {
    background: #fff;
    padding: 30px 10px;
}
.havadurumu .bilgi .deger {
    font-size: 16px;
    color: #fff;
    float: left;
    padding: 0 10px;
    margin-right: 0;
}
.hava_durumu_content {
    float: left;
}
.havadurumu .bilgi .deger .derece {
    float: left;
    width: 65px;
    font-size: 36px;
}
.havadurumu .bilgi .deger .icon {
    float: left;
}
.havadurumu .bilgi .deger .icon img {
    width: 45px;
}
.havadurumu .bilgi .deger select.sehirisim {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 110px;
    border: 0 !important;
    left: -8px;
    background-color: transparent;
    margin-top: 0;
    text-transform: uppercase;
}
.havadurumu .bilgi .deger select.sehirisim option {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    max-height: 30px;
    width: 80px !important;
    background-color: #00A3E8;
    border: 0 !important;
}
.finance-inner {
    background: #fff;
    margin-top: 7px;
}
.finance li {
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
    border-right: solid 1px #eee;
}
.finance li:last-child {
    border: none;
}
.f-content {
    width: 100%;
}
.f-left span, .f-right span {
    display: block;
}
.f-name, .f-value {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.f-ratio {
    font-size: 12px;
    padding-top: 7px;
}
.arr{
    margin-left: 6px;
    font-size: 16px;
}
.finance li.up .f-ratio, .finance li.up .arr{
    color: #3ab515;
}
.finance li.down .f-ratio, .finance li.down .arr{
    color: #ec0b0b;
}

.detail-news-spot {
    font-size: 22px;
    font-family: 'Source Sans Pro',sans-serif;
    margin: 15px 0;
    padding: 4px 15px;
    line-height: 110%;
    color: #cc282a;
    border-left: 1px solid;
    opacity: 1;
}
h1.news-detail-title {
    font-family: 'Roboto Condensed',sans-serif;
    line-height: normal;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.date-time{
    margin: 12px 0;
    color: grey;
    font-size: 12px;
}
.date-time a{
    color: #404040;
}
.editor-col span {
    color: #4c576f;
    font-size: 13px;
}
.detail-news-meta .news-cat {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}
.detail-news-meta .news-cat a {
    display: block;
    font-size: 14px ;
    float: left;
    color: #333;
    font-weight: bold;
    padding-left: 8px;
    border-left: solid 3px #FF4136;
}
.news-body {
    box-sizing: border-box;
    position: relative;
    min-height: 160px;
}
.news-body p, .bio p {
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    font-family: "Source Sans Pro",sans-serif !important;
}
.sticysection{
    position: relative;
}
.stickyinner{
    position: relative;
    width: 100%;
    padding-right: 34.633%;
    z-index: 1;
    float: left;
}
.section-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.33333333%;
    padding-left:15px;
    z-index: 22;
}
.sectionsticky {
    position: absolute;
    width: 307px;
    z-index: 99;
}
.news-content-share.sticky,.sectionsticky.sticky {
    position: fixed;
    top: 70px;
    bottom: auto;
    z-index: 99;
}
.share-meta {
    padding: 7px;
    border-bottom: solid 1px #dedede;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    color: #888;
}
.share-meta .share-text {
    font-size: 10px;
    line-height: normal;
}
.detail-tools {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 15px;
    color: #c5c8cd;
    position: relative;
    z-index: 3;
}
.detail-tools .item {
    margin-right: 20px;
}
.detail-tools .icon-circle:first-child {
    margin-left: 0;
}
.detail-tools .icon-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #c5c8cd;
    font-size: 18px;
    position: relative;
    border: 1px solid #c5c8cd;
    margin: 0 10px;
}
.detail-tools .icon-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-46%);
    -ms-transform: translate(-50%,-46%);
    -o-transform: translate(-50%,-46%);
    transform: translate(-50%,-46%);
    font-size: 18px;
    margin-top: -1px;
}
.detail-tools .divider {
    background-color: #c5c8cd;
    display: inline-block;
    width: 1px;
    height: 30px;
    font-size: 22px;
    color: #777;
    font-style: normal;
    font-weight: lighter;
}
.detail-tools .btn-vote {
    color: #c5c8cd;
    text-decoration: none;
    margin-right: 20px;
    padding: 5px 0 5px;
    display: inline-block;
}
.detail-tools .btn-vote i {
    font-size: 24px;
    color: #c5c8cd;
    margin-right: 5px;
}
.detail-tools .icon-circle:hover {
    border-width: 4px;
}
.icon-circle.facebook:hover {
    color: #3b5998!important;
    border-color: #3b5998!important;
}
.icon-circle.twitter:hover {
    color: #00aced!important;
    border-color: #00aced!important;
}
.icon-circle.google-plus:hover {
    color: #dd4b39!important;
    border-color: #dd4b39!important;
}
.icon-circle.email:hover {
    color: #f80!important;
    border-color: #f80!important;
}
.icon-circle.print:hover {
    color: #222!important;
    border-color: #222!important;
}
.icon-circle.volume:hover {
    color: #32506d!important;
    border-color: #32506d!important;
}
.detail-tools .icon-circle.sesdurdur{
    display: none;
}
.detail-share {
    float: left;
    width: 100%;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
}
.detail-share .social {
    width: 100%;
}
.detail-share .social li {
    width: 208.33px;
    float: left;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}

.detail-share .social li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.news-body ul li {
    margin-bottom: 10px;
    margin-right: 6px;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
}
.news-content-share li a {
    display: block;
}
.nc-facebook {
    background: #3b5998;
}
.nc-twitter {
    background: #55acee;
}
.nc-google {
    background: #dc4e41;
}
.nc-font{
    background: #666;
}
p.kaynak{
    font-size: 14px;
    color: #666;
}
div.etiketler{
    margin: 20px 0;
}
span.news-tags a {
    color: #888;
    border: solid 1px #ddd;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}
span.news-tags a:hover{
    color: #333;
    border-color: #999;
}
.follow-us{
    padding: 10px 0;
}
.social-login-btn {
    width: 15%;
    font-size: 200%;
    padding: 0;
    border: none;
}
.social-google {
    background-color: #dd4b39;
}
.social-google:hover{
    background-color: #e47365;
}
.social-twitter {
    background-color: #1daee3;
}
.social-twitter:hover {
    background-color: #3997ba;
}
.social-facebook {
    background-color: #4c699e;
}
.social-facebook:hover {
    background-color: #47618d;
}
.social-instagram
{
    background-color: #3f729b;
}
.social-instagram:hover
{
    background-color: #548cb9;
}
.social-youtube
{
    background-color: #e52d27;
}
.social-youtube:hover
{
    background-color: #ea5955;
}

.widget{
    width: 300px;
    margin-bottom: 15px;
}
.widget-title {
    padding-bottom: 10px;
}
.widget-title>span {
    display: block;
    padding-right: 3px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
}
.widget.anket{
    padding: 10px 0;
    margin: 20px 0;
    background-color: #FFF;
}
.widget.biyografi{
    padding: 10px 0;
    background-color: #222;
}
.widget.biyografi ul,.widget.sinema ul{
    padding: 0 10px;
}
.widget.biyografi a,.widget.sinema a{
    color: #f8f8f8;
}
.widget.biyografi img{
    float: left;
    margin: 0 10px 10px 0;
    border: 2px solid #CCC;
}
.widget.biyografi .section-title small,.widget.sinema .section-title small{
    float: right;
    margin-right: 10px;
    font-size: 14px;
}
.widget.biyografi .biobaslik,.widget.sinema .cinebaslik{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.widget.sinema .cinebaslik{
    height: 44px;
    overflow: hidden;
    margin-top: 2px;
}
.widget.sinema{
    padding: 10px 0;
    background-color: #000;
}
.rating-box {
    background: none repeat scroll 0 0 #990501;
    border: 3px solid #ff9e00;
    border-radius: 60px;
    color: #ddd;
    font-size: 12px;
    height: 120px;
    letter-spacing: -1px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 5px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 30px;
    width: 120px;
}
.rating-box span {
    line-height: 90px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
}
.rating-box span.puan {
    border: medium none;
    color: #ff9e00;
    float: left;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 8px;
    width: auto;
}
.widget.sondakika{
    width: 100%;
}
.widget.sondakika .sondkhead{
    float: left;
    width: 100%;
    background-color: #bd2228;
    padding: 10px 20px 12px 20px;
}
.widget.sondakika .sondkhead span:nth-child(1) {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed',sans-serif;
}
.widget.sondakika .sondkbody{
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 5px 5px;
}
.widget.sondakika .sondkcontent{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    margin-top: -5px;
}
.widget.sondakika .sondkcontent a {
    float: left;
    width: 100%;
    position: relative;
    color: #3f3f3f;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    padding: 7px 5px;
    border-bottom: 1px dotted #dedede;
}
.widget.sondakika .sondkcontent a:before {
    content: " ";
    position: absolute;
    left: -12px;
    top: calc(50% - 3.5px);
    background-color: #b72122;
    border-radius: 50%;
    overflow: hidden;
    width: 7px;
    height: 7px;
}
.widget.sondakika .sondkcontent a .sondksaat{
    color: #b72122;
}
.widget.sondakika .sondkcontent a:nth-last-child(1) {
    border-bottom: none;
}
.widget.anket ul,.widget.anket .vote_widget{
    padding: 0 10px;
}
.widget.anket ul li.list-group-item{
    border: 0;
    border-radius: 0;
    display: block !important;
    margin: 0;
    padding: 10px 0;
    background-color: #FF7C6C;
}
.widget.anket ul li.list-group-item{
    background-color: #FFF;
}

.widget.anket ul li.list-group-item:not(:last-child){
    border-bottom: dotted 1px #eee;
}

.diger-haber .row > .col-sm-4:nth-child(3n+4){
    clear: left;
}
blockquote{
    background-color: #f1f1f1;
    overflow: hidden;
    margin: 0 0 15px 0;
    position: relative;
    padding: inherit;
    border-left: none;
}

blockquote figure{
    height: auto;
    min-width: 155px;
    max-width: 155px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 155px;
    flex: 1 0 155px;
    overflow: hidden;
    display: block;
}
blockquote figure img{
    display: block;
    width: 100%;
}
blockquote .info {
    width: 100%;
    padding: 15px;
    min-height: 90px;
    max-height: 90px;
    margin: 15px 15px 0 -20px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
}
blockquote a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #333;
}
.comment-area {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.comment-area p{
    color: grey;
}
.comment-area .comment-box {
    border: 1px solid #dedede;
    width: 100%;
    padding: 20px 20px;
    display: inline-block;
}
.comment-area .comment-box .comment-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro',sans-serif;
}
.comment-area .comment-box .comment-box-info {
    float: left;
    width: 100%;
    position: relative;
}
.comment-area .comment-box .comment-box-info .comment-textbox {
    max-width: calc(100% - 100px);
    width: 100%;
    height: 80px;
    max-height: 80px;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    float: left;
    resize: none;
}
.comment-area .comment-box .comment-box-info .comment-send {
    width: 100px;
    height: 80px;
    font-size: 14px;
    padding: 5px 8px;
    border: 1px solid #b9040e;
    cursor: pointer;
    background-color: #b9040e;
    color: #fff;
    display: block;
}
#comment-form {
    margin-bottom: 20px;
}
.news-detail-content-info {
    border-bottom: solid 1px #dedede;
    padding: 10px 0;
    margin-bottom: 10px;
}
.news-detail-content-info .news-detail-widget-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro',sans-serif;
}
.comment-area ul li {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}
.comment-area ul li .comment-img {
    display: inline-block;
    margin-right: 10px;
    float: left;

}
.comment-area ul li:nth-child(even) {
    background-color: #f1f1f1;
}
.comment-area ul li .comment-detail>span {
    margin-right: 5px;
}
.comment-area .comment-name {
    color: #b9040e;
    font-weight: 700;
}
.comment-area .comment-date {
    color: #666;
    font-size: 12px;
}
.comment-area .comment-description p {
    color: #333 !important;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 0;
}
.se-pre-con {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.default-news-box {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 303px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.galerihome .default-news-box:nth-child(3n+4){
    margin-right: 0;
}
.news-box-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 65px 20px 20px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.90));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.90));
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.90));
}
.news-box-title {
    font-size: 21px;
    line-height: normal;
    font-family: 'Roboto Condensed',sans-serif;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: auto;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #FFF;
}
figure.multiple{
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
.yazarhome .multiple>a {
    width: auto;
    text-align: center;
    float: left;
    display: block;
}
.yazarhome .multiple img {
    width: 140px;
    height: auto;
    max-width: 100%;
}
.yazarhome .multiple figcaption {
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.yazarhome .multiple figcaption .postInfo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}
.yazarhome:not(.custom) .multiple figcaption>a {
    display: block;
    height: 126px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    color: #14233a;
    font-family: 'Source Sans Pro',sans-serif;

}
.yazarhome .multiple figcaption .postTitle {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #4198d2;
}
.yazarhome .multiple figcaption span, .yazarhome .multiple figcaption strong {
    display: block;
    font-size: 18px;
}
.yazarhome .multiple figcaption .postSpot {
    font-weight: 400;
}
.yazarhome .multiple figcaption .postInfo a {
    display: inline;
    float: none;
    color: rgba(20,35,58,.8);
    text-decoration: underline;
}
.author-info {
    display: block;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
}
.author-info h2{
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 4px 10px;
    padding-left: 0;
    border: none;
    font-family: 'Roboto Condensed',sans-serif;
}
.author-info p {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    color: #3779ae;
    display: block;
    font-weight: 600;
    height: 46px;
    overflow: hidden;
    text-align: left;
    line-height: normal;
}
.columnist-header-inner {
    position: relative;
}
.author-detail .columnist-info {
    float: none;
    background: transparent;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.author-detail .columnist-img {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    float: none;
    background: transparent;
    text-align: center;
    border-bottom: solid 2px rgba(255,255,255,.3);
}
.author-detail .columnist-info-inner {
    padding: 20px;
    text-align: center;
}
.author-detail .columnist-name {
    border-left: none;
    display: inline-block;
}
.author-image{
    background-color: #eee;
}
.author-image img{
    padding: 10px 0;
}
.columnist-social-pages {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.columnist-social-pages li {
    display: block;
    float: left;
}
.columnist-social-pages li a {
    text-align: center;
    border: solid 1px rgba(255,255,255,.4);
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.columnist-social-pages li a i, .columnist-social-pages li a i:before {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.news-body a.show-all {
    margin: 40px 0;
    background: #ebebeb;
    display: block;
    border: solid 1px rgba(0,0,0,.10);
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    color: #5B6A6D;
    font-weight: bold;
    font-size: 17px;
}
.diger-yazarlar ul li {
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}
.diger-yazarlar .columnist-name {
    color: #382838;
    border-left: none;
    padding-left: 0;
    display: inline-block;
}
.diger-yazarlar .columnist-text {
    font-size: 15px;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 10px;
    line-height: normal;
}
.old-list li {
    border-bottom: solid 1px #eee;
}
.old-list li a {
    display: block;
    padding: 15px 0;
}
.old-list li a p {
    font-family: 'Source Sans Pro',sans-serif;
    color: #4b4b4b;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.old-list li a .date {
    color: #999;
    font-size: 14px;
}
.galeri-detay{
    background-color: #FFF;
    padding-bottom: 15px;
}
.galeri-detay h2{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.galeri-detay h2.spot {
    margin: 13px 0 0 0;
    font-size: 18px;
    color: #356083;
    line-height: 24px;
    background: transparent;
    padding: 0;
    border-bottom: none;
    font-family: 'Source Sans Pro',sans-serif;
}
.galeri-detay .galeriitem:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d8d9dc;
}
.galeri-detay .top {
    position: relative;
}
.galeri-detay .pages {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.galeri-detay .pages li {
    width: 40px;
    height: 36px;
    float: left;
    background: #f7f7f7;
    font-size: 20px;
    color: #a1a4a9;
    text-align: center;
    line-height: 36px;
}
.galeri-detay .pages li:first-child {
    border-right: 1px solid #eee;
    background: #fff;
    color: #1a84de;
}

.galeri-detay .heading {
    min-height: 36px;
    padding: 5px 170px 0 100px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.galeri-detay .pageTools {
    position: absolute;
    top: 0;
    right: 0;
}
.galeri-detay .pageTools ul{
    width: 100%;
    background: #fff;
    display: inline-block;
    list-style: none;
}
.galeri-detay .pageTools ul li {
    width: 36px;
    height: 36px;
    float: left;
    background-color: #1d2b58;
    text-align: center;
    line-height: 36px;
}
.galeri-detay .pageTools ul li.face {
    background-color: #315c97;
}
.galeri-detay .pageTools ul li.twt {
    background-color: #39a9e0;
}
.galeri-detay .pageTools ul li.gplus {
    background-color: #dd4b39;
}
.galeri-detay .pageTools ul li a {
    width: 100%;
    height: 36px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}
.pagination-wrapper{
    width: 100%;
    background-color: #FFF;
    text-align: center;
    margin: 0 0 10px 0;
}
.pagination {
    margin: 0;
    border-radius: 0;
    text-align: center;
    background-color: #FFF;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li > a {
    padding: 8px 15px;
    font-size: 18px;
    color: #B8B8B8;
    margin-left: auto;
    display: block;
    text-align: center;
    font-weight: 500;
    border: none;
    border-right: 1px solid #EEE;
}
.pagination > li > a:hover {
    background-color: #FFF;
    color: #e15546;
    border-right: 1px solid #EEE;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #e15546;
    background-color: #FFF;
    border-right: 1px solid #EEE;
}
.video_onu {
    position: absolute;
    min-height: 520px;
    width: 100%;
    background: #f6f6f6;
    z-index: 5
}

.video_onu .bar {
    text-align: right;
    font-weight: 600;
    padding: 10px;
    height: 30px;
    font-size: 16px;
    color: #EC2913;
    font-family: 'Source Sans Pro', sans-serif
}

.video_onu .bar div {
    margin-right: 10px;
    cursor: pointer
}

.video_onu .saniye {
    float: left
}

.video_onu .kapat {
    float: right;
    display: none;
}
.firma .entry-header{
    height: 120px;
    padding: 10px;
}

.spot{
    overflow: hidden;
    background-color: whitesmoke;
}

.spot:hover .post-content {
    color: #fff;
    background-color: #b9040e;
}
.spot a{
    display: block;
    color: #333;
}
.spot .entry-thumbnail{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #dedede;
    padding-top: 78%;
}
.spot .entry-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.spot:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.spot .post-content{
    background-color: #FFF;
    line-height: 120%;
    width: calc(100% - 30px);
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin: -20px 15px 15px 15px;
    margin-bottom: 15px;
 }
.spot .post-content h2{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
}
.ustmanset{
    margin-top: 15px;
    position: relative;
    display: block;
    height: 500px;
}
.ustmanset:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 125px;
    background-position: left;
    background-size: 100%;
    background: -webkit-linear-gradient(bottom,black 0%,transparent 100%);
    background: -webkit-gradient(linear,left bottom, left top,from(black),to(transparent));
    background: -o-linear-gradient(bottom,black 0%,transparent 100%);
    background: linear-gradient(to top,black 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#00000000',GradientType=1);
}
.ustmanset .text_content {
    position: absolute;
    bottom: 120px;
    left: 40px;
    width: calc(50% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.ustmanset .text_content h3{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: yellow;
    font-size: 42px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.ustmanset .swiper-container{
    z-index: initial;
    height: 500px;
}
.ustmanset .swiper-pagination{
    bottom: 10px;
    z-index: 100 !important;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto 5px;
}
.ustmanset .swiper-pagination a{
    display: inline-block;
    color: #FFF;
    width: 5% !important;
    height: 34px;
    border-radius: 0;
    padding: 8px;
    opacity: 1;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.ustmanset .swiper-pagination a.swiper-pagination-bullet-active{
    background-color: #03a99d!important;
}
.ustmanset .swiper-button-white{
    background-color: #03a99d!important;
    width: 50px;
    height: 50px;
    z-index: 100;
    position: absolute;
    top: 40%;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    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;
    cursor: pointer;
}
.ustmanset .ust-swiper-button-prev:before {
    font-family: Flaticon;
    content: "\f103";
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.ustmanset .ust-swiper-button-next:before {
    font-family: Flaticon;
    content: "\f103";
}
.ustmanset .ust-swiper-button-prev{
    left: -15px;
}
.ustmanset .ust-swiper-button-next{
    right: -15px;
}

.spormanset{
    position: relative;
    display: block;
}
.spormanset .swiper-pagination{
    bottom: 120px;
    z-index: 100 !important;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto 5px;
}
.spormanset .swiper-pagination a{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    padding-top: 7px;
    opacity: 1;
    border-radius: 100%;
    margin-left: 5px;
}
.spormanset .swiper-pagination a.swiper-pagination-bullet-active{
    background-color: #1E824C!important;
}
.spormanset .swiper-button-white{
    background-color: #1E824C!important;
    width: 50px;
    height: 50px;
    z-index: 100;
    position: absolute;
    top: 40%;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    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;
    cursor: pointer;
}
.spormanset .spor-swiper-button-prev:before {
    font-family: Flaticon;
    content: "\f103";
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.spormanset .spor-swiper-button-next:before {
    font-family: Flaticon;
    content: "\f103";
}
.spormanset .spor-swiper-button-prev{
    left: 10px;
}
.spormanset .spor-swiper-button-next{
    right: 10px;
}
.spormanset .post-content {
    width: calc(100% - 30px);
    min-height: 90px;
    max-height: 90px;
    margin: 15px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
}
.spormanset .post-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.category-slider{
    position: relative;
    display: block;
}
.category-slider .swiper-pagination{
    bottom: 120px;
    z-index: 100 !important;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 0 auto 5px;
}
.category-slider .swiper-pagination a{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    padding-top: 7px;
    opacity: 1;
    border-radius: 100%;
    margin-left: 5px;
}
.category-slider .swiper-pagination a.swiper-pagination-bullet-active{
    background-color: #b9040e!important;
}
.category-slider .swiper-button-white{
    background-color: #b9040e!important;
    width: 50px;
    height: 50px;
    z-index: 100;
    position: absolute;
    top: 40%;
    color: #FFF;
    font-size: 30px;
    text-align: center;
    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;
    cursor: pointer;
}
.category-slider .cat-swiper-button-prev:before {
    font-family: Flaticon;
    content: "\f103";
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.category-slider .cat-swiper-button-next:before {
    font-family: Flaticon;
    content: "\f103";
}
.category-slider .cat-swiper-button-prev{
    left: 10px;
}
.category-slider .cat-swiper-button-next{
    right: 10px;
}
.category-slider .post-content {
    width: calc(100% - 30px);
    min-height: 90px;
    max-height: 90px;
    margin: 15px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
}
.category-slider .post-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.slider-module-line {
    width: 300px;
    height: 350px;
}
.slider-module-line li {
    float: left;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    position: relative;
    margin-bottom: 9.5px;
    padding: 5px;
    width: 100%;
    height: 113px;
    background: #fff;
}
.slider-module-line li:last-child {
    margin-bottom: 0;
}
.slider-module-line li .slider-module-line-image {
    float: left;
    overflow: hidden;
    width: 140px;
    height: 100px;
    margin-right: 10px;
}
.slider-module-line li .slider-module-line-title {
    float: left;
    overflow: hidden;
    width: 130px;
    height: 101px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    font-family: 'Source Sans Pro',sans-serif;
}
.sporliste{
    background-color: #1E824C!important;
}
.sporliste li{
    display: block;
    width: 100%;
    border-bottom: 2px solid #219054;
    height: 35px;
    line-height: 35px;

}
.sporliste li a {
    display: block;
    padding: 0 10px;
    color: #f1f1f1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sporliste li:hover {
    background-color: #219054;
}


.fotogaleri{
    width: 100%;
}
.fotogaleri .vleft{
    width: 640px;
    float: right;
    height: 465px;
    background: #1E8BC3;
    position: relative;
    overflow: hidden;
}
.fotogaleri .vleft .videotek{
    padding: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 450px;
}
.fotogaleri .vleft .videotek::after {
    background: -webkit-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 610px;
    height: 40%;
    cursor: pointer;
}
.fotogaleri .vleft .videotek h4{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}
.fotogaleri .vright{
    width: 300px;
    float: left;
    height: 465px;
    background: #3498DB;
    overflow: hidden;
}
.fotogaleri .vright .vrtop{
    height: 60px;
    background: #19B5FE;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
}
.fotogaleri .vright .vrtop a{
    color: #FFF;
}
.fotogaleri .vright .vrtop a i{
    display: inline-block;
    padding-right: 5px;
}
.fotogaleri .vright .vrtop a i:before{
    font-size: 26px;
}
.fotogaleri .vright .vlist{
    width: 285px;
    margin: 4px 0 0 15px;
}
.fotogaleri .vright .vlist ul {
    width: 270px;
    margin: 0;
    float: left;
}
.fotogaleri .vright .vlist ul li {
    height: 100px;
    padding: 10px 0;
    border-bottom: 1px solid #6BB9F0;
}
.fotogaleri .vright .vlist ul li:last-child {
    border-bottom: none;
}
.fotogaleri .vright .vlist ul li a {
    float: left;
}
.fotogaleri .vright .vlist ul li a.vimg {
    margin: 0 15px 0 0;
}
.fotogaleri .vright .vlist ul li a.vtxt {
    width: 155px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 5px;
    height: 80px;
    overflow: hidden;
}

.videogaleri{
    width: 100%;
}
.videogaleri .vleft{
    width: 640px;
    float: left;
    height: 465px;
    background: #1e1e1e;
    position: relative;
    overflow: hidden;
}
.videogaleri .vleft .videotek{
    padding: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.videogaleri .vleft .videotek a img.videoicon,.fotogaleri .vleft .videotek a img.videoicon {
    position: absolute;
    top: calc(50% - 116px);
    left: calc(50% - 116px);
    opacity: 0.9;
}
.videogaleri .vleft .videotek::after {
    background: -webkit-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 610px;
    height: 40%;
    cursor: pointer;
}
.videogaleri .vleft .videotek h4{
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}
.videogaleri .vright{
    width: 300px;
    float: left;
    height: 465px;
    background: #922929;
    overflow: hidden;
}
.videogaleri .vright .vrtop{
    height: 60px;
    background: #c33;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 60px;
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
}
.videogaleri .vright .vrtop a{
    color: #FFF;
}
.videogaleri .vright .vrtop a i{
    display: inline-block;
    padding-right: 5px;
}
.videogaleri .vright .vrtop a i:before{
    font-size: 26px;
}
.videogaleri .vright .vlist{
    width: 285px;
    margin: 4px 0 0 15px;
}
.videogaleri .vright .vlist ul {
    width: 270px;
    margin: 0;
    float: left;
}
.videogaleri .vright .vlist ul li {
    height: 100px;
    padding: 10px 0;
    border-bottom: 1px solid #c33;
}
.videogaleri .vright .vlist ul li:last-child {
    border-bottom: none;
}
.videogaleri .vright .vlist ul li a {
    float: left;
}
.videogaleri .vright .vlist ul li a.vimg {
    margin: 0 15px 0 0;
}
.videogaleri .vright .vlist ul li a.vtxt {
    width: 155px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 5px;
    height: 80px;
    overflow: hidden;
}
/*Video galeri 2.modül*/
.video-container {
    padding: 15px;
    background-color: #111;
}
.video-container, .video-cover, .video-cover img {
    width: 100%;
    position: relative;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
.video-cover figure {
    overflow: hidden;
}
.video-cover figure:before {
    content: "\ea9d";
    font-family: "icomoon";
    font-size: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0px;
    border-radius: 100%;
    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;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.75);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.video-cover figure:after {
    width: 100%;
    height: 40%;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -webkit-linear-gradient(top,transparent 0%,black 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(transparent),to(black));
    background: -o-linear-gradient(top,transparent 0%,black 100%);
    background: linear-gradient(to bottom,transparent 0%,black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
}
.video-cover:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.video-cover .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.video-cover .info a {
    color: #fff;
}
.video-cover .info h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.video-cover .info .description {
    font-size: 14px;
    font-family: 'Source Sans Pro',sans-serif;
}
.other-video-wrapper {
    width: 100%;
    height: 60px;
    background-color: #03a99d;
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 0px 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.other-video-wrapper h3 {
    font-size: 20px;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.videoSection .swiper-container .prevvideo{
    left: 10px;
}
.videoSection .swiper-container .nextvideo{
    right: 10px;
    left: inherit;
}
.other-video-wrapper .indicator {
    width: 70px;
    height: 30px;
    right: 0;
    z-index: 100;
    top: 0;
    overflow: hidden;
    position: relative;
    float: right;
}
.other-video-wrapper .indicator .prevvideo {
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    color: #fff;
    top: 0px;
    margin: 0px;
    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;
    cursor: pointer;
    left: 0;
    position: absolute;
}
.other-video-wrapper .indicator .prevvideo:before {
    content: "\f053";
    font-family: "icomoon";
    text-align: center;
}
.other-video-wrapper .indicator .nextvideo{
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    color: #fff;
    top: 0px;
    margin: 0px;
    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;
    right: 0px;
    position: absolute;
}
.other-video-wrapper .indicator .nextvideo:after {
    content: "\f054";
    font-family: "icomoon";
    text-align: center;
}

.other-video figure {
    width: 80px;
    float: left;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 80px;
    border: solid 1px #999;
    padding: 5px;
    margin-right: 15px;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.other-video figure img {
    width: 140px;
    height: auto;
    margin-left: -50%;
    margin-top: -8px;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.other-video .info .category {
    font-size: 12px;
}
.other-video .info a {
    color: #fff;
}
.other-video .info a:hover {
    color: #03a99d;
}
.other-video .info h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.cat-widget {
    float: left;
    width: 100%;
    background-color: #ebebeb;
}
.cat-widget .cat-widget-headline {
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #cc282a;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
}
.box-md-4:nth-child(2) .cat-widget .cat-widget-headline {
    background-color: #8f398e;
}
.box-md-4:nth-child(3) .cat-widget .cat-widget-headline {
    background-color: #d9a229;
}
.cat-widget .cat-widget-headline a {
    color: #fff;
}
.cat-widget .cat-widget-middle {
    background-color: #fff;
    text-align: left;
    color: #fff;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -20px;
}
.cat-widget .cat-widget-middle-center {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
.cat-widget .cat-widget-middle ul {
    float: left;
    width: 100%;
    margin-top: -20px !important;
}
.cat-widget .cat-widget-middle ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
}
.cat-widget .cat-widget-middle ul li:nth-child(odd) {
    background-color: #fff;
}
.cat-widget .cat-widget-middle ul li:nth-child(even) {
    background-color: #f5f5f5;
}
.cat-widget .cat-widget-middle ul li a {
    display: block;
    color: #000;
    height: 70px;
    overflow: hidden;
}
.cat-widget .cat-widget-middle ul li a span.widget-img {
    float: left;
    width: 80px;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 3px;
    border: 1px solid #dcdcdc;
}
.cat-widget .cat-widget-middle ul li a span.widget-img img {
    width: 100%;
    height: auto;
}
.cat-widget .cat-widget-middle ul li a span.widget-news-info {
    float: left;
    width: calc(100% - 80px);
    padding: 0 10px;
    box-sizing: border-box;
    height: 64px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-widget .cat-widget-middle ul li a span.widget-news-info .news-name {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
    margin-top: 5px;
}
.cat-widget .cat-widget-middle ul li a span.widget-news-info .spotname {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gundemhaber .uclu,.gundemhaber .dortlu{
    width: 100%;
    position: relative;

}
.uclu .uclu-wrapper {
    width: 300px;
    margin-right: 15px;
    position: relative;
    height: auto;
    overflow: hidden;
    float: left;
}
.uclu .uclu-wrapper:nth-child(3n+3){
    margin-right: 0;
}
.uclu .uclu-wrapper .ikili-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.uclu .uclu-wrapper .box-news:hover {
    background-color: #14B5F1;
}
.uclu .uclu-wrapper .box-news .info h3{
    line-height: 1.4;
}

.dortlu .dortlu-wrapper {
    width: 223.5px;
    margin-right: 15px;
    position: relative;
    height: auto;
    overflow: hidden;
    float: left;
}
.dortlu .dortlu-wrapper:nth-child(4n+4){
    margin-right: 0;
}
.dortlu .dortlu-wrapper .ikili-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.dortlu .dortlu-wrapper .box-news:hover {
    background-color: #c33;
}
.dortlu .dortlu-wrapper .box-news .info h3{
    line-height: 1.2;
}
.soluclu{
    width: 100%;
    position: relative;
}
.soluclu .box-news{
    width: 198.2px;
    float: left;
    margin-right: 15px;
}
.soluclu .box-news:nth-child(3n+3){
    margin-right: 0;
}
.soluclu .box-news .info h3{
    height: 52px;
}
.yerelHaberlerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}
.yerelHaberlerList li {
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 292px;
}
.yerelHaberlerList li::before {
    position: absolute;
    left: 0;
    top: 22px;
    content: "\f105";
    font-family: Flaticon;
    font-size: 6px;
}
.yerelHaberInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 2px;
}
.yerelHaberInfo .city {
    color: #E87E04;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}
.yerelHaberInfo .date {
    color: #a0a0a0;
}
.yerelHaberlerList li a {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
}
.sondkhome {
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    overflow: hidden;
    background: #333333;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #dd1818, #333333);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #dd1818, #333333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.sondkhome .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 120px;
    margin-right: 20px;
    position: relative;
}
.sondkhome .swiper-container{
    width: 800px;
}
.sondkhome .swiper-container .swiper-button-prev{
    right: 10px;
    left: inherit;
}
.sondkhome .swiper-container .swiper-button-next{
    right: 0;
    left: inherit;
}
.sondkhome ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
}
.sondkhome ul li a {
    color: #FFF;
}

.sondkhome ul li a em {
    overflow: hidden;
    margin-right: 5px;
    font-weight: 600;
    font-style: normal;
    color: #f8f8f8;
}
.sondkhome ul li a:hover em,
.sondkhome ul li a:hover i {color: #FFF;}

.emoji{
    position: relative;
    text-align: center;
    left: 5px;
    margin-bottom: 18px;
}
.chart {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
.chart img{
    position: absolute;top: -10px;right: 2px;
    max-width: initial;
}
.chart span {
    position: absolute;bottom:0;left:38%;
    color: #999;
}
.chart span + span {
    position: absolute;bottom: -15px;left: -7px; color: #ccc;font-size: 12px;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.case-100 {
    margin-bottom: 20px;
}
.news-box {
    box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
}
div[class*="case-"] a {
    display: block;
}
.news-img img {
    display: block;
    width: 100%;
}
.news-footer {
    display: block;
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
}
.news-meta {
    padding: 4px 0;
    margin-bottom: 8px;
}
.news-meta .news-date, .news-meta .news-cat {
    display: block;
}
.news-cat {
    float: left;
    font-size: 14px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    color: #ed1c24;
}
.news-footer .news-title.medium-title h3 {
    height: 50px;
    color: #000;
    margin: 0;
    -webkit-line-clamp: 2;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: normal;
    font-weight: bold;
}
.news-box a:hover .news-title h3 {
    color: rgba(0,0,0,.7);
}
footer {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-top: solid 8px #dedede;
}
.footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.footer-company-about a {
    color: #92999f;
}
.footer-icons {
    margin-top: 15px;
}
.footer-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 3px;
}
.footer-menu li a {
    color: #444;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro',sans-serif;
}
.footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
h3.fotodetay {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 5px 0 10px 0;
    text-align: center;
}
.galeri-detay .page {
    font-weight: 700;
    font-size: 11pt;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f4f4f4;
    color: #3c3c3c;
    margin-bottom: 5px;
}
.widgetbox {
    margin: 0 0 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}
h3.secondry-heading {
    background: #f6f6f6;
    padding: 12px;
    border-top: 2px solid;
    font-size: 16px;
    margin: 0;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    border-color: #d11919;
}
h3.secondry-heading:before{
    background: #d11919;
    top: 14px;
    height: 13px;
    width: 13px;
    content: "";
    left: 5px;
    position: absolute;
}
div.title h4{
    padding-bottom: 8px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    float: left;
    border-bottom: 1px solid;
}
.tagcloud01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud01 ul li {
    display: inline-block;
    margin: 0 .3em .3em 0;
    padding: 0;
}
.tagcloud01 ul li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 1em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.tagcloud01 ul li a:hover {
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}
.gazatelist li {
    display: inline-block;
    width: 112px;
    padding: 5px 0;
    font-size: 14px;
}
.gazatelist li a {
    color: #222;
}
.gazatelist li a:hover {
    color: #555;
}
#top {
    bottom: 20px;
    display: none;
    height: 55px;
    position: fixed;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}
.boxShadowSet {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
.boxShadowSet .media-body{
    padding: 15px;
}
.boxShadowSet .media-body h4{
    color: #4198d2;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.boxShadowSet .media-body p{
    line-height: 1.4;
    color: grey;
}
.widgetCaption {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #df092b;
    font-size: 24px;
    color: #cc0b29;
    line-height: 30px;
    overflow: hidden;
}
.widgetCaption.custom {
    height: 46px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 46px;
    font-weight: 500;
}
.widgetCaption .innerLink {
    font-size: 15px;
    color: #4198d2;
    font-style: italic;
    text-decoration: underline;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widgetFrame .boxWrapper {
    height: 100%;
    position: relative;
}
.boxWrapper .items li {
    position: relative;
    border-top: 1px solid #d8d9dc;
}
.boxWrapper .items li a {
    height: 50px;
    display: block;
    padding-right: 20px;
    font-size: 16px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #14233a;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
}
.boxWrapper .items li a .fa-fw {
    width: 40px;
    font-size: 14px;
    color: #4198d2;
    display: inline-block;
    text-align: center;
}
.boxWrapper .items li:first-child {
    border-top: none;
}
.dropForm {
    margin: 0;
    padding: 15px 12px 10px 12px;
}
@media (min-width: 1200px){
    .modal-lg {
        position: relative;
        display: table;
        overflow-y: auto;
        overflow-x: auto;
        width: auto;
        min-width: 300px;
    }

}
