/**************************************************/
/* MEDIA QUERIES
/**************************************************/
@media only screen and (max-width: 1200px) {
	.container {width: 100% !important;}
	.row {margin-left: 0 !important; margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
	#content {padding-top: 43%; text-align: center;}
	#contact {margin-top: 6%; border-left: initial;}
	#contact p {width: 100%;}
}
@media only screen and (max-width: 480px) {
	.col-md-6, .col-sm-6, .col-xs-12 {padding-left: 0; padding-right: 0;}
	#content {background-image: url(../images/bkg-content-mobile.png); padding-top: 55%;}
	#contact span:nth-of-type(2) {word-wrap: break-word;}
}












