/* General */

body {
	font-family: 'Montserrat', sans-serif;
}

body a,
body a:hover,
body a:focus {
	text-decoration: none;
	color: inherit;
}

.fa {
	font-family: FontAwesome !important;
}

.nav-logo-wrap .logo {
	max-width: 80px;
}

.main-nav.dark {
    background-color: rgba(10,10,10, .8);
}
.inner-nav ul li a,
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
	color: #fff;
	font-size: 12px;
	letter-spacing: normal;
}

.font-color {
	color: #ea4c24 !important;
}
.font-bold {
	font-weight: bold;
}

.text-colorbg {
	display: inline-block;
	color: #fff;
	background-color: #ea4c24;
	padding: 5px;
	margin-bottom: 10px;
}

/*.home-banner{
    top: -75px;
}*/
.home-section {
	background-attachment: scroll;
}
.home-banner .home-text img {
	max-height: 300px;
}

.home-banner .home-text p {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.section-banner {
	padding-bottom: 2px;
	background-position: center;
}
.section-banner .header-title {
	color: #fff;
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
}

.page-section {
	padding: 50px 0;
}
.section-title {
	line-height: 32px;
	letter-spacing: inherit;
	text-transform: none;
	font-size: 32px;
	font-weight: 500;
	color: #ea4c24;
}
.section-title .heading-smaller {
	font-size: 22px;
	line-height: 22px;
}

/* Serveis */
#serveis .servei-img {
	max-width: 150px;
	border-radius: 50%;
	background-color: #000;
	padding: 30px;
	margin: 0 auto 10px;
}
#serveis .servei-name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #e35000;
	margin-bottom: 10px;
}

.section-parallax {
	padding: 220px 0;
}

.section-parallax p {
	display: inline-block;
	color: #fff;
	background-color: #e35000;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* Contacte */
.contacte-resultat .panel {
	margin-bottom: 10px;
}

.contacte-resultat .panel-body,
.contacte-error .panel-body,
.newsletter-resultat .panel-body {
	padding: 20px;
}
.contacte-resultat .panel-body p,
.contacte-error .panel-body p,
.newsletter-resultat .panel-body  {
	margin: 0;
}
.contacte-resultat .panel-error,
.contacte-error .panel-error,
.newsletter-resultat .panel-error {
	border: 1px solid #ebccd1;
}
.contacte-resultat .panel-success,
.newsletter-resultat .panel-success {
	border: 1px solid #d6e9c6;
}

.footer {
	background-color: #111;
	color: #fff;
	font-size: 16px;
	padding: 60px 0;
}
.footer p {
	line-height: 1.2;
	margin-bottom: 20px;
}
.footer img {
	margin-bottom: 15px;
}
.footer a,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer #submit,
.footer #submit:hover {
	width: 100%;
	background-color: #999;
	color: #fff;
	border-radius: 0;
}

@media (max-width: 480px) {
	.footer #submit,
	.footer #submit:hover {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.footer #submit,
	.footer #submit:hover {
		width: 285px;
	}
}
@media (min-width: 768px) {
	#serveis .row-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}

	.home-banner .home-text p,
	.section-parallax p {
		font-size: 28px;
	}

	.footer-info {
		text-align: left;
	}
}
@media only screen and (max-width: 1366px) {
	.inner-nav ul li {
		margin-left: 17px;
	}
}
@media (min-width: 992px) {
	.footer li {
		margin: 0 10px;
	}
}
@media (min-width: 1200px) {
	.inner-nav ul li a,
	.inner-nav ul li a:hover,
	.inner-nav ul li a.active {
		font-size: 14px;
	}
}