﻿html,body
{
    margin:0px;
    padding:0px;
    background:url(../img/bg.jpg) bottom left no-repeat #adadad;
    /*background:#adadad;*/
    font-family: 'Archivo Narrow', sans-serif !important;
    height:100% !important;
    min-height:100% !important;
}

.pleft0{
    padding-left:0px !important;
}

.container{
    
}

.tbg{
    background:url(../img/contentbg1.png) repeat-x;
    padding-top:10px;
}

.logo{
    margin-bottom:30px;
}

.menu{
    position:relative;
    width:100%;
    list-style:none;
    padding:0px !important;
}

.menu li{
    padding:8px;
    background:url(../img/btnbg.png) top left repeat-x;
    border-radius:5px;
    margin-bottom:5px;
    border:1px #999 solid;
    max-width:230px;
    margin-left:10px;
}

.menu .active{

        background:url(../img/btnbg_dark.png) top left repeat-x;
    color:#FFF;

}

.menu li:hover{
    background:url(../img/btnbg_dark.png) top left repeat-x;
    color:#FFF;
    cursor:pointer;
}

.contents{
    background:#FFF;
    min-height:500px;
    border-radius:6px;
    border:1px #EEE solid;
    padding:20px;
}

.FirmaBilgi{
    background:url(../img/mainslide.jpg) top center no-repeat;
    background-size:cover;
    min-height:500px;
    border:1px #999 solid;
    margin-bottom:20px;
}

.Servicebanner{
        background:url(../img/servicebanner.jpg) top center no-repeat;
    background-size:cover;
    min-height:300px;
    border:1px #999 solid;
    margin-bottom:20px;
}

.documentsbanner{
        background:url(../img/documentsbanner.jpg) top center no-repeat;
    background-size:cover;
    min-height:300px;
    border:1px #999 solid;
    margin-bottom:20px;
}

.Contactbanner{
        background:url(../img/contactbanner.jpg) top center no-repeat;
    background-size:cover;
    min-height:300px;
    border:1px #999 solid;
    margin-bottom:20px;
}

.companyinfobanner{
        background:url(../img/companyinfobanner.jpg) top center no-repeat;
    background-size:cover;
    min-height:300px;
    border:1px #999 solid;
    margin-bottom:20px;
}

.bradius8{
    border-radius:8px;
}

.topbar{
    position:relative;
    width:100%;
    height:40px;
    background:#333;
    color:#FFF;
    padding:10px;
}

.cbox{
    background:#ebebeb;
    padding-top:15px;
    border-radius:6px;
}

.footer{
        background:#333;
        color:#EFEFEF;
    padding:15px;
    border-radius:6px;
    text-align:center;
    margin-top:10px;
}

.s1{
    background:url(../img/service1.jpg) center center no-repeat;
    background-size:contain;
    min-height:250px;
}

.s2{
    background:url(../img/service2.jpg) top center no-repeat;
    background-size:cover;
}

.s3{
    background:url(../img/servic3.jpg) top center no-repeat;
    background-size:cover;
}

.s4{
    background:url(../img/service4.jpg) top center no-repeat;
    background-size:cover;
}


