@import  "http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700";

body {
    font-family: 'Yanone Kaffeesatz','sans-serif';
    font-size: 18px;
    color: #fff;
}

/* nav style */
.btn {
    border-radius: 0;
    font-family: 'Yanone Kaffeesatz','sans-serif';
    font-size: 20px;
    padding: 9px 23px;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


.navbar-toggle {
    margin: 12px 30px 12px 12px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle,.navbar-toggle:focus {
    border: 1px solid #fff;
    outline: none;
}

.header-top {
    display: block;
    overflow: hidden;
    padding: 50px;
}

.main-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.main-nav .container {
    width: 100%;
    padding: 0px;
}

.navbar-brand {
    background-color: #19254a;
    height: 90px;
    margin-bottom: 20px;
    position: relative;
    width: 425px;
    opacity: .9;
}

.navbar-brand img {
    position: absolute;
    top: 3px;
    left: 85px;
    width: 325px;
}

.navbar-right {
    background-color: #19254a;
    padding: 0 95px 0 0;
    opacity: .9;
}

.navbar-right li a {
    padding: 35px 21px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz','sans-serif';
    font-weight: 300;
}

.navbar-right li a:hover,.navbar-right li a:focus,.navbar-right .active a {
    background-color: #fff;
    color: #434343;
}

.fixed-menu {
    background-color: #19254a;
    position: fixed;
    top: 0;
    border-bottom: 2px solid white;
}

.fixed-menu .navbar-right {
    padding-left: 30px;
}

.fixed-menu .navbar-right li a {
    font-size: 18px;
    padding: 20px 25px;
    text-shadow: inherit;
}

.fixed-menu .navbar-brand {
    height: 60px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    width: 225px;
}

.fixed-menu .navbar-brand img {
    height: 60px;
    width: auto;
    top: 0px;
}

.fixed-menu .header-top {
    display: none;
}

/*slideshow styles*/

#main-slider img {
    width: 100%;
}

#main-slider .carousel-caption {
    background: none repeat scroll 0 0 #000;
    height: 100px;
    float: left;
    left: 0;
    background-color: rgba(1, 1, 1, 0.8);
    padding: 10px 60px 35px;
    right: inherit;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    top: 20em;
    width: 100%
}

#main-slider .carousel-indicators li {
    background-color: #1B7B98;
    border: 1px solid #1B7B98;
}

#main-slider .carousel-indicators li.active {
    background-color: #fff;
    border: 1px solid #fff;
}

.bodySlides{
    width: 19%;
    float: none;
    display: inline-block;
}

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

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    opacity: 1;
    color: #ffffff;
    top: 75%
}

.slideMargin{
    margin-top: 25px;
}

.carousel-inner>.item>img {
  width: 100%;
}

.carousel-inner{
  background: rgba(0, 0, 0, 0.0);
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  background-size: cover;
  width: 40.5%;
}

.carousel-inner > .item {
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

/*section styles*/

section{
    width: 100%;
    margin: 0px;
}

.google-maps{
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.headerImg{
  background-image: url("../images/church.jpg");
  background-size: cover;
  background-position: center top;
}

.blue{
    background-color: #19254a;
    min-height: 500px;
    padding:50px;
    text-align: center;
    border-top: 10px solid white;
    display: inline-block;
}

.grey{
    background-color: #9a9a9a;
    min-height: 500px;
    padding:50px;
    text-align: center;
    border-top: 10px solid white;
    display: inline-block;
}

.red{
    background-color: #5d0200;
    min-height: 500px;
    padding:50px;
    text-align: center;
    border-top: 10px solid white;
    display: inline-block;
}

.col-sm-3-pastors{
    width: 22%;
    margin: 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.pastorsMiddleAlign{
    vertical-align: middle;
    width: 22%;
    margin: 15px;
    float: none;
    display: inline-block;
}

.col-sm-7{
     float: none;
     display: inline-block;
     vertical-align: top;
}

.col-sm-9-about{
    display: block;
    margin-bottom: 15px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.col-sm-9{
     float: none;
     display: inline-block;
     vertical-align: top;
}

.col-xs-9{
     padding: 0px;
}

.col-sm-12{
     padding: 0px
}

.col-sm-8{
  display: inline-block;
  margin-bottom: 15px;
}

.myRowHeader {
  text-align: left;
}


#calendar {
    max-width: 900px;
    margin: 0 auto;
}

footer{
    background-color: #434343;
    width: 100%;
    height: auto;
    border-top: 10px solid white;
    padding: 50px;
}

/*images styling*/
.mapImg{
    margin:20px auto 20px auto;
}

.pastorsImg{    
    width: 90%;
    margin: 0px auto 10px auto;
}

.socialIcons{
  height: 50px;
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

/*form button styles*/

.btn-info {
    color: #fff;
    background-color: #434343;
    border-color: black;
}

.input-group-addon{
    color:#6fbac0;
    background-color: #434343;
    border: 1px solid black;
}

.form-group {
    text-align: left;
}

/* wimpy player*/

  .mobilePlayer{
    display: none;
  }

/*missions style*/
#portfolio {
  padding-top:70px;
  padding-bottom: 100px;
  background:#F6F6F6
}

#portfolio p, 
#portfolio h2 {
    margin-bottom:30px;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
    border: 1px solid #fc7700;
    color: #686868;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
}

#portfolio 
.portfolio-filter li a {
    color: #686868;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: rgba(67, 72, 78, 0);
    opacity: .8;
    border: 1px solid rgba(252, 119, 0, 0);
    border-radius: inherit;
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}

.efffect h3 {
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.efffect img {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);  
    transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
}

.view img {
    display: block;
    position: relative;
}

.efffect .mask {
    background-color: #F6F6F6;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    opacity: 0;
    padding: 15px;
}

.view .mask, .view .content {
    height:100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width:100%;
}


@media (min-width: 1200px) {
    .announcementSlides:after{
        padding-bottom: 0%;
    }
}

@media (max-width: 1199px) {
      .navbar-right {
        padding: 0 30px 0 0;
    }

    .navbar-right li a {
        padding: 35px 15px;
    }

    .fixed-menu .container {
        width: 100%;
    }

    .fixed-menu .navbar-right {
        padding-right: 30px;
    }

    .fixed-menu .navbar-right li a {
        padding: 20px;
    }

    .col-sm-3-pastors{
        width: 45%;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        width: 215px;
        height: 60px;
    }

    .navbar-right {
        padding: 0;
    }

    .navbar-right li a {
        padding: 20px 11px;
        font-size: 17px;
    }

    .fixed-menu .container {
        width: 100%;
    }

    .fixed-menu .navbar-right {
        padding-right: 30px;
    }

    .fixed-menu .navbar-right li a {
        padding: 20px 15px;
        font-size: 17px;
    }

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

    .col-sm-4-connect {
        width: 100%;
    }

    .col-sm-3-pastors{
        width: 45%;
    }

    .jplayerFullWidth{
        width: 100%;
        margin-bottom: 25px;
    }

    .mediaThanks{
      width: 50%;
    }

    .bodySlides {
        width: 35%;
        margin: 0px auto 25px 0px;
    }
    .col-xs-3{
        width: 100%;
        margin-bottom: 25px;
    }
    .col-xs-9 {
        margin: auto;
        float: none;
        display: inline-block;
    }
}

@media (max-width: 768px) {
     .main-nav .container {
        display: none;
    }

    .fixed-menu .container {
        display: block;
    }

    .fixed-menu .container {
        width: 100%;
    }

    .navbar-brand {
        width: inherit;
    }

    .navbar-brand img {
        position: absolute;
        top: -95px;
        left: 30px;
        width: 255px;
    }

    .fixed-menu .navbar-right li a {
        padding: 7px 25px;
    }

    footer {
        font-size: 16px;
    }

    .col-sm-3-pastors{
        width: 44%;
        float: left;
        display: inline-block;
    }

    .col-sm-4{
        display: inline-block;
        margin-top: 25px;
    }

    .bodySlides {
        width: 50%;
        margin: 0px auto 25px 0px;
    }
}

@media (max-width: 600px) {
    .main-nav .container {
        display: none;
    }

    .fixed-menu .container {
        display: block;
    }

    .fixed-menu .navbar-right li a {
        padding: 10px 25px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    footer {
        font-size: 14px;
    }

    .col-sm-3-pastors{
        width: 100%;
        margin: 15px 0px 15px 0px;
    }

    .bodySlides {
        width: 75%;
        margin: 0px auto 25px 0px;
    }

    .mediaThanks{
      width: 100%;
      margin-bottom: 23px;
    }

    #main-slider .carousel-caption {
        padding: 15px 62px 15px;
        }

  .regularPlayer{
    display: none;
  }

  .mobilePlayer{
    display: block;
  }
}

@media (max-width: 740px) {
    .carousel-inner {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .carousel-caption {
        position: relative;
    }

    #main-slider .carousel-caption {
        float: none;
        }

    .fixed-menu{
      display: none;
    }
}

/*==================================
====== Mission Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
a:focus,a:hover {
    text-decoration: none;
    outline: none;
}

     /* unvisited link */
      a:link {
        color: #fff;
      }
      /* visited link */
      a:visited {
        color: #fff;
      }
      /* mouse over link */
      a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}
      }
      /* selected link */
      a:active {
        color: #800000;
      }