/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 75px;
  padding-top: 15px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .main {
  padding: 60px 15px 0;
}

#scrollUp {
  bottom: 5px;
  right: 15px;
  color: #777;
}

.btn-sign-in-with > a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.radio > blockquote {
	font-size: inherit;
	margin: 0px 0px 20px 20px;
	padding: 0px 20px;
}

a {
	text-decoration: none;
}
a:hover:not(nav a) {
	text-decoration: underline;
}

.dl-horizontal > dt > p, .dl-horizontal > dd  > p {
	min-height: 20px; /* 20/14 @line-height-base */
}

@media (max-width: 767px) {
	.mid-none {
		display: none !important;
	}
	.copyright {
		width: 90%;
	}
	body {
		margin-bottom: 90px;
	}
	.footer {
		height: auto;
		max-height: 90px;
	}
}
@media (max-width: 479px) {
	.small-none {
		display: none !important;
	}
	.small-h1 {
		font-size: 24px;
	}
	.small-h3 {
		font-size: 18px;
	}
	.copyright {
		width: 85%;
	}
	body {
		margin-bottom: 130px;
	}
	.footer {
		max-height: 130px;
	}
}
