
/* Baseline-default.css rev: 18/06/2018*/

/*++++++++IMPORT++++++++*/
/*++++++++++++++++++++++*/

/*+++++BODY / GLOBALS+++++*/
/*++++++++++++++++++++++++*/

html { -ms-overflow-style: scrollbar; font-size: 14px; } /* disable IE scrollbar overlay */
body { font-size: 1rem; min-height: 100vh; line-height: 2.2; }
.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: #1c7be1; text-decoration: underline; }
a:focus   { outline: none;  }
p a       { color: #1c7be1; }
p a:hover { color: #1c7be1; text-decoration: underline; }

.btn {
  border: 2px solid;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2rem;
  padding: 6px 18px;
}

.btn-default {
  background-color: #F16156;
  border-color: #F16156;
  color: #FFF;
}

.btn-default:hover, 
.btn-default:focus { 
    background-color: transparent; 
    color: #F16156; 
    border-color: #F16156;
}

.btn:hover, .btn:focus { outline: none; }

/* headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.2; }

h1, .h1 { font-size: 2.2rem; }
h2, .h2 { font-size: 2.2rem; }
h3, .h3 { font-size: 1.6rem; }
h4, .h4 { font-size: 1.4rem; }
h5, .h5 { font-size: 1.2rem; }
h6, .h6 { font-size: 1.0rem; }

/*+++++TOP NAVIGATION+++++*/
/*++++++++++++++++++++++++*/

/* top_navigation */
header .visible-xs.pull-left { display: none !important; }
header .header_def_1 + .clearfix {
	position: absolute;
	right: 0;
	top: 0;
	margin: 6px 10px 0 0;
	width: 100%;
	max-width: 40px;
}

header .header_col .clearfix .navbar-toggle { float: none; width: 100%; height: 30px; }
header .header_col .clearfix .navbar-toggle .icon-bar {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	height: 5px;
	width: 38px;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	background-color: #FFF;
}

/*button*/
header .header_col .clearfix .navbar-toggle .icon-bar:nth-child(2) {
	top: 0;
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
header .header_col .clearfix .navbar-toggle .icon-bar:nth-child(3) {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
	header .header_col .clearfix .navbar-toggle .icon-bar:last-of-type {
	bottom: 0;
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

#bs-example-navbar-collapse-1 { width: 100%; -webkit-box-shadow: none; box-shadow: none; text-align: center; background-color: #FFF; }

/*++++++++++++++++++++++++*/
header .navbar-nav li .glyphicon { display: none; }
header .navbar-nav li a { color: #333;  }
header .navbar-nav li a:hover, header .navbar-nav li a:focus { background-color: transparent; }

.navbar-toggle { margin-top: 8px; }
.navbar-toggle .icon-bar { background: #F16156; height: 8px; width: 40px; }
.navbar-toggle:hover .icon-bar { background: #fff; }
.navbar-toggle-btn { position: absolute; right: 0px; top: 5px; }
.navbar { min-height: 0; }
.navbar-default .navbar-toggle { display: none; }
.navbar .container-fluid { margin-top: -12px; }

/*+++++HEADER+++++*/
/*++++++++++++++++*/

/* general header */
header { position: absolute; left: 0; top: 0; right: 0; z-index: 99; -webkit-box-shadow: none; box-shadow: none; }
header .container { width: 100%; }
header .row::before, header .row::after { display: none; }
header .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container:last-child .navbar-toggle { display: none; }

/* logo */
#logo { text-align: center; }
#logo img { max-height: 100px; } 

/* main_navigation */
header .main_nav { text-align: center; }

/*li*/
.main_nav ul li { color: #000; }

/*a*/
.main_nav ul li a  {
    color: inherit;
    background-color: inherit;
    font-family: "Ubuntu", sans-serif;
    border-bottom: solid 1px transparent;
    font-weight: bold;
    text-transform: uppercase;
}
header .multi-button a.main, .main_nav ul li a  { padding: 10px 20px; }

/*span*/
.main_nav ul li a span {
    border-bottom: 2px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*hover effecten*/
.main_nav ul li:hover, .main_nav ul li.active-menu a { color: #F16156; background-color: transparent; }
.main_nav ul li a:hover { color: inherit; background-color: transparent; }

.main_nav ul li:hover a span, .main_nav ul li.active-menu a span { border-color: #F16156; }

/** 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; }

/*++phone, only visible on mobile*/
header .container .header_col:first-child > div:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    z-index: 4;
	height: 73px;
    width: 20%;
}

.headerphoneicon { font-size: 3rem; width: 100%; display: table; text-align: center; }
.headerphoneicon p { display: table-cell; vertical-align: middle; height: 73px; width: 100%; position: relative; }
.headerphoneicon p a {
	color: #F16156;
    font-size: 1.5rem;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(100deg);
	transform: translate(-50%,-50%) rotate(100deg);
}

header .fa-phone { font-size: 2rem; }

/*+++++BANNER+++++*/
/*++++++++++++++++*/
#sequence-theme #sequence { height: 100%; }

#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.animate-out {
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
}

#sequence-theme .slide .caption {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px 130px;
    text-align: left;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
}


#sequence-theme .slide .caption[style*="transition-delay: 1"] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

#sequence-theme .animate-in .caption {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}


/*banner texts*/
#sequence-theme .slide .caption .h2 { display: none; }
#sequence-theme .slide .caption .h3 { font-size: 4rem; font-weight: 300; width: 100%; max-width: 750px; }
/*+++++++++++*/

#sequence-theme .slide .bgimg {
    background-position: top center !important;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#sequence-theme .next, #sequence-theme .prev {
    background-color: transparent;
    -webkit-box-shadow: none;
    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; height: 0; overflow: hidden; }

#sequence-theme .slide .caption br { display: block; } /* Fixes <br> disappearing */
#sequence-theme .bgimg { background-size: auto; } /*Fix for banner above 1920px*/

/*+++++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*/
#page .section:nth-child(2) .column_1 { padding: 0; }

.column_2a { padding: 0; margin: 0; }

/*++Textblock++*/
.textblock hr { display: none; }

/*++webshop++*/
/*++Blog++*/
.mod_blog .section-main::before{display:block; content: " "; height:700px; width: 100%; background-image: url("../images/P1030338-1920.jpg");  }
.mod_blog .section-main .container {padding-top: 50px;}
/*++contact++*/
.formblock_main br:last-child, #gmaps + hr { display: none; }

/* forms */
.col-md-3 .form-horizontal .control-label { text-align: left; }
.required.form-control.error { border-color: #fec0c0; }  /*visuals required from fields*/
.required.form-control.valid { border-color: #c9fbcd; }
#custom_form textarea[rows="3"] { height: 74px; } /*fix for cross browser text area height*/

/*well*/
.formblock_main .well { padding: 0; margin: 0 auto; }
.formblock_main h3 { display: none; }

/*form group*/
#page .form-group { margin: 0 auto 2rem; }
.form-group .col-sm-12 { padding: 0; }

/*input*/
.form-control:not(.btn) {
	border-width: 0 0 1px 0;
	border-radius: 0;
	border-color: #263169;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	background-color: transparent;
}

/*button*/
.form-group .btn {
	background-color: #F16156;
	color: #FFF;
	border-radius: 1px;
	border-color: #F16156;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
    height: auto;
  width: 100%;
}
.form-group .btn:hover, .form-group .btn:focus { background-color: #FFF; color: #86C35B; }

/*+++Placeholder+++*/
.form-group .form-control::-webkit-input-placeholder { color: #263169; }
.form-group .form-control:-ms-input-placeholder { color: #263169; }
.form-group .form-control::-ms-input-placeholder { color: #263169; }
.form-group .form-control::placeholder { color: #263169; }

/* 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; }

/* Blog */
/* .mod_blog header { position: static; } */
/* .mod_blog header img { height: 70px; } */

.mod_blog_posts .post { text-align: center; margin-bottom: 30px; }

.mod_blog_posts .post i {
  border-radius: 50%;
  color: #fff;
  background: #F16156;
  font-size: 2rem;
  padding: 20px;
}

.mod_blog_posts .post p:nth-of-type(1) { margin-top: -30px; margin-bottom: 0px; }
.mod_blog_posts .post p:nth-of-type(2) { font-weight: 700; font-size: 2.4rem; margin-bottom: 0; }

.mod_blog_single_post header { position: static; }
.mod_blog_single_post .datecontainerparent { display: flex; flex-wrap: wrap-reverse; }
.mod_blog_single_post .post-content { display: none; }
.mod_blog_single_post .style-1 { column-count: 3; column-gap: 15px; }
.mod_blog_single_post .row.blog { margin: 0; }
.mod_blog_single_post .style-1 img { margin-bottom: 15px; }

/*+++++FOOTER+++++*/
/*++++++++++++++++*/
footer { background-color: #ccc; color: #000; padding: 30px 0 20px; font-weight: bold; }

/*links*/
footer a { color: #000; }

/*div*/
footer .footer_col div { margin: 0 0 2rem; }

/*second col*/
footer .footer_col:nth-child(2) { font-weight: 300; }

/*headers*/
footer .footer_col:not(:first-child) p:first-child { position: absolute; left: 0; right: 0; top: 0; z-index: 2;  font-family: "Ubuntu", sans-serif; }
footer .footer_col:not(:first-child) p:first-child strong { font-size: 1.5rem; display: block; font-weight: 300; color: #F16156; }
footer .footer_col:not(:first-child) > div { position: relative; padding: 50px 0 0; }

/*+Social media+*/
footer .container .footer_col:last-child > div p:last-child { display: inline-block; }
footer .container .footer_col:last-child > div p:last-child a {
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #000;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #000;
    font-weight: bold;
	margin-right: 15px;
  font-size: 1.7rem;
	float: left;
}

/*copyright*/
footer .footer-section + .container:last-child { display: none; } /*standard hide*/

/*+++++MEDIA QUERIES+++++*/
/*+++++++++++++++++++++++*/
@media (max-width:1199px) {
  #sequence .slide .caption {
    max-width: 970px;
  }
}

@media (max-width:991px) {
/*+++Banner+++*/
/*+++++++++++*/
#sequence-theme .slide .caption .h3 { font-size: 4rem; }
  #sequence .slide .caption {
    max-width: 750px;
  }
}

@media (max-width:767px) {
  img.img_right, img.img_left { display: block; float: none; }

  /*+++Banner+++*/
  /*+++++++++++*/
  #sequence-theme .slide .caption .h3 { font-size: 3rem; text-align: center; }

  /*+++Homepage+++*/
  /*++++++++++++++*/
  /*section main*/
  .homepage .section_row_main { text-align: center; }
  .homepage .section_row_main .col-md-7 .text-content { margin: 0 auto 1.5rem; }

  /*section 4*/
  .homepage .section_row_4 .col-md-7 .text-content { margin: 0 auto 2rem; text-align: center; }

  /*+++Footer+++*/
  footer { text-align: center; }
}

@media (max-width:991px) {
  .navbar-toggle { display: none; }
  #logo img { height: 50px; }

}
@media (max-width:767px) {
    .navbar-toggle { display: block; }

    .mod_blog_single_post .media { padding: 0 15px; }
    .mod_blog_single_post .style-1 { column-count: 2; }
    .mod_blog_single_post .datecontainerparent { float: none !important; }
}

@media (min-width:768px) {
  .navbar { display: none; }
  .main_nav.hidden-sm {display:block !important;}   /*main_nav in custom header fix*/
  header .header_def_1 + .clearfix { display: none; } /*top nav*/

  .headerphoneicon { display: none;  } /*phone*/

  /*++RESPONSIVE THINGS++*/

  /*+++HEADER COLS+++*/
  header .header_col.col-md-3 { float: left; width: 25%; }
  header .header_col.col-md-4 { float: left; width: 33.333%; }
  header .header_col.col-md-6 { float: left; width: 50%; }
  header .header_col.col-md-9 { float: left; width: 75%; }

  /*+++SECTION COLS+++*/
  section .col-md-3 { float: left; width: 25%; }
  section .col-md-4 { float: left; width: 33.333%; }
  section .col-md-5 { float: left; width: 41.66666667%; }
  section .col-md-6 { float: left; width: 50%; }
  section .col-md-7 { float: left; width: 58.33333333%; }
  section .col-md-9 { float: left; width: 75%; }

  /*+++FOOTER COLS+++*/
  footer .footer_col.col-md-3 { float: left; width: 25%; }
  footer .footer_col.col-md-4 { float: left; width: 33.333%; }
  footer .footer_col.col-md-6 { float: left; width: 50%; }
  /*+++++++++++++++++++++*/

  header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap
  }

}

/* Extra responsive step for footer / webshop on tablet */
@media (min-width:550px) and (max-width:768px) {
  .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----------------------------------------------------*/