/*@media (min-width: 768px){
	header .intro-text {
		padding-top:210px;
	}
}*/
.navbar-brand{padding:0;}
.navbar-brand>img{height:100%}
.navbar-custom.affix{box-shadow:0 0 10px #000}
header .intro-text .intro-heading{font-size: 45px;}
header .intro-text .intro-lead-in{font-size:35px;}
.text-primary, a,.navbar-custom .nav li a:hover{color:#f58634;}
.navbar-custom .nav li a:focus{color:#fff;}
.navbar-custom .navbar-nav>.active>a{background-color: #f58634;}
.navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover{background:#eb7f2f;}
.btn-xl{background-color: #f58634;border-color:#f58634;}
.btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl{background:#eb7f2f;border-color:#eb7f2f;}
.orange{color:#f58634!important;}
.orange-bg{background:#f58634!important;}
aside.clients img{margin:40px auto;}
.square,*{border-radius:0!important;}
.badge{padding:3px 7px 4px!important;}

@media screen and (max-width:767px){
	.navbar-brand{padding:5px!important;}
	.intro-lead-in{line-height:40px!important;}
	.intro-heading{font-size:6vw!important;line-height:7vw!important;}
}
@media screen and (max-width:450px){
	header .intro-text .intro-lead-in {
		font-size: 7vw;
	}
}