
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #151515;
}

body {
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

.ie7 body{

}

.clr{
	clear: both;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing:normal;
	line-height: 1.3;
	color: #FFFFFF;
}

a {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #FFF;	
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

.invert {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing:normal;
	line-height: 1.3;
	color: #ffffff;
}

.invert_subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}

.spaces_subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color; #000000;
}

.image_hover {
	display: inline-block;
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.image_hover:hover {	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.nav_hover {
	display: inline-block;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.nav_hover:hover {	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}



.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:200px;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button:hover {
	background-color:#e9e9e9;
	color:#000;
}
.button:active {
	position:relative;
	top:1px;
}





.loadie {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #C33;
	width: 0;
	height: 5px;
	-webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	z-index: 9999;
}



#container {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;	
	z-index: 5;
}

#top_nav {
	position: relative;
	width: 960px;
}

#nav_logo {
	position: relative;
	width: 960px;
	top: 25px;
	z-index: 900;	
}

#nav_list {
	position: relative;
	width: 960px;
	top: 22px;
	padding-bottom:5px;
	border-bottom: 1px #999 solid;
}

#nav_list ul {
	list-style: none;	
	padding-top: 20px;
}

#nav_list li {
	display: inline;
}

.nav_list_padding {
	padding-right: 132px;
}

#nav_social {
	position: absolute;
	top: 25px;	
	left:50%;
	margin-left: 325px;
	z-index:9999;
}

#nav_social ul {
	list-style: none;	
}

#nav_social li {
	display: inline;
}




#nav_list_spaces {
	display:none;
	position: absolute;
	z-index:9999;
	width: 100%;
	top: 152px;
}

#list_spaces {
	width: 193px;
	margin-right: 770px;
	background-color: #221e1f;
	z-index:9999;	
}

#nav_list_spaces ul {
	width: 193px;
	background-color: 221e1f;
	z-index:9999;
}

#nav_list_spaces li {
	width: 173px;
	background-color: 221e1f;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	z-index:9999;
}

#nav_list_spaces li:hover {
	background-color: #CCC;
}


#list_gallery {
	width: 193px;
	margin-right: 384px;
	background-color: #221e1f;
	z-index:999;	
}

#nav_list_gallery {
	display:none;
	position:absolute;
	z-index:999;
	width: 100%;
	top: 132px;
}

#nav_list_gallery ul {
	width: 193px;
	padding-top: 9px;
	background-color: 221e1f;
	z-index:999;
}

#nav_list_gallery li {
	width: 193px;
	background-color: 221e1f;
	padding-bottom: 5px;
	z-index:999;
}






#page_nav {
	z-index:9990; 
	width: 100%; 
	display: inline-block; 
	position: absolute; 
	width: 1010px;
	top: 20px; 
	right: 0; 	
}

#page_nav ul {
	list-style: none;	
	padding-left: 18px;
}

#page_nav li {
	display: inline;
	padding-right: 35px;
}




#page_nav2 {
	z-index:5; 
	position: absolute; 
	top: 20px;
	bottom: 0px; 
	width: 1010px;
	margin-left: -492px;
	left: 50%; 	
}

#page_nav2 ul {
	list-style: none;	
	padding-left: 18px;
}

#page_nav2 li {
	display: inline;
	padding-right: 35px;
}






#home_logo {
	z-index:9997; 
	width: 100%; 
	display: inline-block; 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	height: 100px; 
	margin-bottom:30%; 
	display:none;		
}

#home_logo ul {
	list-style: none;	
	padding-left: 18px;
}

#home_logo li {
	display: inline;
	padding-right: 18px;
}




#home_logo2 {
	z-index:9997; 
	width: 100%; 
	display: inline-block; 
	position: fixed; 
	top: 20px; 
	left: 0; 
	right: 0; 
	display:none;		
}

#home_logo2 ul {
	list-style: none;	
	padding-left: 18px;
}

#home_logo2 li {
	display: inline;
	padding-right: 35px;
}

#home_social ul {
	list-style: none;	
}

#home_social li {
	display: inline;
	padding-right: 35px;
}





#background_color {
	/*background-color: #181818;*/	
	background-color: #151515;
	position: fixed; 
	top: 0px;
	bottom: 0px; 
	/*width: 1050px;*/
	width: 1010px;
	margin-left: -505px;
	left: 50%; 
	/*margin-left: -525px;*/
	z-index: 1;	
}

#background_color2 {
	/*background-color: #181818;*/	
	background-color: #151515;
	position: fixed; 
	top: 0px;
	bottom: 0px; 
	/*width: 1050px;*/
	width: 1010px;
	right: 0px; 
	/*margin-left: -525px;*/
	z-index: 1;	
}


#background_arches {
	position: fixed; 
	bottom: 0px; 
	background-image:url(../images/arches.jpg);
	background-position:center;
	background-repeat:repeat-x; 
	width: 100%;
	height: 395px;
	left: 0; 
	z-index: 0;	
}





#location_section{
	position:absolute;
	width: 100%;
	height: 600px;
	top: 170px;	
	z-index: 6;
}


#location2_section{
	position:absolute;
	width: 100%;
	height: 600px;
	top: 185px;	
	z-index: 6;
}


#map-canvas {
    height: 600px;
	width: 660px;
    margin: 0px;
    padding: 0px
}

#location_panel {
	position: relative;
	background-color:#FFF;
	top: 30%;;
	right: 50%;
	margin-right: -175px;
	padding: 35px;
	padding-bottom: 35px;
	width: 350px;	
	z-index: 1000;
	font-size:12px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	display:none;	
}

.close_button {
	position: absolute;
	right: 15px;
	top: 15px;	
	cursor: pointer;
}

#location_title {
	position:fixed;
	bottom: 70px;
	left: 40px;
	z-index: 500;	
}

#location_transport {
	position: fixed;
	width: 250px;
	height: 60px;
	bottom: 70px;
	right: 40px;
	background-color:#FFF;
	z-index: 500;
	font-size: 22px;
}

#travel_public_transport {
	position: relative;
	z-index: 1;
	left: 2px;
	width: 277px;
	height: 247px;
	background-color: #111;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#travel_by_road {
	position: relative;
	display: none;
	z-index: 1;
	left: 2px;
	width: 277px;
	height: 247px;
	background-color: #111;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#travel_airports {
	position: relative;
	display: none;
	z-index: 1;
	left: 2px;
	width: 277px;
	height: 247px;
	background-color: #111;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.transport_close {
	width: 20px;
	height: 20px;
	position:absolute;
	right: 10px;
	top: 10px;	
	cursor: pointer;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.transport_close:hover {
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}



#section2{
	position:absolute;
	width: 100%;
	top: 290px;	
	right: 0px;
	z-index: 6;
}

#section3{
	position:absolute;
	width: 100%;
	top: 290px;	
	z-index: 6;
}




#contact_section{
	position:absolute;
	width: 100%;
	top: 170px;	
	z-index: 6;
}


#contact2_section{
	position:absolute;
	width: 100%;
	top: 270px;	
	z-index: 6;
}






#spaces_section{
	position:absolute;
	width: 100%;
	top: 170px;	
	z-index: 6;
}



#prev_space {
	position:absolute;	
	top: 240px;
	width: 1010px;
	margin-left: -485px;
	left: 50%; 	
	z-index:9999;
}

#prev_space ul {
	list-style: none;	
}

#prev_space li {
	display: inline;
}


#next_space {
	position:absolute;	
	top: 930px;
	width: 1010px;
	margin-left: -485px;
	left: 50%; 	
	z-index:9999;
	padding-bottom: 30px;
}

#next_space ul {
	list-style: none;	
}

#next_space li {
	display: inline;
}





#gallery_section{
	position:absolute;
	width: 100%;
	top: 170px;	
	z-index: 6;
}

.gallery_category {
	width: 960px;
}

.gallery_category ul {
	list-style: none;	
	font-size: 0;
}

.gallery_category li {
	display: inline;
	width: 190px;
	padding-left: 1px;
	padding-right: 1px;
}



#services_section{
	position:absolute;
	width: 100%;
	top: 170px;	
	z-index: 6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing:normal;
	line-height: 1.3;
	color: #FFFFFF;
}

.services_image .services_info {
    display: none;
}

.services_image .services_info_ie1 {
    display: none;
}

.services_image .services_info_ie2 {
    display: none;
}

.services_image:hover .services_info {
    display: block;
	position:absolute;
	z-index:2000;
	top: 0px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

.services_image:hover .services_info_ie1 {
    display: block;
	position:absolute;
	z-index:2000;
	top: 0px;
	left: 50%;
	margin-left: -259px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

.services_image:hover .services_info_ie2 {
    display: block;
	position:absolute;
	z-index:2000;
	top: 0px;
	left: 50%;
	margin-left: 110px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

.services_image_second_row .services_info {
    display: none;
}

.services_image_second_row .services_info_ie3 {
    display: none;
}

.services_image_second_row .services_info_ie4 {
    display: none;
}

.services_image_second_row:hover .services_info {
    display: block;
	position:absolute;
	z-index:2000;
	top: 254px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

.services_image_second_row:hover .services_info_ie3 {
    display: block;
	position:absolute;
	z-index:2000;
	top: 253px;
	left: 50%;
	margin-left: -259px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

.services_image_second_row:hover .services_info_ie4 {
    display: block;
	position:absolute;
	z-index:2000;
	top: 253px;
	left: 50%;
	margin-left: 110px;
	float:left;
	width:365px;
	height: 240px;
	padding-left: 5px;
	font-size:16px;
}

#gallery_conferences {
	position: fixed;
	display: none;
	z-index: 2000;
	top: 50%;
  	left: 50%;
 	margin-top: -150px;
 	margin-left: -250px;
	width: 450px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #221e1f;
}

#gallery_dinners {
	position: fixed;
	display:none;
	z-index: 2000;
	top: 50%;
  	left: 50%;
 	margin-top: -150px;
 	margin-left: -250px;
	width: 450px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #221e1f;
}

#gallery_exhibitions {
	position: fixed;
	display:none;
	z-index: 2000;
	top: 50%;
  	left: 50%;
 	margin-top: -150px;
 	margin-left: -250px;
	width: 450px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #221e1f;
}

#gallery_fashionshows {
	position: fixed;
	display:none;
	z-index: 2000;
	top: 50%;
  	left: 50%;
 	margin-top: -150px;
 	margin-left: -250px;
	width: 450px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #221e1f;
}

#gallery_parties {
	position: fixed;
	display:none;
	z-index: 2000;
	top: 50%;
  	left: 50%;
 	margin-top: -150px;
 	margin-left: -250px;
	width: 450px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #221e1f;
}

.gallery_close {
	width: 20px;
	height: 20px;
	position:absolute;
	right: 10px;
	top: 10px;	
	cursor: pointer;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.gallery_close:hover {
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}





#footer_spaces {
	position: relative;	
	top: 805px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_gallery {
	position: relative;	
	top: 1010px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_location {
	position: relative;	
	top: 793px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_services {
	position: relative;	
	top: 1160px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_contact {
	position: relative;	
	top: 650px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_spaces_venue {
	position: relative;	
	top: 800px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}

#footer_spaces_gallery {
	position: relative;	
	top: 800px;
	width: 100%;
	z-index: 7;
	font-size: 11px;
}


.instagram {
	overflow: hidden;
	width: 620px;
}

.instagram-placeholder {
	float: right;
	margin-left: 5px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
}

.instagram-placeholder:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}




.btn {
  background: #292729;
  background-image: -webkit-linear-gradient(top, #292729, #2c3333);
  background-image: -moz-linear-gradient(top, #292729, #2c3333);
  background-image: -ms-linear-gradient(top, #292729, #2c3333);
  background-image: -o-linear-gradient(top, #292729, #2c3333);
  background-image: linear-gradient(to bottom, #292729, #2c3333);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #2e2d2e;
  background-image: -webkit-linear-gradient(top, #2e2d2e, #4a494a);
  background-image: -moz-linear-gradient(top, #2e2d2e, #4a494a);
  background-image: -ms-linear-gradient(top, #2e2d2e, #4a494a);
  background-image: -o-linear-gradient(top, #2e2d2e, #4a494a);
  background-image: linear-gradient(to bottom, #2e2d2e, #4a494a);
  text-decoration: none;
}



#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#cssmenu {
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
  margin-left: -3px;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 12px 20px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
#cssmenu > ul > li > a:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;
  border-color: #3c3c3c;
}
#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}
#cssmenu > ul > li.has-sub:hover > a {
  padding-bottom: 14px;
  z-index: 999;
  border-color: #3f3f3f;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub:hover > a {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  background: #3f3f3f;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  padding: 10px 0;
}
#cssmenu ul li > ul {
  width: 288px;
}
#cssmenu ul ul ul {
  position: absolute;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: -10px;
  border-radius: 5px;
}
#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 8px 20px;
}
#cssmenu,
#cssmenu ul ul > li:hover > a,
#cssmenu ul ul li a:hover {
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
#cssmenu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

