﻿.opacity-div {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
    color: #000;
}

    .opacity-div .opacity-bg {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed;
        opacity: .1;
    }
    .opacity-div .opacity-bg:hover {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed;
        opacity: .1 !important;
    }

.saydam-bg {
    margin-top: -65px;
    height: 90px;
    padding-top: 4px;
    font-size: 26px;
    background-color: black;
    z-index: 9999999;
    position: relative;
    color: white;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.73) 0%, rgba(0,0,0,0.71) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.71) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#b5000000',GradientType=0 );
}
.saydam-bg-2 {
    margin-top: -45px;
    z-index: 9999999;
    position: relative;
    font-size:18px;
    color:#dedede;
    padding-bottom:5px;
   
}