/* 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: 220px;*/
	height: 90px;
}

.main-nav,
.small-height .inner-nav ul li a,
.small-height {
    height: 90px !important;
}
.small-height .inner-nav ul li a {
	line-height: 90px !important;
}

.main-nav .full-wrapper,
.top-bar .full-wrapper {
	margin: 0 60px;
}
.main-nav,
.mn-sub {
    background: #fff;
    background-color: #fff;
}
.inner-nav ul li a,
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
	color: #828282;
	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
}

.top-bar {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #e6e6e6;
}
.top-bar .full-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
    padding-bottom: 5px;
}
/*.top-bar .full-wrapper:before,
.top-bar .full-wrapper:after {
	content: none;
}*/
/*.top-bar .left,
.top-bar .right {
	float: none;
}*/
.top-bar p {
	color: #fff;
	margin: 10px 0;
}
.top-bar a {
	text-decoration: none;
}
.top-bar i {
	font-size: 18px;
	vertical-align: middle;
}
.top-options .dropdown-menu.show {
	z-index: 1050;
}

.top-bar ul,
.footer .footer-social {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.top-bar .top-social {
	margin-right: 40px;
}
.top-bar ul li,
.footer .footer-social li {
	display: inline-block;
}
.top-bar .top-social li,
.footer .footer-social li {
	background-color: #ababab;
	color: #fff;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0 3px;
}
.top-bar .top-social li a,
.top-bar .top-social li a:hover,
.footer .footer-social li a,
.footer .footer-social li a:hover {
	display: block;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
}
.top-bar .top-options li {
	font-size: 12px;
	margin-right: 15px;
}

/*.mobile-nav .fa {
	color: #fff;
}*/

.font-bold {
	font-weight: bold;
}

.nav-search {
	margin-left: 50px !important;
	margin-right: 120px !important;
}

.banner-height-md,
.banner-height-sm{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-height-md{
    height: 500px;
}
.banner-height-sm{
    height: 300px;
}

.home-section {
	width: auto;
	background-position: center;
	background-attachment: scroll;
	/*margin: 0 60px 60px;*/
}
.home-section:before {
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
}
.home-section h1 {
	max-width: 900px;
	color: #fff;
    font-size: 32px;
	font-family: 'Libre Baskerville', serif;
    margin: 0 auto;
}

.section-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-bottom: 2px;
	border-bottom: 30px solid #000;
	background-position: center;
	min-height: 350px;
}
.section-banner.section-banner-small {
	min-height: 280px;
}
.section-banner .header-title {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0;
}

.section-nopadding {
	padding: 0 !important;
}

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

.section-interior h2.section-title,
.blog-item-body .section-title {
	color: #111;
}

.section-interior h3.section-title {
	color: #333;
	text-align: left;
}

.section-text {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.button-info,
.button-info:hover,
.button-block,
.button-block:hover {
	color: #fff;
	background-color: #222;
	text-decoration: none;
	padding: 5px;
}
.button-block {
	display: block;
	font-size: 34px;
}

.footer {
	background-color: #424242;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.footer-top {
	padding: 70px 0;
}
.footer .instagram-title {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
}
.footer .instagram-title i {
	margin-right: 10px;
}
#instagram-feed {
	margin: 40px 0 80px;
}
#instagram-feed > div {
	padding: 0;
}
.footer-title {
	position: relative;
}
.footer-title:after {
	content:'';
	position: absolute;
	left:0;
	bottom:100%;
	margin:15px 0;
	width:40px;
	height:1px;
	background:#fff;
}
.footer p {
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer a,
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer #email {
	width: 100%;
	border-radius: 0;
	margin: 10px auto;
}
.footer #submit,
.footer #submit:hover {
	display: block;
	width: 100%;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	margin: 0 auto;
}

/*.footer-newsletter #nom,
.footer-newsletter #email,
.footer-newsletter #nlTitulo {
	color: #fff;
	background-color: #5c5c5c;
	border: none;
	border-radius: 0;
	margin: 5px auto;
}

.footer-newsletter #nom::placeholder,
.footer-newsletter #email::placeholder,
.footer-newsletter #nlTitulo::placeholder {
	color: #fff;
}*/

/*.footer #email {
	width: 100%;
	border-radius: 0;
}
.footer #submit,
.footer #submit:hover {
	display: block;
	background-color: #fff;
	color: #111;
	border-radius: 0;
	margin: 0 0 0 auto;
}*/

.footer-bottom {
	background-color: #000;
	text-align: center;
	padding: 20px 0;
}
.footer-bottom p {
	font-size: 14px;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.top-bar .full-wrapper {
		margin: 0;
	}
	.top-bar .top-social {
		margin-right: 30px;
	}
	.nav-logo-wrap .logo {
		max-width: 80px;
	}
	.footer #email,
	.footer #submit,
	.footer #submit:hover {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.footer #email,
	.footer #submit,
	.footer #submit:hover {
		width: 285px;
	}
}
@media (min-width: 768px) {
	.top-bar p {
		font-size: 12px;
	}
	/*.nav-logo-wrap .logo {
		max-width: 270px;
	}*/
	.home-section {
		margin: 0 60px;
	}
	.home-section-full {
		margin: 0 60px 60px;
	}
	.home-section h1 {
	    font-size: 42px;
	}
	.section-title {
		font-size: 38px;
		line-height: 38px;
	}
	.section-title .heading-smaller {
		font-size: 28px;
		line-height: 28px;
	}

	.footer-info {
		padding-right: 60px;
	}
}
@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: 16px;
	}
}

/* Inici */
.page-intro .lead-title {
	font-family: 'Libre Baskerville', serif;
    font-size: 42px;
	font-weight: 400;
	color: #595959;
	margin: 0 0 50px;
}
.page-intro .lead:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #857040;
    margin-bottom: 1rem;
}
.page-intro .intro-text {
	color: #595959;
	font-size: 16px;
	/*padding-left: 100px;*/
}

.serveis-section,
.botiga-section {
	background-color: #fff;
}
.serveis-section h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
.serveis-box {
	margin-bottom: 60px;
}
.serveis-info {
	background-color: #fff;
	padding: 30px;
}
.serveis-name {
	font-family: 'Libre Baskerville', serif;
	color: #595959;
	font-size: 26px;
	margin-bottom: 10px;
}
.serveis-text {
	/*min-height: 50px;*/
	color: #595959;
	font-size: 16px;
	margin-bottom: 20px;
}
.serveis-section .button-info,
.serveis-section .button-info:hover {
	color: #fff;
	background-color: #97cba5;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px;
}
.serveis-info .button-info,
.serveis-info .button-info:hover{
	display: inline-block;
	padding: 10px 15px;
}
.serveis-section .button-more,
.serveis-section .button-more:hover {
	display: block;
	max-width: 270px;
	margin: 0 auto;
}

#productes-destacats {
	background-color: #efeee9;
}
#productes-destacats h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
.productes-box {
	margin-bottom: 60px;
}
/*.productes-box:nth-child(odd) {
	padding-right: 40px; 
}
.productes-box:nth-child(even) {
	padding-left: 40px; 
}*/
.productes-info {
	position: relative;
	background-color: #fff;
	padding: 30px;
}
.productes-name {
	min-height: 60px;
	color: #595959;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
}
.productes-price {
	color: #595959;
	font-size: 26px;
	margin-bottom: 20px;
}
.botiga-section .button-info,
.botiga-section .button-info:hover{
	color: #fff;
	background-color: #97cba5;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px;
}
.productes-info .button-info,
.productes-info .button-info:hover{
	display: inline-block;
	padding: 10px 15px;
}
.botiga-section .button-more,
.botiga-section .button-more:hover {
	display: block;
	max-width: 270px;
	margin: 0 auto;
}
.botiga-section .button-cart {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.botiga-section .button-cart img {
	max-width: 50px;
}

/*.banner-section .row {
	padding: 70px 0;
}
.banner-section #row-logos {
	background: rgba(0,0,0, .6);
	overflow: auto;
}
#row-logos .link-marques p {
	text-align: center;
	color: #fff;
}

.banner-section #row-info {
	background: rgba(255,255,255, .15);
}

.banner-section p {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}
.banner-section p span {
	font-size: 64px;
	font-weight: 700;
}

.scroll-down {
	bottom: 40px;
}
.scroll-down:before {
	width: 30px;
	height: 30px;
}
.scroll-down-icon {
	width: 20px;
	height: 20px;
	font-size: 24px !important;
}*/

@media (max-width: 767px) {
	.footer .row-info > div {
		margin: 30px 0;
	}
}
@media (max-width: 576px) {
	.productes-img {
		width: 100%;
	}
}
@media (max-width: 480px) {
}
@media (min-width: 768px) {
	.page-intro .intro-text {
		padding-left: 100px;
	}
	#inici-serveis .serveis-box:nth-child(odd) {
		padding-right: 40px; 
	}
	#inici-serveis .serveis-box:nth-child(even) {
		padding-left: 40px; 
	}
	.serveis-text {
		min-height: 100px;
	}
	.botiga-section .button-cart img {
		max-width: 20px;
	}
}
@media (min-width: 992px) {
	.serveis-text {
		min-height: 75px;
	}
	.botiga-section .button-cart img {
		max-width: 50px;
	}
}
@media (min-width: 1200px) {
	.serveis-name {
		font-size: 32px;
	}
	.serveis-text {
		min-height: 50px;
	}
}
@media (min-width: 1500px) {
}

/* PRESENTACIO */

#presentacio-equip {
	background-color: #f5f4f2;
}
#presentacio-equip h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
.equip-box {
	margin-bottom: 60px;
}
.equip-info {
	position: relative;
	z-index: 2;
	padding: 40px;
}
.equip-name {
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	font-size: 26px;
	background-color: #857041;
	padding: 20px;
	/*margin-top: -120px;*/
	margin-top: -62px;
	margin-bottom: 30px;
}
.equip-name:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}
.equip-carrec {
	color: #857041;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.equip-text {
	color: #595959;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 20px;
}

/* Serveis */
.interior-intro {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0;
	margin: 20px 30px;
}
.interior-intro .intro-breadcrumbs p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}
#serveis-content,
#serveis-detall {
	/*background-color: #f5f4f2;*/
	padding-left: 60px;
	padding-right: 60px;
}
/*#serveis-content h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}*/
@media (min-width: 768px) {
	.interior-intro {
		margin: 20px 60px;
	}
	.interior-intro .intro-breadcrumbs p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	#serveis-content .serveis-box {
		padding-left: 30px;
		padding-right: 30px; 
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	#serveis-content .serveis-name {
		min-height: 102px;
	}
	.serveis-text {
		min-height: 100px;
	}
}
@media (min-width: 1300px) and (max-width: 1899px) {
	#serveis-content .serveis-name {
		min-height: 102px;
	}
	.serveis-text {
		min-height: 75px;
	}
}

/* Serveis detall */
#serveis-detall h2 {
	text-align: left !important;
}
.serveis-detall-box {
	/*
	padding-bottom: 20px;
	border-bottom: 1px solid #857040;
	*/
	margin-bottom: 30px;
}
.serveis-detall-box p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
/*.serveis-detall-box .serveis-detall-name {
	font-size: 24px;
	font-weight: bold;
}*/
.serveis-detall-box .serveis-detall-text {
	font-weight: 300;
	margin-bottom: 10px;
}
@media (max-width: 991px) {
	.serveis-detall-box .col-7 {
		text-align: right;
	}
}


/* Botiga */
/*#botiga-content {
	padding-left: 60px;
	padding-right: 60px;
}*/
.col-categories {
	font-size: 20px;
	font-weight: 300;
}
.col-productes .productes-name,
.col-productes .productes-price {
	font-size: 20px;
}

.col-productes .button-cart img {
	max-width: 30px !important;
}
@media (min-width: 768px) {
	#botiga-content {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (min-width: 1200px) {
	.col-categories {
		font-size: 24px;
		font-weight: 300;
	}
	.col-productes .productes-name,
	.col-productes .productes-price {
		font-size: 26px;
	}
	.col-productes .button-cart img {
		max-width: 50px !important;
	}
}

/* Experiencia SPA */
#experienciaspa-content {
	padding-left: 20px;
	padding-right: 20px;
}
#experienciaspa-content .row {
	margin-bottom: 90px;
}
.text-square .lead-title {
	font-family: 'Libre Baskerville', serif;
    font-size: 28px;
	font-weight: 400;
	color: #595959;
	margin: 0 0 15px;
}
.text-square .lead:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #857040;
    margin-bottom: 1rem;
}
/*.text-square h3 {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: bold;
	color: #c72256;
	margin-top: 0;
}*/
.text-square p {
	font-size: 14px;
}
.text-square .button-info {
	font-size: 20px;
}
#experienciaspa-content .row .col-img img {
	width: 100%;
}

@media (min-width: 576px) {
	.row-reverse .text-square-container {
		order: 2;
		text-align: right;
	}
	.row-reverse .lead:before {
	    margin-left: auto;
	    margin-right: 0;
	}
	.row-reverse .col-img {
		order: 1;
	}
}
@media (min-width: 768px) {
	#experienciaspa-content {
		padding-left: 80px;
		padding-right: 80px;
	}
	.text-square-container {
		position: relative;
	}
	.text-square {
		position: absolute;
		z-index: 2;
		top: 10px;
		left: 0;
		width: 450px;
		height: 280px;
		padding: 10px 20px;
		background-color: #fff;
	}
	.row-reverse .text-square {
		left: auto;
		right: 0;
	}
	.text-square p {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.text-square {
		top: 40px;
		width: 560px;
		height: 290px;
		padding: 35px 30px;
	}
	.text-square .lead-title {
		font-size: 32px;
		margin: 0 0 25px;
	}
}

@media (min-width: 1200px) {
	#experienciaspa-content {
		padding-left: 120px;
		padding-right: 120px;
	}
	.text-square {
		top: 50px;
		width: 700px;
		height: 350px;
		padding: 50px;
	}
	.row-reverse .text-square {
		left: auto;
		right: 0;
	}
	.text-square .lead-title {
		font-size: 36px;
		margin: 0 0 50px;
	}
	.text-square p {
		font-size: 16px;
		padding-left: 70px;
	}
}
@media (min-width: 1500px) {
	.text-square {
		top: 90px;
		width: 800px;
		height: 400px;
		padding: 50px;
	}
	.text-square .lead-title {
		font-size: 42px;
	}
	.text-square p {
		font-size: 17px;
		padding-left: 100px;
	}
}

/* Etiquete */
#etiquete-content .info-item {
	margin-bottom: 80px;
}
#etiquete-content .lead-title {
	font-family: 'Libre Baskerville', serif;
    font-size: 32px;
	font-weight: 400;
	color: #595959;
	margin: 0 0 15px;
}
#etiquete-content .lead:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #857040;
    margin-bottom: 1rem;
}
.etiquete-padding p {
	padding-left: 60px;
}

/* Contacte */
#contacte-content .row {
	padding-left: 20px;
	padding-right: 20px;
}
#contacte-content .row .col-md-6 {
	margin-bottom: 40px;
}
#contacte-content .lead-title {
	font-family: 'Libre Baskerville', serif;
    font-size: 28px;
	font-weight: 400;
	color: #595959;
	margin: 0 0 15px;
}
#contacte-content .lead-title:hover {
	color: #595959;
}
#contacte-content .lead:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #857040;
    margin-bottom: 1rem;
}
#contacte-content input[type=text],
#contacte-content input[type=email] {
	border: none;
	border-bottom: 1px solid #595959;
	border-radius: 0;
}
#contacte-content input[type=submit] {
	background-color: #97cba5;
}
#contacte-content iframe {
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
@media (min-width: 768px) {
	#contacte-content .row {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media (min-width: 992px) {
	#contacte-content .row {
		padding-left: 120px;
		padding-right: 120px;
	}
}
/*#contacte {
	padding-top: 0;
}
#contacte iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}
#contacte .btn,
#contacte .btn:hover {
	background-color: #2d2d2d;
}*/

.contacte-resultat .panel-body,
.contacte-error .panel-body {
	padding: 20px;
}
.contacte-resultat .panel-body p,
.contacte-error .panel-body p,
.newsletter-resultat .panel-body p {
	margin: 0;
}
.contacte-resultat .panel-error,
.contacte-error .panel-error,
.newsletter-resultat .panel-error {
	border: 1px solid #ffaaaa;
}
.contacte-resultat .panel-success,
.newsletter-resultat .panel-success {
	border: 1px solid #d6e9c6;
	margin-top: 10px;
}
footer .contacte-error {
	margin-top: 10px;
}
#form-newsletter label,
footer .contacte-error {
	font-size: 12px;
}