.PL-fix-1 {
    line-height: 10px !important;
    font-size: 10px !important;
    height: 27px !important;
}
#site-header-inner {
    /*padding-bottom: 50px !important;*/
}
.PL-fix-2:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.wprt-testimonials .customer .inner {
    height: 275px !important;
}
.cbp-nav-controls {
    left: 50% !important;
    transform: scale(1.5, 1.5) !important;
    width: 180px !important;
}

.PL-fix-3 {
    text-transform: uppercase;
    font-size: 12px !important;
}

.PL-footer-item {
    width: 32%;
    display: inline-table;
}

.PL-footer-1 img{
    position: relative;
    top: 15px;
}
.PL-footer-2 {
    font-size: 15px;
    text-align: center;
}
.PL-footer-2 ul {
    list-style-type: none;
}
.PL-footer-2 ul li {
    display: inline-table;
    padding: 0px 5px;
    position: relative;
}
.PL-footer-3 {
    text-align: right;
}
.PL-footer-3-1 {
    font-size: 18px;
    color: #fff;
}
.PL-footer-3-2 {
    font-size: 14px;
    color: #fff;
	line-height: 1.3;
}

.PL-fix-4 {
    display: none;
}

.PL-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    z-index: 999999999999999999999;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
    .hero-text {
        font-size: 18px !important;
    }
    .PL-fix-4 {
        display: block;
    }
    .PL-footer-item {
        width: 100%;
        display: block;
        text-align: center;
    }
    .PL-footer-1 {
        padding-bottom: 30px;
    }
    .PL-footer-2 ul {
        padding-left: 0;
        margin: 0;
    }
}
@media screen and (min-width: 280px) and (max-width: 991px) {
    .PL-fix-1 {
        display: none !important;
    }

    #site-header-inner {
        padding-bottom: 17px !important;
    }
}

@media screen and (min-width: 992px) {
    .main-logo img {
        /*width: 350px;*/
        position: relative;
        top: -7px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .PL-fix-1 {
        display: none !important;
    }

    #main-nav {
        top: 40% !important;
    }
    #main-nav li:last-child {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    #bottom #bottom-bar-inner .container {
        width: 1125px !important;
    }
}