@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&amp;subset=latin-ext");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.headerwrap {background-color:#fff !important; box-shadow: 0 -5px 10px 0 rgba(93,100,113,0.72);}
.footerwrap {background-color: #181922 !important;}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: transparent;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: normal;
}

#page-wrap {
    background-color: #f7f7f7;
    margin: 0 auto;

}

/* header */

.header {
    width: 1170px;
    height: 180px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    background-size: 500px;
    /* background-image: url(../img/logo.png); 
    background-repeat: no-repeat;
    background-position: center 10px; */
}

.header > nav {
    height: 50px;
    display: inline-block;
    margin-top: 108px;
    width: 100%;
}

.nav ul {
    margin: 0;
    padding: 0;
    float:left;
}
.menu-link {float:right; margin-left:5px; }
.nav ul li {
    display: inline-block;
}

.home-button i {
    margin-top: 11px;
    font-size: 24px;
    text-align: left !important;
}

.li {
    position: relative;
}

.home-button {
    width: 62px;
    height: 50px;
    background-color: #e54135;
    color: white;
    font-size: 18px;

    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    text-indent: 9px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;

}
.home-button:hover {
    background-color: #181922;
}
.owl-wrapper .synced {
    background-color: transparent !important;
}


.search-input {
    width: 160px;
    height: 46px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #ddd;
    text-indent: 40px;
    font-weight: 200;
    font-size: 17px;
}
.search {
    position: relative;
    margin-right: 10px;
    margin-left: 7px;
}

.search > .fa-search {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 20px;
    color: #c0c0c0;

}


.menu-text {
    height: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #6c6d73;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    padding: 6px;
}
.menu-text-active, .menu-text:hover {
    border-bottom: 4px solid #e54135;
    padding-bottom: 7px;
    color: #181922;
    border-radius: 2px;
}
.pill-button {
    width: 170px;
    height: 50px;
    background-color: #f7f7f7;
    color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    color: #181922;
}
.pill-button:hover{
    background-color: #e54135;
    color:white;
}
.pill-button i {
    margin-top: 15px;
}
.header-logo-link {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
        text-align:center;
        padding:10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
}
    .header-logo-link img {
        height: 75px;
    }

/* son header*/
/*baş main content */
#main-content {
    height: 100%;
    width: 1170px;

    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin:0 auto;

}

.last-news-container {
    width: 1170px;
    height: 53px;
    border-radius: 3px;
    background-image: linear-gradient(-180deg, #F8E71C 90%, #F4D818 100%);
    display: table;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #946017;
    padding-top: 7px;
    overflow:hidden;
}

.last-news-shine {
    width: 105px;
    height: 60px;
    opacity: 0.14;
    background-color: #f47403;
    position: absolute;
    left: 20px;
}

.last-news-text {
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #946017;
    margin-left: 20px;
    float: left;
    margin-top: 13px;
    margin-right: 40px;
}

.last-news-container ul li {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: left;
    color: #181922;
    max-width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    padding: 5px 10px 10px 10px;
    line-height: 33px;
    list-style: none;
    font-size: 20px;
    text-align: left;
    list-style: none;
    letter-spacing: -0.02em;

}
.li img {
    font-size: 0px;
    line-height: 0;
    display: block;
}
.last-news-container ul {
    float: left;
    margin: 0;
    padding: 0;
}

.head-ad-holder {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.sliders-container-1 {
    width: 1170px;
    height: 320px;

}

.sliders-container-1 .left-slider {
    position: relative;
}

.sliders-container-1 .left-slider .slider-cat {
    background-color: #357ce5;
}

.sliders-container-1 .right-slider .slider-cat {
    background-color: #21a042;
}

.sliders-container-1 .slider-cat {
    width: 130px;
    height: 33px;
    border-radius: 100px;
    position: absolute;
    bottom:47px ;
    left: 15px;
    line-height: 33px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.sliders-container-1 .sliders-img {
    max-width: 100%;
    height: 286px;
    min-width: 570px;
}

.left-slider, .right-slider {
    float: left;
    width: 570px;
    overflow: hidden;
    position: relative;
}

.right-slider {
    margin-left: 30px;
}

.sliders-paginator {
    width: 570px;
    height: 34px;
    margin-top: -4px;
    display: table;
}

.sliders-paginator ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sliders-paginator ul li {
    display: table-cell;
    width: 57px;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 34px;
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
    color: #b5ebfb;
    letter-spacing: -0.02em;
}

.sliders-paginator ul li:last-child {
    width: 58px;

}

.left-slider .sliders-paginator ul li {

    background-color: #357ce5;
}

.right-slider .sliders-paginator ul li {

    background-color: #72e535;
    color: #21a042;
}

.sliders-container-1 .random123 .owl-item {
    width: 57px !important;;
}

.owl-item {
    float: left;
    position: relative;
}

.owl-item synced {
    width: 570px !important;
}

.sliders-container-1 .left-slider .random123 .synced li {
    background-color: #2054a0;
    color: white;
}

.sliders-container-1 .right-slider .random123 .synced li {
    background-color: #21a042;
    color: white;
}

.middle-slider-right .right-slider .random123 .synced li {
    background-color: white;

}

.middle-slider-right-bottom-container .right-slider .random123 .synced {
    background-color: white;

}

.owl-prev {
    left: 20px;
    background-image: url('../img/solok.png');

}

.owl-next {
    right: 20px;
    background-image: url('../img/sagok.png');
}

.owl-prev, .owl-next {
    background-size: 25px 50px;
    z-index: 99999;
    cursor: pointer;
    text-indent: -999em;
    width: 25px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    background-repeat: no-repeat;
    background-position: center;
}

.middle-slider-container {
    width: 1170px;
    height: 736px;
    margin-top: 30px;
}

.middle-slider-left .sliders-img {
    max-width: 100%;
    height: 388px;
    min-width: 768px;
}

.middle-slider-left {
    width: 768px;
    height: 433px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.middle-slider-left .sliders-paginator {
    width: 768px;
    height: 45px;
    background-color: #fff;
    padding-top: 7px;
    padding-left: 3px;
}

.middle-slider-left .sliders-paginator ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f7f7f7;
    font-size: 13px;
    font-weight: bold;
    color: #181922;
    line-height: 30px;
}

.middle-slider-left .random123 .owl-item {
    width: 30px !important;
    border-radius: 50%;
    margin-right: 4.5px;

}

.middle-slider-left .random123 .synced li {
    background-color: #e54135;
    color: white;
}

.slider-all-btn {
    width: 73px;
    height: 28px;
    border-radius: 100px;
    background-color: #181922;
    display: inherit;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    cursor: pointer;
}

.middle-slider-left-container {
    width: 768px;
    height: 600px;
    float: left;
    margin-right: 30px;
}


.middle-slider-right-top-container {
    height: 322px;
    background-color: #fff;
    width: 370px;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.14);
}
span.adstitle {
    font-size: 13px;
    opacity: .5;
    display: block;
    padding: 5px;
}
.middle-slider-right-container {
    height: 600px;
    width: 370px;
    float: left;

}

.middle-slider-right-bottom-container {
    height: 293px;
    width: 370px;
}

.middle-slider-right {
    width: 370px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 30px;
    margin-bottom: 2px;
}

.middle-slider-right .sliders-img {
    max-width: 370px;
    max-height: 208px;
}

.middle-slider-right .slider-content {
    width: 341px;
    height: 77px;
    background-color: #ffffff;
    position: absolute;
    color: #181922;
    bottom: -38px;
    left: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.2px;
    text-align: left;
    color: #181922;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
}

.middle-slider-right-bottom-container .sliders-paginator {
    width: 370px;
    height: 35px;
    margin-top: 70px;
    text-align: center;
    line-height: 5px;
    font-size: 12px;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    top: -9px;
}

.middle-slider-right-bottom-container .sliders-paginator ul {
    text-align: center;
    vertical-align: middle;
    display: inline;
}

.middle-slider-right-bottom-container .sliders-paginator ul li {
    font-size: 12px;
    color: #181922;
    margin: 0;
    padding: 0;
    width: 12px;
    line-height: 55px;

}

.middle-slider-right-bottom-container .random123 .owl-wrapper {
    width: 200px !important;
}

.middle-slider-right-bottom-container .random123 {
    margin-left: 170px;
}

.middle-slider-right-bottom-container .random123 .owl-item {
    width: 12px !important;
    text-align: center;
    vertical-align: middle;
    display: inline;
    margin: 0 auto;

}

.middle-slider-right-bottom-container .random123 .synced li {
    color: #9b9b9b;

}

.middle-news-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.middle-news {
    height: 150px;
    width: 170px;
    float: left;
    margin-right: 29px;
}

.middle-news:last-child {
    margin-right: 0;
}

.middle-news .news-text {
    width: 160px;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.14);
    margin-top: -3px;
    color: #181922;
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
}
.middle-news-img {
    width: 170px;
    height: 95.6px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: -0.01em;
    color: #181922;
}

.currencies {
    width: 770px;
    height: 92px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin-top: 30px;
}

.weather-container-main {
    width: 370px;
    height: 90px;
    background-color: #357be2;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
    display: inline-block;
    margin-top: 30px;
}

.ad-container {
    margin-top: 38px;
    width: 100%;
    text-align: center;

}

.category-header {
    display: inline-block;
    margin-top: 20px;
    width: 1170px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;

}

.cat-header-left {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    float: left;
    margin-left: 11px;
    padding-top: 19px;
}

.cat-header-left i {
    color: #e54135;
    font-size: 20px;
    font-weight: normal;
}

.category-header-right-btn {
    width: 170px;
    height: 28px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #181922;
    margin-top: 10px;
    padding-top: 10px;
    margin-right: 12px;
    line-height:19px;
}
.category-header-right-btn:hover {background-color: #e54135; color:#fff;}
.category-header-right-btn span {
    padding-left: 7px;
}

.main-news-container {
    height: 245px;
    width: 269px;
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
    position: relative;

}

.middle-news:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.main-news-container:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

.cnt-n {
    margin-right: -30px;
    display: inline-block;
}

.main-news-container img {
    width: 269px;
    height: 151px;
}

.main-news-text {
    width: 239.4px;
    height: 81px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
    margin-top: -5px;
    font-size: 18px;
    line-height: 1.39em;
    letter-spacing: -0.02em;
    text-align: left;
    color: #181922;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    overflow: hidden;
}

footer {
    width: 1200px;
    height: 99px;
    background-color: #181922;
    line-height: 99px;
    margin: 0 auto;

}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #6c6d73;
}

footer ul li a {
    color: #6c6d73;
    text-decoration: none;
}

footer ul li a:visited {
    color: #6c6d73;
    text-decoration: none;
}

.footer-menu-item a {
    color: #6c6d73 !important;
    text-decoration: none;
}

.active a {
    color: #e54135;
}

footer .first {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 60px;
}

footer .active {
    color: #e54135;
    padding-right: 34px;
}

footer .footer-menu-item {
    padding-right: 34px;
}

footer .footer-social {
    font-size: 20px;
    text-align: left;
    color: #ffffff!important;
    padding-right: 18px;

}

footer .footer-social:first-child {
    margin-left: 76px;
}

/*son main content*/

/*galeri detay bas*/
.gallery-left-ad {

    width: 160px;
    height: 600px;
    float: left;
    margin-right: 30px;
}

.gallery-right-ad {

    width: 160px;
    height: 600px;
    float: left;
    margin-left: 30px;
}

.gallery-container {
    padding-top: 20px;
    padding-left: 11px;
    display: inline-block;
}

.gallery-image-container {
    width: 770px;
    float: left;
    height: auto;
    background-color: #181922;
    position: relative;
    padding-bottom: 50px;
}

.gallery-image-container-large {

}

.gallery-image-header {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    padding-top: 14px;
    padding-left: 21px;
    margin-bottom: 21px;
}

.gallery-image-holder {
    max-width: 620px;
    max-height: 414px;
    overflow: hidden;
    margin-left: 75px;
    margin-right: 75px;
}

.gallery-image-holder img {
    max-height: 414px;
    height: auto;
    max-width: 620px;
    width: auto;
}

.gallery-left-arrow {
    position: absolute;
    top: 50%;
    left: 26px;
    text-decoration: none;
    font-size: 43px;
    color: white;
    margin-top: -43px;
}

.gallery-right-arrow {
    position: absolute;
    top: 50%;
    right: 26px;
    text-decoration: none;
    font-size: 43px;
    color: white;
    margin-top: -43px;
}

.gallery-text {
    width: 620px;
    padding-left: 34px;

    padding-top: 20px;
    color: white;
    letter-spacing: 0.02em;
    font-size: 18px;
    text-align: left;
    font-weight: normal;

}

.gallery-image-bottom {
    width: 770px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    bottom: 0;

}

.tam-metin {
    display: none;
}

.gallery-paginator {
    opacity: 0.5;
    font-size: 12px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #ffffff;
    float: left;
    padding-left: 34px;
}

.gallery-social {
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    float: right;

}

.gallery-social i {
    margin-right: 18px;
}

.detail-head-ad {
    width: 100%;
    height: 250px;
    max-height: 250px;
    margin-top: 20px;
    text-align: center;
}

.detail-left-side {
    width: 770px;
    float: left;
}

.detail-right-side {
    width: 370px;
    float: left;
    padding-left: 30px;
    overflow: hidden;
}

.detail-main {
    width: 1170px;
    margin-top: 10px;
    display: inline-block;
    height: 100%;
    padding-left: 3px;
}

.detail-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39em;
    letter-spacing: -0.04em;
    text-align: left;
    color: #181922;
margin-top:25px;
}

.detail-text {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
    color: #777777;
    margin-top: 11px;
    margin-bottom: 19px;
}

.socialshare {

    position: relative;
    margin-bottom: 0;
    padding-top: 10px;
    margin-top: 0 !important;
    text-align: left;
}

.absz {
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #777777;
    float: right;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.video-bottom-ad {
    margin-top: 11px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.align-left {
    float: left;
    max-width: 305px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.align-right {
    float: right;
    max-width: 305px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.align-middle {
    clear: both;
    width: 100%;

}

.post-content {
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
    color: #777777;
}

.post-content-bottom-ad {
    margin-top: 10px;
    width: 766px;
    height: auto;
    margin-bottom: 40px;
}

.clearfix {
    clear: both;
}

.right-slider-1-container {
    height: 258px;
    width: 370px;
}

.right-slider-1 {
    width: 370px;
    height: 210px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 30px;
}

.right-slider-1 .sliders-img {
    max-width: 100%;
    height: 210px;
    min-width: 370px;
}

.right-slider-1-container .random123 .owl-item {
    width: 37px !important;
}

.right-slider-1-container .sliders-paginator ul li {
    width: 37px;
    background-color: #9b9b9b;
    color: white;
}

.right-slider-1-container .random123 .synced li {
    background-color: #e54135;
    color: white;
}

.overlay-div {
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0;
    height: 210px;
}

.slider-post-text-ctn {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.slider-post-text {
    font-size: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 2px 2px #000000;
}

.right-slider-2 {
    width: 370px;
    height: 210px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 40px;
}

.right-slider-2 .sliders-img {
    max-width: 100%;
    height: 210px;
    min-width: 370px;
}

.right-slider-2-container .random123 .owl-item {
    width: 37px !important;
}

.right-slider-2-container .sliders-paginator ul li {
    width: 37px;
    background-color: #181922;
    color: white;
}

.right-slider-2-container .random123 .synced li {
    background-color: #e54135;
    color: white;
}

.right-slider-2-container .slider-post-text-ctn {
    background-color: #181922;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.detail-right-post {
    height: 248px;
    width: 370px;
    position: relative;
    margin-top: 30px;
}

.detail-right-post img {
    width: 370px;
    height: 210px;
}

.detail-right-post .text-ctn {
    width: 321px;
    height: 67px;
    left: 15px;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
    text-align: left;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: left;
    color: #181922;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-right-ad {
    width: 370px;
    height: 290px;
    margin-top: 30px;
}

.post-view-count {
    width: auto;
    height: 25px;
    opacity: .78;
    position: absolute;
    left: 0;
    bottom: 94px;
    background-color: #000;
    font-size: 11px;
    color: #fff;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

.cat-middle-right {
    height: 433px;
    width: 370px;
    float: left;
}

.cat-middle-slider-left-container {
    width: 768px;
    height: 433px;
    float: left;
    margin-right: 30px;
}

.category-container .middle-slider-right-container {
    height: 433px;
    line-height: 433px;
    background-color: white;
    text-align: center;
}

.category-container .middle-slider-left-container {
    height: 433px;

}

.category-container .middle-slider-container {
    height: 433px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-top: 77px;
}
.ticker-link{
    color:black;
}
.post-container .ad-container {
    margin-top: 0;
}

.post-container {
    margin-top: 30px;
    text-align: left;
}

.cat-bottom-btn {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 30px;
}

.cat-bottom-btn .pill-button {

    background-color: #e54135;
    line-height: 50px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.post-image-container img {
    max-width: 770px;
    width: auto;
    height: auto;
}

.fb-comments, .fb-comments iframe[style] {
    width: 760px !important;
}

.fb-comments {
    width: 100%;
    text-align: left;
}

.absp {
    position: absolute;
    height: 60px;
    overflow: hidden;
    top: 0px;
    left:15px;
}
.absp img {
    height:60px;
    width:auto;

}
.ad-container.mtz {
    margin-top: 0px;
}
.devami{
    cursor:pointer;
}
/*galeri detay son*/





/*editler*/
.galerialtiadnow {
    clear: both;
    display: block;
    margin-top: 35px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.14);
    padding: 20px;
}

.galerialtiyarim {
    width: calc(50% - 30px);
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    margin-right: 20px;
    float: left;
}

.galerialtiyarim.yarim2 {
    margin-right: 0px;
}


.video-bottom-ad {
    margin-top: 11px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    width: 760px;
    overflow: hidden;
}

.detail-right-ad.videodetay4 {
    height: initial;
}

.fixnav {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    margin-top: -300px;
    background-color: #ffffff;
    padding: 5px 0;
    z-index: 9999999;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}



.nav .button-dropdown {
    position: relative;
}
.dropdown-toggle{
    height: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #6c6d73;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    padding: 6px;
}
.dropdown {

    position: relative;

}
.dropdown  li{
    display: block !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#dropdown-menu {
    background: #EEE;
    overflow: hidden;
    border-radius: 6px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    position: absolute;
    z-index: 999999;
}
#dropdown-menu.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  
  
}
#dropdown-menu li:hover {
    background: #181922;
}
#dropdown-menu li:hover a {
    color: #FFF;
}
#dropdown-menu a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

@-webkit-keyframes flash {
    0%, 30%, 100% {
        color: #000;
        background: #EEE;
    }
    15% {
        color: #FFF;
        background: #3498DB;
    }
}
@-moz-keyframes flash {
    0%, 30%, 100% {
        color: #000;
        background: #EEE;
    }
    15% {
        color: #FFF;
        background: #3498DB;
    }
}
@keyframes flash {
    0%, 30%, 100% {
        color: #000;
        background: #EEE;
    }
    15% {
        color: #FFF;
        background: #3498DB;
    }
}
.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    animation-duration: 600ms;
}
.btn-dropdown{
    font-size: 18px;
    font-weight: bold;
    color: #6c6d73;
    text-decoration: none;
    padding: 6px;
    cursor: pointer;
}
footer li:nth-child(7),
footer li:nth-child(6) {display: none;}


		.clearxs:after {clear: both; display: block; position: relative; content:"."; height: 0; overflow: hidden;}
		.ekoyarim h3 {font-size: 22px;
    font-weight: bold;
    color: #000;
    margin:0;
    margin-bottom: 11px;
    padding-top: 19px;}
		.ekoyarimresim {width: 40%; float: left; margin-right: 3%;}
		.ekoyarimresim img {max-width: 100%; height: auto; border-radius: 2px; width:100%;}
		.ekoaciklama { float: left; width: 45%;  }



.ekoicerik img {display:none !important;}
.ekoicerik{ text-align:left !important;}
.ekoicerik p,
.ekoicerik div,
.ekoicerik span{ font-size:16px !important; background:none !important;}
.ekoicerik h1,
.ekoicerik h2,
.ekoicerik h3,
.ekoicerik h4,
.ekoicerik h5 {background:none !important}

.ekoyarim {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.1);
    border-radius: 3px;
}


.align-middle,
.align-bottom,
.align-top {display: block; max-width: 100% !important; height: auto !important; width: initial !important; padding:0px !important; margin:0 0 18px 0 !important;}
.align-left {display: block; max-width: 50% !important; float: left;  margin-right: 10px; margin-bottom: 18px; padding: 3px; height: auto !important; width: initial !important; }
.align-right {display: block; max-width: 50% !important; float: right;  margin-right: 10px; margin-bottom: 18px; padding: 3px; height: auto !important; width: initial !important; }

.stickyvideo {position: fixed;
    left: 0px;
    width: 400px;
    height: 226px;
    overflow: hidden;
    top: 80px;
    box-shadow: 0px 2px 10px;
    z-index:99999}

.devami {
    cursor: pointer;
    z-index: 999;
    display: inline-block;
    position: relative;
}
.post-content iframe {
max-width:100%;
}