/* CSS Document */
.mobile-nav {
	display: none;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

}
  @media only screen and (max-width : 767px) {
	  .navi-line {
	display: none;
}
.mobile-nav {
	display: block;
}
.navbar-collapse {
	position: absolute;
	background: #6691c6;
	width: 100%;
	color: #fff;
	z-index: 9;
	padding-bottom: 10px;
}
.search-box, .top-menu, .jobs-menu {
	display: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: #337ab7;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent !important;
}
.mobile-nav a {
	color: #ededed;
	line-height: 34px;
}
.mobile-nav a:hover {
	background: transparent !important;
}
.dropdown.nav-item-187 ul {
	display: none !important;
}
.mobile-search {
	padding-top: 20px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 34px;
	height: 5px;
	border-radius: 2px;
	background: #c60c30;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 0;
	margin-top: 59%;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #1e2b6300;
	background-image: none;
	border: 1px solid #1c19b300;
	border-radius: 4px;
}
li.dropdown > a {
   pointer-events: none;
   cursor: default;
}
li.dropdown.nav-item-187 > a {
   pointer-events: initial;
   cursor: pointer;
}
li.dropdown.nav-item-187 > a .caret { display:none;}
.dropdown-menux { display:none;}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 23px;
}
  }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
}
