/*
=================================================== 
	LESS Bootstrapper
	Part Twitter Bootstrap, Part ZURB Foundation, Part Wim luv
===================================================
*/
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* =================================================== 
	Main variables
=================================================== */
/* Graytones */
/* Colors */
/* Baseline */
/* Spacing */
/* Colorscheme */
/* Misc */
/* RhinoSlider */
/* =================================================== 
	LESS mixins
=================================================== */
/*
=================================================== 
    Main site stylesheet rules
===================================================
*/
@media print {
  .sidebar div div {
    display: none !important;
  }
  header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
  .yarpp-related {
    display: none !important;
  }
  .meta {
    display: none !important;
  }
  .wp-pagenavi {
    display: none !important;
  }
  .sharedaddy {
    display: none !important;
  }
  #breadcrumbs {
    display: none !important;
  }
  nav {
    display: none !important;
  }
  .noprint {
    display: none !important;
  }
}
::selection {
  background: #bf681d;
  color: #ffffff;
}
::-moz-selection {
  background: #bf681d;
  color: #ffffff;
}
body,
html {
  padding: 0;
  margin: 0;
  background: #33302e;
}
a {
  outline: none;
}
ul {
  margin-left: 1rem;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  color: #585757;
}
.wrapper {
  max-width: 1072px;
  margin: 0 auto;
}
.align-center {
  text-align: center;
}
.cleared {
  clear: both;
}
.padder {
  padding: 1.5rem;
}
header {
  background: #33302e;
  text-align: center;
}
header .logo {
  float: left;
  margin-top: 10px;
  width: 270px;
}
header .wrapper {
  height: 111px;
}
header .wrapper .fixMaps {
  position: absolute;
}
.headerImgs {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.headerImgs .slider-img {
  width: 100%;
  height: 400px;
}
.headerImgs ul {
  margin: 0;
}
.headerImgs .content {
  position: absolute;
  top: 40%;
}
.headerImgs .content h1,
.headerImgs .content h2,
.headerImgs .content h3,
.headerImgs .content p,
.headerImgs .content strong,
.headerImgs .content span,
.headerImgs .content a {
  color: white;
}
.headerImgs .content span {
  padding: 10px;
  font-size: 3.2em;
  color: white;
  background: #bf681d;
  float: left;
  clear: both;
  text-transform: uppercase;
}
.headerImgs .content span:nth-child(2) {
  background: white;
  color: #bf681d;
  margin: 20px 0;
  font-size: 2.4em;
  font-weight: 500;
}
.headerImgs .content .btn-slider {
  float: left;
  clear: both;
  margin: 0;
}
.headerImgs .content .orange-btn {
  font-size: 1.8em;
  float: left;
  text-transform: uppercase;
  clear: both;
  margin: 0;
  border: 0;
}
.contactHeader {
  margin-top: 1rem;
  float: right;
  text-align: right;
  color: white;
}
.contactHeader h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
.contactHeader .fa-phone-square {
  font-size: 1.2rem;
  font-weight: 700;
  color: #bf681d;
}
.contactHeader i {
  margin-right: 0.3rem;
  font-size: 1.8rem;
  color: white;
  color: #bf681d;
}
.contactHeader span {
  display: block;
  color: white;
}
nav {
  margin: 4rem auto 0 auto;
  display: inline-block;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  display: inline-block;
  text-transform: uppercase;
}
nav ul li a {
  padding: 0.5rem;
  color: white;
  font-size: 1rem;
}
nav ul li a.active {
  color: #bf681d;
}
nav ul li .sub {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 5;
  background: white;
  margin: 5px 0px;
}
nav ul li .sub li {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}
nav ul li .sub li a {
  padding: 7px 10px;
  display: block;
  margin: 0;
  color: #33302e;
}
nav ul li .sub li a.active {
  color: #bf681d;
}
nav ul li:hover .sub {
  display: block;
}
.mobileMenu {
  display: none;
}
.responsive-icon {
  display: none;
}
.diensten {
  width: 100%;
  margin-top: -3rem;
  z-index: 999;
  position: relative;
}
.diensten > div > div {
  color: #fff;
  padding-bottom: 1rem;
}
.diensten > div > div img {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}
.diensten > div > div h2 {
  color: #fff;
  font-weight: bold;
}
.diensten > div > div > a {
  text-decoration: none;
}
.diensten > div > div > a:nth-child(even) {
  background: #cf963d;
}
.diensten > div > div > a:nth-child(even):hover {
  background: #F5F5F5;
}
.diensten > div > div > a:nth-child(even):hover li {
  color: #585757;
}
.diensten > div > div > a:nth-child(even):hover h2 {
  color: #585757;
}
.diensten > div > div > a:nth-child(odd) {
  background: #bf681d;
}
.diensten > div > div > a:nth-child(odd):hover {
  background: #F5F5F5;
}
.diensten > div > div > a:nth-child(odd):hover li {
  color: #585757;
}
.diensten > div > div > a:nth-child(odd):hover h2 {
  color: #585757;
}
.diensten .dienstContent {
  padding: 0 1.5rem;
}
.diensten .dienstContent ul {
  padding-bottom: 1.5rem;
}
.diensten .dienstContent ul li {
  color: #fff;
}
.diensten .dienstContent .dienstImg {
  height: 6rem;
  width: 100%;
}
.diensten .dienstContent .dienstImg.onderhoud {
  background: url('../images/ico-wrench.png') no-repeat center center;
}
.diensten .dienstContent .dienstImg.renovatie {
  background: url('../images/ico-home.png') no-repeat center center;
}
.diensten .dienstContent .dienstImg.verbouw {
  background: url('../images/ico-verbouwing.png') no-repeat center center;
}
.diensten .dienstContent .dienstImg.contact {
  background: url('../images/ico-envelope.png') no-repeat center center;
}
article.col23 {
  padding-right: 2rem;
  box-sizing: border-box;
}
.huizen {
  margin-bottom: 1.5rem;
}
.huizen img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.huizen .backgroundImage-large {
  height: 200px;
  width: 100%;
  background: #000;
}
.zaag {
  display: block;
  border: 0px;
  height: 2px;
  width: 100%;
  margin: 3rem 0;
  overflow: visible;
  background: #bf681d;
  position: relative;
  z-index: -1;
}
.zaag:before {
  display: block;
  margin: auto;
  content: url('../images/ico-zaag.png');
  height: 60px;
  width: 53px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 0 2rem;
}
.cta {
  background: #33302e;
  color: #fff;
}
.cta h2 {
  color: #fff;
  margin: 2rem 0;
}
.cta h3 {
  color: #fff;
  margin: 2rem 0;
}
.cta a {
  color: #fff;
}
#map-canvas {
  height: 400px;
  width: 100%;
  z-index: 0;
}
footer {
  background: #33302e;
  color: #fff;
  z-index: 0;
}
footer h3 {
  font-size: 22px;
  font-weight: 600;
  color: #bf681d;
  text-transform: none;
}
footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
footer span {
  display: block;
}
footer a {
  color: #fff;
}
footer a i {
  margin-right: 0.5rem;
}
.huizen > div > div a {
  display: block;
  color: #585757;
}
.huizen > div > div a:hover {
  text-decoration: none;
}
.projectenOverzicht a {
  display: block;
  color: #585757;
  margin-bottom: 0.5rem;
}
.projectenOverzicht a:hover {
  text-decoration: none;
}
.projectenOverzicht a:hover .projectDescription {
  background: #ededed;
}
.projectenOverzicht article {
  box-sizing: border-box;
}
.projectenOverzicht article .projectImage {
  height: 150px;
  width: 100%;
}
.projectenOverzicht article .projectDescription {
  padding: 1rem;
  box-sizing: border-box;
  background: #DEDEDE;
}
.imgPadding {
  padding: 0 0 10px 0;
}
.photoBook_overlay {
  height: 150px;
  position: relative;
}
.photoBook_overlay span {
  bottom: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.5);
  color: #cf963d;
}
.image-book {
  padding-bottom: 50px;
}
.image {
  height: 150px;
}
.grid-item--width2 {
  width: 50%;
}
.contactBlock {
  color: white;
}
.contactBlock .content h2 {
  font-size: 28px;
  color: #bf681d;
}
.contactBlock .content button {
  width: 100%;
  border: none;
  padding: 1rem;
}
.contactBlock .content input {
  border: none;
  display: block;
  padding: 0.7rem;
  height: 40px;
  width: 320px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  color: #929292;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #cf963d;
}
.contactBlock .content textarea {
  width: 296px;
  max-width: 296px;
  display: block;
  padding: 0.7rem;
}
.contactBlock .content button {
  float: left;
}
.contactBlock .content #test_email {
  display: none;
}
/*
=================================================== 
	Typography elements
===================================================
*/
p {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #ffffff;
}
p small {
  font-size: 75%;
  color: #ffffff;
}
a {
  outline: none;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  color: #bf681d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[type="colorbox"] {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
img {
  vertical-align: middle;
}
strong,
b {
  font-weight: bold;
}
.muted {
  color: #bfbfbf;
}
h1,
.h2,
h2,
h3,
h4,
h5,
h6 {
  color: #585757;
  font-weight: normal;
  line-height: 120%;
}
h1 a,
.h2 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #585757;
}
h1 small,
.h2 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  margin: 0 0 14px 0;
  font-size: 28px;
  color: #bf681d;
  font-weight: 500;
  text-transform: uppercase;
}
.h2,
h2 {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: normal;
}
h4 {
  margin: 0 0 9px 0;
  font-size: 18px;
}
h5 {
  margin: 0 0 9px 0;
  font-size: 18px;
}
h6 {
  margin: 0 0 9px 0;
  font-size: 18px;
  color: #bfbfbf;
}
ul,
ol {
  margin-left: 2.5rem;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
hr,
.hr {
  height: 2px;
  border: none;
  background: #dfd9d2;
  margin: 20px 0;
}
address {
  display: block;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  border-radius: 3px;
}
code {
  background-color: #fce3d5;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote {
  border-left: 5px solid #EEEEEE;
  margin: 0;
  padding: 0 0 0 2.5rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checkmark:before {
  content: "\e600";
}
.icon-check-alt:before {
  content: "\e601";
}
.icon-x:before {
  content: "\e602";
}
.icon-x-altx-alt:before {
  content: "\e604";
}
.icon-denied:before {
  content: "\e606";
}
.icon-rss-alt:before {
  content: "\e608";
}
.icon-wrench:before {
  content: "\e60a";
}
.icon-cog:before {
  content: "\e60f";
}
.icon-mail:before {
  content: "\e610";
}
.icon-document-alt-stroke:before {
  content: "\e611";
}
.icon-document-alt-fill:before {
  content: "\e612";
}
.icon-plus:before {
  content: "\e613";
}
.icon-plus-alt:before {
  content: "\e614";
}
.icon-minus:before {
  content: "\e615";
}
.icon-minus-alt:before {
  content: "\e616";
}
.icon-pin:before {
  content: "\e617";
}
.icon-magnifying-glass:before {
  content: "\e618";
}
.icon-undo:before {
  content: "\e619";
}
.icon-reload:before {
  content: "\e61a";
}
.icon-loop:before {
  content: "\e61b";
}
.icon-move-horizontal:before {
  content: "\e61c";
}
.icon-move-horizontal-alt1:before {
  content: "\e61d";
}
.icon-arrow-left:before {
  content: "\e61e";
}
.icon-arrow-left-alt1:before {
  content: "\e61f";
}
.icon-arrow-left-alt2:before {
  content: "\e620";
}
.icon-arrow-right:before {
  content: "\e621";
}
.icon-arrow-right-alt1:before {
  content: "\e622";
}
.icon-arrow-right-alt2:before {
  content: "\e623";
}
.icon-arrow-up:before {
  content: "\e624";
}
.icon-arrow-up-alt1:before {
  content: "\e625";
}
.icon-arrow-up-alt2:before {
  content: "\e626";
}
.icon-arrow-down:before {
  content: "\e627";
}
.icon-arrow-down-alt1:before {
  content: "\e628";
}
.icon-arrow-down-alt2:before {
  content: "\e629";
}
.icon-microphone:before {
  content: "\e62a";
}
.icon-headphones:before {
  content: "\e62b";
}
.icon-play:before {
  content: "\e62c";
}
.icon-pause:before {
  content: "\e62d";
}
.icon-stop:before {
  content: "\e62e";
}
.icon-eject:before {
  content: "\e62f";
}
.icon-first:before {
  content: "\e630";
}
.icon-last:before {
  content: "\e631";
}
.icon-play-alt:before {
  content: "\e632";
}
.icon-fullscreen-exit:before {
  content: "\e633";
}
.icon-fullscreen-exit-alt:before {
  content: "\e634";
}
.icon-fullscreen:before {
  content: "\e635";
}
.icon-fullscreen-alt:before {
  content: "\e636";
}
.icon-box:before {
  content: "\e637";
}
.icon-left-quote:before {
  content: "\e638";
}
.icon-right-quote:before {
  content: "\e639";
}
.icon-left-quote-alt:before {
  content: "\e63a";
}
.icon-right-quote-alt:before {
  content: "\e63b";
}
.icon-article:before {
  content: "\e63c";
}
.icon-read-more:before {
  content: "\e63d";
}
.icon-list:before {
  content: "\e63e";
}
.icon-list-nested:before {
  content: "\e63f";
}
.icon-aperture:before {
  content: "\e640";
}
.icon-aperture-alt:before {
  content: "\e641";
}
.icon-chart:before {
  content: "\e642";
}
.icon-chart-alt:before {
  content: "\e643";
}
.icon-bars:before {
  content: "\e644";
}
.icon-bars-alt:before {
  content: "\e645";
}
.icon-home:before {
  content: "\e646";
}
.icon-clock:before {
  content: "\e647";
}
.icon-unlock-stroke:before {
  content: "\e648";
}
.icon-unlock-fill:before {
  content: "\e649";
}
.icon-yen:before {
  content: "\e64a";
}
.icon-euro:before {
  content: "\e64b";
}
.icon-dollar:before {
  content: "\e64c";
}
.icon-image:before {
  content: "\e64d";
}
.icon-uniF78B:before {
  content: "\e64e";
}
.icon-uniF78C:before {
  content: "\e64f";
}
.icon-uniF78D:before {
  content: "\e650";
}
.icon-uniF78E:before {
  content: "\e651";
}
.icon-uniF7AB:before {
  content: "\e652";
}
.icon-uniF7AC:before {
  content: "\e653";
}
.icon-uniF7AD:before {
  content: "\e654";
}
.icon-uniF73F:before {
  content: "\e60b";
}
.icon-uniF740:before {
  content: "\e60c";
}
.icon-uniF73E:before {
  content: "\e655";
}
.icon-uniF74D:before {
  content: "\e656";
}
.icon-uniF5ED:before {
  content: "\e657";
}
.icon-uniF5E6:before {
  content: "\e658";
}
.icon-uniF5E7:before {
  content: "\e659";
}
.icon-uniF60B:before {
  content: "\e65a";
}
.icon-uniF60A:before {
  content: "\e65b";
}
.icon-uniF5A3:before {
  content: "\e65c";
}
.icon-uniF596:before {
  content: "\e65d";
}
.icon-uniF5BA:before {
  content: "\e65e";
}
.icon-uniF5BC:before {
  content: "\e65f";
}
.icon-uniF5BD:before {
  content: "\e660";
}
.icon-uniF5C6:before {
  content: "\e661";
}
.icon-uniF5C7:before {
  content: "\e662";
}
.icon-uniF5CE:before {
  content: "\e663";
}
.icon-uniF5CF:before {
  content: "\e664";
}
.icon-uniF5D0:before {
  content: "\e665";
}
.icon-uniF5D1:before {
  content: "\e666";
}
.icon-uniF5D2:before {
  content: "\e667";
}
.icon-uniF5DA:before {
  content: "\e668";
}
.icon-uniF5DB:before {
  content: "\e669";
}
.icon-uniF5D8:before {
  content: "\e66a";
}
.icon-uniF5D9:before {
  content: "\e66b";
}
.icon-uniF49C:before {
  content: "\e66c";
}
.icon-uniF4C8:before {
  content: "\e60d";
}
.icon-uniF551:before {
  content: "\e66d";
}
.icon-uniF552:before {
  content: "\e66e";
}
.icon-uniF550:before {
  content: "\e66f";
}
.icon-uniF470:before {
  content: "\e670";
}
.icon-uniF471:before {
  content: "\e671";
}
.icon-uniF478:before {
  content: "\e672";
}
.icon-uniF479:before {
  content: "\e673";
}
.icon-speed:before {
  content: "\e674";
}
.icon-davidstar:before {
  content: "\e675";
}
.icon-christiancross:before {
  content: "\e676";
}
.icon-islam:before {
  content: "\e677";
}
.icon-danger:before {
  content: "\e678";
}
.icon-addtocart:before {
  content: "\e679";
}
.icon-emptycart:before {
  content: "\e67a";
}
.icon-doghouse:before {
  content: "\e67b";
}
.icon-birdhouse:before {
  content: "\e67c";
}
.icon-lastfm:before {
  content: "\e67d";
}
.icon-barchart:before {
  content: "\e67e";
}
.icon-uni0430:before {
  content: "\e67f";
}
.icon-websitebuilder:before {
  content: "\e680";
}
.icon-shoppingcart:before {
  content: "\e681";
}
.icon-email:before {
  content: "\e682";
}
.icon-mimetype:before {
  content: "\e683";
}
.icon-opencart:before {
  content: "\e684";
}
.icon-codeigniter:before {
  content: "\e685";
}
.icon-mysql:before {
  content: "\e686";
}
.icon-sc:before {
  content: "\e687";
}
.icon-push:before {
  content: "\e688";
}
.icon-pull:before {
  content: "\e689";
}
.icon-query:before {
  content: "\e68a";
}
.icon-ipcontrol:before {
  content: "\e68b";
}
.icon-fourohfour:before {
  content: "\e68c";
}
.icon-php:before {
  content: "\e68d";
}
.icon-images:before {
  content: "\e68e";
}
.icon-volumefull:before {
  content: "\e68f";
}
.icon-volumehalf:before {
  content: "\e690";
}
.icon-volumemute:before {
  content: "\e691";
}
.icon-volumemute2:before {
  content: "\e692";
}
.icon-iphone:before {
  content: "\e693";
}
.icon-power:before {
  content: "\e694";
}
.icon-shutdown:before {
  content: "\e695";
}
.icon-details:before {
  content: "\e696";
}
.icon-facebook:before {
  content: "\e697";
}
.icon-avatar:before {
  content: "\e698";
}
.icon-twitter:before {
  content: "\e699";
}
.icon-vimeo:before {
  content: "\e69a";
}
.icon-path:before {
  content: "\e69b";
}
.icon-blogger:before {
  content: "\e69c";
}
.icon-linkedin:before {
  content: "\e69d";
}
.icon-googleplus:before {
  content: "\e69e";
}
.icon-tumblr:before {
  content: "\e69f";
}
.icon-evernote:before {
  content: "\e6a0";
}
.icon-gift:before {
  content: "\e6a1";
}
.icon-pound:before {
  content: "\e6a2";
}
.icon-pound2:before {
  content: "\e6a3";
}
.icon-calculator2:before {
  content: "\e6a4";
}
.icon-store:before {
  content: "\e605";
}
.icon-qrcode:before {
  content: "\e6a5";
}
.icon-barcode:before {
  content: "\e6a6";
}
.icon-sale:before {
  content: "\e6a7";
}
.icon-down:before {
  content: "\e6a8";
}
.icon-downleft:before {
  content: "\e6a9";
}
.icon-downright:before {
  content: "\e6aa";
}
.icon-up:before {
  content: "\e6ab";
}
.icon-upleft:before {
  content: "\e6ac";
}
.icon-upright:before {
  content: "\e6ad";
}
.icon-right:before {
  content: "\e6ae";
}
.icon-left:before {
  content: "\e6af";
}
.icon-settings3:before {
  content: "\e6b0";
}
.icon-zoomin:before {
  content: "\e6b1";
}
.icon-zoomout:before {
  content: "\e6b2";
}
.icon-redo:before {
  content: "\e6b3";
}
.icon-undo2:before {
  content: "\e6b4";
}
.icon-credit:before {
  content: "\e609";
}
.icon-envelope:before {
  content: "\e607";
}
.icon-alarm:before {
  content: "\e6b5";
}
.icon-alarm2:before {
  content: "\e6b6";
}
.icon-cart:before {
  content: "\e603";
}
.icon-cart1:before {
  content: "\e6b7";
}
.icon-cart2:before {
  content: "\e6b8";
}
.icon-youtube:before {
  content: "\e6b9";
}
.icon-youtube2:before {
  content: "\e6ba";
}
.icon-basket:before {
  content: "\e707";
}
.icon-cart:before {
  content: "\e708";
}
.icon-home:before {
  content: "\e709";
}
.icon-uniF785:before {
  content: "\e704";
}
.icon-uniF791:before {
  content: "\e70a";
}
.icon-uniF792:before {
  content: "\e70b";
}
.icon-uniF793:before {
  content: "\e70c";
}
.icon-uniF796:before {
  content: "\e70d";
}
.icon-uniF7C9:before {
  content: "\e70e";
}
.icon-uniF74E:before {
  content: "\e70f";
}
.icon-uniF74F:before {
  content: "\e710";
}
.icon-uniF750:before {
  content: "\e711";
}
.icon-uniF68F:before {
  content: "\e712";
}
.icon-uniF691:before {
  content: "\e713";
}
.icon-uniF692:before {
  content: "\e714";
}
.icon-uniF5E8:before {
  content: "\e715";
}
.icon-uniF5E9:before {
  content: "\e716";
}
.icon-uniF5F4:before {
  content: "\e717";
}
.icon-uniF5F5:before {
  content: "\e718";
}
.icon-uniF5F6:before {
  content: "\e719";
}
.icon-uniF5F7:before {
  content: "\e71a";
}
.icon-uniF5B1:before {
  content: "\e71b";
}
.icon-uniF542:before {
  content: "\e71c";
}
.icon-uniF54A:before {
  content: "\e71d";
}
.icon-uniF54C:before {
  content: "\e71e";
}
.icon-gameboy:before {
  content: "\e71f";
}
.icon-circleleft:before {
  content: "\e720";
}
.icon-circledown:before {
  content: "\e721";
}
.icon-circleup:before {
  content: "\e722";
}
.icon-circleright:before {
  content: "\e723";
}
.icon-uniF00F:before {
  content: "\e724";
}
.icon-uniF010:before {
  content: "\e725";
}
.icon-mxentry:before {
  content: "\e726";
}
.icon-alarm:before {
  content: "\e727";
}
.icon-airplane:before {
  content: "\e728";
}
.icon-shipping:before {
  content: "\e729";
}
.icon-piggybank:before {
  content: "\e72a";
}
.icon-coupon:before {
  content: "\e705";
}
.icon-paypal:before {
  content: "\e72b";
}
.icon-shredder:before {
  content: "\e72c";
}
.icon-starfull:before {
  content: "\e72d";
}
.icon-user:before {
  content: "\e72e";
}
.icon-users:before {
  content: "\e706";
}
.icon-reademail:before {
  content: "\e72f";
}
.icon-print:before {
  content: "\e730";
}
.icon-facebook2:before {
  content: "\e6bb";
}
.icon-twitter-old:before {
  content: "\e6bc";
}
.icon-share:before {
  content: "\e6bd";
}
.icon-feed:before {
  content: "\e6be";
}
.icon-bird:before {
  content: "\e6bf";
}
.icon-envelope:before {
  content: "\e6c0";
}
.icon-phone:before {
  content: "\e6c1";
}
.icon-mobile:before {
  content: "\e6c2";
}
.icon-ipod:before {
  content: "\e6c3";
}
.icon-monitor:before {
  content: "\e6c4";
}
.icon-floppy:before {
  content: "\e6c5";
}
.icon-pictures:before {
  content: "\e6c6";
}
.icon-eye:before {
  content: "\e6c7";
}
.icon-volume:before {
  content: "\e6c8";
}
.icon-gamepad:before {
  content: "\e6c9";
}
.icon-cog2:before {
  content: "\e6ca";
}
.icon-earth:before {
  content: "\e6cb";
}
.icon-globe:before {
  content: "\e6cc";
}
.icon-planet:before {
  content: "\e6cd";
}
.icon-battery-full:before {
  content: "\e6ce";
}
.icon-battery:before {
  content: "\e6cf";
}
.icon-battery-low:before {
  content: "\e6d0";
}
.icon-battery2:before {
  content: "\e6d1";
}
.icon-gift2:before {
  content: "\e6d2";
}
.icon-suitcase:before {
  content: "\e6d3";
}
.icon-pencil:before {
  content: "\e6d4";
}
.icon-user:before {
  content: "\e6d5";
}
.icon-user2:before {
  content: "\e6d6";
}
.icon-user3:before {
  content: "\e6d7";
}
.icon-cart3:before {
  content: "\e6d8";
}
.icon-trashcan:before {
  content: "\e6d9";
}
.icon-star:before {
  content: "\e6da";
}
.icon-music:before {
  content: "\e731";
}
.icon-search:before {
  content: "\e732";
}
.icon-zoom-out:before {
  content: "\e733";
}
.icon-zoom-in:before {
  content: "\e734";
}
.icon-clipboard:before {
  content: "\e703";
}
.icon-settings:before {
  content: "\e735";
}
.icon-locked:before {
  content: "\e736";
}
.icon-unlocked:before {
  content: "\e737";
}
.icon-key:before {
  content: "\e738";
}
.icon-info:before {
  content: "\e739";
}
.icon-email:before {
  content: "\e60e";
}
.icon-settings:before {
  content: "\e6db";
}
.icon-files:before {
  content: "\e6dc";
}
.icon-file-settings:before {
  content: "\e6dd";
}
.icon-file-add:before {
  content: "\e6de";
}
.icon-file:before {
  content: "\e6df";
}
.icon-envelope2:before {
  content: "\e6e0";
}
.icon-search:before {
  content: "\e6e1";
}
.icon-zoom-in:before {
  content: "\e6e2";
}
.icon-zoom-out:before {
  content: "\e6e3";
}
.icon-chat:before {
  content: "\e6e4";
}
.icon-chat-1:before {
  content: "\e6e5";
}
.icon-lock:before {
  content: "\e6e6";
}
.icon-unlocked:before {
  content: "\e6e7";
}
.icon-unlocked2:before {
  content: "\e6e8";
}
.icon-switch:before {
  content: "\e6e9";
}
.icon-forbidden:before {
  content: "\e6ea";
}
.icon-phone2:before {
  content: "\e6eb";
}
.icon-phone-portrait:before {
  content: "\e6ec";
}
.icon-tablet:before {
  content: "\e6ed";
}
.icon-tablet-landscape:before {
  content: "\e6ee";
}
.icon-laptop:before {
  content: "\e6ef";
}
.icon-phone-landscape:before {
  content: "\e6f0";
}
.icon-camera:before {
  content: "\e6f1";
}
.icon-shopping-cart:before {
  content: "\e73a";
}
.icon-trashcan:before {
  content: "\e73b";
}
.icon-home2:before {
  content: "\e73c";
}
.icon-users:before {
  content: "\e73d";
}
.icon-user2:before {
  content: "\e73e";
}
.icon-mail:before {
  content: "\e73f";
}
.icon-basket:before {
  content: "\e6f2";
}
.icon-medal:before {
  content: "\e6f3";
}
.icon-picture:before {
  content: "\e6f4";
}
.icon-pictures2:before {
  content: "\e6f5";
}
.icon-pictures3:before {
  content: "\e6f6";
}
.icon-envelope:before {
  content: "\e740";
}
.icon-arrow-left2:before {
  content: "\e6f7";
}
.icon-arrow-down2:before {
  content: "\e6f8";
}
.icon-arrow-up2:before {
  content: "\e6f9";
}
.icon-arrow-right2:before {
  content: "\e6fa";
}
.icon-arrow-left3:before {
  content: "\e6fb";
}
.icon-arrow-down3:before {
  content: "\e6fc";
}
.icon-arrow-up3:before {
  content: "\e6fd";
}
.icon-arrow-right3:before {
  content: "\e6fe";
}
.icon-arrow-left4:before {
  content: "\e6ff";
}
.icon-uniE700:before {
  content: "\e700";
}
.icon-arrow-up4:before {
  content: "\e701";
}
.icon-arrow-down4:before {
  content: "\e702";
}
.icon-cart2:before {
  content: "\e741";
}
.icon-user3:before {
  content: "\e742";
}
.icon-users2:before {
  content: "\e743";
}
.icon-user-add:before {
  content: "\e744";
}
.icon-caret-down:before {
  content: "\e745";
}
.icon-caret-up:before {
  content: "\e746";
}
.icon-caret-left:before {
  content: "\e747";
}
.icon-caret-right:before {
  content: "\e748";
}
.icon-double-angle-left:before {
  content: "\e749";
}
.icon-double-angle-right:before {
  content: "\e74a";
}
.icon-double-angle-up:before {
  content: "\e74b";
}
.icon-double-angle-down:before {
  content: "\e74c";
}
.icon-shopping-cart2:before {
  content: "\e74d";
}
.icon-print2:before {
  content: "\e74e";
}
.icon-mail2:before {
  content: "\e74f";
}
/*
=================================================== 
	Form & input elements
===================================================
*/
:-moz-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder ::-ms-input-placeholder {
  color: #bf681d;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input.honey {
  position: absolute;
  left: -9999px;
}
label {
  display: block;
}
input,
select {
  height: 30px;
}
input,
textarea,
select,
.faux-input {
  display: inline-block;
  width: auto;
  padding: 1px 5px 0;
  font-size: 15px;
  border: 1px solid #cf963d;
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
  background: #FFF;
  color: #585757;
  margin: 5px 0;
  font-family: inherit;
}
input.error,
textarea.error,
select.error,
.faux-input.error {
  border-color: #e71106;
  background-color: #ffeeed;
}
input:focus,
textarea:focus,
select:focus,
.faux-input:focus {
  outline: 0;
  border-color: #bf681d;
}
select {
  padding: 0 0 0 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
.faux-input {
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  cursor: not-allowed;
  color: #808080;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 2.25em;
  *height: auto;
  line-height: 2.25em;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  box-shadow: none;
  outline: 1px dotted #666;
}
ul.inputs-list {
  list-style-type: none;
  margin: 5px 0 10px 15px;
}
/* =================================================== 
	Alert blocks
=================================================== */
.display {
  padding: 7px 15px;
  margin: 15px 0;
  border: 1px solid #bfbfbf;
  border-width: 4px 0;
}
.display ul,
.display ol {
  margin-bottom: 0;
}
.display ul.smallMarger,
.display ol.smallMarger {
  margin-bottom: 10px;
}
.display.green {
  border-color: #608c18;
}
.display.orange {
  border-color: #f06615;
}
.display.red {
  border-color: #e71106;
}
.display.blue {
  border-color: #1e85ce;
}
.display.rounded {
  border-radius: 5px;
}
.display.subtle,
.display.pretty {
  border: none;
}
.display.subtle {
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.8);
}
.display.subtle.green {
  background-color: #bae670;
}
.display.subtle.orange {
  background-color: #fbd4bd;
}
.display.subtle.red {
  background-color: #fdbfbc;
}
.display.subtle.blue {
  background-color: #acd5f3;
}
.display.pretty {
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.display.pretty.green {
  background-color: #517614;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #7eb81f, #517614);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #7eb81f, #517614);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #7eb81f, #517614);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb81f', endColorstr='#517614', GradientType=0);
  /* IE9 and down */
}
.display.pretty.orange {
  background-color: #dd5b0e;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #f38545, #dd5b0e);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #f38545, #dd5b0e);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #f38545, #dd5b0e);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38545', endColorstr='#dd5b0e', GradientType=0);
  /* IE9 and down */
}
.display.pretty.red {
  background-color: #ce0f05;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #f93127, #ce0f05);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #f93127, #ce0f05);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #f93127, #ce0f05);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f93127', endColorstr='#ce0f05', GradientType=0);
  /* IE9 and down */
}
.display.pretty.blue {
  background-color: #1b77b8;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #3c9ee3, #1b77b8);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #3c9ee3, #1b77b8);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #3c9ee3, #1b77b8);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c9ee3', endColorstr='#1b77b8', GradientType=0);
  /* IE9 and down */
}
/* =================================================== 
	Table styles
=================================================== */
table {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  border-collapse: collapse;
  /* Smaller gaps */
  /* No styling */
  /* Bordered table */
  /* Zebra striped */
}
table th,
table td {
  padding: 10px 10px 9px;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: middle;
  border-top: 1px solid #dfd9d2;
}
table td.valignTop {
  vertical-align: top;
}
table td input,
table td textarea,
table td select {
  margin: 0;
}
table tbody th {
  border-top: 1px solid #dfd9d2;
  vertical-align: top;
}
table tr.colored {
  background: #bf681d;
  color: #ffffff;
}
table tr.subtleColored {
  background: #dfd9d2;
}
table tr.subtleColored.withGradient {
  background-color: rgba(0, 0, 0, 0) 10px;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10px);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10px);
  /* Opera 11.10 */
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10px);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.08) 0%', endColorstr='rgba(0, 0, 0, 0) 10px', GradientType=0);
  /* IE9 and down */
}
table.condensed th,
table.condensed td {
  padding: 5px 5px 4px;
  border: 0;
}
table.unstyled {
  margin: 0;
}
table.unstyled th,
table.unstyled td {
  padding: 0;
  border: 0;
}
table.bordered {
  border: 1px solid #dfd9d2;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border-radius: 4px;
}
table.bordered th + th,
table.bordered td + td,
table.bordered th + td {
  border-left: 1px solid #dfd9d2;
}
table.bordered thead tr:first-child th:first-child,
table.bordered tbody tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
table.bordered thead tr:first-child th:last-child,
table.bordered tbody tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
table.bordered tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
table.bordered tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
table tr.hidden {
  display: none;
}
table.zebra tbody tr:nth-child(odd) td,
table.zebra tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table.zebra tbody tr:hover td,
table.zebra tbody tr:hover th {
  background-color: #f5f5f5;
}
/*
=================================================== 
	Form & link buttons
===================================================
*/
.btn {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
}
.btn.baseColor {
  background: #bf681d;
}
.btn.baseColor:hover {
  text-decoration: none;
  background: #935016;
}
.btn.big {
  padding: 1rem 2rem;
}
button,
.button {
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  font-family: Roboto;
  vertical-align: middle;
  display: inline-block;
  padding: 0.7rem;
  cursor: pointer;
  white-space: nowrap;
  color: #404040;
  text-decoration: none;
  background: #e8e8e8;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  /* IE6 fix */
  width: auto !important;
  height: auto !important;
  width: 1px;
  height: 1px;
  /* Uppercased button */
  /* Tiny button */
  /* Small button */
  /* Large button */
  /* Rounded buttons */
  /* Pretty button */
  /* Colored buttons */
  /* Base colored button */
  /* Blue button */
  /* Green button */
  /* Red button */
  /* Yellow button */
  /* Orange button */
  /* Pink button */
  /* Purple button */
  /* Clean button */
  /* Global button hover style */
  /* Icon */
  /* Transition */
  -webkit-transition: 0.1s linear background-color;
  transition: 0.1s linear background-color;
}
button.capitalized,
.button.capitalized {
  text-transform: uppercase !important;
}
button.tiny,
.button.tiny {
  padding: 2px 3px 1px;
  font-size: 0rem;
}
button.tiny.rounded,
.button.tiny.rounded {
  border-radius: 2px;
}
button.small,
.button.small {
  padding: 4px 5px 3px;
  font-size: 1rem;
}
button.small.rounded,
.button.small.rounded {
  border-radius: 3px;
}
button.large,
.button.large {
  padding: 7px 10px 6px;
  font-size: 2rem;
}
button.large.rounded,
.button.large.rounded {
  border-radius: 4px;
}
button.rounded,
.button.rounded {
  border-radius: 3px;
}
button.pretty,
.button.pretty {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  background-image: url(../images/pretty-button-overlay.png);
  background-position: top;
  background-repeat: repeat-x;
  text-decoration: none;
}
button.pretty:hover,
.button.pretty:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  border-color: #7d4413;
  background-color: #bf681d;
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
button.pretty:focus,
.button.pretty:focus {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
button.base,
.button.base,
button.blue,
.button.blue,
button.green,
.button.green,
button.red,
.button.red,
button.yellow,
.button.yellow,
button.orange,
.button.orange,
button.pink,
.button.pink,
button.purple,
.button.purple {
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
button.base:hover,
.button.base:hover,
button.blue:hover,
.button.blue:hover,
button.green:hover,
.button.green:hover,
button.red:hover,
.button.red:hover,
button.yellow:hover,
.button.yellow:hover,
button.orange:hover,
.button.orange:hover,
button.pink:hover,
.button.pink:hover,
button.purple:hover,
.button.purple:hover {
  color: #ffffff;
}
button.base,
.button.base {
  background-color: #bf681d;
  border-color: #7d4413;
}
button.base:hover,
.button.base:hover {
  background-color: #935016;
  border-color: #502c0c;
}
button.base:focus,
.button.base:focus {
  background-color: #a95c1a;
}
button.blue,
.button.blue {
  background-color: #1e85ce;
  border-color: #145a8b;
}
button.blue:hover,
.button.blue:hover {
  background-color: #1868a1;
  border-color: #0e3d5f;
}
button.blue:focus,
.button.blue:focus {
  background-color: #1b77b8;
}
button.green,
.button.green {
  background-color: #608c18;
  border-color: #426011;
}
button.green:hover,
.button.green:hover {
  background-color: #426011;
  border-color: #243509;
}
button.green:focus,
.button.green:focus {
  background-color: #517614;
}
button.red,
.button.red {
  background-color: #e71106;
  border-color: #b50d05;
}
button.red:hover,
.button.red:hover {
  background-color: #b50d05;
  border-color: #840a03;
}
button.red:focus,
.button.red:focus {
  background-color: #ce0f05;
}
button.yellow,
.button.yellow {
  background-color: #ffc40d;
  border-color: #d9a400;
}
button.yellow:hover,
.button.yellow:hover {
  background-color: #d9a400;
  border-color: #a67e00;
}
button.yellow:focus,
.button.yellow:focus {
  background-color: #f3b700;
}
button.orange,
.button.orange {
  background-color: #f06615;
  border-color: #c5510d;
}
button.orange:hover,
.button.orange:hover {
  background-color: #c5510d;
  border-color: #953d0a;
}
button.orange:focus,
.button.orange:focus {
  background-color: #dd5b0e;
}
button.pink,
.button.pink {
  background-color: #ee2376;
  border-color: #ce105e;
}
button.pink:hover,
.button.pink:hover {
  background-color: #ce105e;
  border-color: #9f0c48;
}
button.pink:focus,
.button.pink:focus {
  background-color: #e61268;
}
button.purple,
.button.purple {
  background-color: #7a43b6;
  border-color: #613591;
}
button.purple:hover,
.button.purple:hover {
  background-color: #613591;
  border-color: #48286b;
}
button.purple:focus,
.button.purple:focus {
  background-color: #6e3ca3;
}
button.clean,
.button.clean {
  background: none;
  border: none;
  color: #bf681d;
  text-decoration: underline;
  text-shadow: none;
  font-weight: normal;
}
button.clean:hover,
.button.clean:hover {
  background-color: #bf681d;
  color: #ffffff;
}
button:hover,
.button:hover {
  text-decoration: none;
  color: #585757;
  background-color: #cfcfcf;
}
button[disabled],
.button[disabled] {
  cursor: not-allowed !important;
  opacity: 75;
}
button img,
.button img {
  vertical-align: top;
  margin-right: 5px;
  max-height: 15px;
}
button.bg,
.button.bg {
  border: 0px;
  background-color: #FFF;
  padding: 0px;
  text-indent: -9999px;
  cursor: pointer;
  background-position: top;
}
button.bg:hover,
.button.bg:hover {
  background-position: bottom;
}
/* =================================================== 
	Miscellaneous elements
=================================================== */
div#loader {
  display: none;
  height: 50px;
  width: 140px;
  box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  background: #dfd9d2 url(../images/ajax-spinner.gif) no-repeat 10px 50%;
  font-size: 22px;
  left: 50%;
  line-height: 48px;
  margin-left: -70px;
  padding-right: 10px;
  position: fixed;
  text-align: right;
  top: 12px;
  z-index: 500;
}
.padder {
  padding: 1.5rem;
}
.padder.small {
  padding: 2.5px;
}
.padder.medium {
  padding: 10px;
}
.padder.semi-large {
  padding: 15px;
}
.padder.large {
  padding: 20px;
}
.padder.huge {
  padding: 25px;
}
.padder.height {
  padding-left: 0;
  padding-right: 0;
}
.marger {
  margin-bottom: 5px;
}
.marger.small {
  margin-bottom: 2.5px;
}
.marger.medium {
  margin-bottom: 10px;
}
.marger.large {
  margin-bottom: 20px;
}
.label {
  padding: 2px 3px 1px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  border-radius: 3px;
}
.label.blue {
  background-color: #1e85ce;
}
.label.green {
  background-color: #608c18;
}
.label.red {
  background-color: #e71106;
}
.label.yellow {
  background-color: #ffc40d;
}
.label.orange {
  background-color: #f06615;
}
.label.pink {
  background-color: #ee2376;
}
.label.purple {
  background-color: #7a43b6;
}
.label.large {
  font-size: 14px;
  padding: 2px 5px 1px;
}
.marked:before,
.marked:after {
  content: "\0000a0";
}
.marked.green {
  background-color: #a2ff0b;
}
.marked.yellow {
  background-color: #ffdd73;
}
.marked.pink {
  background-color: #ffc4dc;
}
.noTxt {
  text-indent: -9999px;
}
.noMargin.left {
  margin-left: 0 !important;
}
.noMargin.right {
  margin-right: 0 !important;
}
.noMargin.top {
  margin-top: 0 !important;
}
.noMargin.bottom {
  margin-bottom: 0 !important;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.right-aligned {
  text-align: right;
}
.center-aligned {
  text-align: center;
}
.left-aligned {
  text-align: left;
}
.right-floated {
  float: right;
}
.none-floated {
  float: none;
}
.left-floated {
  float: left;
}
img.fff-icon {
  vertical-align: bottom;
}
.block.bordered {
  border: 2px solid #FFF;
}
.block.rounded {
  border-radius: 18px;
}
.block.colored {
  background: #DFD8D1;
}
.block.fixed-width {
  width: 230px;
}
.block.white {
  background: #FFF;
}
div.devider {
  height: 2px;
  background: #bf681d;
}
/* ===== Pagination ===== */
div.pagination {
  padding: 5px 0;
  text-align: center;
}
div.pagination a,
div.pagination span {
  padding: 5px 7px;
  margin: 0 1px;
  text-shadow: 0px 1px 1px #ffffff;
  border: 1px solid #cccccc;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  /* Opera 11.10 */
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  /* The standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  /* IE9 and down */
  border-radius: 3px;
  text-decoration: none;
}
div.pagination span {
  color: #cf963d;
}
div.pagination a {
  color: #585757;
}
div.pagination a:hover {
  border-color: #9c9c9c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #bf681d;
}
div.pagination a.active,
div.pagination a:focus {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #dedede;
}
.grid > div {
  margin-left: -0.76336%;
}
.grid > div .col-1 {
  display: block;
  width: 7.57576%;
}
.grid > div .col-2 {
  display: block;
  width: 15.90909%;
}
.grid > div .col-3 {
  display: block;
  width: 24.24242%;
}
.grid > div .col-4 {
  display: block;
  width: 32.57576%;
}
.grid > div .col-5 {
  display: block;
  width: 40.90909%;
}
.grid > div .col-6 {
  display: block;
  width: 49.24242%;
}
.grid > div .col-7 {
  display: block;
  width: 57.57576%;
}
.grid > div .col-8 {
  display: block;
  width: 65.90909%;
}
.grid > div .col-9 {
  display: block;
  width: 74.24242%;
}
.grid > div .col-10 {
  display: block;
  width: 82.57576%;
}
.grid > div .col-11 {
  display: block;
  width: 90.90909%;
}
.grid > div .col-12 {
  display: block;
  width: 99.24242%;
}
.grid > div .col-hide {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .grid > div .col-medium-1 {
    display: block;
    width: 7.57576%;
  }
  .grid > div .col-medium-2 {
    display: block;
    width: 15.90909%;
  }
  .grid > div .col-medium-3 {
    display: block;
    width: 24.24242%;
  }
  .grid > div .col-medium-4 {
    display: block;
    width: 32.57576%;
  }
  .grid > div .col-medium-5 {
    display: block;
    width: 40.90909%;
  }
  .grid > div .col-medium-6 {
    display: block;
    width: 49.24242%;
  }
  .grid > div .col-medium-7 {
    display: block;
    width: 57.57576%;
  }
  .grid > div .col-medium-8 {
    display: block;
    width: 65.90909%;
  }
  .grid > div .col-medium-9 {
    display: block;
    width: 74.24242%;
  }
  .grid > div .col-medium-10 {
    display: block;
    width: 82.57576%;
  }
  .grid > div .col-medium-11 {
    display: block;
    width: 90.90909%;
  }
  .grid > div .col-medium-12 {
    display: block;
    width: 99.24242%;
  }
  .grid > div .col-medium-hide {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .grid > div .col-small-1 {
    display: block;
    width: 7.57576%;
  }
  .grid > div .col-small-2 {
    display: block;
    width: 15.90909%;
  }
  .grid > div .col-small-3 {
    display: block;
    width: 24.24242%;
  }
  .grid > div .col-small-4 {
    display: block;
    width: 32.57576%;
  }
  .grid > div .col-small-5 {
    display: block;
    width: 40.90909%;
  }
  .grid > div .col-small-6 {
    display: block;
    width: 49.24242%;
  }
  .grid > div .col-small-7 {
    display: block;
    width: 57.57576%;
  }
  .grid > div .col-small-8 {
    display: block;
    width: 65.90909%;
  }
  .grid > div .col-small-9 {
    display: block;
    width: 74.24242%;
  }
  .grid > div .col-small-10 {
    display: block;
    width: 82.57576%;
  }
  .grid > div .col-small-11 {
    display: block;
    width: 90.90909%;
  }
  .grid > div .col-small-12 {
    display: block;
    width: 99.24242%;
  }
  .grid > div .col-small-hide {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .grid > div .col-mobile-1 {
    display: block;
    width: 7.57576%;
  }
  .grid > div .col-mobile-2 {
    display: block;
    width: 15.90909%;
  }
  .grid > div .col-mobile-3 {
    display: block;
    width: 24.24242%;
  }
  .grid > div .col-mobile-4 {
    display: block;
    width: 32.57576%;
  }
  .grid > div .col-mobile-5 {
    display: block;
    width: 40.90909%;
  }
  .grid > div .col-mobile-6 {
    display: block;
    width: 49.24242%;
  }
  .grid > div .col-mobile-7 {
    display: block;
    width: 57.57576%;
  }
  .grid > div .col-mobile-8 {
    display: block;
    width: 65.90909%;
  }
  .grid > div .col-mobile-9 {
    display: block;
    width: 74.24242%;
  }
  .grid > div .col-mobile-10 {
    display: block;
    width: 82.57576%;
  }
  .grid > div .col-mobile-11 {
    display: block;
    width: 90.90909%;
  }
  .grid > div .col-mobile-12 {
    display: block;
    width: 99.24242%;
  }
  .grid > div .col-mobile-hide {
    display: none;
  }
}
.grid > div > .col-1,
.grid > div > .col-2,
.grid > div > .col-3,
.grid > div > .col-4,
.grid > div > .col-5,
.grid > div > .col-6,
.grid > div > .col-7,
.grid > div > .col-8,
.grid > div > .col-9,
.grid > div > .col-10,
.grid > div > .col-11,
.grid > div > .col-12,
.grid > div .col-medium-1,
.grid > div .col-medium-2,
.grid > div .col-medium-3,
.grid > div .col-medium-4,
.grid > div .col-medium-5,
.grid > div .col-medium-6,
.grid > div .col-medium-7,
.grid > div .col-medium-8,
.grid > div .col-medium-9,
.grid > div .col-medium-10,
.grid > div .col-medium-11,
.grid > div .col-medium-12,
.grid > div .col-small-1,
.grid > div .col-small-2,
.grid > div .col-small-3,
.grid > div .col-small-4,
.grid > div .col-small-5,
.grid > div .col-small-6,
.grid > div .col-small-7,
.grid > div .col-small-8,
.grid > div .col-small-9,
.grid > div .col-small-10,
.grid > div .col-small-11,
.grid > div .col-small-12,
.grid > div .col-mobile-1,
.grid > div .col-mobile-2,
.grid > div .col-mobile-3,
.grid > div .col-mobile-4,
.grid > div .col-mobile-5,
.grid > div .col-mobile-6,
.grid > div .col-mobile-7,
.grid > div .col-mobile-8,
.grid > div .col-mobile-9,
.grid > div .col-mobile-10,
.grid > div .col-mobile-11,
.grid > div .col-mobile-12 {
  float: left;
  padding-left: 0.75758%;
  min-height: 1px;
}
.grid > div:after {
  content: '';
  display: block;
  clear: both;
}
.layered {
  overflow: hidden;
  position: relative;
}
.layered > div {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
/*@import "jquery.flexSlider.less";*/
/*
=================================================== 
	RhinoSlider plugin
===================================================
*/
.rhino-container {
  position: relative;
  background: #cf963d;
}
ul#rhinoSlider {
  padding: 0;
  margin: 0;
  height: 240px;
  width: 680px;
}
.rhino-btn {
  display: block;
  background: green;
  z-index: 99;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
}
.rhino-prev,
.rhino-next {
  top: 100px;
}
.rhino-prev {
  left: 15px;
  background: url(../images/arrow-left.png);
}
.rhino-next {
  right: 15px;
  background: url(../images/arrow-right.png);
}
.rhino-caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  right: 15px;
  top: 15px;
  color: #FFF;
  padding: 2px 30px 2px 15px;
  border-left: 4px solid #bf681d;
}
.rhino-bullets {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 200px;
  z-index: 98;
  padding: 0;
  margin: 0 0 0 -100px;
  text-align: center;
}
.rhino-bullets li {
  display: inline-block;
  padding: 0 3px;
}
.rhino-bullets li a.rhino-bullet {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 12px;
  width: 18px;
  text-indent: -9999px;
}
.rhino-bullets li a.rhino-bullet:hover,
.rhino-bullets li a.rhino-bullet:focus {
  color: #585757;
  background: #FFF;
}
.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
  background: #bf681d;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/colorbox/controls.png) no-repeat top center;
  width: 38px !important;
  height: 19px !important;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/*
=================================================== 
	Responsive site stylesheet rules
===================================================
*/
/***********
 * CSS Sheet Horizontal for mobile devices
***********/
@media only screen and (min-width: 480px) and (max-width: 766px) {
  /* Menu fix for Android */
  body {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
}
@media screen and (max-width: 479px) {
  /* Menu fix for Android */
  body {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
}
/***********
 * Alex Respaonsive
***********/
@media only screen and (max-width: 766px) {
  header .logo {
    float: none;
    width: 220px;
    margin: 0 auto;
    display: block;
  }
  header .wrapper {
    height: auto;
  }
  header .contactHeader {
    float: none;
    display: none;
  }
  nav {
    margin: 1.5rem auto 0 auto;
  }
  footer {
    text-align: center;
  }
  footer h3 {
    margin-top: 1.5rem;
  }
  section.diensten .dienstBlock {
    padding-bottom: 1.5rem;
  }
  section.diensten .dienstContent {
    max-width: none;
    padding: 0 3rem;
  }
  section.diensten .dienstContent .dienstImg.verbouw {
    background: url('../images/ico-verbouwing-brown.png') no-repeat center center;
  }
  section.diensten .dienstContent .dienstImg.contact {
    background: url('../images/ico-envelope-orange.png') no-repeat center center;
  }
  section.diensten > div > div > a:first-child {
    background: #bf681d;
  }
  section.diensten > div > div > a:nth-child(2) {
    background: #cf963d;
  }
  section.diensten > div > div > a:nth-child(3) {
    background: #cf963d;
  }
  section.diensten > div > div > a:nth-child(4) {
    background: #bf681d;
  }
}
@media screen and (max-width: 480px) {
  section.diensten > div > div > a:first-child {
    background: #bf681d;
  }
  section.diensten > div > div > a:nth-child(2) {
    background: #cf963d;
  }
  section.diensten > div > div > a:nth-child(3) {
    background: #bf681d;
  }
  section.diensten > div > div > a:nth-child(4) {
    background: #cf963d;
  }
  header {
    z-index: 1;
  }
  header .wrapper {
    position: fixed;
    z-index: 1;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 7px 16px -6px rgba(0, 0, 0, 0.34);
  }
  header .headerImg {
    padding-top: 185px;
    height: 304px;
  }
  header.smallHeader .wrapper {
    -ms-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
    transition: all 100ms ease;
  }
  .mobileMenu {
    display: block;
    background: #CF953C;
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.5rem;
  }
  .mobileMenu .menuCall {
    color: #fff;
    margin-top: 1.2rem;
    display: inline-block;
    font-size: 1.3rem;
    float: left;
    margin-left: 1.5rem;
  }
  .mobileMenu .responsive-icon {
    display: block;
    float: right;
    padding: 1rem 1.5rem;
    color: #fff;
    line-height: 0;
  }
  .mobileMenu .responsive-icon.activated {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 100ms ease 100ms;
  }
  .mobileMenu .responsive-icon:after {
    clear: both;
    content: '';
  }
  nav {
    display: none;
    margin: 0;
  }
  nav.activated {
    display: block;
  }
  nav ul {
    padding: 1rem 0;
    background: #bf681d;
  }
  nav ul li {
    float: none;
    line-height: 2rem;
    width: 100%;
  }
  nav ul li a {
    color: #fff;
    display: block;
  }
  nav ul li a.active {
    color: #fff;
    background: #cf963d;
  }
  section.diensten {
    text-align: center;
  }
  section.diensten ul {
    margin: 0;
  }
  section.diensten ul li {
    text-align: center;
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
  }
  section.diensten .dienstContent .dienstImg.verbouw {
    background: url('../images/ico-verbouwing.png') no-repeat center center;
  }
  section.diensten .dienstContent .dienstImg.contact {
    background: url('../images/ico-envelope.png') no-repeat center center;
  }
}
/***********
 * CSS Sheet for smaller screens then 1280px
 * CSS Sheet for horizontal tablets
***********/
/***********
 * CSS Sheet Vertical for tablets
***********/
@media only screen and (max-width: 960px) {
  .contactHeader {
    display: none;
  }
}
/***********
 * CSS Sheet Horizontal for mobile devices
***********/
@media only screen and (min-width: 480px) and (max-width: 766px) {
  .imgPadding {
    padding: 0 0 5px 0;
  }
  header nav ul li .sub {
    margin: 0;
  }
}
/***********
 * CSS Sheet Vertical for mobile devices
***********/
@media screen and (max-width: 479px) {
  .photoBook_overlay {
    height: 80px;
  }
  .photoBook_overlay span {
    display: none;
  }
  .imgPadding {
    padding: 0 0 2px 0;
  }
  header nav ul li .sub {
    margin: 0;
    background: #CF963D;
    width: 100%;
  }
  header nav ul li .sub li {
    width: 100%;
  }
  header nav ul li .sub a {
    text-align: center;
  }
}
