@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
}

html {
	overflow-x: visible!important;
	scroll-behavior: smooth;
}


/*FONTS*/

@font-face {
  font-family: Huntson;
  src: url("assets/fonts/HUNTSON Regular.ttf");
}

.primary-font{
font-family: bebas-neue-pro-expanded, sans-serif;
font-weight: 400;
font-style: normal;
}

.variable-font{
font-family: annuario-variable, sans-serif;
font-variation-settings: "wdth" 400, "wght" 700;
}

.stencil-font{
font-family: quiche-stencil, sans-serif;
font-weight: 700;
font-style: normal;
}

.cursive-font{
font-family: Huntson, serif;
font-weight: 400;
font-style: normal;
}

.title-font{
font-family: bely-display, sans-serif;
font-weight: 400;
font-style: normal;
}


/*GENERAL RULES*/
.z-to-front{
	z-index: 900;
}

.z-to-mid{
	z-index: 899!important;
}

.z-to-back{
	z-index: -900!important;
}

.pointer-none{
	pointer-events: none!important;
}

.no-bullets{
	list-style-type:none!important;
}

.no-decoration{
	text-decoration: none!important;
}

.image-contain{
	object-fit: contain;
}

.image-cover{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-pic{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.border-white-thin{
	border-style: solid;
	border-width: thin;
	border-color: #eaeef4;
}

.border-red-thin{
	border-style: solid;
	border-width: thin;
	border-color: #972623;
}

.border-red{
	border-color: #972623;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width:  3px;
}

.border-red-thick{
	border-style: solid;
	border-width: thick;
	border-color: #972623;
}

.redline{
	height: 3px;
	background-color: #972623;
}

.whiteline{
	height: 3px;
	background-color: #eaeef4;
}

.yellowline{
	height: 3px;
	background-color: #eca845;
}

.waypoint-vis{
	opacity: 0;
}

.negative-margin{
	margin-top: -15px!important;
}

.no-wrap{
	white-space:nowrap!important;
}

/*TEXT FORMATTING*/
 
.text-red{
	color:#972623!important;
}

.text-yellow{
	color: #eca845!important;
}

.text-beige{
	color: #e8e2df!important;
}

.text-grey{
	color: #666364!important;
}

.text-dark-grey{
	color: rgba(42,41,47,0.92)!important;
}

.text-sideways{
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.xl-tracking{
	letter-spacing: 12px;
}

.lg-tracking{
	letter-spacing: 9px;
}

.med-tracking{
	letter-spacing: 6px;
} 

.sm-tracking{
	letter-spacing: 4px;
}

.xs-tracking{
	letter-spacing: 2px;
}

.xxs-tracking{
	letter-spacing: 1px;
}

.dropcap{
	float: left;
	font-size: 7rem;
	line-height: 0.75;
	margin: -0.1em, 0.1em, 0, 0;
}

.justify-text{
	text-align: justify;
  	text-justify: inter-word;
}

.text-shadow-sm {
color: #333333;
text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15);
}

.fs-5-half{
	font-size:1.15rem!important;
}

/*LINK AND HOVER EFFECTS*/

.link-hover{
	text-decoration: none;
}

.link-hover:hover{
	text-decoration-line: overline;
	text-decoration-color: #972623;
}

.text-hover{
	opacity: 75%;
}

.text-hover:hover{
	opacity: 100%;
}

.text-link-red{
	color: #972623!important;
}

.text-link-red:hover{
	color: #AC0002!important;
}


.text-link-grey{
	color: #666364!important;
}

.text-link-grey:hover{
	color: black!important;
}

.text-link-white{
	text-decoration: none;
	color: white!important;
}

.text-link-white:hover{
	text-decoration: underline;
}

/*BACKGROUNDS*/

.white-bgnd{
	background-color: #FFFFFF!important;
}

.off-white-bgnd{
	background-color: #f4f1ef!important;
}

.beige-bgnd{
	background-color: #e8e2df!important;
}

.yellow-bgnd{
	background-color: #eda944!important;
}

.red-bgnd{
	background-color: #972625!important;
}

.main-bkd{
	height: 100%;
	width: 100%;
	background-image: url("images/backgrounds/main-bkgnd.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-clip-path: polygon(100% 0, 100% 84%, 68% 93%, 0 84%, 0 0);
	clip-path: polygon(100% 0, 100% 84%, 68% 93%, 0 84%, 0 0); 
}

.siresBackgroundImg{ 
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -100;
	background-color: #f4f1ef!important;
}

.newsBackgroundImg{ 
	top: 0px;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: -100;
	background-color: #f4f1ef!important;
	height: auto!important;
}

/*NAVIGATION*/
.nav-color.scrolled {
    background-color: #e8e2df!important;
    transition: background-color 200ms linear;
}

.menu-hover{
	border-top-style: solid!important;
	border-top-color: transparent!important;
	border-top-width: thin!important;
}

.menu-hover:hover{
	border-top-style: solid;
	border-top-color: #972623!important;
	border-top-width: thin;
}

.logo{
	height: 4.3vmax;
}

.active{
	border-top-style: solid!important;
	border-top-color: #972623!important;
	border-top-width: thin!important;
}

.sale-button{
	border: none;
	background-color: #751313!important;
	color: #efe4e8;
	border-radius: 3px;
}

.sale-button:hover{
	background-color: #972623!important;
	color: white!important;
}

.saleActive{
	background-color:#972623!important;
	color: white!important;
}

.counter-nav-pad{
	padding-top: 30px;
}

/*BUTTONS*/
.red-arrow-button{
	border: none;
	background-color: #751313!important;
	color: #dcdee2;
	transition: 0.3s all ease-in-out;
	display: inline-block;
  	position: relative;
}

.red-arrow-button:hover{
	background-color: #972623!important;
}

.red-arrow-button:hover:after {
  opacity: 1;
  right: 15px;
  top: 0px;
  bottom: 0px;
  left: auto;
}

.red-arrow-button:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  margin: auto;
  padding-top: 2px;
  top: 0px;
  bottom: 0px;
  right: -20px;
  left: auto;
  transition: 0.5s;
}

.btn-height{
	height: 48px;
}

.red-solid-button{
	border: none;
	background-color: #751313!important;
	color: floralwhite!important;
	border-radius: 3px;
}

.red-solid-button:hover{
	background-color: #f4f1ef!important;
	color: white!important;
}

.white-solid-button{
	border: none;
	background-color: #f4f1ef!important;
	color: #751313!important;
	border-radius: 3px;
}

.white-solid-button:hover{
	background-color: #7f1616!important;
	color: #f4f1ef!important;
}

.yellow-solid-button{
	border: none;
	background-color: #eda944!important;
	color: #dcdee2;
	border-radius: 3px;
}

.yellow-solid-button:hover{
	background-color: #d89a48!important;
	color: white!important;
}

.curved-edges{
	border-radius: 10px;
}

.border-button-red{
	border: solid medium!important;
	border-color: #972623!important;
	background-color: rgba(0,0,0,0.00)!important;
	color: #0b0c0c!important;
}

.border-button-red:hover{
	background-color: rgba(0,0,0,0.1)!important;
	color: black!important;
}

.border-button-yellow{
	border: solid medium;
	border-color: #eda944!important;
	background-color: rgba(0,0,0,0.00);
	color: #eda944;
}

.border-button-yellow:hover{
	background-color: rgba(0,0,0,0.1)!important;
	color: black; 
}

.border-buttonFB{
	border: solid thin;
	border-color: #4267B2;
	background-color: rgba(0,0,0,0.00);
	color: #4267B2!important;
}

.border-buttonFB:hover{
	background-color: #4267B2!important;
	color: white!important;
}

.submit-button{
	background-color: #972623!important;
}

.submit-button:hover{
	background-color: #751313!important;
}


/*OTHER CLASSES*/

.mainLogo-mb{
	margin-bottom: 4rem;
}

.vh-customLogo{
	height: 45vh!important;
}

.custom-siresimg{
	height: 150%;
}

.custom-newsimg{
	min-height: 150%!important;
}

.slick-prev{
	z-index: 900!important;
}

.slick-next{
	z-index: 900!important;
}

.slick-prev:before {
	color: #972623!important;
}
.slick-next:before {
	color: #972623!important;
}

.slick-dots li button::before {
    font-size: 16px;
    color: #353535!important;
    opacity: 0.7;
	padding-top: 8px;
  }

.slick-dots li.slick-active button::before {
    color: #353535!important;
    opacity: 1;
	padding-top: 8px;
  }

.btn:active,
.btn:focus {
  box-shadow: 3px 3px 3px #353535!important;
}

.ml1 {
  font-weight: 900;
  font-size: 6em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

.titleCarousel{
	width: 300%;
    position: relative;
    left: -1200px;
} 


/* MEDIA QUERIES */
@media only screen and (max-width: 992px) {
.vh-customLogo{
	height: 45vh!important;
	}
}

@media only screen and (max-width: 768px) {
.vh-customLogo{
	height: 35vh!important;
	}
}

@media only screen and (max-width: 576px) {
.vh-customLogo{
	height: 38vh!important;
	}
	
.titleCarousel {
    width: 500%;
  }
}