*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}
body{
	background: url('images/body-bg.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container{
/*	position: relative;
	top: 150px;
	width: 600px;
	height: 280px;
	border: 1px solid #0f0;
	border-radius: 10px;
	background: url('images/bg.png') 0 0;
	padding:20px;
	margin: 0 auto;*/
}


.bdy{
	/*position: relative;*/
	margin-top: 250px;
	border: 3px solid #346535;
	border-radius: 10px;
	background: url('images/bg.png') 0 0;
	padding:20px;
	color: #fff;
	/*overflow: auto;*/
	min-height: 280px;
}

.c{
	margin-top: 120px;
	overflow: auto;
	list-style-type: none;
}

.c li{
	float: left;
	text-align: center;
	/*border: 1px solid #000;*/
	width: 49%;
}

.c li.last{
	border-left: 3px solid #fff;
}

.c li h4, .c li h2{
	margin: 0;
	padding: 0;
}

.btn-primary, .btn-primary:hover{
	background-color: #346535;
	border-color: #346535;
}



a.logo{
	position: absolute;
	margin-top: -110px;
	margin-left: -160px;
	left: 50%;
}

.row{
	margin-left: 0;
	margin-right: 0;
}

@media all and (max-width: 768px){
	.bdy {
		margin-bottom: 20px;
		margin-top: 100px;
	}
	.c li{
		display: initial;
		width: 100%;
	}

	.c li.last{
		padding-top: 30px;
		border: none;
	}
}