
/* general css */

html{
    font-weight:200;
}

h1{
    font-size:3rem !important;
    font-family:'Raleway',sans-serif;
}

h2{
    font-size:2.5rem !important;
    font-family:'Raleway',sans-serif;
}

h3{
    font-size:2.2rem !important;
    font-family:'Raleway',sans-serif;
}

h4{
    font-size:1.3rem !important;
    font-family:'Raleway',sans-serif;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 1.5rem;
    font-family:'Open-sans', sans-serif;
}

.design-height{
    min-height:750px !important;
}

#index-header{
    font-family:'Oswald', sans-serif;
}

.uk-background-primary{
    background-color:#00a3da !important;
}

.uk-box-border-bottom{
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
}

.uk-box-border-top{
    border-top:solid 1px rgba(160, 160, 160, 0.3);
}

.uk-box-border-left{
    border-left:solid 1px rgba(160, 160, 160, 0.3);
}

.uk-box-border-right{
    border-right:solid 1px rgba(160, 160, 160, 0.3);
}

.uk-text-large{
    font-size: 4rem !important;
}


.product-grid .uk-card-footer li,.product-grid .uk-card-footer p {
    font-size:.8rem !important;
}

.uk-table th {
    padding: 15px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
}

.uk-text-light{
    color:#fff;
}

.uk-tab > * {
    padding-left: 0;
}

.uk-tab > .uk-active > a {
    border-top:solid 3px #00a3da !important;
}

#product-tab .uk-tab .uk-active{
    background: #f8f8f8;
}

#product-tab .uk-tab a{
    border-bottom:none !important;
    /* border-top:solid 1px rgba(160, 160, 160, 0.3); */
}

#product-tab .uk-tab .uk-active h4{
    color:#555 !important;
}

#product-tab .uk-tab::before {
    left: 0;
}

#product-tab h3{
    font-family:'Oswald', sans-serif;
    font-weight: 400;
}

#product-tab h4{
    font-family:'Oswald', sans-serif;
    font-weight: 400;
}

#product-description h1{
    font-family:'Oswald', sans-serif;
    font-weight: 400;
}

.uk-card-title {
    font-size: 1rem;
    font-weight: 400;
    font-family:"Oswald",sans-serif;
    text-transform: uppercase;
    line-height: 1.4;
}

.uk-text-primary,.uk-overlay-primary .uk-text-primary{
    color: #00a3da !important;
}

.uk-light .uk-text-primary{
    color: #00a3da !important;
}

a.uk-link-heading:hover, .uk-link-heading a:hover{
    color: #00a3da !important;
}

.uk-text-shadow{
    text-shadow: 0 0 15px #0000005e;
}

.uk-article-meta {
    font-size: 0.8rem;
    line-height: 1;
    color: #999;
}

.uk-link-bold{
    font-weight:400;
    font-family:'Open-sans', sans-serif;
    color:#333;
    font-size:16px;
    border-bottom:solid 1px #333;
}

.uk-navbar-nav{
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.uk-navbar-nav {
    z-index: 2;
}

.uk-link-bold:hover{
    color:#00a3da !important;
    text-decoration:initial !important;
    border-bottom:solid 1px #00a3da;
}

.uk-wordcut{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.uk-button-primary {
    background-color: #00a3da;
    color: #fff;
    border: none;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #1097c4;
    color: #fff;
}

.uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #1097c4;
    color: #fff;
}

.uk-navbar-dropdown {
    margin: 0;
    box-shadow: none;
}

#id-navbar-logo {
    min-width: 295px;
    width:295px;
}

#id-navbar-logo-s {
    height: 75px;
}

.uk-navbar-nav > li > a {
    color: #666;
    font-family: 'Oswald',sans-serif;
    font-weight: 200 !important;
}

.uk-dropdown-nav .uk-nav-header a{
    color: #666;
    font-family: 'Oswald',sans-serif;
    font-weight: 200;
}

.uk-dropdown-nav li a{
    color:#888;
    font-size: 14px;
    line-height: 1.5rem;
    font-family:'Open-sans', sans-serif;
}

.uk-dropdown-nav .uk-nav-sub a {
    color:#888;
}

.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a {
    color: #13a3da;
    transition:.25s;
}

.uk-dropdown{
    z-index:-1;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    background:#fff;
    border:1px solid rgb(238, 238, 238);
}

.uk-lightbox{
    background: rgba(34, 34, 34, 0.9);
}

.uk-accordion-title::after {
    display:none !important;
}

.uk-lightbox img{
    max-width:75vw;
    max-height:75vh;
}

.uk-lightbox-button {
    background:transparent;
}

.uk-lightbox-toolbar,.uk-lightbox-toolbar h4, .uk-lightbox-toolbar p {
    color: #fff;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #555;
}

.uk-nav-default .uk-nav-header {
    color: #555;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
    color: #888;
    padding: 2px 0;
}

.uk-nav > li > a {
    padding: 2px 0;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: #e5e5e5;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: #00a3da;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    height: 70px;
}

.uk-navbar-nav > li > a, .uk-navbar-nav > li > a:hover {
    min-width: 100px;
    font-weight: 200;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open{
    color: #00a5df;
}

.uk-navbar-nav li a{
    position: relative;
}

.uk-navbar-nav li .uk-open .dropdown-arrow{
    position: absolute !important;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: solid 1px #efefef;
    border-left: solid 1px #efefef;
    transform: rotateZ(45deg);
    top: 60px;
}

.uk-navbar-nav li a .uk-open .dropdown-arrow{
    display: initial;
}

span.uk-navbar-toggle-icon.uk-icon {
    width: 30px;
    height: 30px;
}

span.uk-navbar-toggle-icon.uk-icon svg {
    width: 100%;
    height: 100%;
}

#id-footer-section {
    border-top: solid 1px #e5e5e5;
}

#id-navbar-logo {
    height: 50%;
}

#id-navbar-container, #id-navbar-container-s {
    height:70px;
    z-index: 999;
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
    background-color: rgba(255, 255, 255, 1);
}

#id-base-section {
    margin-top: -80px;
    height: 100vh !important;
    min-height: 100vh;
    background-size: cover !important;
}

/* about pages css */

.about-us-body #button-tab div{
    color: #ffffff80;
    padding: 5px;
    margin: 10px;
    position: relative;
    width:90px;
    height:90px;
}

.about-us-body #button-tab{
    background-repeat: no-repeat;
    background-position: 50% 37%;
    background-size: 93%;
}

.about-us-body .uk-slideshow-items p{
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.about-us-body #button-tab li{
    padding:0;
    margin-right:30px;
}

.about-us-body #button-tab li:last-child{
    margin-right:0;
}

.about-us-body #button-tab li::after{
    content:"";
    position: relative;
    width:100%;
    color: #ffffff80;
    border-top: solid 1px;
}

.about-us-body #button-tab div a{
    background: #c5c5c5b4;
}

.about-us-body #button-tab .uk-active a{
    background: #00a5dfa6;
    color:#fff;
}

.about-us-body #button-tab .dropdown{
    display: none;
    width: 300%;
    max-width: 300%;
}

.about-us-body #button-tab .uk-active .dropdown{
    display: initial;
}

.about-us-service #icon1{
    animation: service-animation 4s infinite alternate ease-in-out;
}

.about-us-service #icon2{
    animation: service-animation 4s infinite alternate ease-in-out;
    animation-delay:-2s;
}

.about-us-service #icon3{
    animation: service-animation 4s infinite alternate ease-in-out;
    animation-delay:-5s;
}

.about-us-service #icon4{
    animation: service-animation 4s infinite alternate ease-in-out;
    animation-delay:-3s;
}

@keyframes service-animation{
    0%   {transform: initial;}
    100%   {transform: translate(0, 15px);}
}

/* contact pages css */

#mapdiv {
    position: absolute;
    width: 100%;
    height: 100%;
}

#id-rep-list{
    border-left:solid 1px rgba(160, 160, 160, 0.3); 
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
    height:750px;
}

#contact-rep:not(:last-child){
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
}

.rep-svg svg{
    width: 100px;
    height: 100px;
    fill: #00a3da !important;
}

.rep-svg svg path{
    fill: #00a3da !important;
}

#mapwrapper {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
}

.amcharts-chart-div a{
    display: none !important;
}

/* news pages css */

.news-body #article-image{
    height:500px;
}

.uk-modal-title{
    font-family: 'Raleway', sans-serif;
}

.news-body #article-title{
    border-bottom:solid 1px rgba(160, 160, 160, 0.3);
}

.uk-thumbnav-vertical a img {
    width: 100%;
}

article .uk-slideshow-items {
    height: 100% !important;
}

.uk-article-title{
    color: #00a3da;
    margin-bottom:5px;
}

.uk-article-thumb{
    width:300px;
    height:200px;
}

.uk-article-body{
    height:200px;
}

.uk-article-lead h2{
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.uk-spinner svg {
    width: 50px;
    height: 50px;
}

/* Gallery page css */

#project-gallery .uk-overlay span, #project-gallery .uk-overlay{
    transition:.3s;
}

#project-gallery .uk-overlay:hover span{
    color: #fff !important;
    text-shadow: 0 0 20px #111;
    font-size:110%;
}

#project-gallery .uk-overlay:hover{
    background-color:rgba(34, 34, 34, 0.5);
}

/* Finishes page css */

#finish-gallery .uk-cover-container span, #finish-gallery .uk-cover-container .uk-overlay{
    transition:.3s;
}

#finish-gallery .uk-cover-container span{
    color: #fff !important;
    font-family:'Oswald'; 
    letter-spacing:1px;
    position: absolute;
    z-index: 1;
}

#finish-gallery .uk-cover-container:hover span{
    color: #fff !important;
    text-shadow: 0 0 20px #111;
    font-size:110%;
}

#finish-gallery .uk-cover-container:hover .uk-overlay{
    background-color:rgba(34, 34, 34, 0.3);
}

@media only screen and (max-width: 1200px){

    .about-us-body p{
        font-size: 1rem;
    }

    .about-us-body #button-tab li{
        margin-right:15px;
    }
}

@media only screen and (max-width: 959px){

    h1{
        font-size:2srem !important;
    }

    h2{
        font-size:1.5rem !important;
    }

    h3{
        font-size:1.3rem !important;
    }

    h4{
        font-size:1rem !important;
    }

    .article-image{
        height: 400px !important;
    }

    .index-image{
        height:auto;
    }

    .index-image img{
        height: initial;
    }

    .about-us-body{
        background-image:none !important;
    }

    .about-us-body #button-tab div{
        color: #ffffff80;
        padding: initial;
        margin: auto;
        position: relative;
        width:85px;
        height:85px;
    }

    .about-us-body #button-tab {
        background-size: 99%;
        padding: 0;

    }

    .about-us-body .uk-slideshow a{
        top:42%;
    }

    .about-us-body .uk-slideshow a svg{
        width:25px;
        height:25px;
    }

    .about-us-body #button-tab li{
        margin-right: 6px;
    }

    .uk-article-lead .uk-slideshow {
        height:initial;
    }

    .news-body #article-image{
        height:450px;
    }

    .body-content{
        border-left:none;
        border-right:none;
    }

    .uk-link-bold{
        font-size:14px;
    }

    .about-us-footer .uk-container{
        height:initial !important;
    }

    .uk-lightbox-toolbar {
        font-size: 14px;
        font-weight: initial;
    }

    .product-header{
        flex-direction:column;
        height:auto;
    }
    
    .uk-article-thumb{
        width: 250px;
        height: auto;
    }

    .uk-article-thumb-cover{
        height:250px;
    }

    .uk-article-meta {
        font-size:14px !important;
    }
    
    .uk-article-body{
        height:auto;
    }

    .uk-article-button{
        font-size:14px !important;
    }

    .manufacturing-banner{
        top: -275px;
        min-width: 600px;
    }

    .about-us-tab{
        flex-direction:column;
        min-height:300px !important;
        height:auto !important;
    }

    #index-section-1{
        height:300px;
        
    }

    .about-us-body p{
        font-size: 1rem;
    }

    #about-us-2 p {
        margin: 0;
        padding: 0 25px;
    }

    #about-us-1 p {
        margin: 0;
        padding: 0 25px;
    }

    h1.about-us-text {
        font-size: 4rem;
    }

    #about-us-1 img {
        transform: translateX(-50%) translateY(-20%);
        width: 100% !important;
        height: auto !important;
        border-radius: 0;
    }
    #about-us-2 img {
        transform: translateX(-50%) translateY(-20%) ;
        width: 100% !important;
        height: auto !important;
        border-radius: 0;
    }
    #mapwrapper{
        height:450px;
        border-bottom:none;
    }
    #id-rep-list{
        height:auto;
        border-left:none; 
        min-height:200px;
    }
    #product-description{
        background: #fff;
        position: relative;
        border-top: solid 1px #efefef;
    }
}

@media only screen and (max-width: 640px){

    h1{
        font-size:1.6rem !important;
    }

    h2{
        font-size: 1.3rem !important;
    }

    p{
        font-size:14px !important;
    }

    .article-image{
        height: 200px !important;
    }

    .about-us-footer h4{
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .about-image{
        height:250px;
    }

    .about-us-body .uk-slideshow a svg{
        width:25px;
        height:25px;
    }

    .about-us-body .uk-slideshow a{
        top:33%;
    }

    .mobile-design-text .uk-height-medium{
        height:150px;
    }

    .news-body #article-image{
        height:300px;
        padding:0 0 30px 0;
    }

    .news-body #article-image ul{
        border:none;
    }

    .news-body #article-title{
        border-bottom:none;
    }

    .uk-button-large{
        line-height:initial;
        padding:10px 20px;
    }

    .uk-article {
        border-top: solid 1px #eee;
    }

    .uk-article-thumb-cover{
        height:200px;
    }

    .uk-article-button{
        font-size:.8rem !important;
    }

    #contact-section .contact-container{
        font-size: 1rem; 
        padding:20px 0;
    }

    #index-section-1{
        background:initial !important;
        
    }

    #id-rep-list{
        border-bottom:none;
    }

    #index-section-1 h1{
        font-size:1.5rem;
        text-align:center;
        width: 100%
        
    }

    #index-section-1 button{
        width:100%;
        
    }

    form#mc-embedded-subscribe-form{
        padding-left:0;
        padding-right:0;
    }

    form#mc-embedded-subscribe-form h2{
        font-size:1.5rem;
    }

    .design-height{
        min-height:500 !important;
    }

    .uk-lightbox-button {
        top: 55%;
        margin:0;
    }

    #id-base-section-overlay .uk-button{
        font-size:.9rem;
    }

    .uk-breadcrumb {
       display:none !important;
    }
    a.uk-button.uk-button-default.uk-button-small.uk-width-1-2.uk-align-center.uk-position-bottom {
        font-size: .7rem;
    }
    .uk-badge{
        font-size:.575rem;
    }
    .header{
        height:250px !important;
    }

    .about-us-body #design-image{
        height:auto;
    }

    .about-us-body .uk-slider-items .uk-panel{
        height:250px;
    }
    .product-header {
        min-height: initial;
    }
    #product-description{
        bottom:0 !important;
    }
    #project-gallery{
        height:300px;
    }

    #project-gallery h2{
        font-size:1.5rem;
        text-align:center;
    }
    #finish-gallery{
        height:300px;
    }

    #finish-gallery h2{
        font-size:1.5rem;
        text-align:center;
    }
    .rep-svg svg{
        width:50px;
        height:50px;
    }
}

@media only screen and (max-width: 400px){
    .detail-section-header {
        font-size: 1.5rem;
    }
    .about-us-body{
        margin-bottom:50px !important;
    }
    .about-us-body .uk-card{
        min-height: 450px !important;
    }
    #product-description h1 {
        font-size:3rem;
        
    }
}

@media print{
    footer{
        display:none;
    }
    .uk-navbar-left{
        display:none;

    }
    .uk-navbar{
        width: 100vw;
        top: 50px;

    }
    .uk-tab{
        display:none;
    }

    .uk-section {
        min-width: 100%;
        width: 100%;
    }
    .uk-section h4{
        margin-bottom: 10px;
        font-size:1rem;
    }
    .uk-section p{
        font-size:.7rem;
        margin:0;
    }
    .uk-breadcrumb {
       display:none !important;
    }

    .uk-list{
        margin-left:20px;
    }

    .uk-list li{
        padding:0;
        list-style-type: circle;
    }

    .detail-section-header {
        color: black;
        font-weight: 500;
        font-size: 1.5rem;
        border:solid 1px black;
        /* padding: 10px; */
        display: flex;
        position: relative;
    }
    
}