@charset "UTF-8";

/* 

SALICE WEBSITE AW 2011-2012/AW 2012-2013/SUMMER 2013

INDEX PAGE STYLES

AUTHER: ROBERT CURRAN

CREATED: 11TH SEPTEMBER 2011

LAST UPDATED: 24TH AUGUST 2014

*/

/* ---------------------- SLIDER STYLES -------------- */

#home-slider{
	width: 900px;
	height: 450px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}


.bx-pager{
	height: 12px;
	max-width: 500px;
	position: absolute;
	bottom: 24px;
	left: 5px;
	overflow: hidden;
}

.bx-pager a{
	display: block;
	height: 12px;
	width: 12px;
	margin-left: 12px;
	float: left;
	background-image: url(../site/home/bx-pager-a.png);
	font-size: 0px;
}

.bx-pager a.pager-active{
	background-image: url(../site/home/bx-pager-a-active.png);
}
/* -------------------------------------------------- */


.block265{
	width: 265px;
	height:200px;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
}

.block265 img{
	width: 265px;
	height: 170px;
}

.block350{
	width: 350px;
	height: 200px;
	margin: 0 10px 10px 10px;
	float: left;
	position: relative;
}

.block350 img{
	width: 350px;
	height: 170px;
}

.block320{
	width: 320px;
	height: 200px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
}

.block5700{
	width: 320px;
	height: 200px;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
}

.special{ border:1px solid #CCCCCC;height:198px;width:263px; }

.black{
	background-color: #000;
}

.grey{
	background-color: #BCBEC0;
}

.titleBlock{
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

p.title{
	font-size: 11px;
	margin-top:13px;
	line-height: 12px;
	padding-left: 5px;
	color: white;
}

/* ---------- NEWSLETTER SIGNUP BLACK STYLES ----------*/
		
#sign-up img{
	display: block;
	margin: 5px 0 5px 86px;
}

#news p{
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.label{
	float: left;
	width: 80px;
	margin-right: 5px;
	text-align: right;
}

input{
	width: 190px;
	height: 20px;
}

p#third_party{
	text-align: center;
	font-size: 9px;
}

#spam{
	display: none;
}

#submit{
	width: 100px;
	margin: 0 0 10px 110px;
}

/* ----------------------------------------------------*/

#lens{
	height: 200px;
	width: 570px;
	margin: 0 0 10px 0;
	float: left;
	background-color: #BCBEC0;
	position: relative;
}
	#lens-info{
		height: 150px;
		width: 294px;
		margin: 10px 10px 10px 10px;
		float: left;
	}
	#lens-info p{
		font-size: 13px;
		margin: 0 5px 10px 5px;;
		text-align: justify;
	}
	#lens img{
		display: block;
		margin: 10px 0 10px 0;
		float: left;
	}
	#lens-title{
		height: 30px;
		width: 570px;
		background-color: black;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

#factory{
	height: 200px;
	width: 570px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
	#factory-title{
		height: 30px;
		width: 570px;
		background-color: black;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

#clear{
	clear: both;
	float: none;
}

@media only screen and (max-width: 500px){

	#home-slider{
		width: 100%;
		height: auto;
		margin-bottom: 25px;
	}
	
	#home-slider div a img{
		width: 100%;
		height: auto;
	}
	
	.bx-pager{
		max-width: 100%;
		bottom: 5px;
	}
		
	.block265, .block350, .block320, #factory, #lens{
		float: none;
		margin: 10px auto;
		width: 100%;
		height: auto;
		border:1px solid #CCCCCC;
		width:300px;
		overflow: hidden;
	}
	
	#factory-title, #lens-title{
		width: 100%;
	}
	
	#lens-info{
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 10px;
	}
	
	.block265 img, .block350 img, .block320 img, #factory img{
		width: 100%;
		height: auto;
	}
	
	#lens img{
		float: none;
		width: 100%;
		height: auto;
	}
	
	#sign-up img{
		width: 50%;
		height: auto;
		padding-top: 10px;
	}
	
}