@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

aside {
  color:white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-family: "Tahoma", "Geneva", sans-serif;

  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

#page-container{
    min-width:350px
  
}


h1 {
  font-size: 36px; 

}

h2 {
  font-size: 30px; 
}

h3 {
  font-size: 24px; 
}

h4 {
  font-size: 18px;

}



.row {

}
.row::after {
    content: "";
    clear: both;
    display: block;
}


header {
    position: static; 
    top: 0px;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    background-color: #292929;
   }

  
 

html {
    font-family: "Lucida Sans", sans-serif;
}


#nav {
    position: static;
    overflow:hidden;
    padding: 10px 10px 10px 10px;
    min-height: 50px;
    width:100%;
    background: #545556;
    color: white;
    border-bottom: 0px solid #202020;
}

.nav_icons{
     float: left;
     padding-top:4px;
     padding-right: 10px;
     padding-bottom: 5px;
}


.nav_title{
    float: left;
    margin-left: 10px;
    margin-right: 40px;
    color:white;  	
    text-shadow: #484262 1px 1px 2px;   
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 100;
    padding-bottom: 5px;
}

.nav_page{
    float: left;
    margin-left: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    color:white;  	
    text-shadow: #484262 1px 1px 2px;  
    font: 100 28px tahoma,sans-serif;
}

#service {
    position: static;
    overflow:hidden;
    padding: 20px 0px 20px 0px;
    min-height: 300px;
    width:100%;
    background: #960000;
    border-bottom: 1px solid #484262;
}

.service-block{
            padding: 30px 50px 20px 50px;
            color: white;
}
.service-border{
    border-left: 1px solid white;
}



#main {
    position: static;
    overflow:hidden;
    padding: 60px 10px 50px 10px;
    min-height: 300px;
    width:100%;
    background: #C3C3C3;
    border-bottom: 1px solid #484262;
    border-top: 1px solid #484262;
}

#main h1 {
    color:#484262; 
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: black 0px 0px 0px; 
    padding-bottom: 5px;

}
#main h2 {
    padding:10px;
}



#main h3 {
    color:#484262; 
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    padding-left: 50px;
    padding-bottom: 5px;
}

#main li {
    padding-left: 20px;
    padding-bottom: 5px;
}


#main p {
    padding-bottom: 20px;


    
}
#main b {
    padding-bottom: 2px;
    text-indent: 20px;
    
}
#main a:link  {text-decoration :none; color: black; outline: 0; }
#main a:hover {text-decoration :none; color: #484262; outline: 0;  }
#main a:active {text-decoration :none; color: #484262; outline: 0; }
#main a:visited {text-decoration :none; color: inherit; outline: 0; }

#main-info{

    position: static;
    padding: 10px 10px 10px 10px;
    min-height: 500px;
    overflow:hidden;
    width:100%;
    background: #545556;
}


.main-block {
    float:left;
    margin: 5px;
    Width: 330px;
    height: 250px;
    padding: 10px;
    border-radius: 10px;
    background-image: url("a/Life_Group_logo.jpg");
        background-repeat: no-repeat;
            background-position: center top;
}

.main-colour {
    float:left;
    position: relative;
    width: 330px;
    flex: 0 0 400px;
    height: 250px;
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
    margin: 5px;
    background: #3B5998;
}

.main-colour:hover{
    background:#545556;
}

.main-colour h1 {
    padding-left: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    font-height:
}

.main-colour h2 {
    padding-left: 60px;
    padding-bottom: 15px;
    color: white;
    font-size: 23px;
    font-weight: bold;
}

.main-colour h3 {
    padding-top: 5px;
    padding-left: 60px;
    padding-bottom: 5px;
    color: white;
    font-size: 20px;
}

.main-colour p {
    padding-bottom: 10px;
    padding-left: 60px;
    color: white;
    font-size: 14px;

}

.main-colour a:link  {text-decoration :none; color: white; outline: 0; }
.main-colour a:hover {text-decoration :none; color: white; outline: 0;  }
.main-colour a:active {text-decoration :none; color: white; outline: 0; }
.main-colour a:visited {text-decoration :none; color: white; outline: 0; }

.main-colour:after {
    clear: both;
}

.nav-image-size {
        float: left;
        margin-left: 10px;
    
}

#info-photo {
    position: static;
    overflow: auto;
    padding: 10px 10px 10px 10px;
    min-height: 270px;
    width:100%;
    background: white;
    border-bottom: 1px solid #484262;
    margin-left: auto;
    margin-right:auto;
    
}

#info-photo img{
    border: 1px solid black;
    height: 250px;
        margin-left: auto;
    margin-right:auto;
    width:auto;
    
 }
 
  .ileft {
 float: left;
 }
 
 .iright {
 float: right;
 }
 
 .icenter{
     display: block;
     margin: auto;
     
}
 

.center {
    margin: auto;
    width: 99%;
    border: 3px solid #73AD21;
    padding: 10px;
}



.freedom-banner {
        float: left;
        margin-left: 10px;
        color:white;  	
	text-shadow: #545556 0px 0px 2px;  

}



.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}



.slide-overlay {
    position: absolute;
    top: 0px;
    Left: 0px;
    width: 100%;
    background-image: url("slide/overlay.png");
    z-index: 1;
       padding: 0;
}

.centre-block {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        left:50%;
        right:50%;
    
}





.overlay_verse {
    position: absolute;
    text-align: center;
    bottom:20px;
    color: white;
    font-color: white;
    text-shadow: 1px 1px #000;
    font: 18px arial, sans-serif;
    font-weight: 300;
}


.top-shadow {
    left: 0px;
    top: 0px;
    position:absolute; 
    width:100%;
    height:60px;
    background: -webkit-linear-gradient(top, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -ms-linear-gradient(top, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -o-linear-gradient(top,rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0))
    
}
.left-shadow {
    padding-left: -15px;
    position:absolute;  
    top: 0px;
    left:-15px; 
    width:35%;
    height:100%;
    background: -webkit-linear-gradient(left, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -moz-linear-gradient(left, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -ms-linear-gradient(left, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -o-linear-gradient(left,rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0))
    
}

.bottom-shadow {
    left: 0px;
    bottom: 12px;
    position: absolute;
    width:100%;
    height:60px;
    background: -webkit-linear-gradient(bottom, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -ms-linear-gradient(bottom, rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0));
    background: -o-linear-gradient(bottom,rgba(0,20,20,0.85),rgba(0,20,20,0.45),rgba(0,0,0,0))
    
}


.dropbtn {
    position:relative;
    border: none;
    cursor: pointer;
}



.dropmenu {
    z-index:1;
    position: relative;
    float:left;
}


.dropoffset{
  padding-top:46px;   
}

.menuhead {
     color: #202020;
     padding: 8px 16px 2px 16px;   
     font-weight: bold;
}

.dropmenu-content {
    display: none;
    position: fixed;
    font-weight: 3500;
    background-color: #C3C3C3;
    min-width: 400px;
    max-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   
}

.dropmenu-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropmenu-content a:hover {background-color: #202020}

.dropmenu:hover .dropmenu-content {
    display: inline-block;
}



.dropmenu:hover .dropbtn {
    background-color: black;
}











@media only screen and (min-width: 768px) {}




@media only screen and (min-width: 600px) {
.menu_tools {
     float: left;
     background-image: url("");
     background-size: 30px 30px;
     background-repeat: no-repeat;
     min-width: 30px;
     min-height: 30px;
     padding: 5px 25px 25px 25px;
     background-position: left; 
}





.overlay_heading {
    font: 25px arial, sans-serif;
    font-weight: 500;
    margin: 5% 0px 0px 5px;
}

.overlay_verse {
    font: 18px arial, sans-serif;
    font-weight: 300;
    margin: 10% 0px 0px 5px;
}


}


#verse {
    display: block;
    color: white;
    background: inherit;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    min-height: 20px;
    max-height:40px;
    text-decoration: none;
    border-top: 1px solid #585858;

}

#verse:hover {
    background-color: #202020;
}









#intro {
    display: block;
    background:#173F4F;
    border-bottom: 1px solid #585858;
 }



#intro:active {
    background: #0BA7E0;    
}


#intro:hover {

}





.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}


#church-block {
  background: #202020;
  background: #202020 url(a/content-back-fcc-crop.png) no-repeat right bottom  ;
  min-height: 600px;
    height: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  transition: all .5s ease;
  width: 100%;
  overflow: visible;
}

#church-block p {
  padding-top: 15px;
  padding-bottom:15px;
}

#church-block h3 {
  color: #7F85CF;
  font-weight: 200;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 40px;
}
#church-block h2 {
  color: #fff;
}
#church-block h1 {
  color: #7F85CF;
  font-weight: 300;
}
#church-block h4 {
  color: #fff;
  line-height: 1.5em;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  Padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 100;
}
#church-block .fa {
  color: #fff;
  font-size: 80px;
}
#church-block .church {
  margin-bottom: 80px;
}
#church-block .church .col-6 {
  height: 300px;
  padding: 30px;
}
#church-block .church .col-6:first-of-type {
  border-right: 1px solid #2C2C2C;
}
#church-block .church .col-6:last-of-type {
  border-left: 1px solid #545556;
  	
}
#church-block .church #church-acts,
#church-block .church #church-genesis {
  cursor: pointer;
  transition: all ease .5s;
}
#church-block .church #church-acts .moreinfo,
#church-block .church #church-genesis .moreinfo {
  filter: alpha(opacity=40);
  opacity: 0;
  transition: all ease .5s;
}
#church-block .church #church-acts:hover,
#church-block .church #church-genesis:hover {
  margin-top: -1em;
}
#church-block .church #church-acts:hover .moreinfo,
#church-block .church #church-genesis:hover .moreinfo {
  filter: alpha(opacity=100);
  opacity: 1;
}
#church-block article,
#church-block #more-information {
  left: 0px;
  padding-top: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
#church-block #more-information {
  padding-top: 95px;
  padding-left: 20%;
  padding-right: 20%;
}
#church-block #more-information h1,
#church-block #more-information p {
  color: #fff;
}
#church-block #more-information p {
  font-size: 1.3em;
}

 #church-block {
 
  }
  #church-block .church {
    margin-bottom: 0px;
  }
  #church-block .church .col-6 {
    padding: 30px;
  }
  #church-block .church .col-sm-6:first-of-type {
    border-right: 0px solid transparent;
  }
  #church-block .church .col-sm-6:last-of-type {
    border-left: 0px solid transparent;
  }



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

.church-icon img {
  height: 80px;
}


.church{
 /*   background: #202020 url(img/content-back-fcc.png) no-repeat 245px -30px;*/
    
}







#events{

    position: static;
    background: #E4E4E4;
    margin-right: auto;
    margin-left: auto;
    height:100%;
    overflow: hidden;
    border:5px 0px 5px 0px solid black;
    padding: 50px 10px 50px 10px;
    
}


#events h1 {
        padding: 0px 0px 40px 0px;
}

.event-block{
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    Min-width:200px;
    max-width:340px;
    min-height:200px;
    color: #DCDCDC;
    margin-left: 0px;
    margin-right: 0px;
    padding: 3px 7px 3px 7px;
    border: 1px solid #A8A8A8;
    overflow: hidden;
    margin-top:10px; 
    margin-bottom:auto; 
    background:#C3C3C3;
    
}

.event-block audio { width: 280px; }

.event-block:last-child{
    margin-right: 0px;
}
.event-block h4{
        display: block;
        color: #EAEAEA;         
        
}
.event-block h3{
        display: block;
        color:#202020;        
        
}
.event-block h2{
        display: block;
        font-size: medium;
        color:#202020;
}
.event-block h1{
        padding: 0px 0px 40px 0px;
}



.event-block .head{
    position: absolute;
    bottom: 7px;
    height:30px;
    width:100%;
    padding-top:5px;
    padding-right: 6px;
}

.event-block .left{
        float:left;
        width: 150px;
        height: 159px;

     
}
.event-block .right{
        float:left;
        width: 50px;
        height: 159px;
     
}

.event-block .bottom{
    padding-left: 8px;
    position: absolute;
    top:48px;
    
}

.event-block .bottom:last-child{
    position: absolute;
    top:108px;
}

.event-block a:link, a:visited, a:active {
    text-decoration: none;
}




.event-block:after {
    clear: both;
}

body .featherlight img {
	border: 1px #C3C3C3 solid!important;
        height:75%;

        
}
.featherlight .featherlight-image{
    max-width:100%;
    max-height:100%;
    width:auto;
}

        
}

.event-block .bottom .featherlight:last-of-type {
	background: #C3C3C3 !important;
}

.week {
      min-Width: 330;
      height:92px;
      float:top;
      color:white;
      text-align:left;
      text-indent:0px;
      line-height:17px;
      padding-left:128px;
      _padding-left:125px;
      padding-right:8px;
      _padding-right:3px;
      background:4C4949 url(a/blank_120.jpeg) no-repeat 1px 1px ;
      margin-bottom:6px;
      font: 12px/16px verdana,sans-serif;
      }
.week a {text-decoration :none; text-indent:0px;}
.week a:link {text-decoration :none; text-indent:0px;}
.week a:hover {text-decoration : none; text-shadow: #000 0 0 3px; text-indent:0px; }
  
.week b {font: bold 13px/20px verdana,sans-serif }











#links{
    display: block;
    position: static;
    min-height: 400px;
    padding-top: 10px;
    height:100%;
    background: black;
    color: white;
    border-bottom: 1px solid #202020;
}

.links:after {
    clear: both;
}


.link-block {
      min-Width: 330px;
      max-Width: 400px;
      max-height:70px;
      float:top;
      margin-left: 100px;
      text-align:left;

      line-height:17px;
      padding-left:28px;
      _padding-left:25px;
      padding-right:8px;
      _padding-right:3px;
      padding-bottom:10px;
      margin-bottom:35px;
      font: 14px/16px verdana,sans-serif;
        border-bottom: 1px solid #202020;

}

.link-block:last-of-type {
              border-bottom: 0px solid #202020;
           }

          


.link-text {
        position: relative;
        top: -48px;
        padding-left: 65px;
        color:white;
}




.link-text b{
        font: 16px/18px verdana,sans-serif;
        color: #7F85CF;
        font-weight: bold;
}

.link-text p{
color:white;
}


.link-block a:link  {text-decoration :none; outline: 0; }
.link-block a:hover {text-decoration :none; outline: 0;  }
.link-block a:active {text-decoration :none; outline: 0; }

.link-text a:link  {text-decoration :none; }
.link-text a:hover {background:4C4949 url(a/right.png) no-repeat right middle ; }
.link-text a:visited {text-decoration :none;}


#info{
    display: block;
    padding: 50px 10px 80px 10px;
    min-height: 100px;
    width:100%;
    background: #545556;
    color: white;
    border-bottom: 1px solid #202020;
}

#info h1 {
    padding: 0px 0px 40px 0px;
}

.info-block{
    display: inline-block;
    flex-shrink: 0;
    margin: 0px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    position: relative;
    height:90px;
    background:#545556;
    width: 200px;
    border-style: dashed;
    border-width:1px;
    border-radius: 0px;
    border-color: white;
} 

.info-block b {color: white;}

.info-block:after {
    clear: both;
}   



#slide {
        position :relative;
        top: 0px;
        min-width: 100%;
        background-color: #202020 ;
        overflow: hidden;
        z-index: -1;
        padding: 0;
}


.cycle-slideshow { 
    
    min-width: 100%;
    max-height: 500px;
    overflow: crop;
    text-align:center;
 
}

.cycle-slideshow img {
    
        min-width: 100%;

}

#pastors {
        position :relative;
        padding: 50px 10px 40px 10px;
        top: 0px;
        width: 100%;
        background-color: white ;
        overflow: visible;
}

#pastors h1 {
        padding: 20px 0px 20px 0px;
}

#pastors button {
        position :relative;
        border-width :0px;
        padding-top: 40px;
        background: white;
        font-size: 12pt;
        cursor: pointer;
        top: 0px;
}


#slide2 {
        display: block;
        background-color: inherit;
        width: 100%;

}



#pastors .cycle-slideshow  h4 {
        padding-top: 20px;
        padding-bottom:20px;
        background-color: inherit;

}
.pslide {
           width: 100%;
}

.external { position: static }
.external > * { margin: 0 5px }
.cycle-pager { display: block; }


/* pager */
.spager { 
text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}


.spager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: black; cursor: pointer; 
}
.spager span.spager-active { color:red; }
.spager > * { cursor: pointer;}




/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


.loose {
            position: relative;
            visibility: visible;
            width: 150px;
            top:5px;
}





.icon{
    width: 32px; 
    height: 30px; 
    margin-right: 10px;
    margin-bottom: 10px;

}




#photos{
    display: block;
    padding: 50px 10px 80px 10px;
    min-height: 279px;
    width:100%;
    background: #202020;
    color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid white;
}

#photos h1 {
    padding: 0px 0px 40px 0px;
}

.photo-block{
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    height:159px;
    width: 275px;
    background:#202020;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-width:2px;
    border-color: white;
} 

.photo-block:after {
    clear: both;
}   


#footer {
    display: block;
    padding: 10px 10px 10px 10px;
    color: white;
    width: 100%;
    font: 12px arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #545556;
    min-height:420px;
    background-image:url("a/crowd.png");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    
}

#footer h1{
    font: 15px arial, sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

#footer b{
    font-weight: 600;
    line-height: 200%;
}

#footer a:link  {text-decoration :none; color: white; line-height: 150%; outline: 0; }
#footer a:hover {text-decoration :none; color: #7F85CF; outline: 0;  }
#footer a:active {text-decoration :none; color: #7F85CF; outline: 0; }
#footer a:visited {text-decoration :none; color: inherit; outline: 0; }




.footer-block{
    display: inline-block;
    float: left;
    margin-top:20px;
    min-width: 200px;
    min-height: 100px;
    padding: 0 15px 15px 15px;
}

 


#fbook, #email {
	position:relative;
	color: gray;
	font: 12px/16px verdana,sans-serif;
	text-align: left;
	min-height :360px;
	min-width :360px;
	background : white;
	background-color:white;
	border: 5px solid #888;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	padding:10px 20px 20px 20px;
	_padding:10px 20px 20px 20px;
}

#email .xnput{width: 100%; height: 36px;     padding: 12px 20px; font-size:medium;}
#email p {margin-bottom: 5px;}


.polaroid-main {
    position:relative; 
    min-height:450px;
    padding: 75px 0px 55px 50px;
}

.polaroid-box {
    padding-top:60px; 
    padding-bottom:60px; 
    padding-left:50px;
    max-width: 450px;

}


.polaroid {
    position: relative;
    width: 340px;

    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);*/
}
 
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #777;
}
 
.polaroid p {
  position: absolute;
  text-align: center;
  margin-left:0px;
  width: 100%;
  top: 235px;
  font: 400 18px/1 ;
  color: #888;
}

/* Buttons */


.hidden-content {
  display: none;
}


  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}






.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: inherit;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #7F85CF;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}


.btn-down {
  color: #2C2C2C;
  font-weight: normal;
  border-radius: 0;
}
.btn-down,
.btn-down:active,
.btn-down.active,
.btn-down[disabled],
fieldset[disabled] .btn-down {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-down,
.btn-down:hover,
.btn-down:focus,
.btn-down:active {
  border-color: transparent;
}
.btn-down:hover,
.btn-down:focus {
  color: #2C2C2C;
  text-decoration: underline;
  background-color: transparent;
}
.btn-down[disabled]:hover,
fieldset[disabled] .btn-down:hover,
.btn-down[disabled]:focus,
fieldset[disabled] .btn-down:focus {
  color: #777777;
  text-decoration: none;
}










.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn .caret {
  margin-left: 0;
}

.btn .label {
  position: relative;
  top: -1px;
}


.btn-default {
  border: 1px solid #7F85CF;
  background: transparent;
  color: #7F85CF;
}
.btn-default:hover {
  background: #04A0D9;
  border: 1px solid #04A0D9;
  color: #fff;
}
#more-information .btn-default,
#contribute-to-opensuse .btn-default {
  border-color: #fff;
  color: #fff;
}
#more-information .btn-default:hover,
#contribute-to-opensuse .btn-default:hover {
  background: #173f4f;
  border-color: #173f4f;
}
.btn-primary {
  border: 1px solid #7F85CF;
  background: #7F85CF;
  color: #173f4f;
}
.btn-primary:hover {
  background: #04A0D9;
  border: 1px solid #04A0D9;
  color: #fff;
}
#more-information .btn-primary {
  border-color: #fff;
  background: #fff;
  color: #555555;
}
#more-information .btn-primary:hover {
  background: #173f4f;
  border-color: #173f4f;
  color: #fff;
}
#more-information .btn-primary:hover i.fa {
  color: #ffffff;
}
#more-information .btn i {
  font-size: 1em;
  margin-right: .6em;
}
#more-information .btn.btn-primary i {
  color: #555555;
}
#more-information .btn-link {
  color: #fff;
  margin-top: 5em;
}
#more-information .btn-link:hover,
#more-information .btn-link:hover i {
  color: #173f4f;
}
.btn.btn-default.dropdown-toggle {
  border-color: #777777;
  color: #777777;
}
.btn.btn-default.dropdown-toggle:hover {
  background: #eeeeee;
}

.fa-info{padding-left:3px;}


.fa-info:link {text-decoration: none;}

.fa-info:hover{text-decoration: none;}

.fa-info:active{text-decoration: none;}

.fa-info:visited{text-decoration: none;}






.btn-primary {
    background: inherit;
    color: #4C4949;
    border-color: #4C4949;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #4C4949;
            border-color: #4C4949;
}
 
.btn-primary:active, .btn-primary.active {
    background: #4C4949;
    box-shadow: none;
        border-color: #4C4949;
}




.btn-link2 {
    background: inherit;
    color: white;
    border-color: white;
}
 
.btn-link2:hover, .btn-link2:focus, .btn-link2:active, .btn-link2.active, .open > .dropdown-toggle.btn-link2 {
    background: #4C4949;
    border-color: #4C4949;
    color:white;
}
 
.btn-link2:active, .btn-link2.active {
    background: #4C4949;
    box-shadow: none;
    border-color: white;
}




.btn-email{
    background: inherit;
    color: gray;
    border-color: gray;
}
 
.btn-email:hover, .btn-email:focus, .btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
    background: gray;
    border-color: gray;
    color:white;
}
 
.btn-email:active, .btn-email.active {
    background: #4C4949;
    box-shadow: none;
    border-color: white;
}


.fa-long-arrow-left:before {
top: 10px;
  content: url("a/back.png");
}



.wide {
     display:block;
}

.narrow {
     display:none;
}








 
/* For mobile phones: */
[class*="col-"] {
    float: left;
    padding: 10px;
    padding-bottom: 0px;
       
}


[class*="col-"] {
    width: 100%;
}



@media only screen and (max-width:600px) {
    /* For phone: */
    .nav-image-size {width: 36px;  height:36px;}
    #church-block {min-height: 900px;}
    .freedom-banner {position: absolute; top: 44px; max-width:600px; margin-top: 10px; font: 20px tahoma,sans-serif; }
    .link-block { margin-left: 30px;padding-left:10px;   _padding-left:10px;} 
    .loose {visibility:hidden;width:0px;}
    .polaroid-main{visibility:visible ; max-width:400px; padding: 75px 0px 55px 25px;}
    .polaroid-box{  padding-left:10px;}

}




@media only screen and (max-width:830px) {
     .wide { display:none;}
    .narrow { display:block;}

}

@media only screen and (max-width:769px) {

    .service-border{ border: 0px;}
}



@media only screen and (max-width:500px) {
        .link-block { margin-left: 10px;padding-left:0px;   _padding-left:0px;} 
        .polaroid-main {visibility:hidden; display:none;}
        .event-block h1{ padding: 0px 0px 10px 0px;}

}
    

  
@media only screen and (min-width: 601px)  {
    /* For tablet: */
     #church-block {height: 900px;}
    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 100%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
    .nav-image-size {width: 30px;   height: 30px;}
    .dropoffset{ padding-top:36px;   }
    .logo-image-size {width: 120px;   height: 120px;}    
    .freedom-banner {max-width:600px; margin-top: 0px; font: 28px tahoma,sans-serif; letter-spacing:-2.2px;}

    .polaroid-main {min-height: 500px; padding-top: 25px; padding-bottom:100px;}
    .loose {visibility:hidden: width: 0px;}


     
}
    
    



@media only screen and (min-width: 768px) {
    /* For desktop: */
    #church-block {max-height: 600px;}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .freedom-banner {margin-top:-2px; font: 25px tahoma,sans-serif; letter-spacing:1px; }
    .nav-image-size {width: 24px;  height:24px;}
    .dropoffset{   padding-top:30px;}
    .logo-image-size {width: 120px;   height: 120px;}    

}

    
    
    
}







