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



		

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

#productcontainer,
#newscontainer,
#vendorcontainer,
#about,
#projectbuttoncontainer,
div.headingcontainer,
div.project{
	width:95%!important;
	margin:0 auto;
}
.projectrow3,
.projectrow4{
	width:100%!important;
	margin:0!important;
	left:0!important;
}
#menu-button #share,
#menu-button #search,
#menu-button .login,
#menu-button #langmenu{
	float:right;
	margin-top:17px;
	margin-right:0px;
	font-weight: bold;
}
#menu-button #resplogo{
	width:60px;
	transition: all 0.5s;
}
#frontslider{
	width:95%;
	margin-left:2.5%;
}
.sliderarrow{
	display: none;
}
#about div.col:last-of-type,
.news #footercontainer #about div.col:last-of-type,
.text #footercontainer #about div.col:last-of-type,
.contacts #footercontainer #about div.col:last-of-type{
	border:0;
	padding-top:10px;
	margin-top:10px;
	border-top:solid 1px #FFF;
}
#newslist div.news>div img{
	max-height:300px;	
}
#newslist div.news>div:first-child{
	float:none;
	margin:auto;
	width:90%;
}
#contentcontainer .contacts2 form label{
	text-align:right;
	width:42%;
	clear: left;
	height:30px;
}
#contentcontainer .contacts2 form input[type="text"],
#contentcontainer .contacts2 form input[type="password"],
textarea{
	width:56%;
	float:left;
}
#contentcontainer .contacts2 form input[type="submit"]{
	clear: both;
	margin-left:50%
}
#contentcontainer .contacts2 form input.captcha{
	float:right;	
}
.profile .contacts2 form {
	width:100%!important;
}
.profile .contacts2 form label{
	width:42%!important;
	text-align: right!important;
}
.profile .contacts2 form input[type="text"],
.profile .contacts2 form input[type="password"]{
	width:56%!important;
}
div.popup div.popbuttoncontainer{
	width:100%;
}
div.popup .button{
	margin-left:1%;
}
.text #text #contentcontainer>.section.group form table{
	width:90%;
}
.text #text #contentcontainer>.section.group form table span.errormsg{
	position: relative;
	top:0;
	left:0;
	margin:0;
	margin-bottom:5px;
}
.text #text #contentcontainer>.section.group table.carttable{
	width:100%;
}