/* 
* Amazium V1.0.1
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/

/***** Place standard 960px view CSS under here *****/


/***** End *****/	

.swiper-slide, .swiper-wrapper, .swiper-container, .slidebox {
    aspect-ratio: 1.7;
    width: 100%;
    height: auto;
}

.swiper-slide {
    padding-bottom: 0;
    background-color: #fff;
    background-size: cover !important;
}
body {
    background-color: #FBFAF6;
}
.acco {
    display: none;
}
.open {
    cursor: pointer;
    padding-top: 4px;
}
.full img {
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}
.acco {
    padding-top: 2em;
}
p {
        line-height: 1.5em;
    padding-bottom: 1.5em;
}
.row {
    line-height: 1.5em;
}
.close {
    display: none;
}
.active {
    font-size: 0px;
}
.active .close {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.active .close:hover {
color: #997531;
}

.active .close:before {
    display: inline-block;
    vertical-align: bottom;
    padding-right: .5em;
    font-size: 20px;
    padding-bottom: 1px;
    content: "\00d7"; /* This will render the 'X' */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.grid_2 {
    width: 0px;
}


.row.top {
    background: url("../images/preuss-logo-small.png") no-repeat scroll 0 0 #FBFAF6;
    padding-bottom: 20px;
}
ul#menu {
margin-top: 83px;
}
img {
width: 200px;
}

/***** End *****/




} @media only screen and (max-width: 767px) {

/***** Place iPhone portrait view CSS under here (300px) *****/

.test-class								{ margin:0; padding:0; }
body {
background: #FBFAF6;
}
img {
float: none; width: 100%;
}
.row.top {
    background: url("../images/preuss-logo-small.png") no-repeat scroll -4px 0 #FBFAF6;
    padding-bottom: 20px;
    padding: 1.3em;
}
ul#menu {margin-top: 100px;}
h2 {
margin-left: 0;
}
.row {
    width: auto !important;
}

/***** End *****/


} @media only screen and (max-width: 767px) {
.row, .row .row, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 100%;
    display: block;
}
    .slidebox {
        margin-bottom: 1.5em;
    }

}