/* =============================================================================
 * body
 * ========================================================================== */

body {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

.page {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

/* =============================================================================
 * Home
 * ========================================================================== */

/* --------------- Browser Support ------------------ */
.browser-support {
    display: none;
    visibility: hidden;
    height: 0;
}

.ie8 .browser-support, .ie7 .browser-support, .ie6 .browser-support, .sf5 .browser-support, .sf6 .browser-support {
    display: block;
    visibility: visible;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #FFFFCC;
    height: 40px;
    font-size: 12px;
}

.h1-header h1 {
    color: #fff;
    font-weight: 100;
    font-size: 83px;
    line-height: 90px;
}

.h1-header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.blue-back figure {
    background-color: rgb(77, 193, 196);
}

.about-vid a:after {
    font-family: 'FontAwesome';
    content: '  ';
    margin-right: 0px;
    color: #fff;
}

.border-btn a {
    color: #fff !important;
}

.feature-p p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    color: #5A5A5A;
}

.about-vid a {
    color: #fff !important;
}

.buttonBar {
    visibility: hidden;
}

.notmuted .buttonBar {
    visibility: visible;
}

.notmuted .muted {
    display: none;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    color: #868686;
    width: 100%;
    display: inline-block;
    font-size: 20px;
}

.divider:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
    content: '';
    position: absolute;
    width: 94.9%;
    top: 15px;
    height: 0;
    border-top: 1px solid #C3C3C3;
}

.divider:after {
    left: 55% !important;
    right: 0;
    margin-left: 20px;
    content: '';
    position: absolute;
    width: 95%;
    top: 15px;
    height: 0;
    border-top: 1px solid #C3C3C3;
}

.home-page .header-logo {
    visibility: hidden;
    height: 0;
    position: absolute;
    left: -1000px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.home-page .header-logo.fixed {
    visibility: visible;
    height: auto;
    position: relative;
    left: 0;
}

.header-logo {
    margin-top: 3px;
    float: left;
    width: 230px;
    /*margin-bottom: -12px;*/
    margin-right: 20px;
}

.small-group p {
    color: #fff !important;
}

.sermon-times p {
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
}

.sermon-times {
    position: relative;
    float: left;
}

.footer-sermon-times p {
    font-size: 12px;
    font-weight: 800;
}


.center-share .share-boxes {
    text-align: center !important;
}

/* =============================================================================
 * Event
 * ========================================================================== */
.event-rule {
    border-bottom: 1px solid #ededed;
    padding: 20px 0 20px 0;
}

.event img {
    float: left;
}

.date {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
    color: rgb(127, 127, 127);
}

time {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 5px;
    color: rgb(155, 155, 155);
}

.day {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
    color: rgb(127, 127, 127);
}

.event h2 {
    margin-bottom: 15px;

    font-weight: 100;
    text-transform: uppercase;
}

.push1-sermons {
    margin-right: 8.333333%;
}

.nw-events img {
    width: 100%;
}

.nw-events h2 {
    margin-bottom: 5px;
    font-weight: 100;
    line-height: 28px;
    font-size: 24px !important;
    text-transform: uppercase;
}

figcaption {
    position: relative;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    background-color: rgba(77, 193, 196, 0.63);
    margin-top: -26px;
}

.nw-events img:hover {
    opacity: .4;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

.event-info-bar {
    padding: 0 0 0 0;
}

.nw-events h2 {
    height: 100px;
}

.event-contain img {
    background-color: rgb(77, 193, 196);
    margin-bottom: 5px;
}

.event .image_container {
    background-color: rgb(77, 193, 196);
}

/* =============================================================================
 * Event home page
 * ========================================================================== */

.home-event img {
    position: relative;
    float: left;
    width: 25%;
}

.ce_text {
    display: block;
}

.home-event img:hover {
    opacity: .6;
}

/* =============================================================================
 * About
 * ========================================================================== */
.leader-header h1 {
    color: #fff;
    font-size: 75px;
    margin-top: 35px;
}

.leader-header h6 {
    color: #fff;
    font-size: 35px;
    margin-top: -15px;
}

.history-header h2 {
    color: #fff;
}

.bio-text {
    border-top: 5px solid #000000;
    padding: 50px 0 25px 0;
    border-bottom: 1px solid #C7C7C7;
    width: 48% !important;
}

.bio-image img {
    padding: 0 100px 0 0;
}

.white-hr hr {
    border: 0;
    height: 0;
    margin: 0;
    border-top: 1px solid #FFFFFF;
}

.rm-padding p {
    padding: 0 15px 0 15px;
}

.about-header {
    position: relative;
    top: -140px;
}

.staff-members figure {
    background-color: rgb(77, 193, 196);
}

.staff-members a img:hover {
    opacity: .4;
    -webkit-transition: opacity .25s ease;
}

.staff-members h6 {
    color: #555A5F;
    margin: 10px 0px 5px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
}

/* =============================================================================
 * Small Group
 * ========================================================================== */
.boy-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d4772+0,53cbf1+51,07ffea+100 */
    background: #3d4772; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q0NzcyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA3ZmZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3d4772), color-stop(51%, #53cbf1), color-stop(100%, #07ffea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* IE10+ */
    background: linear-gradient(135deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4772', endColorstr='#07ffea', GradientType=1); /* IE6-8 fallback on horizontal gradient */
}

.girl-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#525399+4,d859ff+52,ff0793+100 */
    background: #525399; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjNTI1Mzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZDg1OWZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDc5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #525399 4%, #d859ff 52%, #ff0793 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(4%, #525399), color-stop(52%, #d859ff), color-stop(100%, #ff0793)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #525399 4%, #d859ff 52%, #ff0793 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #525399 4%, #d859ff 52%, #ff0793 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #525399 4%, #d859ff 52%, #ff0793 100%); /* IE10+ */
    background: linear-gradient(135deg, #525399 4%, #d859ff 52%, #ff0793 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525399', endColorstr='#ff0793', GradientType=1); /* IE6-8 fallback on horizontal gradient */
}

.gradiant-overlay .teaser-v2 p {
    padding: 0 !important;
}

/* =============================================================================
 * Sermon series
 * ========================================================================== */

.sermon-video figure {
    background-color: #fff;
    padding: 0 12px 0 0;
}

.sermon-video a:hover {
    font-family: 'FontAwesome';
    content: ' ';
}

.sermon-video img:hover {
    opacity: .4;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

.sermon-content {
    margin-bottom: 50px;
    padding: 10px 0 0 0;
}

.sermon-content h5 {
    text-transform: uppercase;
}

.sermon-date {
    position: relative;
}

.sermon-date .day {
    font-size: 14px;
    color: rgb(155, 155, 155);
}

.sermon-date .month {
    font-size: 14px;
    color: rgb(155, 155, 155);
}

.sermon-date .year {
    font-size: 14px;
    color: rgb(155, 155, 155);
}

/* =============================================================================
 * Dance
 * ========================================================================== */
.date-loc-cost {
    margin: -90px 0 0 0;
}

.production-images {
    margin-top: -100px;
}

.image_container_img {
    padding: 0 0 0 0;
}

/* =============================================================================
 * Worship
 * ========================================================================== */
.band-members h6 {
    font-size: 18px;
    font-weight: 100;
    margin: 5px 0 0px 0;
    line-height: 23px;
}

.band-members p {
    font-size: 12px;
    margin: 0px 0 16px 0;
}

.push-acoustic {
    margin-left: 38.666667%;
}

.lessons-text p {
    color: #5D5D5D !important;
}

.lessons-text h4 {
    color: #5D5D5D !important;
}

/* =============================================================================
 * Serving
 * ========================================================================== */
.light-grey-back {
    background: rgba(0, 0, 0, 0.07);
}

.push1-teams {
    margin-left: 13%;
}


.give-button {
    background: rgb(77, 193, 196);
}

.push-contact {
    margin-left: 25.666667%;
}

.news-header img {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* =============================================================================
 * Forms
 * ========================================================================== */

.form-style h2 {
    margin-bottom: 20px;
    font-size: 32px;
    margin-top: 4px;
    line-height: 34px;
    font-weight: 100;
}

/* =============================================================================
 * Giving
 * ========================================================================== */

.give-home {
    float: right;
    padding: 8px;
    color: aqua !important;
}

.register-icon h1 {
    margin-bottom: 6px;
    font-size: 102px;
    padding-top: 0;
    line-height: 46px;
    font-weight: 100;
    color: #A2A2A2;
}

.grey-back {
    background: rgba(0, 0, 0, 0.13);
    border-radius: 0;
}

.help-link p {
    font-size: 11px;
    margin: 7px 6px 0 0;
    float: right;
    color: #A2A2A2;
}

.greybackground {
    padding: 10px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 0;
}

/* =============================================================================
 * Blog
 * ========================================================================== */
.blog-style {
    margin-bottom: 75px;
}

.newsteaser .blog-date {
    background: rgb(77, 193, 196);
    position: relative;

    /* top: 20px; */
    bottom: -17px;
    color: #fff;
    margin: 0 0 35px 0;
    padding: 4px;
    text-align: center;
    line-height: 1.3;
    width: 50px;
}

.blog-date {
    background-color: #fff;
    width: 45px;
    position: absolute;
    top: 15px;
    height: 65px;
    left: 3px;
    z-index: 1;
    margin: 0 0 0 0px;
    text-align: center;
}

.blog-img a img:hover {
    opacity: .3;
    -webkit-transition: opacity .25s ease;
}

.blog-img {
    padding-left: 0 !important;
    padding-right: 0 !important; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d4772+0,53cbf1+51,07ffea+100 */
    background: #3d4772; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q0NzcyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNTNjYmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA3ZmZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3d4772), color-stop(51%, #53cbf1), color-stop(100%, #07ffea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* IE10+ */
    background: linear-gradient(135deg, #3d4772 0%, #53cbf1 51%, #07ffea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d4772', endColorstr='#07ffea', GradientType=1); /* IE6-8 fallback on horizontal gradient */
}

.blogpage img:hover {
    opacity: .2;
}

.two_fifth_sidebar {
    width: 31% !important;
}

.blog-date .day {
    font-size: 32px;
    color: #4DC1C4;
    line-height: 50px;
    font-weight: 700;
}

.blog-date .month {
    font-size: 16px;
    text-transform: uppercase;
    color: #4DC1C4;
}

.blog-heading-grid {
    width: 92% !important;
    top: 13px;
    z-index: 1;
}

.blog-date-grid {
    width: 7.9% !important;
    z-index: 1;
}


.event-sidebar .event {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.event-sidebar h6 {
    border-bottom: 1px solid #BDBDBD;
    padding: 5px 0 10px 0px;
}


.sermon-sidebar .newslist-v2 .image_container {
    margin: 10px;
}

.newslist-sermon-sidebar .image_container {
    background-color: rgb(77, 193, 196);
}


.blog-details .date {
    background-color: rgb(77, 193, 196);
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin: 0 0 0px 0 !important;
}

.blog-details .date-line {
    border-bottom: 2px solid #4DC1C4;
    margin: 0 0 10px 0;
}

.back {
    display: none;
    width: 100px;
    padding: 8px 4px 8px 4px;
    color: #fff;
    margin: 10px;
    background-color: rgb(77, 193, 196);
}

.back a {
    color: rgb(255, 255, 255);
    padding: 8px 8px 8px 6px;
}

.blogpage .newslist-v2 .news-content-v2 {
    position: relative;
    padding-top: 10px;
    padding-left: 25px;
}

.blogpage .newslist-v2 {
    border-bottom: 1px solid rgba(77, 193, 196, 0.20);;
    padding: 10px 0 30px 0;
}

.blogpage img {
    opacity: .6;
}

.blogcolor .image_container {
    background-color: #0033FF;
}

.email-form {
    margin-top: 25px;
}

.email-form p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.email-form input, textarea, select {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    transition: all 0.15s linear 0s;
    width: 30%;
    margin-bottom: 0px;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
    width: 130px;
    height: 100px;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

.shrink-header #top-wrapper.fixed .logo {
    width: 100px;
    height: 70px;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
    .logo {
        width: 100px;
        height: 70px;
    }

    .align-left {
        text-align: center !important;
    }

    .align-right {
        text-align: center !important;
    }
}

/* =============================================================================
 * logo
 * ========================================================================== */


.logo {
    position: absolute;
    left: 40px;
    width: 210px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
}

.logo a {
    background-image: url(../img/logo.png);
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
}

.logo-home {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    width: 100%;
    margin-left: -10px;
}


/* =============================================================================
 * headerimage on content_page
 * ========================================================================== */

.content_page #slider .inside {
    min-height: 250px;
    background-image: url(../img/header.jpg);
    background-size: cover;
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#fix-wrapper {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

/* =============================================================================
 * header
 * ========================================================================== */

#header {
    width: 100%;
    top: 3px;
    z-index: 1;
    position: relative;
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
}


#header .inside {
    padding-left: 40px;
    padding-right: 40px;
}

#menu-toggle {
    position: absolute;
    top: -3px;
    right: 28px;
    z-index: 99;
    width: 52px;
    height: 52px;
    text-align: center;
    display: block;
}

#menu-toggle a {
    font-size: 35px;
    color: #fff;
    border-bottom: none;
    text-align: center;
}

#menu-toggle a:hover, .mm-menu a:hover, .mm-subopen:hover {
    color: #4dc1c4;
}

.give-link {
    position: absolute;
    top: 15px;
    right: 80px;
    display: flex;
}

.give-link a {
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-right: 10px;
}


/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
    background: rgb(255, 255, 255);
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {


    font-family: 'Open Sans', sans-serif;

}

h1 {
    margin-bottom: 5px;
    font-size: 40px;
    padding-top: 0;
    line-height: 46px;
    font-weight: 100;
}

h2 {
    margin-bottom: 0;
    font-size: 32px;
    margin-top: 4px;
    line-height: 42px;
    font-weight: 100;
}

h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 100;
}

h4 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 28px;
    font-weight: 100;
}

h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #555555;
    line-height: 25px;
    font-weight: 100;
}

h6 {
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 100;
    color: #969696;
}

/*p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}*/

hr {
    border: 0;
    height: 0;
    margin: 0 0 5px 0;
    border-top: 1px solid #E6E6E6;
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */

#top .inside,
#header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#main .mod_article:not(.autogrid) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#main .mod_article.fullwidth,
#main .mod_article.smallwidth {
    max-width: 100%;
}

#top .inside,
#header .inside,
#footer .inside,
#bottom .inside,
.mod_breadcrumb,
body.sidebar #container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside {
    padding-left: 40px;
    padding-right: 40px;
}

.boxed-content .contentwrap {
    padding-left: 0px;
    padding-right: 0px;
}

#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth) {
    padding-left: 0px;
    padding-right: 0px;
}

#main .mod_article {
    /*margin-top: 40px;
    margin-bottom: 40px;*/
}

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
    width: 100%;
    z-index: 1000;
    position: fixed;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    background: url(/files/cto_layout/img/top-bg.png);
    height: 65px;
}

#top-wrapper.fixed {

}

#top {
    position: relative;
    z-index: 10;
    font-size: 0.85rem;
    line-height: 19px;
    /*border-bottom: 1px solid rgba(210,210,210,0.5);*/
    overflow: hidden;
    max-height: 40px;
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    /*background: rgba(255,255,255,0.2);*/
}

#top-wrapper.fixed #top {
    max-height: 0;
    overflow: hidden;
}

#top:hover {
    overflow: visible;
}

#top .inside {
    padding-left: 40px;
    padding-right: 40px;
}

#top .meta-nav:last-of-type {
    border-left: 1px solid rgba(210, 210, 210, 0.5);
}

#top,
#top a {
    color: rgb(255, 255, 255);;
}

/* =============================================================================
 * mod_top_mail
 * ========================================================================== */

#top .mod_top_mail a {
    float: right;
    padding: 8px;
    /*border-right: 1px solid rgba(210,210,210,0.5);*/
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

#top .mod_top_mail i {
    margin-right: 5px;
}

#top .mod_top_mail a:hover {
    background: rgb(77, 193, 196);
    color: #fff !important;
}

/* =============================================================================
 * mod_top_phone
 * ========================================================================== */

#top .mod_top_phone {
    float: right;
    padding: 8px;
    border-right: 1px solid rgba(210, 210, 210, 0.5);
}

#top .mod_top_phone i {
    margin-right: 5px;
}

/* =============================================================================
 * top-mod_socials
 * ========================================================================== */

#top .mod_socials {
    overflow: hidden;
    float: left;
    padding: 8px;
    margin: 5px;
}

#top .mod_socials a {
    /* border-right: 1px solid rgba(210,210,210,0.5); */
    display: block;
    float: left;
    text-align: center;
    padding-right: 13px;
    color: aqua;
}

#top .mod_socials a:first-child {
    /*border-left: 1px solid rgba(210,210,210,0.5);*/
}

#top .mod_socials a i {
    line-height: 35px;
    width: 35px;
    font-size: 16px;
}

/* =============================================================================
 * top-mod_langswitcher
 * ========================================================================== */

#top .mod_langswitcher {
    position: relative;
    float: right;
    /*	border-right: 1px solid rgba(210,210,210,0.5);*/
}

#top .mod_langswitcher span {
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

#top .mod_langswitcher span i {
    margin-right: 5px;
}

#top .mod_langswitcher span:hover {
    background: rgb(77, 193, 196);
    color: #fff;
}

#top .mod_langswitcher ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid rgb(230, 230, 230);
}

#top .mod_langswitcher ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: rgb(57, 57, 57);
}

#top .mod_langswitcher ul li a:hover {
    background: #f2f2f2;
    color: rgb(77, 193, 196);
}

#top .mod_langswitcher:hover ul {
    display: block;
}

/* =============================================================================
 * top-search
 * ========================================================================== */

#top .mod_search {
    float: right;
    border-right: 1px solid rgba(210, 210, 210, 0.5);
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

#top .ce_search_label i {
    margin-right: 5px;
}

#top .mod_search:hover {
    background: rgb(77, 193, 196);
    color: #fff;
}

#top .mod_search .search-content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(197, 43, 93, 0.9);
    z-index: 100;
    display: none;
}

#top .mod_search .search-content:before {
    content: '';
    height: 50%;
    display: block;
    margin-bottom: -120px;
    box-sizing: inherit;
}

#top.show-search .mod_search .search-content form {
    display: block;
}

#top .mod_search form {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    display: none;
    text-align: center;
}

#top.show-search .mod_search .search-content {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#top.show-search {
    overflow: visible !important;
}

#top .mod_search .close-window i {
    position: fixed;
    right: 50px;
    top: 50px;
    color: #fff;
    font-size: 20px;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

#top .mod_search input:not(.submit) {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    width: 100%;
    float: none;
    padding: 0;
}

#top .mod_search input.submit {
    margin: 25px auto 0 auto;
    float: none;
    width: auto;
    background: transparent;
    border-color: #fff;
    color: #fff;
    transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
}

#top .mod_search input.submit:hover {
    background: rgba(255, 255, 255, 0.3);
}

#top .mod_search .label {
    display: block;
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

/* =============================================================================
 * top-login
 * ========================================================================== */

#top .mod_login_top {
    float: right;
    border-right: 1px solid rgba(210, 210, 210, 0.5);
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

#top .mod_login_top i {
    margin-right: 5px;
}

#top .mod_login_top:hover {
    background: rgb(77, 193, 196);
    color: #fff;
}

#top .mod_login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    z-index: 100;
    display: none;
    max-width: 100%;
    margin: 0;
    color: rgb(57, 57, 57);
}

#top .mod_login.show form {
    display: block;
}

#top .mod_login form {
    max-width: 500px;
    margin: 0 auto;
    display: none;
    background: rgb(255, 255, 255);
    padding: 80px;
    border-radius: 0 0 5px 5px;
    position: relative;
}

#top .mod_login form table {
    width: 100%;
}

#top .mod_login form table td {
    padding: 10px 0;
}

#top .mod_login.show form {
    display: block;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
}

#top .mod_login.show {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

#top .mod_login .close-window-login i {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 16px;
    border: 3px solid rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 0.95);
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

#top .mod_login form div {
    margin: 0;
}

/* =============================================================================
 * slider section on content_page
 * ========================================================================== */


body.content_page #slider .image_container {
    margin: 0;
}

body.content_page #slider .image_container img {
    width: 100%;
}

body.content_page #slider .ce_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* =============================================================================
 * breadcrumb
 * ========================================================================== */

.mod_breadcrumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(210, 210, 210, 0.2);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px -60px 20px -60px rgba(0, 0, 0, 0.40);
}

.mod_breadcrumb ul {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
    float: none;
    font-style: italic;
    padding: 11px 0;
}

.mod_breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.4);
}

.mod_breadcrumb li:before {
    font-family: "FontAwesome";
    content: "\f101";
    margin-right: 5px;
}

.mod_breadcrumb li.first:before {
    display: none;
}

.mod_breadcrumb,
.mod_breadcrumb a {
    font-weight: 300;
}

.mod_breadcrumb .pagetitle {
    display: none;
}

.mod_breadcrumb,
.mod_breadcrumb ul a {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
}

.mod_breadcrumb a:hover {
    color: rgb(77, 193, 196);
}

/* =============================================================================
 * pagetitle
 * ========================================================================== */

body.content_page #slider .pagetitle {
    font-size: 26px;
    float: left;
}


/* =============================================================================
 * wrapper
 * ========================================================================== */

#wrapper {
    background-color: rgb(255, 255, 255);
}

/* =============================================================================
 * footer
 * ========================================================================== */

.social-icons em {
    font-size: 20px;
    padding: 0 0px 0px 2px;
}

.social-icons p {
    font-size: 14px;
}

.footer-links p {
    font-size: 16px;
}

#footer {
    background: rgba(0, 0, 0, 0.07);
    font-size: 13px;
}

.footer-logo img {
    max-width: 230px;
}

#footer, #footer a {
    color: #5D5D5D;
}

#footer a {
    transition: all 0.2s ease-out 0s;
    color: #32C1C4;
}

#footer .footer-links a {
    transition: all 0.2s ease-out 0s;
    color: #5D5D5D;
}

#footer .footer-links a:after {
    font-family: 'FontAwesome';
    content: '';
    text-align: center;
    margin-left: 5px;
    color: #32C1C4;
}

#footer a:hover {
    color: rgb(77, 193, 196);
}

#footer .inside {
    margin: 0 auto;
    padding: 65px 40px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    font-weight: 100;
    color: #5D5D5D;
    margin: 0;
}

#footer .totop {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

#footer .totop:before {
    font-family: "FontAwesome";
    content: '\f060';

    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}


/* =============================================================================
 * mod_socials-footer
 * ========================================================================== */

#footer .mod_socials {
    overflow: hidden;
    display: inline-block;
}

#footer .mod_socials a i {
    padding: 10px;
    margin-right: 1px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    margin-bottom: 1px;
}

/* =============================================================================
 * bottom
 * ========================================================================== */

#bottom {
    background: rgba(0, 0, 0, 0.07);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#bottom .inside {
    margin: 0 auto;
    padding: 30px 40px;
    overflow: hidden;
    font-size: 13px;
}

#bottom .inside .left {
    float: left;
}

#bottom .inside .right {
    float: right;
}

#bottom .inside {
    color: #5D5D5D;
}

#bottom .inside a {
    color: #5D5D5D;
}

#bottom .inside a:hover {
    color: rgb(77, 193, 196);
}

#bottom .inside a:hover {
    text-decoration: underline;
}

#bottom .inside .left a {
    margin-right: 15px;
}

#bottom .inside .right a {
    margin-left: 15px;
}

/* =============================================================================
 * set colors
 * ========================================================================== */

.bg-accent {
    background-color: rgb(77, 193, 196);
}

p a {
    color: rgb(77, 193, 196);
}

.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
    background: rgb(77, 193, 196);
}

hr.divider_3:before {
    background: rgb(77, 193, 196);
}

hr.divider_3:before {
    background: rgb(77, 193, 196);
}

.divider_4_first {
    border: 3px solid rgb(77, 193, 196);
}

.divider_4_second {
    background-color: rgb(77, 193, 196);
}

.divider_4::after, .divider_4::before {
    background-color: rgb(77, 193, 196);
}

.divider_5 i {
    color: rgb(77, 193, 196);
}

.mainmenu ul ul {
    border-top: 2px solid rgb(77, 193, 196);
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
    color: rgb(77, 193, 196);
}

.mainmenu ul ul li a:hover,
.mainmenu ul ul li a.trail,
.mainmenu ul ul li a.active {
    background: rgb(77, 193, 196);
}

body.header-dark .fixed .mainmenu ul li a.trail,
body.header-dark .fixed .mainmenu ul li a.active {
    color: rgb(77, 193, 196);
}

.subnav a {
    color: rgb(77, 193, 196);
}

#nav-open-btn:before {
    background: rgb(77, 193, 196);
}

.ce_calltoaction {
    background: rgb(77, 193, 196);
}

.ce_table table th {
    background: rgb(77, 193, 196);
}

.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover {
    border-color: rgb(77, 193, 196);
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
    background: rgb(77, 193, 196);
}

.ce_teambox .image .overlay {
    background: rgb(77, 193, 196);
}

.ce_teambox .email a {
    color: rgb(77, 193, 196);
}

blockquote a {
    color: rgb(77, 193, 196);
}

.ce_iconbox.version2 i {
    background: rgb(77, 193, 196);
}

.ce_iconbox .link {
    color: rgb(77, 193, 196);
}

.ce_testimonial a {
    color: rgb(77, 193, 196);
}

.ce_accordion .toggler:before {
    color: rgb(77, 193, 196);
}

.mod_calendar th.head {
    background: rgb(77, 193, 196);
    border-top: 1px solid rgb(77, 193, 196);
    border-right: 1px solid rgb(77, 193, 196);
    border-left: 1px solid rgb(77, 193, 196);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
    background-color: rgb(77, 193, 196);
}

.pagination li strong {
    font-weight: inherit;
}

.pagination li strong.active {
    background: rgb(77, 193, 196);
}

.pagination li a:hover {
    color: rgb(77, 193, 196);
}

.mod_faqpage h3:before {
    color: rgb(77, 193, 196);
}

.mod_search .submit {
    border: 1px solid rgb(77, 193, 196);
}

input:focus,
textarea:focus {
    border: 1px solid rgb(77, 193, 196);
}

form fieldset legend {
    background-color: rgb(77, 193, 196);
}

button.submit[type="submit"] {
    background: rgb(77, 193, 196);
}

button.submit[type="submit"]:hover {
    background: rgba(0, 146, 154, 0.9);
}

.ce_rsce_youtube_start.overlay .YTPOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.label-accent {
    background: rgb(77, 193, 196);
}

.ce_rsce_hyperlink a,
.ce_hyperlink a,
a.btn {
    background: rgb(77, 193, 196);
    border-color: rgba(0, 0, 0, 0.0);
}

.ce_rsce_hyperlink a.link-white,
a.btn.link-white {
    color: rgb(77, 193, 196);
}

.ce_rsce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
    background: rgb(77, 193, 196);
}

.ce_rsce_hyperlink a.outline,
a.btn.outline {
    color: rgb(77, 193, 196);
}

.newslist h2,
.newslist h2 a {
    color: rgb(77, 193, 196);
}

.newslist .news-left .news-date {
    background: rgb(77, 193, 196);
}

.newsteaser .date {
    background: rgb(255, 255, 255);
}

/*.mod_portfoliolist .item a:hover {
	background: rgb(77, 193, 196);
}*/

#portfolio_filter a.selected,
#portfolio_filter a:hover {
    background: rgb(77, 193, 196);
}

.ce_chartbar .chart_data {
    background: rgb(77, 193, 196);
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
    color: rgb(77, 193, 196);
}

blockquote {
    border-color: rgb(77, 193, 196);
}

.ce_pricetable .pricetable.highlight .title {
    background: rgb(77, 193, 196);
}

.rsce_imagebox_v2 .rsce_imagebox_inside-link a {
    background: rgb(77, 193, 196);
}

.ce_gallery .content {
    background: rgba(77, 193, 196, 0.8);
}

.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
    background: rgb(77, 193, 196);
}

.ce_countup i {
    color: rgb(77, 193, 196);
}

.newslist-v3 .date {
    background: rgb(77, 193, 196);
}

.ce_bgimage.offset.offset-bg-accent:before {
    background-color: rgb(77, 193, 196);
}

.ce_leadertext.version2 .divider-first {
    border: 3px solid rgb(77, 193, 196);
}

.ce_leadertext.version2 .divider-second {
    background-color: rgb(77, 193, 196);
}

.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
    background-color: rgb(77, 193, 196);
}

.ce_accordion .toggler i.fa {
    background: rgb(77, 193, 196);
}

.newsteaser_v3 .news-overlay i {
    background-color: rgb(77, 193, 196);
}

.newslist-v3 .subheadline {
    color: rgb(77, 193, 196);
}

.ce_teambox .function {
    color: rgb(77, 193, 196);
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
    border-color: rgb(197, 43, 93) transparent transparent transparent;
}

.subheadline-v2 {
    color: rgb(77, 193, 196);
}

.ce_timeline .timeline-item .timeline-item-title {
    background: rgb(77, 193, 196);
}

.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
    background: rgb(77, 193, 196);
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
    color: rgb(77, 193, 196);
}

.ce_revolutionslider_hyperlink {
    background: rgb(77, 193, 196);
    border-color: rgb(77, 193, 196);
}

.ce_headline_extended.version2 .divider-first {
    border-color: rgb(77, 193, 196);
}

.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
    background-color: rgb(77, 193, 196);
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */

.bg-custom-1 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzNTFCOUUwMDlENDExRTU4MTYwREM1M0NDNERBQ0I0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzNTFCOUUxMDlENDExRTU4MTYwREM1M0NDNERBQ0I0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM1MUI5REUwOUQ0MTFFNTgxNjBEQzUzQ0M0REFDQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM1MUI5REYwOUQ0MTFFNTgxNjBEQzUzQ0M0REFDQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7WyOEfAAAAHElEQVR42mL8//8/AwwwAfHjx48hJCNOGYAAAwCdoxCl61jlYgAAAABJRU5ErkJggg==');
    background-repeat: repeat;
}

.bg-custom-2 {
    background: rgb(77, 193, 196);
}

.bg-custom-3 {
    background: rgb(77, 193, 196);
}

.bg-custom-4 {
    background: rgb(77, 193, 196);
}

/* =============================================================================
 * custom colors: offset layer
 * ========================================================================== */

.ce_bgimage.offset.offset-bg-custom-1:before {
    background-color: rgb(77, 193, 196);
}

.ce_bgimage.offset.offset-bg-custom-2:before {
    background-color: rgb(77, 193, 196);
}

.ce_bgimage.offset.offset-bg-custom-3:before {
    background-color: rgb(77, 193, 196);
}

.ce_bgimage.offset.offset-bg-custom-4:before {
    background-color: rgb(77, 193, 196);
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu ul li a,
.mainmenu ul li ul a.active {
    color: rgb(255, 255, 255);
}

.mainmenu ul li ul a.trail {
    color: rgb(255, 255, 255) !important;
}

.fixed .mainmenu ul li a:not(.active):not(.trail) {
    color: rgb(255, 255, 255);
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
    color: rgb(57, 57, 57);
}

.mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a.active {
    color: rgb(255, 255, 255);
}

.mainmenu ul ul li a {
    font-size: 13px !important;
}

.mainmenu ul li a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */

.ce_revolutionslider_hyperlink {
    font-size: 13px;
}

.ce_leadertext.version1 .subheadline,
.ce_leadertext.version2 .subheadline,
.ce_headline_extended.version1 .subheadline,
.ce_headline_extended.version2 .subheadline {
    font-size: 22px;
}

#slider .inside {
    text-align: center;
}

.ce_revolutionslider .tp-bannertimer {
    top: auto;
    bottom: 0;
    height: 5px;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

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


    #main .mod_article.fullwidth.boxed-content .contentwrap,
    #main .autogrid_wrapper.article,
    #main .mod_article .ce_rsce_parallax_start .contentwrap,
    #main .mod_article .ce_bgimage .ce_bgimage-inside,
    #main .mod_article .ce_rsce_youtube_start .contentwrap,
    body.sidebar.left #main .mod_article,
    body.sidebar.right #main .mod_article,
    .ce_headerimage .inside {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ce_rsce_parallax_start .ce_text p {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .inside {
        height: 70px;
    }

    .logo {
        left: 20px;
    }

    .logo-home {
        position: absolute;
        top: 50%;
        margin-top: -100px;
        width: 100%;
    }


    .ce_rsce_youtube_start-inside {
        padding-top: 200px !important;
    }

    .parallax-inside {
        padding-top: 100px !important;
        padding-bottom: 120px !important;
    }

    #header {
        padding-bottom: 0;
        padding-top: 0;
    }

    .full-footer h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .footer-links p {
        font-size: 16px;
        line-height: 13px;
    }

    /*.give-link {
        display: none;
        float: none;
        position: relative;
        top: -5px;
        right: -4px;
        display: flex;
        clear: both;
        width: 100%;
    }*/

    .header-logo {
        float: left;
        left: 0;
        position: relative;
        width: 200px;
        margin-bottom: 0px;
    }

    .mobile-push {
        margin-left: 50%;
    }

    .home-event img {
        position: relative;
        float: left;
        width: 100%;
    }

    .header-logo img {
        width: 160px;
        position: fixed;
    }

    .event img {
        width: 100%;
    }

    .bio-image img {
        padding: 0;
    }

    .h1-header h1 {
        color: #fff;
        font-weight: 100;
        font-size: 36px;
        line-height: 42px;
        width: 100%;
    }

    .h1-header img {

        width: 100%;
    }

    .push1-teams {
        margin-left: 0%;
    }

    .push-contact {
        margin-left: 0%;
    }

    .sermon-times {
        position: relative;
        margin-left: -5px;
        top: -15px;
    }

    .ce_rsce_youtube_start-inside .contentwrap {
        padding-top: 195px !important;
    }

    .sermon-times a {
        display: inline-block;
        position: relative;
    }

    .hidden {
        display: none;
    }

    .mobile-logo img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    #fix-wrapper,
    #top-wrapper {
        position: fixed !important;
        height: 65px;
    }

    .full-footer {
        width: 100% !important;
        margin: 0;
    }

    #top-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }

    #top,
    #top a {
        color: rgb(255, 255, 255);
    }

    #bottom .inside .left,
    #bottom .inside .right {
        float: none;
    }

    #bottom .inside .right a {
        margin-left: 0;
        margin-right: 15px;
    }

    #footer .inside {
        padding: 40px 20px;
    }

    .mod_breadcrumb {
        padding: 20px;
    }

    .mod_breadcrumb ul {
        display: none;
    }

    body.content_page #slider .pagetitle {
        font-size: 22px;
    }

    #header .inside {
        padding: 5px 20px;
    }

    #top .inside {
        padding-left: 20px;
        padding-right: 20px;
    }

    #bottom .inside {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer .totop:before {
        display: none;
    }

    #top .meta-nav:not(.mod_langswitcher) {
        display: none;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .mod_breadcrumb {
        display: none;
    }

    .content_page #slider .inside {
        min-height: 170px;
    }
}

/* =============================================================================
Changes after update to Contao 4
* ========================================================================== */
/* Spacing */
.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-200 {
    margin-bottom: 200px;
}
