#navigation {
	padding:0!important;
	margin-bottom:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	background-color:#fff;
	border:none;
	border-bottom:solid 1px #e0e0e0;
	z-index:9;
}

#navigation.no-background {
	background-color:transparent;
	border:none;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
}

#navigation.navbar-fixed {
	position:fixed;
	display:block;
	width:100%;
}

#navigation .container {
	position:relative;
}

#navigation .navbar-header {
	padding:0;
	margin:0;
}

#navigation .navbar-brand {
	display:inline-block;
	margin:0!important;
	padding:0!important;
}

#navigation .navbar-brand .logo {
	width:50px;
	height:auto;
}

#navigation .navigation {
	float:right;
	margin:0;
	padding:0;
}

#navigation .navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}

#navigation .navigation li {
	float:right;
	margin-top:4px;
}

#navigation.no-background .navigation a {
	color:#fff;
}

#navigation .navigation a {
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	display:block;
	padding:25px 15px;
	position:relative;
	-webkit-transition:.35s;
	transition:.35s;
}

#navigation .navigation a:hover,#navigation .navigation a.active,#navigation .navigation a.active:hover {
	color:#d75987!important;
}

#navigation .navigation .icon {
	color:#000;
	top:-4px;
}

#navigation.white .navigation .icon {
	color:#000;
	top:-4px;
}

#navigation.no-background .navigation .icon {
	color:#fff;
	top:-4px;
}

#navigation .navigation .icon svg {
	font-size:24px;
}

#navigation .navigation .badge {
	position:absolute;
	top:50%;
	margin-top:-15px;
	right:6px;
	font-size:11px;
	padding:0;
	width:16px;
	height:16px;
	padding:2px;
	color:#fff;
	background-color:#d75987;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#navigation .navigation a:hover .badge {
	color:#ff6863;
	background-color:#fff;
}

#navigation .buy-pass {
	font-size:12px;
	color:#fff!important;
	background-color:#d75987;
	border:1px solid #d75987;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	padding:8px 15px!important;
	margin:0 10px;
	margin-top:16px;
}

#navigation .buy-pass:hover {
	color:#000!important;
	background-color:#fff;
	border:1px solid #d75987;
}

#navigation.no-background .buy-pass {
	color:#fff!important;
	background-color:#d75987;
	border:1px solid #d75987;
}

#navigation.no-background .buy-pass:hover {
	color:#d75987!important;
	background-color:#fff;
	border:1px solid #fff;
}

#navigation .navigation a:hover,#navigation .navigation a.active,#navigation .navigation a.active:hover {
	color:#ff6863;
}

.full-width {
	width:100%;
	height:auto;
}

#navigation-mobile {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
	visibility:hidden;
	-webkit-transition:opacity .35s,visibility .35s,width .35s;
	transition:opacity .35s,visibility .35s,width .35s;
	z-index:50;
}

#navigation-mobile:before {
	content:'';
	background:#FF5252;
	left:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:left .35s ease;
	transition:left .35s ease;
}

#navigation-mobile:after {
	content:'';
	background:#FF5252;
	right:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:all .35s ease;
	transition:all .35s ease;
}

#navigation-mobile.open {
	opacity:.98;
	visibility:visible;
	height:100%;
}

#navigation-mobile.open:before {
	left:0;
}

#navigation-mobile.open:after {
	right:0;
}

#navigation-mobile.open li {
	-webkit-animation:fadeInRight .5s ease forwards;
	animation:fadeInRight .5s ease forwards;
	-webkit-animation-delay:.3s;
	animation-delay:.3s;
}

#navigation-mobile.open li:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

#navigation-mobile.open li:nth-of-type(3) {
	-webkit-animation-delay:.5s;
	animation-delay:.5s;
}

#navigation-mobile.open li:nth-of-type(4) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

#navigation-mobile.open li:nth-of-type(5) {
	-webkit-animation-delay:.7s;
	animation-delay:.7s;
}

#navigation-mobile.open li:nth-of-type(6) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

#navigation-mobile.open li:nth-of-type(7) {
	-webkit-animation-delay:.9s;
	animation-delay:.9s;
}

#navigation-mobile.open li:nth-of-type(8) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

#navigation-mobile nav {
	position:relative;
	height:80%;
	top:45%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:28px;
	font-weight:400;
	text-align:center;
	z-index:100;
}

#navigation-mobile ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	display:inline-block;
	position:relative;
	height:100%;
}

#navigation-mobile ul li {
	display:block;
	height:15%;
	height:calc(100% / 7);
	min-height:40px;
	position:relative;
	opacity:0;
}

#navigation-mobile ul li a {
	font-family:'Raleway',sans-serif;
	display:block;
	position:relative;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
}

#navigation-mobile ul li a:hover:after,#navigation-mobile ul li a:focus:after,#navigation-mobile ul li a:active:after {
	width:100%;
}

#navigation-mobile ul li a:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:0;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	height:3px;
	background:#fff;
	-webkit-transition:.35s;
	transition:.35s;
}

#navigation-mobile ul li .close-window:hover {
	color:#000;
}

#navigation-mobile ul li .close-window:after {
	background:none;
}

#navigation-login {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
	visibility:hidden;
	-webkit-transition:opacity .35s,visibility .35s,width .35s;
	transition:opacity .35s,visibility .35s,width .35s;
	z-index:999999;
}

#navigation-login:before {
	content:'';
	background:#FF5252;
	left:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:left .35s ease;
	transition:left .35s ease;
}

#navigation-login:after {
	content:'';
	background:#FF5252;
	right:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:all .35s ease;
	transition:all .35s ease;
}

#navigation-login.open {
	opacity:.98;
	visibility:visible;
	height:100%;
}

#navigation-login.open:before {
	left:0;
}

#navigation-login.open:after {
	right:0;
}

#navigation-login.open li {
	-webkit-animation:fadeInBottom .5s ease forwards;
	animation:fadeInBottom .5s ease forwards;
	-webkit-animation-delay:.3s;
	animation-delay:.3s;
}

#navigation-login.open li:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

#navigation-login.open li:nth-of-type(3) {
	-webkit-animation-delay:.5s;
	animation-delay:.5s;
}

#navigation-login.open li:nth-of-type(4) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

#navigation-login.open li:nth-of-type(5) {
	-webkit-animation-delay:.7s;
	animation-delay:.7s;
}

#navigation-login.open li:nth-of-type(6) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

#navigation-login.open li:nth-of-type(7) {
	-webkit-animation-delay:.9s;
	animation-delay:.9s;
}

#navigation-login.open li:nth-of-type(8) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

#navigation-login nav {
	position:relative;
	height:80%;
	top:45%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:36px;
	font-weight:400;
	text-align:center;
	z-index:100;
}

#navigation-login ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	display:inline-block;
	position:relative;
	height:100%;
}

#navigation-login li {
	display:block;
	height:15%;
	height:calc(100% / 7);
	min-height:40px;
	position:relative;
	opacity:0;
	position:relative;
	overflow:hidden;
}

#navigation-login li.message {
	color:#fff;
	font-size:12px;
}

#navigation-login li a {
	display:block;
	font-family:'Raleway',sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation-login .form-control-on-dark {
	border-radius:0;
	border:none;
	box-shadow:inset 0 0 0 rgba(0,0,0,.075);
	width:320px!important;
	height:50px;
	font-size:14px;
	padding:5px 10px;
}

#navigation-login .form-control-on-dark:focus {
	border:none;
	outline:0;
	box-shadow:inset 0 0 0 rgba(0,0,0,.075),0 0 0 rgba(102,175,233,.6);
}

#navigation-login .btn-submit {
	color:#fff;
	width:320px!important;
	background:none;
	border:1px solid #eee;
	margin:10px 0;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

#navigation-login .btn-register,#navigation-login .btn-help {
	color:#fff;
	width:320px!important;
	background:none;
	border:1px solid #eee;
	margin:5px 0;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

#navigation-login .btn-submit:hover,#navigation-login .btn-register:hover,#navigation-login .btn-help:hover {
	color:#000;
	border:1px solid #000;
}

#navigation-login .close-window:hover {
	color:#000;
}

#navigation-login .close-window:after {
	background:none;
}

#navigation-user {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
	visibility:hidden;
	-webkit-transition:opacity .35s,visibility .35s,width .35s;
	transition:opacity .35s,visibility .35s,width .35s;
	z-index:50;
}

#navigation-user:before {
	content:'';
	background:#FF5252;
	left:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:left .35s ease;
	transition:left .35s ease;
}

#navigation-user:after {
	content:'';
	background:#FF5252;
	right:-55%;
	top:0;
	width:50%;
	height:100%;
	position:absolute;
	-webkit-transition:all .35s ease;
	transition:all .35s ease;
}

#navigation-user.open {
	opacity:.98;
	visibility:visible;
	height:100%;
}

#navigation-user.open:before {
	left:0;
}

#navigation-user.open:after {
	right:0;
}

#navigation-user.open li {
	-webkit-animation:fadeInRight .5s ease forwards;
	animation:fadeInRight .5s ease forwards;
	-webkit-animation-delay:.3s;
	animation-delay:.3s;
}

#navigation-user.open li:nth-of-type(2) {
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}

#navigation-user.open li:nth-of-type(3) {
	-webkit-animation-delay:.5s;
	animation-delay:.5s;
}

#navigation-user.open li:nth-of-type(4) {
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}

#navigation-user.open li:nth-of-type(5) {
	-webkit-animation-delay:.7s;
	animation-delay:.7s;
}

#navigation-user.open li:nth-of-type(6) {
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}

#navigation-user.open li:nth-of-type(7) {
	-webkit-animation-delay:.9s;
	animation-delay:.9s;
}

#navigation-user.open li:nth-of-type(8) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
}

#navigation-user nav {
	position:relative;
	height:80%;
	top:45%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:36px;
	font-weight:400;
	text-align:center;
	z-index:100;
}

#navigation-user ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	display:inline-block;
	position:relative;
	height:100%;
}

#navigation-user ul li {
	display:block;
	height:20%;
	height:calc(100% / 5);
	min-height:40px;
	position:relative;
	opacity:0;
}

#navigation-user ul li a {
	font-family:'Raleway',sans-serif;
	display:block;
	position:relative;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	overflow:hidden;
}

#navigation-user ul li a:hover:after,#navigation-user ul li a:focus:after,#navigation-user ul li a:active:after {
	width:100%;
}

#navigation-user ul li a:after {
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	width:0;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	height:3px;
	background:#fff;
	-webkit-transition:.35s;
	transition:.35s;
}

#navigation-user .close-window:hover {
	color:#000;
}

#navigation-user .close-window:after {
	background:none;
}

#navigation .dropdown {
	display: none;
	position: absolute;
	top: 60px;
	margin: 0!important;
	background: #000;
	padding: 0;
	border-radius: 5px;
	font-size: 12px;
	width: 140px;
}

#navigation .dropdown li {
  	list-style-type: none;
  	float: none;
}

#navigation .dropdown li a {
  	text-decoration: none;
  	padding: .5em 1.5em;
  	display: block;
}

#navigation-mobile li {
	color: #fff;
	text-transform: uppercase;
}

#navigation-mobile li span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}