/* reset CSS */

@keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'Bariol Light';
	src: url('../fonts/Bariol-Light.eot');
	src: url('../fonts/Bariol-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Bariol-Light.woff2') format('woff2'), url('../fonts/Bariol-Light.woff') format('woff'), url('../fonts/Bariol-Light.ttf') format('truetype'), url('../fonts/Bariol-Light.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bariol Regular';
	src: url('../fonts/Bariol-Regular.eot');
	src: url('../fonts/Bariol-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Bariol-Regular.woff2') format('woff2'), url('../fonts/Bariol-Regular.woff') format('woff'), url('../fonts/Bariol-Regular.ttf') format('truetype'), url('../fonts/Bariol-Regular.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bariol Bold';
	src: url('../fonts/Bariol-Bold.eot');
	src: url('../fonts/Bariol-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Bariol-Bold.woff2') format('woff2'), url('../fonts/Bariol-Bold.woff') format('woff'), url('../fonts/Bariol-Bold.ttf') format('truetype'), url('../fonts/Bariol-Bold.svg#Didot') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


* {
	padding: 0;
	margin: 0;
	outline: none !important;
}

html, body {
	max-width: 100%;
}

body {
	font-family: 'Bariol Regular', sans-serif;
	color: #000000 !important;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 21px;
}

.wrapper-1600 {
	max-width: 1600px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

b, .bold {
	font-family: 'Bariol Bold', sans-serif;
}

/* ---------------------------  CUSTOM  ---------------------------*/

.bg-menu {
	background: linear-gradient(180deg, rgba(152, 82, 81, 1) 0%, rgba(152, 82, 81, 0) 100%);
}

.bg-menu-dark {
	background: linear-gradient(180deg, rgba(152, 82, 81, 1) 0%, rgba(34, 34, 34, 1) 100%);
}

.bg-red-light {
	background: rgba(152, 82, 81, 1)
}

.bg-black-light {
	background: #222222;
}

.bg-grey-light {
	background: #F6F6F6;
}

.bg-white {
	background: #FFFFFF;
}

.bg-rifugio {
	background-image: url(../../images/varie/rifugi-header.svg);
	height: 150px;
	background-position: center right;
	background-repeat: no-repeat;
}

.text-red {
	color: #985251;
}

.text-grey {
	color: #666666;
}

.divider {
	height: 1px;
	width: 100%;
	background: #DEDEDE;
}

.btn-out {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #000;
	padding: 8px 20px;
	border-radius: 18px;
	text-align: center;
	border: 2px solid #000;
	text-transform: uppercase;
	display: inline-block;
}

.btn-out:hover {
	background: #000;
	color: #fff;
}

.btn-out-w {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 8px 20px;
	border-radius: 18px;
	text-align: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
}

.btn-out-w:hover {
	background: #fff;
	color: #985251;
}

.btn-out-r-small {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px !important;
	color: #985251 !important;
	padding: 8px 20px;
	border-radius: 20px;
	text-align: center;
	border: 2px solid #985251;
	text-transform: uppercase;
	display: inline-block;
}

.btn-out-r {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #985251;
	padding: 8px 20px;
	border-radius: 18px;
	text-align: center;
	border: 2px solid #985251;
	text-transform: uppercase;
	display: inline-block;
}

.btn-out-r:hover, .btn-out-r-small:hover {
	background: #985251;
	color: #fff !important;
}

.btn-w {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #985251;
	padding: 8px 20px;
	border-radius: 18px;
	text-align: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	background-color: #fff;
}

.btn-w:hover {
	opacity: 0.7;
	color: #985251;
}

.btn-r {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 18px;
	text-align: center;
	border: 2px solid #985251;
	text-transform: uppercase;
	display: inline-block;
	background-color: #985251;
}

.btn-r:hover {
	color: #985251;
	background: #ffffff;
}

.header {
	margin-top: 148px;
}

.title {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 40px;
}

.title-med {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 30px;
}

.subtitle {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 24px;
	line-height: 32px;
}

.text-big {
	font-size: 20px;
	line-height: 28px;
}

.text-med {
	font-size: 18px;
	line-height: 22px;
}

.text-small {
	font-size: 10px;
	line-height: 14px;
}

.boxParallax {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	height: 400px;
}

.boxParallax-01 {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
}

.boxParallax .overlay {
	background: rgba(0, 0, 0, 0.6);
	content: " ";
	height: 100%;
	width: 100%;
}

.boxParallax-01 .overlay {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	content: " ";
	height: 100%;
	width: 100%;
}

.box-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 180px;
		z-index: 1020;
}

/* ---------------------------  HEADER ---------------------------*/

.top-header {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-header a {
	color: #fff;
}

.top-header a:hover {
	opacity: 0.6;
}

.top-header .nav-link {
	display: block;
	padding: 0 0 0 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover, .nav-link.active {
	opacity: 0.6;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.15em;
	content: "";
	background-image: url(../img/icon-arrowdown-white.svg);
	background-size: 12px 6px;
	width: 12px;
	height: 6px;
	border-top: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 transparent;
	border-left: 0 solid transparent;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 65px;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: right;
	list-style: none;
	background-color: rgba(152, 82, 81, 1) !important;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0.2rem;
}

.top-header .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.navbar-brand {
	width: 280px;
}

.navbar.scrolled {
	background-color: rgba(152, 82, 81, 1) !important;
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(../img/icon-navbar-white.svg);
}

.navbar .nav-link {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	display: block;
	padding: 10px 0px !important;
	margin: 0 0 0 30px !important;
	padding: 0;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar .nav-link.white {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	display: block;
	background: #fff;
	padding: 10px 20px !important;
	color: #985251 !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	border-radius: 20px;
}

.navbar .nav-link.black {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	display: block;
	background: #000;
	padding: 10px 20px !important;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	border-radius: 20px;
}



/* ---------------------------  HOME  ---------------------------*/

.homeSlider .swiper {
	width: 100%;
	height: 100vh;
}

.homeSlider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.homeSlider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeSlider .swiper-slide .title {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 40px;
	color: #fff !important;
}

.homeSlider .swiper-slide .subtitle {
	font-family: 'Bariol Light', sans-serif;
	font-size: 24px;
	color: #fff !important;
}

.homeSlider .arrow {
	position: absolute;
	bottom: 5vh;
	z-index: 20;
}

.homeSlider .overlayer-slider:before {
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.newStrip .carousel-inner .carousel-item.active,
.newStrip .carousel-inner .carousel-item-next,
.newStrip .carousel-inner .carousel-item-prev {
	display: flex;
}


/* ---------------------------  CARD RIFUGIO  ---------------------------*/

.cardRifugio {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	text-align: left;
}

.cardRifugio .card-img, .cardRifugio .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cardRifugio .card-title {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #985251;
	margin-bottom: 0;

}

.cardRifugio .card-text {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	line-height: 15px;
}

.cardRifugio .card-flag {
	width: 20px;
	height: auto;
}

.cardRifugio a {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #985251;
	transition: all .2s ease-in-out;
	transform-origin: center left;
	display: inline-block;
}

.cardRifugio a:hover {
	transform: scale(1.1) !important;
}

/* ---------------------------  CARD ESCURSIONI  ---------------------------*/

.cardEscursioni {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	text-align: left;
}

.cardEscursioni .card-img, .cardEscursioni .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cardEscursioni .card-title {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #985251;
	margin-bottom: 0;

}

.cardEscursioni .card-text {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #000000
}

.cardEscursioni.card-flag {
	width: 20px;
	height: auto;
}

.cardEscursioni a {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #985251;
	transition: all .2s ease-in-out;
	transform-origin: center left;
	display: inline-block;
}

.cardEscursioni a:hover {
	transform: scale(1.1) !important;
}


/* ---------------------------  CARD SHOP  ---------------------------*/

.cardShop {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	text-align: left;
}

.cardShop .card-img, .cardShop .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cardShop .card-title {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #985251;
	margin-bottom: 0;

}

.cardShop .card-text {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #000000
}

.cardShop .card-flag {
	width: 20px;
	height: auto;
}

.cardShop a.more {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #985251;
	transition: all .2s ease-in-out;
	transform-origin: center left;
	display: inline-block;
}

.cardShop a.more:hover {
	transform: scale(1.1) !important;
}

/* ---------------------------  DETTAGLIO SHOP ---------------------------*/

.boxShop {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.boxShop .titleRed {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 26px;
	color: #985251;
	text-transform: uppercase;
}

.boxShop .titleBlack {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 30px;
	color: #000000;
}

.boxShop .title-small {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}

.boxShop .desc {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}

.boxShop .price {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 32px;
	color: #985251;
}

.boxShop .price-off {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 24px;
	color: #666666;
	text-decoration: line-through;
}

.boxShop .qty {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #985251;
	text-transform: uppercase;
}

.boxShop .color-white {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #dedede;
	margin-right: 5px;
}

.boxShop .color-white-small {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #dedede;
	margin-right: 5px;
}


.boxShop .accordion-item {
    background-color: #fff;
    border: 0px solid #DEDEDE !important;
	border-bottom: 1px solid #dedede !important;
	border-top: 0px solid #dedede !important;

}

.boxShop .row-tab {
	border-bottom: 1px solid #dedede !important;
}

.boxShop .row-tab {
	border-bottom: 1px solid #dedede !important;
}



/* ---------------------------  GALLERY ESCURSIONI ---------------------------*/


.slideGallery .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-shrink: unset !important;

}

.slideGallery .swiper-container {
	width: 100%;
	height: 100%;
}

.slideGallery .swiper-slide img {
	width: auto;
	height: 140px;
	object-fit: cover;
}



/* ---------------------------  CARD NEWS  ---------------------------*/

.cardNews .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
}

.cardNews .card-img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.cardNews .card-title {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;

}

.cardNews .card-text {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 12px;
	color: #000;
}

.cardNews .card-text.big {
	font-size: 16px;
}

.cardNews .card-date {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.cardNews a.more {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 12px;
	color: #985251;
	transition: all .2s ease-in-out;
	transform-origin: center right;
	display: inline-block;
}
.cardNews a.more.big {
	font-size: 16px;
	transform-origin: center left;
}

.cardNews a.more:hover {
	transform: scale(1.1) !important;
}


/* ---------------------------  FILTER  ---------------------------*/

.filter {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	font-size: 20px;
}


.filter a {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 20px;
	color: #000;
}


.filter a.cat {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 20px;
	color: #000;
}

.filter a.cat.active, .filter a.cat:hover {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 20px;
	color: #000 !important;
}

.filter a:hover {
	opacity: 0.75;
}

.filter span {
	vertical-align: middle;
}

.filter .form-label {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 16px;
	color: #985251;
	text-transform: uppercase;
}

/* input[type=range]::-webkit-slider-runnable-track {
	background: #03a9f4;
} */

.filter input[type=range]::-webkit-slider-thumb {
	background: #985251;
}

.filter input[type=range]:focus::-webkit-slider-thumb {
	background: #985251;
	box-shadow: none;
}

.filter .reset {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #666;
}

.filter .search .form-control {
	display: block;
	padding: 0 30px 0px 0;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid #ced4da !important;
	border-bottom: 1px solid #000000 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.filter .search .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.filter .search .form-control::placeholder {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 20px;
	color: #000;
}

.filter .search .btn {
	border: 0px solid transparent;
	padding: 0.375rem 0;
	border-radius: 0;
}

/* ---------------------------  FORM  ---------------------------*/

.form-check-label {
	color: #fff;
	font-size: 12px;
}

.form-check-label a {
	color: #fff;
	text-decoration: underline;
}

.form-check-label.dark {
	color: #000;
	font-size: 16px;
}

/* ---------------------------  DETTAGLIO RIFUGIO ---------------------------*/

.boxInfo {
	background-color: #985251;
	padding: 30px;
	margin-bottom: 30px;
}

/* ---------------------------  DETTAGLIO RIFUGIO ---------------------------*/

.boxRifugi {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.boxRifugi .titleRed {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 30px;
	color: #985251;

}

.boxRifugi .titleBlack {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 30px;
	color: #000000;

}

.boxRifugi a {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 16px;
	color: #985251;
	display: inline-block;
}



/* ---------------------------  DETTAGLIO RIFUGIO ---------------------------*/

.boxScheda .price {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 60px;
	color: #985251;
}

.boxScheda ol, ul {
	padding-left: 1rem;
	font-size: 20px;
	line-height: 26px;
}

.boxScheda ol>li {
	margin-bottom: 6px;

}

.boxScheda .text-note a:hover {
	opacity: 0.7;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid #DEDEDE !important;
}

.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-header {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 20px;
}

.accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #F6F6F6;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


.accordion-button::after {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	content: "";
	background-image: url(../img/icon-arrowdown-black.svg);
	background-repeat: no-repeat;
	background-size: 1rem;
	transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../img/icon-arrowdown-black.svg);
	transform: rotate(-180deg);
}

/* ---------------------------  FOOTER  ---------------------------*/

.footer {
	font-family: 'Bariol Regular', sans-serif;
	color: #fff;
	font-size: 16px !important;
	line-height: 22px;
}

.footer p {
	font-size: 16px !important;
	line-height: 22px;
	margin-bottom: 10px;
}

.footer h3 {
	font-family: 'Bariol Regular', sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 24px !important;
}

.footer a {
	color: #985251;
}

.footer a:hover, .subfooter a:hover {
	opacity: 0.6;
}

.footer .btn-r {
	font-family: 'Bariol Bold', sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 4px 16px;
	border-radius: 17px;
	text-align: center;
	border: 2px solid #985251;
	background-color: #985251;
	text-transform: uppercase;
	display: inline-block;
}

.footer .btn-r:hover {
	opacity: 0.6;
}

.subfooter {
	font-family: 'Bariol Regular', sans-serif;
	font-size: 12px;
	color: #000;
}

.subfooter ul {
	margin: 0;
	padding: 0;
}

.subfooter ul li {
	display: inline-block;
	margin-left: 15px;
}

.subfooter a {
	color: #000;
	text-decoration: none;
}

.subfooter a:hover {
	opacity: 0.6;
}



/* ---------------------------  LOGIN MODAL  ---------------------------*/

#loginModal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #985251;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
	color: #fff;
}

#loginModal .modal-header {
	border-bottom: 0px solid #dee2e6;
}

#loginModal .modal-footer {
	border-top: 0px solid #dee2e6;
	justify-content: flex-start;
}

#loginModal .btn-close {
	filter: invert(100%)
}


/*------------ RESPONSIVE MEDIA ------------*/

/* X-Small devices (portrait phones, less than 576px) */

/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

	.newStrip .carousel-inner .carousel-item-end.active,
	.newStrip .carousel-inner .carousel-item-next {
		transform: translateX(33.33%);
	}

	.newStrip .carousel-inner .carousel-item-start.active,
	.newStrip .carousel-inner .carousel-item-prev {
		transform: translateX(-33.33%);
	}

	.newStrip .carousel-inner .carousel-item-end,
	.newStrip .carousel-inner .carousel-item-start {
		transform: translateX(0);
	}

}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}


@media (max-width: 575px) {}

@media (max-width: 767px) {

	.newStrip .carousel-inner .carousel-item>div {
		display: none;
	}

	.newStrip .carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

@media (max-width: 991px) {

	.top-header {
		font-family: 'Bariol Regular', sans-serif;
		font-size: 14px;
		color: #fff;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.top-header .nav-link {
		padding: 0 0 0 15px;
	}

	.header {
		margin-top: 120px;
	}

	.navbar-brand {
		width: 200px;
	}

	.bg-menu {
		background: linear-gradient(180deg, rgba(152, 82, 81, 1) 0%, rgba(152, 82, 81, 0.6) 100%);
	}

}

@media (max-width: 1199px) {}

@media (max-width: 1629px) {}