/*************************/
/* PRODUCTS INDEX STYLES */
/*************************/

#catalogue {
	width: 184px;
	height: 128px;
	padding: 8px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	border: solid 1px #CCC;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 4px #BBB;
	-moz-box-shadow: 0 0 4px #BBB;
	box-shadow: 0 0 4px #BBB;
}
#catalogue > div {
	width: 100%;
	height: 100%;
	background-color: #F0B800;
}
#close-button {
	width: 24px;
	height: 24px;
	padding: 0;
	position: absolute;
	top: -8px;
	right: -8px;
	margin: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #181818;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
}
#download-title {
	width: 184px;
	float: left;
}
#download-title p {
	max-width: 86px;
	margin: 8px;
	float: left;
}
#download-title span {
	font-size: 25px;
}
#download-title img {
	height: 64px;
	padding: 8px;
	float: left;
	margin-left: 8px;
}
#download-button {
	display: block;
	width: 152px;
	height: 16px;
	padding: 8px;
	float: left;
	margin: 8px;
	background-color: #FFF;
	text-align: center;
}

/* TABLET */
@media screen and (min-width: 971px) and (max-width: 1280px) {
	
}

@media screen and (min-width: 661px) and (max-width: 970px) {
	.media {display: none;}
}

/* SMARTPHONE */
@media screen and (max-width: 660px) {
	.media {display: none;}
}