﻿
/*============================================*/
/*-- NAV MENU START --------------------------*/


.navbar {
	min-height: 50px;
	background-color: #ebebeb;
	border-radius: 0;
	border: 0;
	/*border-bottom: 4px solid transparent;*/
	padding: 0 !important;
	margin: 0 0 0 0;
}

.noBreadcrumb {
	margin: 0 0 20px 0;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

.nav-container {
	clear:both;
	display:block;
	width: 100%;
	text-align: center;
	min-height: 50px;
	break-after: always;
	margin-bottom: 0;
	margin-top:0;
	margin:0;
	padding:0;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 0 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0;
}



/*

  collapsed menu toggle button

*/
.navbar-toggler {
	position:absolute;
	right:18px;
	top:-30px;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background-color: #333333;
	z-index:500;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 27px;
	height: 17px;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}
.navbar-toggler-icon {
	background-image: url(navbar-toggler-icon.png);
}
	
	.navbar-expand-lg .navbar-toggler .navbar-toggler-icon-bar {
		background-color: #fff;
	}

.navbar-expand-lg .navbar-toggler:hover .navbar-toggler-icon-bar,
.navbar-expand-lg .navbar-toggler:focus .navbar-toggler-icon-bar {
	background-color: #fff;
}
/*
.navbar-default .navbar-toggle {
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	margin-right: 30px;
	margin-top: 8px;
	margin-bottom: 3px;
}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #ebebeb;
		border: 1px solid #ebebeb;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #ebebeb;
	}
	*/
/*--------------------------------*/

/*
  standard button standard style
*/
.navbar-nav {
	margin:0;
	padding:0;
}

.navbar-nav > li,
.navbar-nav > li:hover {
	min-height: 36px;
	margin: 0 0 0 0;
	padding: 0;
	background: transparent url(mainMenuLISeperator.png) no-repeat right 20px;
}

	.navbar-nav > li > a.nav-link {
		position: relative !important;
		width: 100%;
		line-height: 16px;
		min-height: 16px;
		font-size: 14px;
		font-weight: 400;
		color: #333333 !important;
		text-align: center;
		text-decoration: none;
		padding: 17px 25px 17px 25px !important;
		margin: 0 !important;
		background: none;
	}

	.navbar-nav > li:first-child > a.nav-link {
		/*padding-left: 0 !important;*/
	}
	.navbar-nav > li > a.nav-link.no-touch.sel,
	.navbar-nav > li > a.nav-link.no-touch:hover,
	.navbar-nav > li > a.nav-link.no-touch:focus {
		color: #333333 !important;
	}
			.navbar-nav > li:last-child {
				background: none;
			}
/*--------------------------------*/

/* BOOTSTRAP 4 DROPDOWN LINKS */
.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

	.dropdown-menu a.dropdown-item:focus,
	.dropdown-menu a.dropdown-item:link,
	.dropdown-menu a.dropdown-item:visited,
	.dropdown-menu a.dropdown-item:hover {
		min-height: 40px;
		line-height:40px;
		/*font-family: 'Asap', sans-serif;*/
		font-size: 14px;
		border-bottom: 1px solid #ccc;
		text-decoration:none;
		margin:0 !important;
	}
.dropdown-item.active, .dropdown-item:active {
	background-color: #ebebeb;
}

	.dropdown-menu a.dropdown-item:last-child {
		border-bottom: 0px solid #ccc;
	}
	
	.dropdown-menu a.dropdown-item:hover {
		color: #000;
	}


@media (max-width: 1170px) {

	.navbar-nav > li > a {
		font-size: 15px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.navbar-member > li > a {
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}



/*-- HEADER AND MAIN MENU CONTROL --*/
@media (max-width: 1100px) {

	.navbar-member > li > a {
		font-size: 13px;
	}

}



@media (max-width: 932px) {

	.navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-member > li > a {
		font-size: 13px;
	}
}




@media (max-width: 932px) {

	.navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-member > li > a {
		font-size: 12px;
	}
}



@media (max-width: 850px) {

	.navbar-nav > li > a {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.navbar-member > li > a {
		font-size: 11px;
	}
}




/**********************************************/
/*Medium devices (tablets, 768px and up) 
	.col-md-
*/

/*
	Cater for mobile devices by removing the hover
	*/
/*@media (min-width:768.98px) {*/
@media (min-width:766.98px) {


	/*add an underline to the nav button on full width screen*/
	.navbar-nav > li > a.nav-link.no-touch.sel::after,
	.navbar-nav > li > a.nav-link.no-touch:hover::after,
	.navbar-nav > li > a.nav-link.no-touch:focus::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 0;
		left: 0;
		bottom: -4px; /*Change this to increase/decrease distance*/
		border-bottom: 4px solid #00cbfe;
	}
}


	@media (max-width: 766px) {

		.navbar-header {
			width: 100%;
			margin: 0;
		}

		.navbar-nav > li > a.nav-link,
		.navbar-nav > li:first-child > a.nav-link {
			padding: 17px 0 !important;
		}
		/*==================================================*/
		/*-- change menu style start --*/

		.nav,
		.navbar-right {
			padding: 0;
			margin: 0;
		}

		.navbar-nav > li > a {
			width: 100%;
			line-height: 18px;
			padding: 10px 0 10px 0;
		}

		.navbar-nav > li {
			border-right: 0px solid #ebebeb;
			background: none;
			border-bottom: 1px solid #ebebeb;
			margin: 0 0 0 0;
		}

		.navbar-nav li a:hover,
		.navbar-nav li a:focus,
		.navbar-nav li a.sel:hover,
		.navbar-nav li a.sel:focus,
		.navbar-nav li a.sel {
			color: #fff;
			background-color: #ebebeb;
		}

		/* style of dropdown menu */
		.nav-item {
			border-bottom: 1px solid #ccc !important;
		}

			.nav-item:last-child {
				border-bottom: 1px solid #ccc;
			}

			.nav-item a:focus,
			.nav-item a:link,
			.nav-item a:visited,
			.nav-item a:hover {
				text-decoration: none;
			}

			.nav-item a:hover {
				color: #000;
			}

		.dropdown-menu {
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			padding: 0;
			margin: 0;
			border: 0;
		}

			.dropdown-menu a.dropdown-item:focus,
			.dropdown-menu a.dropdown-item:link,
			.dropdown-menu a.dropdown-item:visited,
			.dropdown-menu a.dropdown-item:hover {
				min-height: 40px;
				/*font-family: 'Asap', sans-serif;*/
				font-size: 14px;
				border-bottom: 1px solid #ccc;
				text-decoration: none;
			}

			.dropdown-menu a.dropdown-item:last-child {
				border-bottom: 0px solid #ccc;
			}

			.dropdown-menu a.dropdown-item:hover {
				color: #000;
			}
	}



	@media (max-width: 1285px) {

		.headerBlock {
			margin: 0;
			padding: 0;
		}

		.headerLogo {
			width: 100%;
			text-align: center;
		}

		.navbar-header {
			width: 100%;
			margin-right: 0;
		}

		.navbar-right {
			width: 100%;
			text-align: center;
			max-width: 100%;
		}
	}


