.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

#sp-copyright-row {
	text-align: center;
}

#sp-main-body {
    padding: 20px;
}

#sp-footer {
    color: #333333;
    text-align: left;
    padding: 60px 0;
}


/* =========== Fox Contact ==========*/

div#fox-container-m92 .fox-form select, div#fox-container-m92 .fox-form input[type="text"] {
    height: 50px; /*Alterar a altura dos inputs*/
}

div#fox-container-m92 .btn {
    background-color: #26aae1 !important; /*Alterar a cor do botão*/
    background-image: none !important;
}

div#fox-container-m92 span.caption {
    color: #fff !important; /*Alterar a cor do texto*/
    text-shadow: none !important;
    padding: 10px 20px; /*Alterar a largura e altura do botão*/
}


/* ========== Midia Query ========== */

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 320px) {
	
}
/*Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
		
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}
/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {

}
