

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Gorditas', cursive;
*/

body{
    margin:0;
    padding:0;
    float:left;
    width:100%;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Ubuntu', sans-serif !important;

}

a {
    color: #03A9F4;
    text-decoration: none;
}

a:hover {
    color: #03A9F4;
    text-decoration: none;
}

.left{float:left !important;}
.right{float:right !important;}
.mar5{margin:5px}
.mar10{margin:10px}
.height100{height:250px}

.white{color:#fff !important;}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(../iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.header_section {
    margin: 0;
    padding: 50px 0;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 100000;
    height: auto;
}

.header_sec_bg {
    background: #03A9F4 !important;
    position: relative !important;
}

.header_top{
    margin:0;
    padding:0;
    float:left;
    /* width:100%; */
}

.logo {
    margin: 0;
    padding: 0;
    float: left;
}


.logo img {
    margin: 0;
    padding: 0;
    float: left;
    /*width: 45px;*/
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: right;
    color: #BDBDBD;
    margin: 25px 0 0 0;
}

.separator-container {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.jamboo_title {
    margin: 50px 0;
    padding: 0;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.title_section .jamboo_title  h1 {
    margin-bottom: 10px;
}

p.sologan {
    margin: 0;
    text-transform: lowercase;
    font-family: 'Gorditas', cursive;
    font-style: italic;
    font-weight: normal;
    font-size: 25px;
}


.header_section .separator {
    color: #fff;
    margin: 30px auto;
    max-width: 240px;
    text-align: center;
    position: relative;
    font-size: 14px;
}



.header_section .separator:before {
    float: left;
}

.header_section .separator:after {
    float: right;
}


.header_section .separator:before, .header_section .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid #fff;
}


.separator {
    color: #03A9F4;
    margin: 30px auto 70px;
    max-width: 240px;
    text-align: center;
    position: relative;
    font-size: 14px;
}



.separator:before {
    float: left;
}

.separator:after {
    float: right;
}


.separator:before, .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid #03A9F4;
}

.indicator_down {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}


.indicator_down i {

}

.next_event_sector {
    margin: 35px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.next_event_sector .level {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.next_event_sector #countdown_clock {
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 75px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}



.navbar-nav {
    margin: 0;
    padding: 0;
    float: right;
}

.navbar-nav a {
    color: #fff;
}

.navbar-nav .active a {
    color: #ffffff;
    /* background-color: #337ab7; */
    font-weight: bold;
    border-radius: 3px;
}

.navbar-nav li a {
    color: #fff;
    border-radius: 3px;
    margin: 0;
    padding: 9px 35px;
    padding-left: 0;
    font-weight: bold;
}

.navbar-nav li a:focus, .navbar-nav li a:hover {    
    background-color: transparent;
    border-radius: 0;
}

/*.navbar-nav li ul:before {
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99999;
    content: "\f151";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}*/

.navbar-nav li ul {
    margin: 0;
    padding: 0;
    display: none;
    border-radius: 3px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.navbar-nav li ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.navbar-nav li ul li a {
    padding: 10px 15px;
    margin: 0;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
}

.navbar-nav li ul li a:hover {
    color: #03A9F4;
}

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

.navbar-collapse.collapse.in ul.nav.navbar.nav{
    float:left !important;
}

.title_section {
    margin: 0;
    padding: 100px 0 220px 0;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1000;
}


.slider_section {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.slider_section .item img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 828px !important;
}


.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    /* background-image: none !important; */
    /* background-image: none; */
    /* background-image: none; */
    filter: none !important;
    background-repeat: no-repeat !important;
    z-index: 100010;
}

.carousel-control.left i{
    position: absolute;
    top: 375px;
    left: 60px;
    float: left;
    font-size: 50px;
}

.carousel-control.right i {
    position: absolute;
    top: 375px;
    right: 60px;
    float: right;
    font-size: 50px;
}

.carousel-indicators {
    z-index: 1005 !important;
}

.wrapper_section.donate_section {
    margin: 0;
    padding: 80px 0;
    float: left;
    background: #fff;
}

.wrapper_section.donate_section p {
    padding: 25px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f53c2f;
}

.wrapper_section.donate_section span {
    padding: 0 0 18px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f53c2f;
    float: left;
    width: 100%;
}

.wrapper_section.donate_section .btn {
    margin: 50px 0;
    padding: 18px 56px;
    background: #f53c2f;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 2px;
}

.wrapper_section.donate_section .btn i.material-icons {
    vertical-align: middle;
    margin: -2px 5px 0 0;
    /*    font-size: 35px;*/
}



.wrapper_section {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0);
}

.cs_sections{
    margin:0;
    padding:0px;
    float:left;
    width:100%;
}

/*.cs_sections.parallax .content{
    background: rgba(0, 0, 0, 0.25);    
}*/

.cs_sections.parallax .content, .cs_sections .content {    
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 16px;
}

.cs_sections h2 {
    margin: 40px auto 0;
    padding: 10px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #03A9F4;
}

.single .cs_sections h2 {
    margin: 50px auto 50px auto;
    padding: 10px;
    float: none;
    width: 50%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #5bc0de;
    background: #d9edf7;
    color:#505050;
}

.cs_sections .feature_image {
    /* margin: -30px auto 30px; */
    margin: 20px auto;
    padding: 0;
    float: none;
    display: block;
    /* width: 35%; */
}


.cs_sections ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.cs_sections ul li {
    margin: 0;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
    list-style: none;
    color: #777;
}

/* .cs_sections h2:before {
    content: "";
    margin: 15px 0 0 0;
    padding: 0;
    float: left;
    width: 18%;
    border: 2px solid #5bc0de;
    position: absolute;
    left: 81px;
}



.cs_sections h2:after {	
    content: "";
    margin: 15px 0 0 0;
    padding: 0;
    float: left;
    width: 18%;
    border: 2px solid #5bc0de;   
    position: absolute;
    right:81px;
} */

.cs_sections .left_side {
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 60%;
}


.cs_sections .right_side {
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 40%;
}


.cs_sections .left_side p {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    line-height: 25px;
    color: #777777;
    text-align: justify;
}

.cs_sections .right_side img {
    margin: 0;
    padding: 0;
    width: 90%;
    border-radius: 3px !important;
}

.cs_sections .pastors a.read_more {
    color: #fff !important;
    border:0 !important;
}

.cs_sections .pastors a.read_more:hover {
    background: #ffffff !important;
    color: #03A9F4 !important;
    border: 1px solid #039BE5 !important;
}

a.read_more {
    margin: 25px auto;
    padding: 15px 25px;
    float: right;
    border: 1px solid #039BE5;
    background: #03A9F4;
    border-radius: 2px;
    transition: 0.5s;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 150px;
}

a.read_more:hover {
    text-decoration: none;
    background: #FFF;
    color: #03A9F4;
}


.cs_sections .left_side ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.cs_sections .left_side ul li {
    margin: 0;
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
    list-style: none;
    color: #777;
}


.cs_sections .pastors {
    margin-bottom: 30px;
}

.cs_sections .pastors img {
    margin: 10px auto 35px;
    /* padding: 10px; */
    float: none;
    width: 150px !important;
    height: 150px !important;
    border-radius: 3px;
    display: block;
    transition: 0.5s;
    overflow: hidden;
    /* box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
    /* border: 1px solid #03A9F4; */
}

.cs_sections .pastors img:hover {
}


.cs_sections .pastors h4 {
    margin: 8px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #03A9F4;
}

.cs_sections .pastors h3 {
    margin: 8px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #03A9F4;
}

.cs_sections .pastors a {
    color: #03A9F4;
}

.cs_sections .pastors h5 {
    text-align: center;
    font-weight: bold;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cs_sections .pastors h6 {
    text-align: center;
    font-weight: bold;
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cs_sections .pastors ul {
    margin: -10px auto 25px;
    padding: 10px;
    padding-left: 26%;
    float: left;
    width: 100%;
}

.cs_sections .pastors ul li {
    margin: 0;
    padding: 10px 10px;
    float: left;
    list-style: none;
    width: auto !important;
}

.cs_sections .pastors ul li span {
    margin: 0;
    padding: 0;
    width: 20%;
    font-size: 20px;
    border-radius: 3px;
}

.cs_sections .pastors ul li span i {    
    font-size: 25px;
}

.cs_sections .seminar h4 a {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0 5px;
    float: left;
    width: 100%;
}

blockquote {    
    font-size: 35px;
}

.google{color:#dd4b39;}
.facebook{color:#3b5998;}
.twitter{color:#55acee;}
.youtube{color:#e52d27;}


.box {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #03A9F4;
    /* box-shadow: 0px 0px 15px 1px #d2d2d2; */
    /* box-shadow: 0 2px 2px 0 #03A9F4, 0 3px 1px -2px #03A9F4, 0 1px 5px 0 #03A9F4; */
    border-radius: 5px;
}

.box_header {
    margin: 0 0 10px 0;
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 5px solid #ffffff;
    text-align: center;
    color: #ffffff;
}


.box_body {
    margin: 0 0 0 0;
    padding: 10px 25px;
    float: left;
    width: 100%;
    color: #ffffff;
}

.cs_sections h3 {
    margin-bottom: 35px;
    padding: 0;
    font-weight: bold;
    text-align: center;
}


.footer_section {
    margin: 20px 0 0 0;
    padding: 30px;
    float: left;
    width: 100%;
    background: #03A9F4;
    border-top: 3px solid #03A9F4;
}


.footer_widget {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 4px;
    /* background: #d9edf7; */
}


.footer_credit {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #337ab7;
    color: #fff;
}


.footer_credit .left_side {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}


.footer_credit .left_side ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.footer_credit .left_side ul li {
    margin: 5px 5px;
    padding: 5px 10px;
    float: left;
    list-style: none;
    color: #ffffff;
    text-align: center;
}


.footer_credit .left_side ul li a{


}

.footer_credit .left_side ul li a:hover{

}

.footer_credit .right_side {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}


.footer_credit .right_side p {
    margin: 0;
    padding: 10px;
    float: right;
    font-weight: bold;
    font-size: 12px;
}


.footer_credit .right_side p a{
    margin: 0;
    padding: 0;
    float:left;

}


.footer_credit .right_side p a:hover{

}

.extra_space{padding:60px 0;}
.extra_space_sm{padding:30px 0;}
.extra_space_xs{padding:15px 0;}
.about{background:transparent;}



.map{padding:0;}

.column {
    margin: 5px;
    padding: 5px;
    float: left;
}

.column input, .column textarea {
    margin: 5px;
    padding: 10px;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 3px;
    background: rgba(245, 245, 245, 0.25);
    color: #fff;
}


.column input#submit {
    margin: 0 auto;
    float: none;
    display: block;
    width: 200px;
    padding: 15px 15px;
    font-size: 15px;
    font-weight: bold;
    background: #03A9F4;
    color: #fff;
    border: 0;
}

.one {
    width:97.5%;
}

.one-second {
    width:48%;
}

/**************************/
/************ Parallax Color Off Here **************/

.cs_sections.parallax h2 {
    color: #fff;
    margin: 80px auto 0 !important;
}

.parallax .separator{color:#fff !important}

.parallax .separator:before, .parallax .separator:after {    
    border: 1px solid #fff;
}

.parallax p {
    color: #fff;    
    line-height: 26px;
    /*font-size: 1.3em;*/
}

.parallax a.read_more {
    margin: 10px;
    padding: 15px 25px;
    float: right;
    border:0; 
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    border-radius: 2px;
    transition: 0.5s;    
    font-weight: bold;
    font-size: 13px; 
}


.parallax a.read_more:hover {
    margin: 10px;
    padding: 15px 25px;
    float: right;
    border:0; 
    border: 1px solid #039BE5;
    background: #03A9F4;
    color: #fff;
    border-radius: 2px;
    transition: 0.5s;    
    font-weight: bold;
    font-size: 13px; 
}


.cs_sections .tab-pane{
    width: 100%;
    padding-top: 50px;
}

.event_body .event_content h4 {    
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
}

.event_body .event_content h4 span.btn{
    border: 1px solid rgba(255, 255, 255, 0.65);
    margin-left: 15px;
}

.event_body .event_content h4 span.btn a{
    color:#fff;
}


.church_time h3, .event h3, .prayer_request h3 {
    text-align: left !important;
    color: #fff;
}

.church_time .extra_space, .event .extra_space,  .prayer_request .extra_space{
    padding: 20px 0;
}

.parallax .box {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow:none;
    border-radius: 1px;
}

.parallax .box_body h1, .parallax .box_body h2, .parallax .box_body h2, .parallax .box_body h4, .parallax .box_body h5, .parallax .box_body h6{
    margin: 20px 0;
    color: #5D6874;
}


.parallax .box p {
    color:#525252;
}

.parallax .prayer_request .box_body, .parallax .event .box_body, .parallax .sermon .box_body, .parallax .church_time .box_body  {
    height: 500px;
    max-height: 500px;
    overflow-y: auto;
}

.parallax .box.prayer_request, .parallax .box.event, .parallax .box.sermon, .parallax .box.church_time {
    /* max-height: 500px; */
    overflow-y: hidden;
}



.prayer_request h4, .event h4, .church_time h4 {
    /* margin-right: 5px !important; */
    /* display: block; */
    padding: 15px 25px;
    float: left;
    width: auto;
    text-align: center;
    color: #ffffff;
    /* font-weight: bold; */
    margin: 0 !important;
    background: linear-gradient(60deg, rgba(3, 169, 244, 0.7), rgba(142, 36, 170, 0));
}

.prayer_request .content, .event .content, .church_time .content {
    margin: 0;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.prayer_request h4 .fa-fw, .event h4 .fa-fw, .church_time h4 .fa-fw {    
    border-right: 2px solid #fff;
    padding-right: 5px;
}


.prayer_request p.elements, .event p.elements, .church_time p.elements {
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    margin-left: 0px;
}


.prayer_request p, .event p, .church_time p {
    text-align: left;
}

.prayer_request h4.icon, .event h4.icon, .church_time h4.icon {
    text-align: left;
    margin: 0;
    color: #ffffff;
}

.prayer_request h4, .event h4, .church_time h4 {
    text-align: left;
    color: #fff;
    margin: 8px 0 18px 0;
}



.gallery .fancybox {
    margin: 0;
    padding: 0;    
}

.gallery .fancybox img {
    width: 100%;
    height: 230px;
    margin-bottom: 25px;
    border-radius: 3px;
}


p.copyright_text {
    text-align: center;
    font-weight: bold;
    color: #555;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    float: left;
}

.owl-nav {

    display: none;
}

.owl-prev, .owl-next {
    margin: 0;
    padding: 10px 5px;
    font-size: 15px;
}

.owl-prev{
    float:left;
}

.owl-next {
    float:right;
}

.owl-dots {
    margin: 30px 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;	
}

.owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #03A9F4;
}

.carousel-indicators li {    
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 11px !important;
    height: 11px !important;
    margin: 0;
    background-color: #03A9F4 !important;
    border: 0 !important;
}


ul.nav.nav-tabs.tab {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    border-bottom: 0px solid #03A9F4;
    transition: 0.3s;
}

ul.nav.nav-tabs.tab li {
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
}

ul.nav.nav-tabs.tab li a {
    padding: 15px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
}

ul.nav.nav-tabs.tab li a:hover {
    color: #03A9F4;
}

ul.nav.nav-tabs.tab li.active a, ul.nav.nav-tabs.tab li a:hover {
    color: #03A9F4;
    background: rgba(255, 255, 255, 0);
}

.tab-pane {
    padding: 100px 0;
    min-height: 1000px;
    float: left;
}

/* Calender */

.fc-view-container {
    margin: 0;
    padding: 35px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 2px;
}

.fc th {
    border-style: solid;
    border-width: 0px !important;
    padding: 15px 10px !important;
    vertical-align: top;
    font-size: 18px !important;
    color: #2683c1;
    text-align: left !important;
}

.fc td, .fc th {    
    border-width: 0px !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 15px 0 0 15px !important;
    color: #03A9F4;
}

.fc-unthemed td.fc-today .fc-day-number {
    /* background: #03A9F4 !important; */
    color: #fff !important;
}

.fc-unthemed td.fc-today {
    background: #03A9F4 !important;
    color: #fff !important;
}

.fc-event, .fc-event-dot {
    background-color: #03A9F4 !important;
    border: 0 !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 15px !important;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0 !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #d9edf7 !important;
}

/**** Pastor View ****/
.person-view {
    margin: 0;
    padding: 15px;
    float: left;
    width: 100%;
}

.person-view img {
    margin: 0 auto;
    padding: 15px;
    float: none;
    width: 23%;
    display: block;
    border-radius: 100%;
}

.person-view h4 {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
}

.person-view h5 {
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.person-view p{
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.person-view p.left {
    width: 100%;
    text-align: left !important;
}

.person-view ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 40%;
    float: left;
}

.person-view ul li{
    margin: 0;
    padding: 0;
    float: left;
    width: 10%;
}

.person-view ul li a{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.person-view .table tbody tr td {
    font-size: 13px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.sermon .social_media {
    margin: -27px 0 0 -50px;
    float: none;
    display: block;
}


.sermon a.socialbtn {
    float: left;
    margin: 0 10px 0 0;
    padding: 7px 10px;
    text-align: center !important;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8f3460;
    color: #fff;
}


.person-view .social_media {
    margin: -27px 0 0 -50px;
    float: none;
    display: block;
}


.person-view a.socialbtn {
    float: left;
    margin: 0 10px 0 0;
    padding: 7px 10px;
    text-align: center !important;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8f3460;
    color: #fff;
}


.footer .social_media {
    margin: -27px 0 0 -50px;
    float: none;
    display: block;
}


.footer a.socialbtn {
    float: left;
    margin: 0 10px 0 0;
    padding: 7px 10px;
    text-align: center !important;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8f3460;
    color: #fff;
}

.allperson ul.pagination {
    padding: 50px 0 0 25px;
}

.allperson-view ul.pagination {
    padding: 25px;
    width: 100%;
}

.allperson ul.pagination li{
    width: auto !important;
    font-size: 18px;
}

.allperson ul.pagination li a {
    font-size: 18px;
    color: #03A9F4;
    border: 0;
    background: #EEEEEE;
    padding: 10px 20px;
}

.allperson ul.pagination li.active a{
    background:#03A9F4;
    color:#fff;
    border:0;
}

.cs_sections h3.people-view-link {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
}

.cs_sections h3 a.people-view-btn {
    border: 3px solid;
    padding: 10px 20px;
    border-radius: 3px;
}



/* All Event and All Home Pagination Style In Home */
ul.pagination {
    padding: 50px 0 0 25px;
}

ul.pagination li {
    width: auto !important;
    font-size: 18px;
}

ul.pagination li a {
    font-size: 18px;
    color: #03A9F4;
    border: 0;
    background: #EEEEEE;
    padding: 10px 20px;
}

ul.pagination li.active a {
    background: #03A9F4;
    color: #fff;
    border: 0;
}

/* Sermon */
.sermon {
    margin: 15px 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #fff;
}

.sermon .left {
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
}

.sermon .left img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.sermon .center {
    margin: 0;
    padding: 25px 30px 10px;
    float: left;
    width: 55%;
}

.sermon .center .title {
    margin: 0 0 10px 0 !important;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: #50a4f0;
}

.sermon .center .elements {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #757575;
}

.sermon .right {
    margin: 0;
    padding: 25px 15px 10px;
    float: left;
    width: 20%;
}

.sermon .right .btn {
    border:1px solid #fff !important;
    color:#fff !important;
    background: #50a4f0;
}

.sermon .right .btn a {    
    color:#fff !important;
}

.sermon .right .btn:hover a {    
    color:#50a4f0 !important;
}

.sermon .right .btn:hover {
    border:1px solid #50a4f0 !important;
    color:#50a4f0 !important;
    background: #fff;
}


/* Seminar,Event,Prayer Page Style In Home */
.seminar {
    margin: 20px 0 30px;
    float: left;
    width: 100%;
}

.seminar img {
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 35vh;
    border-radius: 0.3em;
}

.seminar.single img {
    margin: 10px 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 50vh;
    border-radius: 0.3em;
}

.seminar h5 {
    float: left;
    width: 100%;
}

.seminar h5 span {
    float: left;
    padding: 4px 0;
    font-size: 12px;
    margin: 0 20px 0 0;
    font-weight: bold;
    color: #757575;
}


.seminar.single h4 a {
    font-size: 35px;
    font-weight: bold;
    margin: 18px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}


.seminar h4.title {
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.seminar h4 a {
    font-size: 35px;
    font-weight: bold;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
}

.seminar-view span.quatation {
    margin: 30px 0 50px;
    font-size: 25px;
    color: #78909C;
    text-align: center;
    float: left;
    width: 100%;
}

.seminar-view span.quatation .fa {
    margin: 0 10px;
    font-size: 36px;
    color: #E0E0E0;
}

.seminar-view p {
    line-height: 26px;
}

.prayer-view h4.title {    
    padding: 30px;
}

.prayer-view h4.title a {
    font-size: 35px;
    font-weight: bold;
    margin: 5px 0 0 0;
    float: left;
    width: 80%;
}

.prayer-view p {
    line-height: 25px;
    background: #F5F5F5;
    padding: 30px;
    font-size: 15px;
    text-align: justify;
}

.prayer-view h4.title span.title-icon {
    float: left;
    /* width: 10.5%; */
    /* height: 50px; */
    padding: 2% 0 0 3%;
    font-size: 27px;
    /* border: 1px solid; */
    /* background: #03A9F4; */
    color: #d8d8d8;
    border-radius: 100%;
    margin-right: 15px;
}

.page-view.single p {
    font-size: 15px;
    line-height: 25px;
}


/*Responsive Style Start Here*/
@media screen and (max-width: 600px) {
    .navbar-nav {    
        float: left !important;
    }
    .navbar-collapse {
        border-top: 0px !important;
        webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .navbar-collapse.collapse.in {
        border-radius: 3px;
        margin-top: 25px;
        background: #4f4c44;
    }

    .slider_section .item img {    
        height: 500px !important;
    }
    .title_section {
        padding: 100px 0 75px 0;
    }
    .title_section .jamboo_title h1 {    
        font-size: 50px;
    }
    p.sologan { 
        font-size: 20px;
    }
    .next_event_sector {
        margin: 0;    
    }
    .next_event_sector .level {    
        font-size: 20px;
    }
    .next_event_sector #countdown_clock {    
        font-size: 35px;
    }
    .seminar {   
        width: 100%;
    }

    p.breadcrumb {
        width: 100%;
        margin: 20px 0;
    }

    .allperson h2 {
        color: #4f4c44;
        width: 100%;
        margin: 10px 0;
        float: left;
    }

    .person-view img {   
        width: 50%;
    }

    .person-view h4 {    
        font-size: 30px;
    }

}

/*Responsive Style Start Here*/
@media screen and (max-width: 320px) {

    .header_section {    
        padding: 25px 15px;    
    }

    .logo img {    
        width: 30px;
    }

    .navbar-nav {    
        float: left !important;
    }
    .navbar-collapse {
        border-top: 0px !important;
        webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .navbar-toggle {
        position: absolute;
        float: right;
        padding: 0;
        top: -30px;
        right: 0;
    }
    .navbar-collapse.collapse.in {
        border-radius: 3px;
        margin-top: 25px;
        background: #4f4c44;
    }

    .slider_section .item img {    
        height: 300px !important;
    }
    .title_section {
        padding: 20px 0 65px 0;
    }
    .title_section .jamboo_title h1 {    
        font-size: 20px;
    }
    p.sologan { 
        font-size: 12px;
        font-weight:normal !important;
        font-style: normal !important;
        font-family: 'Ubuntu', sans-serif !important;
    }
    .next_event_sector {
        margin: 0;    
    }
    .next_event_sector .level {    
        font-size: 12px;
        font-weight:normal !important;
        font-style: normal !important;
    }
    .next_event_sector #countdown_clock {    
        font-size: 12px;
        font-weight:normal !important;
        font-style: normal !important;
    }
    .seminar {   
        width: 100%;
    }

    .cs_sections h2 {
        margin: 10px auto 0;
        padding: 5px;
        width: 100%;
        text-align: center;
        font-weight: normal; 
        font-size: 30px;
    }

    .breadcrumb {    
        margin: 25px 0;
        width: 100%;
    }

    .person-view img {   
        width: 75%;
    }

    .person-view h4 {    
        font-size: 30px;
    }

}
