/* MIN 1920px */

@media only screen and (min-width: 1920px) {}


/* MAX 1440px For Paddings */

@media only screen and (max-width: 1440px) {}


/* MAX 1280px For Paddings */

@media only screen and (max-width: 1280px) {}


/* MAX 1185px For Paddings */

@media only screen and (max-width: 1185px) {}


/* MAX 1100px for FS Layer Slider */

@media only screen and (max-width: 1100px) {}


/* MAX 1024px */

@media only screen and (max-width: 1024px) {}


/* MAX 1000px */

@media only screen and (max-width: 1000px) {}


/* MAX 960px */

@media only screen and (max-width: 960px) {}


/* MAX 766px */

@media only screen and (max-width: 766px) {
    .socialnetworks {
        margin: 0px auto !important;
        width: auto !important;
        display: table !important;
        position: relative !important;
        bottom: 3rem !important;
        left: 0rem !important;
    }
}


/* MAX 640px */

@media only screen and (max-width: 640px) {}


/* MAX 540px */

@media only screen and (max-width: 540px) {}


/* MAX 480px */

@media only screen and (max-width: 500px) {}


/* MAX 360px */

@media only screen and (max-width: 360px) {}