@media (max-width: 1000px) {	

.clickable {
	pointer-events: auto;
}

#up_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;
}

#down_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;	
}

.container {
    width: 0;
	height: 0;
	padding: 0;
}

.container2 {
    width: 100%;
	height: auto;
	padding: 0;
}

.content {
    width: 100%;
	height: auto;
}

.content2 {
    width: 100%;
	height: auto;
}

.content3 {
    width: 100%;
	height: auto;
	margin: -20px 0 -30px 0;
	background-image:url(../images/register2b.png);
}

#register_btn {
	width: 100px;
	height: 100px;
	top: 10%;
	right: 15px;
}

#registration {
	width: 90%;
	height: 550px;
}

#perspective {
    width: 100%;
	height: 300px;
	padding:0;
	margin:0 0 10px 0;
}

.picture {
	margin: 0 auto 20px;
}

.pic {
    width: calc(33.3% - 1px);
	height: auto;
	float:left;
	position:relative;
	border-right: 1px solid #967443;
}

.pic:last-child {
	border-right: 1px solid #efebe5;
}

/***************************************************
			        Footer
***************************************************/
#footer {
	width: 100%;
	height: auto;
	padding: 30px 0 20px 0;
	margin:0;
}

#matrix_logo {
	width: 50%;
	height: 60px;
	background-position: 90% 50%;
}

#BSS_logo {
	width: 50%;
	height: 80px;
	top: -10px;
	background-position: 10% 50%;
}
	
#footer_content {
	width: 90%;
	height: auto;
}

#footer_logo {
	width: 100%;
	height: 140px;
	margin: 0 0 5px 0;
}

#footer_phone {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	font-size: 20pt;
	line-height:40px;
}

#footer_text {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 7pt;
	line-height:20px;
	text-align: center;
}

#footer_text a{
	font-size: 8pt;
}
	
}