@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;
	padding: 0 0 30px 0;
}

.content2 {
    width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
}

.content3 {
    width: 100%;
	height: auto;
	padding: 0;
}

#gallery {
	width: 90%;
	height: 250px;
    border-bottom-left-radius: 50px 50px;
}

#registration {
	width: 100%;
	height: 550px;
}

#register_btn {
	width: 100px;
	height: 100px;
	top: 10%;
	right: 20px;
}

/***************************************************
			        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_icon {
	width: 120px;
	height: 50px;
	margin: 20px auto 0;
	left: calc(50% - 60px);
	float: none;
	display: inline-block;
    justify-content: center;
    align-items: center;
}

#icon_text {
	margin: 0 0 5px 0;
	font-size: 9pt;
	line-height:15px;
}

.footer_icon {
	width: 30px;
	height: 30px;
	margin: 0 5px 0 5px;
}

#footer_text {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 7pt;
	line-height:20px;
	text-align: center;
}

#footer_text a{
	font-size: 8pt;
}

#footer_phone {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	font-size: 20pt;
	line-height:40px;
	float:left;
}
	
}