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

header .logo{ text-align: center }
header .languageAndLogin, header .social{text-align: center}
header nav{margin-top:10px}
.news-item{height: auto !important}
#omw_paging{width: 100% !important}
.omw_gallery{height:auto !important}
#custom-toggle{position: absolute;top:0px;left:0}
.video iframe{height:200px !important;}
.omw_loginBox{width:100% !important}
.omw_loginBox.rightbox{margin-top:50px}

form#omw_registerform label,form#omw_feedbackform label,
form#omw_registerform input[type='text'],
form#omw_registerform input[type='password'],
form#omw_registerform textarea,form#omw_feedbackform textarea ,
form#omw_registerform select{width:100% !important;margin-left:0 !important}
form .omw-form-margin-left{margin-left:0 !important}
div.fieldset h2.legend{width: 80% !important}

.body-container-detail h1.content-title{width: 100%;position: static;margin-top:-40px;margin-bottom:10px;margin-left:0 !important}
.body-container-detail.content h1.content-title{margin-top:-40px !important;margin-left:0 !important}
.breadcrumbs{margin-top:0}


/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr { 
	display: block; 
}
td{margin-top:20px !important}
	

/*  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;
}