/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo color */
[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect { fill: #222; }

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect { fill: #222; }
body {padding-bottom: 0;}
body::after {
    display: none;
}

/**** NIEUWSBRIEF MODULE ****/
.button button {
    background: #38B9C5;
    width: 100% !important;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    text-shadow: none !important;
    text-transform: uppercase;
    max-width: 200px !important;
}

/**** breadcrumbs ****/
.uk-breadcrumb > li:nth-child(n+2):before {
    content: "";
    background: url('../images/arrow.png');
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/**** NIEUWSBRIEF ****/
.nieuwsbrief button.uk-button.uk-button-primary {
    width: 100%;
}

.nieuwsbrief label {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Roboto';
}

.nieuwsbrief input {
    width: 100% !important;
    max-width: 100% !important;
    float: left;
    box-sizing: border-box;
    height: auto;
    padding: 5px 10px !important;
    border: 1px solid #EAEAEA;
    border-radius: 5px !important;
    background: none;
}

button {
    background: #38B9C5;
    box-shadow: none;
    border: none;
    text-shadow: none;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}


/**** SCROLLDOWN ****/
.scrolldown {
    position: absolute;
    bottom: 100px;
    margin: 0 auto;
    width: 100px;
    left: 0;
    right: 0;
}

.scrolldown p{
    margin: 0;   
}

.scrolldown img {
    max-width: 70px;
}

/* Background overrides for header and bottom-d */  
.tm-block-header.tm-contrast div.tm-block-texture,  
.tm-block-bottom-d.tm-contrast div.tm-block-texture { background-image: none !important; }


.tm-nav-logo img {
    max-width: 200px;
    margin-top: 8px;
}

.tm-nav-logo.uk-hidden-small {
    padding-right: 10px;
    box-sizing: border-box;
}
.tm-nav.uk-hidden-small {
    width: 100%;
    float: left;
    padding-left: 20px;
}

a {color: #38b9c5;}

.uk-navbar-nav > li > a {
    color: rgba(106, 106, 107, 1)
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #30B9C6;
}


.uk-dropdown li.uk-active {
    list-style: url('../images/bullet.png');
}

.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
    color: #38B9C5;
}

.uk-nav-navbar > li > a {
    color: rgba(106, 106, 107, 1);
}

ul {
    list-style: url('../images/bullet.png');
}

rgba(106, 106, 107, 0.5)
.tm-block-header.tm-contrast div.tm-block-texture::before {  
    content: '';  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 0;  
    left: 0;  
    background: none;  
    background-size: cover !important;  
    opacity: 1;  
}

.tm-block-bottom-d.tm-contrast div.tm-block-texture::before {
    content: '';  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    right: 0;  
    left: 0;  
    background: url('../images/test1.jpg') 50% 50% no-repeat;  
    background-size: cover !important;  
    opacity: 0.3;      
    
}

.tm-block-texture { border: none; }

/* dropdown */
.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    box-sizing: border-box;
    width: 240px;
    margin-top: 10px;
    padding: 15px;
    background: #fafafa;
    color: #6a6a6b;
    font-size: 1rem;
    vertical-align: top;
    border-radius: 2px;
    min-width: 240px !important;
    left: auto;
    right: auto;
    margin-left: 0 !important;
}

/* Forms */
.signin-page .tm-middle uk-grid .formResponsive .formHorizontal .formControlLabel {
    float: left;
    width: 250px;
    padding-top: 5px;
    text-align: left;
}

.signin-page .tm-middle uk-grid .formResponsive .formHorizontal .formControls {
    margin-left: 260px;
}

.formResponsive input[type="submit"] {
    background: #38B9C5;
    border: none;
    box-shadow: none;
    padding: 11px 29px !important;
    border-radius: 20px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
}

.formResponsive input[type="submit"]:hover {
    background: #35B4BF;
}

/* Header navigation color */
.tm-navbar-attached {
    background: rgba(255, 255, 255, 0.9);
}

.tm-navbar-bg .tm-navbar {
    background: #fff;
}

.uk-sticky-placeholder.fixedheader .tm-navbar-attached {
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

.fixedheader .uk-navbar-nav > li > a {
    height: 50px;
    line-height: 40px;
}

.fixedheader .tm-nav-logo img {
    max-width: 100%;
    width: auto;
    height: 41px;
    position: relative;
    margin-top: 3px;
}

.fixedheader .tm-nav-logo.uk-hidden-small {
    height: 50px;
    width: auto;
}

.fixedheader .tm-nav-logo.uk-hidden-small {
    height: 50px;
    width: auto;
}

/* FORM */
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    border: 1px solid #EAEAEA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border-color: #38B9C5;
    box-shadow: none;
}

/* signin block */
.signin {
    padding: 100px 0;
    background-color: #38B9C5;
    color: #fff;
}

.signin h3 {color: #fff;}

.signin .uk-button-primary {
    border: 2px solid #FFF;
}

/* Header Slider */

.slider {
    height: 320px;
    overflow: hidden;
}

.home .slider {
    height: 100vh;
    overflow: hidden;
}

.slider {
    margin-top: 0;
    position: relative;
}

.uk-slider-container .uk-panel {opacity: 0.85;}
.slider .jmoddiv.jmodinside {
    background-color: #fff;
}

.slider h3 a {
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    text-shadow: 1px 1px 11px #505050;
}

.slider h3 a:hover {
    color: #fff;
}

.slider .uk-button {
background: none !important;
    font-weight: bold;
    border: 2px solid #fff !important;
    height: 54px !important;
    font-size: 21px;
    line-height: 54px !important;
    box-shadow: 0px 0px 11px #888888 !important;
    text-shadow: 0px 0px 6px #6B6B6C !important;
}


/* HOME top-b */
.home #tm-top-b.tm-block-top-b {
    padding: 50px 0;
    text-align: center;
}

/**** PARALLAX MODULE TM-TOP-B ****/
.home #tm-top-b {
    background: url("../images/loxis-apo.jpg");   
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home #tm-top-b h2.uk-h1.uk-margin-bottom-remove {
    color: #30B9C6;
}

/* HOME top-c */
.home #tm-top-c.tm-block-top-c {
    padding: 50px 0;
    text-align: center;
}

#tm-top-b.tm-block-top-b {
    padding: 50px 0;
}

/* Top -b */
.tm-top-c .uk-grid-width-1-1 .uk-panel {
    padding: 40px 15px;
    border: 1px solid #EFEFEF;
    text-align: center;
}


.tm-top-c .uk-grid-width-1-1 .uk-panel .uk-text-center.uk-margin.uk-margin-top-remove {
    padding: 0 20px;
}

#tm-top-c {
    padding: 50px 0;
}

#tm-top-c h3 .uk-margin {
    font-size: 16px;
    line-height: 1.5;
}

/* Block wall background */
.tm-block-wall {
    background: none;
}

/* Header Quote block */
.quote .jmoddiv.jmodinside {
     background: none;   
}

.home #tm-bottom-a .uk-container {
     max-width: 80%;   
}

#tm-top-a.tm-block-top-a {
    background: #30B9C6;
    padding: 10px 0;
}

#tm-top-a.tm-block-top-a h3{
    color: #fff;
    text-transform: uppercase;
}


/* Header/loxis search button */
.tm-search p {
    float: right;
    margin: 0;
}


/* News page */
.news h1.uk-article-title {
    font-size: 31px;
    line-height: 31px;
}

.home div#tm-main {
    display: none;
}

/* Hide stalker */
.tm-block-header.tm-contrast .tm-stalker { display: none; }

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div { background-image: none; }

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #222;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path { opacity: 0.4; }

/* Home bottom blocks */
#tm-bottom-b {
    padding: 50px 0;
}

.home #tm-bottom-c {
    text-align: center;
    padding: 75px 0;
}

/* PROCESMATIGE AANPAK */
.aanpak img {
    width: auto;
    max-height: 188px;
}

/* HOME QUOTE TOP A*/ 
.home section.tm-top-a.uk-grid .uk-panel {
    padding: 40px 0;
    text-align: left;
    color: #fff;
}

.home .tm-top-a .uk-button {
    border: 2px solid #fff;
}


/* FOOOTER */
.footer h2 {
    font-size: 25px;
}

#tm-footer .footer .formControlLabel {
    color: #fff;
    font-size: 16px;
    font-family: 'roboto';
    text-align: left;
}

#tm-footer .footer p {
    font-size: 16px;
    line-height: 23px;
}

.tm-block-footer .tm-footer-top .uk-panel .uk-icon-button::before {
    background: none;
    border: 1px solid #fff;
}

.footer {
    background: #676768 ;
    color: #fff;
    padding: 20px 0;
}

.footer h3, .footer h2, .footer h1, .footer p, .footer a {
    color: #fff !important;
}

.footer .uk-text-muted {
    color: #fff !important;
}

.footer hr { border-top: 1px solid rgba(255, 255, 255, 1); }

.tm-block-footer .tm-footer .tm-totop-scroller {
    padding: 10px;
    border: 1px solid #38B9C5;
    border-radius: 50px;
    background-color: #38B9C5;
}

.tm-block-footer .tm-divider {
    margin-top: 10px;
}

.footer .tm-subnav-bullet > li {
    min-width: 100%;
    width: 100%;
}

.home #tm-bottom-b {
    background-color: #fff;
    padding: 80px 0;
}

.home #tm-bottom-c.tm-block-dark {
    background-color: #fff;
}


.bottom-d {
    padding: 80px 0;
}
@media screen and (max-width: 1600px) {
.tm-search.uk-text-right.uk-hidden-small.uk-hidden-medium {
    width: auto;
    float: left;
}
    
.uk-navbar-nav > li > a {
    height: 50px;
    line-height: 40px;
} 
    
.tm-navbar .uk-container.uk-container-center.tm-container-80 {
    max-width: 93%;
}       
    
    
}

@media screen and (max-width: 1300px) {
.tm-top-c .uk-grid-width-1-1 .uk-h3 {
    font-size: 25px;
}
    
/*** UITLIJNINGEN BLOKKEN ****/

.uk-text-center.uk-margin.uk-margin-top-remove {
    max-height: 122px;
}
    
    
}

@media screen and (max-width: 1200px) {
    
.uk-text-center.uk-margin.uk-margin-top-remove {
    max-height: inherit;
}    
    
.tm-search.uk-text-right.uk-hidden-small.uk-hidden-medium {
    width: auto;
    float: left;
}
    
.uk-navbar-nav > li > a {
    height: 50px;
    line-height: 40px;
}    
 
}
@media screen and (max-width: 1024px) {
    
.uk-navbar-nav > li > a {
    height: 50px;
    line-height: 40px;
}    
    
.formResponsive .formHorizontal .formControlLabel {
    width: 100%;
    padding-bottom: 3px;
    text-align: left !important;
}

.formControls {
    margin-left: 0 !important;
    width: 100%;
    float: left;
}    
    
.tm-nav-logo img {
    max-width: 136px;
    margin-top: 8px;
} 
    
.tm-nav.uk-hidden-small {
    width: 65%;
    float: left;
}
    
.fixedheader .tm-nav-logo.uk-hidden-small {
    height: 50px;
    width: 15%;
    float: left;
}    
    
.tm-search.uk-text-right.uk-hidden-small.uk-hidden-medium {
    width: 20%;
    float: left;
}
    
.tm-top-c .uk-grid-width-1-1 .uk-panel {
    padding: 20px;
}
    
}

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

.uk-width-1-1.uk-width-large-1-3 {
    width: 33.3%;
    float: left;
    margin-top: 0;
}
}

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

h1, .uk-h1 {
    font-size: 38px;
    line-height: 40px;
}

.uk-article-title {
    -ms-word-break: break-all;
    word-break: break-all;

 /* Non standard for webkit */
     word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}    

.home #tm-top-c img {
    max-width: 70px;
    width: 100%;
}  

.home .uk-button {
    line-height: 25px;    
}
    
.home section.tm-top-a.uk-grid .uk-panel {
    padding: 15px 0;
}    

.uk-width-1-1.uk-width-large-1-3 {
    width: 100%;
    float: left;
    margin-top: 20px;
}
    
.formResponsive .formHorizontal .formControlLabel {
    width: 100%;
    padding-bottom: 13px;
    text-align: center !important;
}    
 
.slider h3 a {
    font-size: 35px;
}    
   
#tm-footer ul {
    text-align: center;
}    
    
    
    
    
}