#theMenu {z-index: 99999;}
a {
    color: #1111ff;
    word-wrap: break-word;
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
a:hover, a:focus {	
    color: #f00;
    text-decoration: none;
    outline: 0;
}
a:before, a:after {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
.mo-menu {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 99999;
    text-align: left;
}
.mo-menu.mo-menu-open { right: 0;}
.mo-menu-wrap { border-left:1px solid #acacac;
    position: absolute;
    top: 0;
    left: 60px;
	z-index: 99999;
	background:#d6d8db;	/*background:rgba(255,255,255,0.9);*/
    bac-kground:#1288b3 url(../img/as_bg.png) repeat-x center top;
    width: 200px;
    height: 100%;
}
.mo-menu h1.logo a{
    font-family:'Comfortaa', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.mo-menu h1 { margin-left: 20px;}
.mo-menu h1.logo a:hover { color: #1abc9c;}
.mo-menu h4 {
    margin-left: 0px;
    color: #1c93cb;
    display: block;    
    letter-spacing: .1em;
    text-transform: uppercase;
}
.mo-menu p { margin-left:10px; margin-right: 10px; margin-bottom:0; font-size: 11px; color:#666; line-height:18px;}
.mo-menu h3 { margin:10px; font-size: 22px; color:#888; line-height:24px;}
.mo-menu a {
    margin: 5px 5px 5px 5px; padding-left: 10px; background: #fff; border-radius: 3px;	/*background: rgba(196,196,196,.95);*/
	border: 1px solid #acacac;
	background-image: -o-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
    color: #303c49;	/*color: #616161;*/
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: .05em;
    text-transform: none;
}
.mo-menu a:hover { color: #004; background: rgba(228,228,228,.64); border-radius: 3px;}
.mo-menu a:active { background-color:#1c93cb; color: #fff;}
.active { padding-left:0px;}
.mo-menu a.current { background-color:#a8a8a8; color: #e40045; padding-left:10px; margin-left:5px; margin-right:5px;	
	border-radius: 3px 3px 3px 3px;
}
.mo-menu a.current:hover { background: rgba(228,228,228,.4);
}
.mo-menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 4px 8px 4px 2px;
}
.mo-menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: gray;
    width: 40px;
    height: 20px;
    line-height: 40px;
    top: 32px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.mo-menu-close:hover {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.mo-menu hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00497c;
    margin: .6em 0;
    padding: 0;
}
#search {
    background: #fff;
    border: 1px solid #acacac;
    border-radius: 3px;
    color: #303c49;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    li-ne-height: 24px;
    margin: 5px;
    padding-left: 10px;
    text-transform: none;
}
#search  form{	
	margin: 8px 0 0 0;
}
#search  input{
	color: #303c49;
	font-size: 14px;
    font-weight: 700;
	line-height: 16px;
    letter-spacing: 0.05em;
}
#search  label{
	margin-bottom:0;
}
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright { left: 200px;}
.body-push-toleft { left: -200px;}
.mo-menu, .body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#mo-menuToggle { border:0px solid #fff;
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 99999;
    display: block;
    text-align: center;
    font-size: 21px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;	
}
#mo-menuToggle:hover { border:0px solid #fff;
    color: #444;
    background: rgba(212,212,212,.5);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#search-txt { margin-left:5px;}
#ajaxSearch_form { display:inline-block; margin-left:0px;}
#ajaxSearch_input { width:138px; margin-bottom:0px; border: none; font-family:'Arial' sans serif; font-weight:400; color:#888;}
#ajaxSearch_input input{ border: none;
}
#ajaxSearch_submit { background:transparent url(../images/search.png) no-repeat center top; width:20px; height: 20px; border:none; border-radius: 3px;}
#ajaxSearch_submit:hover { background:#eaeaea url(../images/search.png) no-repeat center top;}
.separator {
	border-top: 1px solid #c8c8c8;
	margin: 10px 0;
}