﻿<style>.sf-menu, .sf-menu * {
margin:0;
padding:0;
list-style:none
}
.sf-menu li {
	position: relative
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: auto;
	z-index: 99999;
}
.sf-menu>li {
	float: left
}
.sf-menu li.sfHover>ul {
	display: block
}
.sf-menu a {
	display: block;
	position: relative
}
.sf-menu ul ul {
	top: 0;
	left: 100%
}
.sf-menu {
	float: left;
	margin-bottom: 1em
}
.sf-menu ul.menu-services {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	text-align: left;
	left: -150%;
	min-width: 48em;
*width:48em;
}
.sf-menu ul.menu-services li {
	display: inline-block;
	width: 230px;
	text-align: left;
	margin: 0
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em;
*width:12em
}
.sf-menu a {
	padding: 0;
	text-decoration: none;
	zoom: 1;
	color: #13a
}
.sf-menu li {
	white-space: nowrap;
*white-space:normal;
	-webkit-transition: background .2s;
	transition: background .2s
}
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
*padding-right:1em
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dFeEFF;
	border-top-color: rgba(255,255,255,.5)
}
.sf-arrows>.sfHover>.sf-with-ul:after, .sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #fff
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-arrows ul .sfHover>.sf-with-ul:after, .sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
.sf-vertical {
	width: 12em
}
.sf-vertical ul {
	left: 100%;
	top: 0
}
.sf-vertical>li {
	float: none
}
.sf-vertical li {
	width: 100%
}
.sf-vertical.sf-arrows>li>.sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5)
}
.sf-vertical.sf-arrows .sfHover>.sf-with-ul:after, .sf-vertical.sf-arrows li>.sf-with-ul:focus:after {
	border-left-color: #fff
}
#mobile-menu {
	display: none
}
.footer-menu .sf-menu>li {
	float: none
}
.footer-menu .sf-menu li.sfHover>ul {
	display: inherit
}
.footer-menu .sf-menu a {
	display: inherit;
	position: relative
}
.footer-menu .sf-menu ul ul {
	top: 0;
	left: 0
}
.footer-menu .sf-menu {
	float: none;
	margin-bottom: 0
}
.footer-menu ul.sf-menu {
	text-align: left;
	position: relative;
}
.footer-menu ul.sf-menu > li {
	color: #e3e3e3;
	display: inline-block;
	border-left: 1px solid #6b8fc1;
}
.footer-menu ul.sf-menu > li:first-child {
	border-left: none;
	border-top: none;
}
.footer-menu ul.sf-menu > li > a {
	color: #e3e3e3;
	line-height: 30px;
	font-size: 15px;
	padding: 5px 12px;
	text-decoration: none;
}
.footer-menu ul.sf-menu > li > a:hover {
	text-decoration: underline;
}
.footer-menu ul.sf-menu li:hover > ul {
	display: none;
}
@media only screen and (max-width:1024px) {
.sf-menu ul.menu-services {
	left: -200%;
}
.sf-menu ul.menu-services {
	left: -40px !important;
}
}
@media only screen and (max-width:759px) {
#mobile-menu {
	display: block
}
.touch-with-ul>a:after {
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 1em;
	margin-top: -7px;
	content: "\f0d7";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	line-height: 1em
}
li.touch-with-ul.touch-hover:after>a {
content:"\f0d8"
}
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #333;
	background: -moz-linear-gradient(left, #333 0, #191919 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333), color-stop(100%, #191919));
	background: -webkit-linear-gradient(left, #333 0, #191919 100%);
	background: -o-linear-gradient(left, #333 0, #191919 100%);
	background: -ms-linear-gradient(left, #333 0, #191919 100%);
	background: linear-gradient(to right, #333 0, #191919 100%);
	-pie-background: linear-gradient(left, #333 0, #191919 100%);
	behavior: url(/PIE.htc);
}
.admin-bar .sidr {
	top: 24px;
}
.sidr .menu {
	height: auto;
	visibility: visible;
	background: 0 0;
	margin: 0 0 50px 0
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	font-size: 11px;
	font-weight: 400;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #fff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a {
	color: rgba(255,255,255,.9)
}
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.sidr .sf-menu li {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #4d4d4d;
	-webkit-box-shadow: -8px 10px 0px -9px #1a1a1a;
	-moz-box-shadow: -8px 10px 0px -9px #1a1a1a;
	box-shadow: -8px 10px 0px -9px #1a1a1a;
	background: 0 0
}
.sidr .sf-menu {
	float: none;
	width: 100%
}
.sidr .sf-menu>li {
	width: auto;
	float: none;
	line-height: 16px
}
.sidr li.sidr-class-active {
	line-height: 17px
}
.sidr li.sidr-class-active>a {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222
}
.sidr li a {
	text-align: left;
	padding: 10px 30px 10px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.sidr .sf-menu li ul {
	border-bottom: 0;
	margin: 0;
	position: relative;
	left: 0;
	width: 100%!important
}
.sidr li li {
	font-size: 13px;
	line-height: 17px;
	background: #1E1E1E
}
.sidr li li:last-child {
	border-bottom: 0
}
.sidr li li a {
	color: #ccc;
	padding-left: 30px
}
.sidr .sf-menu ul ul li {
	background: #000
}
.sidr li li li a {
	padding-left: 45px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sf-menu ul.menu-services {
	min-width: auto;
*width: auto
}
.sf-menu ul.menu-services li {
	display: block;
	width: auto
}
}
#sb-container {
	height: 100%;
	display: none;
	visibility: hidden;
	z-index: 999
}
</style>
