header .navbar, header .container, header .navbar-header{
    min-height: 100px !important;
}
header .navbar-nav{
	float:right;
}
header .navbar-inverse{
	background-color:#000;
}
header a{
	text-decoration:none !important;
	background:transparent !important;
}
header .navbar-inverse .navbar-nav>li>a{
	color:#fff !important;
}
header img{
	height:100px;
}
header ul{
	height:100px;
	width:70%;
	padding:25px 0px;
}
header li{
	    padding: 0% 2%;
}
header .dropdown-menu li{
	    padding: 0%;
}
header .dropdown-menu{
	background-color:#000;
	border-radius: 10px;
	min-width: 180px;
}
.dropdown-menu>li>a{
	color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	transition-timing-function: ease;
}
.cleanconp{padding-left:10%;}

@media only screen and (max-width:320px){
	.testibut{margin-top:87% !important;}
}
@media only screen and (min-width:340px) and (max-width:360px){
	.testibut{margin-top:65% !important;}
}
@media only screen and (min-width:370px) and (max-width:420px){
	.testibut{margin-top:40% !important;}
}
@media only screen and (max-width:720px){
	header .navbar, header .container, header .navbar-header{
		min-height: 50px !important;
	}
	header .navbar-nav{
		float:left;
	}
	header img{
		height:50px;
	}
	header ul{
		height:100%;
		padding:0px;
	}
	header li{
	    padding: 0%;
	}
}
@media only screen and (min-width:740px) and (max-width:780px){
	header li{
	    padding: 0%;
	}
	.testihead{margin-top:10% !important;}
}
@media only screen and (max-width:1024px){
	.cleanconp{padding-left:0%;}
}