body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
p {
    color: #737373;
    font-style: italic;
    font-size: small;
}
.pointer-none {
    pointer-events: none !important;
}

.clean-top {
    margin-top: 60px;
}
.col-lg-offset-1 {
    margin-left: 2.333% !important;
}
.col-lg-offset-2 {
    margin-left: 10.667% !important;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

    display: flex;
    align-items: center;
}
.spacer {
    margin: 70px 0;
}   .little-spacer {
        margin: 35px 0;
    }
.navbar-fixed-top {
    min-height: 75px;
}
.vcenter {
    margin-top: 12px;
}
.logo span>h3 {
    font-weight: bold;
    font-size: 30px;
}
.navbar-nav li a {
    color: #F5F5F5!important;
}
.navbar-nav li:first-child a {
        color: #7CB900!important;
    }   .navbar-nav li a:hover {
        opacity: 0.6;
    }

.page-header {
    border-bottom: none;
}

.bg-grey {
    background-color: rgba(245, 245, 245, 1);
}

.bg-black {
    background-color: rgba(36, 35, 35, 1) !important;
}

#rightFixedMenu {
    float: right;
    position: fixed;
    top: 50% !important;
    width: 6% !important;
}   #rightFixedMenu ul li {
        list-style: none;
        margin: 35px 0;
    }
    #rightFixedMenu ul li a {
        color: rgba(36, 35, 35, 1) !important;
    }

#footer {
    min-height: 50px;
    padding-top: 15px;
}
#footer span {
    color: #F5F5F5;
    font-weight: bold;
    font-size: medium;
}

.contact .content span {
    color: #737373;
    font-style: italic;
    font-size: large;
    margin-left: 20px;
    font-weight: bold;
}
.parallax-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding: 40px;
}

.parallax {
    position: absolute;
    margin-top: -25%;
    height: 200%;
    width: 100%;
    z-index: -1;
}
.parallax.last {
    margin-top: 40% !important;
}

.parallax-container .container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px !important;
    width: 50%;
    height: 100% !important;
}

.parallax.last  .container {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}


.parallax-container .bg-owhite {
    background-color: rgba(255, 255, 255, 0.9);
}

.logo img {
    max-width: 300px !important;
}


.photoCycle {
    overflow: hidden;
    width: 30%;
    position: relative;
    height: 200px;
    text-align: center;
}   .photoCycle img {
        height: 100%;
        width: auto;
    }

.slick-slide {
    padding: 40px 0 !important;
}

.googleMap {
    padding: 40px;
    background-color: rgba(245, 245, 245, 1);
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    background: linear-gradient(#3c3c3c 0,#222 100%);
}

.fullnavbar {
    width: 100% !important;
}

.nomargin {
    margin: 0px !important;
}
.nopadding {
    padding: 0px !important;
}

#display-error {
    display: none;
    margin: auto;
    margin-top: 50px;
    width: 85%;
    border: 1px solid #D8D8D8;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(255, 249, 242);
    color: rgb(211, 0, 0);
    text-align: center;
}
 
#display-success {
    display: none;
    margin: auto;
    margin-top: 50px;
    width: 85%;
    border: 1px solid #D8D8D8;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(236, 255, 216);
    color: green;
    text-align: center;
}


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

    .parallax-container .container {
        width: 50%;
    }

}
