body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
}
a {
	color: #f05f40;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
a:focus,
a:hover {
	color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

::-moz-selection {
	color: white;
	background: #222222;
	text-shadow: none;
}

::selection {
	color: white;
	background: #222222;
	text-shadow: none;
}

img::selection {
	color: white;
	background: transparent;
}

img::-moz-selection {
	color: white;
	background: transparent;
}

body {
	-webkit-tap-highlight-color: #222222;
}

body.page {
	min-height: 100%;
	height: AUTO;
	position: relative;
	width: 100%;
	color: white;
	background-image: url("../.img/header.jpg");
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.audio h2.title-page {
	margin-bottom: 33px;
	text-align: center;
	color: #fff;
	font-size: 50px;
}

a.logo img {
	display: block;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 33px;
	height: 102px;
	width: 600px;
}

.group-button {
	text-align: center;
	margin-bottom: 15px;
}

.group-button a {
	color: #fff;
	font-size: 55px;
}

.group-button a {
	text-decoration: none;
}

footer a.back {
	font-size: 40px;
	color: #fff;
	display: block;
	margin: 10px 0 10px 0;
	text-decoration: none;
	float: right;
}

footer a.back:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.wrapper {
	margin-bottom: 80px;
	color: #000;
}

.form-signin {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin-top: 84px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);

	.form-signin-heading,
	.checkbox {
		margin-bottom: 30px;
	}

	.checkbox {
		font-weight: normal;
	}

	.form-control {
		position: relative;
		font-size: 16px;
		height: auto;
		padding: 10px;
		@include box-sizing(border-box);

		&:focus {
			z-index: 2;
		}
	}

	input[type="text"] {
		margin-bottom: -1px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	input[type="password"] {
		margin-bottom: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

input.btn.btn-lg.btn-primary.btn-block {
	margin-top: 15px;
}

@media (max-width: 959px) {
	a.logo img {
		height: 200px;
	}
}
@media (max-width: 768px) {
	a.logo img {
		height: 145px;
	}
}
@media (max-width: 490px) {
	a.logo img {
		height: 115px;
	}
}
@media (max-width: 400px) {
	a.logo img {
		height: 70px;
		margin: 0px auto 0;
	}
}

.btn-custom {
	background-color: #0052a8;
}

.home,
.home:hover,
.home:focus {
	text-decoration: none;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.home:focus {
	border: solid 1px #fff;
}
