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

#white-background {
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 50px;
}

#grey-background {
	background-color: #EAEDF2;
	border-radius: 4px;
	padding: 30px 30px 20px;
}

#header_photo {
	background-image: url(/img/Header_Incentives.png);
	height: 340px;
	font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.23;
  padding-top: 120px;
  margin-bottom: 40px;
}

#hotel {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.15;
  text-align: left;
  color: #2c2f33;
  padding-top: 7px;
  padding-bottom:20px;
}

.discount_number {
  display: block;
	padding-bottom: 5px;
}

#incentive_name {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #2c2f33;
}

.discount {
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
}

.ul-head {
    font-weight: 500;
  	font-family: 'Roboto', sans-serif;
  	font-size: 14px;
 	  font-weight: bold;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.21;
  	letter-spacing: normal;
  	text-align: left;
  	color: #2c2f33;
    margin-bottom: 10px;
  }

.button {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

#incentives_redirect {
	text-decoration: none;
  background-color: #53ac2a;
  color: #ffffff;
  padding: 17px 20px;
  border-radius: var(--button-border-radius-lg, 12px);
  border-width: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  width: 100%;
  max-width: 250px;
}

.book-now {
	display: block;
  margin: 0px auto;
  background-color: #53ac2a;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  border-radius: var(--button-border-radius-lg, 12px);
  padding: 15px;
  display: inline-block;
}

.book-now:hover {
	text-decoration: none;
}

.incentive-contain {
	padding:30px 30px 40px 30px;
}

.incetive-header {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	margin-bottom:10px;
}

.incentive-text {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	text-align: left;
	color:#2c2f33;
  margin-bottom: 30px;
}

.incentive-dates {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  text-align: left;
  color:#2c2f33;
}

.booking {
	max-width: 318px
}

.cancelation_policy, .included, .meals_included {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #53ac2a;
  margin-bottom:8px;
  padding-left:2px;
  margin-bottom: 8px;
}

.extra-icon {
  margin-right: 5px;
}

.dot {
    font-size: 5px;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

.ul-list {
  padding-left: 18px;
}

.ul-list li {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #2c2f33;
  font-weight: 400;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";
  color:black; 
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em; 
}

.arrow-icon-rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);  
}

.incentive-discount p{
  text-align: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #2c2f33;
}

.icon-share__holder {
  display: flex;
  justify-content: flex-end;
}

.icon-share__holder__phone{
  display: none
}

.promotion-slide-icon-cancel,.promotion-slide-icon-guarantee {
  display: none;
}

.responsive-incentive-text-guarantee,.responsive-incentive-text-cancel {
  display: block;
}

.policy_dates {
  font-size: 14px;
}

@media (max-width: 992px) {

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

  .bootstrap-sides-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promotion-slide-icon-cancel,.promotion-slide-icon-guarantee {
    display: inline-block;
  }  

  .incentive-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  #white-background {
    padding: 20px 0px;
  }

  .grey-background-holder {
    display: flex;
    justify-content: center;
  }

  #grey-background {
    max-width: 600px;
    width: 100%;
    margin-top: 20px;
  }

  .icon-share__holder{
    display: none;
  }

  .icon-share__holder__phone {
    display: block;
  }

  .icon-share__text {
    margin-right:0; 
  }

  .icon-share__text__phone {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .icon-share__links {
    display: flex;
    justify-content: center;
  }

  .icon-share__link {
    margin-right: 8px;
  }

  .booking {
    max-width: none;
  }

  #header_photo {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .jumbotron {
    padding: 0px;
  }

  #hotel {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-text-collapse-guarantee,.responsive-text-collapse-cancel {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .responsive-incentive-text-guarantee,.responsive-incentive-text-cancel {
    display: none;
  }

  #white-background {
    margin-top: 0px;
  }

}

@media (max-width: 576px) {
  
  .bootstrap-sides-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  #white-background {
    padding: 15px 0px;
  }

  #header_photo {
    height: 171px;
    margin-bottom: 10px;
  }


  #hotel {
    line-height: 1.3;
    font-size: 10px;
    padding-bottom: 10px;
  }

}