/*
Theme Name: Uprise
Theme URI: http://www.uprise.nl
Description: Custom made design and theme for Uprise.nl
Author: Uprise
Version: 1.0
*/
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
  margin: 0px;
  padding: 0px;
}
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input[type='submit'],
button,
.button {
  cursor: pointer;
}
.gform_wrapper {
  padding-top: 20px;
}
.gform_wrapper ul {
  margin: 0 0 1em 0;
}
.gform_wrapper .span4 {
  padding-bottom: 20px;
}
.gform_wrapper .ginput_container {
  *zoom: 1;
}
.gform_wrapper .ginput_container:before,
.gform_wrapper .ginput_container:after {
  display: table;
  content: "";
}
.gform_wrapper .ginput_container:after {
  clear: both;
}
.gform_wrapper .hide-label label {
  display: none;
}
.gform_wrapper .gfield {
  padding-bottom: 15px;
}
.gform_wrapper .gfield_description {
  color: #666666;
  font-size: 12px;
  padding-top: 5px;
}
.gform_wrapper .validation_error {
  color: #666666;
  font-size: 12px;
  padding-bottom: 15px;
}
.gform_wrapper .button {
  background: url('images/btn-bg.png') no-repeat center top;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 24px/1em 'BebasRegular', Arial, sans-serif;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  -ms-transition: background-position 0.2s ease-in-out;
  -o-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.gform_wrapper .button:hover {
  background-position: center bottom;
}
.gform_wrapper label {
  display: block;
  margin-bottom: 5px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  float: left;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  clear: left;
}
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
  display: inline-block;
  height: 1.5em;
  padding: 4px 4px 4px 6px;
  font-size: 1;
  line-height: 1.5em;
  color: #555555;
}
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"],
.gform_wrapper .uneditable-input {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 250px;
}
.gform_wrapper textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="datetime"]:focus,
.gform_wrapper input[type="datetime-local"]:focus,
.gform_wrapper input[type="date"]:focus,
.gform_wrapper input[type="month"]:focus,
.gform_wrapper input[type="time"]:focus,
.gform_wrapper input[type="week"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="search"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="color"]:focus,
.gform_wrapper .uneditable-input:focus {
  border-color: #dcdcdc;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
.gform_wrapper textarea {
  height: auto;
  width: 500px;
}
.gform_wrapper .gfield_error input {
  border-color: #9a0000;
}
.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  float: left;
  margin: 3px 10px 0 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
.gform_wrapper input[type="submit"] {
  width: auto;
  border: 0;
  cursor: pointer;
}
.gform_wrapper select {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
.gform_wrapper select:focus {
  outline: 0;
}
.gform_wrapper select {
  width: 220px;
  border: 1px solid #bbb;
}
@font-face {
  font-family: 'BebasRegular';
  src: url('fonts/bebasneue-webfont.eot');
  src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd65Medium';
  src: url('fonts/helveticaneueltstd-md-webfont.eot');
  src: url('fonts/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-md-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-md-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd25Light';
  src: url('fonts/helveticaneueltstd-lt-webfont.eot');
  src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd25Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd35Thin';
  src: url('fonts/helveticaneueltstd-th-webfont.eot');
  src: url('fonts/helveticaneueltstd-th-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-th-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-th-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-th-webfont.svg#HelveticaNeueLTStd35Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'HelveticaNeueLTStd25Light', Helvetica, Arial, sans-serif;
  font-size: 1;
  line-height: 1.5em;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #3f6c9e;
  text-decoration: none;
}
a:hover {
  color: #0d3a6c;
  text-decoration: underline;
}
.row {
  margin-left: -40px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 40px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 920px;
}
.span12 {
  width: 920px;
}
.span11 {
  width: 840px;
}
.span10 {
  width: 760px;
}
.span9 {
  width: 680px;
}
.span8 {
  width: 600px;
}
.span7 {
  width: 520px;
}
.span6 {
  width: 440px;
}
.span5 {
  width: 360px;
}
.span4 {
  width: 280px;
}
.span3 {
  width: 200px;
}
.span2 {
  width: 120px;
}
.span1 {
  width: 40px;
}
.offset12 {
  margin-left: 1000px;
}
.offset11 {
  margin-left: 920px;
}
.offset10 {
  margin-left: 840px;
}
.offset9 {
  margin-left: 760px;
}
.offset8 {
  margin-left: 680px;
}
.offset7 {
  margin-left: 600px;
}
.offset6 {
  margin-left: 520px;
}
.offset5 {
  margin-left: 440px;
}
.offset4 {
  margin-left: 360px;
}
.offset3 {
  margin-left: 280px;
}
.offset2 {
  margin-left: 200px;
}
.offset1 {
  margin-left: 120px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0733117479130434%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94565216391304%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.43501386691305%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92437556991304%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.41373727291305%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90309897591304%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.39246067891305%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88182238191304%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.37118408491305%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.860545787913043%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.349907490913044%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.839269193913044%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.328630896913044%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 0.75em;
}
p small {
  font-size: -1;
  color: #999999;
}
.lead {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 200;
  line-height: 2.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 3em;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 3em;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 2.25em;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 1.5em;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 0.5em;
  margin: 1.5em 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.75em 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 1.5em;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 1.5em;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
  line-height: 0.5em;
}
dd {
  margin-left: 0.75em;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5em;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875em;
}
blockquote small {
  display: block;
  line-height: 1.5em;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.5em;
  font-style: normal;
  line-height: 1.5em;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.carousel {
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
body {
  background: #ffffff url('images/bg-body.png') repeat 0 0;
}
.shadow {
  height: 17px;
  background: url('images/bg-shadow.png') no-repeat center bottom;
}
.hidden {
  display: none;
}
a {
  color: #3f6c9e;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #0d3a6c;
}
.box {
  margin-top: 20px;
  padding: 10px 0;
  border-top: 2px solid #333;
}
.box .left-block h3 {
  padding: 4px 3px 1px 4px;
  margin-bottom: 1em;
  font: 12px/1em 'HelveticaNeueLTStd35Thin';
  text-transform: uppercase;
  color: #fff;
  background: #333;
}
.box .left-block h3.pink {
  background: #ed1373;
}
.box .left-block p {
  margin-left: 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.2em;
}
.clear {
  clear: both;
}
#header {
  padding-top: 30px;
  overflow: hidden;
  background: #fff;
  height: 85px;
}
#header nav ul {
  margin-top: 15px;
  float: right;
  overflow: hidden;
}
#header nav ul li {
  float: left;
  margin-left: 40px;
}
#header nav ul li a {
  font: 20px/1.5em 'BebasRegular', Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#header nav ul li a:hover {
  color: #333;
  text-decoration: none;
}
#about-me {
  position: relative;
  border-bottom: 2px solid #333;
  height: 300px;
}
#about-me .quotes {
  margin-top: 50px;
  width: 570px;
  z-index: 1;
}
#about-me .quotes li {
  font: 32px/1.2em 'BebasRegular', Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
}
#about-me .quotes li span {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 24px;
  color: #666;
}
#about-me .photo img {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
#about-me .photo .buttons {
  width: 120px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  right: 10px;
  bottom: 15px;
}
#about-me .photo .buttons .button {
  display: block;
  background: url('images/btn-bg.png') no-repeat center top;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 24px/1em 'BebasRegular', Arial, sans-serif;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  -ms-transition: background-position 0.2s ease-in-out;
  -o-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
#about-me .photo .buttons .button:hover {
  background-position: center bottom;
}
#about-me .photo .buttons .second {
  background: #000;
  color: white;
}
#wat-doe-ik {
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px solid #333;
}
#wat-doe-ik .left-block {
  padding-top: 1em;
}
#wat-doe-ik .tagline {
  font: 58px/1.2em 'BebasRegular', Arial, sans-serif;
}
#ik-werk-aan {
  border-bottom: 1px solid #333;
}
#ik-werk-aan .container-fluid {
  padding: 0;
}
#ik-werk-aan .entry figure {
  background: #fff;
}
#ik-werk-aan .entry figure img {
  display: block;
  width: 100%;
  height: auto;
}
#projecten,
#klanten {
  background: #fff;
}
#projecten .container-fluid,
#klanten .container-fluid {
  padding: 0;
}
#projecten ul,
#klanten ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #333;
}
#projecten ul.last,
#klanten ul.last {
  border: 0;
  margin-bottom: 0;
}
#projecten ul figure,
#klanten ul figure {
  margin-bottom: 1em;
  vertical-align: middle;
}
#projecten ul figure img,
#klanten ul figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#projecten ul li h4,
#klanten ul li h4 {
  font: 18px 'BebasRegular', Arial, sans-serif;
  margin-bottom: 1em;
}
#projecten ul li .text,
#klanten ul li .text {
  font-size: 12px;
}
#projecten ul li .project-url,
#klanten ul li .project-url {
  font-size: 11px;
}
#klanten ul li figure img {
  border: 0;
}
#main-content {
  padding-top: 3em;
}
#main-content h1 {
  margin-bottom: 0.5em;
  font: 36px/1em 'HelveticaNeueLTStd35Thin';
  text-transform: uppercase;
  color: #333;
}
#contact-address {
  float: left;
  width: 45%;
}
.wpseo-map-canvas {
  float: right;
  width: 45%;
}
.gform_wrapper {
  clear: both;
}
.carousel .thumbnails {
  margin-left: -20px;
  height: 107px;
}
#klanten .carousel .thumbnails {
  border: 0;
}
.carousel .thumbnails li figure {
  height: 107px;
  display: table-cell;
  vertical-align: middle;
  line-height: 107px;
}
.slider-buttons {
  margin-top: 1em;
  text-align: center;
}
.slider-buttons .btn-slider {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -999em;
  overflow: hidden;
  background: #ed1373 url('images/btn-slider.png') no-repeat 4px 2px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.slider-buttons .btn-slider:hover {
  background-color: #d9d9d9;
}
.slider-buttons #carousel-next {
  background-position: -16px 2px;
}
.jcarousel-container-horizontal {
  padding: 0;
}
.jcarousel-container-horizontal .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-container-horizontal .jcarousel-clip li {
  width: 243px;
  margin-left: 16px;
}
#footer {
  margin-top: 5em;
  padding: 2em 0 5em 0;
  color: #ccc;
  font-size: 12px;
  background: #5a5b5d;
}
#footer a {
  color: #ccc;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .container-fluid {
  padding: 0;
}
#footer h4 {
  font: 18px 'BebasRegular', Arial, sans-serif;
  margin-bottom: 1em;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  padding-left: 10px;
  background: url('images/bullet-nav.png') no-repeat left 3px;
}
#footer ul.partners {
  overflow: hidden;
}
#footer ul.partners li {
  float: left;
  width: 45%;
  margin-right: -5%;
}
#footer .wpseo-address-wrapper {
  margin-bottom: 1em;
}
.tooltip {
  position: absolute;
  z-index: 3000;
  color: #fff;
  font-family: 'BebasRegular', Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  background-color: #000;
  opacity: 0.85;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 10px;
}
.tooltip p {
  margin: 0;
}
.tooltip.comment-tooltip {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 27%;
  opacity: 100;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px;
}
.tooltip.comment-tooltip .comment-content {
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #eee;
}
.tooltip.comment-tooltip .comment-content strong {
  font-size: 12px;
  font-family: 'BebasRegular', Arial, sans-serif;
}
.tooltip.comment-tooltip .comment-content a {
  color: #333;
  text-decoration: none;
}
.tooltip.comment-tooltip .comment-content a:hover {
  text-decoration: underline;
}
.tooltip.comment-tooltip .comment-content .reply a {
  color: #5076a6;
}
.tooltip.comment-tooltip .article-link {
  margin-top: 0.25em !important;
  text-align: right;
}
.tooltip.comment-tooltip .article-link .nr {
  background-image: url('images/icon-comments-white.png');
}
.tooltip.comment-tooltip .popup-arrow {
  height: 13px;
  width: 28px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -14px;
  background: url('images/comment-arrow.png') no-repeat center;
}
.tooltip.social-tooltip {
  padding: 10px;
  width: 50%;
}
#aec_edit_options,
.editor #edit_options {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 1.5em;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.7080831129130436%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.94565216691305%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38211625591305%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.81858034491306%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25504443391304%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.69150852291305%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.12797261191305%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.56443670091305%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.00090078991305%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.437364878913044%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.87382896791304%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.310293056913043%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.746757145913044%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
  #candidates .candidate-tabs .tab {
    font-size: 16px;
    padding: 20px 2% 0;
  }
}
body {
  padding: 0;
}
@media (min-height: 760px) {
  
}
@media (max-width: 980px) {
  
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse {
    height: auto !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #about-me .quotes {
    width: 45%;
    z-index: 999;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024) {
  #contact-address,
  .wpseo-map-canvas {
    float: none;
    width: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), (-webkit-min-device-pixel-ratio: 2) and (device-height: 568px) {
  body {
    padding: 0 10px;
  }
  #header {
    height: auto;
  }
  #header .nav {
    float: none !important;
  }
  #header .nav ul {
    float: none;
    padding: 0;
    margin: 0.5em 0;
  }
  #header .nav ul li {
    padding: 0 1em;
    margin: 0;
    float: none;
    display: inline-block;
    text-align: center;
  }
  #wat-doe-ik h2.tagline {
    font-size: 40px;
  }
  #about-me {
    display: none;
  }
  #ik-werk-aan {
    border-top: 0;
    margin-top: 0;
  }
  .portfolio .span3,
  footer .span3,
  .portfolio .span4,
  footer .span4,
  .portfolio .span6,
  footer .span6 {
    clear: both;
    margin-bottom: 1.5em;
  }
  #projecten .left-block p,
  #klanten .left-block p,
  #ik-werk-aan .left-block p {
    margin-left: 0;
  }
  #projecten h4,
  #klanten h4,
  #ik-werk-aan h4 {
    font-size: 24px !important;
    margin-bottom: 0.5em !important;
  }
  #projecten figure,
  #klanten figure,
  #ik-werk-aan figure {
    text-align: center;
  }
  .slider-buttons {
    display: none;
  }
  #logo-carousel ul {
    margin: 0 0 1em 0;
  }
  #logo-carousel ul li {
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 0 0 2em 0;
    padding: 0;
    text-align: center;
  }
  #logo-carousel ul li figure {
    display: block;
    padding: 0 10%;
  }
  #contact-address,
  .wpseo-map-canvas {
    float: none;
    width: auto;
  }
  article aside .pull-right {
    text-align: left !important;
  }
}
