.droid-family{
  font-family: "Droid Serif", serif;
}
.courier-family{
  font-family: "Courier New", Courier, monospace;
}
.oswald-family{
  font-family: Oswald,sans-serif;
}
.sansita-family{
  font-family:Sansita One,serif;
}

.more-p{
  border-color: black;
  border-radius: 15px;
  width: 250px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #c20000;


}

.noone:hover{
  color: #c20000;
}



.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#navButton {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
}

/* The navigation pop-up (hidden by default) */
.nav-popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
  display: flex;
}

/* Pop-up content */
.nav-popup-content {
  background-color: #fefefe;
  margin: 20px;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

/* The close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  margin: 10px 0;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
}

nav ul li a:hover {
  color: #c20000;
}

@media (max-width: 600px) {
  .nav-popup-content {
      width: 90%;
      padding: 15px;
  }
  .no-hover:hover{
    color: #c20000;
  }
  nav ul li a {
      font-size: 16px;
  }

  .close {
      font-size: 24px;
  }
}

@media (max-width: 400px) {
  #navButton {
      padding: 8px 16px;
      font-size: 14px;
  }

  .nav-popup-content {
      padding: 10px;
  }

  nav ul li a {
      font-size: 14px;
  }

  .close {
      font-size: 20px;
  }
}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}









.her{
  text-decoration: none;
  color: none;
}
.her:hover{
  text-decoration: none;

}

.more-p:hover{
border-color: #444349;
}


.bg-dark{
    background-color: #ffffff !important;
}
img.logo_image{
    max-height: 200px;
    width: auto;
}
.logo_image{
  height: 200px;
  margin-bottom: -40px;
  margin-top: -40px;
  
  /* border: 1px solid red; */
  /* border-radius: 50%; */
}
.navbar{
  padding-bottom: 0px;
}
.navbar-toggler{
    background-color: #444349;
}
#about-us img.building, #why-Aasha img.mess, #location img.map{
    width: inherit;
}
#rooms img.room-img{
max-width: -webkit-fill-available;
}
.navbar .fa-map-marker{
  color: #c20000;
  font-size: 25px;
}
.fa-map-marker:before {
    content: "\f041";
}
.navbar .address-icon{
  color: #444349;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 24.01px;
}
.navbar .address-bar{
  margin-left: 0.8em;
}
.navbar .street-address{
  color: #928f88;
  margin-left: 0.5em;
  font-size: 20px;
  font-weight: 400;
}
.navbar .contact-bar{
  margin-left: 2.4em;
}
.navbar .fa-phone{
  color: #c20000;
  font-size: 20px;
}
.navbar .fa-phone:before {
    content: "\f095";
}
.navbar .call-bar{
  margin-left: 0.8em;
  font-size: 20px;
}
.navbar .call-us{
  color: #444349;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
}
.navbar .phone-number{
  color: #c20000;
  margin-left: 0.5em;
  font-weight: 700;
  letter-spacing: 0.7px

}
a.contact-bar{
  text-decoration: none;
}
.navbar-toggler {
  padding: 0.50rem 0.40rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: unset;
  background-color: #444349;
}
.navbar-toggler .icon-menu{
  color: #ffffff;
  font-size: 36px;
}
.icon-menu:before {
  content: '\e942';
  font-family: fontello;
  font-weight: 400;
}
.navbar-toggler:hover{
  background-color: #c20000;
}
.navbar #navbarResponsive{
  background-color: rgba(0,0,0,0.8);
  z-index: 100002;
  width: 100%;
  position: absolute;
  top: 7.3em;
  left: 0;
}
.navbar ul.ml-auto{
  text-align: center;
  margin: 3rem 0;
}
.navbar ul.ml-auto a{
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 2em;
  line-height: 1.8em;
  color: #ffffff;
  text-decoration: none;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .nav-link.active{
  color: #c20000;
}
.navbar ul.ml-auto a:hover{
  color: #c20000;
}
.lolokoa{
  color: #c20000;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  position: absolute;
  left: 7%;
  top: 30%;
  color: #fff;
  width: auto;
  text-align: left;
}
.carousel-item h3{
  font-family: Sansita One;
  font-weight: 400;
  font-size: 64px;
}
.carousel-control-prev, .carousel-control-next{
  /*display: none;*/
}
.slider-form.form-overley, #rev_slider_2_1 .form-overley {
  width: 30%;
  background-color: #00000087 !important;
  position: relative;
  right: 6%;
  float: right;
  margin-top: -38%;
}
.form-overley h2.form-  {
  color: #fff !important;
  font-size: 30px;
  margin: 5px 0px 5px 30px;
  margin-top: 0.6em !important;
}
.form-overley .columns_wrap .column-1_1 {
  margin: 5px 0px 5px 30px;
}
.wpcf7 .columns_wrap>[class*="column-"] {
  float: left;
  clear: right;
  padding-right: 12px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.form-overley input[type="text"], .form-overley input[type="number"], 
.form-overley input[type="email"], .form-overley textarea {
  width: 86%;
  font-family: Oswald,sans-serif !important;
  padding: 1.2em 1.4em;
  height: 3em;
}
.form-overley input[type="text"], .form-overley input[type="number"], .form-overley input[type="email"], .form-overley textarea {
    width: 86%;
    font-family: Oswald,sans-serif !important;
    padding: 1.2em 1.4em;
    height: 3em;
}
.form-overley form.wpcf7-form input[type="submit"] {
    padding: 0.5em 1em;
    color: #ffffff;
    border: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    font-family: Oswald,sans-serif; 
}
.form-overley .wpcf7-submit {
    background: #c20000 !important;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}
.form-overley .wpcf7-form-control-wrap textarea {
    min-height: 7em;
}
.wpcf7-display-none {
    display: none;
}
.form-overley input[type="text"]:hover, .form-overley input[type="number"]:hover, .form-overley input[type="email"]:hover, 
.form-overley textarea:hover, .form-overley input[type="text"]:focus, .form-overley input[type="number"]:focus, 
.form-overley input[type="email"]:focus, .form-overley textarea:focus, .form-overley input[type="text"]:-internal-autofill-selected, 
.form-overley input[type="number"]:-internal-autofill-selected, .form-overley input[type="email"]:-internal-autofill-selected, 
.form-overley textarea:-internal-autofill-selected {
    border-color: #c20000 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.carousel-indicators li {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
}
.carousel-indicators li.active {
  background-color: #c20000;
}
.carousel-indicators{
  margin: 0 auto;
  text-align: left;
  left: 0;
  right: auto;
  padding-bottom: 5%;
  padding-left: 5%;
}
.container-full{
  width: 100%;
}
#about-us, #why-Aasha, #location{
  background-color: #f7f5f2;
}
.padding-0{
  padding: 0px;
}
#about-us .sc_item_ {
  margin-top: 25px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 50px;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#about-us .detail{
  padding-left: 5%;
  padding-right: 10%;
}
#about-us img.about-short-img{
  width: 100px;
  top: 5%;
  position: absolute;
  right: 10%;
}
#about-us p{
  font-family: "Droid Serif", serif;
  margin: 1.2em 0em;
  color: #9a9791;
  font-size: 15px;
}

#why-Aasha .sc_item_ {
  margin-top: 25px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 50px;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#why-Aasha .detail{
  padding-right: 5%;
  padding-left: 10%;
}
#why-Aasha img.about-short-img{
  width: 90px;
  top: 5%;
  position: absolute;
  right: 10%;
}
#why-Aasha p{
  font-family: "Droid Serif", serif;
  margin: 1.2em 0em;
  color: #9a9791;
  text-align: left;
  font-size: 15px;
}
#why-Aasha ul{
  font-family: "Droid Serif", serif;
  color: #9a9791;
  padding: 0px 15px;
  font-size: 15px;
}

#rooms {
  text-align: center;
  margin-bottom: 40px;
}
#rooms .sc_item_ {
  margin-top: 40px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 50px;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#rooms .sc_item_sub_ {
  margin: 2em 0;
  color: #928f88;
  letter-spacing: 4.8px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Oswald,sans-serif;
}
#rooms img.about-short-img{
  width: 90px;
  top: 5%;
  position: absolute;
  right: 10%;
}
#rooms p{
  font-family: "Droid Serif", serif;
  margin: 1.2em 0em;
  color: #9a9791;
  font-size: 15px;
}
#rooms ul{
  font-family: "Droid Serif", serif;
  color: #9a9791;
  padding: 0px 15px;
  font-size: 15px;
}
#rooms .sc_price_info{
  padding-top: 30px;
  background-color: #f7f5f2;
  padding-bottom: 10px;
}
#rooms .sc_price_info .sc_price_  a, #rooms .sc_price_info .sc_price_  {
  color: #c20000;
  margin: 0 10px;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.85em;
  text-decoration: none;
}
#rooms .sc_price_info .sc_price_  a:hover{
  color: #354b9c;
}
#rooms .sc_price_description{
  margin: 0 10%;
}
#rooms .sc_price_description p, #rooms .sc_price_description ul {
    margin-bottom: 0.7em;
}
#rooms ul.room-features {
    columns: 2;
    text-align: left;
}

#location .sc_item_ {
  margin-top: 25px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 1em;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#location .detail{
  padding-left: 5%;
  background-color: #f7f5f2;
  margin-left: -1%;
}
#location p{
  font-family: "Droid Serif", serif;
  margin: 1.2em 0em;
  color: #9a9791;
  text-align: left;
  font-size: 15px;
}
#locationi ul{
  font-family: "Droid Serif", serif;
  color: #9a9791;
  padding: 0px 15px;
  font-size: 15px;
}

#facilities{
  text-align: center;
  margin-bottom: 30px;
}
#facilities .sc_item_ {
  margin-top: 40px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 1em;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#facilities .sc_item_sub_ {
  margin: 2em 0;
  color: #928f88;
  letter-spacing: 4.8px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Oswald,sans-serif;
}
#facilities a.icon1 {
    background-image: url(../images/images/icon1.png);
}
#facilities a.icon2 {
    background-image: url(../images/images/icon2.png);
}
#facilities a.icon3 {
    background-image: url(../images/images/icon3.png);
}
#facilities a.icon4 {
    background-image: url(../images/images/icon4.png);
}
#facilities a.icon5 {
    background-image: url(../images/images/icon5.png);
}
#facilities a.icon6 {
    background-image: url(../images/images/icon6.png);
}
#facilities a.icon7 {
    background-image: url(../images/images/icon7.png);
}
#facilities a.icon9 {
    background-image: url(../images/images/icon9.png);
}
#facilities a.icon8 {
    background-image: url(../images/images/icon8.png);
}

#facilities .sc_services_item:hover .sc_services_item_icon, #facilities a.sc_services_item_icon:hover{
  background-color: #444349;
  color: #c20000;
}
/* #facilities a.icon1:hover {
    background-image: url(../images/images/icon1-hover.png);
}
#facilities a.icon2:hover {
    background-image: url(../images/images/icon2-hover.png);
}
#facilities a.icon3:hover {
    background-image: url(../images/images/icon3-hover.png);
}
#facilities a.icon4:hover {
    background-image: url(../images/images/icon4-hover.png);
}
#facilities a.icon5:hover {
    background-image: url(../images/images/icon5-hover.png);
}
#facilities a.icon6:hover {
    background-image: url(../images/images/icon6-hover.png);
}
#facilities a.icon7:hover {
    background-image: url(../images/images/icon7-hover.png);
}
#facilities a.icon9:hover {
    background-image: url(../images/images/icon9-hover.png);
}
#facilities a.icon8:hover {
    background-image: url(../images/images/icon8-hover.png);
} */
#facilities .sc_services_item_icon {
  color: #fff;
  background-color: #c20000;
  margin-top: 0.4rem;
  font-size: 3.9em;
  width: 1.777em;
  height: 1.777em;
  line-height: 1.777em;
  border: 0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
}
#facilities .sc_services_item_info{
  padding: 1em 0em 0.5em 0em;
  text-align: center;
  font-family: "Droid Serif", serif;
}
#facilities .sc_services_item_info h4{
  line-height: 1.15rem;
}
#facilities .sc_services_item_info a{
  color: #444349;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
#facilities .sc_services_item_info a:hover{
  color: #c20000;
}

#value-service{
  background-color: #f7f5f2;
  text-align: center;
}
#value-service .sc_item_ {
  margin-top: 40px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 1em;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
  margin-bottom: 20px;
}
#value-service .sc_price_info {
  padding: 3em 1em;
  background-color: #fff;
  margin-bottom: 30px;
}
#value-service .sc_price_  a{
  color: #c20000;
  font-size: 1.429rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-bottom: 0.85em;
  font-family: "Droid Serif", serif;
  text-decoration: none;
}
#value-service .sc_price_info .sc_price_description {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  font-weight: 400;
  color: #928f88;
  margin-top: 10px;
}
#value-service .sc_price_info:hover {
  -webkit-box-shadow: 3px 5px 17px 0px rgba(133,138,133,0.43);
  -moz-box-shadow: 3px 5px 17px 0px rgba(133,138,133,0.43);
  box-shadow: 3px 5px 17px 0px rgba(133,138,133,0.43);
}

/* #cafeteria-mess{
  background-image: url(../images/2016/12/promo_bg_id%3D268.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-bottom: 60px;
}
#cafeteria-mess h2.sc_item_  {
  font-size: 3rem;
  color: #c20000;
  letter-spacing: 0;
  line-height: 1.2em;
  font-family: Sansita One,serif;
  margin-top: 10%;
}
#cafeteria-mess .mess-text p{
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: initial;
  font-size: 16px;
  font-family: "Droid Serif", serif;
  line-height: 30px;
} */
#languageSelect {
  width: auto;
  height: auto;
  padding: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #c20000;
  margin-bottom: 2px;
}



.goog-te-combo {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #c20000;
  padding: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  border-radius: 5px;
  width: auto;
  margin-bottom: 10px;
}

.translated-ltr {
  margin-top: -40px;
}

/* Hide Google branding and watermark */
.goog-logo-link, .goog-logo-link img, .goog-te-gadget .goog-te-gadget-simple {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

/* Optional: style the "Powered by Google Translate" text */
.goog-te-gadget {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: -10px;
  font-size: 14px;
  color: transparent !important;
}

/* Additional styles to remove inline translation elements */
.goog-te-gadget-icon, .goog-te-gadget-simple {
  display: none !important;
}





/* Change border color on focus */
#languageSelect:focus {
  border-color: #007bff;
}

/* Styling the options */
#languageSelect option {
  padding: 10px;
  background-color: #fff;
  color: #333;
}

/* Adding hover effect for options (browser default) */
#languageSelect:hover {
  cursor: pointer;
}
#contact h2.sc_item_  {
  margin-top: 40px;
  color: #c20000;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 1.2em;
  font-family: Sansita One,serif;
  font-weight: 400;
  margin-bottom: 40px;
}
#contact .sc_form_info_area {
    font-weight: 400;
    text-transform: none;
    margin-left: -2em;
    padding-left: 2.8em;
}
#contact .sc_form_info_area .sc_form_info_  {
  font-size: 14px;
  color: #444349;
  font-family: Oswald,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.8rem;
  line-height: 1.8em;
}
#contact .sc_form_info_data>a, #contact .sc_form_info_data>span{
  color: #928f88;
}
#contact .sc_form_info_item_address:before {
  content: '\e950';
  font-family: 'fontello';
  color: #c20000;
  font-size: 22px;
}
#contact .sc_form_info_item_phone:before {
  content: '\e951';
  font-family: 'fontello';
  color: #c20000;
  font-size: 22px;
}
#contact .sc_form_info_item_email:before {
  content: '\f1fa';
  font-family: 'fontello';
  color: #c20000;
  font-size: 22px;
}
#contact .sc_form_info_data{
  padding-left: 30px; 
  color: #928f88;
  font-family: "Droid Serif", serif;
}
#contact a{
  text-decoration: none;
}
#contact .sc_googlemap iframe{
  width: 100%;
  height: 100%;
}
footer.footer_wrap {
  background-color: #f7f5f2 !important;
  color: #928f88;
}
footer .first-section{
  padding: 2em 0em;
}
footer .first-section .follow-section{
  text-align: right;
  padding-top: 10px;
}
footer .first-section .follow-section .sc_layouts_item_details_line1{
  color: #444349;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
  font-family: Oswald,sans-serif;
  padding-right: 20px;
}
footer .first-section .follow-section .social_item {
  margin-right: 5px;
}
footer .first-section .follow-section .social_item a{
  color: #fff;
}
footer .icon-facebook {
  font-size: 30px;
  background-color: #c20000;
  border-radius: 50%;
}
footer .icon-facebook:hover {
  color: #c20000;
  background-color: #fff;
  border: 1px solid #c20000;
}
footer .second-section{
  border-top: 1px solid #c20000;
  text-align: center;
  padding-top: 20px;
  font-family: "Droid Serif", serif;
  color: #928f88;
  margin: 0;
}
footer .second-section a{
  color: #928f88;
  text-decoration: none;
}
footer .second-section a:hover{
  color: #c20000;
  text-decoration: none;
}
#rooms .sc_price {
  position: relative;
  overflow: hidden;
}
#rooms .sc_price_image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#rooms a.sc_price_image:hover img {
  transform: scale(1.1,1.1);
}
#rooms a.sc_price_image img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.slider-down{
    z-index: 1;
    margin: 0 auto;
    position: relative;
    display: contents;
}
.bounce {
    position: absolute;
    bottom: 5px;
    right: 50%;
    background-color: transparent;
    -webkit-animation: bounce .5s infinite;
    -moz-animation: bounce .5s infinite;
    -o-animation: bounce .5s infinite;
    animation: bounce .5s infinite;
}
.bounce::after {
    content: "";
    background-image: url(../images/images/sprite-1300x1200.png);
    width: 55px;
    height: 49px;
    display: inline-block;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

#photogallery{
  text-align: center;
  margin-bottom: 30px;
}
#photogallery .sc_item_ {
  margin-top: 40px;
  font-size: 3rem;
  letter-spacing: -1.7px;
  line-height: 1em;
  color: #c20000;
  font-family: Sansita One,serif;
  font-weight: 400;
}
#photogallery .sc_ _sub {
  margin: 2em 0 3em 0;
  color: #928f88;
  letter-spacing: 4.8px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Oswald,sans-serif;
}
.tobi__zoom-icon{
  display: none !important;
}
#photogallery .pic-1,  #photogallery .pic-3, #photogallery .pic-5, #photogallery .pic-2, #photogallery .pic-4, #photogallery .pic-6{
  width: 330px;
}
#photogallery .pic-1,  #photogallery .pic-3, #photogallery .pic-5{
  height: 250px;
}
#photogallery .pic-2, #photogallery .pic-4, #photogallery .pic-6{
  height: 350px;
  margin-bottom: 40px;
}
#photogallery .pic-4.up, #photogallery .pic-6.up{
  margin-top: -100px;
}
#photogallery .more-button{
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  /* background-color: #444349; */
  padding: 1em 4em;
  margin: 2em 0;
  letter-spacing: 3px;
  color: #fff;
  border-radius: unset;
}

#sc_ _503230996{
  float: right;
}

.page-part .gallery img{
  width: 350px;
  height: auto;
  margin-bottom: 30px;
}
.breadcrumb-part .sc_layouts_ _  h1{
  float: left;
  text-align: left;
  font-size: 4.286rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  max-height: 2.4em;
  font-family: Sansita One,serif;
  color: #ffffff;
}
.breadcrumb-part .breadcrumbs{
  font-size: 1rem;
  line-height: 2.2;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 700;
  margin-top: 2em;
  text-align: right;
}
.breadcrumbs a.breadcrumbs_item {
  color: #ffffff !important;
  font-family: Oswald, sans-serif;
  padding-left: 0px;
  padding-right: 10px;
  text-decoration: none;
}
.breadcrumbs .current {
  color: #c20000;
  font-family: Oswald, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs .breadcrumbs_delimiter:before {
  content: '\e94a';
  font-family: Fontello, sans-serif;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
}
.page-part h6 {
  font-family: Oswald,sans-serif;
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.85em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 3em;
  margin-bottom: 1.75em;
  text-align: center;
  color: #444349;
}
.nav-home-button a {
  background-color: #c20000;
  color: #fff !important;
  padding: 10px 20px !important;
}
.nav-home-button {
    display: none;
}
#enquiry-form{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c20000;
}
#enquiry-form .form- {
  color: #ffffff;
  font-size: 3.214em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.6px;
  padding-bottom: 1rem;
}
#enquiry-form input[type="text"], #enquiry-form input[type="number"], #enquiry-form input[type="email"], 
#enquiry-form input[type="tel"], #enquiry-form input[type="search"], #enquiry-form input[type="password"], 
#enquiry-form .select_container, #enquiry-form .select2-container .select2-choice, #enquiry-form textarea, 
#enquiry-form textarea {
  color: #928f88;
  background-color: #ffffff;
  height: 3.1rem;
  font-size: 16px;
  font-family: Oswald,sans-serif;
  padding: 0.8em 1.4em;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  width: 100%;
  margin-bottom: 0.5rem;
}
#enquiry-form textarea {
    min-height: 8em;
}
#enquiry-form input[type="submit"] {
  width: auto;
  padding: 1em 1.8em;
  letter-spacing: 0.6px;
  color: #ffffff;
  background: linear-gradient(to right, #354b9c 50%,#444349 50%) no-repeat scroll right bottom / 210% 100% #444349 !important;
  border: none;
}
#enquiry-form input[type="submit"]:hover {
  background-color: #354b9c;
}
.d-md-block {
    display: block !important;
}
.show_on_mobile{
  display: none;
}
.no-padding{
  padding: 0;
}
.blog-list .post_item {
    color: #928f88;
}
.height-30px{
  height: 30px;
}
.height-50px{
  height: 50px;
}
.blog-list .posts_container{
  margin-bottom: 2rem;
}
.blog-list .sidebar_inner {
  background-color: #f7f5f2;
  color: #928f88;
}
.blog-list .sidebar_inner {
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
}
.blog-list .sidebar_inner .post_thumb img, .blog-list .post_featured img{
  width: 100%;
}
.blog-list .widget .widget_ , .widget .widget  {
  margin-top: 0;
  margin-bottom: .75em;
}
.blog-list h5, .blog-list h2{
  color: #444349;
  font-family: Oswald,sans-serif;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.4px;
  margin-top: 1.5em;
  margin-bottom: .8em;
}
.blog-list h3{
  color: #444349;
  font-family: Oswald,sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.4px;
  margin-top: 1.5em;
  margin-bottom: .8em;
}
.blog-list .post_  a{
  color: #444349;
}
.blog-list .post_date a{
  color: #928f88;
  font-family: Oswald,sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.blog-list .post_content_inner p{
  font-family: "Droid Serif", serif;
}
.post_item .more-link{
  display: inline-block;
  white-space: nowrap;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  background-color: #444349;
  padding: 1em 4em;
  margin: 2em 0;
  letter-spacing: 3px;
  color: #fff;
  border-radius: unset;
}
.post_item .more-link{
  text-decoration: none;
}
.post_item a.more-link:hover{
  background-color: #c20000 !important;
}


#crp{
  background-color: rgba(255, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);


}



.sidebar_inner .post_  {
  font-weight: 400;
  margin: .45em 0 0;
  text-align: left;
}
.sidebar_inner .post_  a{
  color: #928f88;
  font-family: "Droid Serif", serif;
  text-decoration: none;
}
.sidebar_inner .post_  a:hover{
  color: #c20000;
}
.blog-list .post_content_inner p a{
  color: #928f88 !important;
  text-decoration: none;
}
.blog-list .post_content_inner p a.more-link {
  color: #ffffff !important;
}