﻿

@media (min-width: 1200px) {

    .uk-margin-top {
        margin-top: 20px !important;
    }

    .uk-margin-top-2 {
        margin-top: 10px !important;
    }

}


@media only screen and (max-width: 480px) {

    .uk-child-width-1-2 > * {
        width: 100% !important;
    }

    .small-grid {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

        .small-grid p {
            margin-top: 0px !important;
        }

    .sm-small-grid {
        margin-bottom: 30px !important;
    }
/*
    .chosen-container-single .chosen-single span {
        margin-top: 0px !important;
    }*/

  
}
