body,html {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #222;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color: #222;
}

.navbar {
	margin-bottom: 0px;

}
.top-contact a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #222;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default {
    background-color: #fff;
    border-bottom: 2px solid #f25824;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f25824;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.search > .btn-default {
	width: 100%;
}
.btn-info {
    color: #fff;
    background-color: transparent;
    border-color: #f8f9f9;
}
.btn{
	border-radius: 0px;
}
.btn-info:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    border-color: #f8f9f9;
}
.parallax {
	background-image: url(../images/worship_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	padding:100px 0;
}


.visit {
	padding: 50px 0;
	background: black;
	color: white;
}
.parallax h1 {
	/**font-family: 'Archivo Black', sans-serif;**/
	color: #fff;
	text-align: center;
	font-size: 40px;
}

.parallax h2{
	font-weight: 900;
	font-size: 20px;
	color: white;
	text-align: center;
}
/****Jumbotron****/
.jumbotron {
	background:url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:300px 0;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: white;
}
.about {
	background:url(../images/header_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:200px 0;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: white;
}
.services {
	background:url(../images/new-beginning-chapel-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:200px 0;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: white;
}
.whowe {
	background:url(../images/bannerwho.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:200px 0;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: white;
}

.top-contact {
	background-color: #222;
	color: #fff;
}
.worldwide {
	padding: 80px 0;
}
.papa {
	background:url(../images/papa.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.media-section {
    background-image: linear-gradient(288deg, #0058ca, #002453);
    padding: 70px 0;
    color: white;
}
/***Welcome****/
.welcome {
	padding: 70px 0;
}

.mission {
	background-color: #222;
	color: white;
	padding: 70px 0;
}
/***btn default***/
.btn-default {
    color: #222;
    background-color: transparent;
    border-color: #222;
    border-radius: 0px;
    transition: 1s ease-in;
}
.btn-default:hover {
    color: #fff;
    transform: scale(1.2);
    background-color: #F25824;
    border-color: #222;
    border-radius: 0px;
}
/***btn default***/
.btn-primary {
    color: #fff;
    background-color: #28166f;
    border-color: #fff;
    border-radius: 0px;
    transition: 1s ease-in;
}
.btn-primary:hover {
    color: #fff;
    background-color: #28166f;
    border-color: #222;
    border-radius: 0px;
}
/***Footer***/
footer, .footer-bottom {
	background-color: #222;
	padding-top: 10px;
}
.footer-bottom{
	padding-bottom: 10px;
}
/****Youtube****/
.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%;
}
.events .img-responsive {
	padding: 10px 0;
}
footer h3, footer h4, footer p, footer a, .footer-bottom {
	color: white;
}
/* Social Icons */
#social_side_links {
  position: fixed;
  top: 200px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
	display: block;
	max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}

/***Search****/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 99;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

/****Media Screen****/
@media (min-width: 768px) {
	.navbar {
       border-radius: 0px;
   }
}
@media screen and (min-width: 768px) {
   .jumbotron .h1, .jumbotron h1 {
	    font-size: 60px;
	    font-weight: 700;
	    color: white;	
  }
}
@media screen and (max-width: 768px){
	.top-contact h5 {
		text-align: center;
	}
	.jumbotron {
		padding: 150px 0;
	}
	.welcome {
		padding: 20px 0;
	}
	.about, .services {
		padding: 100px 0;
	}

	.parallax {
		
	}
	.parallax h1 {
	/**font-family: 'Archivo Black', sans-serif;**/
	color: #fff;
	text-align: center;
	font-size: 30px;
	}

	.parallax h2{
		font-weight: 900;
		font-size: 20px;
		color: white;
		text-align: center;
	}
}

/***Events****/
.events {

  background-image: linear-gradient(288deg, #f4f4f4, #e0e0e0, #f4f4f4);
    padding: 20px 0;
}
.event-list .info .row{
        padding-left: 10px;
        font-size: 80%;
    }
    
    .event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
  }
  .event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
  }
  .event-list > li > time > span {
   display: block;
    font-size: 13pt;
    font-weight: 900;
    line-height: 1;
  }
  .event-list > li > time > .day {
    display: block;
    font-size: 52pt;
    font-weight: 100;
    line-height: 1;
  }
  .event-list > li time > .month {
    display: block;
    font-size: 13pt;
    font-weight: 900;
    line-height: 1;
  }
 .event-list > li time > .times {
    display: block;
    font-size: 13pt;
    font-weight: 900;
    line-height: 1;
  }
  .event-list > li > img {
    width: 100%;
  }
  .event-list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
  }
  .event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
  }
  .event-list > li > .info > ul,
  .event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .event-list > li > .social > ul {
    margin: 0px;
  }
  .event-list > li > .info > ul > li,
  .event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
        padding: 3px 0px;
  }
    .event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  } 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
  } 
  .event-list > li > .info > ul > li:hover,
  .event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }
  .facebook a,
  .twitter a,
  .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
  }
  .twitter a {
    color: rgb(79, 213, 248) !important;
  }
  .google-plus a {
    color: rgb(221, 75, 57) !important;
  }
  .facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }
  .twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }
  .google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }

  @media (min-width: 768px) {
    .event-list > li {
      position: relative;
      display: block;
      width: 100%;
      height: 120px;
      padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
      display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      float: left;
    }
    .event-list > li > .info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      height: 120px;
      padding: 0px;
      margin: 0px;
    }
    .event-list > li > .info {
      position: relative;
      height: 120px;
      text-align: left;
      padding-right: 40px;
    } 
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
      padding: 0px 10px;
    }
    .event-list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    .event-list > li > .social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
    }
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
    .event-list > li > .social > ul > li {      
      display: block;
            padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }

  .flag{
      width: 50px;
  }

  #myModal .btn-default {
            background-color: #fff;
            border-color: none;
            color: #008751;
        }
        .modal-header {
             min-height: 16.43px;
             padding: 15px;
            border-bottom: none;
          }
         .modal-content {
            background-image: url(../images/rccg_popup.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
           }
          @media screen and (min-width: 768px) {
              .modal-dialog {
                width: 900px;
                margin: 30px auto;
            }
          }
  .events h2 {

     font-size: 18px;
  }
  @media screen and (max-width: 769px){

    .event-list > li > img {
       display: none;
     }
  }




