/*
Colours:
#252526 - Almost black
#e8e8e8 - Very light gray
#fff - White
*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 15px;
	color:#252526;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
	outline: none;
	background-color: inherit;
}

.text-right {
	text-align: right;
}
.pl0 {
	padding-left: 0;
}

.pr0 {
	padding-right: 0;
}

.btn-primary {
	background-color: #252526;
	border: none;
	color: #fff;
	border-radius: 15px;
	min-width: 150px;
	padding: 10px 20px;
}

.events .image-wrapper {
    min-height: 280px;
    height: 280px;
    max-height: 280px;
}

/* Notify Box */

[data-notify="container"][class*="alert-pastel-"] {
	background-color: #ECECEC;
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #252526;
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: red;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
	font-weight: 400;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
	background-color: #252526!important;
	color: #fff!important;
	border: none;
	outline: none;
}

.btn-primary.wht {
	background-color: #fff;
	color: #252526;
}

.btn-primary.wht:link, .btn-primary.wht:visited, .btn-primary.wht:hover, .btn-primary.wht:active {
	background-color: #fff!important;
	color: #252526!important;
	outline: none;
}

.mobi-logo {
	display: none;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.home-nav {
	padding-top:70px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 999;
   	top: 90px;
}

.navbar-default img {
	width: 20%;
	margin-bottom: 20px;
}

.logo {
	width: 100%;
	display: block;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a>i {
	padding-left: 10px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
    background-color: transparent!important;
    border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff!important;
    background-color: transparent!important;
    border-bottom: 3px solid #fff;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent!important;
	color: #fff!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #fff!important;
	color: #000!important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center!important;
    text-transform: uppercase;
}

.dropdown-menu {
    position: absolute;
    top: 75%;
    left: -55px;
    float: none;
    padding: 5px 0;
    margin: 10px 0 0;
    border-radius: 0;
}

.dropdown-menu>li>a {
    text-align: left;
	
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}

/*================================== Home page =================================*/
.temporary-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.temporary-message p, .temporary-message a {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}

.home-header {
	position: relative;
	background-image: url('/images/home/header.jpg');
	background-size: cover;
	background-position: center;
	height: 750px;
	text-align: center;
}

.home-header h1 {
    position: absolute;
    top: 460px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
}

.home-intro {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.home-intro h2 {
	margin-bottom: 40px;
}

.home-projects h2 {
	text-transform: uppercase;
	margin-top: 0;
}

.yellow {
	background-color: #febc10;
	padding: 15px;
}

.red {
	background-color: #e91756;
	padding: 15px;
}

.green {
	background-color: #72c485;
	padding: 15px;	
}

.blue {
	background-color: #05a7af;
	padding: 15px;
}

.purple {
	background-color: #dc3191;
	padding: 15px;
}

.darkblue {
	background-color: #253f62;
	padding: 15px;
}

/* Modal */
.modal-header {
    padding: 20px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    text-transform: uppercase;
}

.modal-body {
    padding: 30px;
}

.modal-body ul, .modal-body ol {
	padding-left: 25px;
}
/* =========== */

.home-projects {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-projects .col-md-4 {
	margin-top: 30px;
}

.proj1, .proj2, .proj3, .proj4, .proj5, .proj6, .make-a-donation {
	box-shadow:2px 2px 6px lightgrey;
}

.hover-overlay p>strong {
	text-transform: uppercase;
	color: #fff!important;
	font-size: 18px;
}

.home-projects h4 {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	text-transform: uppercase;
	color: #fff!important;
	opacity: 1;
}

.home-projects img {
	position: relative;
}

.proj1 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(254, 188, 16,0.7);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj1:hover .hover-overlay, .proj2:hover .hover-overlay, .proj3:hover .hover-overlay, .proj4:hover .hover-overlay, .proj5:hover .hover-overlay {
	opacity: 1;
}

.proj1:hover .yellow, .proj2:hover .red, .proj3:hover .green, .proj4:hover .blue, .proj5:hover .purple {
	opacity: 0!important;
}

.proj2 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(233, 23, 86,0.7);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj3 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(114, 196, 133,0.7);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj4 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(	5, 167, 175, 0.7);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj5 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(220, 49, 145, 0.7);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj6 .hover-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	background-color: rgba(38, 63, 99, 0.8);
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
	/*margin-top: 40px;*/
	padding-top: 35%;
}

.proj6:hover .hover-overlay {
	opacity: 1;
}

.proj6:hover .darkblue {
	opacity: 0!important;
}

.make-a-donation {
	background-color: #252526;
	padding: 30px 30px;
	width: 360px;
	max-width: 360px;
	height: 360px;
	max-height: 360px;
	margin-left: 15px;
}

.make-a-donation h4 {
	position: relative!important;
	left: 0;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.make-a-donation h4:after {
	content: '';
	border-bottom:3px solid #fff;
	position: absolute;
    width: 90px;
    top: 100%;
    left: 36%;
}

.make-a-donation p {
	color: #fff;
}

.make-a-donation .btn-primary {
	margin-top: 20px;
}

.footer-banner {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 600px;
	padding-top: 10%;
}

.footer-banner.proj {
	padding-top: 13%;
}

.footer-banner.proj.long {
	padding-top: 13%;
}

.footer-banner h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

.footer-banner.proj.education h3 {
	text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
	margin-bottom: 20px;
}

.footer-banner.proj.education h3:after {
    content: '';
    border-bottom: 3px solid #e8e8e8;
    position: absolute;
    width: 90px;
    top: 100%;
    left: 47%;
}

.footer-banner.proj.education {
    padding-top: 10%;
}

.footer-banner.proj.education h3 {
	margin-bottom: 40px;
}

.footer-banner.proj.education p {
	color: #fff;
	font-size: 18px;
}

.banner-img img {
	width: 80%;
}

.banner-text {
	padding-top: 0px;
	color: #fff;
}

.banner-text h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner-text p, .banner-text a {
	color: #fff;
}

/*=================================== Events page ==============================*/
.events {
	padding-bottom: 40px;
}

.events h2 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.static-img-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	/* left: 0px;
	right: 0px; */
	height: 100%;
	width: 100%;
	opacity: 1;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.8s ease-in-out;
	 -moz-transition: all 0.8s ease-in-out;
	   -o-transition: all 0.8s ease-in-out;
	      transition: all 0.8s ease-in-out;
	padding-top: 30%;
	transition-delay: 8ms;
}

.img-overlay {
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	/* left: 0px;
	right: 0px; */
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.8s ease-in-out;
	 -moz-transition: all 0.8s ease-in-out;
	   -o-transition: all 0.8s ease-in-out;
	      transition: all 0.8s ease-in-out;
	/*margin-top: 40px;*/
	padding-top: 20%;
}

.events .col-md-3 {
    padding: 0px;
    margin: 5px;
    width: 24%;
}

.events .col-md-4 {
    padding: 0px;
    margin-right: 15px;
}

.events .image-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5%;
}

.events .image-wrapper p {
	color: #fff;
}

.events .image-wrapper:hover .img-overlay {
	opacity: 1;
	transition-delay:  2ms, 8ms;
	cursor: pointer;
}

.events .image-wrapper:hover .static-img-overlay {
	opacity: 0!important;
	cursor: pointer;
}

.mobile-btn {
	display: none;
}

.organisation {
	font-size: 12px;
	margin-bottom: 15%;
}

.individual-event-page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.individual-event-page h2 {
	text-transform: uppercase;
	line-height: 100px;
	vertical-align: middle;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
}

#events-form .col-md-6 {
	padding-left: 0;
}

#events-form .btn-primary {
	width: auto;
}

.media.outer {
	box-shadow: 0px 10px 17px #00000029;
	width: 100%;
	padding: 40px;
}

.media.outer .media-left {
    display: inline-block;
	float: left;
	padding-right: 20px;
}

.media-body h3 {
	text-transform: uppercase;
	margin-bottom: 5%;
}

.media-body ion-icon {
    font-size: 20px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin-top: 30px;
}

/* Education page */
.education-info {
	padding-top: 40px;
	padding-bottom: 40px;
}

.academy-form {
	padding-top: 40px;
	padding-bottom: 40px;
}

.academy-form h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.academy-form .btn-primary {
	width: auto;
}

/* Blog pages */
.blog-page, .blog {
	padding-top: 60px;
	padding-bottom: 60px;
}

.blog-page h2, .blog h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.blog-block {
	border: 1px solid #707070;
	padding: 20px;
	min-height: 228px;
    max-height: 228px;
}

.blog-block a {
	position: absolute;
    bottom: 0;
    margin-bottom: 25px;
}

.cat-name {
	border: 1px solid #232323;
	border-radius: 12px;
	font-size: 10px!important;
	display: inline-block;
	padding: 3px 5px;
}

.blog-desc {
	font-size: 13px;
}

.blog-body .nav-tabs {
    border-bottom: 0;
}

.blog-body .nav-tabs>li.active>a, .blog-body .nav-tabs>li.active>a:focus, .blog-body .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
	border: 0;
	border-bottom: 2px solid #232323;
}

.blog-body .nav>li>a {
    position: relative;
    display: block;
    padding: 40px 0 10px 0;
    margin-right: 25px!important;
}

.blog-body .tab-content {
    padding-top: 5%;
}

.blog-body .tab-content .col-md-3 {
	padding: 5px;
}

.blog-body .nav>li>a:focus, .blog-body .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #252526;
    border-color: transparent;
    /* border: 0; */
}

.blog-post-body img {
	width: 50%;
	margin-bottom: 20px;
}

/* Feeds pages */
.feeds-page {
	padding-top: 60px;
	padding-bottom: 60px;
}

.individual-feed {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.feeds-page h1, .individual-feed h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.feeds-block {
	box-shadow: 0px 10px 17px #00000029;
	width: 100%;
	padding: 10px;
}

.feeds-block ion-icon {
	font-size: 25px;
	color: #707070;
	vertical-align: middle;
	margin-right: 30px;
}

.orange-txt {
	color: #F17721;
	font-weight: 600;
}

.individual-feed img {
	width: 80%;
}

/*=================== All header for page other than home page =================*/

.other-header {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 500px;
	text-align: center;
	padding-top: 40px;
}

/*============================ Our story page ==================================*/

.our-story {
	padding-top: 60px;
	padding-bottom: 60px;
}

.vision {
	background-image: url('/images/about/vision.jpg');
	background-size: cover;
	background-position: center;
	height: 600px;
	padding-top: 0;
}

.vision p {
	font-size: 25px;
	text-align: center;
}

.mission-values {
	background-color: #252526;
	padding: 60px 40px;
}

.mission-values-vision {
	background-color: #253f62;
	padding: 60px 40px;
}

.mission-values-vision h2 {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mission-values-vision h2:after {
	content: '';
	border-bottom:3px solid #e8e8e8;
	position: absolute;
    width: 90px;
    top: 100%;
    left: 41%;
}

.mission-values-vision li {
	line-height: 35px;
}

.mission-values h2 {
	text-transform: uppercase;
	color:#fff;
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mission-values h2:after {
	content: '';
	border-bottom:3px solid #e8e8e8;
	position: absolute;
    width: 90px;
    top: 100%;
    left:47%;
}

.project-intro h2 {
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mission-values p, .mission-values li {
	color: #fff;
	line-height: 35px;
}

.mission-values ul, .mission-values-vision ul {
	list-style-type: none;
	padding-left: 0;
}

.mission-values-text {
	padding: 20px 50px;
	text-align: center;
}

.mission-values-text span {
	font-size: 25px;
}

.mission-values-text em {
	font-size: 13px;
}

.mission-values-text ul {
	text-align: left;
}

.border-right p {
	margin-bottom: 35px;
}

.border-right {
	border-right: 2px solid #fff;
}

.carousel-inner .item {
	min-height: 470px;
	padding: 0 60px;
}

.carousel-control.right {
    right: -70px;
    left: auto;
    background-image: none;
    background-image: none;
    background-image:none;
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.left{
	background-image: none;
    background-image: none;
    background-image:none;
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto;
    left: -70px;
    width: 15%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}

.directors {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.directors h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 40px;
	position: relative;
}

.directors h2:after {
	content: '';
	border-bottom:3px solid #cfcfcf;
	position: absolute;
	width: 85px;
	top: 100%;
	left: 46%;
}

.directors p {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}

/*============================= Donate page ====================================*/

.donate {
	padding-top: 82px;
    padding-bottom: 72px;
}

.donate h1 {
	margin-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
}

.donate .col-md-4 {
	padding-left: 60px;
}

.donate p>strong {
	padding-right: 20px;
}

#donation-amount::-webkit-inner-spin-button, 
#donation-amount::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.process-payment .col-md-12 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.banking-details-div {
	padding-top: 20px;
}

.mobi-only-bank-details {
	display: none;
}

#donation-form {
	padding-top: 30px;
}

.donation-paragraph {
	padding-top: 28px;
}

#online-donation-mobile {
	display: none;
}

#zar-input {
	display: inline-block;
    width: 12%;
    padding: 12px 7px 13px 7px;
    margin-top: -3px;
}

#donation-amount {
	display: inline-block;
    width: 87%;
    margin-left: -2px;
}

/*============================ Project pages ===================================*/

.project-heading {
	background-color: #252526;
	padding: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.project-intro {
	padding-top: 40px;
	padding-bottom: 10px;
}

.project-intro img {
	width: 80%;
}

.project-intro.lovewalk img {
	width: 100%;
}

.contact-bank-details .col-md-12, .contact-bank-details .col-md-6 {
	padding-bottom: 30px;
	padding-left: 0;
}

.contact-bank-details p {
	margin-bottom: 0px!important;
}

.contact-bank-details a:hover {
	color: #333;
}

.project-intro p {
	margin-bottom: 30px;
}

.facebook {
	padding-bottom: 40px;
}

.facebook .container {
	border-top: 2px solid #000;
	padding-top: 40px;
}

.facebook .btn-primary {
	float: right;
}

/*=============================== Contact page =================================*/
.contact-form {
	padding-top: 40px;
	padding-bottom: 40px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input, select {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0;
	border:1px solid  #ececec;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0;
	border:1px solid  #ececec;
}

input:focus, textarea:focus {
	outline:1px solid #000;
}

.contact-form .btn-primary {
	width: auto;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

#map {
    width: 100%;    
    height: 400px;
}

#content {
	text-align: center;
	max-width: 250px;
}

#content img {
	width: 30%;
	margin-bottom: 10px;
}

/*================================= Footer =====================================*/

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #e8e8e8;
}

.footer h2, .footer-sponsors h2 {
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.footer h2:after {
	content: '';
	border-bottom:3px solid #cfcfcf;
	position: absolute;
	width: 70px;
	top: 100%;
	left: 43%;
}

.footer .btn-primary {
	margin-top: 20px;
}

.footer-sponsors {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-sponsors img {
	min-width: 230px;
	max-width: 230px;
	width: auto;
}

.footer-sponsors h2:after {
    content: '';
    border-bottom: 3px solid #cfcfcf;
    position: absolute;
    width: 70px;
    top: 100%;
    left: 47%;
    right: auto;
}

.border {
	border-bottom: 3px solid #252526; 
	width: 80px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 15px;
	margin-left: 43%;
}

.footer-lower {
	background-color: #252526;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.footer-lower p, .footer-lower a {
	color: #fff;
	margin-bottom: 0;
} 