
}
.call{
	padding-top: 135px;
}

/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
    .tm-navbar-transparent .tm-headerbar {
    z-index: 9999 !important;
  }
   .uk-navbar {
    background: #13351a !important;
    height: 100px !important;
  }
   .tm-fullscreen {
     z-index: -9 !important;
  }
   .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    padding: 10px 15px !important;
  }
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
        display: none;
    }
       .tm-fullscreen {
     z-index: -9 !important;
  }
}

/*Logo*/
.desktop-logo {
  width: 270px;
  height:170px;
}
.mobile-logo {
  width: 130px;
  height: auto;
}
.home-about-logo {
  width: 300px;
  height: auto;
}
/*Home Slider Text*/
.home-slider-text {
  font-size: 35px;
  font-weight:bold !important;
}

/*Home Gallery*/
.home #tm-top-a\ top-a {
    background: #13351a;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}
/*Home About*/
.home #tm-top-b\ top-b {
    background: url('../../../uploads/home-about-bg.jpg');
    padding-top: 45px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*Home Book Now*/
#tm-bottom-a\ bottom-a {
    background: linear-gradient(180deg, #13351a 50%, #13351a 50%);
    padding-top: 45px;
}
.home #tm-bottom-b\ bottom-b {
    background: #eeeded;
    padding-top: 45px;
}

/*About*/
.page-id-755 #tm-middle\ middle-area {
    background: url('../../../uploads/menu-para.jpg');
    padding-top: 45px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

/*Gallery*/
#tm-top-a\ top-a {
  padding: 0px;
}

/* Home Map Overlay*/
.tm-map-overlay::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.8);
}
.tm-map-overlay-content {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tm-bottom-b\ bottomb-b {
  padding: 0px;
}

/*Pages*/
#tm-top-b\ top-b {
    background: #13351a;
    color: #fff;
    padding-top: 25px;
}

/*Footer*/
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgba(255,231.0.1);
}
.footer-logo {
  width: 250px;
  height: auto;
}
.footer h2 {
  color : #c1272c;
}
.footer .uk-icon-button {
    border: none;
    font-size: 30px;
}

/*Translate*/
#gtranslate_selector {
    position: relative;
    top: 28px;
}
