/* header */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #fff;
}

a { text-decoration:none; outline:0; }

h1, h2, h3, h4 {
	font-family: 'Electrolize', sans-serif;
	color: #000;
	text-transform: uppercase;
}

h1.pre-header  {
	font-size: 20px;
	text-align: right;
	color: #000;
	line-height: 1.7;
}

h2 {
	line-height: 1.3;
	margin-bottom: 30px;
}

button:focus,
.btn:focus {
	outline: none;
}

label { font-weight: normal; }
label span { color: #000; }
label span:after { content: " *"; }

.graytext {
	color: #696a6c;
}

.header,
.main-content,
.contact-form-container,
.footer-container {
	padding-bottom: 50px;
}

.header {
	padding-bottom: 20px;
}

.main-content img.main-image {
	margin-left: auto;
	margin-right: auto;
}

.contact-form-container {
	padding-top: 30px;
	background-color: #fd180d;
	color: #fff;
}

.contact-form-container h1 {
	color: #fff;
	margin: 30px 0 30px;
}

.contact-form-container .help-block {
	color: #000;
}

.contact-form-container textarea {
	height: 200px;
}

.contact-form-container .sent {
	font-size: 20px;
	color: #000;
	padding-bottom: 40px;
}

.elportal button.btn {
	font-family: 'Electrolize', sans-serif;
}

.footer-container {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
	background-color: #2d2d2d;
	color: #fff;
	line-height: 1.8;
}

.footer-container i.fa {
	padding-right: 5px;
}

.footer-container a {
	color: #fff;
}

.footer-container .telefono {
	text-align: left;
}

.footer-container .email {
	text-align: center;
}

.footer-container .skype {
	text-align: right;
}

.footer-container .location {
	padding-top: 30px;
}

.footer-container .copyright {
	text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media (min-width: 768px) and (max-width: 1000px) {

}

@media only screen and (max-width : 1199px) and (min-width : 993px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.elportal .header img {
		margin-left: auto;
		margin-right: auto;
	}

	h1.pre-header {
		text-align: center;
		margin-top: 0px;
		font-size: 18px;
	}

	.header,
	.main-content {
		padding-bottom: 0px;
	}

	.main-content h2 {
		text-align: center;
	}

	.contact-form-container {
		padding-top: 20px;
	}

	.contact-form-container h1 {
		font-size: 24px;
		margin: 20px 0 20px
	}

	.footer-container .telefono {
		text-align: center;
	}

	.footer-container .email {
		text-align: center;
	}

	.footer-container .skype {
		text-align: center;
	}

	.footer-container .copyright {
		text-align: center;
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
