	/* Riad Ziri CSS
----------------------------------------------------- */

	
html {
	height:100%;
	width:100%;
}

body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: rgb(135,60,37);
	}
	
#footer {
	width: 100%;
	height: 60px;
	background: rgb(135,60,37);
	}
	
.credit {
	position: relative;
	top:10px;
	left: 25%;
	width: 50%;
	font-family: "ff-dax-web-pro",sans-serif;
	font-weight: 200;
	font-size : 10pt;
	line-height: 100%;
	text-align: left;
	color : #ffffff;
	}
	
.credit a {
	color: #fff;
	text-decoration: none;
	}
	
.credit a:hover {
	text-decoration: underline;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
	}

p {
	margin: 0; 
	padding-top: 8px; 
	}

a {
	outline:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img { 
	-ms-interpolation-mode:bicubic;
	border:none;
	}
	
.hidden {
	display: none;
}

.transparent{
	opacity: 0;
}




	/* Home image/slideshow
----------------------------------------------------- */

#home_slideshow,
.home_slideshow {
	position: fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

@media (max-device-width: 768px) { 
	#home_slideshow,
	.home_slideshow {
	position: absolute; 
	height:115%;
	}
}
	
#home_slideshow img,
.home_slideshow img {
	width: 100%;
	}
	
.hidden {
	display: none;
	}

	
.home_image_0 {
	width:100%; 
	height:100%;
	background: rgb(135,60,37); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(135,60,37,1) 30%, rgba(191,79,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(30%,rgba(135,60,37,1)), color-stop(100%,rgba(191,79,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(135,60,37,1) 30%,rgba(191,79,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(135,60,37,1) 30%,rgba(191,79,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(135,60,37,1) 30%,rgba(191,79,39,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(135,60,37,1) 30%,rgba(191,79,39,1) 100%); /* W3C */
	}


.home_image_1 {
	width:100%; 
	height:100%;
	background: url(../images/header_images/Atlas-view.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
.home_image_2 {
	width:100%; 
	height:100%;
	background: url(../images/slideshows/riad/Riad-Ziri-Roof-terrece-sun-deck_0733.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
.home_image_3 {
	width:100%; 
	height:100%;
	background: url(../images/slideshows/riad/Riad-Ziri-Courtyard-lnscp_0769.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
.home_image_4 {
	width:100%; 
	height:100%;
	background: url(../images/slideshows/riad/Riad-Ziri-Exterior.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
.home_image_5 {
	width:100%; 
	height:100%;
	background: url(../images/slideshows/riad/Riad-Ziri-courtyard-lnscp_0765.jpg) no-repeat center center; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}
	
	
/* Menu bar */
	
#menu_panel {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	display: none;
	}
	
.menuFade {
	height: 100px;
	opacity: 0.8;
background: -moz-linear-gradient(top, rgba(62,84,109,1) 0%, rgba(62,84,109,0.08) 92%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,84,109,1)), color-stop(92%,rgba(62,84,109,0.08)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(62,84,109,1) 0%,rgba(62,84,109,0.08) 92%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(62,84,109,1) 0%,rgba(62,84,109,0.08) 92%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(62,84,109,1) 0%,rgba(62,84,109,0.08) 92%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(62,84,109,1) 0%,rgba(62,84,109,0.08) 92%,rgba(125,185,232,0) 100%); /* W3C */
}
	
.solidMenu {
	height: 70px;
	background-color: #608599;
	opacity: 1;
	-webkit-box-shadow: 0px 15px 28px -6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 15px 28px -6px rgba(0,0,0,0.4);
	box-shadow: 0px 15px 28px -6px rgba(0,0,0,0.4);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    }
	
.menu,
.menu a {
	width: 100%;
	font-family: "ff-dax-web-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size : 12pt;
	line-height: 120%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color : #ffffff;
	}
	
.menu a:hover {
	color: #000000;
	}
	
.menu ul {
	padding:10px 0 0 0;
	list-style-type:none;
	}
	
.menu li {
	display: inline;
	padding: 12px;
	}
	
.active {
	color: #000000;
	}
	
	
/* Logo */

#logo_holder {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 8000;
	}

#logo {
	margin: 0 auto;
	width: 70%;
	max-width: 800px;
	}
	
#logo img {
	width: 100%;
	}
	
.french_version_link,
.french_version_link a {	
	font-family: "ff-dax-web-pro-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size : 12pt;
	line-height: 120%;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	color : #ffffff;
	}

.french_version_link a:hover {
	color: #000000;
	}

/* scrolling container
-------------------------------------------*/

.scrolling_container {
	position: relative;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9000;
	}



/* containers and steps background
--------------------------------------------*/

.section_content_holder_top {
	position: relative;
	margin-top: -6px;
	width: 100%;
	float: left;
	}
	
.section_content_holder {
	position: relative;
	margin-top: -212px;
	width: 100%;
	float: left;
	}
	
.red_bg {
		background: rgb(234,136,82); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(234,136,82,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,136,82,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(234,136,82,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(234,136,82,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(234,136,82,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(234,136,82,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

}
	
.blue_bg {
background: rgb(139,153,176); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(139,153,176,1) 37%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(139,153,176,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(139,153,176,1) 37%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(139,153,176,1) 37%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(139,153,176,1) 37%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(139,153,176,1) 37%,rgba(255,255,255,1) 100%); /* W3C */

}
	
.section_content {
	position: relative;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	margin-top: -100px;
	clear: both;
	}

	
.steps {
	position: relative;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	float: left;
	}
	
.steps img {
	width: 100%;
	}
	
.steps_offset {
	top: -200px;
	float: left;
	}
	
.offset {
	margin-top: -10px;
	}


/* text and slideshows
--------------------------------------------*/


	
.standfirst {
	font-family: georgia;
	font-style: italic;
	font-weight: 300;
	font-size : 16pt;
	line-height: 150%;
	text-align: center;
	}
	
.standfirst a {
	color: #ffffff;
	}
	
.darkred {
	color : #693b26;
	}
	
.white {
	color : #ffffff;
	}
	
.text {
	position: relative;
	left: 50%;
	width: 62%;
	margin-left: -31%;
	font-family: "ff-dax-web-pro-condensed",sans-serif;
	font-weight: 200;
	font-size : 12pt;
	line-height: 150%;
	text-align: left;
	color : #231f20;
	margin-bottom: 50px;
	}
	
.text a {
	color: #231f20;
	text-decoration: underline;
	}
	
.text a:hover {
	color: #231f20;
	text-decoration: underline;
	}
	

	
.dropcap {
	float: left; 
	font-size: 72pt; 
	font-weight: 200;
	line-height: 0.5; 
	padding-right: 4px; 
	margin-top: 10px;
	margin-left: -4px;
	font-family: "ff-dax-web-pro-condensed",sans-serif;
	}
	
.text h2 {
	font-family: georgia;
	font-style: italic;
	font-weight: 300;
	font-size : 15pt;
	line-height: 150%;
	margin-bottom: 8px;
	}
	
.red {
	color : #bc682e;
	}
	
.blue {
	color: #608599;
	}
	
.section_content .slideshow {
	position: relative;	
	margin-top: 30px;
	margin-bottom: 40px;
	left:0;
	width: 100%;
	}
	
.next_riad,
.next_amina,
.next_gigi,
.next_isabella,
.next_tajah,
.next_golf {
	position: absolute;	
	left: 103%;
	top: 45%;
	cursor: pointer;
	}
	
.prev_riad,
.prev_amina,
.prev_gigi,
.prev_isabella,
.prev_tajah,
.prev_golf {
	position: absolute;	
	left: -7%;
	top: 45%;
	cursor: pointer;
	}
	
.gallery img {
	width: 98%;
	border: 6px #fff solid;
-webkit-box-shadow: 14px 14px 18px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    14px 14px 18px 0px rgba(0, 0, 0, 0.4);
box-shadow:         14px 14px 18px 0px rgba(0, 0, 0, 0.4);
	}
	
	
.border-top {
	border-top: 2px dotted #fff;
	}
	
/* inset images
--------------------------------------------*/	
	
.right_inset_image {
	width: 50%;
	border: 6px #fff solid;
	float: right;
	margin: 20px -160px 20px 30px;
	-webkit-box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    8px 8px 14px rgba(0, 0, 0, 0.4);
	box-shadow:         8px 8px 14px rgba(0, 0, 0, 0.4);
	transform:rotate(4deg);
-ms-transform:rotate(4deg); /* IE 9 */
-webkit-transform:rotate(4deg); /* Safari and Chrome */
-moz-transform:rotate(4deg); /* Firefox */
	-webkit-backface-visibility: hidden;
}


.left_inset_image {
	width: 45%;
	border: 6px #fff solid;
	float: left;
	margin: 20px 30px 20px -160px;
	-webkit-box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    8px 8px 14px rgba(0, 0, 0, 0.4);
	box-shadow:         8px 8px 14px rgba(0, 0, 0, 0.4);
	transform:rotate(-4deg);
-ms-transform:rotate(-4deg); /* IE 9 */
-webkit-transform:rotate(-4deg); /* Safari and Chrome */
-moz-transform:rotate(-4deg); /* Firefox */
	-webkit-backface-visibility: hidden;
}

/* header images
-------------------------------------------*/

.header_image {
	position: relative;
	width: 100%;
	float: left;
	}
	
.header_image img {
	width: 100%;
	}
	
/* inset images
--------------------------------------------*/	

.header_logo {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	clear: both;
	text-align: center;
	}
	
.header_logo img {
	width: 60%;
	height: auto;
	}
	
.header_title {
	left: 0;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-family: "ff-dax-web-pro-condensed",sans-serif;
	font-weight: 200;
	font-size : 22pt;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #ffffff;
		-webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
	-moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
	}


/* calendar
--------------------------------------------*/	
	
.calendar_holder {
	position:relatvive;
	width:100%;
	height: 450px;
	margin: 30px 0 -50px 0;
	}