/* Opening
-----------------------------------------*/
.Opening {
	position:relative;
	/*
	background-color: #71C6ED;
	*/
}
.container-fluid.slideshow ul {
	margin: 0;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
  opacity: 0.9;  
}
.Opening ul li p.Opening__btn {
	position: absolute;
 	top: 80%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-webkit-transform:translate(-50%, -50%);
  	z-index: 10;
}
.Opening ul li p.Opening__btn a {
	padding: 10px 0px;
	border-radius: 100px;
	font-size: 1.2em;
	text-decoration: none;
	width: 300px;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	box-shadow:0px 0px 5px 0px rgba(106, 107, 117, 0.1) inset;
	background-color: rgba(255,255,255,0.7);
	color: #0B50A2;
}
.Opening ul li p.Opening__btn a:hover {
	background-color: rgba(41,112,192,0.7);
	color: #FFF;
}

.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
}

/* Slide and Push Menu */
.cbp-spmenu {
	background-color: rgba(42, 57, 79, 0.95);
	position: fixed;
	font-size: 14px;
	line-height: 1.2em;
}
.cbp-spmenu a:hover {
	text-decoration: none;
}
.cbp-spmenu ul.parent {
	border-bottom: 1px solid #999999;
	margin-bottom: 0;
}
.cbp-spmenu ul.parent.logout{
	border-bottom: none;
}
.cbp-spmenu ul.banner {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.cbp-spmenu ul span.glyphicon {
	padding-right: 10px;
	padding-left: 10px;
}
.cbp-spmenu ul span.glyphicon.glyphicon-menu-right  {
	padding-right: 0px;
	padding-left: 0px;
	float: right;
}
.cbp-spmenu ul.parent li ul {
	margin: 0;
	padding-bottom: 10px;
}
.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #212E41;
	border-bottom: 2px ssolid #355789;
}

.cbp-spmenu a:active {
	background: #212E41;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow: auto;
}

.cbp-spmenu-vertical a {
	padding: 0.5em 0.5em 0.5em 1.8em;
}
.cbp-spmenu-vertical a.title {
	padding: 5px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cbp-spmenu a.entry_apply, 
.cbp-spmenu a.entry_again {
	padding: 10px 0;
}
.cbp-spmenu ul.parent:last-child {
	border-top: none;
}
.loginmessage {
	color: #FF0;
	line-height: 1.4em;
	margin-bottom: 10px;
}
/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){
}