@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle) */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad */
     
}
@media (min-width:961px)  { /* tablet, landscape iPad, */
  
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    #page .page_image {height: 500px;}   
    
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    #page .page_image {height: 500px;}   
}

/*
.dashboard .menuitem{                   background: #1f737c;}
.dashboard .menuitem.item-order {       background: #154d53;}
.dashboard .menuitem.item-personal {    background: #154d53;}
.dashboard .menuitem.item-shops{        background: #154d53;}
.dashboard .menuitem.item-akcio span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a1";
}
*/