/* home.css
 *
 * Desc: sbm.org.tr anasayfa icin style tanımlamaları
 * Version: 1.0
 *
**/


#manset {
    position: relative;
}

/* home-section ---------------------------------*/

.home-section {
    border: solid #ccc;
    border-width: 1px 0;
    font-size: 1rem;
    margin-bottom: -1px;
    padding-top: 5em;
    padding-bottom: 5em;
}

.home-section-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1;
    position: relative;
}



/* siseb link -----------------------------------*/

.siseb-link {
    max-width: 60px;
    position: absolute; top: 15px; right: 15px;
    z-index: 5;
}
.siseb-link img {
    max-width: 100%;
}


/* one cikanlar ---------------------------------*/

.one-cikanlar {
    font-size: 1rem;
}

.one-cikan-haberler {
    padding-top: 30px;
    padding-bottom: 30px; 
}
.one-cikan-suistimal {
    padding-top: 15px;
    padding-bottom: 15px;
}
[class*="one-cikan-"] {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
}
[class*="one-cikan-"] img {
    width: 128px;
}
[class*="one-cikan-"] a {
    color: inherit;
}
@media screen and (max-width: 1199px) {
    .one-cikan-suistimal {
        
    }
}
@media screen and (min-width: 1200px) {
    #one-cikanlar {
        width: 430px;
        position: absolute; top: 207px; right: 30px;
        z-index: 5;
    }
    .one-cikan-haberler {
        
    }
    .siseb-link {
        top: 95px; right: 45px;
    }
    [class*="one-cikan-"] {
        background-color: rgba(0, 0, 0, .4);
        color: #fff;
        padding-right: 30px;
        padding-left: 30px;
    }
}


/* gorusler -----------------------------------*/

#gorusler {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
}


/* tooltip ------------------------------------*/

.tooltip-inner {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    color: #000;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bs-tooltip-top .arrow:before {
    border-top-color: rgba(0, 0, 0, .2);
}
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: rgba(0, 0, 0, .2);
}



