/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */


	
		header {
			width: 100%; /* 450px / 480px */
            padding: 15px 0;
            background: none;
		}


		#maincontent{
			width: 93.75%; /* 450px / 480px */
            background: none;
            box-shadow: none;
		}
		
	
		.maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}

#topnav {display: display: block;
    
	display: block;
    float: none;
    width: 90%;
    margin: 0 auto;
	background:transparent;
}
#topnav img {
display:none;
}
#topnav a.active, #topnav a:hover {
    background:none;
}

#topnav a {
    display: block;
    color: #FFF;
    padding: 15px 10px;
    float: left;
    font-size: 1em;
    font-weight: bold;
    background-size: contain;
	width:100%;
}
#search {
float:none;
width:98%;
margin:0 auto;
display:flow-root;
}
/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
.span_2_of_4, .span_2_of_2 {
    width:100%;
}
/* Rewrites for MeanMenue */
nav {
    width: auto;
    background: #000 url('../assets/mobau-bg-main-nav.gif') repeat-x;
   height: auto;

}
nav ul#menu li a.firstlay {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.25em;
    padding: 15px;
}
.slider {
    display:none;
}
.teaser, .teaser:first-child, .teaser:last-child {box-shadow: none;}

nav ul#menu li {
    transition: none;
}
nav ul#menu li {margin-top:20px;}
.col.span_1_of_4.formset {
    margin-top: 5% !important;
}
p.order_price {
    font-size: 1.7em;
}


#productwrapper a.cta {
    float: right;
    display: inline;
    margin: 2% 2% 5% 1%;
    max-width: 90%;
    display: inline-block;
    float: none;

}

.table-wrapper-table {
overflow-x:scroll;
}


#slider {
    display: none;
}
#content .caption {
    position: relative;
    z-index: 100;
    /* left: 0; */
    /* top: 25%; */



}
    #content .caption h1{
        font-size: 2em;
    }
div.col.intropic {
    display: none;  
}
.collapse {
    width: 100%;
    margin: 10% 0;
}
.msf-content {

    padding: 0 5%;
}
h1 {
    font-size: 1.4em;
}
h2 {font-size: 1.2em}
p {1em}
.pricebox h4 {
    font-size: 1.2em;}
.msf-step span {
width: 35px;
    margin: 0 auto;
    overflow: hidden;
    color: transparent!important;
}

.msf-step {
    width: 15%!important;
    margin: 0 auto 2%!important;
}
.msf-view .span_3_of_8 {
    width: 100%;
    margin: 0 0 5% 0;
}
.form-group {
    margin-bottom:5%;
}
.panel {
    width: 89.1%;
    display:block;
}
.accordion-title span:after {
    content: "+";
    position: relative;
    font-size: 1.5rem;
    float: right;
}
.accordion-title.open span:after{
content: "-";
position: relative;
font-size: 1.5rem;
float: right;
}