body {
	background-color:#030720;
    color:#fff;
}

.stroker {
	border:1px solid red;
}

.navbar {
	margin-bottom:0;
}

.navbar-brand {
	padding:10px;
}

.navbar-brand img {
	max-width:100%;
}

.nav li:first-child {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.nav li:last-child {
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.nav li:last-child a {
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
}

.page-header {
	border-bottom:none;
	margin-top:0;
}

.bg { /* HomePage */
	background:url('../img/bg1.jpg')no-repeat;
	background-size:100%;
	
	display:block;
	padding:0 !important;
	margin:0;
    border-bottom: none !important;
}

.bg2 { /* Products */
	background:url('../img/bg2.jpg')no-repeat;
	background-size:100%;
	
	display:block;
	padding:0 !important;
	margin:0;
    border-bottom: none !important;
}

.bg3 { /* Contact */
	background:url('../img/bg3.jpg')no-repeat;
	background-size:100%;
	
	display:block;
	padding:0 !important;
	margin:0;
    border-bottom: none !important;
}

.navbar-default {
	border:none;
    background-color:#fff;
	margin-top:10px;
}

.xnavbar-default {
	border:none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#66ffffff',GradientType=0 ); /* IE6-9 */
}

.buton {
	min-width:200px;
}

.glbn { 
	color:#fff000;
}



@media screen and (max-width:991px) {
	.buton {
		min-width: 140px;
	}
}