#orientation {
	display: none;
}

body > #header-mobile {
	position: fixed;
	z-index: 19;
	float: left;

	background-color: #fff;
	width: 100%;
	text-align: center;
}

body > #header-mobile h1 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	float: left;
	text-align: left;
	padding-left: 30px;
	width: 100%;
	height : 67px;
	line-height : 50px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.7);
	box-shadow: 0 0 10px rgba(0,0,0,.7);

	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

body > #header-mobile.selected h1 {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
}

body > #header-mobile h1 a {
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	font-size: 22px;
	letter-spacing: 0px;
	color: #666;
	font-weight: bold;

	-webkit-text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-o-text-shadow: 0px 1px 1px #fff;
	-ms-text-shadow: 0px 1px 1px #fff;
	text-shadow: 0px 1px 1px #fff;

	background: url(css_img/logo-mobile.png) no-repeat 0px 2px;
	float: left;
	/*margin: 12px 0 0 -5px;*/
	width: 127px;
	height: 67px;
	text-indent: -9999px;
}

body > #header-mobile h1 a span {
	font-size: 15px;
	letter-spacing: -1px;
	font-style: italic;
	text-indent: -9999px;
}

body > #header-mobile > a {
	position: fixed;
	float: left;
	right: 30px;
	top: 18px;
	z-index: 11;
	text-transform: uppercase;
	display: none;
}

body > #header-mobile > a#mobile-back {
	display: none;
}
body.clean > #header-mobile > a#mobile-back {
	display: block;
}


a.cupid-blue {
  background-color: #d7e5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
  background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #1a3e66;
  font: normal 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 6px 0 7px 0;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  width: 70px;
}
a.cupid-blue:hover {
	background-color: #ccd9e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
	background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
	background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
	background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
	background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
	background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
	border-top: 1px solid #a1afbf;
	border-left: 1px solid #9caaba;
	border-bottom: 1px solid #96a3b3;
	border-right: 1px solid #9caaba;
	-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
	-moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
	box-shadow: inset 0 1px 0 0 #f2f2f2;
	color: #163659;
	cursor: pointer;
}
a.cupid-blue:active {
	border: 1px solid #8c98a7;
	-webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
	-moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
	box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
}

body > #header-mobile nav {
	position: fixed;
	z-index: 1;
	left: 0px;
	top: -450px;
	float: left;
	width: 100%;

	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.7);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.7);
	box-shadow: 0 0 10px rgba(0,0,0,.7);
}

body > #header-mobile.selected nav {
	top: 67px;
}

body > #header-mobile ul {
	float: left;
	width: 100%;
}
body > #header-mobile ul li {
	float: left;
	width: 100%;

	background-image: linear-gradient(bottom, rgb(219,219,219) 8%, rgb(255,255,255) 54%);
	background-image: -o-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(255,255,255) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(255,255,255) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(255,255,255) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 8%, rgb(255,255,255) 54%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(219,219,219)),
		color-stop(0.54, rgb(255,255,255))
	);

	border-bottom: 1px solid #ccc;
}

body > #header-mobile ul li a {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666;

	-webkit-text-shadow: 0px -1px 1px #fff;
	-moz-text-shadow: 0px -1px 1px #fff;
	-o-text-shadow: 0px -1px 1px #fff;
	-ms-text-shadow: 0px -1px 1px #fff;
	text-shadow: 0px -1px 1px #fff;

	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

body > #header-mobile ul li#mobile-lang a {
	width: 33%;
	border-left: 1px solid #ccc;
}
body > #header-mobile ul li#mobile-lang a.last {
	width: 33%;
	border-left: 0px solid transparent;
}

body > #header-mobile ul li a:hover, body > #header-mobile ul li a.selected {
	color: #0095ff;
	font-weight: bold;
	background-color: #f2f2f2;
}

@media only screen and (max-width: 350px) {
	body > #header-mobile > a {
		right: 10px;
	}
}