inherit/*!
 * Project_Name: Compass Starter
 * Author: Ariona, Rian
 * Email: yans_fied[at]yahoo.com
 * Url: http://www.ariona.net
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
/*  background: #BFCFCC; */
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
/*font-family: 'Source Sans Pro', sans-serif; */
/*  font-family: 'segoe ui'; */
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; 
   	text-decoration: none;
 }

h1 {
  font-size: 2em;
  margin: 0.67em 0; 
  color: #823329;  }
 /* color: #485C5A; */ }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; 
  color: #823329;  	}

h3 {
  font-size: 1.17em;
  margin: 1px 0px; 
  color: #000; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#image-frame {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-top: 6px solid #fff; 
	border-bottom: 1px solid #fff; 
	border-right: 6px solid #fff; 
	border-left: 6px solid #fff; 
	margin:10px;
	padding:5px;
}

#image-shadow {
	top:0px;  /* THIS value will be animated to "0px" on hover   */
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 4px solid #fff; 

	font-size:18px;
}

#image-title-shadow {
    width: 100%;

	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 2px solid #939393;
	margin-bottom:30px;
}

.image-reflection {

-webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(5%, transparent), to(rgba(255, 255, 255, 0.1)));

/*-webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4))); */

/*	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1))); */

/*  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1))); */

	top:0px;  /* THIS value will be animated to "0px" on hover   */
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

	font-size:18px;
}

.region-box {
	border: 2px solid #939393;
	padding:25px;
	margin-top:15px;
	margin-bottom:15px;
	}

.region-box h1 {
		border:0px;
		margin:0px;
	}

/*#image-shadow:hover::after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
*/



#video-shadow {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom:none;
}

#image-shadow:hover {
		position: relative;  
        top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
	
#image-shadow:hover::after {
		position: relative;
		top: 0px;
	}


.scripture {
		font-size:20px;
		color:#485C5A;
		text-align:center;
	}

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/*
 * Global Styles
 */
html {
  font-size: 16px; }

body {
/*  color: #89837c; */
  color: #000; 
  background: #fff;
  
/*  font-family: arial, sans-serif; */
/* font-family: 'Source Sans Pro', sans-serif; */
/*  font-family: 'segoe ui'; */
/*	font-family: 'Merriweather', serif !important; */
/*	font-family: 'Source Sans Pro', sans-serif; */
	font-family: 'Lora', serif;

/*  font-weight: 300; */
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
/*  font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif; */
/*  font-family: 'segoe ui'; */
	font-family: 'Lora', serif;
 	color: #823329; 
/*  font-family: 'Merriweather', serif;  */
/*  font-family: 'PT Serif', serif; */
  font-weight: 500;
  text-transform: uppercase; 
  line-height: normal; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

.page-list ul {
  padding-left: 25px !important; 
  
  list-style:disc !important;
  }

.page-list li {
  margin-left: 30px;
  padding-bottom: 15px !important; 
  list-style:disc !important;
}	

/* ul, ol {
  margin: 0;
  padding-left: 0; }
*/

a {
  text-decoration: none;
  /* color: #485C5A; */}

address {
  font-style: normal; }

p {
  font-size:18px;
  margin-top: 0; 
  }

p a{
    color: #823329 !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;	
}

p a:hover{
	color: #BFB8AD !important;
	text-decoration: none;
}

ol, ul {
	font-size:18px;
/*	padding-left:20px !important; */
}

p li {
	list-style-type: disc !important;
}

.main-content {
	color:black;
}

.main-content p {
	font-size:18px;
	padding-bottom:15px;
	}

.main-content h2 {
	font-size: 20px;
}

.stained-glass-content {
	color:white;
	background-color:black;
}

.stained-glass-content p {
	font-size:18px;
	padding-bottom:15px;
	}

.stained-glass-content h2 {
	font-size: 20px;
}

.mission-statement h1{
	font-family: 'Kaushan Script', cursive;  
	font-size:45px;
	text-transform: none;
	text-align:center;

	padding-bottom:25px;
}

/* Image Hover */

.image-container {
  position: relative;
/*  width: 50%; */
    color:#8A3033;
}

.image-container h1 {
	font-size:48px;
/*	color:#fff; */
}
	
.image-container img {
	opacity:0.8;
}

.image-container:hover .image {
   	opacity: 0.6;
   	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
} 

.image-container:hover .middle {
   opacity: 1; 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middletxt {
  position: absolute;
  top: 30%;
  left: 25%; 
/*  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  text-align: center;
  text-shadow: 0 0 10px #000;
  text-weight:bold;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#buttonboxcontent {
  border-radius: 10px;
  background: #BFCFCC;
  border:1px solid #8C9C9A;
  font-size:14px;
  margin-top:30px;
  padding: 20px;
  width: 100%;
  height: 250px; 
  text-align:left;
}

#buttonboxcontent h4 {
  padding-top:10px;
  color:#485C5A;
  font-size:17px;
}

#buttonboxregion {
  	width: 20%;
	height: 100%;
	float:left;
	padding:15px;
	text-align:center;
}
	
#buttonbox {
  border-radius: 10px;
  border:4px solid #fff;
  background: #fff;
/*  width: 100%;
  height: 125px; */
  width:100%;
  height: 150px; 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#buttonbox img {
	border-radius: 10px;
	width:100%;
	height: 100%; 
}

#buttonbox:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow:none;
	}
	
#buttonbox:hover::after {
		position: relative;
		top: 0px;
	}


#button-rounded {
  border:4px solid #fff;
  background: #fff;
  width:100%;

  text-transform: uppercase;
  font-size:15px;
  text-align:center;  

  transition: .5s ease;
}

#button-rounded a{
color:#8A3033;
}

#button-rounded a:hover{
	color:#998888;
	text-decoration: none;
}

#button-rounded img {
	border-radius: 10px;
	width:100%;
	height: 100%; 

	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#button-rounded img:hover {
  	backface-visibility: hidden;
	opacity: 0.8;

	box-shadow:none;
}



#button-profile {
/*  border:4px solid #fff;
  background: #fff;*/
  width:100%;
  padding-top:25px;

  text-transform: uppercase;
  font-size:15px;
  text-align:center;  

  transition: .5s ease;
}

#button-profile a{
	color:#8A3033;
}

#button-profile a:hover{
	color:#998888;
	text-decoration: none;
}

#button-profile img {
	border-radius: 10px;
	width:50%;
	height: 50%; 
}

#button-profile img:hover {
  	backface-visibility: hidden;
	opacity: 0.8;
}

#button-profile-title {
	font-size:20px;
	font-weight:bold;
	}


.text {
/*  background-color: #77182c;  */
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], input[type=password], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #8A3033;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #823329;
}


button {
  background-color: #8A3033 !important;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
}

button:hover {
  background-color: #823329 !important;
}


button2 {
  background-color: #8AA1F3 !important;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px !important;
  cursor: pointer;
  font-size:24px;
}

button2:hover {
  background-color: #798AC9   !important;
}


.slider-container {
/*  position:absolute; */
  margin-right: auto;
  margin-left: auto;
  
/*  display: inline-block; */
/*  margin: 0 auto; */

  padding-left: 15px;
  padding-right: 15px; 
  *zoom: 1; }
  .slider-container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  /* Change margin above slideshow to adjust for smaller screen sizes */
  @media (max-width: 1000px) {  
	  .slider-container{
		width:100%;
/*		margin-top:auto; */
	  }
	  .text-about{
		  font-size:12px !important;
	  }
  }
  @media (max-width: 1150px) {  
	  .slider-container{
		margin-top:150px;  
		width:100%;
	  }
	  .page-title-header {
		margin-top:125px;  
	  }
	  .text-about{
		  font-size:14px !important;
	  }
  }

  @media (min-width: 768px) {
    .slider-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .slider-container {
      width: 970px; } }
  @media (min-width: 1215px) {
    .slider-container {
      width: 1170px; } }



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1215px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.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-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1215px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 1215px) {   /* Was 767 - Toggle Menu */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1215px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1215px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1215px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1215px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1215px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */

.site-header {
  position: relative;
  z-index: 999;
/*  background: #fff;
    background-image:
    linear-gradient(
      #fff, #fff, #fff, #fff, #fff, #fff, #c0c0c0
    ); */
  text-align: center;
/*  padding: 5px 0 5px; */
/*  padding-top:10px; */
}

.site-quicklinks {
  position: relative;
  z-index: 999;
  background: #fff;
  text-align: center;
/*  padding: 10px 0 20px;  */
}

.site-pagetitle {
  position: relative;
  z-index: 999;
  background: #fff;
  text-align: left;
  padding: 30px 0 30px;
}


.side-nav {
	text-align: left;
    text-transform: uppercase;
}

.side-nav a{
    -webkit-transition: .3s ease;
    transition: .3s ease;	
    color: #823329 !important;
}	

.side-nav a:hover{
	color: #BFB8AD !important;
}	

.side-nav li{
	padding-bottom:15px;
	list-style-type:none;
	font-size:14px;
}	

.side-nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.body-text a{
    -webkit-transition: .3s ease;
    transition: .3s ease;	
    color: #823329 !important;
}	

.body-text a:hover{
	color: #BFB8AD !important;
}	


.branding {
  text-align: center; }
  .branding .logo {
    margin-bottom: 10px; }
  .branding .site-title {
    color: #8f7655;
    font-size: 14px;
    font-size: 1em; }


/* Header Regions */

.logoregion {
/*	width:400px; */
/*  	min-width: 350px; */
	width:100%;
	float:left;
	}

#logo img {
	max-width:100%
	height:auto !important;
}	
	

/* NIVO SLIDER */

.slider-wrapper { 
	position: relative;
    max-width: 100%; 

	margin-top: 0;  /* Was 38px to allow the shadow effect to work. */
/*	margin-bottom:15px; */


    bottom:0;  /* Keep this ??? */
/*	width: 100%;  */
}


.theme-default .nivoSlider {
/*    -webkit-box-shadow: 0px 1px 35px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 35px 0px #4a4a4a;  */
/*    box-shadow: 0px 1px 35px 0px #4a4a4a;  */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  border: 8px solid #fff;
	padding-bottom:6px;

/*    border-bottom: 6px solid #fff;*/
/*    border-top: 2px solid #fff; */
    
/*    bottom:0; */
/*	max-height:900px;*/
}


.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 50%;
  max-height: 100%;  
}

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    position:absolute;
    left: 44%;
    margin-left: -50px;
	bottom: -65px;
    z-index:3000 !important; 
}

@media (max-width: 960px) {

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    position:absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    z-index:3000 !important;
}

}

@media (max-width: 768px) {

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    z-index:3000 !important;
}

}

@media (max-width: 400px) {

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    z-index:3000 !important;
}

}

.overlay-top-bar {
  position:absolute;
  float: left;
   text-transform: uppercase;
  
  height: 50px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);   /* Black see-through */
  background:#BFB8AD;
  opacity:0.8;
  padding-top: 14px; 

  margin: 0 auto;
  color: black;
  text-align: center;
  font-size:14px;	
  z-index:100;
/*  top: 300;
  left:500; */
  
  font-family: 'Merriweather', serif !important;
  font-weight:normal !important;
}

.overlay-top-bar a {
	color:#823329 !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;	

}

.overlay-top-bar a:hover {
	color: #998888 !important;
}

.top-bar-label {
	font-size:14px;
}

.overlay-top-menu-logo {
  position:absolute;
  float: left;
  
/*  height: 115px; */
  height: auto;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);   /* Black see-through */
  background:#823329; 
  opacity:0.9;
  padding: 10px;
  color: white;
  text-align: center;
  font-size:22px;	
  z-index:100;
  margin-top:50px;
}

.overlay-top-menu {
  position:absolute;
  float: left;
  
  height: 60px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);   /* Black see-through */
  background:#823329; 
  opacity:0.9;
  padding: 5px;
  color: white;
  text-align: center;
  font-size:22px;	
  z-index:100;
  margin-top:165px;

/*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}


@media screen and (max-width: 767px) {  /* was 767 */
  .overlay-top-menu, .overlay-top-menu-logo, .overlay-top-bar{
  		font-size:10px;
/*    visibility: hidden; */

/*	background:none; */

  }
}


.overlay-slider {
  position:absolute;
  float:left;
  
  width: 100%;
  padding: 250px;
  z-index:100;
/*  top: 300;
  left:500; */
}

.header-image-main {
  background-image: url('images/slides/redeemer-sanctuary04.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  
  width: 100%;
  height: auto;
/*  padding-top: 54.166666666667%; */
/*  padding-top: 50%; */
  padding-top:18%; 
  padding-bottom:6%; 
}


.header-image-sub {
  background-image: url('images/slides/redeemer-sanctuary04.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  
  width: 100%;
/*  height: 200px; */
/*  padding-top: 54.166666666667%; */
/*  padding-top: 50%; */
  padding-top:18%; 
  padding-bottom:6%; 
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.calendar-container {
	position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.calendar-container iframe{
	position: absolute; top:0; left: 0; width: 100%; height: 100%;
}


.map-container {
	position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.map-container iframe{
	position: absolute; top:0; left: 0; width: 100%; height: 100%;
}


.alert-bar {
  float: left;
  
  height: 100%;
  width: 100%;
  background:red;
  opacity:0.9;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:40px;
  
/*  margin: 0 auto; */
  color: white;
  font-size:20px;	
  z-index:100;
  text-align:left;

  border-top: 2px solid #840000;
  border-bottom: 2px solid #840000;
}

.notification-bar {
  float: left;
  
  height: 100%;
  width: 100%;
  background:blue;
  opacity:0.9;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:40px;
  
/*  margin: 0 auto; */
  color: white;
  font-size:20px;	
  z-index:100;
  text-align:left;

  border-top: 2px solid #fff
  border-bottom: 2px solid #fff;
}

.alert-bar, .notification-bar p{
	font-size:14px;
	}

.alert-bar, .notification-bar h3{
	color:white !important;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}



.overlay-slider {
  position:absolute;
  float:left;
  
  width: 100%;
  padding: 250px;
  z-index:100;
/*  top: 300;
  left:500; */
}


	
@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
     }
}

.pulse-2
{
  border-radius: 50%;
     animation: shadow-pulse 1s 5;
}

.pulse-2:hover {
	border-radius: 50%;
	 animation: shadow-pulse 1s infinite;

	}

.overlay-container {
    position: relative
	}


.page-head {
  background-size: cover;
  padding: 50px;
  text-align: center; }
  .page-head .page-title {
    font-weight: 100;
    font-size: 72px;
    font-size: 5.1428571429em;
    margin-bottom: 0;
    color: white;
    word-break: break-word; }
    @media screen and (max-width: 1000px) {
      .page-head .page-title {
        font-size: 48px;
        font-size: 3.4285714286em; } }


.page-title-header h1{
	font-size: 36px;
	color:white;

}

.fullwidth-block {
  padding: 50px 0; }
  .fullwidth-block .section-title {
    font-size: 24px;
    font-size: 1.7142857143em;
    text-transform: uppercase;
    color: #544531; }
 
 .section-title2{
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1em; 	 
    color: #a59e95;
 }

 .section-title3{
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.3em; 	 
    color: #544531;
 }

.visitor{
	padding-bottom:75px;
	}

/* Override Bootstram Primary Button */
	
.btn-primary {
    background: #485C5A;
    color: #ffffff;
	font-size:18px;
	width:100%;
	border-radius: 100px;
}

.news {
  text-align: center;
  margin-bottom: 30px; }
  .news .news-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .news .news-title {
    font-size: 14px;
    font-size: 1em;
    margin: 0 0 10px; }
  .news .news-subtitle {
    color: #a59e95;
    font-size: 14px;
    font-size: 1em;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    margin-right: 5px; 
  }
  .news .date {
    color: #a59e95;
    font-size: 13px;
    font-size: 0.8571428571em;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    text-transform: lowercase; }
    .news .date .fa {
      font-size: 16px;
      font-size: 1.1428571429rem;
      margin-right: 5px; }

.event-list {
  list-style: none;
  margin-bottom: 30px; }
  .event-list li {
    padding: 10px 50% 10px 0;
    padding-right: 50%;
    position: relative;
    border-bottom: 1px solid #e5e5e5; }
    .event-list li:first-child {
      border-top: 1px solid #e5e5e5; }
  .event-list .event-title {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1em;
    color:#8f7655;}
  .event-list img{
	  padding-bottom:15px;
  }
  .event-list .event-meta {
    position: absolute;
    width: 50%;
    right: 0;
    color: #a59e95;
    font-size: 12px;
    font-size: 0.8571428571em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    text-transform: lowercase;
    *zoom: 1; }
    .event-list .event-meta:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    .event-list .event-meta span {
      width: 50%;
      float: left;
      font-size: 12px;
      font-size: 0.8571428571rem; }
      .event-list .event-meta span .fa {
        margin-right: 5px; }
  .event-list.large li {
    padding: 20px 0; }
  .event-list.large .event-title {
    display: block;
    margin-bottom: 10px; }
  .event-list.large .event-meta {
    position: relative;
    margin-bottom: 20px;
    display: block; }
    .event-list.large .event-meta span {
      width: auto;
      margin-right: 30px; }
    .event-list.large .event-meta .date {
      width: 150px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }



.infocontent-list {
  list-style: none;
  margin-bottom: 30px; }
  .infocontent-list li {
    padding: 10px 0 10px 80px;
    position: relative;
/*    border-bottom: 1px solid #e5e5e5; */
/*    min-height: 70px; */}
    .infocontent-list li:first-child {
/*      border-top: 1px solid #e5e5e5; */}
  .infocontent-list img {
    position: absolute;
    left: 0;
    top: 10px; }
  .infocontent-list .infocontent-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1em; 
    color:#8f7655;}
  .infocontent-list .infocontent-meta {
    font-size: 12px;
    font-size: 0.8571428571em;
    color: #a59e95;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    text-transform: lowercase; }
    .infocontent-list .infocontent-meta .pastor {
      margin-bottom: 5px; }
    .infocontent-list .infocontent-meta .fa {
      width: 20px; }
  .infocontent-list.large li {
    padding-left: 0px;
    /* min-height: 150px; */ }
  .infocontent-list.large .infocontent-meta .pastor, .infocontent-list.large .infocontent-meta .date {
    display: inline-block;
    margin-right: 20px; }


.directoryinfo-list {
  list-style: none;
  margin-bottom: 30px; }
  .directoryinfo-list li {
    padding: 10px 0 10px 80px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    min-height: 70px; }
    .directoryinfo-list li:first-child {
      border-top: 1px solid #e5e5e5; }
  .directoryinfo-list img {
    position: absolute;
    left: 0;
    top: 10px; }
  .directoryinfo-list .directoryinfo-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1em; }
  .directoryinfo-list .directoryinfo-meta {
    font-size: 12px;
    font-size: 0.8571428571em;
    color: #a59e95;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    text-transform: lowercase; }
    .directoryinfo-list .directoryinfo-meta .pastor {
      margin-bottom: 5px; }
    .directoryinfo-list .directoryinfo-meta .fa {
      width: 20px; }
  .directoryinfo-list.large li {
    padding-left: 140px;
    min-height: 150px; }
  .directoryinfo-list.large .directoryinfo-meta .pastor, .directoryinfo-list.large .directoryinfo-meta .date {
    display: inline-block;
    margin-right: 20px; }

.seremon-list {
  list-style: none;
  margin-bottom: 30px; }
  .seremon-list li {
    padding: 10px 0 10px 80px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    min-height: 70px; }
    .seremon-list li:first-child {
      border-top: 1px solid #e5e5e5; }
  .seremon-list img {
    position: absolute;
    left: 0;
    top: 10px; }
  .seremon-list .seremon-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1em; }
  .seremon-list .seremon-meta {
    font-size: 12px;
    font-size: 0.8571428571em;
    color: #a59e95;
    font-family: "Novecento Sans", "Raleway", "Noto Sans" "Open Sans", sans-serif;
    text-transform: lowercase; }
    .seremon-list .seremon-meta .pastor {
      margin-bottom: 5px; }
    .seremon-list .seremon-meta .fa {
      width: 20px; }
  .seremon-list.large li {
    padding-left: 140px;
    min-height: 150px; }
  .seremon-list.large .seremon-meta .pastor, .seremon-list.large .seremon-meta .date {
    display: inline-block;
    margin-right: 20px; }

.family {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .family {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .family {
      width: 100%; } }
  .family .family-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 10px; }
  .family .family-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1em;
    font-weight: 600; }

.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget .widget-title {
    color: #544531;
    font-size: 18px;
    font-size: 1.2857142857em;
    font-weight: 600; }

.arrow {
  list-style-image: url(images/arrow.png);
/*  list-style-position: inside; */}
  .arrow li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5; }
    .arrow li a {
      display: block;
      color: #89837c;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
      .arrow li a:hover {
        color: #8f7655; }


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #2b2b2b;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
	border-radius: 15px;
    width: 80%; /* Could be more or less, depending on screen size */
	height: 100%;
	color:000!important;
}

.modal-content h2 {
	color:#000;
}

.modal-content button {
	border:none;
	}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}


/*
 * Footer Styles
 */
.site-footer {
  background: #823329;
  padding: 20px 0;
  color: #fff; }
  .site-footer .widget {
    margin-bottom: 30px; }
    .site-footer .widget .widget-title {
      color: #dcc2a0;
      font-size: 14px;
      font-size: 1.2857142857em; }

.site-footer a {
	color: #fff !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;	
	text-decoration: none;
	}

.site-footer a:hover {
	color: #BFB8AD !important;
    -webkit-transition: .3s ease;
    transition: .3s ease;	
	text-decoration: none;
	}


.site-footer p {
	font-size:18px;
	}

.site-footer-addr {
	font-size:16px !important;
	}

/* BIO LISTING */


/* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column-small {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
}


/* FOOTER IMAGES */

.footer-row {
  display: flex;
}

.footer-column {
  flex: 33.33%;
  padding: 5px;
}


/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.column-bio {	
  float: left;
  width: 66.6%;
  margin-bottom: 16px;
  padding-left:20px;
}

.column-bio-large {	
  float: left;
  width: 75%;
  margin-bottom: 16px;
  padding-left:20px;
}

@media screen and (max-width: 650px) {
  .column-bio {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.card-container {
  padding: 0 16px;
  padding-top:10px !important;
}

/* Clear floats */
.card-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
  font-size:14px !important;
}

.card-container .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size:15px;
}

.card-container .button:hover {
  background-color: #555;
}

.card-container h3{
	font-size:18px;
}


/* FORMS */

/* The color of error message */
.fv-help-block {
    color: #dc3545;
}

/* The color of valid icon */
.has-danger .fv-plugins-icon {
    color: #dc3545;
}

/* The color of invalid icon */
.has-success .fv-plugins-icon {
    color: #28a745;
}