/*
 * Typography
 */

.btn-outline-primary {
    border-color: #fff!important;
    color: #fff;
    cursor: pointer;
}

.btn-outline-primary:hover {
    background-color: #FF3B30;
    border-color: #FF3B30!important;
}

.btn-primary {
    background-color: #FF3B30;
    border-color: #FF3B30!important;
}

.btn-primary:hover {
    background-color: #FF3B30;
    border-color: #FF3B30!important;
}

.display-4 {
    font-size: 2.8rem;
}

.ss-cont {
   background-color: #F4F4F4;
   padding: 30px;
}

.ss-grid > div {
    padding: 10px;
    background: #fff;
    margin: 1%;
    box-sizing: border-box;
    flex: 0 0 48%;
}

.ss-grid > div div {
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 64px;
  padding: 10px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}

.ss-grid > div div p {
  text-align: right;
  position: absolute;
  top: 16px;
  right: 15px;
}

.ss-grid {
  padding: 0px 0 50px;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    color: #333;
    padding: 0 30px;
    min-width: 255px;
}

.sidebar hr {
  border-top: 1px solid #fff;
}

.ss-nav-mobile {
    display: none;
}


/* Sidebar navigation */

.ss-logo {
    background: url(../images/ss-logo.png) no-repeat center 10px;
    background-size: 115px;
    padding: 110px 0 0px;
    margin: 0;
    cursor: pointer;
}

.ss-logo div {
    font-size: 16px;
    padding-bottom: 10px;
}

.ss-logo div strong {
    color: #FF3B30;
}

.sidebar p.contNum {
    text-align: left;
    position: absolute;
    bottom: 5px;
    left: 30px;
}

.sidebar .nav {
    margin: 10px 0px;
    text-align: left;
}

.sidebar .nav-item {
    width: 100%;
}

.ss-nav-bm {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    background-color: #FF3B30;
    color: #fff;
}

.ss-nav-bm a{
    color: #fff;
}

.sidebar .nav-item+.nav-item {
    margin-left: 0;
}

.sidebar .nav-link {
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: .5em 0;
}

.sidebar .nav-link.active {
    background-color: transparent;
    color: #FF3B30;
}

.sidebar .nav-link.active:hover {
    color: #FF3B30;
}

.sidebar .nav-link:hover {
    color: #FF3B30;
}

.sidebar p.contNum {}

.sidebar p.contNum strong {
    font-size: 26px;
}

.sidebar h3 a {
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 100%;
}

/* home */

.ss-intro {
    padding: 80px;
    margin: 0 -15px 50px;
    background:url('../images/home-bg.jpg') no-repeat right;
}

.ss-intro div {
    width: 50%;
}

.ss-intro p {
    color:#999;
}

.ss-intro h1 {
    border:none;
    font-size:56px
}

.ss-grid div {
    cursor: pointer;
    overflow: hidden;
}

.ss-grid h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ss-grid h5 {
    font-size: 14px;
    color: #999;
}

.ss-grid i {
    border: 1px solid #999;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
}

.ss-grid div img {
    max-width: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.ss-grid div:hover img {
    /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}

.ss-grid div.col-md-6:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.ss-grid div.col-md-6:hover:after {

}


/* lodge description page  */

.ss-lodge {
    padding: 20px 40px;
}

.ss-lodge h3 {
    font-size: 16px;
    color: #b9b9b9;
    text-transform: uppercase;
    padding-top: 10px
}

.ss-lodge h6 {
    color: #FE6780;
}

.ss-lodge-header {
    margin-bottom: 40px;
}

.ss-lodge h5 {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
}

.ss-lodge h5:after {
    content: '';
    border-bottom: 3px solid #FF3B30;
    position: absolute;
    width: 130px;
    top: 25px;
    left: 0px;
}

.ss-lodge-roomType {
    margin: 40px 0 30px 0;
}

.carousel .d-block {
    width: 100%;
    height: 100%;
}

.ss-lodge-roomType li {
    margin-left: 20px;
    color: #666;
}

.ss-lodge-roomType ul {
    padding: 0;
    margin-top: 0px;
}

.ss-lodge-roomType li p {
    color: #a9a8a8;
    margin-top: -5px;
    font-size: 15px;
}

.ss-lodge-amenities {
    margin: 30px 0 0 0;
}

.ss-lodge-map {
    margin: 20px 0;
    padding: 0;
}

.ss-lodge-amenities ul {
    display: flex;
    flex-wrap: wrap;
        padding: 0;
}

.ss-lodge-amenities ul li {
    flex: 0 0 25%;
    padding: 18px 10px;
    list-style: none;
    text-align: center;
    color: #999;
    font-size: 14px;
}

h4.card-header {
    font-size: 18px;
}

.ss-lodge-terms {
    margin: 30px 0 0 0;
}

.ss-lodge-terms ol, .ss-lodge-terms ul {
    padding: 0 0 0 17px;
}

.ss-lodge-terms li {
    font-size: 15px;
}

/* About us */

.ss-about, .ss-contact, .ss-booking {
    padding: 30px;
}

/* booking */

.ss-booking-cont ul {
    padding-left: 0;
}

.ss-booking-header {
    margin-bottom: 10px;
}

.ss-booking-cont ul  li {
    list-style: none;
    display: flex;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px #e1e1e1;
}

.ss-booking-cont ul li div {
    border-right: 2px dashed #dfdede;
    padding: 10px 15px;
    flex: 0 1 100%;
}

.ss-booking-cont ul  li img {
    height: 200px;
    margin-right: 15px;
}

.ss-booking-cont ul  li h2 {
    margin-bottom: 0px;
}

.ss-booking-cont ul  li h2 a{
    color:#333;
    font-size: 24px;
    vertical-align: text-top;
}

.ss-booking-cont ul  li .rating {
    margin-top: -8px;
    margin-bottom: 0px;
}

.ss-booking-cont ul  li .location {
    font-size: 14px;
    color:#999;
}

.ss-booking-room li{
    padding: 0px 0 10px!important;
    display: block!important;
    margin-top: 0!important;
    box-shadow: none!important;
}

.ss-booking-cont ul  li .amenities i {
    border: 1px solid #c1c295;
    border-radius: 50%;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #c1c295;
}

.btn {
    border-color: #FF3B30;
}

.btn.btn-outline-info {
    color: #FF3B30;
}

.btn.btn-outline-info:hover {
    background-color: #FF3B30;
    color: #fff;
}

.ss-booking-cont ul  li .btn.btn-info {
    background-color: #FF3B30;
}

.ss-booking-cont ul li div:last-child {
    border: none;
    text-align: center;
}

/* mobile */


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .ss-intro {
        padding: 10px;
        margin: 0;
        background: none;
    }
    .ss-intro div {
        width: auto;
    }
    .ss-intro h1 {
        font-size:30px;
        margin: 10px 0 0 0;
    }
    #ss-home .sidebar {
        position: relative;
    }
    .ss-nav-mobile {
        display: block;
        z-index: 10000;
    }
    .ss-grid div img {
        height: auto;
    }
    .ss-about, .ss-contact, .ss-booking {
        padding: 10px;
    }
    .ss-lodge {
        padding: 20px;
    }
    .ss-lodge-roomType {
        margin: 30px 0 0 0;
    }
    .navbar-brand {
        background: url(../images/ss-logo.png) no-repeat -5px 0;
        background-size: 46px;
    }
    .navbar-brand div {
        margin-left: 40px;
    }
    .navbar-brand div strong {
        color: #FF3B30;
    }
    .ss-grid h2 {
        font-size: 25px;
    }
    .btn-outline-primary.btn-lg {
        padding: 8px 12px;
        font-size: 14px;
    }
    .ss-grid h5 {
        font-size: 15px;
    }
    .ss-grid div.col-md-6 div {
        top: 15%;
    }
    .ss-booking-cont ul li {
        display: block;
    }
    .ss-booking-cont ul li img {
        margin-bottom: 20px;
    }
    .ss-booking-cont ul li div {
        padding: 3px;
        border: none;
    }
    .ss-lodge-amenities ul li {
        width:24%
    }
    .ss-lodge .col-md-12 .row{
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
    .ss-lodge .col-md-7 {
        order:2;
        -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    }
    .ss-lodge .col-md-5{
        order:1;
        -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    }
}
