@charset "utf-8";
/* CSS Document */
.header {
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}
.header-internal {
	border-bottom: solid 3px #ef7f19;
	padding-bottom: 3px;
}
.logo {
	position: absolute;
	top: -20px;
	padding-top: 7px;
	z-index: 99;
}
.sub-menu-bg {
	position: absolute;
	right: 0px;
	width: 50%;
	background-color: #3070b6;
	height: 45px;
}
.sub-menu {
	background-color: #3070b6;
	background-image: url(../images/sub-menu-corner.png);
	background-repeat: no-repeat;
	height: 45px;
	margin-left: 100px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 0 0 50px;
}
.sub-menu .social {
	font-size: 20px;
	color: #FFFFFF;
}
.sub-menu .social:hover {
	color: #ef7f19;
}
.nav-tabs {
	display: inline-block;
	border-bottom: none;
	font-weight: bold;
	background-color: #3070b6;
	margin-right: 10px;
}
.nav-tabs>li {
	margin-bottom: 0;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
	color: #FFFFFF !important;
	padding: 15px 15px !important;
	padding-top: 15px !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #FFFFFF;
	cursor: default;
	background-color: #ef7f19;
	padding-top: 15px !important;
}
.nav-list {
	border-bottom: 1px solid #eee;
}
.nav-list > li {
	padding: 20px 15px 15px;
	border-left: 1px solid #eee;
}
.nav-list > li:last-child {
	border-right: 1px solid #eee;
}
.nav-list > li > a:hover {
	text-decoration: none;
}
.nav-list > li > a > span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	width: 100%;
	margin-top: -20px !important;
}
.navbar-toggle {
	z-index: 1;
}
.navbar {
	background-color: inherit !important;
	border: inherit !important;
	border-radius: 0px;
	padding: 15px 0 10px 0;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: inherit !important;
}
.navbar-default .navbar-nav>li>a {
	color: #999;
}
.nav>li>a {
	height: 50px;
	font-size: 12px;
	color: #999;
	font-weight: 700;
	padding-top: 25px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 25px 10px 15px 15px;
}
.nav>li>a:hover {
	color: #ef7f19 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav>li>a:focus {
	color: #ef7f19 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav>li {
	color: #999;
	font-weight: 700;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #999 !important;
}
.nav-phone {
	margin-top: 15px;
	font-size: 14px;
}
.nav-phone>i {
	font-size: 20px;
}
.marka-logo {
	width: 150px;
}
@media screen and (max-width: 1199px) {
	.nav>li>a {
		padding: 10px 10px;
		font-size: 12px;
	}
	.sub-menu {
		font-size: 14px;
		padding: 10px 0 0 50px;
	}
}
@media screen and (max-width: 1000px) {
	.header {
		background-image: url(../images/bg-header-ui.png);
		padding-bottom: 15px;
	}
	.logo {
		display: none;
	}
	.logo-ui {
		margin-top: 7px;
	}
	.header-ui {
		width: inherit;
	}
	.sub-menu-bg {
		display: none;
	}
	.sub-menu {
		display: none;
	}
	.navbar {
		padding: 0;
		float: inherit !important;
	}
	.navbar-toggle {
		margin-right: 0px;
		margin-top: 5px;
	}
	.navbar-default .navbar-toggle {
		border-color: #3070b6;
		background-color: #3070b6;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ef7f19;
		border-color: #ef7f19;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF;
	}
	.marka-logo {
		width: 100px;
	}
	.nav-list > li {
		border-left: inherit;
		padding: 5px 5px 5px 5px;
	}
	.nav-list > li:last-child {
		border-right: inherit;
	}
	.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		padding: 10px 10px !important;
		padding-top: 15px !important;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		padding-top: 15px !important;
	}
	.mega-dropdown {
		position: relative !important;
	}
	.display-none {
		display: none !important;
	}
}
@media screen and (min-width: 1000px) {
	.logo-ui {
		display: none;
	}
}
@media (max-width: 1000px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}
