/* ==== GENERAL ==== */


body {
	margin-top: 50px;
	font-family:'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	/*background: url('../img/tile.jpg') top left repeat;*/
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}


btn, a {
	z-index: 2500;
}





#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('../img/backgrounds/snow1.png'), url('../img/backgrounds/snow2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: fixed;
	top: -50;
	width: 100%;
	z-index:0;
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	





.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n + 1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n + 2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n + 1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%,
  100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%,
  100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%,
  100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%,
  100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%,
  100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%,
  100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}





/* ==== GLOBAL ==== */

section {
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 5em;
}


h1,h2 {
	margin: 0 0 10px;
}

h3 {
	margin: 20px 0 10px;
}

h4 {
	font-size: 18px;
}

p.lead {
	font-weight: normal;
}

a:link, a:visited {
	color: #292929;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #5297e4;
}

a p {
	color: #292929;
}

a:hover p {
	color: #5297e4;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	color: white;
}

button.close {
	color: #292929;
}

.btn {
	font-weight: 700;
}

.btn-primary .btn-primary:visited {
	background: #2d6baf;
	border: none;
}

.btn-primary:hover {
	background: #5297e4;
	border-color: #5297e4;
}


.btn-success {
	background: #79b044;
	border: none;
}

.btn-success:hover {
	background: #6a9b3d;
	border-color: #6a9b3d;
}

.btn-warning {
	background-color: #f8a119;
	border-color: #f8a119;
}

.btn-warning:hover {
	background-color: #fdb949;
	border-color: #fdb949;
}

.btn-danger {
	background-color: #d95131;
	border-color: #d95131;
}

.text-danger, li.text-danger a {
	color: #dd5638;
}

a.text-danger:hover {
	color: #e55939;
}



.modal-content{
	background: url('../img/tile.jpg') top left repeat;
}

.page-title {
	padding: 70px 0;
	text-shadow: 2px 2px 5px #fff;
}

.mission-modal {
	background: url('../img/missionaries-bg.png') center repeat-y;
}

/* ==== FORMS ==== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

input[type="submit"]:hover {
	outline: none;
	border: none;
}

form.search-form .form-group {
	margin: 0;
}

form.search-form .input-group {
	width: 100%;
}

form.search-form .input-group input[type="search"],
form.search-form .input-group input[type="text"] {
	width: 70%;
}

form.search-form .input-group input[type="submit"] {
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}

form textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*NAVIGATION*/

.navbar {
	background: #292929;
}

.navbar .nav li a {
	color: white;
}

.navbar .nav li a:hover {
	color: #5297e4;
}

.navbar .dropdown-menu  {
	background: #292929;
    left: 1px;
    top: 51px;
}

.navbar .dropdown-menu a {
	background: #292929;
}

.navbar .dropdown-menu a:hover {
	background: #292929;
	color: #5297e4;
}

.navbar .dropdown-menu .divider {
	border-bottom: solid 1px #5297e4;
}

.navbar-nav .open .dropdown-menu>li>a {
    color:#c7c7c7 !important;
  }

.navbar-nav .open .dropdown-menu>li>a:hover {
    color:#5297e4 !important;
  }

.navbar-brand {
	position: relative;
	width: 280px;
	height: 30px;
	background-image: url('../img/brand.png');
	top: 10px;
}







/*HERO*/
#hero {
	background: url('../img/hero-background.jpg')center center fixed no-repeat;
	/*background: url('../img/hero-background-1.jpg')center center fixed repeat;*/
	/*background: url('../img/backgrounds/easter-bg.jpg')center center fixed repeat;*/


	/* REMOVE RESPONSIVE STYLES WHEN NOT USING BELOW */
	/*background: url('../img/backgrounds/Nativity.jpg')bottom center fixed repeat;*/

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 900px;
	width: 100%;
	padding: 40px 0;
	color: white;
}

#hero-logo, #service-info {
	opacity: 0;
}



/*CONTACT BAR*/
#contact-bar {
	background: #292929;
	padding: 5px 0;
	color: white;
	font-size: 1.2em;
}

#contact-bar p {
margin: 2px 0;
}



/*WELCOME*/
#welcome {
	background-color: #5297e4;
	background-size: auto;
	color: white;
	position: relative;
	z-index: -1;
}

#welcome h2 {
	font-size: 4em;
}

#welcome p {
	font-size: 1.6em;
}

#welcome p#aim {
	text-align: center;
	font-weight: bold;
	font-size: 2.7em;
	position: relative;
	height: 180%;
	line-height: 180%;
	}


/*LISTEN*/
#listen {
    background: url('../img/listen-bg.jpg') fixed no-repeat;
    background-size: cover;
    color: #fdb949;
}


#listen h2 {
    font-size: 4em;
}

#listen h3 {
    font-size: 2.3em;
}

#listen time {
    font-size: 1.9em;
}

#listen img {
    margin-top: 10%;
}


/*.listen-player p.lpservice {
    background: #fdb949;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    margin-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display:inline-block;
}
*/

/*.listen-player audio {
	position: relative;
    top: 9px;
}*/

#listen .btn {
	margin-top: 30px;
	font-size: 1.5em;
}


/*LINKS*/
#links {
	background: url('../img/tile.jpg') repeat;
	padding: 60px 0;
	text-align: center;
	z-index: -1;
}

#links h2 {
	font-size: 3em;
}

#links .icon {
	font-size: 4.5em;
}


/*THOUGHT*/
#thought {
	color: white;
	background: url('../img/thought-bg.jpg') bottom center;
	text-align: center;
}

#thought p {
	font-size: 1.9em
}

#thought-btn {
	margin-top: 20px;
	font-size: 1.6em;
}


#alpha {
	background-color: #ec2f23;
}

#alpha h3 {
	font-size: 3em;
	color: #fff;
}

#alpha p {
	font-size: 1.2em;
	color: #fff;
}

#alpha .btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: #ec2f23;
}

#alpha .btn-primary:hover, #alpha .btn-primary:active, #alpha .btn-primary:focus {
	background-color: #ec2f23;
	border-color: #fff;
	color: #fff;
}


/*NEWS*/
#news-feed {
	/*background: url('../img/news/alpha-logo-set-7basic.png') left center no-repeat;*/
	background-color: #7ca1c5;
	/*background-size: cover;*/

	padding: 10px 0;
    color: white;
}

#news-feed img {
    
}

p#ref-intro {
  font-size: 3em;
}

#news-feed h2 {
	font-size: 6em;
}


#news-feed h3 {
	font-size: 2.7em;
}

#news-feed h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}

#news-feed h4.time {
	color: #eb1c22;
	text-shadow: 0px 0px 5px rgba(255, 212, 0, 1);
}

#news-feed h5 {
	font-size: 1.7em;
}

#news-feed p {
	font-size: 1.3em;
}

#news-feed .red {
	background-color: #eb1c22;
	font-size: 1em;
	padding: 14px;
}




.ref-service {
  padding: 10px;
  background-color: rgba(82, 151, 228, 0.2);
  border-radius: 5px;
  
}

#new-feed-intro {
	font-size: 2em;
}

.news-bit {
	width: 31.33333333%;
	float: left;
	margin: 0 3% 40px 0;
}


.news-bit:nth-child(3n) {
	margin-right: 0;
}



.btn-alpha, .btn-alpha:visited {
	background: #fff!important;
	color: #ec2f23!important;
	border: none;
	border-radius: 5px;
	padding: 10px 24px;
}

.btn-alpha:hover {
	background: #5297e4;
	border-color: #5297e4;
}



/*
#church-weekend {
	background: url('../img/backgrounds/weekend.jpg') center center fixed;
	background-size: 100%;
	background-color: #676767;
	padding: 10px 0;
    color: #292929;
	z-index: -1;
}

#church-weekend img {
	z-index: -10;
}



#church-weekend h2 {
	font-size: 6em;
}


#church-weekend h3 {
	font-size: 2.7em;
}

#church-weekend h4 {
	font-size: 2em;
}

#church-weekend h5 {
	font-size: 1.7em;
}

#church-weekend p {
	font-size: 1.3em;
}


#church-weekend-intro {
	font-size: 2em;
}
*/

/* ALPHA */
#alpha-hero {
	background: url('../img/news/AlphaCourse.jpg') center center no-repeat;
	color: white;
	font-size: 1.7em;
	background-size: cover;
	min-height: 200px;
}

.alpha-intro {
	background-color: #fff;
	
}

.alpha-intro .row {
	
}

.alpha-intro p {
	font-size: 22px;
	/*color: #00acc1;*/
	color: #ec2f23;
	line-height: 36px;
}

.alpha-intro img {
	max-width: 75%;
}


.alpha-list	{
	background-color: #ffd8d6;
	color: #727272;
	font-size: 24px;
	padding-top: 88px;
	padding-bottom: 65px;
}

.alpha-list ul {
	margin-top: 36px;
	list-style: none;
	margin-bottom: 68px;
	
}

.alpha-list ul li {
	margin-bottom: 30px;
	position: relative;
}

.alpha-list ul li::before {
	position: absolute;
    content: "";
    background: url(../img/news/alpha-logo-set-7basic.png) no-repeat;
    background-size: 30%;
    color: #00bcd4;
    font-weight: bold;
    width: 109px;
    height: 117px;
    top: 0;
    left: -44px;
    /* border-radius: 0%; */
    padding: 24px 4px;
}

.al-bottom {
	font-size: 22px;
}

.alpha-questions {
	font-size: 20px;
	color: #727272;
	padding-top: 80px;
	line-height: 36px
}
.alpha-questions h3 {
	font-size: 32px;
	margin-bottom: 14px;
}

.alpha-questions p {
	margin-bottom: 50px;
}

.alpha-questions.q-white {
	background-color: #fff;
}

.alpha-questions.q-red {
	background-color: #ffd8d6;
}

.alpha-contact {
	/*background-color: #00bcd4;*/
	background-color: #ec2f23;
	font-size: 22px;
	color: #fff;
}

.alpha-contact .al-email, .alpha-contact .al-email:visited {
	color: #fff;
}

.alpha-contact .al-email:hover {
	text-shadow: 1px 1px 5px rgba(255,255,255,0.6);
}

.alpha-contact a span.al-link {
	position: relative;
	top: -2px;
}

.alpha-contact a span.icon {
	font-size: 26px;
}








/* SM */
@media (min-width: 768px) {
	#alpha-hero {
		min-height: 300px;
	}

	.alpha-intro .row {
		display: flex;
		align-items: center;
	}

	.alpha-list ul {
		margin-left: 95px;
	}
}

/* MD */
@media (min-width: 992px) {
	#alpha-hero {
		min-height: 450px;
	}

	.alpha-questions h3 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.alpha-questions p {
		margin-bottom: 30px;
	}
}


/* MD */
@media (min-width: 1200px) {
	.alpha-list ul {
		margin-left: 167px;
	}

}

/*ABOUT HERO*/
#about-hero {
	background: url('../img/thought-bg.jpg') bottom left;
	color: white;
	font-size: 1.7em;

}

#about-hero h1 {
	font-size: 3em;
	padding: 10px;
}


/*ABOUT INTRO*/
#about-intro {
	background: url('../img/Elegant_Background-7.jpg');
}

#about-intro-wrapper {
	padding: 10px;
}

#about-intro-title {
	font-size: 1.8em;
}

/*.service-info {
	padding: 20px 0;
}

.service-info p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px;
}

.service-info p.lead {
	font-size: 1.4em;
		font-weight: bold;
}*/

#about-intro p.about-intro-bottom {
	font-size: 1.2em;

}


/*WHAT WE BELIEVE*/
#believe {
	background: url('../img/believe-bg.jpg') center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: white;
	position: relative;
	z-index: 10;
}

#believe-left {
	background: url('../img/beige-paper.png') repeat;
	background-color: rgba(82, 151, 228, 0.74);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#believe h2 {
	font-size: 3em;
}

#believe p {
	font-size: 1.6em;
}

span.italic {
	font-style: italic;
}

#believe p#scripture {
	text-align: center;
	font-weight: bold;
	font-size: 2.7em;
	position: relative;
	top: 20px;
}


/*BELIEVE LINKS*/
#believe-links {
	background: #292929;
	color: white;
	padding: 20px 0;
}

#believe-links p a {
	font-size: 1.5em;
	font-family: Aial, sans-serif;
	color: white;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#believe-links p a:hover {
	color: #5297e4;
}

#believe-links p a#pci{
	display: block;
	width: 223px;
	height: 75px;
	background: url('../img/pci.png') center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#believe-links #pci:hover, #believe-links #pci:active {
	background: url('../img/pci-hover.png') center center;
}

#believe-links #westminster {
	display: block;
	width: 257px;
	height: 75px;
	background: url('../img/westminster.png') center center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#believe-links #westminster:hover, #believe-links #westminster:active {
	background: url('../img/westminster-hover.png') center center;
}

.vcenter {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}


/*MINISTRY TEAM*/
#ministry-team h2 {
	font-size: 3em;
	text-align: center;
}

#ministry-team h3 {
	font-size: 2em;
}

#ministry-team p {
	font-family: Arial, sans-serif;
}

#ministry-team img {
	float: left;
	margin: 0 10px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.ministry {
	margin: 15px 5px;
}

/*GOOGLE MAPS*/
    #map {
        height:400px;
        width:550px;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }


/*COFFEE BAR*/
#coffee {
	background: url('../img/rings.png') center center no-repeat;
	background-color: #5297e4;
	color: white;
}

#coffee p {
	font-size: 2.2em;
}


/*WHERE WE ARE*/
#where {
	background: url('../img/map-bg.jpg') center center no-repeat;
	background-size: 100%;
}

#where h2 {
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 3em;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#where h3 {
	font-size: 2em;
}

#where button {
	margin: 20px 5px 0 5px;
}

#where p {
	font-size: 1.5em;
	font-weight: bold;
}

#map-body {
	margin-top: 30px;
	padding: 5px 0 5px 0;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0px 4px #292929 inset;
	box-sizing: border-box;
}



/*GET INVOLVED*/
#get-involved {
	background: url('../img/get-involved-bg.jpg') center center no-repeat;
	background-size: 100%; 
	height: 190px;
	overflow: hidden;
}

#get-involved article {
	background: url('../img/diagonales-decalees-cut.png') top left repeat;
	height: 190px;
	position: relative;
	top: -70px;
	padding: 50px;
}

.organisations {
	background: url('../img/beige-paper.png');
	padding: 10px 0;
}

.organisations h2 {
	font-size: 2.5em;
	padding-bottom: 30px;
}


.organisation {
	height:300px;
	/*float: left;*/
	margin: 0 50px 40px 0;
	border-radius: 7px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3) ;
	cursor: pointer;
	background-size: 100%;
	background-color: white;
	padding: 0;
}


.organisation-info {
	width: 100%;
	padding: 16px;
	height: 300px;
	background-color: rgba(41, 41, 41, 0.9);
	text-align: center;
	color: white;
	border-radius: 7px;
}

.organisation-info h3 {
	margin:0;
	padding: 5px;
}

.organisation-info p {
	margin:0;
	padding: 50px 5px 0;
	font-size: 1.4em;
}

.organisation-info button {
	margin-top: 20px;
}

#wc {
	/*background: url('../img/wm-logo.png') no-repeat;*/
	background-size: contain;
	background-color: white;
	background-position: center center;
}


#wm {
	background: url('../img/wm-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#fr {
	background: url('../img/fr-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#mp {
	background: url('../img/mp-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#bc {
	background: url('../img/bc-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#pw {
	background: url('../img/pw-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#badc {
	background: url('../img/badc-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#m4m {
	background: url('../img/m4m-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#tnt {
	background: url('../img/tnt-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#chh {
	background: url('../img/chh-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#fh {
	background: url('../img/fh-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#ss {
	background: url('../img/ss-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#mt {
	background: url('../img/mt-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#yf {
	background: url('../img/yf-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#gb {
	background: url('../img/gb-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#bb {
	background: url('../img/bb-logo-new.png') no-repeat;
	background-size: 75%;
	background-color: white;
	background-position: center center;
}

#jcf {
	background: url('../img/jcf-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#yc {
	background: url('../img/yc-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#us {
	background: url('../img/us-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#ll {
	background: url('../img/ll-logo.png') no-repeat;
	background-size: contain;
	background-color: white;
	background-position: center center;
}

#wm .organisation-info, #wc .organisation-info, #fr .organisation-info, #mp .organisation-info, #bc .organisation-info, #pw .organisation-info, #badc .organisation-info, #m4m .organisation-info, #tnt .organisation-info, #chh .organisation-info, #fh .organisation-info, #ss .organisation-info, #mt .organisation-info, #yf .organisation-info, #gb .organisation-info, #bb .organisation-info, #jcf .organisation-info, #yc .organisation-info, #us .organisation-info, #ll .organisation-info {
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#wm .organisation-info:hover, #wc .organisation-info:hover, #fr .organisation-info:hover, #mp .organisation-info:hover, #bc .organisation-info:hover, #pw .organisation-info:hover, #badc .organisation-info:hover, #m4m .organisation-info:hover, #tnt .organisation-info:hover, #chh .organisation-info:hover, #fh .organisation-info:hover, #ss .organisation-info:hover, #mt .organisation-info:hover, #yf .organisation-info:hover, #gb .organisation-info:hover, #bb .organisation-info:hover, #jcf .organisation-info:hover, #yc .organisation-info:hover, #us .organisation-info:hover, #ll .organisation-info:hover {
	opacity: 1;
}


/*bible verse*/
#org-verse {
	background: url('../img/thought-bg.jpg') bottom left;
	color: white;
}


#org-verse p {
	font-size: 1.7em
}


/*SPECIAL EVENTS*/
#special-nav {
	padding: 0;
	margin: 0;
}

#special-events {
	background: url('../img/Elegant_Background-7.jpg');
}

#special-events p {
	font-size: 1.7em;
}


#special-events h2 {
	font-size: 4em;
}

.event {
	color: white;
}

.event-info {
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	margin: 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.event-info p {
	font-size: 1.5em;
}


/*FIT FOR LIFE*/
#fit-fl {
	background: url('../img/fit-bg.jpg') top center fixed;
}

#fit-fl img {
	padding-left: 70px;
}

#athletes {
	background: url('../img/athletes-bg.jpg') top center fixed;
}

#athletes img {
	padding-left: 4px;
}


/*EASTER SERVICES*/
#easter {
	background: url('../img/easter-bg.jpg') center;
}

/*EASTER SERVICES*/
#lunch {
	background: url('../img/lunch-bg.jpg');
	background-size: 100%;
}


/*MISSION*/
#mission-hero {
	font-size: 1.6em;
	background-color: white;
	height: 350px;
	overflow: hidden;
}

#mission-hero div.row {
	background: url("../img/mission-bg.png") left center no-repeat;
	height: 350px;
	position: relative;
	top: -50px;
}

#mission-hero div.row p, #mission-hero div.row h1 {
	position: relative;
	top: 40px;
	padding-left:20px; 
}

/*MISSION COM*/
#mission-com {
	background-color: #5297e4;
	color: white;
	font-size: 2.1em;
}

#mission-com ul {
	list-style: url(../img/list-globe.png);
}

#mission-com ul li {
	padding: 4px;
	font-size: .7em;
}

section#mission-com div#com-left {
	margin-top: 30px;
}

#com-budget {
	background-color: rgba(255,255,255,0.5);
	color: #292929;
	display: inline-block;
	padding: 0 20px;;
	margin-top: 20px;
	font-size: 0.7em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/*MISSIONARIES*/
#missionaries {
	background: url("../img/missionaries-bg.png") center no-repeat;
	background-color: white;
}

#our-missionaries h2 {
	font-size: 4em;
}

.missionary {
	display: inline-block;
	margin: 20px 50px;
	font-size: 1.2em;
	font-weight: bold;
}


.missionary:link {
	color: #292929 !important;
}

.missionary:hover {
	cursor: pointer;
}

#missionary-request {
	margin-top: 20px
}

/*MISSION MODAL*/
.mission-bit {
	width: 22%;
	float: left;
	margin: 20px 4% 20px 0;
}

.mission-bit:nth-child(4n) {
	margin-right: 0;
}

div.mission-bit img {
	box-shadow: 0 1px 3px #292929;
	border-radius: 5px;
}

div.mission-bit img:hover {
	box-shadow: 1px 1px 5px #292929;
}

#otherMission-modal h4 {
	font-size: 1.8em;
}

#otherMission-modal h5 {
	font-size: 1em;
}

#otherMission-modal div.modal-body {
	background: white;
}


/*LISAP*/
#lisap {
	background: #d81b17;
	color: white;
}

#lisap h2 {
	position: relative;
	font-size: 3em;
	right: 17px;
	padding: 0;
}

#lisap h2 span {
	font-size: 2em;
	text-transform: uppercase;
}

#lisap-left {
	background: url("../img/missionlogos/lisap.png") bottom right no-repeat;
	background-color: white;
	padding: 20px 20px 70px 20px;
}

#lisap-left button {
	margin-top: 50px  
}

#lisap-left p {
	color: #292929;
	font-size: 1.3em;
	letter-spacing: .01em;
	padding: 5px;
	
}

#lisap-left span {
	color: #d81b17;
	font-weight: bold;
}

#lisap-right {
	padding: 6px 30px;
}

#lisap-right h3 {
	font-size: 2em;
}

#lisap-right p {
	font-size: 1.3em;
}

#compassion {
	background: white;
	overflow: hidden;
}

#compassion-left {
	background: url("../img/missionlogos/compassion2.png") center no-repeat;
	padding: 50px 20px;
}

#compassion-left h2 {
	color: #015af0;
	font-size: 4em;
}

#compassion-left p {
	font-size: 1.3em;
	letter-spacing: .01em;
}

#compassion-left button {
	margin-top: 20px  
}

#compassion-right {
	position: relative;
	top: 60px;
	padding: 50px;
}


/*SERMONS*/
#sermons-hero {
	/*background: url("../img/sermons-hero-bg.jpg") center no-repeat;*/
	background-size: cover;
	background-color: #333333;
	color: white;
	overflow: hidden;
}

section#sermons-hero h1 {
	font-size: 7em;
	padding: 20px;
}
/*
#sermon-info {
	background-color: #5297e4;
	color: white;
	font-size: 1.4em;
	padding: 30px;
}

.sermon-week {
	padding-bottom: 60px;
}*/

/*div.sermon-week h3  {
	background-color: #fdb949;
	width: 30%;
	margin: 0;
	padding: 10px;
}

div.sermon-week h3 span {
	font-size: 0.8em;
}

.sermon-player {
	background-color: rgba(82, 151, 228, 0.3);
	float: left;
	padding: 30px 50px 30px 10px;
}

.sermon-service {
	position: relative;
	bottom: 10px;
    background: #fdb949;
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display:inline-block;
}*/


/*PHOTOS*/
#photos-hero {
	background: url("../img/photos-hero-bg.jpg") center no-repeat;
	background-color: #333333;
	background-size: cover;
	color: white;
	overflow: hidden;
}

section#photos-hero h1 {
	font-size: 7em;
	padding: 20px;
}

section#photos-info {
	padding: 60px 0;
}

section#photos-info div.row {
	margin: 40px;
}

section#photos-info div.row p {
	font-size: 2em;
}

section#photos-info div.row p i {
	font-size: 5em;
}


/*PRINTED MATERIAL*/
#printed-hero {
	background: url("../img/printed-hero-bg.jpg") center no-repeat;
	background-color: #333333;
	background-size: cover;
	color: white;
	overflow: hidden;
}

section#printed-hero h1 {
	font-size: 7em;
	padding: 20px;
}

#printed-info {
	font-size: 1.5em;
	padding-top: 50px;
}

.printed-item{
	padding: 20px 0;
}

div.printed-item img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.printed-item img:hover, div.printed-item img:active{
	box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	-moz-box-shadow: 1px 2px 3px #333;
}



/*INFO*/
.info-hero {
	background: url("../img/info/info-hero-bg.png") center repeat;
	background-size: 50%;
	background-color: #5297e4;
	color: white;
	overflow: hidden;
}

section.info-hero h1 {
	font-size: 7em;
	padding: 20px;
}

#pastoral {
	background: url("../img/info/pastoral-bg.jpg") center 10% no-repeat;
	background-color: white;
	background-size:100% auto;
}

#pastoral .row {
	background-color: rgba(255,255,255,0.3);
	color: #333333;
	padding: 20px;
}

#pastoral h3 {
	font-size: 3.5em;
	padding-bottom: 20px;
	
}

#pastoral p {
	font-size: 1.4em;
	padding: 5px;
	line-height: 1.4em;
}

#special {
	background: url("../img/thought-bg.jpg") bottom center;
	color: white;
}

section#special h3 {
	font-size: 3.5em;
	padding-bottom: 20px;
}

section#special p {
	font-size: 2em;
	line-height: 1.3em;
}

section#special p i {
	font-size: 2.5em;
	padding-top: 20px;
}


#library {
	background: url("../img/info/library.jpg") bottom center;
	color: white;
}

section#library div.col-md-5 {
	background-color: rgba(255,255,255,0.6);
	color: #333333;
	padding-bottom: 20px;
}

section#library h3 {
	font-size: 3.5em;
	padding-bottom: 10px;
}

section#library p {
	font-size: 1.7em;
	line-height: 1.3em;
	padding: 10px;
}

section#history h3 {
	font-size: 3.5em;
	padding-bottom: 10px;
}

section#history p {
	font-size: 1.7em;
	line-height: 1.3em;
}

/*PRACTICAL MATTERS*/

#practical-info {
	text-align: center;
	padding-top: 50px;
}

#practical-info h2 {
	font-size: 3em;
	padding-bottom: 20px;
}

#practical-info p {
	font-size: 1.2em;
	line-height: 1.5em;
}

#practical-info p#download {
	font-size: 1.7em;
	padding-top: 10px;
}

.leaflet {
	display: inline-block;
	margin: 20px 50px;
	font-size: 1.2em;
	font-weight: bold;
}

#membership h4 {
	position: absolute;
	margin-left: 50px;
}

#membership p {
	position: absolute;
	margin-top: -35px;
	margin-left: 20px;
}

#whyjoin h4 {
	position: absolute;
	margin-left: 5px;
	font-size: 0.85em;
}

#whyjoin p {
	position: absolute;
	margin-top: -35px;
	margin-left: 20px;
}

#baptism h4 {
	position: absolute;
	margin-left: 40px;
}

#baptism p {
	position: absolute;
	margin-top: -35px;
	margin-left: 20px;
}

#weddings h4 {
	position: absolute;
	margin-left: 50px;
}

#weddings p {
	position: absolute;
	margin-top: -35px;
	margin-left: 20px;
}

#funerals h4 {
	position: absolute;
	margin-left: 70px;
}

#funerals p {
	position: absolute;
	margin-top: -35px;
	margin-left: 4px;
}

div.leaflet img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

div.leaflet img:hover, div.leaflet img:active{
	box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	-moz-box-shadow: 1px 2px 3px #333;
}


/*WEEKLY PROGRAMME*/

section#programme-content {
	z-index: 111200;
}

.day {
	padding: 0 5px 30px;
}

.day h4 {
	background-color: #5297e4;
	color: white;
	font-size: 1.9em;
	padding: 10px;
	margin-bottom: 0;
}

.day h4 i {
	float: right;
}

div.day p {
	background-color: rgba(82, 151, 228, 0.15);
	font-size: 1.1em;
	margin: 0;
	padding: 5px 10px;
}

div.day p:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.5);
}

div.day p strong {
	font-size: 1.2em;
}


/*FOOTER*/
footer {
	background-color: #292929;
    color: white;
    font-family: Arial, sans-serif;
    padding-top: 5px;
}

footer address {
	font-size: .8em;
	line-height: 22px;
}

footer #statement {
    text-align: center;
	font-size: 1.5em;
}

footer .copyright {
    text-align: center;
}

#footerLogo {
    float: right;
}

.clearfix{
	clear: both;
}


/*THOUGHT MODAL*/
#thought-header {
	background: url('../img/thought-bg.jpg') repeat;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#bibleVerse {
	background: url('../img/thought-bg.jpg') repeat;
    color: #292929;
    font-size: 25px;
    font-weight: bold;
}

#bibleVerse p {
    padding: 10px;
	margin: 0;
}

#thought-body {
	background: url('../img/thought-bg.jpg') repeat;
    background-color: rgba(82, 151, 228, 1);
    color: white;
    font-size: 22px;
}

.close {
    color: #fff; 
    opacity: 1;
}

/*INFO MODAL*/
.info-modal-body {
	line-height: 160%;
	font-weight: 700;
}

.info-modal-header img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/*OTHER CONTACTS MODAL*/
#other-contacts p {
	padding-top: 5px;
}



