/* logo */
div.logo img {
    max-height: 130px;
}

/* navigation full width */
.navigation {
    width: 100%;
}
li.active {
    background-color: #0cab4b !important;
}
     
@media (min-width: 767px) {
	
    .px-head-info {
        margin-top: -40px;
        margin-bottom: -5px;
    }

    .px-head-info ul li span {
        font-size: 13px;
        line-height: 16px;
    }
    .px-head-info ul li {
        font-size: 18px;
        line-height: 21px;
    }

    .px-nav-area {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 5px;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
}
@media (min-width: 1000px) {
	
    .px-nav-area ul {
        display: inline-block;
        padding: 0;
        height: 46px;
    }
}


/* index */
.gallery-item figcaption a {
    min-width: 135px;
    max-width: 135px;
}

/* footer */
.footer-middle-ul li {
    font-size: 15px !important;
}
#footer-sec .px-widget-contact ul li {
    font-size: 14px;
}

/* lists */

/* - main page lists */
.mainpage-section ul {
    width: 100%;
    float: left;
    margin-bottom: 22px;
    padding: 5px 0 0;
}
.mainpage-section ul li {
    float: left;
    line-height: 26px;
    list-style: outside none none;
    padding: 0 0 0 20px;
    position: relative;
    width: 100%;
        color: #686868;
}
.mainpage-section ul li:before {
    background: url('../images/list-arrow.png') no-repeat;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 9px;
}

/* - lines */
.px-textborder:before {
    background-color: #0cab4b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 18px;
}


/* masonry fix */
.px-portfolio-masonary figcaption h6:before {
    background: none;
}

.px-portfolio figcaption h6 a:before {
    position: absolute;
    margin-top: 10%;
    left: 45%;
    content: "\f002";
    font-size: 25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: none;
}

.px-portfolio-masonary figcaption, .px-portfolio.px-portfolio-plain figcaption, .px-portfolio.px-portfolio-modren figcaption {
    background-color: rgba(12,171,75,0.8);
}

/* slider */
.px-banner {
    max-height: 500px;
    overflow: hidden;
}
.flexslider {
    max-height: 500px;
}

/* Privacy */
fieldset {
    color: white;
    font-size: 8pt;
}
fieldset a {
    color: white;
    font-size: 8pt;
    text-decoration: underline;
}

fieldset input[type=checkbox] {
    margin-top: 5px;
    margin-bottom: 10px;
}