/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*font-family: 'Maven Pro', sans-serif;*/

body {
    font-family: 'Maven Pro', sans-serif;
}

textarea {
    border: 1px solid #d3d3d3;
}

a:hover {
    cursor: hand;
    text-decoration: none;
    color: #25adf3;
}

a {
    color: #e25155;
}

.caps {
    text-transform: uppercase;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-40 {
    padding-top: 40px;
}

.pad-top-60 {
    padding-top: 60px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-40 {
    padding-bottom: 40px;
}

.blue {
    color: #25adf3;
}

.red {
    color: #e25155;
}

.img-responsive {
    /* other definitions */
    width: 100%;
}


/* centered columns styles */

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

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.navbar-inverse {
    background-color: rgba(242, 208, 42, .85);
    background-image: none;
    border: none;
    min-height: 85px;
}

nav.navbar.shrink {
    min-height: 30px;
    transition: min-height 1s ease;
}

nav.navbar.shrink .navbar-brand {
    padding: 0 15px;
    transition: padding 1s ease;
}

nav.navbar.shrink #nav-logo img {
    height: 50px;
    transition: height 1s ease;
}

nav.navbar.shrink ul#main-menu {
    padding-top: 10px;
    transition: padding-top 1s ease;
}

ul#main-menu {
    list-style-type: none;
    padding-top: 25px;
    padding-left: 0;
}

ul#main-menu li {
    display: inline-block;
}

ul#main-menu li a {
    color: #e25155;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 30px;
}

ul#main-menu li a:hover,
.footer-links a:hover,
.footer-info a:hover {
    text-decoration: none;
    color: #25adf3;
    transition: color 0.5s ease;
}

ul#main-menu li a.first {
    margin-left: 0;
}

#donate {
    background-color: #25adf3;
}

a#donate {
    color: #ffffff!important;
    padding: 10px 20px;
}

a#donate:hover,
#footer-submit:hover {
    background-color: #e25155;
    text-decoration: none;
    transition: background-color 0.5s ease!important;
}

#follow-us {
    font-size: 1.2em;
    font-weight: bolder;
}

#follow-us img {
    padding-right: 10px;
}

#follow-us:hover {
    -webkit-filter: hue-rotate(195deg);
    filter: hue-rotate(195deg);
}

#home-slider {
    position: relative;
    margin-top: -50px!important
}

#home-slider:after {
    clear: inherit;
}

#home-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

#home-slider .owl-pagination {
    margin-top: -50px!important;
}

#home-slider .owl-page span {
    background: #f2d02a;
}

#home-slider .owl-page.active span {
    background: #e25155;
    opacity: .5!important;
}

.page-divider {
    min-height: 17px;
    max-height: 17px;
    background-image: url("../img/page-divider.png");
    overflow: hidden;
    position: relative;
}

.yellow-block-half {
    /*background: #f2d02a;*/
    /*background: -webkit-linear-gradient(#f2d02a, #f2d02a,#ffffff);*/
    /*background: -o-linear-gradient(#f2d02a, #f2d02a,#ffffff);*/
    /*background: -moz-linear-gradient(#f2d02a, #f2d02a,#ffffff);*/
    /*background: linear-gradient(#f2d02a;, #f2d02a,#ffffff);*/
    background: linear-gradient(to bottom, #f2d02a 0%, #f2d02a 80%, #f2d02a 80%, #ffffff 20%, #ffffff 100%);
}

.yellow-block {
    background: #f2d02a;
}

.red-box {
    background-color: #e25155;
    color: #f2d02a;
    padding: 8px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 20px;
}

.yellow-box {
    color: #e25155;
    background-color: #f2d02a;
    padding: 0 15px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 20px;
}

.geo-background {
    background: url('../img/geo-background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    height: 100%
}

.uniform {
    color: #000;
    font-size: 24px;
    font-weight: bolder;
    padding-top: 20px;
}

.change-box {
    font-size: 48px;
    font-weight: bolder;
    /* padding-bottom: 30px; */
}

h2.change-box {
    margin-top: 0!important;
}

.donate-but {
    background-color: #25adf3;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 18px;
}

.donate-but:hover {
    background-color: #e25155;
    text-decoration: none;
    transition: background-color 0.5s ease!important;
    color: #FFFFFF;
    cursor: pointer;
}

h1.help {
    font-size: 40px;
}

.faq {
    color: #000000;
    font-weight: bolder;
    font-size: 18px;
}

.archive {
    margin-bottom: 20px;
}

.connect {
    font-size: 40px;
}

.connect:hover {
    background-color: #25adf3;
    text-decoration: none;
    transition: background-color 0.5s ease!important;
}

.wrapped-headers {
    font-size: 40px;
}

#contact-submit:hover {
    background-color: #e25155;
    text-decoration: none;
    transition: background-color 0.5s ease!important;
}

.gallery-bg {
    background: url('../img/gallery-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    height: 100%
}

#image-gal {
    padding-top: 90px;
    padding-bottom: 40px;
}

.gallery-images li {
    display: inline-block;
}

.gallery-images img {
    max-height: 300px;
    max-width: 300px;
}

.unslider-arrow {
    text-indent: -999em;
    display: block;
    width: 35px;
    height: 71px;
    position: relative;
    top: 62%;
    right: -50px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
}

.unslider-arrow.next {
    background-image: url("../img/unslider-next.png");
    background-repeat: no-repeat;
}

.unslider-arrow.prev {
    background-image: url("../img/unslider-prev.png");
    background-repeat: no-repeat;
}

.demoInputBox {
    padding: 10px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

.error_mail {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

.success {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
}

#mail-status {
    padding-top: 10px;
}

.image.home img {
    max-width: 300px;
}

.image.featured img {
    max-width: 800px;
}

.title a {
    font-weight: bolder;
}

div.post-info {
    color: #25adf3;
}

.sharethis,
a.readmore {
    font-weight: bolder;
    font-size: 18px;
}

.sharethis a {
    font-size: 22px;
    color: #000000;
    text-decoration: none;
}

.sharethis a:hover {
    color: #25adf3;
    text-decoration: none;
}

p.sidebar-follow a {
    font-size: 20px;
}

#paypal-donate {
    border: 1px solid #9e9e9e;
}

.paypal-error,
.currency-error {
    display: none;
}


/* Video */

.video {
    position: relative;
}

.videoContainer video {
    width: 100%;
    max-width: 2000px;
    height: auto;
}

.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1002;
    margin-left: -200px;
    margin-top: -100px;
}

.overlay h2 {
    font-size: 48px;
    text-transform: uppercase;
}


/* End Video */


/*Footer*/

footer {
    background: #f2d02a;
}

h1.footer-connect {
    margin: 0;
}

.footer-connect,
.change {
    color: #e25155;
    font-size: 24px;
    font-weight: bolder;
}

#footer-contact input[type=text],
#footer-contact input[type=email] {
    min-width: 250px;
    min-height: 35px;
    margin-bottom: 10px;
    border: none;
}

#footer-contact textarea {
    min-width: 250px;
    min-height: 105px;
    border: none;
}

.submit-button {
    color: #ffffff;
    background-color: #25adf3;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

.footer-info,
.footer-info a,
.footer-links,
.footer-links a {
    text-transform: uppercase;
    color: #e25155;
}

.footer-fb {
    padding-top: 40px;
}

.footer-fb a,
.contact-fb a {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bolder;
}

.footer-fb img,
.contact-fb img {
    padding-right: 10px;
}

.globe,
.change {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.globe:hover img,
.globe:hover .change {
    -webkit-filter: hue-rotate(195deg);
    filter: hue-rotate(195deg);
}

#footer-copy,
#footer-copy a {
    text-align: center;
    color: #25adf3;
    font-size: 14px;
    padding: 40px 0;
}

#footer-copy a:hover {
    color: #e25155;
    text-decoration: none;
}


/*Responsive Changes*/

@media (max-width: 1200px) {
    ul#main-menu li a {
        color: #e25155;
        text-transform: uppercase;
        font-size: 14px;
        margin-left: 20px;
    }
    #nav-logo {
        font-size: 2.5em!important;
        font-weight: bolder;
    }
}

@media (max-width: 992px) {
    .navbar-inverse {
        background-color: rgba(242, 208, 42, .85);
        background-image: none;
        border: none;
        max-height: 50px;
        min-height: 50px;
    }
    .navbar-brand {
        padding: 5px 15px 5px 5px!important;
        margin-left: 0!important;
    }
    #nav-logo img {
        height: 35px!important;
    }
    ul#main-menu {
        list-style-type: none;
        padding-top: 5px!important;
        margin-left: 60px;
    }
    ul#main-menu li a {
        color: #e25155;
        text-transform: uppercase;
        font-size: 12px;
        margin-left: 15px;
    }
    .overlay h2 {
        font-size: 24px;
    }
    .contact-fb {
        padding-top: 20px;
    }
    .gallery-images img {
        max-height: 200px;
        max-width: 200px;
    }
    .unslider-arrow {
        top: 45%;
        background-size: 16px 36px;
    }
    .unslider-arrow.next {
        right: -5px!important;
    }
    #image-gal {
        margin-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .icon-bar {
        background-color: #e25155!important;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-collapse {
        background-color: rgba(242, 208, 42, .85);
        border: none;
    }
    .navbar-toggle {
        margin-bottom: 0!important;
    }
    .navbar-inverse {
        max-height: 45px;
        min-height: 45px;
        background-color: rgba(242, 208, 42, 1);
    }
    .navbar-brand {
        padding-top: 10px;
        max-height: 30px;
    }
    #nav-logo img {
        max-height: 30px;
    }
    ul#main-menu {
        margin-left: 0;
    }
    ul#main-menu li {
        display: block;
    }
    ul#main-menu li a {
        padding-left: 0;
        margin-left: 0;
        font-size: 18px;
    }
    #donate {
        background-color: transparent;
    }
    a#donate {
        color: #25adf3!important;
    }
    #home-slider {
        margin-top: -10px!important
    }
    #footer-contact input[type=text],
    #footer-contact input[type=email] {
        min-width: 600px;
    }
    #footer-contact textarea {
        min-width: 600px;
    }
    .footer-info {
        text-align: center;
        font-size: 1.5em;
    }
    .footer-links {
        text-align: center;
        font-size: 1.5em;
    }
    .footer-fb {
        padding-top: 10px;
        text-align: center;
    }
    .change {
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    #footer-contact input[type=text],
    #footer-contact input[type=email] {
        min-width: 350px;
    }
    #footer-contact textarea {
        min-width: 350px;
    }
    .gallery-images img {
        max-height: 100px;
        max-width: 100px;
    }
    .unslider-arrow {
        top: 34%;
        background-size: 16px 36px;
    }
    .unslider-arrow.next {
        right: -5px!important;
    }
    #image-gal {
        margin-left: 20px;
    }
}

@media screen and (max-width: 340px) {
    #footer-contact input[type=text],
    #footer-contact input[type=email] {
        min-width: 290px;
    }
    #footer-contact textarea {
        min-width: 290px;
    }
}