@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('../fonts/css/font-awesome.min.css');

a{
	text-decoration: none !important;
	outline: none !important;
}

body{ 
	background: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Raleway', sans-serif;
}
ul{
	margin: 0;
	padding: 0;
}
.img-stretch{
	min-width:100%;
}
img{
	max-width: 100%;
}

/*.fullscreen-backdrop{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
    top: 0;
    left: 0;
}
.container{
	max-width:960px;
	margin-top:10px;
}
#content{
	background-color: rgba(72,72,72,0.8);
	color: #ffffff;
	min-height:520px;
}
.inner-grid {
    padding: 0px 50px;
}*/

.top-right-btn {
	position: absolute;
    background-color: #666;
	/*padding: 5px 10px;*/
	color: #fff;
	/*margin-top: -30px;*/
	/*margin-left: -60px;*/
	padding: 5px 15px;
	margin-top: 0;
	right: 0;
	z-index: 1;
}

.top-right-btn:hover{
	color: #fff;
	text-decoration: unset;
}

.next-btn, .prev-btn {
    position: absolute;
    background-color: #000;
    padding: 50px 10px;
    top: 200px;
    color: #fff;
    font-size: 40px;
}

.prev-btn{
	/*left:0px;*/
}

.next-btn{
	margin-left: -34px;
}

.next-btn:hover, .prev-btn:hover{
	background-color: #232323;
	color: white;
	text-decoration: unset;
}

.widget{
	/*position:relative;*/
	margin:15px 0px;
}

.widget .widget-bottom{
	position:absolute;
	z-index:1;
	bottom:5px;
	background: rgba(0,0,0,0.7);
	color:#fff;
	display: block;
	width: calc(100% - 30px);
	padding:5px 10px;
}

.widget .widget-top{
	position:absolute;
	z-index:1;
	top:5px;
	background: rgba(0,0,0,0.7);
	color:#fff;
	display: block;
	width: calc(100% - 30px);
	padding:5px 10px;
}

/* image css starts */
.image-widget {
    position: relative;
}

/*.image-widget-bottom {
    position: absolute;
    bottom: -29px;
    width: 100%;
}*/
.image-widget-bottom .navbar-nav li.active {
	 border-bottom: 2px solid #c1272d;
	 background: #e8f5f4;
}
.image-widget-bottom .navbar-nav li.active a {
	 color: #000;
}
.image-widget-bottom .navbar-nav li a{
	/*background: rgba(0,0,0, 0.5);*/
	color:#696666;
	padding: 15px 13px;
	font-size:14px;
	font-weight: 500;
}

.image-widget-bottom .navbar-nav li a:hover{
	/*background: rgba(0,0,0, 0.8);*/
	background: transparent;
}
/* image css ends */

/* preloader code starts */
.loading_image_wrap {
	background: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 998;
}

.loader_inner_wrap {
    background: #ffffff none repeat scroll 0 0 !important;
    display: block;
    left: 42%;
	text-align: center;
    position: fixed !important;
    top: 42% !important;
    width: 100px;
    z-index: 999 !important;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 12px arial;
}
	
.loader_inner_wrap>span{
	display:block;
}
/* preloader code ends */


/* NEW CSS */
body#index{
	background-image: url('images/background-img.jpg');
}
body#index .inner-header{
	display: none;
}
h1.head-title{
	font-size: 65px;
	color: #fff;
	margin: 70px 0;
}
h2{
	font-size: 24px;
	text-transform: uppercase
}
.btn.go-btn {
    background: transparent;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 20px;
}
body#room_type,
bodny#room{
	background-image: none !important;
}
.grey-bg{
	background: #ebebeb;
	padding: 35px 0;
}
.ambient-gall{
	margin: 60px 0 0;
}
.ambient-gall h4{
	font-size: 18px;
	margin: 0 0 20px;
}
.ambient-gall ul li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	width: 25%;
}
body#room_type .home-header,
body#image .home-header,
body#room .home-header{
	display: none;
}
body#room_type .inner-header,
body#image .inner-header,
body#room .inner-header{
	display: block;
	padding: 20px 0;
}
.inner-header h1.head-title{
	font-size: 20px;
	color: #000;
	margin: 0;
}
.image-widget-image.full-bg {
    width: 100%;
    height: 100%;
	position: fixed;
    background-position: center;
    background-size: cover;
}
/*.tab-btn:before {
    background: rgba(255, 255, 255, 0.97);
    content: "";
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
}*/
.tab-btn{
    background: rgba(255, 255, 255, 0.97) url('/images/tab-btn.png') center center no-repeat;
    background-size: auto auto;
    background-size: 50% 50%;
    border-radius: 5px 0 0 5px;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 140px;
    left: -40px;
    cursor: pointer;
    box-shadow: -5px 1px 10px rgba(0,0,0,0.1);
	z-index: 1;
}
.image-widget-bottom {
    width: 410px;
    z-index: 90;
    background: #ffffff;
    position: fixed;
    right: -411px;
    top: 0;
    bottom: 0;
    padding: 0 25px;
    transition: all ease 0.4s 200ms;
    -webkit-transition: all ease 0.4s 200ms;
}
.image-widget-bottom.opened {
    right: 0;
    box-shadow: -5px 1px 20px rgba(0,0,0,0.15);
}
/*.side-tabs.image-widget-bottom{
	display: none;
}*/
.image-widget-bottom .navbar-nav {
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
.rooms-tab {
    padding: 15px 0 40px;
    float: left;
}

.rooms-tab h4{
    font-size: 14px;
	float: left;
	text-transform: uppercase;
}
/*.rooms-tab li{
	width: 48%;
	float: left;
	margin: 0 2% 4% 0;
	list-style: none;
}
*/

select#ambient-selector-elements {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("/images/select-bg.png") no-repeat scroll right center;
    border: 0 none;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    padding-right: 13px;
    text-transform: uppercase;
}
.color-box {
    border: 1px solid #ddd;
    border-radius: 50px;
    float: left;
    height: 60px;
    width: 60px;
}
.color-info {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    width: 100%;
}
.detail {
    float: left;
    padding-left: 25px;
    padding-top: 10px;
}
.detail h4 {
    float: none;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
	line-height: normal;
}
.rooms-tab h5 {
    font-size: 13px;
    margin: 0 0 10px;
}
.filter-box {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.filter-box .checkbox{
	padding-left: 0;
}
.filter-box .checkbox label {
    float: left;
    font-size: 10px;
    line-height: 22px;
    width: 22%;
    margin:10px;
}
.filter-box .checkbox label input[type="checkbox"]{
	margin-right: 10px;
	margin-left: 0;
}
.filter-btn-area {
    float: left;
    width: 100%;
}
.filter-hue {
    border: 1px solid #5b5b5b;
    border-radius: 100%;
    float: left;
    height: 26px;
    margin-right: 10px;
    width: 26px;
}
.scrollbar {
    float: left;
    height: 300px;
    width: 100%;
    overflow-y: scroll;
	margin-top: 15px;
}
.force-overflow {
    min-height: 450px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
}
.force-overflow::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
}

.filter-list .item {
    width: 24%;
    float: left;
	text-align: center;
}
.filter-list .color-box{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	float: none;
}

.filter-list .name{
	padding: 9px 0;
	font-size: 9px;
	width: 100%;
    float: left;
}
#bg .full-bg{
/*    transition: background 1.5s linear;  
    transition: all ease 0.5s 300ms;
    -webkit-transition: all linear 0.6s; */ 
     background:100ms linear;
    -webkit-transition: background 100ms linear;
}
h5 span.all_hue {
    float: right;
    font-size: 11px;
    text-decoration: underline;
}


/*ROOM SELECTION*/
.changes {
    display: none;
}
.room_transitional .changes_transitional {
    display: block;
}
.room_loft .changes_loft {
    display: block;
}
.room_classic .changes_classic {
    display: block;
}
.room_lobby .changes_lobby {
    display: block;
}
.room_exterior .changes_exterior {
    display: block;
}
.changes_btn {
    background: url("../images/button.png") no-repeat;
    background-size: cover;
    height: 48px;
    width: 48px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 100000;
    transition: all ease 0.1s 100ms;
    -webkit-transition: all ease 0.1s 100ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    }
.changes_btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.95;
}
.changes_btn:focus {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.changes_transitional .changes_btn_top    { bottom: 20%; left: 50%;}
.changes_transitional .changes_btn_bottom { right: 30%; top: 84%;}

.changes_loft .changes_btn_top    { bottom: 20%; left: 40%;}
.changes_loft .changes_btn_bottom { left: 33%;bottom: 3%;}

/*.changes_classic .changes_btn_top    { left: 38%; top: 24%;}
.changes_classic .changes_btn_bottom  { bottom: 20%;left: 45%;}*/

.changes_classic .changes_btn_top    { bottom: 20%; left: 45%;}
.changes_classic .changes_btn_bottom  { left: 38%; top: 24%;}


.changes_lobby .changes_btn_top    { bottom: 20%;left: 50%;}
.changes_lobby .changes_btn_bottom { display: none;}

.changes_exterior .changes_btn_top    {right: 50%; top: 50%;}
.changes_exterior .changes_btn_bottom {display:none;}