.btn-danger {
	background-color: #ec3434;
	border-color: #ec3434;
	color: #fff;
}
.btn-danger:hover {
	background-color: #cc2d2d;
	border-color: #cc2d2d;
}
.logo a {
	text-indent: -99999px;
	background: url('../images/drlogo.png?v=5') no-repeat 0 0 transparent;
	display: block;
	width:auto;
	height: 130px;
	margin: 0 auto;
    background-size: contain;
    background-position: center;
}

body {
	background: url('../images/bg.jpg') repeat 0 0 #181818;
}

.footer {
	height: auto;
	padding: 15px 0;
	background: #333;
	color: #fff;
}

@media only screen and (max-width: 500px) {
    .notshow {
		display: none !important ;
    }
	.btn { width:100% !important;
	}
}