/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/* toggle */
.navbar-wrapper-left .navbar-wrapper {
    text-align: left;
}

.navbar-wrapper-center .navbar-wrapper {
    text-align: center;
}

.navbar-wrapper-right .navbar-wrapper {
    text-align: right;
}

.navbar-toggle {
    display:none;
    position: relative;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}

.sr-only {
    position: absolute;
	right: 100px;
	width: 1px;
	height: 1px;
	border: 0 none;
	padding: 0;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    /* show the button on small screens */
    .navbar-toggle {
        display:inline-block;
    }
    /* hide the menu when it has the "collapsed" class set by the script */
    .sm.collapsed {
        display:none;
    }
}