@media only screen and (max-width : 480px) {
    /*body {font-size: 10px;}*/

    /* Smartphone view: 1 tile */
    /*#header{
        height: 50px;
    }

    .logo-wrap{
        margin-left: 10px;
    }

    .menu-wrap{
        margin-right: 10px;
    }

    .logo{
        width: 50px;
        min-width: 50px;
        height: 50px;
    }*/

    /*.title {padding: 0px;}
    .title > *{
        display: none;
    }*/

    /*#content{*/
        /*height: 100%;*/
        /*height: -webkit-calc(100% - 60px);*/
        /*height: -moz-calc(100% - 60px);*/
        /*height: calc(100% - 60px);*/
    /*}*/

    .project-mobile-view {padding-top: 30px;}

   /* #app-content #content{
        padding-top: 50px;
        margin-top:0px;
        *//*overflow-y: auto;*//*
    }*/



    /*.gallery{*/
        /*margin: 10px 0px;*/
        /*padding: 0px;*/
    /*}*/


  /*  .gallery-btn {
        min-width: 100%;
        *//*margin-bottom: 20px;*//*
        padding: 0px;
        *//*height: 260px;*//*
    }*/

    .project-template{
        flex-basis:calc(100% - 4px) ;
    }

    .no-farmers{
        font-size: 3em;
    }

    .menu li a span{
        display: none;
    }

    .menu li a {
        width: 50px;
        /*font-size: 0.75em;*/
    }

    .breadcrumbs{
        /*display: none;*/
    }

    .gallery-title{
        display: none;
    }

    .header-user>a>span{
        display: none;
    }

    .download-frame{
        padding: 5px;
        background-size: 420px;
    }

/*    .gallery-img-infobar{
        display: block;
        height: 50px;
        *//*justify-content: space-between;*//*
        font-size: 1.5em;

    }

    .gallery-img-infobar>ul>li{
        width: 50px;
    }

    .gallery-img-infobar .project-info{
        display:block;
        float:left;

    }*/

    .lp-footer-wrap .social li a, .footer-wrap .social li a {padding:0 5px;}

    .project-view .preview-image .no-preview img {width: 40px; height: 40px;}

  /*  .project-menu-left {width: 50%}
    .project-menu-right {width: 50%}*/
}



@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    /*body {font-size: 12px;}*/
   /* #header{
        height: 50px;
    }*/

    /*.logo-wrap{
        margin-left: 10px;
    }

    .menu-wrap{
        margin-right: 10px;
    }

    .menu li a {
        width: 70px;
        *//*font-size: 0.75em;*//*
    }*/

   /* .logo{
        width: 50px;
        min-width: 50px;
        height: 50px;
    }*/

    /*#content{*/
          /*height: 100%;*/
          /*padding-top: 50px;*/
          /*height: -webkit-calc(100% - 70px);*/
          /*height: -moz-calc(100% - 70px);*/
          /*height: calc(100% - 70px);*/
      /*}*/

   /* #app-content #content{
        padding-top:50px;
        margin-top: 0px;
        height: 100%;
        *//*overflow-y: auto;*//*
    }*/

   /* #app-content .project-menu{
        top:30px;
    }*/

    .gallery{
        /*padding:10px;*/
    }


   /* .gallery-btn {
        min-width: 50%;
    }*/

    .project-template{
        flex-basis:calc(100% - 4px) ;
    }

    .menu li a span{
        display: none;
    }

    .download-frame{
        padding: 20px;
        background-size: 600px;
    }

    .lp-footer-wrap .social li a {padding:0 14px;}

    /*.project-view .template-view {top:50px;}*/

    /*.project-menu-left {width: 60%}
    .project-menu-right {width: 40%}*/
}


@media only screen and (max-width : 940px)and (min-width : 651px) {
    /* Tablet view: 2 tiles */
   /* #header{
        height: 50px;
    }*/

   /* .logo-wrap{
        margin-left: 10px;
    }*/

    /*.title{
        font-size:2.2em;
        margin-left: 10px;
    }*/

    /*.title>div>span, .title>span {line-height: 50px;}*/

    /*.header-right-menu {width:280px;}*/

    /*.menu-wrap{
        margin-right: 10px;
    }
*/
    /*.logo{
        width: 50px;
        min-width: 50px;
        height: 50px;
    }*/
    /*#content{
        height: 100%;*/
    /*margin-top: 50px;*/
    /*height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
}*/


   /* #app-content #content{
        height: 100%;
        *//*overflow-y: auto;*//*
        padding-top:50px;
    }*/

    /*#app-content .project-menu{
        top:30px;
    }*/

    /*.gallery{
        padding:10px;
    }*/

    /*.gallery-btn {
        min-width: 50%;
    }*/

   /* .project-template{
        flex-basis:calc(50% - 4px) ;
    }



    .project-view .template-view {top:50px;}*/

    /*.project-menu-left {width: 70%}
    .project-menu-right {width: 30%}*/
}

@media only screen and (max-width : 1200px) and (min-width : 941px){
    /*.gallery-btn {
        min-width: 33.33%;
    }*/

    .project-template{
        flex-basis: calc(33.3% - 4px);
    }

   /* #app-content #content{
        padding-top:60px;
    }*/

   /* .project-menu-left {width: 75%}
    .project-menu-right {width: 25%}*/
}


@media only screen and (min-width : 1201px){
   /* .project-menu-left {
        width: 100%;
        padding-right: 240px;
    }
    .project-menu-right {
        width: 240px;
        position: absolute;
        right: 0px;
        background-color: inherit;
    }
*/

}