/* MAIN */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600i,700");
/*
font-family: 'Raleway', sans-serif;
*/
/* VARS */
/* Compass */
/* Imports */
/* base */
/*
	font-family: 'Raleway', sans-serif;
*/
/* line 6, ../sass/_base.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 10, ../sass/_base.scss */
body {
  /* Margin bottom by footer height */
  margin-bottom: 440px;
  min-width: 320px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  color: black;
  overflow-x: hidden;
}

.panel-success {
  border-color: #a4ca61;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #a4ca61;
  border-color: #a4ca61;
}

.alert-success {
  background-color: #a4ca61;
  border-color: #a4ca61;
  color: #ffffff!important;
  text-align: center;
}
.alert-success h2 {
  color: #ffffff!important;
	text-align: center!important;
}

.alert-success a {
  color: #ffffff;
	text-align: center!important;
}



/*klanten vertellen*/
/* line 24, ../sass/_base.scss */
.scaled {
  transform: scale(0.74) !important;
  margin-left: -20px;
  margin-top: -25px;
}

/* line 30, ../sass/_base.scss */
#widget {
  position: relative;
  background: #34295d;
  height: auto;
  width: 260px !important;
}

/* line 37, ../sass/_base.scss */
#widget > div {
  padding: 16px;
}

/* line 41, ../sass/_base.scss */
#widget .logo {
  width: 175px;
}

/* line 45, ../sass/_base.scss */
.first-row, .second-row, .third-row {
  display: flex;
  color: white;
}

/* line 50, ../sass/_base.scss */
.second-row {
  margin-top: 2rem;
}

/* line 54, ../sass/_base.scss */
.third-row {
  padding-top: 1em;
}

/* line 58, ../sass/_base.scss */
.third-row a {
  color: white;
  text-decoration: none;
}

/* line 63, ../sass/_base.scss */
.third-row .poweredby {
  margin-left: auto;
  align-self: flex-end;
}

/* line 68, ../sass/_base.scss */
.review-button {
  align-self: center;
  background-color: #ed6e5f;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 76, ../sass/_base.scss */
.custom-overall-rating {
  margin-left: auto;
  font-size: 9rem;
  line-height: 0.85em;
  color: #ed6e5f;
}

/* line 83, ../sass/_base.scss */
.beoordelingen {
  font-size: 1.75em;
  align-self: center;
}

/* line 88, ../sass/_base.scss */
#starholder {
  margin-left: auto;
  positions: relative;
}

/* line 93, ../sass/_base.scss */
#stars {
  height: 23px;
  width: 125px;
  background-size: cover;
  background-image: url(/assets/images/widgets/techniek_star.svg);
}

/*-------------------------------*/
/* line 103, ../sass/_base.scss */
.masonry {
  /* Masonry container */
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 1em;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 1em;
  /* Firefox */
  column-gap: 1em;
}

/* line 116, ../sass/_base.scss */
.item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cccccc;
}

/* line 126, ../sass/_base.scss */
.span6 {
  width: 46%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cccccc;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

/* line 139, ../sass/_base.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px solid #fff !important;
}

/* line 146, ../sass/_base.scss */
.lead {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}

/* line 153, ../sass/_base.scss */
.affix {
  top: 0;
  width: 100%;
  z-index: 500;
}

/* line 159, ../sass/_base.scss */
.affix + .container-fluid {
  padding-top: 70px;
}

/* line 166, ../sass/_base.scss */
h1 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #009639;
  margin-bottom: 40px;
  text-align: center;
}

/* line 176, ../sass/_base.scss */
h2 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #666666;
  margin-top: 0px;
}

/* line 187, ../sass/_base.scss */
hr {
  margin-top: 55px;
  margin-bottom: 55px;
}

/* line 192, ../sass/_base.scss */
h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 198, ../sass/_base.scss */
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
}

/* line 206, ../sass/_base.scss */
a, i {
  transition: all 0.5s ease;
}

/* line 210, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 215, ../sass/_base.scss */
a {
  text-decoration: none;
  border: none;
}
/* line 218, ../sass/_base.scss */
a:link, a:hover, a:focus {
  text-decoration: none;
  border: none;
}

/* line 226, ../sass/_base.scss */
.wsp-content ul {
  padding-left: 20px !important;
  list-style: none;
}

/* line 231, ../sass/_base.scss */
.wsp-content li {
  margin-bottom: 10px;
}

/* line 235, ../sass/_base.scss */
.wsp-content li:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  margin: 0 5px 0 -15px;
}

/* line 243, ../sass/_base.scss */
ul#filters a.selected, ul#filters a.selected:hover, ul#filters a.selected:active, ul#filters a.selected:focus {
  color: #000;
  border-bottom: 0px solid #000;
}

/* line 251, ../sass/_base.scss */
.btn-success {
  color: #fff;
  background-color: #a4ca61;
  border-color: #a4ca61;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 258, ../sass/_base.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #666666;
  border-color: #666666;
}
/* line 263, ../sass/_base.scss */
.btn-success a {
  color: white;
}

/* line 270, ../sass/_base.scss */
.btn-primary {
  color: #fff;
  background-color: #009639;
  border-color: #009639;
}
/* line 275, ../sass/_base.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: black;
  border-color: black;
}
/* line 280, ../sass/_base.scss */
.btn-primary a {
  color: white;
}

/* line 287, ../sass/_base.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 120px;
  background-color: #009639;
}

/* line 296, ../sass/_base.scss */
.logo .moduletable {
  text-align: left;
  margin-left: 36px;
  margin-top: 25px;
}

/* line 304, ../sass/_base.scss */
.storing {
  background-color: #d10a11;
  color: white;
  text-align: left;
  font-weight: 700;
  padding-top: 10px;
}
/* line 311, ../sass/_base.scss */
.storing a {
  color: white;
}

/* line 318, ../sass/_base.scss */
.vestor {
  background-color: #d10a11;
  margin-top: -20px;
  margin-bottom: 45px;
}
/* line 324, ../sass/_base.scss */
.vestor .eijkmobilestoring {
  color: white;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
}
/* line 330, ../sass/_base.scss */
.vestor .eijkmobilestoring a {
  color: white;
}

/* line 340, ../sass/_base.scss */
.bellen {
  color: #d9ebd8;
  text-align: left;
  font-weight: 700;
  padding-top: 10px;
}
/* line 346, ../sass/_base.scss */
.bellen a {
  color: #d9ebd8;
}

/* line 353, ../sass/_base.scss */
.contactform {
  color: #d9ebd8;
  text-align: left;
  font-weight: 700;
}
/* line 358, ../sass/_base.scss */
.contactform a {
  color: #d9ebd8;
}

/* line 367, ../sass/_base.scss */
.eijkmobilelogo .moduletable {
  margin-top: 25px;
}

/* line 372, ../sass/_base.scss */
.eijkmobilebellen {
  color: black;
  font-weight: 700;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
}
/* line 379, ../sass/_base.scss */
.eijkmobilebellen a {
  color: black;
}

/* line 386, ../sass/_base.scss */
.eijkmobilebellen .moduletable {
  margin-top: 3px;
}

/* line 391, ../sass/_base.scss */
.navbar-default .navbar-toggle {
  border-color: black;
}

/* line 395, ../sass/_base.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #009639;
}

/* line 399, ../sass/_base.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid black;
  border-radius: 4px;
}

/* line 412, ../sass/_base.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}

/* line 417, ../sass/_base.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 429, ../sass/_base.scss */
.navbar {
  border-radius: 0px;
}

/* line 436, ../sass/_base.scss */
ul.nav.nav-tabs.nav-stacked {
  display: none !important;
}

/* line 440, ../sass/_base.scss */
ul.nav.menu.navbar-nav.navbar-right {
  top: 5px;
}

/* line 443, ../sass/_base.scss */
.navbar-default {
  min-width: 320px;
  background-color: #a4ca61;
  min-height: 50px;
  border: none !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 21px;
}

/* line 456, ../sass/_base.scss */
.navbar-default .navbar-nav > li {
  height: 50px;
  border-right: 1px solid #ffffff;
}
/* line 460, ../sass/_base.scss */
.navbar-default .navbar-nav > li:last-child {
  border-right: none !important;
}

/* line 469, ../sass/_base.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}

/* line 474, ../sass/_base.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: black;
  background-color: #d9ebd8;
}

/* line 480, ../sass/_base.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: black;
  background-color: #d9ebd8;
}

/* line 486, ../sass/_base.scss */
#slider {
  margin-top: -25px;
}

/* line 490, ../sass/_base.scss */
section#home {
  margin-top: 30px;
}

/* line 494, ../sass/_base.scss */
.verow1 {
  margin-top: 45px;
}

/* line 499, ../sass/_base.scss */
.verow2 {
  margin-top: 45px;
}

/* line 504, ../sass/_base.scss */
.modulebox {
  margin-bottom: 30px;
}

/* line 509, ../sass/_base.scss */
.modulebox .moduletable p {
  text-align: center;
}

/* line 513, ../sass/_base.scss */
.modulebox .moduletable {
  border: 1px solid #CCCCCC;
}
/* line 518, ../sass/_base.scss */
.modulebox .moduletable h1 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #009639;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  line-height: normal;
  text-decoration: none !important;
  text-align: center;
}
/* line 533, ../sass/_base.scss */
.modulebox .moduletable h1:hover {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  line-height: normal;
  text-decoration: none !important;
  text-align: center;
}
/* line 548, ../sass/_base.scss */
.modulebox .moduletable h1:hover:link {
  text-decoration: none !important;
}
/* line 556, ../sass/_base.scss */
.modulebox .moduletable h1 a {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #009639;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  line-height: normal;
  text-decoration: none !important;
}
/* line 570, ../sass/_base.scss */
.modulebox .moduletable h1 a:hover {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  line-height: normal;
  text-decoration: none !important;
}
/* line 584, ../sass/_base.scss */
.modulebox .moduletable h1 a:link {
  text-decoration: none !important;
}

/* line 591, ../sass/_base.scss */
.modulebox .moduletable:hover {
  background-color: #009639;
}
/* line 594, ../sass/_base.scss */
.modulebox .moduletable:hover h1 {
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: none;
  line-height: normal;
  text-decoration: none !important;
}

/* line 612, ../sass/_base.scss */
p.subtekst {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  margin-top: -7px;
  font-size: 10px;
  line-height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

/* line 627, ../sass/_base.scss */
.btn-default {
  color: #009639;
  font-style: italic;
  text-transform: uppercase;
  background-color: white;
  border-color: white;
  width: 90%;
  text-align: center;
}

/* line 637, ../sass/_base.scss */
.btn-default:hover {
  color: white;
  font-style: italic;
  text-transform: uppercase;
  background-color: black;
  border-color: black;
  text-align: center;
}

/* line 649, ../sass/_base.scss */
.wsp-content h1 {
  margin-bottom: 1px;
  margin-top: 1px;
}

/* line 658, ../sass/_base.scss */
#footer {
  margin-top: 0px;
  line-height: 14px;
}

/* line 664, ../sass/_base.scss */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 332px;
  background: #009639;
  /* Old browsers */
  background: -moz-linear-gradient(left, #009639 49%, #009639 49%, #d9ebd8 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #009639 49%, #009639 49%, #d9ebd8 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #009639 49%, #009639 49%, #d9ebd8 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009639', endColorstr='#d9ebd8',GradientType=1 );
  /* IE6-9 */
}

/* line 679, ../sass/_base.scss */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 683, ../sass/_base.scss */
.footer > .container .bottom1 {
  min-height: 300px;
  background-color: #009639;
  color: white;
}
/* line 688, ../sass/_base.scss */
.footer > .container .bottom1 .moduletable {
  margin-top: 45px;
  margin-left: 30px;
}
/* line 694, ../sass/_base.scss */
.footer > .container .bottom1 h3 {
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 701, ../sass/_base.scss */
.footer > .container .bottom1 a {
  color: white;
  text-decoration: none;
}
/* line 705, ../sass/_base.scss */
.footer > .container .bottom1 a:hover {
  color: #a4ca61;
}
/* line 712, ../sass/_base.scss */
.footer > .container .bottom2 {
  min-height: 302px;
  background-color: #a4ca61;
}
/* line 716, ../sass/_base.scss */
.footer > .container .bottom2 .moduletable {
  margin-top: 45px;
}
/* line 721, ../sass/_base.scss */
.footer > .container .bottom2 h3 {
  color: black;
  font-weight: 700;
  font-size: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
}
/* line 730, ../sass/_base.scss */
.footer > .container .bottom2 a {
  color: white;
  text-decoration: none;
}
/* line 734, ../sass/_base.scss */
.footer > .container .bottom2 a:hover {
  color: #a4ca61;
}
/* line 741, ../sass/_base.scss */
.footer > .container .bottom3 {
  min-height: 300px;
  background-color: #d9ebd8;
  color: black;
}
/* line 746, ../sass/_base.scss */
.footer > .container .bottom3 .moduletable {
  margin-top: 45px;
  margin-left: 30px;
}
/* line 752, ../sass/_base.scss */
.footer > .container .bottom3 h3 {
  color: black;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 761, ../sass/_base.scss */
.footer > .container .bottom3 a {
  color: black;
  text-decoration: none;
}
/* line 765, ../sass/_base.scss */
.footer > .container .bottom3 a:hover {
  color: #a4ca61;
}

/* line 774, ../sass/_base.scss */
.vecopyright {
  background-color: #666666;
  min-height: 35px;
  color: #CCCCCC;
  text-align: center;
  font-size: 11px;
}
/* line 782, ../sass/_base.scss */
.vecopyright a {
  color: #CCCCCC;
  text-decoration: none;
}
/* line 786, ../sass/_base.scss */
.vecopyright a:hover {
  color: white;
}

/* line 797, ../sass/_base.scss */
.form-horizontal .control-label {
  text-align: left;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 803, ../sass/_base.scss */
.copyright {
  margin-top: 10px;
}

/* line 807, ../sass/_base.scss */
#to-top {
  display: none;
  position: fixed;
  z-index: 9999999999;
  bottom: 15px;
  right: 15px;
  border: 2px solid white;
  background: #a4ca61;
  color: white;
}
/* line 819, ../sass/_base.scss */
#to-top:hover {
  color: white;
  background: #a4ca61;
}

/* MEDIA QUERIES */
/* mediaqueries */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* line 29, ../sass/_mediaqueries.scss */
  body {
    /* Margin bottom by footer height */
    margin-bottom: 1000px;
  }

  /* line 34, ../sass/_mediaqueries.scss */
  .masonry {
    /* Masonry container */
    column-count: 1;
    column-gap: 1em;
  }

  /* line 39, ../sass/_mediaqueries.scss */
  .ttt {
    margin-top: 30px;
  }

  /* line 44, ../sass/_mediaqueries.scss */
  .bottom1, .bottom2, .bottom3 {
    min-height: 300px;
  }
  /* line 47, ../sass/_mediaqueries.scss */
  .bottom1 .moduletable, .bottom2 .moduletable, .bottom3 .moduletable {
    margin-top: -10px !important;
    padding-top: 45px;
  }

  /* line 54, ../sass/_mediaqueries.scss */
  fieldset#rsform_4_page_0 {
    margin-left: 30px;
    margin-right: 30px;
  }

  /* line 60, ../sass/_mediaqueries.scss */
  .vecopyright {
    margin-top: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 66, ../sass/_mediaqueries.scss */
  .navbar-default .navbar-nav > li {
    border-right: 0px solid #ffffff;
  }
  /* line 70, ../sass/_mediaqueries.scss */
  .navbar-default .navbar-nav > li:last-child {
    border-right: none !important;
  }

  /* line 75, ../sass/_mediaqueries.scss */
  .footer {
    background: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 84, ../sass/_mediaqueries.scss */
  .footer {
    background: none;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* line 98, ../sass/_mediaqueries.scss */
  .eijkmobilebellen {
    font-size: 13px;
  }
}
