/*++++++++IMPORT++++++++*/
/*++++++++++++++++++++++*/

/*+++++BODY / GLOBALS+++++*/
/*++++++++++++++++++++++++*/

html { -ms-overflow-style: scrollbar; font-size: 16px; } /* disable IE scrollbar overlay */
body { font-family: 'Raleway', sans-serif; font-size: 16px; background-color: #f1f1f1; }
.container .container { padding: 0; width: 100%; }
iframe{ border: none; }

/* typography */
p { margin: 0 0 1em; padding: 0;}
blockquote {margin: 0 0 1em;}
p:last-child { margin-bottom: 0; }
blockquote:last-child { margin-bottom: 0; }
a         { color: #1c7be1; }
a:hover   { color: #ccc;    }
p a       { color: #1c7be1; }
p a:hover { color: #000;    }

/* headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.2; font-family: 'Raleway', sans-serif; padding: 5px 0 0; }
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6, #page .h1, #page .h2, #page .h3, #page .h4, #page .h5, #page .h6  {
  color: #000; font-family: 'Raleway', sans-serif; }

#page h1, .h1 { font-size: 1.8rem }
#page h2, .h2 { font-size: 1.5rem }
#page h3, .h3 { font-size: 1.3rem }
#page h4, .h4 { font-size: 1.2rem }
#page h5, .h5 { font-size: 1.1rem }
#page h6, .h6 { font-size: 1.0rem }

/* button */
body .btn-default {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border: none;
    background-color: #0C114D;
    border-radius: 35px;
    font-size: 1rem;
    padding: 15px 35px;
    margin-top: 6%;
    min-width: 140px;
    transition: all .5s;
}
body .btn-default:hover, body .btn-default:active {
    background-color: #333;
    border: none;
    color: #fff;
}

/*+++++TOP NAVIGATION+++++*/
/*++++++++++++++++++++++++*/

/* top_navigation */
.navbar-fixed-top a[href^="tel:"] { color: #000 !important; }
a[href='tel:0909-0909'] {display: none; }

/*+++++HEADER+++++*/
/*++++++++++++++++*/

/* general header */
header { position: relative; z-index: 9; width: 100%; background-color: #fff; box-shadow: none; padding: 0 0 80px 0; }
header .container { background: #363636; width: 100%; }
header .row { max-width: 1170px; margin: auto; background-color: #00007E; }
header .container:first-child { background-color: #FFF; position: fixed; z-index: 8; overflow: hidden; }
header .container:first-child p:first-child { margin: 15px 0 5px 15px; }
header .container:first-child p:last-child { margin-left: 15px; }
header .container:first-child a { color: #fff; }
header .container:last-child { position: relative; top: 80px; z-index: 5; }
header .container:last-child .row { background-color: #363636; }
header .container:first-child .col-md-6 { padding: 0; }
header .container:first-child .col-md-6:first-child::before {
    content: "";
    display: block;
    top: 0;
    bottom: -16px;
    left: -100%;
    right: 100%;
    background-color: #00007E;
    position: absolute;
}

/* logo */
#logo { text-align: center; float: right; padding: 0; }
#logo a img { height: 80px; }

/* main_navigation */
header .main_nav { text-align: left; }
.main_nav ul li { color: #fff; }
.main_nav ul li:hover, .main_nav ul li a.actief { color: #fff; }
.main_nav ul li a { color: inherit; background-color: inherit; font-family: 'Raleway', sans-serif; border-bottom: 4px solid transparent; transition: 0.5s ease 0s; }
header .multi-button a.main, .main_nav ul li a { padding: 10px 20px; font-size: 1rem; font-weight: 500; }
.main_nav ul li a:hover { color: inherit; border-color: #0C114D; background-color: #777; }
.main_nav ul li a.actief { border-color: #0C114D; }

/** dropdowns **/
header .multi-button a.ddown { bottom: -5px; left: 0; margin: 0; padding: 0; text-align: center; width: 100%; }
.main_nav ul li:last-child ul.dropdown-menu { float: none; right: 0; left: auto; }
.main_nav ul li:last-child.dropdown > ul.dropdown-menu li a { text-align: right; }

/*+++++BANNER+++++*/
/*++++++++++++++++*/
.banner-block .h2 p { display: none; }
.banner-block .h3 strong { color: #fff; font-weight: bold; text-transform: uppercase; font-size: 36px; }
.banner-block .h3 p:nth-child(2) { color: #fff; font-size: 20px; font-weight: 500;}


#sequence-theme { margin: 0 auto; }
#sequence-theme .slide {
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0 !important;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1 !important;
}
#sequence-theme .slide.animate-in {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    opacity: 1 !important;
    z-index: 3 !important;
}
#sequence-theme .slide .caption {
    margin-left: -585px;
    width: 800px;
    padding: 0 30px;
    text-align: left;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 230px;
    left: 50%;
    transition-property: opacity;
}

#sequence-theme .animate-in .caption { -webkit-transition-delay: 1000ms; transition-delay: 1000ms; }
#sequence-theme .slide .caption[style*="transition-delay: 1"] { -webkit-transition-delay: 0s !important; transition-delay: 0s !important; }
#sequence-theme .slide .caption br { display: block; } /* Fixes <br> disappearing */
#sequence-theme .slide .caption .h2 { display: none; }
#sequence-theme .slide .caption .h3 { font-size: 1em; }
#sequence-theme .slide .caption .h3 p:first-child strong { font-size: 3.5rem; letter-spacing: 2px; }
#sequence-theme .slide .caption .h3 p:nth-child(2) { font-size: 1.4rem; }
#sequence-theme .bgimg { background-size: auto; } /*Fix for banner above 1920px*/
#sequence-theme .slide .bgimg {
    background-position: center center !important;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#sequence-theme .slide .bgimg::after { content: ''; left: 0; right: 0; top: 0; bottom: 0; position: absolute; background-color: rgba(0, 0, 0, 0.35); }

#sequence-theme .next, #sequence-theme .prev {
    background-color: transparent;
    box-shadow: none;
    width: 64px;
    height: 64px;
    padding: 16px;
    margin-top: -32px;
}
#sequence-theme .next:hover, #sequence-theme .prev:hover { opacity: 1; }
#sequence-theme .next i, #sequence-theme .prev i {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 60%),
                                        linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 60%);
    background-size: 100% 50%;
    background-repeat: no-repeat;
}
#sequence-theme .prev i { background-position: center bottom, center top; }
#sequence-theme .next i { background-position: center top, center bottom; }
#sequence-theme .next i::before, #sequence-theme .prev i::before { display: none; }
#sequence-theme .nav li a { background-color: #fff; border: 2px solid #fff; }

#sequence-theme .nav,
#sequence-theme .prev,
#sequence-theme .next { z-index: 4 !important; }

/*+++++PAGE / MAIN CONTENT+++++*/
/*+++++++++++++++++++++++++++++*/

/*++general pages++*/
#page { padding: 0; }
#page > .container:first-child { position: fixed; top: 15px; right: 15px; max-width: 370px; z-index: 2000; }/*Alert fix*/
body:not(.no-index) .section_row_main ~ .section { padding-bottom: 0px; }
body:not(.no-index) .section:last-child { background-color: #FFF; padding: 30px 0; }

/*++homepage++*/
body:not(.no-index) .section table,
body:not(.no-index) .section tbody,
body:not(.no-index) .section tr,
body:not(.no-index) .section td { display: block; }
body:not(.no-index) .section table { margin: 0; }
body:not(.no-index) .section tbody::before,
body:not(.no-index) .section tbody::after { content: ''; display: table; }
body:not(.no-index) .section tbody::after { clear: both; }
body:not(.no-index) .section table tr td { line-height: 1.5; }

/*Section main "body:not(.no-index) .section_row_main"*/
body:not(.no-index) .section_row_main { padding: 0 0 50px; background: #EBEBEB; }
body:not(.no-index) #page .section_row_main h1 { font-size: 1.8rem; font-weight: bold; letter-spacing: 2px; }
body:not(.no-index) .section_row_main tr { float: left; width: 25%; padding: 15px; }
body:not(.no-index) .section_row_main tr:nth-child(3n+1):nth-last-child(2) { margin-left: 16.666666666666664%; }
body:not(.no-index) .section_row_main td { padding: 0; border-top: 0; }
body:not(.no-index) .section_row_main hr { border-top: 2px solid #333; margin-top: 80px; margin-bottom: 0px; }

/*Section 1 "body:not(.no-index) .section_row_1"*/
body:not(.no-index) #page .section_row_1 h2 { font-size: 2rem; font-weight: bold; letter-spacing: 2px; display: inline-block; }


/*++++++FOLLOW UP PAGES++++++*/
/*+++++++++++++++++++++++++++*/

/*PROJECTEN*/
.page_projecten .section_row_main .col-md-6 img { margin: 0!important; width: 250px !important; height: 175px !important; }
.page_projecten .section_row_main .col-md-6:last-child td { border: none; padding: 0;}

.page_projecten .section_row_1 .col-md-6 img { margin: 0 !important; width: 250px !important; height: 175px !important; }
.page_projecten .section_row_1 .col-md-6:last-child td { border: none; padding: 0;}

.page_projecten .section_row_2 .col-md-6 img { margin: 0 !important; width: 250px !important; height: 175px !important; }
.page_projecten .section_row_2 .col-md-6:last-child td { border: none; padding: 0;}

.page_projecten .section_row_3 .col-md-6 img { margin: 0 !important; width: 250px !important; height: 175px !important; }
.page_projecten .section_row_3 .col-md-6:last-child td { border: none; padding: 0;}

body.no-index .section_row_main:not(.upper_contact) .container {   }
body.no-index .section_row_main:not(.upper_contact) ~ .section { padding-bottom: 40px; }

body.no-index #page .section_row_main:not(.upper_contact) h1,
body.no-index #page .section_row_main:not(.upper_contact) ~ .section h2 { font-size: 2.5rem; font-weight: bold; letter-spacing: 2px; }
body.no-index #page .section div + hr { display: none; }
body.no-index .section_row_main:not(.upper_contact) img,
body.no-index .section_row_main:not(.upper_contact) ~ .section img { margin-top: 50px; }
body.no-index .section_row_main:not(.upper_contact) .col-md-9,
body.no-index .section_row_main:not(.upper_contact) ~ .section .col-md-9 [class^="custom_default"] { padding-right: 18%; }
body.no-index .section_row_main:not(.upper_contact) { position: relative; }
/*body.no-index .section_row_main:not(.upper_contact)::before {
    height: 400px;
    display: block;
    background: url("../images/banner/bannerFoto01.jpg");
    content: "";
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}*/

/*BANNER FOTO'S VERVOLGPAGINA'S*/

.page_infrastructuur .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/hero-img_infrastructuur.jpg");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}

.page_sloopwerken .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/hero-img_sloopwerken.jpg");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}

.page_civiele-techniek .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/IMG_3927.JPG");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}

.page_safety-werkzaamheden .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/hero-img_safety.jpg");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}


.page_onderhoudswerk .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/hero-img_onderhoudswerk.jpg");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}

.page_diamantboor-en-zaagwerk .section_row_main:before {
    height: 400px;
    display: block;
    background: url("../images/banner/hero-img_diamantboot-zaagwerk.jpg");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
}


.page_wie-zijn-wij .section_row_main:before {
    height: 400px;
    display: block;
    background: url("/userfiles/lto-benelux.eu/images/banner/IMG_9302.JPG");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
    background-position-y: 40%;
}


.page_klanten .section_row_main::before {
    height: 400px;
    display: block;
    background: url("../images/banner/IMG_3927.JPG");
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 400px;
    background-position-y: 0;
}



body.no-index .section_row_main:not(.upper_contact) .col-md-12 > div,
body.no-index .section_row_main:not(.upper_contact) ~ .section .col-md-12 > div { max-width: 700px; }
body.no-index .section_row_main:not(.upper_contact) p { line-height: 1.5; }
body.no-index .section_row_main:not(.upper_contact) p:first-of-type,
body.no-index .section_row_main:not(.upper_contact) ~ .section p:first-of-type { font-weight: bold; }

body.no-index .section_row_main ~ .section:last-child {  background: #EBEBEB; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] #page h1 { font-size: 1.8rem; font-weight: bold; letter-spacing: 2px; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] tr { float: left; width: 25%; padding: 15px; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] tr:nth-child(3n+1):nth-last-child(2) { margin-left: 16.666666666666664%; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] td { padding: 0; border-top: 0; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] hr { border-top: 2px solid #333; margin-top: 80px; margin-bottom: 0px; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default_"] { max-width: 100% !important ; }
body.no-index #page .section_row_main ~ .section:last-child [class^="custom_default"] h1 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 0;
}
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] img { margin: auto; }
body.no-index #page .section_row_main ~ .section:last-child [class^="custom_default"] h2 { font-size: 1.5rem; font-weight: normal; letter-spacing: normal; }
body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] p { font-weight: normal; }

/*++webshop++*/

/*++contact++*/
.upper_contact { margin-top: 0; }
.upper_contact .container { width: 100%; max-width: none; }
#page .section.upper_contact .column_1 { padding-top: 0; }
.upper_contact #gmaps { margin: 0 -15px; position: relative; }
.upper_contact #gmaps h2 { display: none; }
.upper_contact #gmaps #my_map { width: 100%; padding: 0; border: none; height: 400px; }
.upper_contact #gmaps #my_map .gm-style [style*="bottom: 0"] { bottom: 34px !important; }
.upper_contact #gmaps #my_map .gm-style [style*="bottom: 107px"] { bottom: 141px !important; }
.upper_contact #gmaps #route-trigger { display: none; }
.upper_contact #gmaps + hr { display: none; }

#page .upper_contact + .section { padding: 40px 0; }
#page .upper_contact + .section #main { left: 50%; padding: 0 30px; }
.upper_contact + .section #main .clearfix { padding-bottom: 20px; }
#page .upper_contact + .section #main h1 { letter-spacing: 2px; }
#page .upper_contact + .section #sidebar { right: 50%; padding: 0 30px; }

#page .upper_contact + .section [class^="custom_default_"] h2 { font-size: 2.2rem; padding-left: 56px; padding-right: 8px; font-weight: normal; letter-spacing: 2px; }
#page .upper_contact + .section [class^="custom_default_"] h3 { font-size: 1.6rem; padding-left: 56px; padding-right: 8px; font-style: normal; letter-spacing: 2px; }
#page .upper_contact + .section [class^="custom_default_"] hr { margin-left: 56px; margin-right: 8px; }
#page .upper_contact + .section [class^="custom_default_"] > p { padding-left: 56px; padding-right: 8px; }
.upper_contact + .section [class^="custom_default_"] td { border-top: none; width: 100%; vertical-align: middle; padding: 8px; }
.upper_contact + .section [class^="custom_default_"] td:first-child { width: 1%; min-width: 48px; }
.upper_contact + .section [class^="custom_default_"] a {color: #58585a; }
.upper_contact + .section [class^="custom_default_"] a[href*="facebook"],
.upper_contact + .section [class^="custom_default_"] a[href*="twitter"],
.upper_contact + .section [class^="custom_default_"] a[href*="plus.google"],
.upper_contact + .section [class^="custom_default_"] a[href*="linkedin"],
.upper_contact + .section [class^="custom_default_"] a[href*="youtube"],
.upper_contact + .section [class^="custom_default_"] a[href*="youtu.be"],
.upper_contact + .section [class^="custom_default_"] a[href*="instagram"],
.upper_contact + .section [class^="custom_default_"] a[href*="pinterest"] { font-family: FontAwesome; display: inline-block; width: 1.8em; height: 1.8em; line-height: 1.8em; text-align: center; overflow: hidden; vertical-align: middle; text-decoration: none; color: #777; background-color: #eee; font-size: 1.5em; margin-bottom: 4px; }
.upper_contact + .section [class^="custom_default_"] a[href*="facebook"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="twitter"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="plus.google"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="linkedin"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="youtube"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="youtu.be"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="instagram"] b,
.upper_contact + .section [class^="custom_default_"] a[href*="pinterest"] b { display: none; }
.upper_contact + .section [class^="custom_default_"] a[href*="twitter"]::before { content: '\f099'; }
.upper_contact + .section [class^="custom_default_"] a[href*="facebook"]::before { content: '\f09a'; }
.upper_contact + .section [class^="custom_default_"] a[href*="plus.google"]::before { content: '\f0d5'; }
.upper_contact + .section [class^="custom_default_"] a[href*="linkedin"]::before { content: '\f0e1'; }
.upper_contact + .section [class^="custom_default_"] a[href*="youtube"]::before,
.upper_contact + .section [class^="custom_default_"] a[href*="youtu.be"]::before { content: '\f167'; }
.upper_contact + .section [class^="custom_default_"] a[href*="instagram"]::before { content: '\f16d'; }
.upper_contact + .section [class^="custom_default_"] a[href*="pinterest"]::before { content: '\f231'; }
.upper_contact + .section [class^="custom_default_"] a[href*="twitter"]:hover { color: #fff; background-color: #00aced; }
.upper_contact + .section [class^="custom_default_"] a[href*="facebook"]:hover { color: #fff; background-color: #3b5998; }
.upper_contact + .section [class^="custom_default_"] a[href*="plus.google"]:hover { color: #fff; background-color: #dd4b39; }
.upper_contact + .section [class^="custom_default_"] a[href*="linkedin"]:hover { color: #fff; background-color: #007bb6; }
.upper_contact + .section [class^="custom_default_"] a[href*="youtube"]:hover { color: #fff; background-color: #bb0000; }
.upper_contact + .section [class^="custom_default_"] a[href*="instagram"]:hover { color: #fff; background-color: #125688; }
.upper_contact + .section [class^="custom_default_"] a[href*="pinterest"]:hover { color: #fff; background-color: #cb2027; }

#page .upper_contact + .section .formblock_main h3 { display: none; }
#page .upper_contact + .section #custom_form > .well { margin-bottom: 20px; padding: 0; }
#page .upper_contact + .section #custom_form > .well > .form-group:nth-last-child(2) { margin-bottom: 0; }
#page .upper_contact + .section #custom_form textarea { height: 103px; min-height: 34px; }
#page .upper_contact + .section #custom_form br:last-child { display: none; }
#page .upper_contact + .section #custom_form > .form-group:last-child label { display: none; }
#page .upper_contact + .section #custom_form > .form-group:last-child div { width: 100%; position: relative; height: 50px;  }
#page .upper_contact + .section #custom_form > .form-group:last-child input { margin-right: 0 !important; position: absolute; left: 50%; transform: translateX(-50%); }

#page .upper_contact + .section #custom_form .form-control { border-radius: 0; border-color: #ccc; border-left: none; border-top: none; border-right: none; box-shadow: none; }
#page .upper_contact + .section #custom_form .form-control:focus { box-shadow: none; border-color: #333; }

/* forms */
.col-md-3 .form-horizontal .control-label { text-align: left; }
.required.form-control.error { background-color: #fec0c0; }  /*visuals required from fields*/
.required.form-control.valid { background-color: #c9fbcd; }
#custom_form textarea[rows="3"] { height: 74px; } /*fix for cross browser text area height*/

/* tables */
.custom_table {}

/* galleries */
.fancybox-image {background-size: contain;}

/* faq */
#accordion_faq .panel-heading { padding: 0; }
#accordion_faq .panel-heading > a { display: block; padding: 10px 15px; }
#accordion_faq a { display: initial; }

/*+++++FOOTER+++++*/
/*++++++++++++++++*/
footer { background-color: #262626; border-top: 10px solid #00007E; }
footer a { color: #fff; }
footer a:hover,
footer a:focus { color: #fff; }

footer > .container:nth-child(n+2) { background-color: #1f1f1f; color: #fff; padding: 0px 15px; width: 100%;}
footer > .container:nth-child(n+2) > .row { width: 1170px; margin: 0 auto; }
footer > .container:last-child { padding: 4px 0; background-color: #0C114D; text-align: center; font-size: 0.8em; font-weight: bold; display: none;}

footer .container:nth-child(2) table,
footer .container:nth-child(2) tbody,
footer .container:nth-child(2) tr,
footer .container:nth-child(2) td { display: block; }
footer .container:nth-child(2) table { margin: 0; padding: 15px 0; }
footer .container:nth-child(2) tbody::before,
footer .container:nth-child(2) tbody::after { content: ''; display: table; }
footer .container:nth-child(2) tbody::after { clear: both; }
footer .container:nth-child(2) tbody { margin: 0 -15px; }
footer .container:nth-child(2) tr { float: left; width: 33.33333333%; padding: 15px; line-height: 1.8; }
footer .container:nth-child(2) td { border-top: medium none; min-height: 150px; padding: 10px 30px 0; position: relative; text-align: center;}
footer .container:nth-child(2) td img { width: 35px; }
footer .container:nth-child(2) tr:nth-child(3n+1) { clear: left; }
footer .container:nth-child(2) tr:nth-child(3n+1):nth-last-child(1) { margin-left: 33.33333333333333%; }
footer .container:nth-child(2) tr:nth-child(3n+1):nth-last-child(2) { margin-left: 16.666666666666667%; }
footer .container:nth-child(2) td strong { color: #fff; font-weight: normal; line-height: 1.4; padding-top: 10px; }

/** social media **/
footer .container:nth-child(3) a[title="Twitter"],
footer .container:nth-child(3) a[title="Facebook"],
footer .container:nth-child(3) a[title="Pinterest"],
footer .container:nth-child(3) a[title="Google+"],
footer .container:nth-child(3) a[title="Linkedin"],
footer .container:nth-child(3) a[title="Youtube"],
footer .container:nth-child(3) a[title="Instagram"],
footer .container:nth-child(3) a[title="SoundCloud"] { font-family: FontAwesome; display: inline-block; width: 2em; height: 2em; line-height: 2em; text-align: center; overflow: hidden; vertical-align: middle; text-decoration: none; color: #0A0A0A; font-size: 1.5em; background-color: #fff; margin: 2px 0; }
footer .container:nth-child(3) a[title="Twitter"] b,
footer .container:nth-child(3) a[title="Facebook"] b,
footer .container:nth-child(3) a[title="Pinterest"] b,
footer .container:nth-child(3) a[title="Google+"] b,
footer .container:nth-child(3) a[title="Linkedin"] b,
footer .container:nth-child(3) a[title="Youtube"] b,
footer .container:nth-child(3) a[title="Instagram"] b,
footer .container:nth-child(3) a[title="SoundCloud"] b { display: none; }
footer .container:nth-child(3) a[title="Twitter"]::before { content: '\f099'; }
footer .container:nth-child(3) a[title="Facebook"]::before { content: '\f09a'; }
footer .container:nth-child(3) a[title="Pinterest"]::before { content: '\f0d2'; }
footer .container:nth-child(3) a[title="Google+"]::before { content: '\f0d5'; }
footer .container:nth-child(3) a[title="Linkedin"]::before { content: '\f0e1'; }
footer .container:nth-child(3) a[title="Youtube"]::before { content: '\f167'; }
footer .container:nth-child(3) a[title="Instagram"]::before { content: '\f16d'; }
footer .container:nth-child(3) a[title="SoundCloud"]::before { content: '\f1be'; }
footer .container:nth-child(3) a[title="Twitter"]:hover { color: #fff; background-color: #00aced; }
footer .container:nth-child(3) a[title="Facebook"]:hover { color: #fff; background-color: #3b5998; }
footer .container:nth-child(3) a[title="Pinterest"]:hover { color: #fff; background-color: #cb2027; }
footer .container:nth-child(3) a[title="Google+"]:hover { color: #fff; background-color: #dd4b39; }
footer .container:nth-child(3) a[title="Linkedin"]:hover { color: #fff; background-color: #007bb6; }
footer .container:nth-child(3) a[title="Youtube"]:hover { color: #fff; background-color: #bb0000; }
footer .container:nth-child(3) a[title="Instagram"]:hover { color: #fff; background-color: #125688; }
footer .container:nth-child(3) a[title="SoundCloud"]:hover { color: #fff; background-color: #f50; }

footer .container:nth-child(3) .footer_col:first-child img {  width: 230px;}
footer .container:nth-child(3) .footer_col:first-child { padding: 0;}
footer .container:nth-child(3) .footer_col:nth-child(2) { padding: 20px 15px 5px; width: width: 33.33333333%; }
footer .container:nth-child(3) .footer_col:nth-child(2) a {  color: #000;}
footer .container:nth-child(3) .footer_col:nth-child(2) a:hover,
footer .container:nth-child(3) .footer_col:nth-child(2) a:focus { color: #fff;}
footer .container:nth-child(3) .footer_col:last-child { text-align: center; padding: 8px 15px 5px;}

/*+++++MEDIA QUERIES+++++*/
/*+++++++++++++++++++++++*/

@media (max-width:1499px){
    body:not(.no-index) .section_row_2 td p:nth-child(2) { left: 50px; right: 50px; }
}
@media (max-width:1199px){
    #sequence-theme .slide .caption { margin-left: -485px; }

    /*Section 1 "body:not(.no-index) .section_row_main"*/
    body:not(.no-index) #page .section_row_main h1 { font-size: 2.9rem; }

    /* vervolgpagina's */
    .upper_contact #gmaps #route-trigger { margin-right: -455px; }

    footer > .container:nth-child(n+2) > .row { width: 970px; }
}
@media (max-width:991px){
    #logo { float: none; text-align: center;}
    header .col-md-6:last-child { float: right; }
    header .col-md-6:first-child { float: left; }

    #sequence-theme .slide .caption { margin-left: -375px; top: 265px; padding: 0 10px; }

    /* homepage */
    body:not(.no-index) .section_row_main ~ .section { padding-bottom: 40px; }
    
    /*Section main "body:not(.no-index) .section_row_main"*/
    body:not(.no-index) .section_row_main { padding: 40px 0; }
    body:not(.no-index) #page .section_row_main h1 { font-size: 3.5rem; }
    body:not(.no-index) .section_row_main tr:nth-child(n):nth-last-child(n) { float: none; width: 100%; margin: 0 auto; }
    body:not(.no-index) .section_row_main hr { margin-top: 40px; }
    
    /*Section 1 "body:not(.no-index) .section_row_1"*/
    body:not(.no-index) #page .section_row_1 h2 { font-size: 2.1rem; }
    .section_row_1 #main img { margin-bottom: 60px; margin-top: 10px; }

    /* vervolgpagina's */
    body.no-index .section_row_main:not(.upper_contact)  { text-align: center; padding-bottom: 0px; }
    body.no-index .section_row_main:not(.upper_contact) ~ .section { text-align: center; padding: 0 0 40px; } 
    body.no-index .section_row_main:not(.upper_contact) img,
    body.no-index .section_row_main:not(.upper_contact) ~ .section img { max-height: 200px; margin: 40px auto 0; }
    body.no-index #page .section_row_main:not(.upper_contact) h1,
    body.no-index #page .section_row_main:not(.upper_contact) ~ .section h2 { font-size: 2rem; }
    body.no-index #page .section_row_main:not(.upper_contact) h1::after,
    body.no-index #page .section_row_main:not(.upper_contact) ~ .section h2::after{ margin: 15px auto; }
    body.no-index .section_row_main:not(.upper_contact) .col-md-9,
    body.no-index .section_row_main:not(.upper_contact) ~ .section .col-md-9 [class^="custom_default"] { padding: 0 20px }

    body.no-index .section_row_main ~ .section:last-child [class^="custom_default"] tr { width: 100%; float: none; }

    .upper_contact #gmaps #route-trigger { margin-right: -345px; }
    #page .upper_contact + .section > .container { background-image: none; }
    #page .upper_contact + .section #main { left: 0; }
    #page .upper_contact + .section #sidebar { right: 0; }
    #page .upper_contact + .section [class^="custom_default_"] h2,
    #page .upper_contact + .section [class^="custom_default_"] h3 { padding-left: 0; }
    #page .upper_contact + .section [class^="custom_default_"] hr { margin-left: 0; }
    #page .upper_contact + .section [class^="custom_default_"] > p { padding-left: 0; }
    #page .upper_contact + .section #sidebar td:first-child { padding: 8px 4px 8px 0; }
    #page .upper_contact + .section #sidebar td:last-child { padding-left: 5px; }

    footer > .container:first-child .footer_col { float: left; width: 50%; }
    footer > .container:nth-child(n+2) > .row { width: 750px; }
    footer .container:nth-child(2) tr:nth-child(3n+1) { clear: none; }
    footer .container:nth-child(2) tr:nth-child(n):nth-last-child(n) { margin-left: 0; }
    footer .container:nth-child(2) tr { width: 33.33333333%; }
    footer .container:nth-child(2) tr:nth-child(3n+1) { clear: left; }
    footer .container:nth-child(2) tr:nth-child(3n+1):last-child { margin-left: 33.33333333%; }
    footer .container:nth-child(2) tr:nth-child(3n+1):nth-last-child(2) { margin-left: 16.66666667%; }
}
@media (max-width:767px){
    img.img_right, img.img_left { display: block; float: none; }

    body header { position: relative; padding-top: 0; background-color: #fff; height: 80px; }
    header .container:first-child { position: relative; padding: 0; }
    header .container:first-child .col-md-6:first-child::before { bottom: -80px; }
    header .container:last-child,
    header .col-md-6:first-child { display: none; }

    #sequence-theme { max-height: 360px; }
    #sequence-theme .slide .caption { margin-left: -50%; width: 100%; top: 90px; text-align: center; }
    #sequence-theme .slide .caption .h3 p:first-child strong { font-size: 2em; }
    #sequence-theme .btn-default { margin-top: 20px; }
    .banner-sequence .seq-canvas {
	white-space: initial;
}
    
    /* homepage */
    body:not(.no-index) .section_row_main ~ .section { padding-bottom: 0; }
    
    /*Section main "body:not(.no-index) .section_row_main"*/
    body:not(.no-index) .section_row_main { padding: 0; }
    body:not(.no-index) #page .section_row_main h1 { font-size: 2.6rem; }
    
    /*Section 1 "body:not(.no-index) .section_row_1"*/
    body:not(.no-index) .section_row_1 #main { text-align: center; }

    /* vervolgpagina's */
    .upper_contact #gmaps #route-trigger { right: 45px; margin-right: 0; }
    #page .upper_contact + .section #main { padding: 0 45px; }
    #page .upper_contact + .section #sidebar { padding: 0 45px; }
    #page .upper_contact + .section [class^="custom_default_"] h2 { font-size: 1.8rem; }

    footer > .container:nth-child(n+2) > .row { width: 100%; }
    footer .container:nth-child(2) tr:nth-child(n):nth-last-child(n) { float: none; width: 100%; margin-left: 0; }
    footer > .container:first-child .footer_col:nth-child(n) { float: none; width: 100%; text-align: center; }
}
@media (max-width:479px){
    body:not(.no-index) .section_row_2 tr:nth-child(n):nth-last-child(n) { width: 100%; }
    body:not(.no-index) .section_row_2 td p:nth-child(3) { top: 240px; }
	.page_infrastructuur .section_row_main::before{ height:110px;}
	.page_sloopwerken .section_row_main::before{ height:110px;}
	.page_civiele-techniek .section_row_main::before{ height:110px;}
	.page_onderhoudswerk .section_row_main::before{height:110px;}
	.page_diamantboor-en-zaagwerk .section_row_main::before{height:110px;}
	
}
@media (min-width:768px){
    .navbar-fixed-top { display: none; }
    .main_nav.hidden-sm {display:block !important;}   /*main_nav in custom header fix*/
}
/* Extra responsive step for footer / webshop on tablet */
@media (min-width:550px) and (max-width:991px) {
    .col-md-3.footer_col { float: left; width: 50%; }
    .col-md-3.footer_col:nth-child(odd)  { clear: left ; }
    .col-md-3.footer_col:nth-child(even) { clear: right; }
    #category_products .col-md-4, #frontproducttable .col-md-4 { float: left; width: 50%; }
}

/*----------------------------------------END-OF-FILE----------------------------------------------------*/
