.dropdown-menu {margin-top:0;}
.dropdown-menu .dropdown-toggle::after {border-bottom:4px solid transparent; border-left:4px solid; border-top:4px solid transparent; vertical-align:middle;}
.dropdown-menu .dropdown .dropdown-menu {border-width:0; left:100%; margin:0 20px; top:0%;}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {background:#007bff; color:white;}
.dropdown-menu > li.show > a {color:white;}
.dropdown .dropdown-menu .dropdown-item:hover {background-color:red !important;}

/*.custom-toggler .navbar-toggler-icon {background-image:url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}*/
/*.custom-toggler .navbar-toggler-icon {background-image:url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}*/
.custom-toggler .navbar-toggler-icon {}
.navbar-toggler-icon {}
/*.navbar-toggler {background-color:rgba(255, 204, 0, 0.5);} /*#ffcc00 */
.navbar-toggler {background-color:rgba(255, 204, 0, 0.3); border:1px solid #ffcc00 !important;} /*#ffcc00 */

@media (min-width:768px) {
	.dropdown-menu .dropdown .dropdown-menu {margin:0; border-width:1px;}
}

nav.bggrad {
	/* Permalink - use to edit and share this gradient:https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background:#a90329; /* Old browsers */
	background:-moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	border:1px solid #ffcc00;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
}
.nav-item {}
.nav-item a {color:white !important; font-size:18px; font-weight:normal; padding-top:10px; text-decoration:none !important;}
.nav-item a:hover {color:white !important; /*text-decoration:none;*/}
ul .dropdown-menu {background-color:#C00; border:1px solid #ffcc00; border-radius:10px;}
