﻿@charset "UTF-8";

/*Media Queries*/
	
@media only screen and (max-width: 1024px) {

body {	background: #000;
		 }

#menu-horizontal { display: none; }

.ghost  { display: none; }

#center_home {  margin-left: 0;	
				float: left; 
				 }

#botoes-sociais { display: none;}

#right { display: none;}

}

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

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

}

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

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