/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {    

#stickThis {
/*    padding: 5px;
    background-color: #ccc;
    font-size: 1.5em;
    width: 300px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #444;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    
}

/*#stickThis.stick {
    display: flex;
    background-color: #F2FAFE;
    align-items: flex-start;
    width:65%;
    padding-top:5px;
    margin-top: 2px;
    position: fixed;
    top: 85px;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}*/
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {  

#stickThis {
/*    padding: 5px;
    background-color: #ccc;
    font-size: 1.5em;
    width: 300px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #444;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    
}

/*#stickThis.stick {
    display: flex;
    background-color: #F2FAFE;
    align-items: flex-start;
    width:65%;
    padding-top:5px;
    margin-top: 2px;
    position: fixed;
    top: 85px;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}*/
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){  


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Portrait)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: portrait){   


}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape){   

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px)  and (orientation: portrait) {

  
}


        
        /*@media screen and (min-width: 800px) {*/
        
        @media (min-width: 992px) {
            .BtnSTT {
                bottom: 50px;
                right: 50px;        
            }
            
            .stpdl {
               padding-left: 0;
              
            }
            
            .stpdr {
                padding-right: 0;
                
            }
            
            .bgaboutborder {
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px; 
            }



            
        }        

        
        @media (min-width: 320px) and (max-width: 991px)  {
            .BtnSTT {
                bottom: 10px;
                right: 10px;        
            }
            
            .stpdl {
                padding: 0;
            }
            
            .stpdr {
                padding-top: 15px;
                padding-bottom: 0;
                padding-left: 0;
                padding-right: 0;
                 
            }
            
            .smfnt {
                font-size: 12px;
                font-family: 'Roboto', sans-serif;
                line-height:1em;                
            }
            
            .bgaboutborder {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px; 
            }            
            
        } 