/* Menu */
.pm-menu-container {
    background-color: #122039;
}
.pm-header-menu-btn-container {
    display: none; /* Temporary */
}
.pm-float-menu-container {
    display: none;
}

/* Header */
.pm-header-logo img{
    width: 60%;
    
}
.pm-caption {
    padding-top: 225px;
}

.pm-caption-excerpt {
    font-size: 24px;
    line-height: 24px;
}
.pm-slider div.pm-next:hover, .pm-slider div.pm-prev:hover {
    color: #30aa40;
}

.no-animate-btn p{background: transparent;
    border: 3px solid white;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    padding:10px;
    color: white;
    width: 250px;
    margin: auto;
        transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.no-animate-btn p:hover {
        background: #30aa40;
    border: 3px solid #30aa40;
}

.pm-slider-scroll-down-btn {
 background-color: #30aa40;
    border: 2px solid #33aa41;

}
.pm-slider-scroll-down-btn:hover {
    background-color: #33aa41;
}
.pm-slider-scroll-down-btn:after {
    
    box-shadow: 0 0 0 2px #30aa40;

}
.pm-slider-scroll-down {
        border-top: 3px solid #30aa40;
}

.pm-dots span:hover {
    background-color: #AFB6C0;
}
.pm-dots span.pm-currentDot {
    background-color: #AFB6C0;
}
@media only screen and (max-width:767px) {
    .pm-header-logo img {
        width: 40%;
    }
}
/* Our Commitment and Services */

#services p {
       text-align: justify;
}
.pm-services-tab-system-desc.active {
    margin-top:20px;
    margin-bottom:20px;
}

.pm-services-tab-system-desc-wrapper {
    height: auto;
}
.pm-services-tab-system-list li {
    width: 32%;
}
.pm-services-tab-system-container {
    background: url('/img/mineral-loan/BREAK_BK.jpg');
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center !important;
}
.pm_services_tab_icon_container {
    width:250px;
}

.pm_services_tab_icon_container a  {
    font-family: 'Raleway';
    font-weight: bold;
    color: white;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
    min-height: 75px;
}
.pm_services_tab_icon_container a  .service-span {
    line-height: 36px;
    display: block;
    font-size: 18px;
    font-weight: 300;
}
   .pm-services-tab-system-desc-expander {
        display: none;
    }
@media only screen and (max-width: 992px) {
    .pm-services-tab-system-list li {
        width: 100%;
    }
}
/* Why Us */
#portfolio {
    background-image: url('/img/mineral-loan/logo_back.jpg');
   background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;  }
#portfolio p {
    color: #122039;
    text-align: justify;
}
#portfolio .pm-column-subtitle {
      color: #122039;
}
/* About Us */
#about-us {
    background-image: url('/img/mineral-loan/ABOUT_BK.jpg');
       background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center !important; 
    background-attachment: fixed;
}
#about-us p {   
    text-align: justify;
}
.pm-timeline-descriptions {
    height: 395px;
}
.pm-timeline-controller {
    display: none;
}

.pm-timeline-descriptions {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .pm-timeline-descriptions {
        height:500px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
    .pm-timeline-descriptions { 
        width:600px;
    }
}
@media only screen and (max-width: 767px) {
    .pm-timeline-dates {
        display: none;
    }
    .pm-timeline-descriptions {
        height: 510px;
    }
    
}
@media (max-width:500px) {
       .pm-timeline-descriptions {
        height: 810px;
    }
    
}

/* Contact */

.contact-logo {
    width: 200px;
    margin: 0 auto 25px auto;
}
.contact-logo img {
    width: 100%;
}
.pm-contact-form-submit {
    margin: 20px 0 20px 0;
    float: right;
}

/* Footer */
footer { 
    height: 400px;
    background-image: url('/img/mineral-loan/logo_back.jpg');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}