/*--------------------- START FONT-FACE ---------------------*/
@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('../fonts/OpenSans-Light-webfont.eot') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.svg') format('svg'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Janna_LT_W20';
    src: url('../fonts/Janna_LT_W20.woff') format('woff'), url('../fonts/Janna_LT_W20.eot') format('embedded-opentype'), url('../fonts/Janna_LT_W20.svg') format('svg'), url('../fonts/Janna_LT_W20.ttf') format('truetype');
}

/*--------------------- START CSS ---------------------*/
body {
    font-family: 'Janna_LT_W20', 'opensans';
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 1.5em;
}

a{
	color: #77a328;
}
/*--------------------- START TOP_HEADER ---------------------*/
.top_header {
    background: #77a328;
    padding: 1em;
}

    .top_header a {
        color: #fff;
        padding: 0 10px;
    }

        .top_header a:first-child {
            border: none;
            border-left: 1px solid #fff;
        }

        .top_header a:last-child {
            border: none;
        }

a:hover {
    text-decoration: none;
    color: #000;
}

.logo_content {
    text-align: center;
    padding: 2em 0;
}

.navbar-default {
    background-color: #77a328;
    border:none;
    margin-bottom: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    overflow: hidden;
}

.navbar-nav > li {
    float: right;
    border-right: 1px solid #ddd;
    text-align: center;
}

    .navbar-nav > li:first-child {
        float: right;
        border-right: none;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #77a328;
}

.arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    bottom: -100%;
    right: 45.5%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a .arrow {
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover .arrow, .navbar-default .navbar-nav > li > a:focus .arrow {
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #ddd;
    margin: 0;
    height: 60px;
}

    .navbar-form .form-group {
        height: 60px;
    }

        .navbar-form .form-group input {
            height: 60px;
            border: none;
            box-shadow: none;
            font-size: 12px;
        }

    .navbar-form i {
        font-size: 1.5em;
        position: relative;
        top: 5px;
        color: #333;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .navbar-form i:hover {
            color: #77a328;
        }

/*--------------------- START ABOUT ---------------------*/
.about {
    padding: 7em 0 5% 0;
}

    .about h3 {
        color: #77a328;
        margin-bottom: 1em;
    }

    .about h5 {
        color: #77a328;
    }

        .about h5 i {
            font-size: 7px;
            margin-left: 10px;
        }

.des {
    padding: 0 0 0 35px;
}

.more {
    border-right: 1px solid #ddd;
    padding: 0 80px 40px 0;
    margin-top: 80px;
}

    .more h5 {
        text-align: left;
        display: inline-block;
        float: left;
    }

        .more h5 i {
            font-size: 14px;
            margin-right: 10px;
        }

    .more p {
        margin-bottom: 1.5em;
    }


/*--------------------- START PROJECT ---------------------*/
.project {
    background: #77a328;
    padding: 5% 0;
}

    .project h3 {
        text-align: center;
        color: #FFF;
    }

    .project .content .item i {
        font-size: 4em;
color:#fff;
    }

.project .content .item p{
color:#fff;
}
.project .content .item li{
color:#fff;
}


    .project .content .item h4 {
        color: #FFF;
        font-weight: bold;
        margin: 0;
        margin-bottom: 10px;
    }

    .project .content .item {
        overflow: hidden;
        display: flex;
        align-items: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 2em;
    }

        .project .content .item:hover i {
            color: #FFF;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


    .project .img_content {
        width: 70%;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

    .project .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.5);
        display: flex;
        align-items: center;
        visibility: hidden;
    }


    .project .fancybox:hover .overlay {
        visibility: visible;
        cursor: pointer;
    }


    .project .overlay i {
        color: #fff !important;
        font-size: 2em !important;
        display: block;
        margin: auto;
    }



/*--------------------- START FUTURE_PLAN ---------------------*/
.future_plan {
    background: #fff;
    padding: 5% 0;
}


    .future_plan h3 {
        text-align: center;
        color: #77a328;
        margin-bottom: 1em;
    }

    .future_plan li {
        margin: 5px 0;
    }

/*--------------------- START LOCATION ---------------------*/
.location {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
    background: #edf4ec;
}

    .location h3 {
        text-align: center;
        color: #77a328;
        margin-bottom: 1em;
    }
/*--------------------- START NEWS ---------------------*/
.news {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

    .news h3 {
        text-align: center;
        color: #77a328;
        margin-bottom: 1em;
    }

    .news h4 {
        margin-top: 0;
        color: #333;
        font-weight: bold;
        display: inline-block;
    }

        .news h4:hover {
            color: #77a328;
        }

/*    .news p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }*/

    .news .new {
        margin-bottom: 1.5em;
        overflow: hidden;
    }

    .news h5 {
        color: #77a328;
    }

    .news a h3 {
        position: absolute;
        left: 2%;
        top: 2%;
        font-size: 16px;
    }
.news a h3 i{
	margin-right:5px;
}
/*--------------------- START PHOTO ---------------------*/
.photo {
    background: #edf4ec;
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

    .photo h3 {
        text-align: center;
        color: #77a328;
        margin-bottom: 1em;
    }

    .photo a h3 {
        position: absolute;
        left: 2%;
        top: 2%;
        font-size: 16px;
    }

    .photo .thumbnail h5 {
        margin: 0;
        font-weight: bold;
        margin-top: 5px;
    }

    .photo .thumbnail {
        padding: 10px;
        border-radius: 5px;
    }

        .photo .thumbnail .img_content {
            height: 200px;
            overflow: hidden;
            position: relative;
            border-radius: 5px;
        }

        .photo .thumbnail .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(51, 51, 51, 0.5);
            display: flex;
            align-items: center;
            visibility: hidden;
        }


        .photo .thumbnail:hover .overlay {
            visibility: visible;
            cursor: pointer;
        }


        .photo .thumbnail .overlay i {
            color: #fff;
            font-size: 2em;
            display: block;
            margin: auto;
        }

        .photo .thumbnail img {
            border-radius: 5px;
            height: 200px;
            width: 100%;
        }

        .photo .thumbnail p {
            color: #77a328;
            margin-bottom: 0;
        }

.thumbnail .caption {
    padding: 0;
}

.col-md-1 {
    text-align: center;
}


/*--------------------- START CONTACT ---------------------*/
.contact {
    background: #fff;
    padding: 5% 0 0 0;
}

    .contact h3 {
        text-align: center;
        color: #77a328;
        margin-bottom: 1em;
    }

    .contact h4 {
        position: relative;
        overflow: hidden;
        padding-bottom: 10px;
    }

        .contact h4:after {
            content: "";
            height: 3px;
            width: 50px;
            background: #77a328;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .contact a {
        color: #333;
    }


        .contact a:hover {
            color: #77a328;
        }

    .contact .form-control {
        border-radius: 5px;
    }

.form-control:focus {
    border-color: #77a328;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #77a328;
        border-color: #77a328;
    }

.contact i {
    margin-left: 5px;
}

/*--------------------- START FOOTER ---------------------*/
.footer {
   
    background: #77a328;
    padding: 2% 0;
}

    .footer h4 {
        color: #77a328;
    }

    .footer .input-group {
        background: #3a3b3d;
        border-radius: 10px;
        padding: 10px 45px 10px 10px;
        position: relative;
        overflow: hidden;
    }

        .footer .input-group i {
            position: absolute;
            top: 15px;
            right: 15px;
            color: #6b6f72;
            font-size: 25px;
        }

    .footer .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #6b6f72;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .footer .btn {
        background: #484c4d;
        border-color: #484c4d;
        border-radius: 5px !important;
        color: #6b6f72;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .footer .btn:hover {
            background: #77a328;
            border-color: #77a328;
            border-radius: 5px !important;
            color: #fff;
        }

/*
    .footer i {
        color: #6b6f72;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


        .footer i:hover {
            color: #77a328;
        }
*/

    .footer .copyright a {
        /*color: #6b6f72;*/
		color: #FFF;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
		margin-right: 1em;
    }

        .footer .copyright a:hover {
            /*color: #77a328;*/
color: #3e3e3e;
        }

    .footer .copyright p {
        color: #6b6f72;
    }

        .footer .copyright p a {
            margin-left: 0;
            color: #3e3e3e;
		margin-right: 0;
        }


.bg {
    background: #ffffff;
    height: 180px;
    left: 0;
    position: absolute;
    bottom: -90px;
    transform: skewY(-7deg);
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    overflow: hidden;
}

.carousel-control.right {
    right: 120px;
    top: -5px;
    left: auto;
    background: #f4f4f4;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: skew(7deg) rotate(7deg);
    font-size: 3.5em;
    text-shadow: none;
    color: #d5d5d5;
}


.carousel-control.left {
    right: 200px;
    top: -15px;
    left: auto;
    background: #f4f4f4;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: skew(7deg) rotate(7deg);
    font-size: 3.5em;
    text-shadow: none;
    color: #d5d5d5;
}

.carousel-control:hover {
    background: #ebebeb;
}

.carousel-inner {
    height: 700px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        line-height: 1;
        height: 700px;
        width: 100%;
    }

.carousel-caption {
    right: 8%;
    left: 8%;
    bottom: 50%;
    padding-bottom: 30px;
    text-align: right;
}

    .carousel-caption h3 {
        color: #fff;
        background: #77a328;
        margin: 0;
        padding: 10px 30px;
        text-shadow: none;
    max-width: 55%;
    }

    .carousel-caption p {
        color: #77a328;
        background: #fff;
        margin: 0;
        padding: 10px 30px;
        display: inline-block;
        text-shadow: none;
        font-weight: bold;
    }

iframe {
    pointer-events: none;
}

nav.navbar-fixed-top {
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.news .img_content {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 200px;
    margin-bottom: 1em;
}

    .news .img_content img {
        width: 100%;
        height: 200px;
    }

.news .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
    display: flex;
    align-items: center;
    visibility: hidden;
}


.news .fancybox:hover .overlay {
    visibility: visible;
    cursor: pointer;
}


.news .overlay i {
    color: #fff !important;
    font-size: 2em !important;
    display: block;
    margin: auto;
}

.news p.txt {
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
}

@media(max-width:768px) {
    
.carousel-control.right {
    right: 25px;
    top: -5px;
    left: auto;
    background: #f4f4f4;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: skew(7deg) rotate(7deg);
    font-size: 3.5em;
    text-shadow: none;
    color: #d5d5d5;
}


.carousel-control.left {
    right: 105px;
    top: -15px;
    left: auto;
    background: #f4f4f4;
    position: absolute;
    width: 80px;
    height: 80px;
    transform: skew(7deg) rotate(7deg);
    font-size: 3.5em;
    text-shadow: none;
    color: #d5d5d5;
}
    .navbar-nav > li{
        float:initial !important;
    }
    .arrow{
        display:none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .more {
    border-right: snow;
    padding: 0 0 40px 0;
    margin-top: 80px;
}
    .project .content .item {
    overflow: hidden;
     display: block;
     margin-top:4em; 
     align-items: initial; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .project .content .item h4 {
    color: #77a328;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 1em;
}
    .project .img_content {
    width: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin: auto;
}
    .news h4 {
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-top: 1em;
}
    .footer {
    background: #77a328;
    padding: 2% 0;
    text-align: center;
}
    .footer .copyright a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 0.5em;
    font-size: 12px;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}
    .footer .copyright p {
    color: #6b6f72;
    margin-bottom: 0;
}

    .carousel-caption h3 {
    color: #fff;
    background: #77a328;
    margin: 0;
    padding: 10px 25px;
    text-shadow: none;
    max-width: 100%;
}
    .top_header {
    background: #edf4ec;
    padding: 1em;
    text-align: center;
}
    .social {
    text-align: center;
    margin-top: 1em;
}
    .news h3 {
    text-align: right;
    color: #77a328;
    margin-bottom: 1em;
    margin-right: 15px;
}
    .news a h3 {
    position: absolute;
    left: 6%;
    top: 5px;
    font-size: 16px;
}
    .photo h3 {
    text-align: right;
    color: #77a328;
    margin-bottom: 1em;
    margin-right: 15px;
}
    .photo a h3 {
    position: absolute;
    left: 6%;
    top: 5px;
    font-size: 16px;
}
}

.footer .copyright p {
    color: #FFF;
    margin-bottom: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    /* overflow-y: scroll; */
    z-index: 9999999999;
}
span .wpcf7-not-valid {
    border: 1px solid #ff0000;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000 !important;
    color: #C10000;
}
 
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}


.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
 
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
 
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

#about, #project, #future,#news, #contact,#photo{
min-height: 100vh;
}



.social {
    text-align: left;
}

    .social a {
        border: none;
margin:0 !important;
    }

    .social a {
        font-size: 1.5em;
        padding: 0 5px;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

        .social a:first-child {
            border: none;
        }

        .social a.facebook:hover {
            color: #3b5998;
        }

        .social a.twitter:hover {
            color: #55acee;
        }

        .social a.google:hover {
            color: #dd4b39;
        }

        .social a.instagram:hover {
            color: #125688;
        }

        .social a.youtube:hover {
            color: #bb0000;
        }

        .social a.rss:hover {
            color: #ff6600;
        }


.footer .social {
    text-align: left;
    margin-top: -5px;
}