@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
body, html {
	height: 100%;
	margin: 0;
}
/*body {
	
	background-image: url(Pictures/Bg-2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}*/
body {
	
/*	background-color: #8c734c;*/
/*background-color: white;*/
	background-color: #736335;
}

/*#bg1 {
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -10;
    overflow: scroll;
    width: 100vw;
    height: 100%;
    background-image: url(../pictures/rixos/Bg-1.jpg);
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  /*  background-attachment: fixed;
}*/
@font-face { 
/*font-family: Signika-Regular; 	
src:url(fonts/Signika-Regular.ttf)*/
font-family: Montserrat, sans-serif;
	font-family: Gotham Pro, sans-serif;
}
.alignleft {
	text-align: left;
	padding-left: 1em;
	font-family: Montserrat, sans-serif;
	background-color:#f0f7f8;
}
.aligncenter {
	text-align: center;
}
.menupillow{
	display: none ;
}
.img0 {
	background-color: white;
	/*border: 1px solid rgba(0, 0, 0, 0.8);*/
	border-radius: 40%; 
	padding: 2px;
	width: 50px;
	height: 50px;
	}
.img1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 2%;
	/*box-shadow: 5px 5px 15px 3px white;*/

}
.img2 {
	width: 90%;
	max-width: 700px;
	height: auto;
	border-radius: 15%;
box-shadow: 10px 10px 5px grey;
}
.imgmap {
	width: 100%;
	height: auto;
}
.grid-container {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	background-color: transparent;
	padding: 10px;
	padding-top: 15px;
	width: 90%;
	height: 70%;
	margin: auto;
	 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.grid-item {
	display: inline-block;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	margin: auto;
}
.grid-container2 {
	display: grid;
	grid-template-columns: 50% 50% ;
	background-color: transparent;
	padding: 5px;
	width: 90%;
	height: 70%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
}
.grid-item-l2 {
	display: inline-block;
	background-color: transparent;
	border-radius: 40%;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	width: 100%;
	margin: auto;
}
.grid-container1 {
	display: grid;
	grid-template-columns: auto;
	background-color: #2196F3;
	background-color: transparent;
	padding: 10px;
	width: 90%;
	height: 70%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.grid-item-l1 {
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: transparent;
	padding: 5px;
	text-align: center;
	margin: auto;
}
.grid-item-1video {
	grid-column: 1 / 3;
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: transparent;
	padding: 5px;
	text-align: center;
	margin: auto;
	 font-family: Signika-Regular;
	
	
}
.grid-item-1video2 {
	grid-column: 1 / 2;
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: transparent;
	padding: 5px;
	text-align: center;
	margin: auto;
	
}
.grid-container-icon {
	position: fixed;
	display: grid;
	grid-template-columns: auto;
	background-color: transparent;
	width: 55px;
	height: 55px;
	bottom: 0px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.grid-item-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: transparent;
	padding: 5px;
	text-align: center;
	margin: auto;
	cursor: pointer;
	z-index: 10;
}
#center {
	margin-top: 0;
	color: white;
	font-size: 3vw;
	magin-left: auto;
	margin-right: auto;
	text-align: center;
}
mark {
	display:block;
/*	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5vw;*/
	/*background: rgba(255, 255, 255, 0.7);*/
	background-color:#f0f7f8;
    padding: 5px;
	color:#050033;
	font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.6;
}
.mark1 {

	/*background: #050033;*/
	background: #5b4b3b;
	color: white;
	font-size: 3vw;
	
}
.maintext {
	color: rgba(255, 255, 255, 0.8); 
	font-size: 3vw;
	font-weight: normal; 
	font-family: 'Gotham Pro', sans-serif;
}
.markTitle {
	/*color:#736335;
	font-family: ModernRegular;
	    font-family: Unna, serif;
	font-size: 4vw;
	*/
	 color: #050033;
    font-family: Unna, serif;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;

}
.notopmargpad {
	margin-top: 0;
	padding-top: 0;
}
.nodwnmargpad {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fixedpos{
position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 5px;
z-index: 12;
	}
a {
	text-decoration: none;
}
.flag { 
width: 10%;
border-radius: 50%;
  max-width: 50px;
  height: auto;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}
.arabiclang {
	display: none;
	/*font-family: Signika-Regular;*/
	
}
.englishlang {
	
	/*font-family: Signika-Regular;
	font-family: Montserrat, sans-serif;*/
}
.turkishlang {
	display: none;
	/*font-family: Signika-Regular;
	font-family: Montserrat, sans-serif;*/
}
.frenchlang {
	display: none;
	/*font-family: Signika-Regular;
	font-family: Montserrat, sans-serif;*/
}
.russianlang {
	display: none;
	/*font-family: Signika-Regular;
	font-family: Montserrat, sans-serif;*/
}
.germanlang {
	display: none;
	/*font-family: Signika-Regular;
	font-family: Montserrat, sans-serif;*/
}
.level1 {
	display: block;
}
.offers {
	display: none;
}
.menuteppan {
	display: none;
}
.menuSparules {
	display: none;
}
.rooms {
	display: none;
}
.restaurants {
	display: none;
}
.bars {
	display: none;
}
.spa {
	display: none;
}
.gym {
	display: none;
}
.kids {
	display: none;
}
.diving {
	display: none;
}
.menuDiving {
	display: none;
}
.horse {
	display: none;
}
.events {
	display: none;
}
.roomservice {
	display: none;
}
.menu-a {
	display: none;
}
.menu-b {
	display: none;
}
.menu-c {
	display: none;
}
.menuwine {
	display: none;
}
.menucigar {
	display: none;
}
.menulobby {
	display: none;
}
.menushisha{
	display: none;
}
.menucabana{
	display: none;
}
.map {
	display: none;
}
.robs {
	display: none;
}
.icon-main {
	border-radius: 50%;
	border: 1px solid #000000;
	width: 35px;
	height: 35px;
	} 
#home { 
display: none;
}
#icon-rooms {
		display: none;
	}
#icon-restaurants {
	
	display: none;
}
#icon-diving {
	display: none;
}
#icon-roomservice {
	display: none;
}
#icon-bars {
	display: none;
}
#icon-spa {
	display: none;
}
#icon-robs {
	display: none ;
}
#icon-offers {
	display: none ;
}
.menulalezar {
	display: none;
 z-index:9;
}
.menubrazilian {
	display: none;
 z-index:9;
}
.menuasian {
	display: none;
	z-index: 9;
}
.menusalt {
	display: none;
	z-index: 9;
}
.menupeople {
	display: none;
	z-index: 9;
}
.menumangal {
	display: none;
	z-index: 9;
}
.dailygym {
	display: none;
	z-index: 9;
}
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 0;
	min-width: 100%;
	min-height: 100%;
}
button {
	/*border-radius: 20%;*/
	background-color:transparent;
	font-size: 12px;
	cursor: pointer;
}
.reservation{

	/* border-radius: 12px;*/
  background-color: #736335 ;
  color: #fff;
  cursor: pointer;
	font-size: 4vw;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
  
}
.btnmenu{
	background-color: transparent ;
	color: #736335; 
	border-style: solid;
	border-color:  #736335; 
	/* border-radius: 12px;*/

  cursor: pointer;
	font-size: 4vw;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
 
}
button:hover {
	background-color: #75ABDC;
}
.menu-spa {
	display: none;
	z-index: 9;
}
.menu-salon {
	display: none;
	z-index: 9;
}
.notification1 {
	margin-top: 10px;
	width: 80%;
	font-family: ModernRegular;
	font-size: 4vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 3s infinite;  /* IE 10+, Fx 29+ */
	z-index: 8;
}
.notification2 {
	display: inline-block;
	font-family: 'Gotham Pro', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	font-size: 4vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 50%;
	color: white;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 3s infinite;  /* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 3s infinite;  /* IE 10+, Fx 29+ */
	z-index: 8;
}
.gift  {
	-webkit-animation: animation-gift 3s infinite;  /* Safari 4+ */
	-moz-animation: animation-gift 3s infinite;  /* Fx 5+ */
	-o-animation: animation-gift 3s infinite;  /* Opera 12+ */
	animation: animation-gift 3s infinite;  /* IE 10+, Fx 29+ */
	z-index: 8;
	margin: 5px;
	margin-bottom: 0px;
}

.home3 { 
 background-color: white;
}
.menuconcept { 
display: none;
}
.menuconcept2 { 
display: none;
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
 0%, 49% {
/* background-color:#4c1a0d;
	background-color: #050033;*/
	 background-color: #5b4b3b;
 /*border: 3px solid #4c1a0d;*/
 color: white;
}
 50%, 100% {
 background-color: white;
	 color:#5b4b3b;
/* border: 3px solid #4c1a0d;*/
/*border: 3px solid rgb(117, 209, 63)*/
}
}
@-webkit-keyframes animation-gift {
 0%, 49% {
/* background-color:#EC0F13;*/
 background-color: white;
 border: 2px solid #e50000;

}
 50%, 100% {
 background-color: transparent;
 border: 2px solid #EC0000;


/*border: 3px solid rgb(117, 209, 63)*/
}
}
@-webkit-keyframes home {
 0%, 49% {
 background-color: #F5F4F4;
 border: 3px solid #000000;
}
 50%, 100% {
 background-color: transparent;
 border: 3px solid #000000;
}
}

@media only screen and (max-width: 600px) {

.grid-item-l1 {
	width: 100%;
	text-align: left;
}

mark {
	
	font-size: 4vw;
}

.markTitle {
	font-size: 5vw;
}

	button {
	font-size: 4vw;
	
}

	 }
@media only screen and (min-width: 600px) { 
   .grid-container{
	margin-top: 45px;
	}
	.grid-container2 {
	margin-top: 45px;

	}
	button {
	font-size: 25px;
	
}
.maintext {

	font-size: 3vw;

}

	}
	
	
	/*@media only screen and (max-width: 1024px) {
.avia-safari #top .avia-full-stretch{
background-attachment: scroll !important;
}
}*/
	/*
	@media all and (max-width:1024px) {
    selector:after {
        content: '';
        width: 100%;
        height: 100%;
        background-position: inherit;
        background-image: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-repeat: inherit;
        position: fixed;
        top: 0;
        z-index: -1;
    }
}*/
/*	@supports (-webkit-touch-callout: none) {
body {
    background: url('Pictures/Bg-1.webp') center top no-repeat scroll;
    background-size: auto 100vh;
	min-height: 500px; 
	
}    
}*/
/* ---Weely entertainment program----*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:#7BC6F0;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #7BC6F0;
}

/* Style the tab content */
.tabcontent, .Rixytabcontent, .Clubtabcontent {
  font-family: Signika-Regular;
  display: none;
  padding: 6px 12px;
  border: 1px solid #7BC6F0;
  border-top: none;
}


	#maptemptst {
		 position: absolute;
		top: 10%;
		display:none;
		z-index: 10;
		}
		
		#modalmap1 {
		
		 position: absolute;
		 width: 90%;
		 left:5%;
		top: 15%;
		text-align:center;
		display:none;
		z-index: 10;
		}
		#videocabana {
		 position: absolute;
		 width: 90%;
		 left:5%;
		top: 15%;
		text-align:center;
		display:none;
		z-index: 10;
		}
		#videospa {
		 position: absolute;
		 width: 90%;
		 left:5%;
		top: 15%;
		text-align:center;
		display:none;
		z-index: 10;
		}
		#videoteppanyaki {
		 position: absolute;
		 width: 90%;
		 left:5%;
		top: 15%;
		text-align:center;
		display:none;
		z-index: 10;
		}
		.btn-close-modalmap1{
			position:absolute;
			font-size:16px;
			right:2%;
			top:2%;
			background-color:red;
			color:white;
			cursor:pointer;
			}
			#btn-close-videocabana{
			position:absolute;
			font-size:16px;
			right:2%;
			top:2%;
			background-color:red;
			color:white;
			cursor:pointer;
			}
			#btn-close-videospa{
			position:absolute;
			font-size:16px;
			right:2%;
			top:2%;
			background-color:red;
			color:white;
			cursor:pointer;
			}
			.btn-close-videoteppanyaki{
			position:absolute;
			font-size:16px;
			right:2%;
			top:2%;
			background-color:red;
			color:white;
			cursor:pointer;
			}
