*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.header_new{
	width: 100%;
	height: 2000px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
#logo{
	left: 10%;
	border-radius: 5px;
	position: absolute;
	z-index: 9999;
}
.back {
    width: 114px;
    height: 50px;
    position: absolute;
    margin-left: 2.8%;
    bottom: 220px;
    font-size: 20px;
    font-family: 'dejavu_sansbook';
    text-align: center;
    line-height: 46px;
     border-radius: 3px;
    color:#fff;
    background-color: rgba(2, 7,80, 0.4);
    z-index: 99;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.back:hover{
    color:#ecad06;
}
.bottom_projects{
	width: 1200px;
	margin: auto;
	height: 30px;
	position: relative;
}
/*
#Villa-residence-Resort {
    position: absolute;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    z-index: 9999;
    bottom: -195px;
    left: 50px;
}

#Villa-residence-Resort div {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    font-size: 13px;
    color: #FFF;
    left: 0;
    top: 20px;
    background-color: #01f99f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#Villa-residence-Resort div>div {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 110px;
    height: 110px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    color: #01031b;
    left: 22px;
    top: 22px;
    background-color: transparent;
    font-weight: bold;
}
#Villa-residence-Resort div>div:hover{
    color: #fff;
}
.Ap2{
	left:215px !important;
}
.Ap3{
	left:385px !important;
}
nav{
	width: 134px;
	height: 900px;
	margin-top: 5vh;
	float: right;
	border-left: 1px solid rgba(255,255,255,0.2);
	position: relative;
	overflow: hidden;
	
}*/

.demo_1{
	right:0px !important;
	position: absolute;
	top: 30px;
}
.header_color{
	position: absolute;
    width: 138px;
    height: 100%;
    background-color: rgba(2, 7,80, 0.4);
    right: 0;
}
.content_left{
	width: 92%;
	height: 100vh;
	float: left;
	display: flex;
}
/*
.fixed-nav{
	margin-top:38vh;
	margin-left: 40px;
	position: relative;
	
}
 
.fixed-nav a {
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
     -webkit-transition: all .3s;
    transition: all .3s;
    
}
.fixed-nav a:nth-child(1){
	 color:#01f99f;
	 font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
.fixed-nav a:hover{
    color:#01f99f;
}
.fixed-nav a:first-child .shape_nav{
	width: 31px;
	opacity: 1;
}

.shape_nav{
	position: absolute;
	width: 20px;
	left: -37px;
	margin-top: 13px;
	background-color:#01f99f;
	width:0px;
	height: 2px;
	opacity: 0;
	   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fixed-nav a:hover .shape_nav{
	
	width: 31px;
	opacity: 1;
	
}
.fixed-nav a, .fixed-nav span {
    display: block;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .5px;
    cursor: pointer;
    color: #fff;
}
.fixed-nav-wrap {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(91.67% - 30px);
    text-align: left;
    margin: auto 0;
    display: block;
    width: 60px;
    z-index: 900;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.icon {
    position: absolute;
    bottom: 55px;
    left: 3%;
    width: 105px;
    
   
}
.icon ul {
    list-style: none;
    padding: 0;
    right: 10px;
    position: absolute;
}
.icon ul li {
    float: left;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.icon ul li a {
    position: absolute;
    width: 30px;
    height: 30px;
}
.leng {
    width: 120px;
    position: absolute;
    left:2%;
     top: 80px;
    color: #fff;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 99;
}
.leng a {
    margin: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    width: 50px;
    height: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    font-family: 'dejavu_sansbook';
}

.leng a:hover{
    color: #01f99f;
}

.close_button{
	width: 100px;
	height: 100vh;
	position: absolute;
	right: 0;
	display: flex;
	z-index: 9999;
}
.fa-times{
	width: 50px;
	height: 38px;
	color: #fff;
	font-size: 40px;
	margin: auto;
	cursor: pointer;
	position: relative;
	z-index: 9999;
}
.fa-times:hover{
	color: #01f99f;
}
#bars {
  height: 30px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  top:25px;
  width: 40px;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.play-button{
	width: 30px;
	height: 30px;
	left: 38%;
	border-radius: 50%;
	position: absolute;
	border: 2px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 35px;
	cursor: pointer;
	background-size:50% 50%;
	background-color: rgba(255, 255,255, 0.2);
    animation:pulse 2s infinite;
    
}
@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}
@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(78,215,158,0.7)}
	70%{-webkit-box-shadow:0 0 0 10px rgba(78,215,158,0)}
	100%{-webkit-box-shadow:0 0 0 0 rgba(78,215,158,0)}
}
	@keyframes pulse{
		0%{-moz-box-shadow:0 0 0 0 rgba(78,215,158,0.7);box-shadow:0 0 0 0 rgba(78,215,158,0.7)}
		70%{-moz-box-shadow:0 0 0 10px rgba(78,215,158,0);box-shadow:0 0 0 10px rgba(78,215,158,0)}
		100%{-moz-box-shadow:0 0 0 0 rgba(78,215,158,0);box-shadow:0 0 0 0 rgba(78,215,158,0)}
}
		.play-button:hover{
	
	animation:none
}
*/
.bar {
  background: #fff;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

.bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

.bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}

.bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}

.bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}

.bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}

.bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

/*
.Projects{
	width: 92%;
	height: 100vh;
	float: left; 
	margin-top: 0;
	
}*/
.flor {
	position: absolute;
	left: 50px;
	top: 15px;
}
.kompasas{
	left: 10%;
	bottom: 15px;
    border-radius: 5px;
    position: absolute;
}
.flor{
	margin-left: 3%;
	height: 100vh;
	width: 115px;
	display: flex;
}
.flor>ul{
	list-style: none;
	margin-top: 220px;
	margin-left: 12px;
	width: 115px;
	background-color: rgba(2, 7,80, 0.5);
	margin: auto;
}
.flor>ul>li{
	color: #fff;
	padding: 10px;
	width: 12px;
	height:12px;
	text-align: center;
    margin: 17px 39px;
    line-height: 20px;
    background-color: #01f99f;
    font-weight: bold;
    cursor: pointer;
     -webkit-transition: all .3s;
    transition: all .3s;
     -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.flor>ul>li>p{
	-webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 12px;
	height:12px;
	font-family: 'dejavu_sansextralight';
	font-size: 17px;
	margin-top: -3px;
	margin-left: -3px;
}
.flor>ul>li:hover{
	color: #59645b;
}

.faza_2:nth-child(7){
	display: none;
}
.fa-home{
	margin-left: -3px;
}
.kompasas{
	left: 10%;
	bottom: 15px;
    border-radius: 5px;
    position: absolute;
}
.header_bg_image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.faza_2{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,255,222, 0.2);
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
	.faza_2:hover{
   opacity: 1;
   cursor: pointer;
}
.faza_1{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,255,222, 0.2);
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.faza_2_flor{
	opacity: 0;
}
.faza_2_flor:hover{
	opacity: 1;
	cursor: pointer;
}
.flor_faza_1{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0,255,222, 0.2);
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
	.flor_faza_1:hover{
   background-color: rgba(0,255,222, 0.5);
   cursor: pointer;
}

.new_block_5 .flor_1 .flor_faza_1{
	left: 1%;
}

.new_block_5 .flor_faza_1{
	left: 0%;
    top: 2%;
}


.flor_faza_2{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(252,1,1, 0.2); /* old 0.2 */ 
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
	.flor_faza_2:hover{
   background-color: rgba(252,1,1, 0.7); /* old 0.7 */
   cursor: default;
}
.flor_faza_5{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(252,1,1, 0.2);
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
	.flor_faza_5:hover{
   background-color: rgba(252,1,1, 0.7);
   cursor: pointer;
}
.flor_faza_3{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(236,173,6, 0.4);
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    
}
	.flor_faza_3:hover{
   background-color: rgba(236,173,6, 0.7);
   cursor: pointer;
}
.flor_faza_8{
	position: absolute;
	top: 5%;
	left: 3.0%;
	right: 10px;
	bottom: 10px;
	background-color: rgb(0,0,255, 0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
.flor_faza_8:hover{
	background-color: rgb(0,0,255, 0.8);
	cursor: pointer;
}
.flor_1,.flor_0,.flor_2,.flor_3,.flor_4,.flor_5,.flor_6, .flor_7{
display: none;
}
#search{
	width: 100%;
	height: 350px;
	background-image: url('../img/search.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}
.earch_tr_color{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(2, 7,80, 0.4);
}
.search {
    width: 1000px;
    height: 300px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.dol{
	display: none !important;
}
.sell{
    width: 90px;
    height: 90px;
    background-color: #ecad06;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    display: none;
}
.sell pre {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    font-size: 20px;
    color: #FFF;
    left: 0;
    top: 0;
    line-height: 5.5rem;
}
.rent{
    width: 80px;
    height: 80px;
    background-color: #020750;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 95px;
    left: 85px;
    display: none;
}
.rent pre {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: #FFF;
    left: 0;
    top: 0;
    line-height: 4.8rem;
}
.search-info{
	width: 1300px;
	margin: auto;
    list-style: none;
    text-align: center;
    margin-top: 0px;
    position: relative;
    
}
#dolari{
	position: absolute;
	right: 57px;
	width: 100px;
	height: 20px;
	top: 0;
	
	
}
#lari{
	position: absolute;
	right: 57px;
	width: 100px;
	height: 20px;
	top: 0;
	
	
}
.search-info-title{
	width: 1300px;
	margin: auto;
    list-style: none;
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.search-info-title li{
	text-align: center;
	height: 40px;
	margin-top: 10px;
	position: relative;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-info-title li:first-child div{
	 font-family: 'dejavu_sansbold';
	 color: #20201e;
	 width: 180px;
}
.search-info-title li div{
	display: inline-block;
	 width: 180px;
	border: 3px;
	color: #7b7a76;
	text-align: center;
	 font-family: 'bpg_nino_medium_capsregular';
	 font-weight: bold;
	 z-index: 999;
	 
}
.blur{
	 filter: blur(5px);
}
.search-info li{
	text-align: center;
	height: 40px;
	background-color: #edeae5;
	margin-top: 10px;
	position: relative;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-info li a{
	height: 200px;
	padding: 10px;
}
.search-info li:hover{
	opacity: 0.8;
	transform:scale(0.99);
}
.search-info li:first-child{
	 background-color: transparent;
}
.search-info li:first-child:hover{
	opacity: 1;
	transform:scale(1);
}
.search-info li:first-child div{
	 font-family: 'dejavu_sansbold';
	 color: #20201e;
	 width: 180px;
}
.search-info li div{
	display: inline-block;
	 width: 180px;
	border: 3px;
	color: #7b7a76;
	text-align: center;
	 font-family: 'bpg_nino_medium_capsregular';
	 font-weight: bold;
	 z-index: 999;
	 
}
.search-info li div a{
	
	color: #7b7a76;
	
}
.search-info li div{
	margin-top: 13px;
}
.block{
    width: 25px !important;
    height: 25px !important;
    background-color: #418a6f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: 90px;
}
.block span{
	 width: 40px !important;
    height: 40px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    
}
.fa-check{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #418a6f;
}
.fa-times-circle{
	position: absolute;
	right: 20px;
	top: 12px;
	color: #fe7474;
}
.ul_block{
	list-style: none;
	position: absolute;
	left: 75px;
	margin-top: 20px;
}
.ul_block li{
	width: 215px;
	border: 3px;
	color: #2e2e2e;
	text-align: center;
	font-weight: bold;
	z-index: 999;
	font-size: 25px;
	cursor: pointer;
}
.ul_block li:nth-child(1){
	margin-left: -80px;
	margin-top: 20px;
	font-family: 'dejavu_sansbold';
}
.ul_block li:nth-child(2){
	background-color: #030751;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	line-height:48px;
	margin-top: 20px;
	font-family: 'bpg_nino_medium_capsregular';
}
.ul_block li:nth-child(3){
	background-color: #030751;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	line-height:48px;
	margin-top: 10px;
	font-family: 'bpg_nino_medium_capsregular';
}
.Space{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 390px;
	top: 100px;
}
.Entrance>.slider_title{
	width: 110%;
}
.Rooms>.slider_title{
	width: 110%;
}
.slider_title{
	width: 100%;
	color: #01032c;
    text-align: center;
    font-family: 'dejavu_sansbold';
    font-weight: normal;
	font-size: 20px;
}
.Entrance{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50px;
	top: 100px;
}
.Rooms{
	width: 200px;
	height: 100px;
	position: absolute;
	right: 65px;
	top: 100px;
}
.lari{
	width: 35px;
	height: 35px;
	background-color: #418a6f;
	right: 120px;
	top: 60px;
	position: absolute;
	 -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 0.7;
}
.lari>img{
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    margin-top: 8px;
    margin-left: 10px;
    width: 15px
}
.dolari{
	width: 35px;
	height: 35px;
	background-color: #418a6f;
	right: 50px;
	top: 60px;
	position: absolute;
	 -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.dolari .fa-dollar-sign{
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    margin-top: 6px;
    margin-left: 10px;
    width: 15px;
    color: #f8f8f8;
    font-size: 18px;
}
#Price-range_1{
	display: none;
}
#search-info{
	position: relative;
}

.search-info-backround{
	background-color:rgba(255,255,255, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 40px;
	display: none;
	box-shadow: none;
}
.search-info-loader{
	width: 80px;
	height: 50px;
	margin: auto;
	margin-top: -180px;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #030751;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@media only screen and (max-width: 3000px){
	.header_new,.flor{
	
	height: 1500px;
	}
	
	
	.back {
    bottom: 190px;
  
	} }
@media only screen and (max-width: 2900px){
	.header_new,.flor{
	
	height: 1467px;
	}
	
	
	.back {
    bottom: 180px;
  
	} }
@media only screen and (max-width: 2800px){
	.header_new,.flor{
	
	height: 1420px;
	}
	
	
	.back {
    bottom: 170px;
  
	} }
@media only screen and (max-width: 2700px){
	.header_new,.flor{
	
	height: 1365px;
	}
	
	
	.back {
    bottom: 160px;
  
	} }
@media only screen and (max-width: 2600px){
	.header_new,.flor{
	
	height: 1315px;
	}
	
	
	.back {
    bottom: 150px;
  
	} }
@media only screen and (max-width: 2500px){
	.header_new,.flor{
	
	height: 1240px;
	}
	
	
	.back {
    bottom: 150px;
  
	} }
@media only screen and (max-width: 2400px){
	.header_new,.flor{
	
	height: 1200px;
	}
	
	
	.back {
    bottom: 150px;
  
    
	} }
@media only screen and (max-width: 2300px){
	.header_new,.flor{
	
	height: 1159px;
	}
	

	.back {
    bottom: 150px;
  
    
	} }
@media only screen and (max-width: 2200px){
	.header_new,.flor{
	
	height: 1113px;
	}
	

	.back {
    bottom: 150px;
  
    
	} }
@media only screen and (max-width: 2100px){
	.header_new,.flor{
	
	height: 1066px;
	}
	

	.back {
    bottom: 150px;
  
	}
				}					}
@media only screen and (max-width: 2006px){
	.header_new,.flor{
	
	height: 1015px;
	}
	

	.back {
    bottom: 150px;
  
    
	}}
	@media only screen and (max-width: 1921px){
	.header_new,.flor{
	
	height: 960px;
	}
	

	.back {
    bottom: 150px;
  
    
	}}
@media only screen and (max-width: 1800px){
	.header_new,.flor{
	
	height: 911px;
	}
	

	.back {
    bottom: 150px;
  
    
	}
	@media only screen and (max-width: 1700px){
	.header_new,.flor{
	
	height: 860px;
	
}

	

	}
	@media only screen and (max-width: 1600px){
	.header_new,.flor{
	
	height: 809px;
	
}

	
	.back {
    bottom: 130px;
  
    
	}
	}
	@media only screen and (max-width: 1500px){
	.header_new,.flor{
	
	height: 759px;
	
}
.back {
    bottom: 110px;
  
    
	}
	.kompasas{
		left:14%;
	}

	.faza-1,.faza-2,.faza-1 p,.faza-2 p{
		 width: 60px;
    height:60px;
	}
	.faza-1 p,.faza-2 p{
		font-size: 12px;
	}
	}
	@media only screen and (max-width: 1400px){
	.header_new,.flor{
	
	height: 708px;
	
}

	
	
	.back {
    bottom: 80px;
  
    
	}
	}
	@media only screen and (max-width: 1320px){
	.header_new,.flor{
	
	height: 657px;
	
}

	.search-info-title,.search-info{
    width: 1200px;
	}
	.search-info-title li div{
   width: 165px !important;
   
}
.search-info li div{
	 width: 165px;
	  
}
.back {
    bottom: 50px;
  
    
	}
	}
	@media only screen and (max-width: 1220px){
	
		
	
	.header_new{
	
	height: 606px;
	width: 1200px;
	
}


		
#room ,#search{
    width: 1200px;
}


	}
	/*
@media only screen and (max-width: 1120px){


	
	.block{
			left: 50px;
		}
		
		.search-info-title,.search-info{
    width: 900px;
	}
	.search-info-title li div{
   width: 124px !important;
 
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	 width: 124px
	  
}
#lari{
	right: 30px;
}
#dolari{
	right: 30px;
}
	}
	@media only screen and (max-width: 1000px){
	.header_new,.flor{
	
	height: 550px;
	
}

	
	
	}
	
		@media only screen and (max-width: 920px){
	.header_new,.flor{
	
	height: 525px;
	
}

	

	.header_color{
		width: 123px;
	}
	.flor,.faza_2{
		display: none;
	}
	.faza_2,.header_bg_image{
    display: none;
}

.search{
		width: 380px;
		
	}
	.ul_block li {
    font-size: 18px;
}
.ul_block {
    
    left: 25px;
}
.Space {
    
    left: 120px;
   top: 60px;
}
.Rooms {
    
     left: 120px;
   top: 150px;
}
.Price{
	left: 120px;
   top: 230px;
	
}
.lari,.dolari{
   
    top: 20px;
   
}
.dolari{
   
    right: 105px;
   
}
.lari{
    right: 180px;
}
	.block{
			left: 60px;
			
		}
		
		.search-info-title,.search-info{
    width: 780px;
	}
	
	.search-info-title li div{
   width: 100px !important;
   font-size: 11px;
}
.search-info li div{
	font-size: 13px;
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	 width: 100px
	  
}
.back {
    width: 60px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    bottom:70px;
   display: none;
}
		.room-namber{
		 top: -140px;
		 color: #fff;
		 left: 42%;
	}
		.room_left{
		width: 100%;
	}
	#room{
	height: 1300px !important;
}
.room_center{
	float: left;
	width: 100%;
}
	}
	@media only screen and (max-width: 800px){
	.header_new,.flor{
	height: 400px;
	background-size: cover;
	background-position: center center;
}

	
#logo {
    width: 60px;
}
	.block{
			left: 60px;
		}
		
		.search-info-title,.search-info{
    width: 680px;
	}
	
	.search-info-title li div{
   width: 90px !important;
   font-size: 11px;
}
.search-info li div{
	font-size: 13px;
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	 width: 90px
	  
}

	}
	@media only screen and (max-width: 700px){
		.fa-check,.fa-times-circle{
			right:5px;
		}
		.block{
			left: 30px;
		}
		
		.search-info-title,.search-info{
    width: 580px;
	}
	
	.search-info-title li div{
   width: 80px !important;
   font-size: 11px;
}
.search-info li div{
	font-size: 13px;
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	 width: 80px
	  
}
		#lari{
	right: 7px;
}
#dolari{
	right: 7px;
}
}
		@media only screen and (max-width: 600px){
		.fa-check,.fa-times-circle{
			right:5px;
		}
		.block{
			left: 30px;
		}
		
		.search-info-title,.search-info{
    width: 480px;
	}
	
	.search-info-title li div{
   width: 65px !important;
   font-size: 9px;
}
.search-info li div{
	font-size: 10px;
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	width: 65px
	  
}
.block span{
	top:4px;
	left: 4px;
}
		#lari{
	right: 7px;
}

@media only screen and (max-width: 700px){
		.room-namber{
		
		 left: 33%;
	}

.room_center,.room_left{
	height: 660px !important;
}
		.button {
    top: 10px;
}
}
@media only screen and (max-width: 500px){
		.room-namber{
		
		 left: 25%;
	}
	.img{
		width: 350px !important;
	}
	.img_2{
		width: 370px !important;
	}

		.fa-check,.fa-times-circle{
			right:5px;
		}
		.block{
			left: 20px;
		}
		
		.search-info-title,.search-info{
    width: 380px;
	}
	
	.search-info-title li div{
   width: 50px !important;
   font-size: 8px;
}
.search-info li div{
	font-size:7px;
}
.search-info li div:nth-child(2){
  margin-left: -18px;
}
.search-info li div{
	 width: 50px
	  
}
.block span{
	top:4px;
	left: 4px;
}
		#lari{
	right: 0px;
}
#dolari{
	right: 0px;
}
}
	
