body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

h2 {
    font-size: 30px;
    margin-bottom: 20px
}

h3 {
    font-size: 18px
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff
}

.btn {
    border: 0;
    border-radius: 0
}

.btn.btn-primary:hover {
    background-color: #017fb5
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent
}

a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.heading {
    padding-bottom: 90px
}

.preloader {
    display: none !important;
}

.preloader>i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block
}

#home-slider {
    overflow: hidden;
    position: relative
}

#home-slider .caption {
    position: absolute;
    top: 45%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff
}

#home-slider .caption * {
    color: inherit
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 30px
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px
}

.caption .btn-start:hover {
    color: #fff
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #369349;
    opacity: .5
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all;
    -moz-transition: all;
    -webkit-transition: all
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px
}

.left-control:hover,
.right-control:hover {
    color: #fff
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite
}

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, 0.2)
}

.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color .2s ease;
    transition: background-color;
    -moz-transition: background-color;
    -webkit-transition: background-color
}

.our-services .col-sm-4:hover .service-icon {
    background-color: #333
}

.our-services .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 60px
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 0
}

.service-info h3 {
    margin-top: 35px
}

#about-us {
    background-image: url("../images/about-bg.jpg");
    padding: 60px 0
}

#about-us h2 {
    margin-top: 0;
    color: #fff
}

#about-us .lead {
    font-size: 16px;
    margin-bottom: 10px
}

#about-us h1 {
    margin-bottom: 30px
}

.progres {
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px
}

.progress-ba {
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width;
    -moz-transition: width;
    -webkit-transition: width
}

#portfolio .container-fluid,
#portfolio .col-sm-3 {
    overflow: hidden;
    padding: 0
}

#portfolio .folio-item {
    position: relative
}

#portfolio .overlay {
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all;
    -moz-transition: all;
    -webkit-transition: all
}

.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%
}

.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle
}

.overlay .folio-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all;
    -moz-transition: all;
    -webkit-transition: all
}

.overlay .folio-info h3 {
    margin-top: 0;
    color: #fff
}

.folio-overview a {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px
}

.folio-overview a:hover {
    color: #fff
}

.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px
}

.folio-image,
.folio-overview .folio-expand {
    -webkit-transition: all .8s ease-in-out;
    transition: all;
    -moz-transition: all;
    -webkit-transition: all
}

#portfolio .folio-item:hover .folio-image {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5)
}

.folio-image img {
    width: 100%
}

#portfolio .folio-item:hover .overlay {
    opacity: .8;
    bottom: 0;
    height: 100%
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left: 0
}

#portfolio .folio-item:hover .overlay .folio-info {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0
}

#single-portfolio {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative
}

#single-portfolio img {
    width: 100%;
    margin-bottom: 10px
}

#single-portfolio .close-folio-item {
    position: absolute;
    top: 30px;
    font-size: 34px;
    width: 34px;
    height: 34px;
    left: 50%;
    color: #999;
    margin-left: -17px
}

#team {
    padding-top: 0
}

.team-members {
    margin-bottom: 25px
}

.social-icons {
    margin-top: 30px;
    text-align: center
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.social-icons ul li {
    float: left;
    margin-right: 8px
}

.social-icons ul li:last-child {
    margin-right: 0
}

.social-icons ul li a {
    color: #fff;
    background-color: #d9d9d9;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    opacity: .8
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.team-member {
    text-align: center;
    color: #333;
    font-size: 14px
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7
}

.team-member:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0
}

.team-member:hover .social-icons ul li a.rss {
    background-color: #ff6b00
}

#team .img-responsive {
    width: 100%
}

.member-info h3 {
    margin-top: 35px
}

.member-info h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999
}

#features {
    text-align: center;
    background-image: url("../images/features-bg.jpg")
}

#features i {
    font-size: 48px
}

#features h3 {
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px;
    color: #fff
}

#features .slider-overlay {
    opacity: .8
}

.pricing-table {
    text-align: center
}

.single-table {
    padding: 30px 20px 20px;
    border: 1px solid #f2f2f2
}

.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.price {
    font-size: 36px;
    line-height: 36px
}

.price span {
    font-size: 14px;
    line-height: 14px
}

.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0
}

.single-table ul li {
    line-height: 30px
}

.single-table.featured {
    color: #fff
}

.single-table.featured h3 {
    color: #fff
}

.single-table.featured .btn.btn-primary {
    background-color: #fff
}

#twitter {
    background-image: url("../images/twitter-bg.jpg")
}

#twitter>div {
    text-align: center;
    position: relative
}

#twitter-carousel {
    position: relative;
    z-index: 15
}

.twitter-icon {
    position: relative;
    z-index: 15;
    color: #fff
}

.twitter-icon .fa-twitter {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative
}

.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px
}

#twitter-carousel .item {
    padding: 0 55px
}

#twitter-carousel .item a {
    color: #fff
}

.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff
}

.twitter-left-control,
.twitter-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 15
}

.twitter-left-control {
    left: 80px
}

.twitter-right-control {
    right: 80px
}

.twitter-left-control:hover,
.twitter-right-control:hover {
    color: #fff
}

.post-thumb {
    position: relative
}

.post-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.post-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.post-meta span {
    margin-right: 16px
}

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%
}

.blog-left-control,
.blog-right-control {
    position: absolute;
    top: 45%;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 36px
}

.blog-left-control {
    left: 0
}

.blog-right-control {
    right: 0
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff
}

.entry-header h3 a {
    line-height: 30px
}

.entry-header .date,
.entry-header .cetagory {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative
}

.entry-header .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 3px
}

.entry-content {
    font-size: 14px
}

.load-more {
    display: block;
    text-align: center;
    margin-top: 70px
}

.btn-loadmore {
    border: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 125px;
    text-transform: uppercase
}

.btn-loadmore:hover {
    color: #fff
}

#contact {
    padding-top: 45px;
    padding-bottom: 0
}

#google-map {
    height: 350px
}

#contact-us {
    background-image: url("../images/contact-bg.jpg");
    padding-bottom: 90px
}

#contact-us .heading {
    padding-top: 95px
}

.form-control {
    border-color: rgba(0, 0, 0, 0.1);
    height: 50px;
    border-radius: 0;
    box-shadow: none
}

textarea.form-control {
    min-height: 180px;
    resize: none
}

.form-group {
    margin-bottom: 30px
}

.contact-info {
    padding-left: 70px;
    font-weight: 300
}

ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-info ul li {
    margin-bottom: 8px
}

.contact-info ul li a {
    color: #fff
}

.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px
}

#footer {
    color: #fff
}

.footer-top {
    position: relative;
    padding: 30px 0
}

#footer .footer-bottom {
    background-color: #2c3e50;
    padding: 20px 0 10px;
    color: #fff
}

#footer .footer-bottom a:hover {
    text-decoration: underline
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5px
}

#footer .social-icons {
    margin-top: 15px
}

#footer .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .social-icons ul li a {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    line-height: 33px
}

#footer .social-icons ul li a:hover {
    color: #fff
}

#footer .social-icons ul li a.envelope:hover {
    background-color: #cecb26
}

#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999
}

#footer .social-icons ul li a.twitter:hover {
    background-color: #2ac6f7
}

#footer .social-icons ul li a.dribbble:hover {
    background-color: #ff5b92
}

#footer .social-icons ul li a.linkedin:hover {
    background-color: #036dc0
}

#footer .social-icons ul li a.tumblr:hover {
    background-color: #ff6b00
}

a,
#home-slider .caption h1 span,
#twitter-carousel .item span,
#single-portfolio .close-folio-item:hover,
.single-table.featured .btn.btn-primary,
.contact-info ul li a:hover,
#footer .footer-bottom a {
    color: #3498db
}

.btn.btn-primary:hover,
.btn-submit:hover {
    background-color: #027db3
}

a:hover,
a:focus {
    color: #027db3
}

.main-nav,
.service-icon,
.progress-bar.progress-bar-primary,
.single-table.featured,
.btn.btn-primary,
.twitter-icon .fa-twitter,
.twitter-left-control:hover,
.twitter-right-control:hover,
.post-icon,
.entry-header .date:after,
.btn-loadmore:hover,
.btn-submit,
#footer,
.caption .btn-start:hover,
.left-control:hover,
.right-control:hover,
.folio-overview a:hover {
    background-color: #2c3e50
}

.twitter-left-control:hover,
.twitter-right-control:hover,
.btn-loadmore:hover {
    border: 1px solid #2c3e50
}

.caption .btn-start:hover,
.left-control:hover,
.right-control:hover {
    border-color: #2c3e50
}

.twitter-icon .fa-twitter:after {
    border-color: #2c3e50 transparent transparent
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-right li a {
        font-size: 12px;
        padding-right: 10px
    }

    .social-icons ul li {
        margin-bottom: 10px
    }

    .price {
        font-size: 16px;
        height: 110px;
        line-height: 30px;
        width: 100%
    }

    .price span {
        font-size: 40px;
        margin-top: 27px
    }

    .btn-signup {
        padding: 10px 20px
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px
    }

    #home-slider .caption h1 {
        font-size: 40px
    }

    #home-slider .caption {
        font-size: 15px;
        padding: 0 30px
    }

    .left-control,
    .right-control {
        font-size: 20px;
        height: 30px;
        line-height: 25px;
        width: 30px
    }

    #home-slider:hover .right-control {
        right: 15px
    }

    #home-slider:hover .left-control {
        left: 15px
    }

    .caption .btn-start {
        font-size: 12px;
        padding: 10px 30px
    }

    .navbar-brand {
        color: #fff;
        padding: 15px 15px
    }

    .navbar-toggle {
        border: 1px solid #fff
    }

    .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .navbar-right li a {
        font-size: 13px;
        padding-bottom: 8px;
        padding-top: 10px
    }

    section {
        padding: 45px 0
    }

    .heading {
        font-size: 14px;
        padding-bottom: 45px
    }

    .heading h2 {
        font-size: 26px
    }

    .service-info h3 {
        font-size: 20px
    }

    .our-services .col-sm-4 {
        margin-bottom: 32px;
        padding-bottom: 20px
    }

    .our-services .col-sm-4:nth-child(4),
    .our-services .col-sm-4:nth-child(5),
    .our-services .col-sm-4:nth-child(6) {
        padding-top: 0
    }

    .service-icon {
        font-size: 30px;
        height: 65px;
        line-height: 62px;
        width: 65px
    }

    .our-services .col-sm-4:hover .service-icon:before {
        height: 90px;
        width: 90px
    }

    .about-info {
        text-align: center;
        margin-bottom: 50px
    }

    .team-member {
        margin-bottom: 50px
    }

    .team-members .col-sm-3,
    .pricing-table .col-sm-3,
    #portfolio .col-sm-3,
    .blog-posts .col-sm-4 {
        width: 50%;
        float: left
    }

    .social-icons ul li a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .count .col-xs-6 {
        margin-bottom: 35px
    }

    #features {
        min-height: 330px
    }

    #features i {
        font-size: 35px
    }

    #features h3 {
        font-size: 25px
    }

    .price span {
        font-size: 50px;
        margin-top: 25px
    }

    .price {
        font-size: 18px;
        height: 110px;
        line-height: 35px;
        width: 130px
    }

    .single-table ul {
        margin-top: 22px
    }

    .single-table ul li {
        font-size: 14px;
        margin-top: 15px
    }

    .btn-signup {
        font-size: 12px;
        margin-top: 25px;
        padding: 10px 35px
    }

    .single-table {
        margin-bottom: 40px;
        padding: 20px
    }

    #twitter {
        padding-bottom: 75px
    }

    .twitter-left-control,
    .twitter-right-control {
        top: inherit;
        bottom: 30px;
        height: 25px;
        width: 25px;
        line-height: 23px;
        font-size: 14px
    }

    .twitter-left-control {
        left: 40%
    }

    .twitter-right-control {
        right: 40%
    }

    #blog {
        overflow: hidden
    }

    .entry-header h2 {
        line-height: 20px
    }

    .blog-posts .col-sm-4 {
        margin-bottom: 35px
    }

    .load-more {
        margin-top: 35px
    }

    .btn-loadmore {
        font-size: 12px;
        padding: 15px 75px
    }

    #contact-us .heading {
        padding-top: 35px
    }

    .contact-info {
        padding-left: 0
    }

    #footer .footer-bottom {
        text-align: center
    }

    .footer-bottom p.pull-right {
        float: none !important
    }
}

@media (max-width:479px) {

    .team-members .col-sm-3,
    .pricing-table .col-sm-3,
    #portfolio .col-sm-3,
    .blog-posts .col-sm-4 {
        width: 100%;
        float: none
    }
}

body {
    padding: 0;
    background-color: #2c3e50
}

.navbar-brand {
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
}

.navbar-brand img {
    height: 40px
}

.navbar-brand:hover,
.navbar-brand:active {
    color: #fff
}

.table-no-border td,
.table-no-border tr {
    border: none !important;
    font-size: 16px
}

.nav .dropdown.open>a,
.nav .dropdown.open>a:hover {
    background-color: #369349 !important
}

.nav .dropdown-menu {
    min-width: 100%;
    background-color: #3a9c4d;
    border-radius: 0;
}

.nav .dropdown-menu li>a {
    background-color: #3a9c4d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav .dropdown-menu li>a:hover {
    background-color: #369349;
    color: #fff
}

header {
    background-color: #369349
}

.form-control.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn.btn-default {
    background-color: #efefef;
}

.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
    background-color: #e5e5e5
}

section.content {
    background-color: #fff;
    padding: 30px 0
}

#home-slider,
.map-container {
    position: relative;
    height: auto;
}

#home-slider .header-inner,
.map-container .header-inner {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#home-slider .header-inner .overlay,
.map-container .header-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #40ad56;
    opacity: .3
}

#home-slider .caption,
.map-container .caption {
    position: relative;
    margin: 100px 0 140px
}

#home-slider .map,
.map-container .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2a7038
}

.map-container {
    height: 60vh;
}

@media (max-width:480px) {
    .map-container {
        height: 80vh
    }
}

.map-container .page-title {
    position: absolute;
    width: 100%;
    top: 50px;
    color: #fff;
}

.map-container .page-title h1,
.map-container .page-title h2,
.map-container .page-title h3,
.map-container .page-title p,
.map-container .page-title span,
.map-container .page-title div {
    color: inherit
}

.input-group .input-group-addon {
    border-color: #ddd;
    border-radius: 0 !important
}

.form-control[type='file'] {
    padding: 0
}

.form-control:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-color: #40ad56
}

#page-heading {
    background: #369349;
    color: #fff;
    padding-top: 90px;
}

#page-heading * {
    color: inherit
}

.paper {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 20;
}

.paper:before,
.paper:after {
    display: table;
    content: " "
}

.paper:after {
    clear: both
}

.paper.paper-offset-top {
    margin-top: -75px;
}

.paper.paper-offset-top:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -15px;
    top: 45px;
    opacity: .05;
    border-right: 7px solid #000;
    border-top: 120px solid #000;
    border-left: 7px solid transparent;
    border-bottom: 120px solid transparent
}

.paper.paper-offset-top:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    top: 45px;
    opacity: .05;
    border-left: 7px solid #000;
    border-top: 120px solid #000;
    border-right: 7px solid transparent;
    border-bottom: 120px solid transparent
}

.paper.paper-offset-top.offset-big {
    margin-top: -160px;
    width: 120%;
    margin-left: -10%;
}

.paper.paper-offset-top.offset-big:before,
.paper.paper-offset-top.offset-big:after {
    top: 130px
}

.main-nav {
    transition: all;
    -moz-transition: all;
    -webkit-transition: all;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.carousel-fade .carousel-inner .item:after {
    background-color: #235f2f
}

.bg-transparent {
    background: transparent
}

#members {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0
}

.list-pengurus {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.list-pengurus .pengurus {
    padding: 10px 10px;
}

.list-pengurus .pengurus,
.list-pengurus .pengurus .nama,
.list-pengurus .pengurus .provinsi,
.list-pengurus .pengurus .foto,
.list-pengurus .pengurus .inner {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.list-pengurus .pengurus .inner {
    background: #fff;
    padding: 15px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.list-pengurus .pengurus .foto img {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 75px;
    overflow: hidden
}

.list-pengurus .pengurus .nama,
.list-pengurus .pengurus .provinsi {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-pengurus .pengurus .nama {
    font-size: 14px
}

.list-pengurus .pengurus .provinsi {
    font-size: 12px
}

.list-pengurus .pengurus:hover {
    z-index: 10;
}

.list-pengurus .pengurus:hover .inner {
    border: 1px solid #40ad56;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.list-pengurus .pengurus:hover .inner .nama {
    color: #40ad56
}

.list-pengurus .pengurus:hover .inner .provinsi {
    color: #dbb944
}

.list-members {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.list-members .member {
    list-style-type: none;
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    margin: 0;
    border: 1px solid #efefef;
    padding-left: 80px;
    z-index: 1;
    background: #fff;
    height: 80px;
}

.list-members .member.single {
    width: 100%
}

@media (max-width:480px) {
    .list-members .member {
        width: 100%
    }
}

.list-members .member .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.list-members .member .avatar img {
    width: 50px;
    height: 50px;
    margin: 15px;
    display: inline-block;
    background: #aaa
}

.list-members .member .info span,
.list-members .member .info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-members .member:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-color: #3498db;
    z-index: 10
}

.no-padding {
    padding: 0
}

.thumbnail {
    position: relative
}

.thumbnail-btn {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: #007dd4;
    opacity: .5;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.thumbnail-btn:hover {
    opacity: 1;
    color: #fff;
    font-weight: bold
}

.main-nav-outer {
    border-bottom: 1px transparent;
    background: #2c3e50;
    width: 26px !important;
    height: 26px !important;
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
}

.marker-number {
    background: transparent;
    color: #fff;
    width: 26px !important;
    height: 26px !important;
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    transition: all;
    -moz-transition: all;
    -webkit-transition: all;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.marker-number.on {
    background: #ffa500
}

.page-anggota .box-filter {
    background: #3a9c4d;
}

.page-anggota .box-filter,
.page-anggota .box-filter>.filter {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0
}

.page-anggota .box-filter.two-column .filter {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

@media (max-width:480px) {
    .page-anggota .box-filter.two-column .filter {
        width: 100%
    }
}

.page-anggota .box-filter .filter select,
.page-anggota .box-filter .filter input[type='text'] {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.page-anggota .box-filter .filter select>option {
    background-color: #40ad56 !important
}

ul.pagination>li a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #666;
    border: none !important;
    margin: 0 3px;
    border-radius: 30px !important;
    background-color: #ddd;
}

ul.pagination>li a:hover {
    background-color: #dbb944;
    color: #fff
}

ul.pagination>li.active a {
    background-color: #dbb944 !important;
    color: #fff
}

.bubble-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px
}

.bubble-icon {
    position: relative;
    z-index: 15;
    color: #fff;
}

.bubble-icon.with-separator:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    border: 3px solid #2c3e50
}

.bubble-icon .fa {
    background-color: #2c3e50;
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative
}

.bubble-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px
}

@media (max-width: 991px) {
    .paper.paper-offset-top.offset-big {
        width: 100%;
        margin-left: 0;
    }
}