@import "fonts.css";

body {
    font-family:"Web-Lato-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.pp_default .pp_nav {
    float: none;
    margin-bottom : 0;
}
.pp_description h3 {
    margin-top : 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:hover {
    background: #8BC34A;
}
a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-menu ul {
    position: absolute;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: -26px;
    padding-left : 5px;
    display: none;
}
.dropdown-menu ul li {
    background: #080808;
    min-width:170px;
}
.dropdown-menu li:hover>ul {
    display: block;
}
.dropdown-menu ul li a {
    color : #FFFFFF;
    padding: 7px 12px;
    display: block;
    text-decoration: none;
}
.dropdown-menu ul li a:hover {
    background : #8BC34A;
}

.form-control.inline {
    width: auto;
    display: inline-block;
}
#header {
    padding:10px 0;
}
#header .left-logo {
    float: left;
}

#header .right-social {
    float: right;
    font-size:35px;
    padding-top:10px;
}
#header .right-social .fa-facebook-square {
    color : #3b5998;
}
#header .right-social .fa-twitter-square {
    color : #00aced;
}
.menu-top {
    /*background: rgba(0,95,139,1);
    background: -moz-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,95,139,1)), color-stop(100%, rgba(0,58,83,1)));
    background: -webkit-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -o-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: linear-gradient(to bottom, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f8b', endColorstr='#003a53', GradientType=0 );*/
    background: #5da609;
}
.menu-top .navbar-inverse {
    background: none;
    border:0;
}
.menu-top .navbar-inverse {
    background: none;
    border:0;
    margin : 0;
}
.menu-top .navbar-inverse .navbar-brand,
.menu-top .navbar-inverse .navbar-nav>li>a{
    color : #ffffff;
    font-size:12px;
    font-family:"Web-Lato-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.menu-top .navbar-inverse .navbar-brand {
    font-size: 25px;
    padding: 12px 10px;
}
.menu-top .nav>li>a,
.menu-top .navbar-brand{
    padding-left : 10px;
    padding-right : 10px;
}


.wrapper {
    background: url("../images/bg_slide.png") center center fixed;
	background-color:#1E3701;
    border-bottom: solid 5px #8BC34A;
}
#website-slider-banner img {
    width : 100%;
}
#website-slider-banner .text-top-slide {
    position: absolute;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    background: rgba(0,0,0,0.0);
    color : #FFFFFF;
    text-align: center;
}
#website-slider-banner .text-top-slide h2::before {
    content : "";
    width : 30%;
    height: 4px;
    background : #FFFFFF;
    position: absolute;
    left : 0;
    right : 0;
    margin : -15px auto 0;
}
#website-slider-banner .text-top-slide h2::after {
    content : "";
    width : 30%;
    height: 4px;
    background : #FFFFFF;
    position: absolute;
    left : 0;
    right : 0;
    bottom : -17px;
    margin: 0 auto;
}
#website-slider-banner .text-top-slide h2 {
    top : 40%;
    position: absolute;
    left : 0;
    right : 0;
    font-family:"Web-Lato-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    width : 7%;
    background: none;
}
.carousel-control .fa {
    font-size: 70px;
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
    opacity : 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.carousel-control.left .fa {
    margin-left:-10px;
}
.carousel-control.left:hover .fa {
    margin-left: 0;
    opacity : 1;
}
.carousel-control.right .fa {
    margin-left:-15px;
}
.carousel-control.right:hover .fa {
    margin-left: -25px;
    opacity : 1;
}
.carousel-indicators li,
.carousel-indicators .active{
    width:15px;
    height : 15px;
    border:solid 3px #FFFFFF;
    margin : 1px;
}
.cont-nav {
    background: rgba(229,59,50,1);
    background: -moz-linear-gradient(top, rgba(229,59,50,1) 0%, rgba(195,50,42,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,59,50,1)), color-stop(100%, rgba(195,50,42,1)));
    background: -webkit-linear-gradient(top, rgba(229,59,50,1) 0%, rgba(195,50,42,1) 100%);
    background: -o-linear-gradient(top, rgba(229,59,50,1) 0%, rgba(195,50,42,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,59,50,1) 0%, rgba(195,50,42,1) 100%);
    background: linear-gradient(to bottom, rgba(229,59,50,1) 0%, rgba(195,50,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53b32', endColorstr='#c3322a', GradientType=0 );

    margin : 0 auto;
    display: table;
    list-style-type: none;
    padding : 0;
    margin-top:-70px;
    z-index: 200;
    position: relative;
    font-size: 18px;
}
.cont-nav li {
    text-align: center;
    display: inline-block;
}
.cont-nav li a {
    display: inline-block;
    padding:15px 30px;
    color : #FFFFFF;
    text-decoration: none;
}
.cont-nav li:nth-child(even) a {
    background: #a22620;
}
.cont-nav li a:hover {
    color: #8BC34A;
}
.cont-nav li a span {
    display: block;
}
.cont-nav li a i {
    font-size:30px;
}
.section {
    padding: 30px 0;
}
.section-title {
    background: url("../images/bg_title.png");
    margin-bottom:15px;
}
.section-content {
    margin-bottom:20px;
}
.black .section-title {
    background: url("../images/bg_title_white.png");
}
.section-title span {
    background: #8BC34A;
    color : #FFFFFF;
    padding:8px 10px;
    font-size:16px;
    font-family: "Web-Lato-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.gray {
    background: #f2f2f2;
}
.no-padding-right {
    padding-right : 0;
}
.no-padding-left {
    padding-left : 0;
    padding-top : 8px;
}
.list-group h4 {
    font-family: "Web-Lato-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
}
.lg-news {
    background: rgba(0,0,0,0.03);
    border: solid 1px rgba(0,0,0,0.09);
    margin-bottom: 20px;
    min-height: 300px;
    max-height: 600px;
}
.lg-news .title {
    font-family: "Web-Lato-Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:18px;
    display: block;
    color : #8BC34A;
    padding:5px 0;
}




/* style for animation new hover */
.news-container {
    position: relative;
    width : 100%;
    margin-bottom:15px;
}

.news-image {
    display: block;
    width: 100%;
    height : 180px;
}

.news-image.height-2x {
    height : 250px;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 42, 0.92);
    overflow: hidden;
    width: 100%;
    height: 44px;
    transition: .5s ease;
}

.news-container:hover .news-overlay {
    /*background-color: rgba(255, 153, 51, 0.84);*/
	background-color:rgba(42, 42, 42, 0.80);
}

.news-container:hover .news-overlay {
    height: 100%;
}

.news-text {
    padding : 10px 20px;
    font-size:14px;
    color : #FFF !important;
}
.news-container:hover .news-text {
    padding:20px;
}
.news-text .title {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-text .date,
.news-text .text{
    display: none;
    color : #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news-container:hover .news-text .date,
.news-container:hover .news-text .text {
    display: block;
}
.news-container:hover .news-text .title {
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
}
/* End News Animation */



blockquote {
    font-size: 14px;
    margin : 0;
    padding : 10px;
}
.date {
    font-size: 12px;
    margin-bottom: 5px;
    color: gray;

    font-family:"Web-Lato-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.date .fa {
    margin-left:5px;
}
.date .fa:first-child {
    margin-left:0;
}
.panel-default>.panel-heading {

    /*background: rgba(0,95,139,1);
    background: -moz-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,95,139,1)), color-stop(100%, rgba(0,58,83,1)));
    background: -webkit-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -o-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    background: linear-gradient(to bottom, rgba(0,95,139,1) 0%, rgba(0,58,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f8b', endColorstr='#003a53', GradientType=0 );*/
    background: #5da609;

    color : #FFFFFF;
    padding:11px 15px;
}

.panel-default>.panel-heading a {
    text-decoration: none;
}
.lg-news-body {
    padding:10px 14px;

}
.section.black {
    background : #2f2f2f;
}
ul.bottom-link {
    margin : 0;
    padding : 0;
    list-style-type: none;
}
ul.bottom-link a {
    display: block;
    color : #FFFFFF;
    padding:4px;
    font-family: "Web-Lato-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.bottom-link a:hover {
    color : #fffc00;
    padding-left:10px;
}
.black .section-content {
    color : #FFFFFF;
}
.black .table {
    margin : 0;
}
.black .table>tbody>tr>td, .black .table>tbody>tr>th, .black .table>tfoot>tr>td, .black .table>tfoot>tr>th, .black .table>thead>tr>td, .black .table>thead>tr>th {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
}
.black {
    color: #FFFFFF;
}
.bottom-footer {
    padding-top:20px;
    border-top:solid 4px rgba(255,255,255,0.1);
    text-align: center;
}
.gallery-item {
    float: left;
    display: inline-block;
    width:25%;
    min-height: 120px;
    max-height: 121px;
    overflow: hidden;
}
.gallery-item1 {
    float: left;
    display: inline-block;
    width:50%;
}
.gallery-item.x-3 {
    width : 33.33%;
}
.gallery-item:hover {
    background: #8BC34A;
}
.gallery-item img {
    width : 100%;
    padding:5px;
}
.list-agenda a {
    font-family:"Web-Lato-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color : #333;
    border-bottom:solid 1px rgba(0,0,0,0.08);
    display: block;
    text-decoration: none;
    padding:5px 0;
}
.list-agenda a:hover {
    color : #8BC34A;
    background: rgba(0, 0, 0, 0.04);
}
.list-agenda a:first-child {
    padding-top : 0;
}
.list-agenda a:last-child {
    padding-bottom: 0;
    border:0;
}
.list-agenda .text {
    font-size:12px;
    font-family:"Web-Lato-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}
.page-title {
    color : #FFFFFF;
    padding:20px 0;
    font-size:30px;
    font-family:"Web-Lato-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align : center;
}
.date-title {
    font-size:14px;
    padding:10px;
    background: rgba(0,0,0, 0.4);
    display: table;
    margin: 5px auto 0;
}
.copyright a {
    display: inline-block;
    padding: 2px 5px;
    background: #FFF;
    border-radius: 12px;
    margin-top: 5px;
    opacity: 0.6;
}
.copyright a:hover {
    opacity : 1;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #8BC34A;
    border-radius: 0;
    display: inline-block;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>.active {
    color: #fffc00;
}
.pagination {
    margin : 20px auto 0;
    display: table;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color : #8BC34A;
    border-color : #8BC34A;
}
.pagination>li>a, .pagination>li>span {
    color : #8BC34A;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-primary {
    background : rgba(76,76,76,1);

    border:none;

}
.carousel .text {
    background: #333;
    color: #FFF;
    padding: 10px 10px 40px;
}
.carousel .text span {
    display: block;
    font-family:"Web-Lato-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color : #fffc00;
}
.form-control {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background : rgba(0,0,0,0.05);
}
.form-control:focus {
    background : #FFFFFF;
}
.input-group-addon {
    border-radius: 0;
    background: #8BC34A;
    color: #FFF;
    border: solid 1px #8BC34A;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color : #FFFFFF;
}
.dropdown-menu {
    /*background: #bf6102;*/
    background: #63B306;
}
.dropdown-menu>li>a, .dropdown-menu>li>a {
    padding: 5px 10px;
    min-width: 300px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    /*background : #8BC34A;*/
    background: #417A00;
    padding: 10px 15px;
}

.x-2 .gallery-item {
    width : 50%;
}

.gallery-item iframe {
    padding : 0 5px;
}
.btn-primary:hover {
    background: rgba(50,50,50,1);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.bg-red-transparent {
    background: rgba(255,105,105,0.15);
}

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

    .navbar-nav {
        float: none;
    }
    .navbar-inverse .navbar-toggle {
        border-color: rgba(255,255,255,0.4);
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: rgba(255,255,255,0.4);
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right:15px !important;
        padding-left:15px !important;
    }
}

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

    .dropdown ul {
        display: block;
    }
    .navbar-nav .dropdown .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        color: #FFFFFF;
        padding : 5px 15px 5px 25px;
    }
    .dropdown-menu ul {
        position: static;
        margin-top:0;
        display: block;
    }
    .dropdown-menu ul li {
        background: none;
        min-width: 0;
        padding-left: 24px;
    }

    .cont-nav {
        margin-top : 0;
    }
    .carousel-indicators {
        bottom : 10px;
    }
    #website-slider-banner .text-top-slide {
        position: static;
    }
    #website-slider-banner .text-top-slide h2 {
        position: static;
        margin: 0;
        padding: 10px 10px 55px;
        font-size: 22px;
    }
    #website-slider-banner .text-top-slide h2::before,
    #website-slider-banner .text-top-slide h2::after {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .cont-nav li a {
        display: block;
    }
    .cont-nav,
    .cont-nav li {
        display: block;
    }
    .fixtop{
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: #FFF;
    }
    /*#header .left-logo {
        max-height: 30px;
    }*/
    #header .left-logo a>img {
        max-height: 45px;
    }
    #header .right-social {
        display: none;
    }
    #header .right-social .fa-facebook-square {
        color : #3b5998;
    }
    #header .right-social .fa-twitter-square {
        color : #00aced;
    }
}