/************************************************************************************
max-width: 960
*************************************************************************************/
@media screen and (max-width: 960px) {
#pagewrap {
	width: 95%;
}
#content {
	width: 100%;
}
.footer-content {
	width: 100%;
	margin: 0;
	height:auto;
}
.footer-address {
	width: 100%;
	margin: 0;
}
.col-1 {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.col-2 {
	font-size: 12px;
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.col-3{
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.galeria {
	width: 100%;
	float:left
}
#map_canvas-2 {
	height: 400px; 
	width: 90%;
}
#locations-2 { 
    width: 90%;
	margin: 15px auto;
}
#locations-2 li { 
    width: 90%;
	margin: 15px auto;
	font-size:12px;
}
}

/************************************************************************************
max-width: 650
*************************************************************************************/
@media screen and (max-width: 650px) {
	
#header {
	height: auto;
}
#content {
	width: auto;
	float: none;
	margin: 20px 0;
}
.text-footer{
    line-height:35px;
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

html {
  -webkit-text-size-adjust: none;
}
.go-top{
	display: none;
}

}

