/* 
    Document   : stopka
    Created on : 2014-04-25, 15:45:50
    Author     : tmalec
    Description:
        Purpose of the stylesheet follows.
*/


    /*wklej to za  .footer_header okolo 1000 linii*/
    .footapps{
        padding:0px 10px;
    }
    
    .footapps a{color:inherit !important;}
    
    .fapple .appicon{
    width:33px;
    height:38px;
    margin:13px auto;
    background-image: url('../../images/layout_2014/iconAppstore.png')
    }
    
    .fgoogle .appicon{
    width:35px;
    height:38px;
    margin:13px auto;
    background-image: url('../../images/layout_2014/icongoogle.png')
    }
    
    .fwindows .appicon{
    width:37px;
    height:44px;
    margin:9px auto 12px;
    background-image: url('../../images/layout_2014/iconwindows.png')
    }
    
    .oneapp .apppobierz{
        font-size: 9px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding-bottom:1px;
        
    }
    
    .oneapp .appnazwa{
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        font-size: 13px;
    }
    
    
    .fappsheader{
      line-height:20px;
      padding-top:3px;
      width:80%;
      padding-left:0px;
      font-family: 'Open Sans', sans-serif; font-weight:700;
      font-size:15px;
      color:#FFF;
      padding-bottom:20px;
    }
    
    .oneapp{
        float:left;
        width:29%;
        height:110px;
        background-color: #FFF;
    }
    .fgoogle{margin:0% 6.5%;}

@media screen and (max-width: 767px){
    
    #footer{height: 480px;overflow:hidden;}
    #content{padding-bottom: 510px;}  
    .oneapp {width: 20%; height:120px;}
    .fgoogle {margin: 0% 17%;}
    .fappsheader{width:100%;margin-top:10px;}
    
}

@media screen and (max-width: 650px){
    #footer{
        height: 530px;
        overflow:hidden;
    }
    #content{
        padding-bottom: 560px;
    }  
}

@media screen and (max-width: 469px){
    #footer{
        height: 600px;
        overflow:hidden;
    }
    #content{
        padding-bottom: 620px;
    }  
    
    .footapps {padding: 0px 26px !important;}
}

@media screen and (max-width: 429px){
    .oneapp {width: 29%; height:110px;}
    .fgoogle {margin: 0% 6.5%;}
    .footapps {padding: 0px 16px !important;}
}


@media screen and (min-width: 768px) and (max-width: 991px){
    #footer{height:390px;}
    #content{padding-bottom:390px;}
    
    .oneapp {width: 20%; height:120px;}
    .fgoogle {margin: 0% 17%;}
}

@media screen and (min-width: 992px) and (max-width: 1239px){
    .fappsheader{width:100%;}
.oneapp .appnazwa{font-size:12px;}
}
