.mm-page{
	height: 100%;
}
.mobile-menu-wrapper{
	height: 100%;
}
#mobile-nav{
	display: none;
	opacity: 0;
	background:rgba(31, 33, 35, 0.95);
}
#mobile-nav.ready{
	display: block;
	opacity: 1;
}
#mobile-nav.ready.mm-menu.mm-offcanvas{
	display: none;
	opacity: 1;
}
#mobile-nav.ready.mm-menu.mm-offcanvas.mm-current.mm-opened{
	display: block;
	opacity: 1;
}
#mobile-nav li.mm-selected{
	background: transparent;
	background-color: transparent;
}
#mobile-nav li.mm-selected a{
	background: transparent;
	background-color: transparent;
}
#mobile-nav li:before,#mobile-nav li:after{
	border-color: #666;
}
#mobile-nav li a{
	color: #ccc;
}
#mobile-nav li span{
	color: #ccc;
}
#mobile-nav .mm-title{
	color: #ccc;
}
#mobile-nav .mm-navbar{
	border-color: #666;
}
#mobile-nav .mm-close,#mobile-nav .mm-btn{
	color: #ccc;
}
#mobile-nav .mm-next,#mobile-nav .mm-prev{
	color: #ccc;
}
#mobile-nav .mm-next:after,#mobile-nav .mm-prev:before{
	border-color: #999;
}
#mobile-nav .mm-next:before{
	border-color: transparent;
}
a#mobile-menu-button{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	right: 25px;
	width: 25px;
	height: 22px;
	background: transparent;
}
a#mobile-menu-button span{
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	margin: 0 0 5px 0;
}
body._sticky-menu a#mobile-menu-button span{
	background: #fff;
}
body.front a#mobile-menu-button span{
	background: #fff;
}

@media screen and (max-width: 792px) {
	#header{
		position: relative;
	}
	#header button.navbar-toggle{
		display: none !important;
	}
	#logo{
		position: relative;
		left: -15px;
	}
	#navbar-collapse.navbar-collapse{
		display: none !important;
	}
	a#mobile-menu-button{
		display: block;
	}
}
#block-views-main-page-slider-slider-block,#block-views-main-page-slider-front-slider{
	opacity: 0;
}
#block-views-main-page-slider-slider-block.ready,#block-views-main-page-slider-front-slider.ready{
	-webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
	opacity: 1;
}
#mobile-global-search,#mobile-people-search{
	padding: 20px;
	border:none;
	position: relative;
}
#mobile-global-search:after,#mobile-people-search:after{
	border:none;
}
#mobile-global-search .form-item.form-type-textfield{
	width: 70%;
}
#mobile-global-search .form-item.form-type-textfield input.form-control,
#mobile-people-search .form-item.form-type-textfield input.form-control{
	width: 100%;
	height: 33px;
	border:1px solid #666;
	color: #ccc;
	background: transparent !important;
	padding-left: 15px;
}
#mobile-global-search input[type='submit'],
#mobile-people-search input[type='submit']{
	width: 25% !important;
	min-width: 100px !important;
	float: right;
	clear: none;
	margin: 0;
}
#mobile-people-search .row-2{
	display: none;
}
#mobile-people-search .form-item.form-type-textfield{
	width: 70%;	
}
#mobile-people-search .fa-search{
	position: absolute;
    right: 30px;
    top: 26px;
    color: #ccc;
    font-size: 20px;
    z-index: 3;
    cursor: pointer;
}
#mobile-people-search .mobile-people-search-submit{
	width: 25% !important;
    min-width: 100px !important;
    float: right;
    clear: none;
    margin: 0;
	height: 33px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100px;
    font-size: 13px;
    font-family: "Avenir Next Pro Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: center;
    line-height: 33px;
}
@media screen and (max-width: 492px) {
	#mobile-global-search .form-item.form-type-textfield,#mobile-people-search .form-item.form-type-textfield{
		width: 60%;
	}
	#mobile-global-search input[type='submit'],#mobile-people-search .mobile-people-search-submit{
		width: 30% !important;
		min-width: 80px !important;
		font-size: 10px !important;
	}
}