@charset "utf-8";
/* CSS Document */





/*========== 1. GLOBAL STYLES ==============*/


body {
	
	background:#FFFFFF;
	font-weight:400;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#666;
	font-size:15px;
	letter-spacing:0px
	
	
}
a {
	transition: all 0.4s ease-in-out;
	color:#FFF;
	text-decoration:none;
	
}
a:hover, a:focus {
	color:#FFFFFF;
	text-decoration:none;
}
.link-reverse {
	color:#FFFFFF;
}
.link-reverse:hover, .link-reverse:focus {
	color:#CA5100;
}
strong, b {
	font-weight:600;
}
p {
	line-height: 1.6;
}


h1, h2, h3, h4, h5, h6 {
	
	font-weight:400;
}
h1 {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.1;
	font-size: 40px;
	color: #000000;
	text-align: center;
	
}
h2 {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-size:60px;
	/*margin:15px 0;*/
	word-spacing:-1px;
	font-weight:100;
	color:#FFF;
}
h3 {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1.3;
	font-size: 18pxem;
}
h4 {
	font-family: 'AvenirNextLTW01RegularRegular';
	margin-top: 0px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 1.6;
	font-size: 11px;
	color: #666;
}
h5 {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-size:42px;
	margin: 0px 0 13px;
	color: #0000FF;
	letter-spacing:-1px;
	line-height:1.5;
	
}
h6 {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-size:20px;
	margin: 0px 0 0px;
	color: #555555;
	letter-spacing:0.5px;
	line-height:1.6;
	font-weight: 400;
	
	
	
	
}


h7_under {
	font-family: 'AvenirNextLTW01RegularRegular';
	letter-spacing: -1px;
	line-height: 1.8;
	font-weight: 500;
	font-size: 4.5em;
	border-bottom: 8px solid #FFF;
}


h7 {
	font-family: 'AvenirNextLTW01RegularRegular';
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
	font-size: 22px;
	color: #0000FF;

}




h8 {
	font-family: 'AvenirNextLTW01RegularRegular';
	letter-spacing: 0.8px;
	line-height: 1.5;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

h9 {
	font-family: 'AvenirNextLTW01RegularRegular';
	margin-top: 50px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 1.8;
	font-size: 32px;
	color: #000000;
	
	


}





h10 {
	font-family: 'Poppins', serif;
	font-size: 44px;
	margin: 15px 0;
	letter-spacing: -1.5px;
	font-weight: 600;
	color: #FFFFFF;
	border-bottom: 7px solid #FFF;
	padding: 0% 0% 0%;
	line-height: 1.8em;

}








h11 {
	font-family: 'Playfair Display', serif;
	font-size: 3.0em;
	/*margin:15px 0;*/
	letter-spacing:0px;
	font-weight:400;
	color:#FFFFFF;
	border-bottom: 7px solid #000;
	padding: 0% 0% 1%;
	line-height:2.0em;

}









.lead {
    font-size: 16px;
	line-height:1.5em;
	color: #384047;
}



.text-center {
    text-align: left;
	margin-left:4%;
}





 @media (max-width:767px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 40px;
}
 h3 {
font-size: 25px;
}

h7 {
	font-size: 19px;
	letter-spacing: 0.5px;
}

h7_under {
	font-family: 'AvenirNextLTW01RegularRegular';
	letter-spacing: -1px;
	line-height: 1.8;
	font-weight: 500;
	font-size: 2.0em;
	border-bottom: 8px solid #FFF;
}


h9 {
	font-family: 'AvenirNextLTW01RegularRegular';
	margin-top: 50px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 1.5;
	font-size: 18px;
	color: #66686c;
	text-align:center;
}


h10 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	/*margin:15px 0;*/
	letter-spacing:0px;
	font-weight:400;
	color:#FFFFFF;
	border-bottom: 7px solid #000;
	padding: 0% 0% 1%;
	line-height:1.8em;

}

container { 
padding:5% 5% 5% 5%; margin-top: 20px;



}


}




.caret {
	margin-top: -3px;
}
.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}



.btn-lg, .btn-group-lg > .btn {
    padding: 14px 25px;
    font-size: 24px;
    line-height: 1.3;
    border-radius: 0px;
}
.btn {
    font-family: 'AvenirNextLTW01RegularRegular';
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 2.0em;
    text-transform: none;
}


.btn-bouton {
	color: #555555;
	padding:20%;
	background-color: #282828;
	font-size:16px;
	transition: all 0.3s ease-in;
	min-height:600px;
}


.btn-bouton:hover, .btn-bouton:focus, .btn-bouton:active, .btn-bouton.active, .open>.dropdown-toggle.btn-bouton {
	color: #555555;
	background-color: #FFFFFF;
	transition: all 0.3s ease-in;
}



.btn-giant {
	padding: 18px 30px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 5px;

}

.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 52px;
	border-radius:3px;
}
.form-control {
	border-radius:3px;
}
.form-control:focus {
	border-color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 3px;
}
.btn-primary {
	font-family: 'AvenirNextLTW01RegularRegular';
	color: #FFFFFF;
	background-color: rgba(187, 180, 167,0.0);
	border: 3px solid #FFFFFF;
	transition: all 0.4s ease-in-out;
	width:100%
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #333333;
	background-color: rgba(255, 255, 255,0.8);
	border-color: #FFFFFF;
	
}



.btn-footer {
	color: #FFF;
	background-color: #35a8e0;
	border-color: #FFF;
	padding:20px;
	font-size:18px;
	transition: all 0.3s ease-in;
}


.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .open>.dropdown-toggle.btn-footer {
	color: #FFF;
	background-color: #ec6a06;
	border-color: #ec6a06;
	transition: all 0.3s ease-in;
}






.well {
	background:#EBEDEE;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.highlight-bg {
	background:#eeeeee;
	padding: 24px 0;
}
.has-margin-top {
	margin-top:50px;
}
.has-margin-bottom {
	margin-bottom:0%;
	z-index: 0;
}
.has-margin-xs-top {
	margin-top:10px;
}

.has-margin-xs-bottom {
	margin-bottom:0px;
}
.has-margin-xs-right {
	margin-right:20px;
}
.has-no-margin {
	margin:0;
}
.has-padding {
	padding:20px;
}
.has-padding-xs {
	padding:10px;
}
.has-padding-vertical {
	padding:20px 0;
}
.has-padding-bottom {
	padding-bottom:20px;
}
.has-padding-xs-vertical {
	padding:10px 0;
}
.has-padding-xs-bottom {
	padding-bottom:10px;
}
.has-padding-xs-top {
	padding-top:10px;
}
.has-border {
	border:1px solid #eadeda;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.has-border-bottom {
	border-bottom:1px solid #eadeda;
}
.section-title {
	text-align:center;
	color:#53504c;
	min-height: 50px;
	margin-bottom: 40px;
	
	margin-top:100px;
}
.section-title h4 {
	position:relative;
}
.section-title h4:after {
	position:absolute;
	content:"";
	left: 50%;
	bottom: -12px;
	width:30px;
	height:4px;
	background:#a38b43;
	margin-left: -15px;
	
}
.section-title.left-align {
	text-align:left;
}
.section-title.left-align h4:after {
	left:0;
	margin-left:0;
}
.well .section-title {
	margin-bottom: 20px;
}

.badge {
color: #918677;
background-color: #E7E0D7;
}

@media (min-width:768px) {
.section-title.left-align-desktop {
	text-align:left;
}
.section-title.left-align-desktop h4:after {
	left:0;
	margin-left:0;
}
}

/*========== 2. NAVIGATION BAR ==============*/

@media (min-width:768px) {
.navbar-header {
 max-width:160px;
 
}
}
 @media (min-width:992px) {
.navbar-header {
 max-width:280px;
}
}
.navbar-default {
	background-color: #FFFFFF; /*IE Fix*/
	background-color: rgba(255, 255, 255, 0.0);
	border-bottom: 0px solid #000;

	
}
.navbar-default .navbar-nav > li > a {
font-family: 'AvenirNextLTW01RegularRegular';
font-size: 15px;
line-height: 100%;
font-weight: 400;
letter-spacing: 1px;
text-transform: none;
}
/*On scroll Transition*/
.navbar-brand, .navbar-brand img, .navbar, .navbar-nav, .nav>li>a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-brand {
	height:120px;
	padding: 0px 15px;
}





.navbar-brand img {
	max-height:100%;
}
.navbar {
	min-height: 85px;
	margin: 0% 5%;
	
}
.navbar-nav {
	margin: 30px 0;

}
.nav>li>a {
	padding: 7px 18px;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
	color: #004FB9;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #004FB9;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #004FB9;
	/*background-color: #f2e7d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
}
.navbar-toggle {
	margin-top: 17px;
}



.copy {
	font-size:8px;
}





/*== NAVBAR ON SCROLL ==*/


@media (min-width:992px) {
 .navbar-brand img {
 height: 90px;
 
}
 .navbar-default.shrink {
background-color: rgba(255, 255, 255, 0.8);
padding: 1% 5%;
}
 .shrink .navbar-brand {
 height: 75px;
}
 .shrink .navbar-brand img {
 height: 45px;
}
 .navbar.shrink {
 min-height: 50px;
}
 .shrink .navbar-nav {
 margin: 20px 0;
}
 .shrink .nav>li>a {
 padding: 7px 35px;
}
}
 @media (max-width:991px) {
 .navbar-brand {
 height: 70px;
}
 .navbar {
 min-height: 50px;
}
 .navbar-nav {
 margin: 17px 0;
}
 .nav>li>a {
padding: 7px 12px;
}
}
 @media (max-width:991px) {
.navbar-default {
background-color: rgba(255, 255, 255, 1.0);
margin: 0% 0%;
}
}

@media (min-width: 768px) {
.navbar-right .dropdown-menu-left {
left: 18px;
}
.navbar-right .active .dropdown-menu-left {
left: 0;
}

}


/*========== 3. CAROUSEL ==============*/

/* Carousel base class */
.carousel {
	height: 100vh;
	margin-bottom:0%;
	z-index: 20;
	background-color:#000
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	background-color:#000
}



.carousel_small {
	height: 380px;
}

/* Since positioning the image, we need to help out the caption */


.carousel-caption {
    
text-shadow: 0px 1px 2px transparent;
z-index: 30;
color: rgba(255,255,255,1.0);
text-align: left;
bottom: 0px;
left: 5%;
bottom: 10%;
}



.open_text {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 0px 1px 2px transparent;
    z-index: 12;
    color: #FFF;
    bottom: 0px;
    top: 35%;
}


.carousel_small-caption {
	z-index: 10;
	top:20%;
	bottom:0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}


 @media (max-width:480px) {
.carousel-caption {
top: 25%;
}

}



 @media (max-width:480px) {
.open_text {
top: 35%;
}

}



/* Declare heights because of positioning of img element */
.carousel .item {
	height: 100vh;
	background-color: #000;
}

.carousel_small .item {
	height: 380px;
	background-color: #e5d9c8;
}



.carousel-control.left {
    background-image: none;
    background-color: rgb(0, 0, 0, 0.0);
 
    width: 8%;
    height: 8%;
	left: 78%;
	
	border: 1px solid #FFF;
   
	
	
}



.carousel-control.right {
    background-image: none;
    background-color: rgb(0, 0, 0, 0.0);
    width: 8%;
    height: 8%;
	left: auto;
	
	right: 5%;
	
	border: 1px solid #FFF;
	
	
}

.carousel-control.right {
    background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.0) 100%);
    background-repeat: repeat-x;
    
    
}



.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 10%;
    left: 0px;
    width: 15%;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}




.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	bottom:55%;
}









.carousel-indicators {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 15;
    padding-left: 0px;
    text-align: center;
    list-style: outside none none;
    width: 100%;
    margin-left: -50%;
	margin-bottom: 0px;
}





.slide-one {
	background:url(../images/big_slideshow01.jpg) no-repeat;
	background-size:cover;
}
.slide-two {
	background:url(../images/big_slideshow02.jpg) no-repeat;
	background-size:cover;
}
.slide-three {
	background:url(../images/big_slideshow03.jpg) no-repeat;
	background-size:cover;
}
.slide-four {
	background:url(../images/big_slideshow04.jpg) no-repeat;
	background-size:cover;
}
.slide-five {
	background:url(../images/big_slideshow05.jpg) no-repeat;
	background-size:cover;
}
.slide-six {
	background:url(../images/big_slideshow06.jpg) no-repeat;
	background-size:cover;
}
.slide-seven {
	background:url(../images/big_slideshow07.jpg) no-repeat;
	background-size:cover;
}
.slide-eight {
	background:url(../images/big_slideshow08.jpg) no-repeat;
	background-size:cover;
}
.slide-nine {
	background:url(../images/big_slideshow09.jpg) no-repeat;
	background-size:cover;
}
.slide-010 {
	background:url(../images/big_slideshow010.jpg) no-repeat;
	background-size:cover;
}

.slide-011 {
	background:url(../images/big_slideshow011.jpg) no-repeat;
	background-size:cover;
}

.slide-012 {
	background:url(../images/big_slideshow012.jpg) no-repeat;
	background-size:cover;
}

.slide-013 {
	background:url(../images/big_slideshow013.jpg) no-repeat;
	background-size:cover;
}

.slide-014 {
	background:url(../images/big_slideshow014.jpg) no-repeat;
	background-size:cover;
}

.slide-015 {
	background:url(../images/big_slideshow015.jpg) no-repeat;
	background-size:cover;
}

.slide-016 {
	background:url(../images/big_slideshow016.jpg) no-repeat;
	background-size:cover;
}

.slide-017 {
	background:url(../images/big_slideshow017.png) no-repeat;
	background-size:cover;
}

.slide-018 {
	background:url(../images/big_slideshow018.jpg) no-repeat;
	background-size:cover;
}

.slide-019 {
	background:url(../images/big_slideshow019.jpg) no-repeat;
	background-size:cover;
}

.slide-020 {
	background:url(../images/big_slideshow020.jpg) no-repeat;
	background-size:cover;
}

.slide-021 {
	background:url(../images/big_slideshow021.jpg) no-repeat;
	background-size:cover;
}

.slide-022 {
	background:url(../images/big_slideshow022.jpg) no-repeat;
	background-size:cover;
}

.slide-023 {
	background:url(../images/big_slideshow023.jpg) no-repeat;
	background-size:cover;
}

.slide-024 {
	background:url(../images/big_slideshow024.jpg) no-repeat;
	background-size:cover;
}

.slide-025 {
	background:url(../images/big_slideshow025.jpg) no-repeat;
	background-size:cover;
}

.slide-026 {
	background:url(../images/big_slideshow026.jpg) no-repeat;
	background-size:cover;
}

.slide-027 {
	background:url(../images/big_slideshow027.jpg) no-repeat;
	background-size:cover;
}



.slide-careers {
	background:url(../images/big_slideshow06.gif) no-repeat;
	background-size:cover;
}






/*========== 4. UPCOMING EVENT ==============*/

.event-cta {
	text-align:left;
}


.footer-cta {
	text-align:center;
	font-size: 28px;
}



.event-cta p {
	font-family: "Roboto",sans-serif;
	font-size: 23px;
	font-weight: 200;
	text-transform: uppercase;
}
.event-cta span {
	color:#9f978c;
	font-family: 'AvenirNextLTW01RegularRegular';
	font-weight:700;
}
 @media (min-width:992px) {
 .event-cta {
 text-align:left;
}
.ec-txt {
 float:left;
}
 .event-cta p {
 margin-bottom:0;
}
.event-cta .btn {
 float:none;
}
}

.event-details .ed-title {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:5px;
}

.event-details .ed-content {
	line-height:2;	
	color: #53504c;
}


/*========== 5. FEATURE BLOCK ==============*/

@media (max-width:767px) {
.feature-block {
 text-align:center;
}
.feature-block .img-responsive {
 margin:0 auto;
}
}
 @media (max-width:991px) {
.center-this {
 text-align:center;
}
 .center-this .img-responsive {
 margin:0 auto;
}
}
/*========== 6. EVENT LIST ==============*/

.el-block {
	text-align:center;
}
.el-block h4 {
	position:relative;
	color:#53504c;
}
.el-block h4:after {
	position:absolute;
	content:"";
	left:50%;
	bottom: -12px;
	width:20px;
	height:4px;
	background:#919191;
	margin-left: -10px;
}
.el-head {
	color:#53504c;
	font-size:18px;
	margin:20px 0 5px;
}
.el-cta {
	margin:15px 0;
}
/*========== 7. CAROUSEL ==============*/




/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/*To move navigation buttons outside use these settings:*/
 
 .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav {
	display: none;
}
 @media (min-width:1200px) {
 .owl-theme .owl-controls .owl-nav {
 display: block;
}
 .owl-theme .owl-controls .owl-nav div {
 position: absolute;
}
 .owl-theme .owl-controls .owl-nav .owl-prev {
 left: -10px;
 top: 55px;
}
 .owl-theme .owl-controls .owl-nav .owl-next {
 right: -10px;
 top: 55px;
}
}
.owl-theme .owl-controls .nav-arrow {
	width:16px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	display:block;
}
.owl-theme .owl-controls .nav-arrow.left {
	background-position: 0 0;
}
.owl-theme .owl-controls .nav-arrow.right {
	background-position: 100% 0;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #DDCBAB;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #AC7F62
}
/*========== 8. LATEST BLOG ==============*/


.media-heading {
	color: #53504c;
}
.media-content {
	margin-bottom:20px;
}
 @media (max-width:767px) {
.media-heading {
margin-top: 20px;
}
.bulletin {
 text-align:center;
}
}
/*========== 9. LATEST SERMONS ==============*/

.list-group {
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 30px;
}
.list-group-item {
	background: url(../images/play.png) no-repeat 0 15px transparent;
	border:0;
	border-top:1px solid #FFF;
	padding-left:20px;
}
.list-group-item:first-child {
	border-top:0;
}
a.list-group-item-text {
	color: #9E9E9E;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color:transparent;
}
/*========== 10. IMAGE GALLERY ==============*/


.img-gallery .fancybox img {
	margin:0 auto;
	margin-bottom:30px;
}
/*========== 11. BIBLE QUOTES ==============*/

.blockquote-centered {
	text-align:center;
	color:#393939;
	border:0;
	line-height: 1.6;
	position:relative;
	cursor:hand;
}

 @media (min-width:767px) {
.blockquote-centered {
 padding:0 25%;
 font-size:26px;
}
}
.blockquote-centered:before, .blockquote-centered:after {
	position:absolute;
	content:"";
	width:50px;
	height:50px;
}

.blockquote-centered small {
	padding:15px 0;
}
/*========== 12. SUBSCRIBE ==============*/

.susbcribe-head {
	margin: 0;
	line-height:1.6;
	text-align:center;
	margin-bottom:20px;
}
.susbcribe-head span {
	color:#999085;
	font-weight:normal;
}
.ketchup-error {
	display:none!important;
}
 @media (min-width:767px) {
 .subscribe-form .form-group {
 margin-bottom:0;
}
 .susbcribe-head {
 margin: 0;
 text-align:left;
}
 .susbcribe-head span {
 display:block;
}
}
/*========== 13. FOOTER ==============*/

footer {
	background:#EEE;
	color:#f9f1e6;
	padding-top:0spx;
}



/*footer h5 {
	color:#fff;
}
*/
.footer-links {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
.footer-links li {
	border-bottom:1px solid #92a1a8;
	padding:5px;
}
footer p {
	color: #FFF;
	
}
footer a {
	color:#FFF;
}
footer a:hover, footer a:focus {
	color: #ee6b01;
}
.copyright {
	background:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:0px;
	text-align:center
}
.social-icons a {
	opacity:0.5;
}
.social-icons a:hover, .social-icons a:focus {
	opacity:0.8;
}
/*========== 14. SUB PAGES ==============*/


.subpage-head {
	background-color:#ebedee;
	padding-top: 80px;
	padding-bottom: 20px;
}
.subpage-head h3 {
	color:#53504c;
}
 @media (min-width:992px) {
.subpage-head {
 padding-top: 30px;
}
}
/*========== 15. BLOG ==============*/

.pagination>li>a, .pagination>li>span {
	color:#483f34;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color:#917E68;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #fdbf51;
	border-color: #e7ad47;
	color:#483f34;
}
.vertical-links li {
	border-bottom: 1px solid #E6DDD4;
	padding: 8px 0;
}
.tag-cloud a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 2px 8px;
	border: 1px solid #eceae4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f8f7f3;
	font-size: 12px;
}
.comments-block > .media {
	border-bottom: 1px solid #eadeda;
	padding-bottom:20px;
	margin-bottom:20px;
}
.comments-block > .media .media {
	border-top: 1px solid #eadeda;
	padding-top:20px;
}
.media-object {
	width: 40px;
}
.comments-head {
	font-size:35px;
	color:#53504c;
	border-bottom: 1px solid #eadeda;
	margin:40px 0 20px;
	padding-bottom:10px;
}
/*========== 16. SHORTCODES ==============*/

.theme-showcase {
	margin-bottom:50px;
}
.theme-showcase h1 {
	font-size:35px;
	color:#53504c;
	margin-bottom:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #483f34;
	background-color: #ffc55f;
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #483f34;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color:transparent;
	color: #483f34;
}
.panel-primary {
	border-color: #DBBA80;
}
.panel-primary>.panel-heading {
	color: #483f34;
	background-color: #ffc55f;
	border-color: #DBBA80;
}
.progress {
background-color: #D3CFCC;
}
/*========== 17. CONTACT US ==============*/

.location-map {
	height:400px;
	background-color: #ccc;
}
.location-map iframe {
	width:100%;
	height:400px;
	border:0;
}

/*========== 18. CHARITY DONATION ==============*/

.charity-box {
	background:#f9f1e6;
	overflow:hidden;
}

.charity-image {
	width:100%;
	float:left;	
	margin-bottom:30px;
}

.charity-image img {
	min-width:100%;	
}

.charity-desc {
	padding:15px;
}

.charity-desc h3 {
	font-size:28px;
	color:#53504c;
	margin:0 0 5px 0;	
}

.pledged-amount {
	font-size:40px;
	color:#53504c;
	margin:15px 0 5px 0;
}

.pledged-amount.has-no-margin {
	margin:0 0 5px;
}

.donate-now {
	text-align:center;
	padding:10px 0;	
	width:100%;
	float:left;
}

@media (min-width:992px) {
.charity-image {
	width:420px;
	margin-bottom:0;
	margin-right:20px;
}

}

@media (min-width:768px) {

.donate-now {
	text-align:right;
	padding:0;
	float:right;	
	width:auto;
}

}

/*========== 19. EVENT CALENDAR ==============*/

.event-cal-wrap h2 {
	font-size:18px;	
	color:#2c2c2a;
}



.subpage-head2
{
	padding-top: 80px;
}



.has-margin-bottom2
{
margin-bottom: 0px;
padding-top: 0px;
background-color:#FFFFFF;
}


.has-margin-bottom3 {
    margin-bottom: 0px;
    padding-top: 0px;
	background-color:#a6c1bc;
}




.highlight-bg2 {
	background:#FFF;
	padding: 0px 0;
}


.highlight-bg-black {
	background:#000;
}


.highlight-bg-black2 {
	background:#000;
	padding: 20% 0 0 0;
}


.highlight-bg-foot {
    background: #EEE none repeat scroll 0% 0%;
	border-top:0px solid #EEE;
	margin:0% 0%;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    
    background-color: #052848;
}





.list-group-item {
    position: relative;
    display: block;
    padding: 6px 30px;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFF;
}




.action {
	font-size: 20px;
	line-height::21px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color:#FFF;
	text-decoration:none;
	padding: 1.2em;
	letter-spacing: 0;
	text-align: center;
	border: 2px solid #FFF;
	display: inline-block;
	transition: all 0.3s ease-in;
    background-color: none;
}


.action:hover {
		
	transition: all 0.3s ease-in;
    background-color: #FFF;
    color:#000;
	}
	
	
	
.font_footer {
	transition: all 0.4s ease-in-out;
	font-family: 'AvenirNextLTW01RegularRegular';
	font-size: 16px;
	margin: 0px 0px 13px;
	color: #666666;
	letter-spacing: 0.8px;
	line-height: 1.5;
    
}


.font_footer:hover {
    transition: all 0.4s ease-in-out;
	color: #000000;
}













.map.embed-container {
position:relative;

filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);

}
 
.map.embed-container #map-notice{
position:absolute;
right:0;
top:0;
background-color:rgb(100,100,100);/*for old IE browsers with no support for rgba()*/
background-color: rgba(0,0,0,.50);
color: #ccc;
padding: 8px;
}
.map.embed-container .map-overlay{
height:100%;
width:100%;
position:absolute;
z-index:9999;
background-color:rgba(0,0,0,0.00);/*should be transparent but this will help you see where the overlay is going in relation with the markup*/
}








.form-control {
display: block;
margin: 10px 0px;
height: 50px;
padding: 6px 12px;
font-size: 18px;
line-height: 1.42857;
color: #FFF;
font-family: 'AvenirNextLTW01RegularRegular';
font-weight: 400;
background-color: rgba(255,255,255,0.2);
background-image: none;
border: 0px solid rgba(255,255,255,0.5);
border-radius: 0px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;

}







.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 30px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}






.container {
    width: 100%;
}



.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}







.text-caption {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
	top:35%;
	bottom:0;
}


.text-caption :hover {
	font-family: 'AvenirNextLTW01RegularRegular';
	font-size:22px;
	/*margin:15px 0;*/
	letter-spacing:1px;
	font-weight:300;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:30px;
}




.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}





.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
	padding: 10px;
	
}














.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}















/*========== 19. OPTIONS ZOL ==============*/











.carousel-control {
    position: absolute;
    top: auto;
	bottom: 0 auto;
    left: 0px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    font-size: 20px;
    width: 7%;
}























.vertical .carousel-inner {
  height: 100vh;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100vh;
}

.carousel.vertical .prev {
  top: -100vh;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100vh;
}

.carousel.vertical .active.right {
  top: 100vh;
}

.carousel.vertical .item {
    left: 0;
}








.bg_01 {
    background-image: url("../images/bg_01.png");
    background-repeat: repeat;
}






.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
	
	
}


.text-responsive {
    display: block;
    width: 100%;
    height: auto;
	padding: 0% 10%;
	
}












.load-animate {opacity: 0;}
 
.fadeInUp {-webkit-animation-name: fadeInUp;-moz-animation-name: fadeInUp;-o-animation-name: fadeInUp;animation-name: fadeInUp;}
 
.animated {-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;
 
-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;
 
}
 
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}

















label {
    font-family: 'AvenirNextLTW01RegularRegular';
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	color:#FFF;
}










.scroll-indicator {
    position: absolute;
    bottom: 70px;
    right: 5%;
    z-index: 15;
    text-align: center;
    list-style: outside none none;
    margin-bottom: 0px;
}



/* #### Generated By: http://www.cufonfonts.com #### */



@font-face {
font-family: "CircularStd-Bold";
font-style: normal;
font-weight: normal;
	src: url('http://www.the-wksp.com/test/webfonts/CircularStd-Bold.otf');
}



















a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url(cssttp/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}












/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #FFF;
  font-family: 'AvenirNextLTW01RegularRegular';

	border: 2px solid #FFF;
	padding:24px;
	font-size:20px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}




.help-block {
	font-family: 'AvenirNextLTW01RegularRegular';
    display: block;
	text-align:center;
    margin-top: 25px;
    margin-bottom: 10px;
	font-size:20px;
    color: #737373;
}







@font-face {
    font-family: 'AvenirNextLTW01RegularRegular';
    src: url('../avenir_font/AvenirNextLTW01RegularRegular.eot');
    src: url('../avenir_font/AvenirNextLTW01RegularRegular.eot?#iefix') format('embedded-opentype'),
        url('../avenir_font/AvenirNextLTW01RegularRegular.woff2') format('woff2'),
        url('../avenir_font/AvenirNextLTW01RegularRegular.woff') format('woff'),
        url('../avenir_font/AvenirNextLTW01RegularRegular.ttf') format('truetype'),
        url('../avenir_font/AvenirNextLTW01RegularRegular.svg#AvenirNextLTW01RegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
