/*
 *  incentives.css v1 | http://zyrgon.com | (c) 2019
 */

.section4 {
    padding-bottom: 60px;
    padding-top: 20px;
}

.hotel_name {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #2c2f33;
}


.show-more {
    width: fit-content;
    border-radius: var(--button-border-radius-lg, 12px);
    font-size: 11px;
    font-weight: bold;
    line-height: 1.18;
    padding: 9px 13px 9px 13px;
    background-color:#455A64;
    color: #FFFFFF;
    border: 1px solid #455A64;    
}

.show-more:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  color: white;    
}

.card-alignment {
    padding-bottom: 0px;
}

.incentives-alignment {
    padding-left:5px;
}


#incentives_divs {
	display: flex;
}

#incentives_title {
	margin: 10px 0px;
    font-size: 24px;
    color: #000000;
    text-decoration: underline;
}

.incentive-type {
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    text-align: center;
    color: #2c2f33;
    display: flex;
    align-items: center;
}

.incentive-icon {
    margin-right: 10px;
}

.card{
    border: none;
    margin-bottom: 20px;
}

.card-title{
    height: 21px;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.21;
    text-align: center;
    color: #2c2f33;
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
}

.card-title:hover{
  color:#2c2f33;
}


.card-text {
    height: 39px;
    margin-bottom:35px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #2c2f33;
    text-align: left;
}

.card-body {
    padding:20px;
}

.card-img-top {
    height: 171px;
    display: flex;
    justify-content: center;
    background-color: #455A64;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    max-width: 256px;
}

.card-spacer {
    margin-top: 0px;
    margin-bottom: 20px;
}

.card-spacer-last {
    display: none;
}

.discount {
	align-self: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.23;
    text-align: center;
}

.discount_text {
  font-size: 14px;
  line-height: 1.21;
  display: block;
}

.header-incentives{ 
    background-image:url("/icons/Photo_Header_Incentives.png");  
    width:100%;
    height:197px;
    text-align:center;
    padding-top:50px;
}

.hotel-wrapper > .hotel_name ~ .hotel_name {
    padding-top: 40px;
}

.section-title{

    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;

    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #2c2f33;
    margin-bottom:20px;

}

.title-holder {
    padding-left: 10px;
}

.breadcrumb {
    margin-bottom: 20px;
}

.hotel-wrapper{
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom:20px;
}
.hotel-wrapper:last-child{
  border-bottom:0;
  margin-bottom:0;
}

.custom-card{
    
    margin-bottom:0px;
}
.card-incentive{
    margin-top:20px;
}
.card-incentive:first-child{
    margin-top:0;
}

.card-img-top {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}


@media (max-width: 1200px) and (min-width: 992px) {
    .hotel_name {
        margin-left: 10px;
    }
    .title-holder {
        padding: 0;
    }

    .hotel_name {
        margin:0;
    }

    .card-padding-width {
        padding: 0;
    }

}

@media (max-width: 992px) {
    .mobile-search-bar {
        display: none;
    }

    .header-top{
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .hotel_name {
        padding: 20px 0px 10px 0px;
    }

    .show-more {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
        padding: 11px 0px;
        width: 100%;
        max-width: 220px;
    }

    .card {
        margin-bottom: 0px;
    }

    .card-title {
        font-size: 14px;
        text-align:center;
    }

    .card-text {
        text-align: center;
    }

    .card-body {
        /*padding: 14px 10px 10px 10px;*/
        padding: 10px 10px 15px 10px;
    }

    .incentive-type {
        padding-bottom: 20px;
    }

    .section4 {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .header-incentives {    
        padding-top: 25px;
        height: 137px;
    }
    
    .section-title {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .card-spacer {
        display: none;
    }

    .incentive-icon {
        display: none;
    }

    .card-incentive {
        margin-top: 0px;
    }

    .hotel-wrapper {
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }

    .card-text {
        margin-bottom: 30px;
    }

    .card-img-top {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }


    .card-title-phone {
        display: block;
    }

    .card-title-desktop {
        display: none;
    }

}

@media (max-width: 576px) {
    
    .card {
        margin-bottom: 0px;
    }
    
    .section4 {
        padding-bottom: 30px;
    }

    .show-more {
        max-width: 180px;
    }

}




/* INTERNET EXPLORER FIX */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-img-top {
        flex-grow:1;
    }

    .card-body {
        flex:2;
    }
}


