/* screen: from sm to lg */
@media (min-width: 768px) {
	.navbar-fixed-top {
		position: fixed;
	}
	.dropdown:hover > .dropdown-menu,
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
		border-radius: 0 0 3px 3px;
	}
	
	.navbar-nav > li {
		margin-right: 10px;
		padding-bottom: 12px;
	}
	
	.navbar-nav > li:last-child {
		margin-right: 0px;
		padding-bottom: 10px;
	}
	/*
	.navbar-inverse .navbar-nav > li > a {
		display: inline-block;
	}
	*/
}
/* screen: md to xs */
@media (max-width: 992px) {
	.headline-info ul.nav {
		border-right: none;
		border-bottom:#032741 1px solid;
	}
	.headline-info-label {
		left: 15px;
	}
	.headline-info .tab-content div.col-md-4,
	.headline-info .tab-content div.col-md-6 {
		border-bottom:1px dashed #ccc;
		border-right:none;
		height: auto;
	}
	.headline-info .tab-content div.col-md-4:last-child,
	.headline-info .tab-content div.col-md-6:last-child {
		border-bottom:none;
	}
	.left-section-title {
		
		border-right:none;
	}
	.info-stat div.col-md-4:nth-child(2){border-right:none;}
	.info-stat div.col-md-4:nth-child(4) {
		border-left:1px dashed #c0c0c0;
		border-bottom:1px dashed #c0c0c0;
	}
	.info-stat div.col-md-4:nth-child(5){border:none;}
	.info-stat div.col-md-4:last-child{border-left:1px dashed #c0c0c0;}
}

/* screen: md */
@media (min-width: 992px) and (max-width: 1199px) {
	.main-header div img {
		width: 60px;
	}

	.logo-title {
		font-size: 1.2em;
		line-height: 20px;
	}

	.main-header small {
		font-size: 0.7em;
	}
}

@media (max-width: 1169px) {
	header {padding-top: 1em;}
	.navbar-fixed-top {
		position: relative;
	}
	.navbar-header {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		width: 100% !important;
		float: none !important;
	}
	.navbar-brand{display:none}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		max-height: inherit !important;
	}
	/*
	.navbar-collapse.in {
		overflow-y: auto !important;
	}
	*/
	.navbar-collapse.collapse {
		display: none!important;
	}
	nav {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.nav > li {
		position: relative;
		display: block;
	}
	.navbar-inverse .navbar-nav > li > a {
		display: block;
	}
	.nav > li > a.show-search {display:none !important;}
	.nav > li > div.search-form {
		display:block;
		position: relative;
		float:none;
		top:0;
	}
	.nav > li > div.search-form > form > input {width:100%}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;
		*/
	}
	.navbar-nav>li {
		float: none;
		padding-bottom: 10px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-menu > li > a{font-size:16px; color:#9d9d9d !important;}
	.dropdown-submenu > .dropdown-menu > li > a {
		padding-left: 35px !important;
	}
	.dropdown:hover > .dropdown-menu/*,
	.dropdown-submenu:hover > .dropdown-menu*/ {
		display: none;
		border-radius: 0;
	}
	.dropdown.open:hover > .dropdown-menu{
		display: block;
	}
	.dropdown-submenu > .dropdown-menu {
		display: block;
		border-radius: 0;
		background-color: #000 !important;
	}
	.collapse.in {
		display: block !important;
		float: none;
	}
		
}

/* screen: xs */
@media (max-width: 767px) {
	.main-header .pull-left {
		float: none !important;
		margin-bottom: 10px;
		text-align: center;
	}

	.main-header .clearfix {
		text-align: center;
	}
	
	.landing-header img {
		width: 64px;
	}
	
	.landing-header h1 {
		font-size: 1.5em;
	}
	
	.landing-header small {
		font-size: 1em;
	}
	
	/*
	.dropdown-submenu {
		background-color: #ffff00;
	}
	*/
	.info-stat div.col-md-4:nth-child(5){border-bottom:1px dashed #c0c0c0;}
}

@media (max-width: 1200px) {
	.navbar .container {
		width:100%;
	}
}