/* I'm already giving you a free plugin, don't steal my stylesheets, design your own menu. */

/* ----------
 * 002 - Site
 */
@media screen and (max-width:1165px) {
#sb-site { }

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	
/*	color: #e8e8e8; 
}

.sb-slidebar a {
	color: #FF3971;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #E83165;
	text-decoration: underline; */
}

/* --------------------
 * 004 - Slidebar Menus
 */
 
/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595; 
	background:url(images/responsive/res-li-arrow.png) no-repeat 90% 50% #ffffff;
	background-size:4%;
}
.sb-menu li:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #f8981d; background-size:4%; color:#ffffff; }
#nav17 { border-left:5px solid #38b249; }
#nav17:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #38b249; background-size:4%; }
#nav18 { border-left:5px solid #e24a3a; }
#nav18:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #e24a3a; background-size:4%; }
#nav19 { border-left:5px solid #3394d6; }
#nav19:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #3394d6; background-size:4%; }
#nav20 { border-left:5px solid #835ea5; }
#nav20:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #835ea5; background-size:4%; }
#nav21 { border-left:5px solid #ec6ca7; }
#nav21:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #ec6ca7; background-size:4%; }
.res-contact { border-left:5px solid #f8981d; }
.res-contact:hover { background:url(images/responsive/res-li-arrow-ho.png) no-repeat 90% 50% #f8981d; background-size:4%; }

.searchform { padding:5px; }
#res-m-sear { background:none; text-align:center;}
#res-m-sear #s { width:75%; height:25px; float:left; border:1px solid #959595;  border-right:none; }
#searchsubmit { width:20%; height:29px; float:left; border:1px solid #959595; background:url(images/responsive/res-menu-sarch.png) center right no-repeat #ffffff;  border-left:none; cursor:pointer; }
#res-m-sear:hover { background:none; }

.sb-menu > li:first-child {
	border-top: none;
}

.sb-menu > li:last-child {
	border-bottom: none;
}

.sb-menu li a {
	display: inline-block;
	padding:5% 4%;
	color: #f2f2f2; 
	width:86%;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05);
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
	color:#7f8c8d;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	font-size:14px;
}
.sb-left .sb-menu li a:hover {
		color:#ffffff;	
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid;
}

/* Submenus */
.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 0.05);
}

/* Caret */
span.sb-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px;
	border: 5px solid transparent;
}

span.sb-caret {
	border-top: 5px solid;
	border-bottom: 0px solid transparent;
}

.sb-submenu-active > span.sb-caret {
	border-top: 0px solid transparent;
	border-bottom: 5px solid;
}

/* ----------------------
 * 005 - Slidebar Widgets
 */

.sb-widget {
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 14px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.sb-widget-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	padding: 14px;
	background-color: #292929;
}

.sb-widget-title {
	margin: 0; 
}

.sb-widget-content {
	border-top: 1px solid rgba(255, 255, 255, 0.1); 
	padding: 14px;
	background-color: #262626;
}

/* ------------------------
 * 006 - Top Navigation Bar
 */

.sb-navbar {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index: 1000;
	background-color: #219AEB;
	
	box-shadow:
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(0, 0, 0, 0.01),
		0 4px 0 0 rgba(0, 0, 0, 0.02),
		0 3px 0 0 rgba(0, 0, 0, 0.04),
		0 2px 0 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.08),
		/* Top highlight */
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight */
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight */
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight */
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
	/* Glass gradient overlay, works with any colour background. */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(0,0,0, 0.02) 51%); /*  Webkit syntax. */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%); /* Final syntax. */
	background-size: 100%;
	background-repeat: no-repeat;
}

html.sb-android .sb-navbar {
	position: absolute; 
}

/* Navbar Menu Items */
.sb-navbar-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sb-navbar-menu-left {
	float: left;
}

.sb-navbar-menu-right{
	float: right;
}

.sb-navbar-menu li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.sb-navbar-menu li a {
	display: inline-block;
	color: #f2f2f2; 
	padding: 15px;
	text-decoration: none;
}

.sb-navbar-menu li a:hover {
	color: #f2f2f2; 
	background-color: rgba(0, 0, 0, 0.05);
}

/* -----------------------
 * 007 - Slidebar Controls
 */
 
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer; 
}
.sb-toggle-left, .sb-toggle-right { }
/* Navicons */
/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
.sb-navbar .sb-toggle-left {

}

.sb-navbar .sb-toggle-right {
	width: 52px;
	float: right;
	padding: 14px;
}

.navicon-line {
	display:none;
}

/* Hover states to match navbar menu item hover. */
.sb-navbar .sb-toggle-left:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.sb-navbar .sb-toggle-right:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* -------------------
 * 006 - Media Queries
 */
}
@media (max-width: 767px) {
	.sb-navbar-menu {
		display: none;
	}
}