@media all{
#atfooter{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #333399;
    color: #FFFFFF;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.foot_tab{
    width: 100%;
}
.foot_tab td{
    background-color: #333399;
        color: #FFFFFF;
        font-size: 11px;
}

body{
    background-color: #FFFFFF;
    color: #000000;

}
#button{
    color: #000000;
}

/* To top button colors */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #0000CC;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}
#contact-container{
    width: 40%;
    background-color: #00CCCC;
    color: #000000;
    font-size: small;   
}

}
/* Mobile portrait (320x480) */
@media screen and (max-width: 320px){
#hide{
    display: none;
}
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    padding: 5px 0;
}
.fotocontianer{
    border: none;
    display: block;
    min-width: 300px !important;
    height: auto;
}

#sliderimg{
    max-height: 80px;
    max-width: 80px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 310px !important;
    border: none;
    display: block;
    color: #000000;
}

}
/* Mobile landscape (480x320) */
@media screen and (max-width: 480px) {
#hide{
    display: none;
}
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    width: 450px;
    }
.fotocontianer{
     margin: 0 auto;
     height: auto;
     max-width: 100%;
     border: none;
     display: block;
     padding: 5px 0;
    }

#sliderimg{
    max-height: 80px;
    max-width: 80px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/* Small tablet portrait (600x800) */
@media screen and (max-width: 600px) {
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width: 550px;
}
.fotocontianer{
    max-width: 550px;
}
#sliderimg{
    max-height: 80px;
    max-width: 80px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/* Small tablet landscape (800x600) */
@media screen and (max-width: 800px) {
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width: 750px;
}
.fotocontianer{
    max-width: 750px;
}
#sliderimg{
    max-height: 100px;
    max-width: 100px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/*Tablet portrait (768x1024)*/
@media screen and (max-width: 768px){
#hide{
    display: none;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width: 750px;
}
.fotocontianer{
    max-width: 750px;
}
#sliderimg{
    max-height: 100px;
    max-width: 100px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/* Tablet landscape (1024x768) */
@media screen and (max-width: 1024px) {
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width: 80%;
}
.fotocontianer{
    max-width: 80%;
}
#sliderimg{
    max-height: 125px;
    max-width: 125px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/* Laptop (1366x768 ) */
@media screen and (max-width: 1366px){
 .responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width: 70%;
}
.fotocontianer{
    max-width: 80%;
}
#sliderimg{
    max-height: 125px;
    max-width: 125px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}
/* Desktop (1820x1080) */
@media screen and (max-width: 1820px){
.responsive {
    max-width: 100%;
    height: auto;
}

.img{
    max-width:  80%;
}
.fotocontianer{
    max-width: 80%;
}
#sliderimg{
    max-height: 150px;
    max-width: 150px;
}
.offerte{
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    border: none;
    display: block;
    color: #000000;
}

}

