﻿.dropdown {
	flex-wrap: wrap;
}


.nav > li.dropdown.open {
	position:static;
	display: flex;
	flex-direction: row;
}

.menu-up {
	display:none;
}

.imgblock {
	display: none;
}


.template-Hdr {
	display: none;
	font-weight: 300;
	font-size: 16px;
	color: #6d6c6c;
	padding-top: 8px;
	padding-left: 10px;
}



/** -------------small----------------------------------- */
		.row-title {
			background-color: #f4f4f4;
		}

.menu-col1-bg {
	margin: 0;
	padding: 0;
	height: 0;
	/*width: 240px;*/
}

.menu-col2-bg {
	background-image: none;
	padding-left: 0;
	padding-right:0
}



	.menu-title {
	font-size: 0;
	font-weight: 300;
	padding-bottom: 10px;
}


		.menu-option {
			font-size: 14px;
			font-weight: 300;
			cursor: pointer;
			padding-left: 1px;
		}

		.menu-arrow {
			float: right;
			/*padding-right: 10px;*/
			/*padding-top: 6px;*/
			padding: 4px;

			-o-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	

		.menu-filler {
			height: 0;
		}

		.menu-on {
			color: white;
			background-color: #0F5D94;
			width: 100%;
		}

		.menu-off {
			color: #6d6c6c;
			background-color: transparent;
		}


		.submenu-wrapper {
			padding-bottom: 4px
		}

	.submenu-text {
		font-size: 16px;
		font-weight: 300;
		color: #6d6c6c;
		padding-left: 10px;
		text-align: right;
	}

		.submenu-link {
			color: #6d6c6c;
		}


		a.link {
			color: #6d6c6c;
		}

		.menu-caption {
			font-size: 12px;
			color: #6d6c6c;
		}

		.topsubmenu {
			padding: 0;
			margin: 0;
		}

		.bottomsubmenu {
			padding: 0;
			margin: 0;
		}


	/*********************middle***************/
	@media(min-width:768px) {
		.menu-up {
			display: block;
		}

		.dropdown {
			flex-wrap: wrap;
		}

		.imgblock {
			display: none;
		}


		.nav > li.dropdown.open .dropdown-menu {
			border-radius: 0;
			width: auto;
			/*max-width: 1500px;*/
			text-align: left;
			left: 0;
			right: 0;
			height: 250px;
			z-index: 2000;
			max-height: 250px;
			opacity: 1;
			
		}

		.menu-title {
			font-size: 24px;
			font-weight: 300;
			padding-left: 40px;
			padding-bottom: 10px;
		}

		.menu-option {
			font-size: 16px;
			font-weight: 300;
			cursor: pointer;
			padding-left: 40px;
		}

		.menu-arrow {
			padding-right: 10px;
			padding-top: 4px;
			-o-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}

		#traffic-dd-menu .menu-filler {
			height: 140px;
		}
		#transit-dd-menu .menu-filler {
			height: 140px;
		}
		#more-dd-menu .menu-filler {
			height: 70px;

		}

		.template-Hdr {
			display: block;
			font-weight: 300;
			font-size: 18px;
			color: #6d6c6c;
			padding-top: 8px;
			padding-left: 10px;
		}

		#submenutemplate, #transubmenutemplate {
			height: 130px;
		}
		
		#moresubmenutemplate {
			height: 230px;
		}

		.submenu-text {
			font-size: 16px;
			font-weight: 300;
			color: #6d6c6c;
			padding-left: 10px;
			text-align: left;
		}

		.submenu-link {
			color: #6d6c6c;
		}

		a.link {
			color: #6d6c6c;
		}

		.submenu-wrapper {
			padding-bottom: 10px;
			padding-left: 0px;
		}

		.topsubmenu {
			padding-top: 15px;
		}

		.bottomsubmenu {
			padding-top: 15px;
		}
	}


/*@media(min-width:1268px) {
	.menu-col1-bg { display: none;margin: 0;
		padding: 0;
		height: 0; }
	.menu-col1-bg { display: none; }
	.menu-col-filler { display: none;

	}
	.menu-title {
		font-size: 24px;
		font-weight: 300;
		padding-bottom: 2px;
		padding-left: 60px;
	}
	.topsubmenu {
		padding-top: 35px;
	}

	.bottomsubmenu {
		padding-top: 35px;
	}
}*/
	/****************************** large******1139*********/
	/**1381*/
	@media(min-width:991px) {
		.menu-up {
			display: block;
		}


		.dropdown .dropdown-menu {
			max-height: 0;
			display: block;
			overflow: hidden;
			opacity: 0;
		}


		.nav > li.dropdown.open .dropdown-menu {
			border-radius: 0;
			/*width: auto;*/
			/*max-width: 1500px;*/
			text-align: left;
			left: 0;
			right: 0;
			height: 384px;
			z-index: 2000;
			max-height: 384px;
			opacity: 1;
		}


		.imgblock {
			display: block;
		}

		.menu-col1-bg {
			margin: 0;
			padding: 0;
			height: 384px;
			background-color: #f4f4f4;
			display: block;
		}

		.menu-col-filler {
			margin: 0;
			padding: 0;
			/*height: 384px;*/
			background-color: #f4f4f4;
			display: block;
		}

		.menu-col2-bg {
			margin: 0;
			padding: 0;
			height: 384px;
			background-color: #f4f4f4;
			/*background-image: url('/Content/images/home/GrayFaded300.jpg');*/
			/*background-image: linear-gradient(to right, #b3b3b3, white);*/
			/*background-repeat: no-repeat;*/
		}

		/********/
		.row-title {
			background-color: white;
			height: 360px;
		}

		.menu-title {
			font-size: 48px;
			/*font-family: Verdana, Geneva, sans-serif;*/
			font-weight: 300;
			padding-bottom: 20px;
			padding-left: 60px;
		}

		.menu-option {
			font-size: 20px;
			/*font-family: Verdana, Geneva, sans-serif;*/
			font-weight: 300;
			cursor: pointer;
			margin: 0;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 25px;
		}

		.menu-arrow {
			float: right;
			padding-right: 8px;
			padding-top: 4px;
			-o-transform: rotate(0);
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}


		.menu-filler {
			height: 0;
		}

		.menu-on {
			color: white;
			background-color: #0F5D94;
			width: 100%;
		}

		.menu-off {
			color: #6d6c6c;
			background-color: transparent;
		}


		.template-Hdr {
			display: block;
			font-weight: 300;
			font-size: 26px;
			color: #6d6c6c;
			padding-top: 20px;
			padding-left: 10px;
		}

		.submenu-wrapper {
			padding-bottom: 10px;
			padding-left: 0px;
		}

		.submenu-text {
			font-size: 20px;
			/*font-family: Verdana, Geneva, sans-serif;*/
			font-weight: 300;
			color: #6d6c6c;
			padding-left: 10px;
		}

		.submenu-link {
			color: #6d6c6c;
		}


		a.link {
			color: #6d6c6c;
		}

		.menu-caption {
			/*font-family: Verdana, Geneva, sans-serif;*/
			font-size: 16px;
			color: #6d6c6c;
			padding-top: 5px;
			font-weight: 300;
		}

		.topsubmenu {
			padding-top: 30px;
		}

		.bottomsubmenu {
			padding-top: 30px;
		}
	}

		