body {
    font-family: 'Roboto', sans-serif;
}
body#homepape {
    background-image:  url("/images/room-ground.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
}

.container {
    margin-bottom: 50px;
}

.navbar-ars .navbar-nav .nav-link {
    color: rgba(35, 48, 58, 1);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}
.navbar-ars .navbar-nav .nav-link:hover, .navbar-ars .navbar-nav .nav-link:focus {
    color: rgba(35, 48, 58, 0.9);
    text-decoration: underline;
}

#homepagewrapper {
    height: 900px;
}

.pagetitleDiv {
    background-image: url("/images/title-bg.jpg");
    background-position: center;
    height: 250px;
}
.pagetitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 20px;
}
h1, h2, h3, h5 {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #1454b3;
}

footer a {
    text-decoration: none;
}
.sociallinks {
    margin: 5px 0;
}
.sociallinks i {
    font-size: 22px;
    padding: 5px 10px 5px 0;
}
.sociallinks a i {
    color: #686868;
}
.sociallinks a i:hover {
    color: #919191;
}
#searchModal input, #searchModal button {
    border-radius: 0;
}

.ruglisting a {
    color: #2f9297;
    text-decoration: none;
}
.ruglisting a:hover {
    color: #217d82;
    text-decoration: underline;
}
.ruglisting .card:hover .card-footer {
    visibility: visible;
    opacity: 1;
    top: 98%;
    transition: 0.3s;
}
.ruglisting .card .card-footer {
    position: absolute;
    background: #fff;
    padding: 10px;
    margin: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    width: 101%;
    left: -1px;
    right: 0;
    top: 97%;
    border: 1px solid #ececec;
      border-top-color: rgb(236, 236, 236);
      border-top-style: solid;
      border-top-width: 1px;
    border-top: 0;
    text-align: center;
}

button.favorite-button {
    display: inline;
}
.favorite button.favorite-button {
    display: none;
}
button.unfavorite-button {
    display: none;
}
.favorite button.unfavorite-button {
    display: inline;
    margin-top: 0;
}

.favactions {
  text-align: right;
  font-size: 20px;
}

.bi.bi-heart-fill,.bi.bi-heart, .favactions .bi, .bi-file-earmark-pdf {
    color: #ae1111;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 5px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.advanceSearch.form-switch .form-check-input {
  width: 4em;
  height: 2em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  margin-left: -0.5em;
}
.advanceSearch.form-switch .form-check-input, .advanceSearch.form-switch label {
    cursor: pointer;
}


.ytcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 10px;
    margin-bottom: 50px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 100px auto 250px auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.adminlist span {
  width: 150px;
  display: inline-block;
}

/* form */
.row.web {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}


#ProductFilters .accordion-body {
    max-height: 200px;
    overflow: scroll;
}


.pagination .page-item.active .page-link {
  background-color: #797c81;
  border-color: #797c81;
}
.pagination .page-link {
  position: relative;
  display: block;
  color: #346bbb;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
@media print {
    .favactions, footer {
        display: none;
    }
    .pagetitleDiv {
      background-image: none;
      height: unset;
    }
    .container {
        width: 100%;
    }
    .ruglisting .favorite {
        display: none;
    }
}
