@import url("../webfonts/webfonts.css");

html { -webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -webkit-tap-highlight-color:rgba(218,158,198,1); }
body {
	color:#fff;
	font:16px "Gill Sans", sans-serif normal normal;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
	background:#242526 url("../images/bg.jpg") no-repeat center top fixed;
	background-size:cover;
}
body.mobile {
	background:#242526 url("../images/bgSmall.jpg") no-repeat center top fixed;
	background-size:cover;
}
h1, h2, h3, h4, h5, h6, menu, ul, ol, li, table, caption, th, tr, td, p, span, div, img, form, header, nav, article, aside, section, footer, button {
	color:inherit;
	font-size:inherit;
	font-family: inherit;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}
address { font-size-adjust:inherit; font-stretch:inherit; font-style:inherit; font-variant:inherit; font-weight:inherit; display:inline; }
hr { height:1px; color:#e5e5e5; border:0; background:#e5e5e5; clear:both; }
caption { text-align:left; }
ul, ol, li {
	list-style-position:outside;
	margin-left:20px;
}
a { cursor:pointer; color:#fff;  text-decoration:underline; }
a:hover { color:#e36cbe; text-decoration:underline; }
a:active, a:focus, button:active { outline:none !important; }
::selection{ background:#e36cbe; color:#fff; }
::-moz-selection{ background:#e36cbe; color:#fff; }

body > header {
	bottom:-125px;
	left:0;
	width:100%;
	height:125px;
	background:url("../images/menuBg.png") repeat-x bottom;
	position:fixed;
}
body > header > menu,
body > header > menu a { font-size:15px; text-transform: uppercase; text-decoration:none; }
body > header > menu a:hover { text-decoration: none; }
body > header > menu {
	height:78px;
	margin-top:21px;
	background:url(../images/menuLogo.png) no-repeat 0 6px;
	background-size:199px 69px;
}
body.tablet > header > menu,
body.mobile > header > menu {
	width:970px;
	padding:0 10px 0 0;
	background-position-x:10px;
}

body > header > menu li {
	list-style:none;
	padding:0;
	margin:36px 0 0 22px;
	display:inline-block;
	float:right;
}
body > header > menu a > span { display:none; }
body > header > menu .menuActive,
body > header > menu .menuActive a {
	color:#e36cbe !important;
	cursor:default;
}
body > header > menu,
#content {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	
}

ul.popin {
	display:none;
}