/*
==============================================
Responsive Style (max-width : 1180px)
==============================================
*/

@media only screen and (max-width : 1180px) {

	/* Home Page
	------------------------------------------*/

}


/*
==============================================
Responsive Style (max-width : 1024px)
==============================================
*/

@media only screen and (max-width : 1024px) {

	/* Home Page
	------------------------------------------*/


}


/*
==============================================
Responsive Style (max-width : 860px)
==============================================
*/

@media only screen and (max-width : 860px) {

	/* Home Page
	------------------------------------------*/

}


/*
==============================================
Responsive Style (max-width : 767px)
==============================================
*/

@media screen and (max-width : 767px) {

	/* Home Page
	------------------------------------------*/
	.woowMainMenu ul{
		float: left;
	}

	.camera_caption > div{
		padding-top: 40%;
	}

}


/*
==============================================
Responsive Style (max-width : 568px)
==============================================
*/

@media screen and (max-width : 568px) {

	/* Home page
	------------------------------------------*/
	.card .contentGaleria{
		top: 15%;
	}

	.camera_caption > div{
		padding-top: 50%;
	}


}


/*
==============================================
Responsive Style (max-width : 480px)
==============================================
*/

@media only screen and (max-width : 480px) {

	/* Home Page
	------------------------------------------*/
	.card .contentGaleria{
		top: 5%;
	}

	/* Page contactenos
	------------------------------------------*/
	.woowFormContacto input{
		width: 100%;
	}
}
