
/* responsive design stuff */
@media only all and (max-width: 480px) {
    .Banner .banner img,.Banner .bannerslider { height: auto !important; }
    .TopMenu a { padding-left: 10px; padding-right: 10px; }
    .Login { display: none; }
    .header .TopMenu { margin-left: 0px;}
    .breadcrumb .navigation { display: none; }
    .header .applicationarea { height: 120px; }
    .header .TopMenu { top: 5px; }
    .ProductManager .small_product_view { display:none !important; }
    .ProductManager .dummyproductmanagerclass { display:block; }
    .ProductList .boxview table { display: inline-block; }
    .ProductList .boxview table td { float: left; width: 100%; }
    .ProductList td { padding: 0px; }
}
@media only all and (max-width: 800px) {
    .gsarea[area="body"] .gscolumn.gscell,
    .gsarea[area="body"] .gscolumn.gscell .gsinner,
    .gsarea[area="footer"] .gscolumn.gscell,
    .gsarea[area="footer"] .gscolumn.gscell .gsinner
    { 
        width: 100% !important; 
        display:block !important; 
        float:none !important;
        box-sizing: border-box !important;
        height: auto !important;
        margin-top: 10px;
    }
    .gscontainer .gstabrow .gscolumn { padding: 3px; }
}
body { padding-bottom: 100px; }
.gsmobilefooter,.gsmobileheaderfull { display:none; }

.gsmobilemenu { position: fixed; width: 100%; bottom: 0px; height: 45px; background-color:#78b6e6; right:0px; color: #fff;z-index:6; }
.gsmobilemenuentry { 
    display:inline-block; width: 60px; font-size: 10px; padding-bottom: 3px; padding-top: 3px; cursor:pointer; 
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    border-right: solid 1px rgba(0,0,0,0.2);
border-bottom: solid 1px rgba(255,255,255,0.5);
    position:relative;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.gsmobilesearchbox input {
    width: 100%;
    height: 28px;
    border: solid 0px;
    border: saddlebrown;    
}
.gsmobilesearchbox .fa {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #fff;
    background-color: #bbb;
    width: 30px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    height: 22px;
    background-color:rgba(0,0,0,0.8);
}

.gsmobileheader .gsportraitimage { display:none; }
.gsmobileheader .gslandscapeimage { display:none; }

@media (max-width:800px) and (min-width:450px) { 
    .gsmobileheader .gslandscapeimage { display:block; }
}
@media (max-width:450px) and (min-width:0px) { 
    .gsmobileheader .gsportraitimage { display:block; }
}

.gsmobilesearchbox { position: fixed; height: 20px; width:100%; left: 0px; bottom:45px; display:none;padding: 5px;
height: 30px;
background-color: rgba(0,0,0,0.8); }
.gsmobilemenu a { color:#fff; }
.gsucell:hover .gsmobileoptions { opacity:1; }
.gsmobilemenu .gsslideleft { position:absolute; display:none; }
.gsmobilemenuentry i { font-size: 30px; display:block; }
.gsmobileoptions { position: absolute;
display: block;
left:0px;
opacity: 0;
text-align: right;
padding: 5px;
background-color: rgba(0,0,0,0.9);
width: 100%;
z-index: 1;
color: #fff;}
.gsmobileoptions .gsoperatecell { margin-right: 10px; }
.gsmobileoptions .gsoperatecell:hover { color:#bbb; font-weight: bold; cursor:pointer; }
.gsmobileoptions .gscaretleft { left: 15px;  }
.gsmobileoptions .gscaretright { right: 15px;  }
.gsmobileoptions .gscaret { position: absolute; font-size: 30px; top: 12px; color:rgba(0,0,0,0.8);}
.gshiddenonmobile { color:red; }
.gsmobileheader { text-align:center;}
.gsmobileheader .ImageDisplayer .imagecontainer img { width: auto; max-height: 60px; }
.gsmobilemenuinstance { position: absolute; width: 100%; background-color:rgba(43,43,43,1); z-index: 5;left: 0px; display:none; top:0px; padding-bottom: 100px; min-height:100%; }
.gsshopcartcount { position: absolute; right: 5px; top: 4px; background-color:rgba(0,0,0,0.2); border-radius: 3px; padding: 3px; font-size: 16px; }
.Menu .menuentries.horizontal .entries .entries { display:block !important; position:relative !important; }