
body {
	padding-top: 50px;
}

.carousel {
	margin: 50px 0 50px 0;
	z-index: 1;
}
.carousel-indicators li {
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0.5);
  border: 0px solid #fff;
  border-radius: 30px;
  margin: 0 3px 0 3px;
}
.carousel-indicators .active {
  width: 30px;
  height: 30px;
  border: 0px solid #fff;
  margin: 0 3px 0 3px;
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	color: #666666;
	font-size: 9px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 1);
	text-align: center;
	padding: 20px 16px 10px 16px;
	z-index: 1030;
	display: none;
}
.back-to-top i {
	font-size: 30px;
	color: #0f7af2;
	margin-bottom: 10px;
}

.home-footer {
	background: #212121;
	padding: 50px 0 130px 0;
	border-top: 8px solid #0f7af2;
}
.home-footer h4 {
	font-family: "sofia-pro-soft", sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
}
.home-footer p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: #666666;
}
.home-footer i {
	color: #0f7af2;
	margin-right: 2px;
}
.home-footer-contact a {
  	color: #777777;
  	text-decoration: none;
	font-weight: 600;
}
.home-footer-contact a:hover,
.home-footer-contact a:focus {
  	color: #0f7af2;
  	text-decoration: none;
}
.home-footer-tweets .carousel {
  	margin: 0;
}
.home-footer-tweets a {
  	color: #999999;
  	text-decoration: none;
	font-weight: 600;
}
.home-footer-tweets a:hover,
.home-footer-tweets a:focus {
  	color: #FFF;
  	text-decoration: none;
}
.tweet-name a {
  	color: #444444;
  	text-decoration: none;
	font-weight: 600;
}
.tweet-name a:hover,
.tweet-name a:focus {
  	color: #0f7af2;
  	text-decoration: none;
}
.logo-christcentral {
	width: 90px;
}








/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {



}


/* Desktop
------------------------- */
@media (max-width: 1199px) {

.logo-christcentral {
	width: 70px;
}

}


/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {

.logo-christcentral {
	width: 65px;
}

}

/* Tablet
------------------------- */
@media (max-width: 767px) {

.home-social {
	display: none;
}
.home-footer {
	text-align: center;
	padding: 50px 0 110px 0;
}
.home-footer-contact {
	margin: 0 20px 30px 20px;
}
.home-footer-affiliations {
	margin: 0 20px 30px 20px;
}
.home-footer-tweets {
	margin: 0 20px 30px 20px;
}
.logo-christcentral {
	width: 80px;
}

}







@media screen and (min-width: 360px) and (max-width: 640px), (min-device-width: 360px) and
(max-device-width: 640px) and (orientation : landscape) {

.home-social {
	display: none;
}
.home-footer {
	text-align: center;
	padding: 50px 0 30px 0;
	border-top: 0px solid #FFF;
}
.back-to-top-wrapper {
	display: none;
}

}


@media screen and (min-width: 320px) and (max-width: 568px), (min-device-width: 320px) and
(max-device-width: 568px) and (orientation : landscape) {

.home-social {
	display: none;
}
.back-to-top-wrapper {
	display: none;
}

}


@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 568px) and (orientation : portrait) {

.home-social {
	display: none;
}
.home-footer {
	text-align: center;
	padding: 50px 0 30px 0;
	border-top: 0px solid #FFF;
}
.back-to-top-wrapper {
	display: none;
}

}


@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and
(max-device-width: 480px) and (orientation : landscape) {
	
.home-social {
	display: none;
}
.home-footer {
	text-align: center;
	padding: 50px 0 30px 0;
	border-top: 0px solid #FFF;
}
.back-to-top-wrapper {
	display: none;
}

}


@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {

.home-social {
	display: none;
}
.back-to-top-wrapper {
	display: none;
}

}


