b @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&subset=latin-ext');

* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #f1f1f1;
    padding-bottom: 53px;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}

header {}

header .header-menu {
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    background: #fff;
}

header .header-menu ul {
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}
header .header-menu ul li {
    position: relative;
    float: right;
    transition: all ease .5s;
}
header .header-menu ul li:hover {
    transition: all ease .5s;
}
header .header-menu ul li:after {
    background-image: url('images/menuDivider.png');
    width: 2px;
    height: 60px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
header .header-menu ul li:last-child:after {
    background: transparent;
}
header .header-menu ul li a {
    display: block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu .logo {
    color: #891002;
    font-weight: bold;
    padding: 21px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.mobile-menu {
    position: fixed;
    top: 0;
    width: 210px;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: -100%;
    z-index: 999;
    transition: all ease .5s;
}
body:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.61);
    transition: all ease .5s;
    opacity: 0;
    z-index: -1;
}
body.activeBody:after {
    opacity: 1;
    transition: all ease .5s;
    z-index: 2;
}
.mobile-menu.activeMenu {
    left: 0;
    transition: all ease .5s;
}

.clickClose {
    float: right;
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu ul li {
    font-size: 18px;
    margin-bottom: 15px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.mobile-menu ul li a {
    color: #fff;
}


section.manset {
    float: left;
    width: 100%;
    background: #1b1c22;
    height: 280px;
}


section.manset .mansetalan {
    height: 280px;
    overflow: hidden;
    position: relative;
}

section.manset .mansetalan .mansetalani {
    width: 100%;
    height: 100%;
}
section.manset .mansetalan .mansetalani .owlManset {
    width: 100%;
    height: 100%;
}
section.manset .mansetalan .mansetalani .owlManset .owl-wrapper-outer {
    height: 250px;
}
section.manset .mansetalan .mansetalani .owlManset .owl-item {
    width: 100%;
    height: 250px;
}

section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem {
    width: 100%;
    height: 100%;
    position: relative;
}

section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background-image: url('images/mansetOverlay.png');
    opacity: 0.5;
}

section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem a {
    display: block;
    width: 100%;
    height: 100%;
}
section.manset .owl-pagination {
    display: table;
    width: 100%;
}
section.manset .owl-pagination > * {
    display: table-cell;
    background: #e3e2e2;
    color: #494141;
    height: 30px;
    width: 55px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-right: 1px solid #fff;
    text-decoration: none;
}
section.manset .owl-pagination > *:last-child {
    border: none;
}
section.manset .owl-pagination .owl-page.active {
    background: #d23732;
    color: #fff;
}
section.manset .owl-pagination .owl-page .owl-numbers {}


section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem .mansetOverlay {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 90%;
}
section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem .mansetOverlay span.kategori {
    display: inline-block;
    background: #d23732;
    color: #fff;
    box-sizing: border-box;
    padding: 4px;
    border-top-right-radius: 4px;
    font-size: 12px;
}
section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem .mansetOverlay h1.haberBaslik {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 540px;
}
section.manset .mansetalan .mansetalani .owlManset .owl-item .owlItem .mansetOverlay p.haberAciklama {
    color: #fff;
    margin: 0;
    width: 330px;
}

.haber-list {
    float: left;
    width: 100%;
    background: #f1f1f1;
}
.haber-list a.item:not(.bigNews) {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    /*Uncomment below to center horizontally*/
    /*justify-content: center;*/
    align-items: center;
}
.haber-list a.item.bigNews {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.haber-list a.item.bigNews .img {
    height: 200px;
}
.haber-list a.item.bigNews .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.53);
    color: #fff;
    padding: 10px;
}
.haber-list a.item.bigNews .text h4 {
    color: #fff;
    margin-bottom: 4px;
}
.haber-list a.item .text .category {
    color: #fff;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 10px;
}
.haber-list a.item:not(.bigNews) .img {
    width: 30%;
    display: block;
    max-height: 100px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin-right: 3%;
    vertical-align: middle;
}
.haber-list a.item .img img {
    display: block;
    width: 100%;
}
.haber-list a.item:not(.bigNews) .text {
    display: block;
    width: 67%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.haber-list a.item .text h4 {
    color: #000;
    margin: 0;
    font-size: 12px;
    margin-bottom: 5px;
}
.haber-list a.item .text p {
    font-size: 12px;
    color: #000;
    line-height: 125%;
    margin: 0;
}

footer {
    background: #891002;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
footer p {
    margin: 0;
    color: #fff;
}

.box-container {
    float: left;
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-container .box {
    display: block;
    padding: 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-container .box h4.title {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
.box-container .box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.box-container .box ul li {
    margin-bottom: 4px;
}
.box-container .box ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 125%;
    font-weight: bold;
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #891002;
    border-top: 1px solid rgba(255, 255, 255, 0.41);
}
.bottom-menu ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.bottom-menu ul li {
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.41);
}
.bottom-menu ul li a {
    text-align: center;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.bottom-menu ul li a i {
    display: block;
    width: 100%;
}
.bottom-menu ul li a span {
    display: block;
    width: 100%;
}

.bottom-menu ul li:last-child {
    border: none;
}


.news-detail {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 15px;
}
.news-detail .detail-header {
    margin-bottom: 15px;
}
.news-detail .news-content {}
.news-detail .news-content .news-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.news-detail .news-content span.category {
    color: #adadad;
    font-size: 12px;
}
.news-detail .news-content .news-text {
    margin-top: 15px;
}
.news-detail .news-content .news-text p {
    font-size: 14px;
    line-height: 148%;
    color: #737373;
}

.news-detail .news-content iframe {
    width:100%!important;
}
#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d;
    border-top: 5px solid #890f02;
    -webkit-box-shadow: none;
    box-shadow: none;
    float:  left;
    width:  100%;
    height: 84px;
}
#smartbanner .sb-close {
    position: absolute;
    left: 6px;
    top: 8px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: ArialRoundedMTBold,Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
    -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.8) inset, 0 1px 1px hsla(0,0%,100%,.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.8), 0 1px 1px hsla(0,0%,100%,.3);
}
#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0,0,0,.6);
    background-size: cover;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 700;
    color: #6a6a6a;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.8);
}
#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
    color: #fff;
}

#smartbanner .sb-info>span {
    display: block;
    margin-top: 3px;
}
#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top,#efefef,#dcdcdc);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.8);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 hsla(0,0%,100%,.6), 0 1px 0 hsla(0,0%,100%,.7) inset;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.6), inset 0 1px 0 hsla(0,0%,100%,.7);
    min-width: 12%;
    border: 1px solid #dddcdc;
    padding:  0;
    color: #fff;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #890f02;
    text-transform: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    height: 22px;
    box-shadow: none;
    font-size: 13px;
}
.blog-comment ul {
    list-style-type: none;
    padding: 0;
}
.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}
.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}
.blog-comment p {
    margin: 0 0 10px;
}
.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}
.haber-yorum{
	
}
ul.kategorilist{
    float: left;
    width: 100%;
}

ul.kategorilist{
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
ul.kategorilist li{
    list-style: none;
    display: inline-block;
    border: solid 1px #adabab;
    padding: 10px 12px;
    border-radius: 5px;
    font-size:  15px;
	margin:5px;
}
ul.kategorilist li.aktif>a,ul.kategorilist li:hover>a {
    color: #fff;
}
ul.kategorilist li.aktif,ul.kategorilist li:hover {
    background: #890f01;
    color: #fff;
    border: solid 1px #890f01;
}
ul.kategorilist li a {
	text-decoration:none;
    display: block;
    color: #000;
}
