.header{background-color:#fdfdfd;}.sidebar1{float:right;width:20%;background-color:#93A5C4;padding-bottom:10px}.content{padding:10px 0;width:100%;float:right;background-color:#efefef}.content ol,.content ul{padding:0 15px 15px 40px}ul.nav{list-style:none;border-top:1px solid #666;margin-bottom:15px}ul.nav li{border-bottom:1px solid #666}ul.nav a,ul.nav a:visited{padding:5px 5px 5px 15px;display:block;text-decoration:none;background-color:#8090AB;color:#000}ul.nav a:active,ul.nav a:focus,ul.nav a:hover{background-color:#6F7D94;color:#FFF}.fltrt{float:right;margin-left:8px}.fltlft{float:left;margin-right:8px}.clearfloat{clear:both;height:0;font-size:1px;line-height:0}.content,.sidebar1{/*min-height:500px*/}.content>div{margin:20px 15px}@media screen and (max-width:900px){.content>div{width:100%!important}}
    .elem, .elem * {
        box-sizing: border-box;
        margin: 0 !important;   
    }
    .elem {
        display: inline-block;
        font-size: 0;
        width: 33%;
        border: 20px solid transparent;
        border-bottom: none;
        background: #fff;
        padding: 10px;
        height: auto;
        background-clip: padding-box;
    }
    .elem > span {
        display: block;
        cursor: pointer;
        height: 0;
        padding-bottom: 70%;
        background-size: cover; 
        background-position: center center;
    }
    .gallery-title {
        text-align: center;
        padding: 35px 0 25px;
    }
    .wrapper-middle { min-height: 400px; }
    .content p {
        text-align: center;
    }
    .thumb{
      margin: 24px 5px 20px 0;
      width: 150px;
      float: left;
    }
    #blah {
      border: 2px solid #fff;
      display: block;
      background-color: white;
      border-radius: 3px;
    }
    #upload_form button {
        border: 1px solid;
        border-radius: 0;
        /*background-image: linear-gradient(to right, #1A2980 70%, #26D0CE 100%, #1A2980 100%);*/
        background-image: linear-gradient(to right, #113F6F 40%, #337AB7 100%, #113F6F 100%);
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
    }
    #upload_form .form-control {
        border-radius: 0;
        border: none;
        height: auto;
    }
    .content.upload, .gallery-bottom {
        margin-top: 40px;
    }
    #loadBack {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        padding-top: 10%;
        left: 0;
        text-align: center;
        z-index: 9999;
        display: none;
    }
    #loadingImage {
        width: 25%;
    }
    .gallery-bottom { float: left; }
    @media (max-width: 800px){
        .elem { width: 100%; }
        .content > div{margin:20px 0px}
        #loadBack {
            padding-top: 45%;
        }
        #loadingImage {
            width: 55%;
        }
    }