/* CSS Document */

#VideoOverP{
	position:fixed;
	width:1920px;
	height:1000px;
	left:0px;
	bottom:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.4);
	display:none;
}
.vidHolder{
	position: absolute;
	width: 1920px;
	height: 650px;
	top: 86px;
	left: 0px;
	z-index: 1;
}
.video{
	position: absolute;
	width: 1920px;
	height: 650px;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.videoClose{
	position: absolute;
	width: 46px;
	height: 46px;
	right: 100px;
	top: 50px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/cross.png');
}

.arrowOpen{
	position: absolute;
	width: 35px;
	height: 50px;
	left: 25px;
	top: 465px;
	z-index: 15;
}
#errors{
	color:transparent;	
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 1px solid #fff;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

*:focus {
    outline: 0;
}
	.white{
		color: #fff;
	}
	.orange{
		color: #FF5923;
	}
	.wrapper{
		position: relative;
		width: 100%;
		height: auto;
		float: right;
	}
/*desktop */
	.web{
		display: block;
	}
	.mob{
		display: none;
	}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	background-color: #fff;
	/*background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/bg.jpg');*/
	font-family: 'ploni',Arial, Helvetica, sans-serif;
}

/* hp */
#MainDiv{
	position: absolute;
	width:1920px;
	height: auto;
	left:0px;
	top: 0px;
	z-index:1;
	overflow-x: hidden;
	/*overflow: auto;*/
}

.page{
	position: relative;
	width: 1920px;
	height: auto;
	margin: 0;
	float: left;
	display: block;
	z-index: 5;
	margin-top: -2px;
}
#header{
	position: fixed;
	width: 1920px;
	height: 86px;
	left: 0px;
	top: 0px;
	background-color: #1d1d1b;
	z-index: 25;
}
#hp{
	height: 736px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/HP.jpg');
}
#page1{
	height: auto;
	z-index: 2;
}
#page3{
	height: auto;
	z-index: 2;
	background-color: #fff;
	margin-top: 80px 0px;
}


/* header */
#topC2c{
	position: absolute;
	width: 324px;
	height: 84px;
	left: 25px;
	top: 0px;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/TopBTN.svg');
}

#TopAddress{
	position: absolute;
	width: 400px;
	height: 37px;
	right: 25px;
	top: 23.5px;
	text-indent: 45px;
	z-index: 3;
	padding: 0;
	font-size: 32px;
	line-height: 37px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-image: url('images/map_pin.svg');
}


	
.arrowHolder{
	position: absolute;
	width: 100%;
	height: 52px;
	left: 0px;
	top: 685px;
	z-index:15;
}

.arrowDown{
	animation: MoveUpDown 2s linear infinite;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 0px;
	left: 934px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/arrow_down.svg');
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
}

/* hp */
#topHolder{
	position: relative;
	width: 1040px;
	height: auto;
	float: right;
	margin: 125px 440px 0px 0px;
	z-index: 25;
}
#logo{
	position: relative;
	width: 1025px;
	height: 197px;
	margin: 0 auto 15px auto;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/logo.svg');
}
/* top end */
h1{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	font-size: 76px;
	line-height: 1;
	font-weight: 600;
	color: #FFE500;
	margin: 0;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
}

.title{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
}

.topBtn{ 
	position: relative;
	width: 250px;
	height: 60px;
	float: right;
	z-index: 2;
	margin: 0 395px;
	font-size: 28px;
	line-height: 60px;
	font-weight: 400;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 3px solid #FFF;
	text-decoration: none;
	display: block;
}
#footer{
	background-color: #1d1d1b;
	height: 96px;
	margin-bottom: 30px;
}
/* page 1 */
.subPage{
	position: relative;
	width: 1416px;
	height: auto;
	float: right;
	margin: 30px 260px 30px 0px;
	display: none;
}
/* sub menu */
.menuItem{
	position: relative;
	width: 452px;
	height: 120px;
	float: right;
	margin: 0px 0px 40px 20px;
	cursor: pointer;
}
.menuIcon{
	position: relative;
	width: 60px;
	height: 61px;
	margin: 0 196px 10px 196px;
	z-index: 3;
}
.menuText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	font-size: 26px;
	line-height: 1;
	color: #1D1D1B;
	margin: 0;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
}
.mtextOff{
	font-weight: 400;
}
.mtextOn{
	font-weight: 700;
}
.mLine{
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.mlineOff{
	background-color: #fff;
}
.mlineOn{
	background-color: #1D1D1B;
}
/* inner items */
.roomItem{
	position: relative;
	width: 680px;
	height: 480px;
	float: right;
	margin: 0px 0px 20px 20px;
	border: 4px solid #1D1D1B;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
#sp1{
	display: block;
}
.roomPic{
	position: absolute;
	width: 100%;
	height: 390px;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
}

.roomTitle{
	position: absolute;
	width: 450px;
	height: 35px;
	right: 35px;
	top: 415px;
	z-index: 2;
	padding: 0;
	font-size: 34px;
	line-height: 35px;
	font-weight: 700;
	color: #1D1D1B;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: ltr;
	text-transform: uppercase;
}

.roomInfo{
	position: absolute;
	width: 210px;
	height: 35px;
	right: 490px;
	top: 415px;
	z-index: 2;
	padding: 0;
	font-size: 24px;
	line-height: 35px;
	font-weight: 400;
	color: #1D1D1B;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
	text-transform: uppercase;
	text-indent: 25px;
}
.roomInfIcon{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 0px;
	top: 6px;
}

.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	color: #1D1D1B;
	margin: 35px 0px 35px 0px;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
}

.bold{
	font-weight: 600;
}
.med{
	font-weight: 500;
}
/* page 1 end */

h2{ 
	position: absolute;
	height: 114px;
	top: 163px;
	z-index: 2;
	padding: 0;
	text-align: center;
	border: 8px solid #fff;
	box-shadow: 0px 0px 9.6px 0.4px rgba(0, 0, 0, 0.25);
}
h2 .txt{
	position: absolute;
	width: 100%;
	height: 114px;
	right: 0px;
	top: 0px;
	z-index: 2;
	padding: 0;
	font-size: 106px;
	line-height: 114px;
	font-weight: 700;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: ltr;
	text-transform: uppercase;
	text-shadow: 0px 0px 9.6px rgba(0, 0, 0, 0.25);
}

/* page 2 end */
/* page 3 */
.itemHolder{
	position: relative;
	width: 1400px;
	height: 220px;
	float: right;
	margin: 50px 310px;
	z-index: 3;
}

.item{
	position: relative;
	width: 200px;
	height: 220px;
	float: right;
	margin: 0px 0px 0px 60px;
}


.textItem{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: #1d1d1b;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
	
}

.itemPic{
	position: relative;
	width: 200px;
	height: 200px;
	float: right;
	margin: 0;
}

h3{ 
	position: absolute;
	width: 1262px;
	height: 114px;
	right: 329px;
	top: 330px;
	z-index: 2;
	padding: 0;
	text-align: center;
	border: 8px solid #fff;
	box-shadow: 0px 0px 9.6px 0.4px rgba(0, 0, 0, 0.25);
}
#footer .txt{
	position: absolute;
	width: 100%;
	height: 114px;
	right: 0px;
	top: 0px;
	z-index: 2;
	padding: 0;
	font-size: 70px;
	line-height: 114px;
	font-weight: 700;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: ltr;
	text-transform: uppercase;
	text-shadow: 0px 0px 9.6px rgba(0, 0, 0, 0.25);
}
#footer .txt span{
	color: #FFE500;
}
/* page 3 end */

.credit{
	margin-bottom: 180px;
}
::-webkit-input-placeholder { 
    color:    #3F3E40;
   opacity:  0.7;
}
:-moz-placeholder { 
   color:    #3F3E40;
   opacity:  0.7;
}
::-moz-placeholder { 
   color:    #3F3E40;
   opacity:  0.7;
}
:-ms-input-placeholder { 
   color:    #3F3E40;
   opacity:  0.7;
}

/* content */
#popup{
	position: absolute;
	width: 1470px;
	height: 680px;
	bottom: -800px;
	right: 225px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
}
.roomHolder{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	display: none;
}
.closeBtn{
	position: absolute;
	width: 68px;
	height: 68px;
	left: 0px;
	top: -45px;
	z-index: 2;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	font-size: 42px;
	line-height: 68px;
	font-weight: 600;
	color: #1D1D1B;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: center;
	direction: rtl;
	display: block;
	text-decoration: none;
}


.content1{
	position: absolute;
	width: 720px;
	height: 338px;
	right: 8px;
	top: 8px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #1d1d1b;
	z-index: 5;
}


.content2{
	position: absolute;
	width: 720px;
	height: 338px;
	left: 8px;
	top: 8px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #1d1d1b;
	z-index: 5;
}


.galleryHolder{
	position: absolute;
	width: 1490px;
	height: 290px;
	right: 8px;
	top: 370px;
	z-index: 2;
}
.galleryPic{
	position: relative;
	width: 465px;
	height: 290px;
	float: right;
	margin: 0px 0px 0px 27px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}

.cnTitle{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 20px 20px 10px 0px;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
}

.cnText{ 
	position: relative;
	width: 570px;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 20px 0px 0px;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
}

.cnSmall{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 20px 20px 10px 0px;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
}

.cnPrice{ 
	position: relative;
	width: auto;
	height: 50px;
	float: right;
	display: inline-flex;
	z-index: 2;
	padding: 0;
	margin: 0px 20px 0px 0px;
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
	margin-bottom: 10px;
	margin-left: 20px;
}
.cnSpec{ 
	position: relative;
	width: auto;
	height: 50px;
	float: right;
	display: inline-flex;
	z-index: 2;
	padding: 0px 10px;
	margin: 0;
	font-size: 34px;
	line-height: 50px;
	font-weight: 400;
	color: #1D1D1B;
	font-family: 'ploni',Arial, Helvetica, sans-serif;
	text-align: right;
	direction: rtl;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
}

.innerC2c{
	position: relative;
	width: 288px;
	height: 59px;
	margin: 0px 20px 0px 0px;
	float: right;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/TopBTN_sm.svg');
}
