﻿
a, ins {
    text-decoration: none
}li,ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    list-style: none;
}

.baglantilar {
  /*width:109%;
        margin-left:-6px;*/
}

.quickButtons {
    /*width: 50%;*/
    float: right;
    animation: quickButtonsAnim 2s;
    -webkit-animation: quickButtonsAnim 2s;
    opacity:1;
    margin-bottom: 10px;
    margin-top:0px;
}

@keyframes quickButtonsAnim {
    from {
        opacity: 0
    }
    to {
        opacity:1
    }
}

@-webkit-keyframes quickButtonsAnim {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.quickButtons li {
    width: 20%;
    height: 75px;
    float: left;
    position: relative;
   
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 1.5%;
}

.quickButtons li a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    border:1px solid #ffffff;
    border-bottom-width:4px;
    /*border-bottom-color: #253b80;*/
     /*border-bottom-color:#ea6645;*/
     /*border-bottom-color:#979DAC;*/
        border-bottom-color:#c5c5c5 ;
    text-align: center;
    font-size: 11px;
    line-height:12px;
    background-color: #011c38;
}

.quickButtons ul li a:hover {
    background: rgba(0,0,0, 0.05);
    border-color: rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
    padding-bottom: 5px;
     border-bottom-color:#b18627;
}

.quickButtons ul li a span {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .1)
}



.quickButtons ul li a .icon {
    width: 100%;
    height:50px;
    float: left
}




.quickButtons li figure {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden
}

.quickButtons li figure img {
    width: 100%;
    min-height: 100%;
    float: left
}

 .quickButtons ul li a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}
 


@viewport {
    width: device-width;
}


@media screen and (max-width: 1200px) {
   
         .baglantilar {
        width:118%;
        margin-left:-5px;
    }
    /*.quickButtons {
        width:50%
    }*/


    .quickButtons li a {
        width: 80% !important;
        /*width: 110% !important;*/
        font-size:11px;
           background-color: #011c38;
    }

        .quickButtons li {
            width: 25%;
            height: 75px;
            float: left;
            position: relative;
        }
    .quickButtons figure {
        width: 100%;
        float: left;
        overflow: hidden
    }

  
}

@media screen and (max-width: 1040px) {
   .baglantilar {
        width:119%;
        margin-left:0px;
    }
    
     .quickButtons {
        width: 100%
    }

 
    .quickButtons li {
        margin: 10px 1.3% 0 0;
         width: 20%;
            height: 75px;
            float: left;
            position: relative;
       
    }
    
       .quickButtons li a {
    width: 80% !important;
    text-align: center;
    font-size:11px
}
    
}
@media screen and (max-width: 991px) {
  

    .quickButtons {
        /*width: 100%*/
        width:93%;
    }
   
    .quickButtons li {
        margin: 2px 0px 0px 0px;
        /*margin: 10px 1.3% 0 0;
         margin-left:20px;*/
          width: 25%;
            height: 50px;
            float: left;
            position: relative;
    }
    .quickButtons li a {
        width: 100% !important;
        font-size:11px;
        height: 75%;
           
    }
       
    
}
