﻿.anaMansetCerceve {
    width: 750px;
    height: 460px;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    float: inherit;
    background-color: transparent;
    border: solid 0px #000;
    z-index: 1;
}

.anaManset{
    width: 750px;
    height: 460px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-image: url('../images/mansetlogo.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-color: transparent;
}
    .anaManset a {
        text-decoration: none;
    }
    .anaManset a:hover {
        opacity: 0.9;
    }
.anamansethaber{
    width: 750px;
    height: 422px;
    top: 0px;
    position: absolute; 
    transition: transform .3s;
}

.anamansetresim{
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    float: none;
}
    .anamansetresim img {
        width: 746px;
        height: 422px;
    }

.anamansetbaslik{
    width: 745px;
    height: 91px;
    left: 2px;
    bottom: 94px;
    float: none;
    position: relative;
    font-size: 22px;
    color: #fff;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3px 11px 3px 15px;
    text-align: center;
    text-shadow: 2px 2px 2px #611a1a;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center; 
    white-space: normal;
    border-top: 1px dotted #fff;
    background-color: rgba(0, 0, 0, 0.6);
}
.anamansethaberno {
    width: 54.5px;
    height: 35px;
    top: 423px;
    margin-right: -5px;
    padding: 5px 0px 0px 0px;
    float: left;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    vertical-align: central;
    text-align: center;
    border-radius: 0px 0px 11px 15px;
    border-left: 1px solid #FF9800;
    cursor: pointer;
    box-sizing:border-box;
}
.anamansethabernoaktif {
    background-color: red;
    border-left: 3px solid #fff;
}
.mansetgolge{
    width: 750px;
    top: -4.1px;
    left: 0px;
    position: relative;
}
.mansetfotocerceve{
    width: 726px;
    height: 402px;
    top: 7px;
    left: 9px;
    position: absolute;
    float: none;
    background-color: transparent;
    border: 3px solid #fff;
    opacity: .5;
    display: none;
}
.mansetmetincerceve{
    width: 726px;
    height: 65px;
    bottom: 11px;
    left: 11px;
    position: absolute;
    float: none;
    background-color: #000;
    opacity: .5;
    box-sizing: border-box;
    display: none;
}
