﻿
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;
    font-family: Ubuntu, sans-serif;
          
      
    
}

.baglantilar {
  width:100%;
        margin-left:0px;
}

.quickButtons {
    /*width: 50%;
    float: right;*/
     width: 100%;
    float: left;
    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: 15%;
    height: 150px;
    float: left;
    position: relative;
      margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 2.5%;
}

.quickButtons li a {
    width: 105%;
    height: 95%;
    position: absolute;
    left: 0;
    top:0;
    /*border:1px solid #179BD7;*/
    border-bottom-width:4px;
    border-bottom-color: #253b80;
    text-align: center;
    font-size: 14px;
    font-family: auto;
    color:white;
    line-height:12px;
    
}

.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);
  
        background-color:#6a4c93;
}
.quickButtons ul li a .icon:hover {
  
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
   
      width: 100%;
    height:100%;
    float: left;
    background-repeat:no-repeat;
    background-position:top;
    background-size:cover;
    position:relative;
}
.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:100%;
    float: left;
    background-repeat:no-repeat;
    background-position:top;
    background-size:contain;
    position:relative;
}

.quickButtons ul li a .name {
    width: 100%;
    height:25%;
       display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    bottom:0px;
}
}



.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:98%
    }


    .quickButtons li a {
        width: 110% !important;
        font-size:11px;
           
    }

        .quickButtons li {
            width: 15%;
            height: 100px;
            float: left;
            position: relative;
        }
    .quickButtons figure {
        width: 100%;
        float: left;
        overflow: hidden
    }

  
}

@media screen and (max-width: 1000px) {
   .baglantilar {
        width:119%;
        margin-left:0px;
    }
    
     .quickButtons {
        width: 100%
    }

 
    .quickButtons li {
        margin: 10px 1.3% 0 0;
         width: 20%;
            height: 100px;
            float: left;
            position: relative;
       
    }
    
       .quickButtons li a {
    width: 100% !important;
    text-align: center;
    font-size:11px
}
    
}
@media screen and (max-width: 768px) {
  
     .baglantilar {
        width:118%;
        margin-left:-16px;
    }
    .quickButtons {
        width: 92%
    }
   
    .quickButtons li {
        margin: 10px 1.3% 0 0;
         margin-left:20px;
          width: 20%;
            height: 100px;
            float: left;
            position: relative;
    }
    .quickButtons li a {
        width: 100% !important;
        font-size:11px;
           
    }
       
    
}
@media screen and (max-width: 480px) {
   
    .baglantilar {
        width:153%;
        margin-left:-16px;
    }
    .quickButtons {
        width: 100%
    }
  
    .quickButtons li {
        margin: 10px 1.3% 0 0;
         margin-left:20px;
          width: 30%;
            height: 100px;
            float: left;
            position: relative;
    }
    .quickButtons li a {
        width: 100% !important;
        font-size:11px;
           
    }
        
}


@media screen and (max-width:380px) {
       .baglantilar {
        width:124%;
        margin-left:-17px;
    }
    
    .quickButtons ul li img {
        width: 100%;
        margin: 0
    }
    .quickButtons li a {

        width: 100% !important;
    text-align: center;

}
 .quickButtons li {
        margin: 10px 1.3% 0 0;
         margin-left:20px;
          width: 80%;
            height: 100px;
            float: left;
            position: relative;
    }
  
}

