body {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans", sans-serif;
    min-width: 340px;
}

body.contact {
    background: url(../images/contact_us_bg.jpg) no-repeat 0 0 transparent;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.top-container-inner, .middle-container-inner, .middle-categories-container-inner, .process-container-inner, .footer-container-inner {
    max-width: 1100px;  
    margin: auto;
}

.top-container-inner {
    display: flex;
    justify-content: space-between;
}

.top-menu-buttons {
    align-items: center;
    display: flex;
}

.mobile-menu {
    display: none;    
}

img.top-Logo {
    max-width: 200px;
}

.page-container-inner {
    margin: auto;
    max-width: 1070px;
    padding: 10px;
}

a.btn.learnmorebtn {
    color: #FFFFFF;
    padding: 5px 10px;
    border: 1px solid #FFFFFF;
    font-size: 21px;
    transition: 0.3s all;
}

a.btn.learnmorebtn:hover {
    color: #e48e12;   
    border-color: #e48e12;
}

ul.top-menu-buttons {
    padding-top: 33px;
}

ul.top-menu-buttons li {
    list-style: none;
}

ul.top-menu-buttons li a {
    color: #2b6e5d;
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
    transition: 0.3s all;
}

ul.top-menu-buttons li a:hover {
    color: #e48e12;
}

.border-bar {
    background: #FFFFFF;
    border-bottom: 4px solid #2b6e5d;
}

.middle-container {
    background: #2b6e5d;
    color: #FFFFFF;
    padding: 5px;
    padding-top: 25px;
    box-shadow: inset 0px 0px 15px #205749;
}


.middle-slideshow-slideshow {
    max-width: 600px;
    max-height: 600px;
}

.below-middle-container {
    background: #273f45;
    color: #FFFFFF;
}

.below-middle-container h3 {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 32px;
    max-height: 44px;
}

.middle-container-inner {
    padding-bottom: 20px;
}

.below-middle-container-inner a {
    color: #FFFFFF;   
    transition: 0.3s all;
}

.below-middle-container-inner a:hover {
    font-size: 36px;
}
.middle-categories-container {
    background: url(../images/middle_categories_container_bg.jpg) no-repeat 0px -530px #FFFFFF;
    background-size: cover;
    padding: 1px;
}

.equipment-type-selection-list .cta-button.row {
    margin: 0px; 
}

.process-container {
    background: url(../images/process_container_bg.jpg) no-repeat 0px 0px #FFFFFF;
    background-size: cover;
    padding: 2%;
}

.process-container-transparent {
    text-align: center;
    color: #222222;
    background: rgb(255 255 255 / 90%);
    border-radius: 5px;
    font-size: 19px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding: 20px 30px 0px 30px;
}

.process-container-transparent h3 {
    margin-bottom: 0px;
}

.about-owner {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    background: #2b6e5d;
    color: #ffffff;
}

.about-owner-inner {
    width: 100%;
    max-width: 1070px;
    margin: auto;
}

.footer-container {
    background: #273f45;
    color: #FFFFFF;
}

.footer-container-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.footer-container a {
    color: #FFFFFF;
}

.footer-container a:hover {
    color: #e48e12;   
    border-color: #e48e12;
}







/*exp*/

.equipment-type-selection-list ul li {
    background: rgb(255, 255, 255);
    box-shadow: #AAAAAA 0px 0px 11px;
    display: inline-block;
    margin: 20px;
    width: 300px;
}

.equipment-type-selection-list ul li img {
    border: 5px solid #FFFFFF;
}

.equipment-type-selection-list ul li div {
    background: #FFFFFF;
    border: 1px solid #9d0a0e;
    color: #333333;
    display: none;
    margin-top: 5px;
    padding: 2px;
    text-shadow: 2px 2px 2px #FFFFFF;
}

.equipment-type-selection {
    border-bottom: 0px solid #9d0a0e;
}

.equipment-type-selection-inner {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 1%;
    text-align: center;
    text-shadow: 0px 0px 12px #000000;
}

.equipment-type-selection h3 {
    font-size: 48px;
    margin: 0px;
}

.equipment-type-selection-list .cta-button {
    list-style: none;
    margin: 40px 0px 40px 0px;
    padding: 0;
    text-align: center;
}
.equipment-type-selection-list .cta-button a {
    border: 1px solid #9d9d9d;
    display: block;
    position: relative
}

.equipment-type-selection-list .cta-button img {
    width: 96%
}

.equipment-type-selection-list .cta-button .cta-button--text {
    align-items: center;
    background: #000;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: flex;
    height: 78px;
    font-size: 24px;
    justify-content: center;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle;
    width: 100%
}

.equipment-type-selection-list .cta-button a:hover .cta-button--text {
    background: #e4a345;
    background: rgba(228,163,69, .79);
    color: #FFFFFF;
    height: 105px
}

.middle-slideshow-slideshow .slick-dots {
    bottom: -25px;
}

.middle-about-container-inner {
    max-width: 400px;
}

.mod-articlesnews.newsflash {
    display: flex;
    flex-wrap: wrap;
}

.mod-articlesnews__item {
    margin: 10px;
    padding: 15px 5px;
    max-width: 300px;
    border: solid 1px #2b6e5d;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #dbd7d7;
    text-align: center;
    background: #f3f3f3;
}

.mod-articlesnews__item h3 {
    margin: 0px;
}

/*
div#mod-custom126 {
    display: flex;
}
*/
.about-header {
    text-align: center;
}

h2.about-header-text {
    margin: 15px 0px;
}

.about-flex {
    display: flex;
  	justify-content: center;
}

.about-left {
    margin: 0px 5px;
}

.about-right {
    margin: 0px 5px;
}

div#mod-custom126 p {
    padding: 10px;
    margin: 0px;
}

div#mod-custom126 .about-left {
    max-width: 130px;
}

div#mod-custom126 img {
   width: 100%;
}

.footer-container-inner-l ul {
    list-style: none;
    padding: 0;
}

/*** Page Specific ***/

form#userForm {
    padding: 10px;
    background: rgb(255 255 255 / 50%);
    border-radius: 5px;
    box-shadow: 0px 0px 18px #959595;
}


/*** Mobile Views ***/

@media only screen and (max-width : 1160px) { 
    .flex {
        display: block;
        text-align: center;
    }
    
    .middle-about-container-inner {
        max-width: unset;
        margin-bottom: 40px;
    }
    
    .slick-dotted.slick-slider{
        margin: auto !important;
    }
    
    .top-container-inner {
        display: block;
    }
    
    .top-logo-container {
        text-align: center;
    }    
        
    img.top-Logo {
        max-width: 200px;
        margin: auto;
    }    
    
    .top-menu {
        
    }
    
    ul.top-menu-buttons {
        padding-top: 0;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0px;
        line-height: 40px;
    }  
    
    .mobile-menu {
        display: block;
        font-size: 40px;
        position: absolute;
        margin-left: 15px;
    }
    
    .mobile-menu a {
        color: #000000;
    }   
    
    ul.top-menu-buttons {
        height: 0px;
        overflow: hidden;
    }    
    
    ul.top-menu-buttons.expanded {
        height: auto;
    }    
    
    .slick-slide {
        height: auto !important;
    }
    
    .slick-arrow {
        display: none !important;
    }
    
    .below-middle-container h3 {
        font-size: 26px;
    }
    
    .middle-slideshow-slideshow-container {
        padding: 5px;
    }
    
    .slick-slide img {
        display: block;
        max-width: 100%;
    }   
    
    .middle-slideshow-slideshow .slick-dots {
        bottom: -25px;
    }
  
    div#mod-custom126 {
        display: block;
        text-align: center;
    }
    
    .footer-container-inner {
        align-items: center;
        display: block;
        justify-content: space-between;
        font-size: 17px;
        padding: 1px;
        text-align: center;
        padding-top: 10px;
    }    
  
    #mod-custom126 .about-left {
        margin: auto;
        text-align: center;
    }
    
}

.mod-articlesnews.newsflash {
    justify-content: center;
}

figure.newsflash-image img {
    max-width: 220px;
    max-height: 180px;
}

.newsflash a {
    color: #273f45 !important;
}

.jmm-item.carousel-item {
    display: none;
    opacity: 0;
    transition: 1s all;
}

.jmm-item.carousel-item.active {
    display: block;
    opacity: 1;
}

.jmm-author {
    font-weight: bold;
}

body.how-theyre-built .page-container {
    text-align: center;
}

.howbuiltvideo {
    width: 290px !important;  
    height: 500px !important;
    box-shadow: 0px 0px 4px #AAAAAA;
}

.newsflash .readmore .btn {
    background: #005945 !important;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}

.newsflash .readmore a.btn {
    color: #FFFFFF !important;
    transition: 0.3s all;
}

.newsflash .readmore a.btn:hover {
    background: rgba(228,163,69, .79) !important;
}

img.sugi_ban_image {
    margin: 20px 0px;
    width: 100%;
    max-width: 400px;
}