html {
  font-family: 'Open Serif', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Open Serif', sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

md-toolbar.md-toolbar {
  background-color: #fff;
}
md-toolbar.md-toolbar h1 {
  display: flex;
  margin: auto;
  height: 100%;
}
md-toolbar.md-toolbar h1 img {
  margin: auto;
  height: 100px; 
  cursor: pointer;
  outline: 0;
}
md-toolbar .contactus-btn {
	height:50px;
	position: absolute;
	right: 10px;
	top: 10px;
}
@media screen and (min-width: 300px) {
  md-toolbar.md-toolbar h1 img {
    margin-top: 7%;
  }
}

@media screen and (min-width: 600px) {
  md-toolbar.md-toolbar h1 img {
    margin-left: 5%;
  }
}
@media screen and (min-width: 600px) {
  md-toolbar.md-toolbar h1 img {
    margin-left: 5%;
	margin-top:5%;
  }

  .hero md-toolbar.md-toolbar h1 img {
    background-image: url(../img/banner.jpg);
    min-height: 320px;
  }

	
}
.hero-short {
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 70px;
  width: 100%;
}

.hero {
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 320px;
  min-height: 225px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media screen and (min-width: 400px) {
  .hero {
    background-size: cover;
    background-position: center;
    min-height: 225px;
  }
}
@media screen and (min-width: 568px) {
  .hero {
    background-image: url(../img/banner.jpg);
    min-height: 225px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: 225px;
  }
  .hero-short {
		min-height: 100px
	}	
}
@media screen and (min-width: 1024px) {
  .hero {
    background-image: url(../img/banner.jpg);
    min-height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  #main-container {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

  body {
    background: #e1e1e1;
    height: auto;
  }

  .hero, .hero-short {
    min-height: 120px;
  }
}
.title-wrap {
  width: 90%;
  margin: 0 auto;
}
.title-wrap h4 {
  margin: 0;
  margin: 15px 0;
  font-size: 24px;
  line-height: 32px;
}

.selected-location.md-subhead {
  margin: 0;
  margin-top: 25px;
}
.selected-location.md-display-1 {
  margin: 0;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
}

.results-wrap {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}
.results-wrap strong {
  font-weight: bold;
}

.btn-wrap {
  width: 90%;
  margin: 0 auto;
}

.center {
  width: 80%;
  text-align: center;
}
h2.center{
  width: 100%;
}
.btn-wrap .btn1 {
  border: 2px solid #565656;
  text-transform: capitalize;

  text-align: center;
}

.butx {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.btn2 {
  background: #DB4D28;
  color: #fff;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.hero .md-button:not([disabled]):hover,
.resort-wrap .md-button:not([disabled]):hover{
    background: #DB4D28;
  opacity: 0.9;
}
#content {
  background: none !important;
}

.resort-listing {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 30px;
  padding-bottom: 25px;
}
.resort-listing img {
  width: 100%;
  height: 100%;
}
.resort-listing .image-gallery li {
  list-style-type: none;
}
.resort-listing .image-gallery__sub {
  height: 25%;
  width: 25%;
}

.resort-detail p, .resort-detail .md-title {
  margin: 5%;
}

.footer-detail p, .footer-detail .md-title {
  margin: 2%;
}

#bx-pager a{
  outline: none;
  text-decoration: none;
}
#bx-pager a:hover{
  opacity: 0.85;
}

@media screen and (min-width: 600px) {
  .resort-wrap {
    margin-left: 5%;
  }

  .resort-detail {
    margin: 0 5%;
    width: 90%;
  }
  .footer-detail {
    margin: 0 5%;
    width: 90%;
  }
  iframe {
    margin-left: 0%;
  }
}
.map-wrap {
  position: relative;
  width: 375px;
  height: 170px;
  margin-bottom: 50px;
  float: right;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.pagination {
  margin: auto;
  padding: 2% 0;
  text-align: right;
}
.pagination li {
  display: table;
  float: right;
  text-align: center;
  min-height: 0;
  min-width: 0;
  padding: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  margin: -5px 6px;
  cursor: pointer;
}
.pagination li.disabled{
    border: 1px solid #CBCBCB;
    color: #CBCBCB;
}
.pagination li:hover {
  color: #000;
  border: 1px solid #000;
}
.pagination li i {
  display: table-cell;
  vertical-align: middle;
}

footer {
  margin: auto;
  padding: 1% 5%;
  margin: 30px auto;
  width: 90%;
  
}

#search-container {
  width: 75%;
  margin: 0 auto;
  padding: 4% 0;
  text-align: center;
}

#search-container h1 {
  font-size: 40px;
  line-height: 66px;
  margin: 0;
  color: #fff;
  font-weight: 100;
}

#search-container .intro-text {
	color: #fff;
}

#search-container md-content{
  background: none;
  width: 725px;
  margin: 0 auto;
}
#search-container .md-whiteframe-z1,
#search-container .search-bar,
#search-container .search-bar input{
  height: 35px;
  border-radius: 0;
}
#search-container .search-bar input{
  background: #fff;
}
#search-container .search-bar {
    width: 50%;
    padding: 0;
    display: block;
    float: left;
	margin-left:20%;
}

.hero #search-container .search-bar {
  border: 3px solid #000;
}
.hero #search-container .btn2 {
  border: 3px solid #000;
  line-height: 35px;
  margin: 0 0 0 -2px;
  float: left;
}
.hero-short #search-container .btn2{
    line-height: 34px;
    min-height: 34px;
	float:left;
	margin-left:3px;
}
#search-container p {
  font-size: 18px;
  line-height: 30px;
  margin: 1% 0 3% 0;
}

footer .logo {
  background: url(../img/footer-logo.png);
  height: 0;
  width: 70px;
  padding: 51px 0 0 0;
  overflow: hidden;
  float: left;
}

.hero-short {
  background: #4e4848;
  margin: 0 0 30px 0;
}
.hero-short .intro-text {
  display: none;
}
.footer-nav {
  float: right;
  display: inline-block;
}
.footer-nav ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-nav ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #666;
}

#albumImage img {
  display: block;
  margin: auto;
}

#thumbWrapper {
  margin: 20px auto 0 auto;
  width: 85%;
}
#thumbList {
  white-space: nowrap;
  margin: 0px;
  padding: 0;
}
#thumbList li {
  display: inline;
  list-style-type: none;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
}
#thumbList li:hover {
  opacity: 0.5;
}
#thumbList li img {
  width: 80px;
}
.detail-bottom {
  overflow: hidden;
  margin: 5%;
  display: block;
}
.amenities-wrap {
  float: left;
}

.amenities-wrap ul{
  list-style-position: inside;
  padding:0;
}
.pagination-wrap {
    margin: 10px 10px 10px 0px;
    text-align: center;
}
.pagination-title {
  color: inherit;
  margin: 0 0 5% 0;
  margin-right: 5px;
  font-size: 16px;
}
.breadcrumb-wrap {
    margin: 10px 30px 20px 0px;
}
.breadcrumb-wrap > span::before{
  content: ' ';
  color: #da4e2a;
}

.breadcrumb-wrap a:link, .breadcrumb-wrap a:visited {color: #da4e2a;}

.breadcrumb-wrap > span:first-child::before{
    content: ' ';
  }
.breadcrumb-wrap > span:last-child {
  color: #da4e2a;
  cursor: default;
}
.breadcrumb-wrap > span,
.breadcrumb-wrap > span:first-child {
  color: #da4e2a;
  cursor: pointer;
}
.breadcrumb-title {
  color: #da4e2a;
  margin: 0 0 5% 0;
  margin-right: 5px;
}

h1.md-title {
  font-size: 26px;
  font-weight: 700;
}

h2.md-title {
  font-size: 20px;
  font-weight: 700;
}

h3.md-title {
  font-size: 18px;
  font-weight: 700;
}

.resort-detail h1.md-title {
  margin: 0 5% 1% 5%;
}
.resort-detail h2.md-title {
  margin: 1% 5% 5% 5%;
}

.resort-listing .btn2 {
  margin: 5% 0 0 0;
}

.md-button {
  border-radius: 0;
}

@media screen and (max-width: 850px) {
  .amenities-wrap {
    float: none;
    width: 100%;
  }
  #search-container md-content{
    width: 100%;
  }
  #search-container .search-bar{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .hero #search-container .btn2{
    float: none;
  }
  #search-container h1{
    line-height: 25px;
	font-size:22px;
	margin:30px 0;
  }
	#search-container p{
    line-height: 18px;
	font-size:16px;
  }

  .map-wrap {
    float: none;
  }
   md-toolbar.md-toolbar h1 {
	 margin: auto 5%;	
	}
	
	.hero-short #search-container .btn2 {
		display:none;
	}

	.flex-35 {
		max-width:100%;
	}
	.breadcrumb-wrap {
		margin-left: 10px;
	}
}
@media screen and (max-width: 550px) {
  .hero #search-container .btn2{
    display: none;
  }
}

@media screen and (min-width: 300px) {
  md-toolbar.md-toolbar h1 {
	  margin-left: 0;
  }
}