.section {
    position: relative;
	width: 100%;
	display: block;
}
.relative {
    position: relative;
}
.over-hide{
	overflow: hidden;
}
.over-y-scroll{
	overflow-y: scroll;
	z-index: 2099;
}
.full-height {
	height: 100vh;
}
.hero-full-height {
	height: calc(100vh - 140px);
}
.half-height {
	height: 50vh;
}
.big-55-height {
	height: 55vh;
}
.big-60-height {
	height: 60vh;
}
.big-65-height {
	height: 65vh;
}
.big-70-height {
	height: 70vh;
}
.big-75-height {
	height: 75vh;
}
.big-80-height {
	height: 80vh;
}
.max-width-80 {
	max-width: 80%;
}
.background-white {
	background-color: #ffffff;
}
.background-grey {
	background-color: #fbfbfb;
}
.background-grey-1 {
	background-color: #f9f9f9;
}
.background-dark {
	background-color: #181818;
}
.background-dark-1 {
	background-color: #242424;
}
.background-dark-2 {
	background-color: #1b1b1b;
}
.background-black {
	background-color: #000000;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
.color-grey {
	color: #e1e1e1;
}
.img-wrap  {
	position:relative;
	width:100%;
	display:block;
}
.img-wrap img {
	width:100%;
	height: auto;
	display:block;
}
.z-bigger  {
	z-index:0;
}
.z-too-big  {
	z-index:11000;
}
.padding-page-top {
	padding-top: 180px;
}
.padding-top-bottom {
	padding-top: 20px;
	padding-bottom: 50px;
}
.padding-top {
	padding-top: 100px;
}
.padding-bottom {
	padding-bottom: 100px;
}
.padding-top-bottom-big {
	padding-top: 130px;
	padding-bottom: 130px;
}
.padding-top-big {
	padding-top: 130px;
}
.padding-bottom-big {
	padding-bottom: 130px;
}
.padding-top-bottom-small {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-top-small {
	padding-top: 70px;
}
.padding-bottom-small {
	padding-bottom: 70px;
}
.padding-top-bottom-smaller {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top-smaller {
	padding-top: 50px;
}
.padding-bottom-smaller {
	padding-bottom: 50px;
}

/* #Rooms
================================================== */ 


#rooms-sync1 .item{
	position: relative;
	width: 100%;
}
#rooms-sync1 .item img{
	width: 100%;
	height: auto;
	display: block;
}
#rooms-sync2 .item{
	position: relative;
	margin-top: 20px;
	margin-right: 15px;
}
#rooms-sync2 .item img{
	width: 100%;
	height: auto;
	display: block;
}

.customNavigation.rooms-sinc-1-2{
	position:absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.next-rooms-sync-1,
.prev-rooms-sync-1 {
	position:absolute;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 1002;
	background-color: rgba(0,0,0,.5);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition : all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.next-rooms-sync-1:hover,
.prev-rooms-sync-1:hover {
	background-color: rgba(0,0,0,.95);
}
.next-rooms-sync-1 {
	left: 0px;
	background-image: url('../img/arrow-left.png');
}
.prev-rooms-sync-1 {
	right: 0px;
	background-image: url('../img/arrow-right.png');
}



