@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
a {
    font-family: 'Roboto', sans-serif;
    color:black;
}
a:hover {
    text-decoration: none;
    color:#c62828;
}
body {
    font-family: Roboto, sans-serif;
    background: #f2f2f2;
    border-top: 4px solid #c62828;
    color: #333;
}
.languages {
    list-style:none;
}
.languages li {
    display:inline-block;
    padding:3px
}
.primaryNav {
    width:100%;
    border: 1px solid #e7e7e7;
    background:#f8f8f8;
    padding-top:10px;
    padding-bottom:10px;
}
.primaryNav li{
   display:inline-block;
   margin-right:20px;
}
.primaryNav li a{
    color:black;
    text-transform: uppercase;
 }
 .primaryNav li a:hover{
    color:#ca3e3e;
    text-transform: uppercase;
    text-decoration: none;
 }
 .primaryNav li a span {
     color:#ca3e3e;
     margin-right: 3px;
 }

 footer h5 {
     color:white;
     font-weight: bold;
     text-transform: uppercase;
     padding:5px;
 }
 section .container{
     background: white;
 }
 .title h1 {
    color:#ca3e3e;
 }
 .description {
     padding:10px;
 }
 .page-link {
    color:#ca3e3e;
 }
 .page-item.active .page-link {
     background-color:#ca3e3e!important;
     border-color:#ca3e3e!important;
 }
 .socialIcons {
     float:right;
 }
 .socialIcons li {
     display:inline-block;
     color:white;
     margin:10px;
 }
 .socialIcons li a {
     color:white;
 }
 .socialIcons li i{
    font-size:21px;
    color:white;
}
.info-bar span {
    font-size:14px;
}
.searchCheckBoxes input {
    margin:5px;
}
.title-red-num {
    font-size:19px;
    font-weight:bold;
}
.primaryNav a, .offersHomePage span, .boldTitle {
    font-weight:bold;
}
.myoffers-nav li {
    margin:5px;
}
@media only screen and (max-width: 600px) {
.fbLikes {
    display:none!important;
}
.gallery img {
    max-height:100%!important;
}

}
#mytable .custom-control-label::before, #mytable .custom-control-label::after {

    top: 30px;
    left: 10px;
    
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ca3e3e;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  .rotated {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .img{transition: all 0.5s ease;}
  @media only screen and (max-width: 600px) {
    .gallery img {
        max-height: 250px!important;
        height: 100%!important;
        width: 100%!important;
    }
}
#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 250px !important;
}

.fbPopUp .fb_iframe_widget {
  width: 350px !important;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}