*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
.cw{
	color: #fff;
}
a.nodecor:hover{
	text-decoration: none;
}
a.cw:hover{
	color: #ccc;
}
.mb30{
	margin-bottom: 30px;
}
img{
	width: 100%;
	max-width: 100%;
}
h2{
	margin-bottom: 30px;
}
body{
	font-size: 16px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
}

header, footer{
	background: #222;
	width: 100%;
	padding: 15px 0;
}
header p{
	margin: 0;
}
header a{
	padding: 0;
	display: inline-block;
	font-size: 20px;
}
footer a{
	color: #ccc;
}
.logo{
	width: 60% !important;
}
.navbar{
	margin-bottom: 0;
	min-height: 2px;
}
.navbar-nav > li > a{
	padding: 0;
	padding-left: 30px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color: transparent !important;
	
}
.nav > li{
	display: inline-block;
}
section#s1{
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center center / cover;
	padding: 100px 0;
	text-align: center;
	border-bottom: 5px solid #FFCC33;
}
section#s1 h1{
	color: #fff;
}
section#s1 img{
	width: 80%;
}
.btn-warning{
	color: #fff;
	background-color: #E1A900;
	border-color: #B08500;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
	background-color: #B08500;
}
input[type="radio"].form-control, input[type="radio"].form-control:focus, input[type="checkbox"].form-control:focus{
	box-shadow: 0 0 0 0;
}
section#s6, section#s5, section#s4, section#s3{
	
	padding: 40px 0;
}
section#s6, section#s5, section#s4{
	background: #FADD85;
}
a.nazad{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 30px;
}







@media (max-width:400px){
	#s1 h1{
		font-size: 16px;
	}
	section#s1{
		padding: 50px 0;
	}
	section#s6, section#s4, section#s3{
		padding: 20px 0;
	}
	section#s5, section#s7{
		padding: 40px 0;
	}
	h2, h3{
		font-size: 16px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 15px;
	}
	p{
		font-size: 14px;
	}
	label{
		font-size: 14px;
	}
	a.nazad{
		position:absolute;
		top: 10px;;
		left: 10px;
		width: 20px;
		display: block;
	}
}



