.FormatPicture {
    text-align: center;
}

    .FormatPicture img {
        display: inline-block;
    }

.ToneThumbs {
    width: 300px;
    float: left;
    margin-left: 50px;
}

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


    #aboutUs p {
        font-size: 13px;
        line-height: 15px;
        padding-right: 5px;
        padding-left: 10px;
    }

    .textContent {
        padding-left: 0px;
    }

    .TextPageH {
        width: auto;
    }
}

@media screen and (max-width:586px) {
    .MainThumb {
        width: 50%;
        height: 350px;
    }

        .MainThumb img {
            width: 120%;
        }

}

@media screen and (max-width:624px) {
    .FormatPicture img {
        width: 100%;
    }
}

@media screen and (max-width:991px) {
    .MainThumb img {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width:767px) {
    .MainThumb {
        width: 100%;
        height: auto;
    }

    #aboutUs {
        width: 100%;
    }

    .FormatImageDescription {
        text-align: center;
        padding-right: 0px;
    }

    h2,
			.h2{
        margin:0;
    }

    .textContent{
        margin:0;
    }

    .MainThumb .aCont{
        background: #fff;
        color: #000;
    }

    .Info {
        /*
        background: #fff;
        color: #000;
            */
        padding: 15px;
    }
}

@media screen and (min-width:768px) {
    .MainThumb {
        height: 200px;
        float: left;
        width: 50%;
        padding-bottom: 130px;
    }

    .Info p {
        padding: 15px;
        line-height: 25px;
    }

    .navi li {
        display: table-cell;
        padding:0;
    }

    .navi a {
        border: 0;
        border-bottom: 10px solid transparent;
    }

    .ProductContent{
        margin:0 50px;
    }

    .contact-fields .field{
        display: flex;
         flex-direction: row;
    }

    .contact-fields span:first-child {
        width: 35%;
    }

    .submitBtn{
        margin:auto;
    }

    .ColumnLeft {
        width: 50%;
        float: left;
    }

    .NewReleases {
        margin-right: 40px;
        margin-left: 40px;
    }

    .ProductsList ul {
        padding-left: 50px;
    }

    .ContactForm{
        padding: 30px 50px;
    }
}

@media screen and (min-width:992px) {
    .MainThumb {
        width: 25%;
        height: 400px;
    }

        .MainThumb .aCont {
            bottom: 0;
            height: 130px;
            width: 100%;
            position: absolute;
            line-height: 130px;
        }

        .MainThumb img {
            transition: .4s ease-out;
        }

        .MainThumb:hover img {
            transform: translateX(-100%);
            transition: .2s ease-in;
        }
}

@media screen and (max-width:767px) {
    .Products3Column {
        width: 100%;
        float: none;
    }

        .Products3Column.ImagePreview {
            margin: 0 auto;
            width: 100%;
        }

    .ImagePreview img {
        margin: 0 auto;
    }

    .ToneThumbs {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 40px;
    }

    .ProductTypeDescription {
        margin-left: 0px !important;
    }

        .ProductTypeDescription p {
            padding: 10px 10px;
        }
}

@media screen and (min-width:913px) and (max-width:1066px) {
    .ToneThumbs {
        width: 500px;
        margin-left: 34px;
        margin-top: 40px;
    }
}

@media screen and (min-width:768px) and (max-width:912px) {
    .ToneThumbs {
        width: 326px;
        margin-left: 34px;
        margin-top: 40px;
    }
}

@media screen and (max-width:910px) {
    .GalleryImgCont {
        text-align: center;
        float: none;
        margin-left: 0;
        padding: 0 10px;
    }

        .GalleryImgCont img {
            display: inline-block;
        }

    #ItemText {
        margin: 0 auto;
    }

    .GalleryThumbs {
        width: calc(100% - 20px);
        float: none;
        height: 105px;
        overflow-x: auto;
        position: relative;
        margin: 0 10px;
    }

    .ProductThumb {
    }

    .ThumbsContainer {
        display: flex;
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width:700px) {
    .GalleryImgCont {
        text-align: center;
        float: none;
        margin: 0;
    }

        .GalleryImgCont img {
            display: inline-block;
        }

    #ItemText {
        margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    .GalleryImgCont img {
        width: 100%;
        padding: 0;
    }

    .GalleryImgCont #ItemText {
        width: 100% !important;
        margin: 0 !important;
    }

        .GalleryImgCont #ItemText p {
            padding: 0;
        }

    .GalleryH {
        width: 90%;
        margin-left: 5%;
    }

    #newOffer {
        width: 100%;
    }
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
