/* here you can put your own css to customize and override the theme */
@media only screen and (max-width:500px){
      .col-md-6,.col-md-3,.col-md-4,.col-xl-6,.col-xl-3,.col-xl-4,.fullsirina{
        width:100% !important;
        display:block !important;
        float:none !important;
      }
      .zmajce{
        min-height:300px !important;
        margin-top:50px !important;
      }
      #register-now{
        margin-top: 40px !important;
      }
      .centralno{
        text-align:center !important;
        padding:15px !important;
      }
      .header ul.nav {
        margin-top: 130px !important;
        }
        .maxmob{
            width:100%  !important;
            height:auto  !important;
            margin-bottom:20px !important;
        }
    }
    
