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

.show-more {
	width: fit-content;
    border-radius: var(--button-border-radius-lg, 12px);
    background-color: #fd4700;
    color: #ffffff;
    font-weight: 700;
}

.location {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #2c2f33;
}

.breadcrumb {
	margin-bottom: 40px;
}

.card-margin {
	margin-top:20px;
}

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

.card-alignment {
	padding-left: 10px;
}

.card {
	margin-bottom: 20px;
}

.custom-card:hover {
	box-shadow: none;
}

.location span {
	font-weight: 700;
}

.location-body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #2c2f33;
  margin-bottom: 0;
  display: inline-block;
}

.location_image {
	width: 11px;
	height: 16px;
	display:inline-block;
}

.hotel-padding {
	padding: 10px;
}

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

.section4 {
	/*padding-bottom: 80px;*/
	padding-top: 20px;
}

.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;

}
.search-box{
	margin:0 auto;
	width:500px;
	height:42px;
	position:relative;
}

.location-wrapper-first:first-child {
	margin-top: 40px;
}

div.location-wrapper:last-child{
	margin-bottom: 50px;
}

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

.card-body {
	padding: 20px;	
}

.card-padding-width-hotels {
	max-width: 256px;
}

.card-img-top{
	max-height: unset;
	min-height: 195px;
	object-fit: cover;
	max-width: 256px;
	border-radius: 0;
	border-top-left-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.stars{
	line-height: 16px;
	width: 100%;
    display: inline-block;
    text-align: left;
    color:#ffcc00;
}
.country-name{
	display:block;
}
.card-title {
  font-size: 16px;
  height: auto;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #2c2f33;
  text-align: left;
  text-decoration: underline;
}

.hotel-title {
	margin-bottom: 4px;
}

.card-text {
  font-size: 14px;
  height: 39px;
  font-weight: 300;
  line-height: 1.43;
  text-align: left;
  color: #2c2f33;
}

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

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

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

.hotels-button {
  	min-width: 90px;
  	border-radius: var(--button-border-radius, 10px);
  	font-size: 11px;
  	font-weight: bold;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.18;
  	letter-spacing: normal;
	text-align: center;
	padding: 9px 13px 8px 13px;
	background-color:#455A64;
	color: #FFFFFF;
	border: 1px solid #455A64;	
}

.hotels-button: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;	
}

.button-text-holder {
	align-items: flex-end;
}


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

@media(max-width: 1200px) and (min-width: 992px) {
	.location {
		margin-left: 0px;
	}
	.card-alignment {
		padding-left: 0px;
	}
	.card-padding-width {
		padding-right: 0px;
	}
	.title-holder {
		padding-left: 0px;
	}
}

@media (max-width: 992px) {

	.section4 {
		padding-top: 0px;
	}

	.title-holder {
		padding: 0 !important;
	}

	.card-padding-width {
		box-shadow: none !important;
		background: unset !important;
	}


	.country-name{
		display:inline-block;
	}

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

	.card-margin {
		margin-top: 0;
		margin-bottom: 0;
	}

	div.location-wrapper:last-child {
		margin-bottom: 30px;
	}

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

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

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

    .location-body {
    	margin-bottom: 20px;
    	display: block;
    }

    .location {
		padding: 20px 0px 10px 0px;
		margin-left: 0px;    	
    }

    .card-title {
    	font-size: 16px;
    	text-align: center;
    	text-decoration: none;
    }

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

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

	.button-text-holder {
		align-items: center;
	}

	.card-spacer {
		display: none;
	}

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

	.card-alignment {
		padding-left: 15px;
	}

	.stars {
		text-align: center;
	}

	.hotel-text {
		margin-bottom: 9px;
	}

}

@media (max-width: 576px) {

    .location {
    	padding-top: 20px;
    	padding-bottom: 10px;
    }
    .card-margin {
    	margin-top: 0px;
    }
	div.location-wrapper:last-child{
		margin-bottom: 30px;
	}    

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

}