main.hostel {
    padding-top: 0; 
    margin-top: 0; 
}
article.hostel>header {
    background: #ff4f00;
    padding: 1em 0;
    position: initial;
    bottom: 100%;
    left: 0;
    right: 0;
}

main>article.hostel>header h1 {
    font-weight: 700;
    padding: 0;
    margin: 0 .1em 0 0;
    font-size: 1.8em;
    line-height: 1.5;
    border-bottom: 0;
    text-transform: capitalize;
	font-family: Arial,sans-serif;
}

.address {
    font-size: 1.4em;
	padding-bottom: 8px;
}

a.hostel-phone,a.hostel-email {
    text-decoration: none;
}

nav.tabs {
    width: 100%;
}

@media (min-width: 64em){
nav.tabs ul li {
    width: 24%;
    text-align: center;
	display: inline-block;
    float: none;
}
}

.detail-conatiner {
    display: inline-block;
}
.hostel-book {
    display: inline;
    margin-top: 32px;
    float: right;
}
.hostel-book a {
    font-weight: bold;
    color: #fff;
    background-color: #2e5596;
    padding: 11px;
    text-decoration: none;
    border-radius: 10px;
}

.one-third{
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.two-third{
	width: 64%;
	display: inline-block;
	vertical-align: top;
}

h2.link a {
    color: #7c7c7e;
    text-decoration: none;
}

h2.link {
	border-bottom: 0px !important;
	    margin: 0px !important;
}

.flex-control-thumbs li { width: 10% !important; float: left; margin: 0; }

.flexslider2 ul li {
	margin: 0;
    padding-left: 0px;
    background: none; }
	
.hostelAvailability {
    padding: 1.8em 2em;
    color: #2e5596;
    border-radius: 10px;
    border: 3px solid #2e5596;
}

.hostelAvailability .label {
    color: #2e5596;
    font: 1.05em Arial;
    margin-bottom: .2em;
}

.bgroup, .bgroup a {
    text-align: center;
    color: #2e5596;
    padding-top: 15px;
	text-decoration: none;
}

.booknow {
    background-color: #2e5596;
    margin: 0;
    padding-top: .64em;
}

.hostelAvailability .buttons button{
	padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #2e5596;
	}

.hostelAvailability .buttons {
    text-align: center;
}	

h2.book-now {
	margin: 0px !important;
	font-size: 24px !important;
    color: #2e5596 !important;
    border-bottom: 0px !important;
}
.hostelAvailability input, .hostelAvailability select{
    background: #fff !important;	
}

.read-more-state {
  display: none;
}

.read-more-target {
  display: -webkit-box;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-wrap {
    display: initial;
    clear: both;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  clear: both;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more' !important;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less' !important;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
  float:right;
}

.no-margin{ margin: 0px !important;}
.pad-top{ padding-top:20px; }
.pad-bottom{ padding-bottom:20px; }
.pad-right{ padding-right:20px; }
.pad-left{ padding-left:20px; }

.intrinsic-container {
  position: relative;
  height: 600px;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.csstransforms footer.l-footer .top-bar {
    overflow: hidden;
}

h3.inline {
    display: inline;
	vertical-align: top;
}

@media (max-width: 64em){
.one-third, .two-third{
	width:100%
}

.hostel-book { float:none; display: block; padding-bottom: 15px;}

.flex-control-thumbs { display:none; }
}