#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
/*
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999999;
    width: 16.596011%;
	*/
	
    float: left;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999999;

    font-size: 112.5%;
    width: 8%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;

}
#nav ul.subs {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 230px;
}
#nav > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}
/* first item - news */
#nav > li > a {
    float: none;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav li:hover ul.subs {
    display: block;
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav ul.subs > li a {
    color: #FFFFFF;
    font-size: 112.5%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
	border-bottom: none !important;
}
#nav ul.subs > li > a {
    font-size: 112.5%;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* second item - sports */
#nav2 span {
    display: none;
}
#nav2, #nav2 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav2 {
    float: left;

	position: absolute;
	top: 0px;
	left: 8%;
	z-index: 999999999999;	

    font-size: 112.5%;
    width: 11%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
    background: none;
	padding-top: 0px;
}

#nav2 ul.subs2 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 250px;
}
#nav2 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav2 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav2 > li > a {
    float: left;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}

#nav2 > li:hover > a, #nav2 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav2 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav2 li:hover ul.subs2 {
    display: block;
}
#nav2 ul.subs2 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav2 ul.subs2 > li a {
    color: #FFFFFF;
    font-size: 90%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav2 ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
}
#nav2 ul.subs2 > li > a {
    font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* third item - weather */
#nav3 span {
    display: none;
}
#nav3, #nav3 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav3 {
    float: left;

	position: absolute;
	top: 0px;
	left: 19%;
	z-index: 999999999999;	

    font-size: 112.5%;
    width: 11.552654%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
    background: none;
	padding-top: 0px;
}
#nav3 ul.subs3 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 300px;
}
#nav3 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav3 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav3 > li > a {
    float: left;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav3 > li:hover > a, #nav3 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav3 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav3 li:hover ul.subs3 {
    display: block;
}
#nav3 ul.subs3 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
}
#nav3 ul.subs3 > li a {
    color: #FFFFFF;
    font-size: 90%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav3 ul li a:hover {
    color: #FFFFFF;
    background-color: rgb(0, 174, 239);
}
#nav3 ul.subs3 > li > a {
    font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #646466;
}

/* fourth item - community */
#nav4 span {
    display: none;
}
#nav4, #nav4 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav4 {
    float: left;

	position: absolute;
	top: 0px;
	left: 30.552654%;
	z-index: 999999999999;	

    font-size: 112.5%;
    width: 17%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
    background: none;
	padding-top: 0px;
}
#nav4 ul.subs4 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 300px;
}
#nav4 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav4 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav4 > li > a {
    float: none;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav4 > li:hover > a, #nav4 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav4 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav4 li:hover ul.subs4 {
    display: block;
}
#nav4 ul.subs4 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav4 ul.subs4 > li a {
    color: #FFFFFF;
    font-size: 90%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav4 ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
	border-bottom: none !important;
}
#nav4 ul.subs4 > li > a {
    font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}

/* fifth item - contact */
#nav5 span {
    display: none;
}
#nav5, #nav5 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav5 {
    float: left;

	position: absolute;
	top: 0px;
	left: 47.552654%;
	z-index: 999999999999;

    font-size: 112.5%;
    width: 12%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav5 ul.subs5 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 250px;
}
#nav5 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav5 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav5 > li > a {
    float: none;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav5 > li:hover > a, #nav5 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav5 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav5 li:hover ul.subs5 {
    display: block;
}
#nav5 ul.subs5 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav5 ul.subs5 > li a {
    color: #FFFFFF;
    font-size: 90%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav5 ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
	border-bottom: none !important;
}
#nav5 ul.subs5 > li > a {
    font-size: 112.5%;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* sixth item - about us */
#nav6 span {
    display: none;
}
#nav6, #nav6 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav6 {
    float: left;

	position: absolute;
	top: 0px;
	left: 59.552654%;
	z-index: 999999999999;

    font-size: 112.5%;
    width: 12%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav6 ul.subs6 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 250px;
}
#nav6 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav6 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav6 > li > a {
    float: none;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav6 > li:hover > a, #nav6 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav6 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav6 li:hover ul.subs6 {
    display: block;
}
#nav6 ul.subs6 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav6 ul.subs6 > li a {
    color: #FFFFFF;
    font-size: 112.5%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav6 ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
	border-bottom: none !important;
}
#nav6 ul.subs6 > li > a {
    font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* seventh item - links */
#nav7 span {
    display: none;
}
#nav7, #nav7 ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav7 {
    float: left;

	position: absolute;
	top: 0px;
	left: 71.552654%;
	z-index: 999999999999;

    font-size: 112.5%;
    width: 12%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav7 ul.subs7 {
    background-color: #000000;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 55px;
/*    width: 96%; */
	width: 250px;
}
#nav7 > li {
    float: left;
    text-align: left;
    -moz-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
	width: 100%;
}
#nav7 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -ms-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -o-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    -webkit-transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    transition: color 150ms ease-in-out 0s, background-color 150ms ease-in-out 0s;
    white-space: normal;
}

#nav7 > li > a {
    float: none;
    font-size: 100%;
    width: 100%;
    height: 55px;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
	padding-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    margin-right: auto;
    min-width: 0px;
	background: none;
}
#nav7 > li:hover > a, #nav7 > a:hover {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}
#nav7 li.active > a {
    background-color: rgb(0, 174, 239);
    color: #FFFFFF;
}

/* submenu */
#nav7 li:hover ul.subs7 {
    display: block;
}
#nav7 ul.subs7 > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	font-family: Raleway;
	border-bottom: 1px solid #646466;
}
#nav7 ul.subs7 > li a {
    color: #FFFFFF;
    font-size: 112.5%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#nav7 ul li a:hover {
    color: #FFFFFF;
	background-color: rgb(0, 174, 239);
	border-bottom: none !important;
}
#nav7 ul.subs7 > li > a {
    font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*
@media only screen and (max-width: 1100px) {
#nav > li > a {
    font-size: 1em;
}
#nav ul.subs {
    top: 40px;
}
#nav ul.subs > li a {
    font-size: 1em;
}
#nav2 > li > a {
    font-size: 1em;
}
#nav2 ul.subs2 {
    top: 40px;
}
#nav2 ul.subs2 > li a {
    font-size: 1em;
}
#nav3 > li > a {
    font-size: 1em;
}
#nav3 ul.subs3 {
    top: 40px;
}
#nav3 ul.subs3 > li a {
    font-size: 1em;
}
#nav4 > li > a {
    font-size: 1em;
}
#nav4 ul.subs4 {
    top: 40px;
}
#nav4 ul.subs4 > li a {
    font-size: 1em;
}
#nav5 > li > a {
    font-size: 1em;
}
#nav5 ul.subs5 {
    top: 40px;
}
#nav5 ul.subs5 > li a {
    font-size: 1em;
}
#nav6 > li > a {
    font-size: 1em;
}
#nav6 ul.subs6 {
    top: 40px;
	left: -100px;
}
#nav6 ul.subs6 > li a {
    font-size: 1em;
}
}

@media only screen and (max-width: 860px) {
#nav > li > a {
    font-size: 0.8em;
}
#nav ul.subs > li a {
    font-size: 0.8em;
}
#nav2 > li > a {
    font-size: 0.8em;
}
#nav2 ul.subs2 > li a {
    font-size: 0.8em;
}
#nav3 > li > a {
    font-size: 0.8em;
}
#nav3 ul.subs3 > li a {
    font-size: 0.8em;
}
#nav4 > li > a {
    font-size: 0.8em;
}
#nav4 ul.subs4 > li a {
    font-size: 0.8em;
}
#nav5 > li > a {
    font-size: 0.8em;
}
#nav5 ul.subs5 > li a {
    font-size: 0.8em;
}
#nav6 > li > a {
    font-size: 0.8em;
}
#nav6 ul.subs6 > li a {
    font-size: 0.8em;
}
}
*/

/* Mobile Navigation */
#overlay1 {
	visibility: hidden;
	background-color:rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
	list-style:none !important;
}
#overlay2 {
	visibility: hidden;
	background-color:rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
}
#moboverlay1 {
	visibility: hidden;
	background-color:rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
}
#mobile_nav {
	background-color: #000;
	min-height: 150px;
	width: 90%;
	margin-top: 5%;
}
#mobile_nav2 {
	background-color: #000;
	min-height: 300px;
	width: 90%;
	margin-top: 5%;
}
#mobile_logo {
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
}
/*
#mobile_close {
	float: right;
	width: 45%;
	margin-right: 5%;
	margin-top: 5%;
}
#mobile_links_box {
	width: 90%;
	margin-left: 5%;
	clear: both;
	padding-top: 10px;
}
#mobile_links_divider {
	width: 95%;
	height: 8px;
	background-image: url(../templates/shared/img/mobile_popup_divider.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#mobile_links_divider2 {
	width: 95%;
	height: 8px;
	background-image: url(../templates/shared/img/mobile_popup_divider.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 50px;
}
#mobile_link {
	border-bottom: none !important;
	text-align: left;
	font-family: Raleway;
	font-weight: 200;
	color: #2C5133;
	font-size: 1.25em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mobile_link a{
	font-weight: 200;
	text-decoration: none;
	color: #FFF;
	border-bottom: none !important;
}
*/
#mobilenavplus {
	width: 100%;
	max-width: 20px;
	padding-left: 5px;
}


#mobile_close {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 10000000000000000;
}

#mobile_links_box span {
    display: none;
}
#mobile_links_box, #mobile_links_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobile_links_box {
	position: relative;
    text-align: left;
    font-weight: normal;
    color: #FFFFFF;
    min-width: 0px;
	background: none;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;

}
#mobile_links_box a{
    color: #FFFFFF;
	text-decoration: none;
}
#mobile_links_box ul.subs {
    display: none;
    position: relative;
	width: 100%;
	border-bottom: none !important;
}
#mobile_links_box > li {
	position: relative;
    text-align: left;
	width: 100%;
}

#mobile_links_box > ul > li {
	font-size:18px;
	padding:8px 0;
	border-bottom:solid thin rgba(255,255,255,0.44);
	width:90%;
}

#mobile_links_box > ul > li > a >img {
	margin-bottom:4px;
}

#mobile_links_box li a {
    display: block;
    text-decoration: none;
    white-space: normal;
}
#mobile_links_box > li > a {
    text-align: left;
    margin-top: 0px;
	padding-top: 18px;
    min-height: 0px;
    color: rgb(255, 255, 255);
    margin-right: auto;
    min-width: 0px;
}
#mobile_links_box > li:hover > a, #mobile_links_box > a:hover {
    color: rgb(0, 174, 239);
}
#mobile_links_box li.active > a {
    color: rgb(0, 174, 239);
}

/* submenu */
#mobile_links_box li:hover ul.subs {
    display: block;
}
#mobile_links_box ul.subs > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
	padding:4px 0;
}
#mobile_links_box ul.subs > li a {
    color: #FFFFFF;
    font-size: 112.5%;
    font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
/*    line-height: 20px; */
}
#mobile_links_box ul li a:hover {
    color: rgb(0, 174, 239);
}
#mobile_links_box ul.subs > li > a {
    font-size: 100%;
}



@media only screen and (max-width: 850px) {
	#navigationbar {
    height: 35px;
	}