h5, h2 {
	color: rgba(231,222,204,1.00) !important;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

/*** 

====================================================================
		Room Section
====================================================================

***/

.room-section{
	position: relative;
	padding: 30px 0 0;
	background-color: rgba(0,0,0,0);
	
}

.room-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/london.jpg);
	content: "";
	opacity: .3;
}
.room-section1{
	position: relative;
	padding: 30px 0 0;
	background-color: rgba(0,0,0,0);
	
}
.room-section1:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/pinner-dev.jpg);
	content: "";
	opacity: .2;
}

.room-detail-tabs{
	position: relative;
}

.room-detail-tabs1{
	position: relative;
    margin: 10px;

    padding: 10px;

    outline: 1px solid #BF7C30;
    outline-offset: -16px;
}

.room-detail-tabs .tabs-box{
	position: relative;
}

.room-detail-tabs .tab-btns{
	position: relative;
	left:0;
	top:0;
	width:100%;
	display: table;
	margin-bottom:60px;
}

.room-detail-tabs .tab-btns li{
	position: relative;
	display: table-cell;
	width:20%;
	vertical-align: middle;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 40px;
	color: #24262d;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	text-align: center;
	padding: 25px 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.room-detail-tabs .tab-btns li:before{
	position: absolute;
	right: 0;
	top:0px;
	border-right: 18px solid #ffffff;
	border-bottom: 21px solid transparent;
	content: "";
}

.room-detail-tabs .tab-btns li:last-child:before{
	border-right: 18px solid #E7DECC;
}

.room-detail-tabs .tab-btns li.active-btn,
.room-detail-tabs .tab-btns li:hover{
	background-color: #BF7C30;
	color: #fff;
	font-family: "oswald";
}

.room-detail-tabs .tab-btns li.active-btn:before,
.room-detail-tabs .tab-btns li:hover:before{
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
	background-color: #BF7C30;
}

.room-detail-tabs .tab-btns li:hover span,
.room-detail-tabs .tab-btns li.active-btn span{
	color: #ffffff;
	opacity: 0.1;
}

.room-detail-tabs .tabs-content{
	position: relative;
	padding: 0 0 70px;
}

.room-detail-tabs .tab{
	position: relative;
	display:none;
}

.room-detail-tabs .active-tab{
	display:block;	
}

.room-section .content-column{
	position: relative;
}

.room-section .content-column .inner-column{
	position: relative;
	margin-right: -30px;
	opacity:0;
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	transition:all 500ms ease 100ms;
}

.room-section .active-tab .content-column .inner-column{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

.room-section .content-column h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1em;
	color: #050521;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.room-section .content-column .room-size{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #BF7C30;
	font-weight: 700;
	letter-spacing: 0.16em;
	padding: 10px 30px;
	text-transform: uppercase;
	background-color: #050521;
}

.room-section .content-column .room-size span{
	margin-right: 25px;
}

.room-section .content-column .text{
	position: relative;
	font-size: 14px;
	line-height: 34px;
	color: #E7DECC;
	font-weight: 500;
	margin-bottom: 50px;
	font-family: "tahoma";
}

.room-section .room-info{
	position: relative;
	margin-bottom: 40px;
}

.room-section .room-info .icon{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 64px;
	line-height: 1em;
	color: #000000;
}

.room-section .room-info h5{
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #24262d;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding-right: 40px;
	margin-left: 20px;
}

.room-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.room-section .image-column .inner-column{
	position: relative;
	padding-left: 110px;
	opacity:0;
	-webkit-transform:translateX(30px);
	-ms-transform:translateX(30px);
	transform:translateX(30px);
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	transition:all 500ms ease 100ms;
}

.room-section .active-tab .image-column .inner-column{
	opacity:1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);	
}

.room-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.room-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}