﻿@media screen and (min-width: 981px) {
    
    #slides ul li img{
        width:100%;
    }
    
}

@media screen and (max-width: 980px) {
    .wrapper{
        width:100%;
    }
    
    #slides,
    #slides ul li{
        min-height:360px;
    }
    
    #slides ul li img{
        width:100%;
    }    
    #features li{
        width:19.8%;
    }
}

@media screen and (max-width: 768px) {
    
    /* GENEL */
    .wrapper{
        width:100%;
    }
    
    #logo{
        margin-left:10px;
    }

    #slides > a{
        top:20%;
    }

#features .container{
    background:#093d74;
}

#features > img{
    visibility: hidden
}
    
    .button {
        height: 38px;
        margin: 10px 0;
        padding: 0 18px;
        line-height: 38px;
        font-size: 18px;
    }

    /* HEADER */
    #search{
        right:10px;
    }

    /* TOP MENU */
    #topmenu{
        position:absolute;
        top:0px;
        right:10px;
    }
    
    #footer .col{
        width:19%;
    }

    #footer .followus{
        border:none;
        width:100%;
        height:112px;
        border-top:1px solid #cfdbe8;
        background-color:#eee;
    }
    
    #footer .followus .part1{
        float:left;
        width:17%;
        text-align:center;
        border-right:1px solid #cfdbe8;
        margin-right:10px;
    }
    #footer .followus .part2{
        float:left;
        width:80%;
    }
    
    #slides .headline{
        font-size:30px;
        line-height:40px;
        top:80px;
    }

    #slides .headline .right,
    #slides .headline .left{
        margin-left:20px;
        float:left;
    }

    #slidepager,
    #slidethumbnail{
        bottom: 200px;
    }

    #features{
        height:240px;
    }
    
    #features li{
        width:19.6%;
    }

    #features li .inner{
        margin:15px 0 10px 10px;
        text-align:center;
    }
    
    #features .icon {
        width: 55px;
        height: 55px;
    }
    
    #features li .icon {
        margin: 35px auto 0 auto;
    }
    
    #features li:hover .icon {
        float:none;
        margin:auto;
        margin-top:5px;
    }
    
    #features li:hover .icon img {
        margin-top: -55px;
    }

    #features li .inner .title{
        font-size: 17px;
        clear: both;
        text-align:center;
        padding:0;
    }
    
    #features .text{
        padding:0;
        font-size: 11px;
    }


    .subpage #content{
        background-image:url(../img/subpagebg.jpg);
    }
    
    #sidemenu{
    }
    
    .subpage #sidemenu {
        top: 230px;
    }
    
    #leftpanel .inner{
        padding-bottom:10px;
    }
    
    #leftpanel h2{
        height:50px;
        line-height:50px;
    }
    
    #leftpanel ul li.active{
        background-image:none;
    }
    
    #leftpanel .banner span{
        top:20px;
        left:30px;
        font-size:20px;
        line-height:23px;
    }

    #leftpanel .banner a{
        left:20px;
    }

    #rightpanel h1{
        line-height:20px;
    }

    #rightpanel .inner{
        margin:0 25px;
    }
    
    #rollhover,
    #rollhover .container{
        width:100%;
        height:65px;
    }

    #rollhover li{
        width:24.5%;
    }

    #rollhover .inner{
        margin: 10px 0 0 10%;
        height:40px;
    }
    
    #rollhover .icon{
        margin: 5px 5px 0 5px !important;
        width:32px;
        height:32px;
        float:left;
    }

    #rollhover .active .icon img,
    #rollhover li:hover .icon img{
        margin-top:-32px;
    }

    #rollhover li .inner .title{
        margin: 12px 0px 0px 5px;
        font-size: 15px;
        text-align:left;
    }
    
    #rollhover .text,
    #rollhover .detail{
        display:none !important;
    }  
     
}

@media screen and (max-width: 640px) {
    
    #slides ul li img{
        width:100%;
    }
    
    #slides .headline{
        font-size:25px;
        line-height:35px;
        top:80px;
    }
    http://localhost:51615/v4/Dosya/Slayt/untitled22.jpg
    #slidepager,
    #slidethumbnail{
        bottom:182px;
    }
    
    #features{
        height:218px;
    }

    #features li{
        width:48.7%;
    }

    #features li .inner{
        margin: 10px 0 0 5%;
        height:40px;
    }
    
    #features .icon{
        margin: 5px 5px 0 5px !important;
        width: 32px;
        height: 32px;
        float: left !important;
    }

    #features .active .icon img,
    #features li:hover .icon img{
        margin-top:-32px;
    }
    
    #features li .inner .title{
        margin: 12px 0px 0px 5px;
        font-size: 15px;
        text-align:left;
        clear:none;
    }
    
    #features .text,
    #features .detail{
        display:none !important;
    }  




    .subpage #sidemenu {
        top: 298px;
    }

    .subpage #content{
        padding-bottom:0;
    }

    #leftpanel{
        float:none;
        width:100%;
        background-color:#eee;
    }
    
    #leftpanel .inner{
        background-image:none;
        padding:0;
    }
      
    #leftpanel{
        display:none;
    }
    
    #rightpanel{
        width:100%;
        margin:0;
        padding:0;
        min-height:0;
    }
        
    #rollhover,
    #rollhover .container{
        height:114px;
    }

    #rollhover li{
        width:48.5%;
    }

    #rollhover .inner{
        margin: 10px 0 0 5%;
    }
    
    #rollhover li .inner .title {
        float:none;
        margin: 12px 0px 0px 5px;
        font-size: 15px;
        text-align:left;
    }
    
    .button{
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
    }
    
}

@media screen and (max-width: 480px) {
    
    /* GENEL */
    .wrapper{
        width:100%;
    }
    
    #logo{
        margin-left:10px;
    }
    
    .subpage #sidemenu {
        top: 298px;
    }
    
    /* HEADER */
    #search{
        right:10px;
    }

    /* TOP MENU */
    #topmenu{
        position:absolute;
        top:0px;
        right:10px;
    }
    
    #footer{
        margin:0;
    }

    #footer .col{
        display:none;
    }
    
    #footer .followus{
        display:block;
        border:none;
    }
    
    #footer .followus .part2{
        width:78%;
    }

}

@media screen and (max-width: 320px) {
    
    #search{
        display:none;
    }
    
    #slides,
    #slides ul li{
        height:330px;
    }
    
    #slides ul li img{
        width:130%;
        height:330px;
    }
    
    #slides .headline{
        font-size: 18px;
        line-height: 24px;
        top: 14px;
    }
    
    #slidepager,
    #slidethumbnail{
        bottom:190px;
    }

    #slides > a{
        display:none;
    }
     
}