

/*

$font: 'Lato', sans-serif;
$big: 'Montserrat', sans-serif;
*/
.ruSliderHome{
    display: block;
  }

.slider-home .image img {
    z-index: 8;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}


.ruSliderMobile{
  display: none !important;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: 0px;
    filter: invert(90%);
}


/* RESPOSIVE */
@media (max-width:767.98px) {
  
  .ruSliderHome{
    display: none !important;
  }

  .ruSliderMobile{
    display: block !important; 
  }
}









#timer h1 {

  text-align: center;
  margin-top: 2em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: $white;
}

#timer {
  color: $white;
  text-align: center;
  text-transform: uppercase;

  font-size: .7em;
  letter-spacing: 5px;
  margin-top:0%;
}

.days, .hours, .minutes, .seconds {
  display: block;
  float:left;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 3px;
  width: 130px;
  border-radius: 5px;
  text-align:center;
  background-color: #343f52;
  color:white;
  margin-bottom:10px !important;
width: 24% !important;
    margin: 0.5%;
}

.days {
  background: $red;
}

.hours {
  background: $white;
  color: $dark;
}

.minutes {
  background: $blue;
}

.seconds {
  background: $yellow;
  .numbers {
   
  }
}

.numbers {
font-family: $big;
color: $dark;
font-size: 2em;
}
#fixed-thead tr{ 
background: white !important;
border-top:0px !important;
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
position: sticky;
top: 72px;
-moz-box-shadow: inset 0 -10px 10px -10px #000000;
-webkit-box-shadow: inset 0 -10px 10px -10px #000000;
box-shadow: inset 0 -6px 0px -4px #edeff3;
}

@media only screen and (max-width: 600px) {
  #fixed-thead tr{ 
	background: white !important;
	border-top:0px !important;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0px !important;
	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -10px 10px -10px #000000;
	box-shadow: inset 0 -6px 0px -4px #edeff3;
	}
}
#fixed-thead tr th{ 
border-top:1px solid #edeff3 !important;
}
#fixed-thead tr th:nth-child(1){ 
border-left:0px !important;
border-top:0px !important;
}

#fixed-thead{
z-index:1000 !important;
text-align:center !important;
position:relative !important;
}

tfoot{
z-index:500 !important;
position:relative !important;
}


.custom-tbody tr:nth-child(1)
{
  background-color:#f7fcff !important;

}

.custom-tbody:nth-child(2)::before
{
  content: '';
  display: block;
  height: 0px;

}
.custom-tbody::before
{
  content: '';
  display: block;
  height: 40px;

}
.custom-tbody tr
{
  text-align:center !important;

}
.table-title-custom
{
  color:#4073b7;

}
.content-wrapper{
width: 100% !important;
}


.ruu-row{
  margin:0 5px;
}

.ruu-footer-bg{
  background: #131430;
}

footer .widget-title{
    color: #fff;
}


 
#footer .widget ul li{
    font-size: 14px;
    line-height: 22px;
    margin-bottom:16px;
    overflow: hidden
}

#footer .widget ul li:last-child{
    margin-bottom: 0
}

#footer .widget ul li a{
    color: #bcbecf;
    position: relative;
}

#footer .widget ul li a:hover{
    color: #fff;
    padding-left: 15px
}

#footer .widget ul li a:hover:before{
    left: 0
}

#footer .widget ul li a:before{

  content: "\f60d";
  font-family: "tabler-icons" !important;
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: .2s;
  font-size: 14px;
}

#footer .ruu-footer-end ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  white-space: nowrap;
}

#footer .ruu-footer-end ul li a{
  color:#bcbecf;
}
#footer .ruu-footer-end ul li a:hover{
  color:#fff;
}


#footer .ruu-footer-end ul li:nth-child(1) {
    padding-right: 10px
}

#footer .ruu-footer-end ul li:nth-child(2) {
    padding: 0 10px
}

#footer .ruu-footer-end ul li:nth-child(3) {
    padding: 0 10px
}

#footer .ruu-footer-end ul li:nth-child(4) {
    padding: 0 35px 0 10px
}

#footer .ruu-footer-end ul li:nth-child(5) {
    border-left: 1px solid #262745;
    padding: 0 20px
}

#footer .ruu-footer-end ul li:nth-child(6) {
    border-left: 1px solid #262745;
    padding: 0 0 0 20px
}



#footer .footer-brands .social {
    display: flex;
    justify-content: flex-end
}

#footer .footer-brands .social a {
    display: block;
    transition: all .25s ease
}

#footer .footer-brands .social a:hover {
    opacity: .75;
    transform: translateY(-5px) translateZ(0)
}

#footer .footer-brands .social a+a {
    margin-left: 25px
}

#footer .footer-brands .social a svg {
    height: 20px;
    fill: rgba(255,255,255,.75)
}

@media only screen and (max-width: 767px) {
    #footer .footer-locations {
        grid-template-columns:1fr;
        grid-template-rows: 2fr;
        justify-items: center;
        text-align: center
    }

    #footer .footer-brands {
        grid-template-columns: 1fr
    }

    #footer .footer-brands .social {
        justify-content: center
    }

    #footer .footer-brands picture {
        display: none
    }
}


.footer-locations {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    margin-bottom: 30px
}

.locationBox {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(255 255 255/10%);
    transition: all .25s ease;
    padding: 25px
}

.locationBox:hover {
    background-color: rgba(255,255,255,.1);
    transform: translateY(-10px) translateZ(0)
}

.locationBox__title {
    display: block;
    margin-bottom: 25px;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 700
}

.locationBox__context {
    display: flex;
    align-items: center
}

.locationBox__context svg {
    fill: rgba(255,255,255,.3);
    flex-shrink: 0;
    margin-right: 25px;
    width: 30px
}

.locationBox__context span {
    color: rgba(255,255,255,.75);
    line-height: 1.5;
    font-size: 1.125rem;
    font-weight: 500;
    transition: opacity .25s ease
}














