/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
 p { font-size: 14px; }

/* Custom default button */
.btn { border-radius: 0px; }
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #4eb477;
  border: 1px solid #176e3a;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #e5e5e5;
  background-image: url('../img/pattern.png');
  background-size: 200px; 
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  background: url('../img/cover.jpg');
}

/* Backgrounds will cover all the section
  * --------------------------------------- */
  #section1,
  #section3,
  #section0, 
  #section2 {
    background-size: cover;
  }

#section0 {
  background-image: url('../img/cover.jpg');
}
#section2 {
  background-image: url('../img/gal-cover.jpg');
}
#section1 { background-image: url('../img/map-cover.jpg'); }
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 5px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead { padding-top: 0px; }

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 900px;
  }
}

.logo { width: 20%; float: left; }
.mal-icon { width: 10%; margin-top: -30px; }
#header {
    position:fixed;
    height: 80px;
    display:block;
    width: 100%;
    z-index:9;
    text-align:center;
    color: #f2f2f2;
    padding: 20px 0 0 0;
    background: url('../img/header-bg.png');
  }

  #header{
    top:0px;
  }

@media screen and (max-width: 800px) {
  #header { 
    background: #4eb477; 
    height: 40px;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(42, 50, 50, 0.31);
    -moz-box-shadow:    0px 5px 4px 0px rgba(42, 50, 50, 0.31);
    box-shadow:         0px 5px 4px 0px rgba(42, 50, 50, 0.31);
    z-index: 100;
  }
  #big-menu { display: none; }
  #large-btns { display: none; }
  .home-btn a.btn { width: 250px; margin-bottom: 5px; }
  .home-btn { display: block; }
  .post, .post-form { width: 95%; }
} 
@media screen and (min-width: 800px) {
  .post, .post-form { width: 55%; }
}

@media screen and (max-width: 980px) {
  #nt-example1-container { display: none; }
}

.map{
  width: 80%; height: 60%;
  margin: 0 auto;
  opacity: 0.9;
}
.wall-header { background: #2e3732; }
.no-center {  position: absolute; top: 0px; width: 100%; }

.facebook, .twitter, .sms, .facebook:hover, .twitter:hover, .sms:hover  {
  background: #2aa9e0;
  border: 1px solid white;
}

.Twitter { color: #2aa9e0; }
.Facebook { color: #c03b44; }
.SMS { color: #3b5897; }

.sms, .sms:hover { background: #c03b44; }
.facebook, .facebook:hover { background: #3b5897; }
#prayers { margin-top: 20px; }
.post { 
  background: white;
  padding: 1px;
  box-shadow: 0 3px 0 #4eb477;
  margin: 2px;
  text-shadow: none;
  font-size: 16px;
  color: #5d5d5d;
  text-align: right;
  display: inline-block;
  position: relative;
  padding: 7px;
}
.prayer-items { margin-top: 20px; }
.stat { 
  background: #fff;
  padding: 1em;
  padding-top: 20px;
  border-radius: 5px;
  color: #4eb477;
  margin: 5px;
  font-size: 28px;
  width: 100%; height: 100%;
  text-shadow: none;
  text-align: center;
}
.stat p { text-transform: uppercase; }
.stat-cont { 
  border: 2px solid #4eb477; 
  width: 250px;
  border-radius: 5px;
  height: 100px;
  background: #4eb477;
  margin: 10px;
  display: inline-block;
}
.stats-wrap {
  width: 70%;
  margin: 0px auto;
}
.partners {
  width: 200px;
  margin: 2px;
  border: 2px solid #4eb477;
  padding: 5px;
  cursor: pointer;
}
.partners:hover { border-color: #fff; }

.elegant { border-top: 2px solid #fff; border-bottom: 2px solid #fff; padding: 20px 0px;}
.prof-pic { width: 50px; height: 50px; border: 1px solid #ccc; }
.pic { position: absolute; bottom: 0px; left: 0px;}
.text { font-size: 16px; width: 80%; text-align: right; float: right; display: block; color: #7e7e7e; }
.text a {color: #6495ED;}
.text a:hover {color: #FF00FF;}
.name { float: right; display: block; }
.menu-emph { float: right; margin-left: 30px; }
.click-container { width: 100px; height: 100px; }
.click {
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
  width: 200px;
  height: 200px;
  border: 1px solid white;
}
.post-icon {
  font-size: 22px;
}
.click:hover {
  cursor: pointer;
}
.post-form { margin-top: 30px; display: inline-block; }
.frm-btns { margin-top: 10px; font-size: 14px; text-align: left; }
#small-menu, #small-btns { display: none; }
#small-menu {
  font-size: 18px;
  margin-top: -15px;
  text-align: left;
  padding-left: 10px;
}
.prayer { border: none; background: white; color: #4eb477; }
.share { border: none; }
.share:hover { border: none; }
.small-title { margin-top: -24px; text-transform: uppercase; }
.heading a { font-style: italic; font-weight: bold; }
.home-btn { margin-bottom: 2px; display: inline; }
body.modal-open {
  margin-right: -30px;
  width: auto !important;
  overflow-x: hidden !important;
}
.modal-content { 
  border-radius: 0px; 
  box-shadow: none;
}
.modal-header { background: #4eb477; }
.btn-link, .btn-link:hover { color: #4eb477; }
.sidebar-container {
  width: 280px;
  background: #f4f4f4;
  opacity: 1;
  height: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 1px 1px 2px 0px #c7c7c7;
  -moz-box-shadow: 1px 1px 2px 0px #c7c7c7;
  box-shadow: 1px 1px 2px 0px #c7c7c7;
  position: fixed;
  z-index: 50;
  top:0;
}
.partner-details { text-shadow: none; color: #5d5d5d; border-bottom: 1px solid #5d5d5d; margin: 2px; padding: 2px; }
.sidebar-container .modal-backdrop { background: none; }
.sidebar-contianer ul { margin-top: 20px; }
.sidebar-container ul li a{ 
  text-align: left;
  padding: 5px;
  padding-left: 15%;
  color: #5d5d5d;
  border-bottom: 1px solid #c6c6c6;
  text-shadow: none;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.sidebar-container ul li:first-child a:hover { background: #f4f4f4; color: #5d5d5d; font-weight: bold; }
.sidebar-container ul li a:hover { background: #fff; color: #4eb477; text-decoration: none; }
.sidebar-container ul li.main-menu:hover { background: none; color: #5d5d5d; }
.small-icon { margin-right: 10px; }
.logo-small { width: 60%; }
.same-btns { width: 220px; }
#toggle-menu { cursor: pointer; }
#sidebar { display: none; }
a.no-deco:hover { text-decoration: none; }
.small-pic { 
  border-radius: 0px; 
  border-top: 2px solid #4eb477;
  width: 45px;
}
@media screen and (max-width: 450px) {
  .small-pic { width: 30px; }
}
@media screen and (max-width: 750px) {
  .partners { width: 100px; }
  .excess { display: none; }
}
#sendy { opacity: 0.5; }
#update-link { cursor: pointer; }
.update-link { display: none; }
textarea {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: #D0D0D0;
    resize: none;
}
#prayer_update {
  font-size: 14px;
  background: none;
  width: 100%;
  color: #4eb477;
}
.prayer_update-container {
  position: relative;
  width: 100%;
  background: #eff8f3;
  padding: 5px;
  border: 1px solid #4eb477;
}
.input-container { width: 70%; }
/********************************/
/******** Loader ***************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #4eb477;

  pointer-events: none;
}

.myOwn { 
  width: 100%; height: 100%;
  background: #fff;
  position: fixed;
  top: 0; 
  text-shadow: none;
  z-index: 300;
  color: #4eb477;
}
.myOwn p { position: fixed; top: 50%; left: 50%; font-size: 36px; }
.same-btns-container { margin-top: 10px; }
.team-cont { margin: 20px; width: 150px; display: inline-block; text-align: center; }
.team-cont img { width: 150px; padding: 5px; border: 2px solid #fff; }
.med { font-size: 18px; }
.team-cont div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(78,180,199,0.7);
  color: #fff;
  padding: 20px;
  width: 120px; height: 120px; 
}
h6 { border-top: 1px solid #fff; padding-top: 2px; }
.team-pics { margin-left: 25%; }
.team-cont:hover div { display: inline; }
#graph-cont, #graph-budget { text-shadow: none; }
.time { color: #4eb477; font-size: 12px; }
.hide-menu { opacity: 0; }
.hide-menu:hover { opacity: 1; }
.scrolls { height: 300px; overflow: scroll; }

/********* SLIDER ISSUES ****************
/***************************************/
#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url('../img/btns-next-prev.png');
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url('../img/pagination.png');
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden

      #slides {
      display: none
    }

    .slider-cont {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .slider-cont {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .slider-cont {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .slider-cont {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .slider-cont {
        width: 1170px
      }
    }