﻿/* splash screen */
#splashscreen { color:#fff; position:fixed; left:0; top:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.61); z-index:100000; display:table; }
#splashscreen h4 { display:block; text-align:center; color:#fff; }
#splashscreen div { text-align:center; padding:100px 0; margin:0 auto; display:table-cell; vertical-align:middle; color:#fff; }
#splashscreen div:after { content: 'X'; position: fixed; left: 50%; top: 0; width: 90px; height: 60px; background: #fff; color: #000; font-weight: bold; line-height: 60px; box-shadow: 0 0 50px #000; font-size: 18px; letter-spacing: 0px; margin-left: -40px; }
#splashscreen div img { box-shadow: 0 0 13px #000; max-height:360px; }

#pagedetails .img-left {
    width: 42% !important;
    float: left;
    margin: 0 40px 30px 0;
}

#pagedetails p {
    margin-bottom: 20px;
    color: #d7d7d7;
}

#pagedetails p.urns{
    margin-bottom:0;
}

#pagedetails p.urns strong {
    font-weight: 600;
    color: #FBB900;
    font-size: 20px;
}

#pagedetails p.urns a {
    color: #FBB900;
}

#pnlUrunDokumanlari{
    margin-top:40px;
}

#pnlUrunDokumanlari h2{
    margin-bottom: 20px;
    color: #d7d7d7;
}

#pagedetails .ritem {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}

#pagedetails .ritem img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#pagedetails .ritem a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#section-contact .contact-form .buttonc {
    font-size: 16px;
    background: #FBB900;
    color: #0d0f16;
    border: none;
    padding: 18px 15px;
    width: 100%;
    font-weight: 600;
    max-width: 270px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-contact .contact-form .buttonc:hover {
    background: #f1ba1e;
    color: #0d0f16;
}

.buttonc, .buttonc:hover, .buttonc:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#pnlUrunResimleri{
    clear: both;
}

#pnlUrunDokumanlari a{
    color:#FBB900;
}

#emagaza {
    transition: .4s;
    opacity: .7;
    position: fixed;
    right: -24px;
    top: 29%;
    z-index: 3;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
#emagaza:hover {
    opacity: 1;
    color:#fff;
}
.e-btn-magaza {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    background-color: #FBB900;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .sidebar{
        margin-bottom: 40px;
    }
    #pagedetails .img-left{
        width: 99% !important;
    }
    #section-cta2 .right .btn-6{
        top: 22px;
        position: relative;
    }
}