body {
    font-family: Verdana,Geneva,sans-serif;
}
.tabl{
    width: 100%;
    position: relative;
}
.tabl td{
    padding: 5px 0px;
}
h2{
    font-weight: 600;
    color: #333;
    margin: 10px 0 10px 0px;
    background: transparent;

    font-size: 12px;

}
h4{

    font-size: 12px;

}
#hizmeth4{    
    font-size: 16px;
}
.h2_shadow{
    box-shadow: 0px 1px 1px #ccc;
    font-size: 13px;
}
.portaze{
    color: #ccc;
    font-size: 13px;
    font-weight: bold;
}
.kaygan{
    width: 100%;
    overflow: hidden;
    color: #ccc;
    font-size: 13px;
    font-weight: bold;
}
.mt5{
    padding-top: 5px;
}
.mt30{
    margin-top: 30px;
}
.pt30{
    padding-top: 30px;
}
.bar{
    display: inline-block;
    float: left;
    margin: 3px 5px 5px 5px;
}
.fa-bars{
    color:white;
}
#widt{
    background-color: #4ab4de;
    width: 100%;
    box-shadow: 0px 5px 5px gray ;
}
nav{
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
nav > ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}
nav > ul > li{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
nav > ul > li > a{    
    color: #fff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-decoration: none;
    margin: 0 22px;
    /* float: right; */
    padding: 11px;
    line-height: 39px;
}
nav > ul > li > a:hover{
    text-decoration: none;   
    color: #444;
    background: url(../img/menu_ahover.png) no-repeat center top;
}
.active{
    text-decoration: none;   
    color: #444;
    background: url(../img/menu_ahover.png) no-repeat center top;
}
.mactive{
    text-decoration: none;   
    color: #444;
}

@media screen and (max-width: 767px) {
    nav > ul {
        display: none;
    }
    nav > ul > li{
        display: block;
    }
}
/*sliderman*/
.swiper-slide{
    width: 100%;
    height: auto;
}
.swiper-slide .swiper-slide-active{
    width: 100%;
    height: auto;
}
.swiper-container {
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #000;
}
.swiper-container swiper-container-horizontal{
    width: 100%;
    height: auto;
}
.swiper-wrapper{
    width: 100%;
    height: auto;
}
/*sliderman*/
/*left bar*/
.left-bar{
    margin-top: 30px;
}
.left-bar >ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.left-bar ul > li > h4:before  {
    content: " ~ ";
}   
.left-bar ul > li > h4  {
    margin: 0px 0px 1px 0px;
    padding: 0px;
    color: #222;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
    text-shadow: 1px 2px 3px #fff;
}   
.left-bar ul > li > h4:after  {
    content: " ~ ";
}   

.left-bar ul > li  {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #4ab4de;
    margin: 0 0 1px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}   
.left-bar ul > li > a {
    color: #fff;
    background-color: #4ab4de;
    text-decoration: none;
    text-indent: 5px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.left-bar ul > li > a:hover{
    color: #444;
    background-color: #3e95b7;
}

/*left bar*/
.cercerve-rsm{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    margin-top: 8px;
    padding: 5px;
    display: block;
}
.cercerve{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    margin-top: 8px;
    min-height: 360px;
    display: block;
}
.cercerveic{
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    color:#666;
    display: block;
    margin: 0px;
    overflow: hidden;
    min-height: 360px;

}
.cercerve-rsm > img{
    border: 1px solid #ccc;
}
.cercerveic > img{
    border: 1px solid #ccc;
}
.cercerveic > h4{
    line-height: 25px;
    font-weight: bold;
}
.cercerveic > p{
    line-height: 18px;
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
    .cercerve{
        min-height: 340px; 
    }
    .cercerveic{
        min-height: 340px;
    }
}
@media screen and (min-width: 1300px) {
    .cercerve{
        min-height: 360px; 
    }
    .cercerveic{
        min-height: 360px;
    }
}
/*____________social______________*/

#sosyal{
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
}

#static-face{
    z-index: 555;
    width: 55px;
    height: 50px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    left: -5px;
    background-color:rgba(72,90,150,0.8);
    display: block;
    transition:left 0.5s;
    position: relative;
}
#static-face:hover{
    background-color:rgb(72,90,150);
    left: 0px;
}
#static-face > i{
    display: block;
    text-align: center;
    padding-top: 12px;
}

#static-you{
    z-index: 555;
    width: 55px;
    height: 50px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    left: -5px;
    background-color:rgba(254,0,0,0.6);
    display: block;
    transition:left 0.5s;
    position: relative;
}
#static-you:hover{
    background-color:rgb(254,0,0);
    left: 0px;
}
#static-you > i{
    display: block;
    text-align: center;
    padding-top: 12px;
}
#static-ins{
    z-index: 555;
    width: 55px;
    height: 50px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    left: -5px;
    background: linear-gradient(to bottom left, rgba(56,70,219,0.6), rgba(252,22,94,0.6), rgba(254,222,103,0.6));
    display: block;
    transition:left 0.5s;
    position: relative;
}
#static-ins:hover{
    background: linear-gradient(to bottom left, #3846db, #fc165e, #fede67);
    left: 0px;
}
#static-ins > i{
    display: block;
    text-align: center;
    padding-top: 12px;
}
#static-twi{
    z-index: 555;
    width: 55px;
    height: 50px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    left: -5px;
    background-color:rgba(0,172,237,0.6);
    display: block;
    transition:left 0.5s;
    position: relative;
}
#static-twi:hover{
    background-color:rgb(0,172,237);
    left: 0px;
}
#sosyal > a:hover{
    text-decoration: none;
}
#static-twi > i{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 12px;
}
/*____________social______________*/
p {

    font-size: 12px;
}
#lefta{
    font-size: 13px;
}
#icerikp {
    font-size: 10pt;
}



#add_navigator {
    padding: 13px 16px;
    list-style: none;    
    float: right; 
    font-size: 10pt;
}


.bread:first-child:before {
    content: ' ';
    display: inline-block;
}
.bread:before {
    content: ' / ';
    display: inline-block;
    margin:0 5px;

}
.bread {text-decoration: underline; color:#444;}
.bread:last-child {text-decoration: none;}
.sayfa_icerik {
    font-size: 12pt;
}
.sol-active{
    color: #444 !important;
    background-color: #3e95b7 !important;
}