a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

blockquote, q {
  quotes: none; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse; }

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block; }

mark, rp, rt, ruby, summary, time {
  display: inline; }

input:focus, textarea:focus {
  outline: 0; }

img {
  max-width: 100%; }

* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

input, textarea {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

body {
  font-size: 12px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

@media screen and (max-width: 768px) {
  html {
    height: 100%; } }

a {
  /*&, &:link, &:visited {
   color:#777777;
   text-decoration: none;
   }*/ }
  a:hover {
    color: #ff6200; }

.error {
  color: red; }

.inlineblock {
  display: inline-block; }

.beheer .action {
  margin: 0 auto;
  width: 960px;
  margin-bottom: 50px; }

.action {
  min-height: 100%; }

.dummy {
  display: none !important; }

.loginLogo {
  background: url('img/logo.png') no-repeat center center;
  width: 286px;
  height: 72px;
  background-size: contain;
  margin: auto; }

.loginText {
  font-size: 26px;
  margin: 38px auto 10px; }

.introText {
  font-size: 26px;
  margin: 0 auto 24px; }

.submitBtn.login, .submitBtn.register {
  cursor: pointer;
  margin: 7px auto;
  border: 1px solid #ff6200;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  color: #656565; }

.registerBtn {
  margin-top: 21px;
  display: block; }

.registerLinkText {
  display: inline-block;
  font-size: 14px;
  color: #656565; }

.arrowBtn .register {
  color: #2d61f6;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px; }
  .arrowBtn .login {
    font-size: 14px;
    margin-top: 32px;
    display: block; }

.inputOptions {
  border-radius: 3px;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
  border: 1px solid #c1e7ec;
  font-size: 16px; }
  .inputOptions .option {
    padding: 10px;
    cursor: pointer; }

.wvBaseContainer.login {
  height: 530px;
  position: relative;
  /*margin-top: 50px;*/ }

.adminHeaderLink {
  position: absolute;
  right: 200px;
  top: 7px;
  z-index: 1;
  white-space: nowrap; }

.adminMLLink {
  position: absolute;
  right: 340px;
  top: 7px;
  z-index: 1;
  white-space: nowrap; }

.userName {
  line-height: 65px;
  padding-right: 34px; }

.headerContainer {
  height: 65px;
  background-color: #fff;
  position: relative; }
  .headerContainer .logo {
    background: url('img/logo.png') no-repeat center center;
    width: 179px;
    height: 45px;
    background-size: contain;
    display: inline-block;
    margin: 8px 0 0 15px; }

.headerRight {
  position: absolute;
  right: 0;
  top: 0; }
/* Edit Hotspot */
.editHotspotNoAsset {
  text-align: center; }

.editHotspotAssetWrap {
  position: relative;
  display: inline-block;
  zoom: 1; }

.hotspotParent {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .hotspotParent.active .editHotspotRadius {
    background: rgba(43, 120, 228, 0.8); }
    .hotspotParent.active .editHotspotDot {
      background-color: #b14500; }
  .hotspotParent .title {
    color: #fff;
    font-size: 16px; }

.editHotspotRadius {
  padding: 10px;
  position: absolute;
  background: rgba(43, 120, 228, 0.5);
  z-index: 99; }
/*border-radius:50%*/
.editHotspotDot {
  position: absolute;
  width: 37.5px;
  height: 37.5px;
  border-radius: 50%;
  z-index: 99;
  background-color: #ff6300;
  margin-left: -18.75px;
  margin-top: -18.75px;
  background-image: url('img/hotspot-check.png');
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3); }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.adminDashboard {
  margin: 15px auto 0;
  width: 960px;
  font-size: 0; }
  .adminDashboard a {
    display: inline-block;
    width: 240px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 14px;
    color: #333; }
    .adminDashboard a:hover {
      color: #ff6200; }

.adminDashboard img, .adminDashboardImg {
  width: 159px;
  height: 159px;
  background: #fff no-repeat center center;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }
  .adminDashboard img:hover, .adminDashboardImg:hover {
    box-shadow: 0 0 5px rgba(255, 98, 0, 0.3); }

a.itemIcon, .itemIcon {
  width: 27px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  margin-left: 3px;
  color: #000;
  background-image: url(img/itemIconBg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 3px; }
  a.itemIcon.disabled, .itemIcon.disabled {
    opacity: 0.5; }

.itemIcon.info {
  background-position: -27px -0px; }
  .itemIcon.info:hover {
    background-position: 0 -0px;
    background-color: #ff6200; }
  .itemIcon.preview {
    background-position: -27px -20px; }
  .itemIcon.preview:hover {
    background-position: 0 -20px;
    background-color: #ff6200; }
  .itemIcon.add {
    background-position: -27px -40px; }
  .itemIcon.add:hover {
    background-position: 0 -40px;
    background-color: #ff6200; }
  .itemIcon.delete {
    background-position: -27px -60px; }
  .itemIcon.delete:hover {
    background-position: 0 -60px;
    background-color: #ff6200; }
  .itemIcon.export {
    background-position: -27px -80px; }
  .itemIcon.export:hover {
    background-position: 0 -80px;
    background-color: #ff6200; }
  .itemIcon.download {
    background-position: -27px -100px; }
  .itemIcon.download:hover {
    background-position: 0 -100px;
    background-color: #ff6200; }
  .itemIcon.edit {
    background-position: -27px -120px; }
  .itemIcon.edit:hover {
    background-position: 0 -120px;
    background-color: #ff6200; }
  .itemIcon.close {
    background-position: -27px -140px; }
  .itemIcon.close:hover {
    background-position: 0 -140px;
    background-color: #ff6200; }
  .itemIcon.save {
    background-position: -27px -160px; }
  .itemIcon.save:hover {
    background-position: 0 -160px;
    background-color: #ff6200; }
  .itemIcon.nextEdit {
    background-position: -27px -180px; }
  .itemIcon.nextEdit:hover {
    background-position: 0 -180px;
    background-color: #ff6200; }
  .itemIcon.prevEdit {
    background-position: -27px -200px; }
  .itemIcon.prevEdit:hover {
    background-position: 0 -200px;
    background-color: #ff6200; }
  .itemIcon.clone {
    background-position: -27px -220px; }
  .itemIcon.clone:hover {
    background-position: 0 -220px;
    background-color: #ff6200; }
  .itemIcon.plus {
    background-position: -27px -240px; }
  .itemIcon.plus:hover {
    background-position: 0 -240px;
    background-color: #ff6200; }
  .itemIcon.text {
    width: auto;
    background: none;
    padding: 0 10px; }
  .itemIcon.text:hover {
    background-color: #ff6200;
    color: #fff; }

.listView {
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #efefef; }
  .listView.removeBorder {
    border: 0; }
  .listView .emptyListView {
    display: block;
    padding: 7px;
    background: #bde5f8;
    border: 1px solid #00529b;
    margin: 10px;
    border-radius: 3px; }

a.listViewItem, .listViewItem {
  font-family: 'open_sansregular';
  display: block;
  height: 44px;
  width: 100%;
  line-height: 44px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bebebe;
  color: black;
  position: relative; }
  a.listViewItem.odd, .listViewItem.odd {
    background: #f2f2f2; }
  a.listViewItem.even, .listViewItem.even {
    background: #e6e6e6; }
  a.listViewItem.highlight, .listViewItem.highlight {
    background-color: #2b78e4; }
  a.listViewItem span:first-child, .listViewItem span:first-child {
    margin-left: 15px; }
  a.listViewItem span.second, .listViewItem span.second {
    position: absolute;
    left: 60%; }
  a.listViewItem .verticalLine, .listViewItem .verticalLine {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 60%;
    width: 1px;
    background: #bebebe; }
  a.listViewItem:first-of-type .verticalLine, .listViewItem:first-of-type .verticalLine {
    top: 0; }
  a.listViewItem .itemIcon, .listViewItem .itemIcon {
    margin: 12px 0 0 7px; }

.triple a.listViewItem span.second, .triple .listViewItem span.second {
  position: absolute;
  left: 33%; }
  .triple a.listViewItem span.third, .triple .listViewItem span.third {
    position: absolute;
    left: 66%; }
  .triple a.listViewItem .verticalLine, .triple .listViewItem .verticalLine {
    left: 33%; }
  .triple a.listViewItem .verticalLine.second, .triple .listViewItem .verticalLine.second {
    left: 66%; }

.iconRightArrow {
  background: url(img/arrowRight-blue.png) no-repeat center center;
  background-size: 9px 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px; }
  .iconRightArrow.upArrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .iconRightArrow.downArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.contentManagerBlocks {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #ececec; }

.header.noEntry {
  min-height: 0px; }
  .header.noEntry .slide {
    display: none; }

.sub-header {
  position: relative;
  width: 100%;
  background: #fff;
  height: 43px;
  z-index: 100; }
  .sub-header.big {
    height: 60px; }

.sub-headerSpacer {
  height: 43px;
  width: 100%; }
  .sub-headerSpacer.big {
    height: 60px; }

.sub-header > span {
  line-height: 42px;
  margin-left: 15px;
  font-size: 14px; }

.fixed-header {
  width: 100%;
  background: #fff;
  height: 43px;
  top: 0;
  z-index: 100;
  position: fixed;
  border-bottom: 1px solid #ccc; }

.order-content {
  margin: 43px 0 0 0; }

.sub-header-subtitle {
  margin-left: 15px;
  margin-top: 12px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.sub-header-title {
  line-height: 60px;
  margin-left: 15px;
  font-size: 20px;
  display: inline-block; }
  .sub-header-title.sub {
    line-height: 20px; }

.sub-header-controls {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }
  .sub-header-controls a {
    display: inline-block;
    height: 100%;
    line-height: 60px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 11px;
    color: #2b78e4;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2; }
  .sub-header-controls a:last {
    border-right: 0; }
  .sub-header-controls a.active {
    color: #b5d0f6; }
  .sub-header-controls a.changeOrder {
    text-transform: none;
    font-size: 14px;
    font-family: 'HarmoniaSansStd-SemiBd'; }
  .sub-header-controls a.blueButton {
    font-size: 12px;
    font-family: 'HarmoniaSansStd-SemiBd'; }
  .sub-header-controls a.createReport {
    margin-left: 12px !important; }

.popup .sub-header {
  position: absolute; }
  .popup .rightToolbar {
    left: 30%; }
  .popup .blockLeftContent {
    padding-top: 60px; }

.blockLeftContent, .blockRightContent {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block; }

.blockLeftContent {
  width: 30%;
  border-right: 1px solid #2b78e4;
  margin-top: 60px; }

.blockRightContent {
  left: 30%;
  width: 70%;
  margin-top: 60px; }

.leftToolbar {
  width: 30%;
  border-right: 1px solid #2b78e4;
  display: inline-block; }

.rightToolbar {
  left: 30%;
  width: 70%;
  display: inline-block; }

.listViewIcon {
  display: inline-block;
  width: 44px;
  height: 44px; }
  .listViewIcon.folder {
    background: url(img/foldericon.png) no-repeat center center;
    background-size: 20px 18px; }
  .listViewIcon.file {
    background: url(img/fileicon.png) no-repeat center center;
    background-size: 16px 21px; }
  .listViewIcon.add {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2b78e4 url(img/plusButtonSmall.png) no-repeat center center;
    background-size: 24px 24px;
    margin: 10px; }

div.listViewAddFile {
  position: absolute;
  right: 30px; }

div.listViewAddFolder {
  position: absolute;
  right: 80px; }

.treeArrow {
  display: inline-block;
  width: 6px;
  height: 44px;
  margin-left: 10px;
  position: relative; }
  .treeArrow div {
    position: absolute;
    top: 19px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #2b78e4; }
  .treeArrow.hidden div {
    border: 0; }

.listViewItemTitle {
  display: inline-block; }
  .listViewItemTitle.active {
    color: #2b78e4; }

.contentManagerBlocks .listViewItemTitle {
  overflow: hidden;
  max-height: 44px;
  max-width: 260px; }

.listViewGroup {
  overflow: hidden; }
  .listViewGroup.closed {
    height: 0; }

.popupOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none; }

.popup {
  background: #fff;
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
  box-shadow: 0 2px 20px 5px #2f2f2f;
  position: relative;
  left: 50%;
  top: 50%;
  min-width: 50%;
  padding: 15px;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .popup.fullscreen {
    width: 90%;
    height: 90%;
    padding: 0; }
  .popup .topTitle {
    display: block;
    text-align: right; }
  .popup .topTitle .popupClose {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal; }
  .popup .block {
    display: block;
    margin: 10px 0;
    padding: 10px 5px;
    border-bottom: 2px solid #ebebeb; }
  .popup .block.first, .popup .block.last {
    border-bottom: 0; }
  .popup .block .title {
    font-size: 18px;
    font-family: "argumentumthin";
    color: #747474; }
  .popup .block .propline {
    display: table-row;
    font-size: 16px;
    font-family: "argumentumthin";
    color: #747474; }
  .popup .block .propline .propdesc {
    display: table-cell;
    padding-right: 10px; }
  .popup .block .propline .propval {
    display: table-cell; }
  .popup .block textarea {
    display: block;
    width: 100%;
    height: 85px;
    border: 1px solid #c9c9c9;
    outline: none;
    padding: 5px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal; }
    .popup .block textarea::-webkit-input-placeholder {
      font-style: italic; }
    .popup .block textarea::-moz-placeholder {
      font-style: italic; }
    .popup .block textarea::-ms-input-placeholder {
      font-style: italic; }
  .popup .block .content {
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #000;
    padding: 5px 10px; }
  .popup .block .content label {
    display: inline-block;
    width: 33%; }
    .popup .block .content label .name {
      font-family: 'argumentumthin';
      font-size: 14px;
      color: #000; }
  .popup .popupAssetInfoTpl .popupOptions {
    display: none; }
  .popup .popupAssetInfoTpl .subPopupOptions {
    display: block; }
  .popup .popupAssetInfoTpl .block {
    display: none; }
  .popup .subPopupOptions {
    display: none; }
  .popup .popupOptions {
    display: block;
    margin: 25px 0;
    text-align: center; }
  .popup .popupOptions .button {
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
    text-transform: inherit;
    width: 175px;
    padding: 7px 0;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 14px; }
  .popup .popupOptions .button.blueButton {
    color: #fff;
    background: #2b78e4;
    line-height: normal;
    height: auto; }

.popupText {
  padding: 30px;
  font-size: 20px; }
  .popupText.small {
    padding: 5px 0 5px 15px;
    font-size: 14px; }

.popupTitle {
  line-height: 60px;
  padding-left: 15px;
  font-size: 20px;
  text-align: left;
  background: #fff; }
  .popupTitle.double {
    line-height: 30px;
    padding-right: 15px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #2b78e4;
    padding-bottom: 20px; }

.popupButtons {
  background: #f1f1f1;
  min-width: 290px; }
  .popupButtons.noBackground {
    background: transparent; }
  .popupButtons a.blueButton {
    width: 125px;
    display: inline-block;
    margin: 10px 5px; }

.popup.fullscreen .popupButtons {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

.popupHeader {
  padding: 12px 12px 1px 12px;
  background: #f2f2f2;
  border-bottom: 1px solid #2b78e4;
  min-width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1; }

.popupContent {
  text-align: left;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #f1f1f1; }

.popupHeaderSpacer {
  height: 59px;
  width: 100%; }

.popupButtonsSpacer {
  height: 62px;
  width: 100%; }

.popupRatingExplanationTpl .inputBlock {
  margin-top: 0;
  padding-top: 20px;
  text-align: left; }
  .popupRatingExplanationTpl .roundedInput {
    height: 150px; }

.popupInputsTpl .inputBlock {
  margin-top: 0;
  padding-top: 20px;
  text-align: left; }

.popupAssetTpl .popup {
  text-align: left;
  background-color: #ececec; }
  .popupAssetTpl .sub-header {
    top: 0; }
  .popupAssetTpl .contentManagerBlocks .toolbarSpacer {
    height: 60px; }
  .popupAssetTpl .popup.fullscreen .popupButtons {
    text-align: center;
    background: transparent;
    position: static; }

.inputBlock {
  margin: 20px 16px 16px 16px; }
  .inputBlock.smaller {
    margin: 5px;
    padding-top: 0; }

.inputHeader {
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.toolbarSubtitle {
  margin-left: 15px;
  padding-top: 12px;
  font-family: 'open_sansregular';
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.toolbarTitle {
  line-height: 20px;
  margin-left: 15px;
  font-size: 20px;
  font-family: 'open_sanssemibold';
  display: inline-block;
  zoom: 1;
  *display: inline; }

.toolbarControls {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.toolbarControls a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100%;
  line-height: 60px;
  padding-left: 17px;
  padding-right: 17px;
  font-family: 'open_sanssemibold';
  font-size: 11px;
  color: #2b78e4;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase; }

.previewLinks {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  text-align: center;
  line-height: 50px;
  font-family: 'open_sansregular';
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.previewLinks a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 10px; }

.iconPhone {
  background: url(img/iconphone.png) no-repeat center center;
  background-size: 11px 21px;
  width: 30px;
  height: 50px; }

.iconTablet {
  background: url(img/icontablet.png) no-repeat center center;
  background-size: 21px 28px;
  width: 50px;
  height: 50px; }

.iconDesktop {
  background: url(img/icondesktop.png) no-repeat center center;
  background-size: 50px 36px;
  width: 75px;
  height: 50px; }

.listViewIcon.iconDesktop {
  background-size: cover;
  width: 40px;
  top: 8px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  left: 50px; }

.keuzeDeel .listViewIcon.iconDesktop {
  left: 35px; }

.listViewIcon.iconDesktop.right {
  left: auto;
  right: 40px; }

.toolbarMetaBlock {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 200px;
  margin: 10px 20px 0 20px; }

.toolbarMetaBlock .inputHeader {
  padding-left: 3px; }

.toolbarMetaBlock.cover {
  position: absolute;
  left: 45px;
  top: 2px;
  z-index: 2;
  height: 48px;
  opacity: 0;
  overflow: hidden; }

.toolbarMetaBlock.cover.open {
  height: 125px;
  opacity: 1; }

.toolbarMetaBlock.cover .metaData {
  width: 90px;
  height: 90px;
  background-size: 90px 90px; }

.toolbarMetaBlock.coverSpacer {
  width: 85px;
  height: 1px; }

.roundedInput {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin-bottom: 12px; }
  .roundedInput.error {
    border: 1px solid red; }

.blueButton, a.blueButton {
  -webkit-appearance: none;
  border-radius: 0;
  height: 42px;
  width: 100%;
  color: #fff;
  background: #2b78e4;
  border: 0;
  border-bottom: 2px solid #2260b6;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px; }

a.blueButton {
  display: block;
  width: auto;
  text-align: center;
  line-height: 42px; }

.mediaPreview {
  background: white no-repeat center center;
  background-size: contain;
  border: 1px solid #eaeaea;
  margin: 25px;
  height: 435px;
  position: relative; }

.popup .mediaPreview {
  margin: 10px 0 15px 0; }

.mediaDropUploadText {
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mediaPreviewVideo {
  display: none;
  width: 100%;
  height: 435px;
  margin: 10px 0 15px 0; }

.mediaInfoWrap {
  margin: 25px; }

.mediaInfo {
  width: 100%; }

.miHeader {
  font-size: 12px;
  text-transform: uppercase;
  color: #999; }

.miContent {
  font-size: 16px;
  color: #1a1a1a; }
  .miContent td {
    padding-bottom: 16px; }

.uploadInfo .miContent td {
  padding-bottom: 0; }
  .uploadInfo .statsProgress {
    padding-bottom: 20px; }

.uploadAssetBtnInput {
  position: absolute;
  top: -999px;
  left: 0; }

.statsProgress {
  position: relative;
  height: 5px;
  width: 100%; }

.statsProgressLine {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 4px;
  left: 0;
  background: #b3b3b3; }

.statsProgressBar {
  position: absolute;
  width: 0;
  height: 3px;
  top: 3px;
  left: 0;
  background: #2b78e4; }

.listViewEditButtons {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 23px;
  display: none; }
  .listViewEditButtons .cbEditItem {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    margin: 0 4px;
    line-height: 23px;
    text-align: center;
    color: #2b78e4; }

.cbEditItem {
  display: inline-block;
  background: #fff no-repeat center center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: 35px 35px;
  box-shadow: 0 1px 1px 0 #c5c5c5;
  margin: 0 5px; }
  .cbEditItem.move {
    background-image: url(img/moveIcon.png); }
  .cbEditItem.edit {
    background-image: url(img/editIcon.png); }
  .cbEditItem.copy {
    background-image: url(img/cloneIcon.png); }
  .cbEditItem.remove {
    background-image: url(img/trashIcon.png); }

.focuspointSelect {
  margin: 10px; }

.mediaPreviewImage {
  position: relative; }

.focuspointSelector {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background: url(img/focuspointTarget.png) no-repeat center center;
  pointer-events: none;
  display: none; }

.editEntry {
  width: 100%;
  margin-bottom: 50px; }
  .editEntry input[type="text"] {
    width: 100%; }
  .editEntry .spacer {
    height: 10px;
    width: 100%; }
  .editEntry h2 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 5px 0;
    font: 16px / 26px Arial; }

.inputElementToggle {
  white-space: nowrap; }

.inputTypeName {
  font-size: 11px;
  color: #707070;
  margin-left: 10px;
  font-weight: normal;
  display: inline-block;
  line-height: 18px; }

.addAnswer, .removeAnswer {
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
  line-height: 24px;
  height: 24px; }
  .addAnswer span, .removeAnswer span {
    background: #2b78e4 url(img/plusButtonSmall.png) no-repeat center center;
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 10px; }

.removeAnswer span {
  background-color: #f11f1f;
  background-image: url(img/closeWVsmall.png); }

.answerTable {
  border: 0px solid #383838;
  margin-bottom: 10px;
  width: 100%; }

.assetImage, .assetName {
  display: inline-block;
  margin: 10px 5px;
  font-size: 14px; }

.modules {
  width: 100%;
  margin: 20px auto 0;
  padding: 25px 20px; }

.module-content {
  width: 100%; }
  .module-content h1 {
    font-size: 25px;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f1f1f1; }
  .module-content .formquestion {
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px 0; }
  .module-content input[type="text"], .module-content select {
    padding: 7px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    outline: none; }
  .module-content input[type="text"]:focus, .module-content select:focus, .module-content input[type="text"].focus, .module-content select.focus {
    border-bottom: solid 1px #969696; }
  .module-content th {
    text-align: left;
    background: #f1f1f1;
    padding: 7px !important;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #ccc; }
  .module-content td {
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
    font-size: 13px; }

.admintable {
  width: 100%; }
  .admintable th {
    text-align: left; }
  .admintable.striped tr:nth-child(odd) td {
    background: #fafafa; }

.bgImage {
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1; }
  .bgImage.customFullScreen {
    background-size: 1024px 1951px;
    background-repeat: repeat; }

.action .bgImage {
  width: 100%; }
  .action input[type="text"], .action input[type="number"], .action input[type="datetime-local"], .action select {
    padding: 7px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
    outline: none; }
  .action input[type="text"]:focus, .action input[type="number"]:focus, .action input[type="datetime-local"]:focus, .action select:focus, .action input[type="text"].focus, .action input[type="number"].focus, .action input[type="datetime-local"].focus, .action select.focus {
    border-bottom: solid 1px #969696; }
  .action input[type="submit"] {
    display: inline-block;
    background: #ff6200;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px;
    -webkit-appearance: none; }
  .action input[type="submit"]:hover {
    color: #fff;
    background: #db5400; }

.breadcrumb {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #adadad;
  background: #eee;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .breadcrumb a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px 0 30px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .breadcrumb a:first-child {
    border-radius: 5px 0 0 5px;
    padding: 0 10px 0 20px; }
  .breadcrumb a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px; }
  .breadcrumb a.active, .breadcrumb a:hover {
    background: #333;
    background: linear-gradient(#999, #666); }
  .breadcrumb a.active:after, .breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000); }
  .breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    z-index: 1;
    background: #ccc;
    background: linear-gradient(135deg, #ccc, #999);
    box-shadow: 1px -1px 0 1px rgba(0, 0, 0, 0.2), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg); }
  .breadcrumb a:last-child:after {
    content: none; }

.flat a, .flat a:after {
  background: #fff;
  color: #000;
  transition: all 0.5s; }
  .flat a:before {
    background: #fff;
    box-shadow: 0 0 0 1px #ccc; }
  .flat a:hover, .flat a.active, .flat a:hover:after, .flat a.active:after {
    background: #f1f1f1; }

.saveBtn, .assetBtn {
  display: inline-block;
  background: #ff6200;
  font-size: 14px;
  padding: 7px 20px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s; }
  .saveBtn:hover, .assetBtn:hover {
    cursor: pointer;
    color: #fff;
    background: #db5400; }
  .saveBtn div, .assetBtn div {
    display: inline-block;
    padding: 15px 30px; }

a.saveBtn, a.assetBtn {
  color: #fff; }

.blueTitleColSemiWide, .blueTitleColSmall {
  display: inline-block;
  margin: 0 0 10px 0; }

table.editInput {
  width: 100%; }

.editInputInfo {
  display: block;
  padding: 7px;
  background: #bde5f8;
  border: 1px solid #00529b;
  margin: 0 0 10px 0;
  border-radius: 3px; }

.modlist {
  margin-top: 15px;
  position: relative; }
  .modlist a {
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background: #1f5f84;
    width: 100%;
    color: #fff;
    margin: 5px 0; }
  .modlist a:hover {
    background: #277dae; }
  .modlist a.gray {
    background: #818181; }
  .modlist a.gray:hover, .modlist a.gray.active {
    background: #949494; }
  .modlist a.gray span {
    font-size: 14px; }
  .modlist .itemIcon {
    margin-top: 8px; }
  .modlist span {
    font-size: 14px;
    padding-left: 16px; }
  .modlist span .itemsTitle {
    padding-left: 5px; }
  .modlist span .itemsCountContainer {
    padding: 0;
    width: 35px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 7px 16px 0 0;
    color: #444;
    border-radius: 10px; }
  .modlist span .itemsCount {
    background: #e0e0e0;
    padding: 0;
    width: 35px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 0px 0px 0 0;
    color: #444;
    border-radius: 10px; }
  .modlist span .itemsType {
    padding: 0;
    font-size: 11px !important;
    font-style: italic;
    text-align: center;
    line-height: 20px;
    height: 20px;
    float: right;
    margin: 7px 16px 0 0; }

.mover {
  background: url('img/move.png') no-repeat center center;
  width: 30px;
  height: 35px;
  cursor: move;
  display: inline-block; }

.workformList {
  border: 1px solid #111;
  background: #f1f1f1;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 32px;
  border-radius: 5px;
  outline: none; }

.iconDesktop {
  background: url(img/icondesktop.png) no-repeat center center;
  background-size: 50px 36px;
  width: 75px;
  height: 50px; }

.listViewIcon.iconDesktop {
  background-size: cover;
  width: 40px;
  top: 8px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  left: 9px; }

.toolbarTabItems {
  max-width: 640px;
  margin: 0 auto;
  text-align: left; }

.toolbarTabItems .toolbarTab:nth-child(4n+4) {
  margin-bottom: 8px; }

.toolbarTabs {
  text-align: center;
  margin-bottom: 25px; }

a.toolbarTab {
  width: 160px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  text-transform: uppercase;
  color: #2b78e4;
  font-size: 13px;
  text-align: center; }

a.toolbarTab.active {
  background: #2b78e4;
  color: #fff; }

.blockToolbar .selectParent .changeFilter {
  line-height: 30px; }

.blockToolbar .selectParent .selectInput {
  display: inline-block;
  position: relative; }

.blockToolbar .selectParent .themeSelect .roundedInput {
  width: 150px;
  max-width: 400px; }

.blockToolbar .selectParent .roundedInput {
  width: 200px;
  display: inline-block; }

.roundedInput {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin-bottom: 12px; }

.selectArrow, .searchIcon {
  position: absolute;
  top: 2px;
  right: 0;
  pointer-events: none;
  height: 30px;
  width: 37px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #2b78e4 url(img/selectArrow.png) no-repeat center center;
  background-size: 37px 30px; }

.blockToolbar .selectParent span {
  display: inline-block;
  line-height: 33px;
  padding-right: 10px;
  font-size: 13px; }

.cbContentItem .portal-icon.plus {
  background-color: #2b78e4 !important;
  background-image: url(img/plusButtonBig.png) !important;
  line-height: 30px;
  color: #fff;
  border-radius: 50%; }

.cbContentItem .portal-icon {
  background: transparent;
  background-size: 125px 125px;
  width: 125px;
  height: 125px;
  border-radius: 0; }

.cbContentItem.portal-item {
  width: 170px; }

.cbContentItem .element {
  font-size: 11px;
  display: block;
  font-family: "open_sanssemibold";
  text-transform: uppercase;
  color: #2b78e4; }

.toolbarTab:not(:nth-of-type(4n+1)) {
  border-left: 0; }

.cbToolbar {
  position: fixed;
  height: 100px;
  width: 100%;
  left: 0;
  top: 45px;
  right: 0;
  z-index: 2; }

.cbToolbarTop {
  background: #2b78e4;
  height: 44px;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
  z-index: 4; }

.cbToolbarTop a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 44px;
  padding: 0 35px;
  border-right: 1px solid #276ccd; }

.cbToolbarTop a:first-of-type {
  border-left: 1px solid #276ccd; }

.cbToolbarMiddle {
  background: #fff;
  height: 60px;
  width: 100%;
  position: relative;
  padding-left: 45px; }

.cbToolbarBottom {
  background: #fff;
  height: 0px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  padding-left: 45px;
  overflow: hidden; }

.cbToolbarBottom.open {
  height: 77px; }

.cbSidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -310px;
  width: 355px;
  background: #1a1a1a;
  font-size: 0;
  box-shadow: 1px 0 10px 1px rgba(117, 117, 117, 0);
  z-index: 3;
  font-family: 'open_sanssemibold'; }

.cbSidebar.open {
  left: 0;
  box-shadow: 1px 0 10px 1px rgba(117, 117, 117, 1); }

.cbSidebarContent {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 310px;
  height: 100%;
  border-right: 1px solid #888;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.cbSidebarHandle {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 45px;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px; }

.cbSidebarHandleText {
  position: absolute;
  top: 50%;
  white-space: nowrap;
  line-height: 45px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 10000px;
  text-align: center;
  margin-left: -5000px; }

.cbSidebarHandleText .sortDown {
  margin: 10px 90px 0 10px;
  box-shadow: none; }

.cbSidebarContentSpacer {
  height: 110px;
  width: 100%; }

.cbTemplateItem {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 20px;
  font-size: 12px;
  color: #fff; }

.cbTemplateIcon {
  width: 125px;
  height: 125px;
  background-size: 125px 125px;
  background-color: #fff; }

.cbTemplateInfo {
  margin: 10px 0 20px 0; }

.cbTemplateInfoText {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'open_sanssemibold';
  width: 90px;
  text-transform: uppercase; }

a.cbTemplateInfoIcon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'open_sanssemibold';
  background: #2b78e4;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-left: 5px; }

.cbWorkspace {
  padding-left: 45px; }

.cbWorkspaceSpacer {
  height: 105px;
  width: 100%; }

.cbWorkspaceSpacer.open {
  height: 182px; }

.cbPageSelector {
  margin: 32px 0 22px 0;
  text-align: center; }

a.cbPageItem {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'open_sanssemibold';
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 17px;
  color: #2b78e4;
  text-align: center;
  line-height: 24px;
  box-shadow: 0 1px 1px 0 #c5c5c5;
  margin: 0 5px; }

a.cbPageItem.active {
  background: #2b78e4;
  color: #fff; }

a.cbPageItem.left {
  background: transparent url(img/arrowLeft-blue.png) no-repeat center center;
  background-size: 8px 14px;
  box-shadow: none; }

a.cbPageItem.right {
  background: transparent url(img/arrowRight-blue.png) no-repeat center center;
  background-size: 8px 14px;
  box-shadow: none; }

a.cbPageItem.add {
  background: #2b78e4 url(img/plusButtonSmall.png) no-repeat center center;
  background-size: 24px 24px;
  box-shadow: none;
  margin: 0 20px; }

a.cbPageItem.remove {
  background: #2b78e4 url(img/removeButtonSmall.png) no-repeat center center;
  background-size: 24px 24px;
  box-shadow: none; }

a.cbPageItem.edit {
  background: #2b78e4 url(img/editButtonSmall.png) no-repeat center center;
  background-size: 24px 24px;
  box-shadow: none; }

.cbPageContentItem {
  height: 127px;
  background: #fff;
  border: 1px dashed #e6e6e6;
  margin: 10px;
  position: relative;
  overflow: hidden; }

.cbPageContentItem.insertTpl {
  height: 10px;
  background: #ececec;
  border-color: #ececec; }

.cbPageContentItem.highlight {
  border-color: #2b78e4; }

.cbPageContentItemNr {
  font-family: 'open_sanssemibold';
  color: #000;
  font-size: 18px;
  margin: 12px;
  margin: 12px 0 -36px 12px;
  line-height: 24px; }

.cbWorkspace .cbTemplateItem {
  display: block;
  text-align: center; }

.cbWorkspace .cbTemplateIcon, .cbWorkspace .cbTemplateInfo {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.cbWorkspace .cbTemplateInfoText {
  color: #000;
  text-align: left; }

.cbEditParent {
  margin-top: 45px;
  display: none; }

.cbTemplateItem .cbEditParent {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.cbEditItem {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff no-repeat center center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-size: 35px 35px;
  box-shadow: 0 1px 1px 0 #c5c5c5;
  margin: 0 5px; }

.cbEditItem.move {
  background-image: url(img/moveIcon.png); }

.cbEditItem.edit {
  background-image: url(img/editIcon.png); }

.cbEditItem.copy {
  background-image: url(img/cloneIcon.png); }

.cbEditItem.remove {
  background-image: url(img/trashIcon.png); }

.cbEditItem.sub {
  background-image: url(img/arrowRight-blue.png);
  background-size: 9px 13px; }

.clear {
  clear: both; }

.reactionManagerBlocks .blockLeftContent {
  height: 100%;
  width: 295px;
  border-right: 0; }
  .reactionManagerBlocks .blockRightContent {
    font-family: 'argumentumregular';
    width: calc(100% - 295px);
    left: 295px;
    float: right; }
  .reactionManagerBlocks .blockRightContent .reactions .item:not(:first-child) {
    border-top: 0; }
  .reactionManagerBlocks .blockRightContent .reactions .item {
    background: #f7f6f6;
    padding: 15px 40px 25px;
    border: 2px solid #e1e0e0;
    font-size: 14px;
    color: #6f6f6f; }
  .reactionManagerBlocks .blockRightContent .reactions .item .item-header {
    position: relative;
    height: 25px; }
  .reactionManagerBlocks .blockRightContent .reactions .item .button {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 23px;
    padding: 0px 15px;
    display: inline-block; }
    .reactionManagerBlocks .blockRightContent .reactions .item .button.spaced {
      margin-right: 125px; }
    .reactionManagerBlocks .blockRightContent .reactions .item .button.inactive {
      pointer-events: none; }
  .reactionManagerBlocks .blockRightContent .reactions .item .buttons {
    position: absolute;
    top: 0;
    right: 0; }
  .reactionManagerBlocks .blockRightContent .reactions .item .extra {
    margin-top: 20px; }
  .reactionManagerBlocks .blockRightContent .reactions .item .item-respond {
    margin-top: 20px;
    width: 630px; }
  .reactionManagerBlocks .blockRightContent .reactions .item .respond-text {
    height: 120px;
    width: 630px;
    display: block; }
  .reactionManagerBlocks .blockRightContent .reactions .item .place-reply {
    float: right;
    margin-top: 20px; }
  .reactionManagerBlocks .blockRightContent .listboxes {
    margin: 25px 0px 0px 25px; }
  .reactionManagerBlocks .blockRightContent .listboxes .searchbar {
    margin-bottom: 30px; }
    .reactionManagerBlocks .blockRightContent .listboxes .searchbar .searchinput {
      padding: 10px;
      border-radius: 3px;
      border: 1px solid #b6b6b6;
      box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      width: 350px; }
  .reactionManagerBlocks .blockRightContent .listboxes select {
    padding: 10px;
    width: 350px;
    min-width: 350px !important;
    height: 350px;
    max-width: 1024px;
    display: block;
    margin: 5px 0px; }
  .reactionManagerBlocks .blockRightContent .listboxes .buttons {
    /*width: 68px;*/ }
    .reactionManagerBlocks .blockRightContent .listboxes .buttons .button {
      display: block;
      margin: 20px 20px 0px;
      cursor: pointer; }
    .reactionManagerBlocks .blockRightContent .listboxes .buttons .button-top {
      background-image: url(img/left-right-sprite.png);
      width: 15px;
      height: 22px; }
      .reactionManagerBlocks .blockRightContent .listboxes .buttons .button-top.button-move-right {
        background-position: right; }
    .reactionManagerBlocks .blockRightContent .listboxes .buttons .button-bottom {
      background-image: url(img/up-down-sprite.png);
      width: 22px;
      height: 15px; }
      .reactionManagerBlocks .blockRightContent .listboxes .buttons .button-bottom.button-move-down {
        background-position: bottom; }
  .reactionManagerBlocks .blockMenu {
    font-family: 'argumentumregular'; }
  .reactionManagerBlocks .blockMenu .item {
    padding: 16px 55px;
    font-size: 18px;
    line-height: 29px;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    position: relative; }
  .reactionManagerBlocks .blockMenu .item:hover {
    color: #2b78e4;
    background: #e3e3e3; }
  .reactionManagerBlocks .blockMenu .item .item-extra {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 31px;
    background: #2b78e4;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    font-family: 'argumentumbold'; }
  .reactionManagerBlocks.top5Blocks .blockLeftContent .blockMenu .item.active {
    border-left: 5px solid #ff6200; }
  .reactionManagerBlocks.top5Blocks .blockRightContent {
    border: 2px solid #e1e0e0;
    background: #f7f6f6;
    padding: 15px 40px 25px;
    min-height: calc(100vh - 105px); }

.radioSelect {
  display: block; }
  .radioSelect label {
    display: inline-block;
    padding: 5px 5px 5px 0; }

.photoInfoText .editCredentials {
  display: block;
  font-size: 14px;
  text-transform: none !important; }

.photoInfoText .removeUser {
  text-transform: none;
  color: red;
  display: block;
  font-size: 14px; }

.cbWorkspace .cbTemplateDescription {
  display: inline-block;
  margin: 20px;
  font-family: 'open_sanssemibold';
  color: black;
  position: relative;
  width: 300px;
  height: 87px; }

.cbWorkspace .cbTemplateDescription p {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  max-height: 87px;
  overflow: hidden; }

.cbWorkspace .cbEditParent {
  min-width: 240px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .reactionManagerBlocks.top5Blocks .blockRightContent {
    float: inherit;
    width: 100%;
    padding: 0;
    margin-top: 5px; }

  .reactionManagerBlocks .blockLeftContent {
    width: 100%; }

  .reactionManagerBlocks .blockRightContent .listboxes {
    margin: 5px 0px 0px 10px; }

  .cbWorkspace .cbTemplateDescription {
    width: 150px; } }

body.beheer {
  background: #ececec !important;
  font-size: 12px;
  font-family: "HarmoniaSansStd-Light", Arial, Helvetica, sans-serif; }
  body.beheer .sub-header {
    position: fixed; }

.beheerHeader .nav .icon, .beheerHeader .interactions .item {
  background: #282828 no-repeat center center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-top: 8px;
  display: inline-block;
  border-radius: 50%; }
  .beheerHeader .nav .icon:last-child, .beheerHeader .interactions .item:last-child {
    margin-right: 10px; }

.beheerHeader {
  color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  height: 45px;
  background: #000;
  line-height: 45px; }
  .beheerHeader .nav {
    height: 100%;
    display: inline-block; }
  .beheerHeader .nav span {
    display: inline-block;
    margin-left: 11px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff; }
  .beheerHeader .nav .icon {
    margin-right: 0px;
    margin-left: 5px;
    background-image: url(img/backicon.png);
    background-size: 10px 15px; }
  .beheerHeader div.nav span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .beheerHeader .interactions {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .beheerHeader .interactions .item {
    background-image: url(img/menuicon.png);
    background-size: 15px 12px;
    cursor: pointer; }
  .beheerHeader .interactions .item .openSlideMessages {
    text-align: center;
    background: #f0008c;
    line-height: 30px;
    font-family: 'HarmoniaSansStd-SemiBd';
    font-size: 16px;
    color: #fff; }

.beheerHeaderSpacer {
  height: 45px; }

.portal {
  margin: 0 auto;
  /*width: 260px;*/
  margin-top: 40px;
  text-align: center; }

a.portal-item, .portal-item {
  display: inline-block;
  width: 125px;
  text-align: center;
  margin-bottom: 18px;
  color: black;
  position: relative; }
  a.portal-item span, .portal-item span {
    font-size: 14px;
    font-family: "open_sanslight"; }
  a.portal-item .portal-extra, .portal-item .portal-extra {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
    font-family: 'argumentumregular';
    font-size: 14px;
    color: #2b78e4;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(46, 46, 46, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(46, 46, 46, 1);
    box-shadow: 0px 0px 3px 0px rgba(46, 46, 46, 1); }

.portal-icon {
  background: #2b78e4 no-repeat center center;
  border-radius: 50%;
  background-size: 60px 60px;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 6px; }

.listViewItem.inset span, a.listViewItem.inset span {
  padding-left: 2em; }
  .listViewItem .checkbox, a.listViewItem .checkbox {
    top: 10px; }
  .listViewItem.primary span, a.listViewItem.primary span {
    font-weight: bold; }
  .listViewItem.primary .checkbox, a.listViewItem.primary .checkbox {
    width: 25px;
    height: 25px;
    background-position: 0 2px;
    right: 11px; }
  .listViewItem.locked .checkbox.checked, a.listViewItem.locked .checkbox.checked {
    background-color: #88a9d8;
    border-color: #88a9d8; }

.checkbox {
  display: none;
  width: 22px;
  height: 22px;
  border: 1px solid #2b78e4;
  background: #fff url(img/checkboxChecked.png) no-repeat center center;
  background-size: 22px 22px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 12px; }
  .checkbox.checked {
    background-color: #2b78e4; }
  .checkbox.visible {
    display: block; }

.footer-edit {
  background: #2b78e4;
  bottom: -44px;
  height: 44px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 10; }
  .footer-edit.inline {
    bottom: auto;
    position: static; }
  .footer-edit.open {
    bottom: 0px; }
  .footer-edit table {
    height: 100%;
    width: 100%; }
  .footer-edit td {
    height: 100%;
    border-right: 1px solid #276ccd; }
  .footer-edit a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 44px;
    width: 100%; }
  .footer-edit .hidden {
    display: none !important; }
  .footer-edit .checkbox {
    top: 10px; }

.popupAssetTpl .footer-edit {
  opacity: 0; }
  .popupAssetTpl .footer-edit.open {
    opacity: 1; }

.footer-editSpacer {
  height: 0px; }
  .footer-editSpacer.open {
    height: 44px; }

.mediaListViewItem {
  display: inline-block;
  margin: 14px 18px 0 18px; }

.mediaListViewThumb {
  height: 130px;
  width: auto;
  max-width: 200px;
  margin-bottom: 9px;
  position: relative;
  background: no-repeat center center;
  background-size: cover; }
  .mediaListViewThumb .visibleMedia {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 43px;
    background-image: url('img/media-visible.png');
    background-repeat: no-repeat;
    background-position: center center; }
  .mediaListViewThumb .linkedMedia {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 43px;
    background-image: url('img/media-linked.png');
    background-repeat: no-repeat;
    background-position: center center; }

.mediaListViewIcon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 5px; }

.video .mediaListViewIcon {
  background-image: url('img/video-icon.png'); }

.picture .mediaListViewIcon {
  background-image: url('img/picture-icon.png'); }

.mediaListViewItemTitle {
  font-family: 'argumentumregular';
  display: inline-block;
  font-size: 12px;
  color: #848484;
  padding: 3px 0 0 9px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.popup .assetManager .blockLeftContent {
  margin-top: 0; }

.beheerHeader {
  z-index: 105; }

.assetManager {
  /*
   .mediaPopup {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 103;
   background: rgba(0,0,0,0.7);
   &.open {
   display: block;
   }
   .mediaPopupInner {
   width: 50%;
   margin: 150px auto 0;
   background: #fff;
   padding: 10px;
   }
   }
   */ }
  .assetManager .sub-header-title {
    font-family: "argumentumregular";
    font-size: 18px;
    letter-spacing: 0.7px; }
  .assetManager .sub-header-controls.changeBtn a {
    font-size: 16px; }
  .assetManager .sub-header-controls.changeBtn {
    right: 200px; }
  .assetManager .sub-header-controls {
    right: 50px; }
  .assetManager .sub-header-controls a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    font-size: 0;
    border: 0; }
  .assetManager a.listViewItem, .assetManager .listViewItem {
    border: none;
    font-family: "argumentumregular";
    font-size: 18px;
    color: #6f6f6f;
    line-height: 50px;
    border-left: 11px solid transparent;
    letter-spacing: 0.7px;
    height: 50px; }
  .assetManager a.listViewItem:hover, .assetManager .listViewItem:hover {
    background-color: #e3e3e3;
    border-color: #848484; }
  .assetManager a.listViewItem.listViewActive, .assetManager .listViewItem.listViewActive {
    background-color: transparent;
    border-color: #2b78e4;
    color: #2b78e4; }
  .assetManager a.listViewItem.trashCan, .assetManager .listViewItem.trashCan {
    border-top: 2px solid #e3e2e2;
    margin-top: 50px; }
  .assetManager .listViewItem .listViewIcon {
    width: 24px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 24px 24px;
    margin-left: 10px; }
  .assetManager .addMediaWrapper {
    border-bottom: 2px solid #e3e2e2;
    text-align: center; }
  .assetManager .listView {
    border: none; }
  .assetManager .leftToolbar {
    border-right: none;
    padding-left: 50px;
    top: 45px; }
  .assetManager .rightToolbar {
    top: 45px; }
  .assetManager .blockLeftContent {
    border-right: 2px solid #e3e2e2;
    margin-top: 0;
    padding-top: 100px; }
  .assetManager .blockRightContent {
    margin-top: 0;
    padding-top: 100px; }
  .assetManager .addMedia {
    margin: 30px auto;
    display: inline-block;
    padding: 8px 11px;
    border: 1px solid #b5b5b5;
    color: #9ba2ab;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "argumentumregular";
    letter-spacing: 0.7px; }
  .assetManager .addMedia .listViewIcon.file {
    background-position: 0 0;
    background-image: url('img/icon-add.jpg');
    background-size: 14px 14px; }
  .assetManager .listViewAddFile {
    position: relative;
    right: auto;
    width: auto;
    padding-left: 20px;
    color: #b5b5b5;
    height: auto; }
  .assetManager .preTitle {
    font-family: 'argumentumregular';
    color: #000;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    margin: 26px 18px 0 18px;
    letter-spacing: 0.7px; }

.popupAssetTpl .assetManager .leftToolbar, .popupAssetTpl .assetManager .rightToolbar {
  top: 0; }

.popup .assetManager .blockLeftContent, .popup .assetManager .blockRightContent {
  padding-top: 60px; }

.assetManager .sub-header-controls .assetManagerListView {
  background-image: url('img/icon-list.png');
  border-right: 2px solid #b5b5b5;
  background-size: 24px 15px;
  padding-right: 35px;
  padding-left: 25px;
  height: 75%;
  margin: 8px 10px 0 0; }

.assetManagerImages {
  background-image: url('img/picture-icon-blue.png'); }

.assetManagerVideos {
  background-image: url('img/video-icon-blue.png'); }
  .recent .listViewIcon {
    background-image: url("img/icon-recent.png"); }
  .recent.listViewActive .listViewIcon {
    background-image: url("img/icon-recent-active.png"); }
  .viewAll .listViewIcon {
    background-image: url("img/icon-viewAll.png"); }
  .viewAll.listViewActive .listViewIcon {
    background-image: url("img/icon-viewAll-active.png"); }
  .courseMedia .listViewIcon {
    background-image: url("img/icon-courseMedia.png"); }
  .courseMedia.listViewActive .listViewIcon {
    background-image: url("img/icon-courseMedia-active.png"); }
  .trashCan .listViewIcon {
    background-image: url("img/icon-trashCan.png"); }
  .trashCan.listViewActive .listViewIcon {
    background-image: url("img/icon-trashCan-active.png"); }

.assetManagerMediaUpload {
  display: none; }

.listViewGroup {
  padding-left: 20px; }

.focuspointLink, .stillLink {
  display: inline-block;
  background: #fff;
  border: 1px solid #b5b5b5;
  color: #7b7b7b;
  padding: 5px 25px;
  font-size: 14px;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-style: normal; }
  .focuspointLink:hover, .stillLink:hover {
    color: #7b7b7b; }

.mediaListView .checkbox {
  right: auto;
  top: 10px;
  left: 10px; }

.editEntry label.labelCB {
  display: block; }

.stats .sub-header.big .sub-header-title {
  white-space: nowrap; }
  .stats .sub-header.big .blueButton {
    min-width: 0;
    margin-left: -7px;
    margin-top: 17px;
    float: none; }
  .stats .sub-header .sub-header-title {
    color: #2b78e4; }
  .stats .sub-header .sub-header-title input[type="text"] {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #c1c1c1;
    background: #ececec;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
  .stats h2 {
    font-family: 'HarmoniaSansStd-SemiBd';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .stats .blueButton {
    display: inline-block;
    width: auto;
    font-family: 'HarmoniaSansStd-SemiBd';
    text-transform: none;
    height: 30px;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    margin: 0px 5px 0px 5px;
    line-height: 30px; }
  .stats .dataSet {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; }
  .stats .dataTable, .stats .dataTable td, .stats .dataTable th {
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    background: #f5f2f2; }
  .stats .dataTable {
    min-width: 385px; }
  .stats .dataTable td, .stats .dataTable th {
    font-family: 'HarmoniaSansStd-Light';
    text-transform: uppercase;
    color: #585858;
    padding: 3px 9px 3px 9px;
    text-align: left;
    font-size: 13px; }
  .stats .dataTable td.alignRight, .stats .dataTable th.alignRight {
    text-align: right;
    width: 75px; }
  .stats .dataTable td.alignCenter, .stats .dataTable th.alignCenter {
    text-align: center;
    width: 75px; }
  .stats .dataTable th {
    color: #000;
    background: #ececec; }
  .stats .tableThumb {
    width: 148px;
    height: 119px;
    background: #c1c1c1;
    margin-bottom: 14px; }
  .stats .tableTitle {
    text-transform: uppercase;
    color: #9c9898;
    margin-bottom: 2px;
    font-size: 11px;
    font-family: 'HarmoniaSansStd-Light'; }
  .stats .statsModule {
    padding: 20px;
    border-top: 1px solid #c1c1c1; }
  .stats .statsModule.even {
    background: #f5f2f2; }
  .stats .userStats .pieChart {
    margin-bottom: 15px;
    width: 300px;
    height: 170px; }
  .stats .mediaStats .dataSet {
    width: 148px;
    margin-right: 14px; }
  .stats .mediaStats .dataSet .dataTable {
    width: 100%;
    min-width: 0; }

@font-face {
  font-family: 'IcoMoon-Ultimate';
  src: url('fonts/IcoMoon-Ultimate.ttf?-mxku12') format('truetype');
  font-weight: normal;
  font-style: normal; }

.icon, .input-icon {
  font-family: 'IcoMoon-Ultimate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e900"; }

.icon-home2:before {
  content: "\e901"; }

.icon-home3:before {
  content: "\e902"; }

.icon-home4:before {
  content: "\e903"; }

.icon-home5:before {
  content: "\e904"; }

.icon-home6:before {
  content: "\e905"; }

.icon-home7:before {
  content: "\e906"; }

.icon-home8:before {
  content: "\e907"; }

.icon-home9:before {
  content: "\e908"; }

.icon-office:before {
  content: "\e909"; }

.icon-city:before {
  content: "\e90a"; }

.icon-newspaper:before {
  content: "\e90b"; }

.icon-magazine:before {
  content: "\e90c"; }

.icon-design:before {
  content: "\e90d"; }

.icon-pencil:before {
  content: "\e90e"; }

.icon-pencil2:before {
  content: "\e90f"; }

.icon-pencil3:before {
  content: "\e910"; }

.icon-pencil4:before {
  content: "\e911"; }

.icon-pencil5:before {
  content: "\e912"; }

.icon-pencil6:before {
  content: "\e913"; }

.icon-pencil7:before {
  content: "\e914"; }

.icon-eraser:before {
  content: "\e915"; }

.icon-eraser2:before {
  content: "\e916"; }

.icon-eraser3:before {
  content: "\e917"; }

.icon-quill:before {
  content: "\e918"; }

.icon-quill2:before {
  content: "\e919"; }

.icon-quill3:before {
  content: "\e91a"; }

.icon-quill4:before {
  content: "\e91b"; }

.icon-pen:before {
  content: "\e91c"; }

.icon-pen-plus:before {
  content: "\e91d"; }

.icon-pen-minus:before {
  content: "\e91e"; }

.icon-pen2:before {
  content: "\e91f"; }

.icon-pen3:before {
  content: "\e920"; }

.icon-pen4:before {
  content: "\e921"; }

.icon-pen5:before {
  content: "\e922"; }

.icon-marker:before {
  content: "\e923"; }

.icon-marker2:before {
  content: "\e924"; }

.icon-blog:before {
  content: "\e925"; }

.icon-blog2:before {
  content: "\e926"; }

.icon-pen6:before {
  content: "\e927"; }

.icon-brush:before {
  content: "\e928"; }

.icon-spray:before {
  content: "\e929"; }

.icon-palette:before {
  content: "\e92a"; }

.icon-palette2:before {
  content: "\e92b"; }

.icon-color-sampler:before {
  content: "\e92c"; }

.icon-toggle:before {
  content: "\e92d"; }

.icon-bucket:before {
  content: "\e92e"; }

.icon-bucket2:before {
  content: "\e92f"; }

.icon-gradient:before {
  content: "\e930"; }

.icon-eyedropper:before {
  content: "\e931"; }

.icon-eyedropper2:before {
  content: "\e932"; }

.icon-eyedropper3:before {
  content: "\e933"; }

.icon-droplet:before {
  content: "\e934"; }

.icon-droplet2:before {
  content: "\e935"; }

.icon-droplet-contrast:before {
  content: "\e936"; }

.icon-color-clear:before {
  content: "\e937"; }

.icon-paint-format:before {
  content: "\e938"; }

.icon-stamp:before {
  content: "\e939"; }

.icon-images:before {
  content: "\e93a"; }

.icon-image:before {
  content: "\e93b"; }

.icon-image2:before {
  content: "\e93c"; }

.icon-image-compare:before {
  content: "\e93d"; }

.icon-images2:before {
  content: "\e93e"; }

.icon-image3:before {
  content: "\e93f"; }

.icon-images3:before {
  content: "\e940"; }

.icon-image4:before {
  content: "\e941"; }

.icon-image5:before {
  content: "\e942"; }

.icon-image6:before {
  content: "\e943"; }

.icon-camera:before {
  content: "\e944"; }

.icon-camera2:before {
  content: "\e945"; }

.icon-camera3:before {
  content: "\e946"; }

.icon-shutter:before {
  content: "\e947"; }

.icon-headphones:before {
  content: "\e948"; }

.icon-headset:before {
  content: "\e949"; }

.icon-music:before {
  content: "\e94a"; }

.icon-music2:before {
  content: "\e94b"; }

.icon-music3:before {
  content: "\e94c"; }

.icon-music4:before {
  content: "\e94d"; }

.icon-music5:before {
  content: "\e94e"; }

.icon-music6:before {
  content: "\e94f"; }

.icon-album:before {
  content: "\e950"; }

.icon-cassette:before {
  content: "\e951"; }

.icon-tape:before {
  content: "\e952"; }

.icon-piano:before {
  content: "\e953"; }

.icon-guitar:before {
  content: "\e954"; }

.icon-trumpet:before {
  content: "\e955"; }

.icon-speakers:before {
  content: "\e956"; }

.icon-play:before {
  content: "\e957"; }

.icon-play2:before {
  content: "\e958"; }

.icon-clapboard-play:before {
  content: "\e959"; }

.icon-clapboard:before {
  content: "\e95a"; }

.icon-media:before {
  content: "\e95b"; }

.icon-presentation:before {
  content: "\e95c"; }

.icon-movie:before {
  content: "\e95d"; }

.icon-film:before {
  content: "\e95e"; }

.icon-film2:before {
  content: "\e95f"; }

.icon-film3:before {
  content: "\e960"; }

.icon-film4:before {
  content: "\e961"; }

.icon-video-camera:before {
  content: "\e962"; }

.icon-video-camera2:before {
  content: "\e963"; }

.icon-video-camera-slash:before {
  content: "\e964"; }

.icon-video-camera3:before {
  content: "\e965"; }

.icon-video-camera4:before {
  content: "\e966"; }

.icon-video-camera-slash2:before {
  content: "\e967"; }

.icon-video-camera5:before {
  content: "\e968"; }

.icon-recording:before {
  content: "\e969"; }

.icon-dice:before {
  content: "\e96a"; }

.icon-gamepad:before {
  content: "\e96b"; }

.icon-gamepad2:before {
  content: "\e96c"; }

.icon-gamepad3:before {
  content: "\e96d"; }

.icon-pacman:before {
  content: "\e96e"; }

.icon-spades:before {
  content: "\e96f"; }

.icon-clubs:before {
  content: "\e970"; }

.icon-diamonds:before {
  content: "\e971"; }

.icon-chess-king:before {
  content: "\e972"; }

.icon-chess-queen:before {
  content: "\e973"; }

.icon-chess-rock:before {
  content: "\e974"; }

.icon-chess-bishop:before {
  content: "\e975"; }

.icon-chess-knight:before {
  content: "\e976"; }

.icon-chess-pawn:before {
  content: "\e977"; }

.icon-chess:before {
  content: "\e978"; }

.icon-bullhorn:before {
  content: "\e979"; }

.icon-megaphone:before {
  content: "\e97a"; }

.icon-new:before {
  content: "\e97b"; }

.icon-connection:before {
  content: "\e97c"; }

.icon-connection2:before {
  content: "\e97d"; }

.icon-connection3:before {
  content: "\e97e"; }

.icon-connection4:before {
  content: "\e97f"; }

.icon-podcast:before {
  content: "\e980"; }

.icon-station:before {
  content: "\e981"; }

.icon-station2:before {
  content: "\e982"; }

.icon-antenna:before {
  content: "\e983"; }

.icon-satellite-dish:before {
  content: "\e984"; }

.icon-satellite-dish2:before {
  content: "\e985"; }

.icon-feed:before {
  content: "\e986"; }

.icon-podcast2:before {
  content: "\e987"; }

.icon-antenna2:before {
  content: "\e988"; }

.icon-mic:before {
  content: "\e989"; }

.icon-mic-off:before {
  content: "\e98a"; }

.icon-mic2:before {
  content: "\e98b"; }

.icon-mic-off2:before {
  content: "\e98c"; }

.icon-mic3:before {
  content: "\e98d"; }

.icon-mic4:before {
  content: "\e98e"; }

.icon-mic5:before {
  content: "\e98f"; }

.icon-book:before {
  content: "\e990"; }

.icon-book2:before {
  content: "\e991"; }

.icon-book-play:before {
  content: "\e992"; }

.icon-book3:before {
  content: "\e993"; }

.icon-bookmark:before {
  content: "\e994"; }

.icon-books:before {
  content: "\e995"; }

.icon-archive:before {
  content: "\e996"; }

.icon-reading:before {
  content: "\e997"; }

.icon-library:before {
  content: "\e998"; }

.icon-library2:before {
  content: "\e999"; }

.icon-graduation:before {
  content: "\e99a"; }

.icon-file-text:before {
  content: "\e99b"; }

.icon-profile:before {
  content: "\e99c"; }

.icon-file-empty:before, .icon-file:before {
  content: "\e99d"; }

.icon-file-empty2:before {
  content: "\e99e"; }

.icon-files-empty:before {
  content: "\e99f"; }

.icon-files-empty2:before {
  content: "\e9a0"; }

.icon-file-plus:before {
  content: "\e9a1"; }

.icon-file-plus2:before {
  content: "\e9a2"; }

.icon-file-minus:before {
  content: "\e9a3"; }

.icon-file-minus2:before {
  content: "\e9a4"; }

.icon-file-download:before {
  content: "\e9a5"; }

.icon-file-download2:before {
  content: "\e9a6"; }

.icon-file-upload:before {
  content: "\e9a7"; }

.icon-file-upload2:before {
  content: "\e9a8"; }

.icon-file-check:before {
  content: "\e9a9"; }

.icon-file-check2:before {
  content: "\e9aa"; }

.icon-file-eye:before {
  content: "\e9ab"; }

.icon-file-eye2:before {
  content: "\e9ac"; }

.icon-file-text2:before {
  content: "\e9ad"; }

.icon-file-text3:before {
  content: "\e9ae"; }

.icon-file-picture:before {
  content: "\e9af"; }

.icon-file-picture2:before {
  content: "\e9b0"; }

.icon-file-music:before {
  content: "\e9b1"; }

.icon-file-music2:before {
  content: "\e9b2"; }

.icon-file-play:before {
  content: "\e9b3"; }

.icon-file-play2:before {
  content: "\e9b4"; }

.icon-file-video:before {
  content: "\e9b5"; }

.icon-file-video2:before {
  content: "\e9b6"; }

.icon-copy:before {
  content: "\e9b7"; }

.icon-copy2:before {
  content: "\e9b8"; }

.icon-file-zip:before {
  content: "\e9b9"; }

.icon-file-zip2:before {
  content: "\e9ba"; }

.icon-file-xml:before {
  content: "\e9bb"; }

.icon-file-xml2:before {
  content: "\e9bc"; }

.icon-file-css:before {
  content: "\e9bd"; }

.icon-file-css2:before {
  content: "\e9be"; }

.icon-file-presentation:before {
  content: "\e9bf"; }

.icon-file-presentation2:before {
  content: "\e9c0"; }

.icon-file-stats:before {
  content: "\e9c1"; }

.icon-file-stats2:before {
  content: "\e9c2"; }

.icon-file-locked:before {
  content: "\e9c3"; }

.icon-file-locked2:before {
  content: "\e9c4"; }

.icon-file-spreadsheet:before {
  content: "\e9c5"; }

.icon-file-spreadsheet2:before {
  content: "\e9c6"; }

.icon-copy3:before {
  content: "\e9c7"; }

.icon-copy4:before {
  content: "\e9c8"; }

.icon-paste:before {
  content: "\e9c9"; }

.icon-paste2:before {
  content: "\e9ca"; }

.icon-paste3:before {
  content: "\e9cb"; }

.icon-paste4:before {
  content: "\e9cc"; }

.icon-stack:before {
  content: "\e9cd"; }

.icon-stack2:before {
  content: "\e9ce"; }

.icon-stack3:before {
  content: "\e9cf"; }

.icon-folder:before {
  content: "\e9d0"; }

.icon-folder-search:before {
  content: "\e9d1"; }

.icon-folder-download:before {
  content: "\e9d2"; }

.icon-folder-upload:before {
  content: "\e9d3"; }

.icon-folder-plus:before {
  content: "\e9d4"; }

.icon-folder-plus2:before {
  content: "\e9d5"; }

.icon-folder-minus:before {
  content: "\e9d6"; }

.icon-folder-minus2:before {
  content: "\e9d7"; }

.icon-folder-check:before {
  content: "\e9d8"; }

.icon-folder-heart:before {
  content: "\e9d9"; }

.icon-folder-remove:before {
  content: "\e9da"; }

.icon-folder2:before {
  content: "\e9db"; }

.icon-folder-open:before {
  content: "\e9dc"; }

.icon-folder3:before {
  content: "\e9dd"; }

.icon-folder4:before {
  content: "\e9de"; }

.icon-folder-plus3:before {
  content: "\e9df"; }

.icon-folder-minus3:before {
  content: "\e9e0"; }

.icon-folder-plus4:before {
  content: "\e9e1"; }

.icon-folder-minus4:before {
  content: "\e9e2"; }

.icon-folder-download2:before {
  content: "\e9e3"; }

.icon-folder-upload2:before {
  content: "\e9e4"; }

.icon-folder-download3:before {
  content: "\e9e5"; }

.icon-folder-upload3:before {
  content: "\e9e6"; }

.icon-folder5:before {
  content: "\e9e7"; }

.icon-folder-open2:before {
  content: "\e9e8"; }

.icon-folder6:before {
  content: "\e9e9"; }

.icon-folder-open3:before {
  content: "\e9ea"; }

.icon-certificate:before {
  content: "\e9eb"; }

.icon-cc:before {
  content: "\e9ec"; }

.icon-price-tag:before {
  content: "\e9ed"; }

.icon-price-tag2:before {
  content: "\e9ee"; }

.icon-price-tags:before {
  content: "\e9ef"; }

.icon-price-tag3:before {
  content: "\e9f0"; }

.icon-price-tags2:before {
  content: "\e9f1"; }

.icon-price-tag4:before {
  content: "\e9f2"; }

.icon-price-tags3:before {
  content: "\e9f3"; }

.icon-price-tag5:before {
  content: "\e9f4"; }

.icon-price-tags4:before {
  content: "\e9f5"; }

.icon-barcode:before {
  content: "\e9f6"; }

.icon-barcode2:before {
  content: "\e9f7"; }

.icon-qrcode:before {
  content: "\e9f8"; }

.icon-ticket:before {
  content: "\e9f9"; }

.icon-ticket2:before {
  content: "\e9fa"; }

.icon-theater:before {
  content: "\e9fb"; }

.icon-store:before {
  content: "\e9fc"; }

.icon-store2:before {
  content: "\e9fd"; }

.icon-cart:before {
  content: "\e9fe"; }

.icon-cart2:before {
  content: "\e9ff"; }

.icon-cart3:before {
  content: "\ea00"; }

.icon-cart4:before {
  content: "\ea01"; }

.icon-cart5:before {
  content: "\ea02"; }

.icon-cart-add:before {
  content: "\ea03"; }

.icon-cart-add2:before {
  content: "\ea04"; }

.icon-cart-remove:before {
  content: "\ea05"; }

.icon-basket:before {
  content: "\ea06"; }

.icon-bag:before {
  content: "\ea07"; }

.icon-bag2:before {
  content: "\ea08"; }

.icon-percent:before {
  content: "\ea09"; }

.icon-coins:before {
  content: "\ea0a"; }

.icon-coin-dollar:before {
  content: "\ea0b"; }

.icon-coin-euro:before {
  content: "\ea0c"; }

.icon-coin-pound:before {
  content: "\ea0d"; }

.icon-coin-yen:before {
  content: "\ea0e"; }

.icon-piggy-bank:before {
  content: "\ea0f"; }

.icon-wallet:before {
  content: "\ea10"; }

.icon-cash:before {
  content: "\ea11"; }

.icon-cash2:before {
  content: "\ea12"; }

.icon-cash3:before {
  content: "\ea13"; }

.icon-cash4:before {
  content: "\ea14"; }

.icon-credit-card:before {
  content: "\ea15"; }

.icon-credit-card2:before {
  content: "\ea16"; }

.icon-calculator:before {
  content: "\ea17"; }

.icon-calculator2:before {
  content: "\ea18"; }

.icon-calculator3:before {
  content: "\ea19"; }

.icon-chip:before {
  content: "\ea1a"; }

.icon-lifebuoy:before {
  content: "\ea1b"; }

.icon-phone:before {
  content: "\ea1c"; }

.icon-phone2:before {
  content: "\ea1d"; }

.icon-phone-slash:before {
  content: "\ea1e"; }

.icon-phone-wave:before {
  content: "\ea1f"; }

.icon-phone-plus:before {
  content: "\ea20"; }

.icon-phone-minus:before {
  content: "\ea21"; }

.icon-phone-plus2:before {
  content: "\ea22"; }

.icon-phone-minus2:before {
  content: "\ea23"; }

.icon-phone-incoming:before {
  content: "\ea24"; }

.icon-phone-outgoing:before {
  content: "\ea25"; }

.icon-phone3:before {
  content: "\ea26"; }

.icon-phone-slash2:before {
  content: "\ea27"; }

.icon-phone-wave2:before {
  content: "\ea28"; }

.icon-phone-hang-up:before {
  content: "\ea29"; }

.icon-phone-hang-up2:before {
  content: "\ea2a"; }

.icon-address-book:before {
  content: "\ea2b"; }

.icon-address-book2:before {
  content: "\ea2c"; }

.icon-address-book3:before {
  content: "\ea2d"; }

.icon-notebook:before {
  content: "\ea2e"; }

.icon-at-sign:before {
  content: "\ea2f"; }

.icon-envelop:before {
  content: "\ea30"; }

.icon-envelop2:before {
  content: "\ea31"; }

.icon-envelop3:before {
  content: "\ea32"; }

.icon-envelop4:before {
  content: "\ea33"; }

.icon-envelop5:before {
  content: "\ea34"; }

.icon-mailbox:before {
  content: "\ea35"; }

.icon-pushpin:before {
  content: "\ea36"; }

.icon-pushpin2:before {
  content: "\ea37"; }

.icon-location:before {
  content: "\ea38"; }

.icon-location2:before {
  content: "\ea39"; }

.icon-location3:before {
  content: "\ea3a"; }

.icon-location4:before {
  content: "\ea3b"; }

.icon-location5:before {
  content: "\ea3c"; }

.icon-location6:before {
  content: "\ea3d"; }

.icon-location7:before {
  content: "\ea3e"; }

.icon-compass:before {
  content: "\ea3f"; }

.icon-compass2:before {
  content: "\ea40"; }

.icon-compass3:before {
  content: "\ea41"; }

.icon-compass4:before {
  content: "\ea42"; }

.icon-compass5:before {
  content: "\ea43"; }

.icon-compass6:before {
  content: "\ea44"; }

.icon-map:before {
  content: "\ea45"; }

.icon-map2:before {
  content: "\ea46"; }

.icon-map3:before {
  content: "\ea47"; }

.icon-map4:before {
  content: "\ea48"; }

.icon-map5:before {
  content: "\ea49"; }

.icon-direction:before {
  content: "\ea4a"; }

.icon-reset:before {
  content: "\ea4b"; }

.icon-history:before {
  content: "\ea4c"; }

.icon-clock:before {
  content: "\ea4d"; }

.icon-clock2:before {
  content: "\ea4e"; }

.icon-clock3:before {
  content: "\ea4f"; }

.icon-clock4:before {
  content: "\ea50"; }

.icon-watch:before {
  content: "\ea51"; }

.icon-watch2:before {
  content: "\ea52"; }

.icon-alarm:before {
  content: "\ea53"; }

.icon-alarm-add:before {
  content: "\ea54"; }

.icon-alarm-check:before {
  content: "\ea55"; }

.icon-alarm-cancel:before {
  content: "\ea56"; }

.icon-bell:before {
  content: "\ea57"; }

.icon-bell2:before {
  content: "\ea58"; }

.icon-bell3:before {
  content: "\ea59"; }

.icon-bell-plus:before {
  content: "\ea5a"; }

.icon-bell-minus:before {
  content: "\ea5b"; }

.icon-bell-check:before {
  content: "\ea5c"; }

.icon-bell-cross:before {
  content: "\ea5d"; }

.icon-stopwatch:before {
  content: "\ea5e"; }

.icon-calendar:before {
  content: "\ea5f"; }

.icon-calendar2:before {
  content: "\ea60"; }

.icon-calendar3:before {
  content: "\ea61"; }

.icon-calendar4:before {
  content: "\ea62"; }

.icon-calendar5:before {
  content: "\ea63"; }

.icon-printer:before {
  content: "\ea64"; }

.icon-printer2:before {
  content: "\ea65"; }

.icon-printer3:before {
  content: "\ea66"; }

.icon-printer4:before {
  content: "\ea67"; }

.icon-shredder:before {
  content: "\ea68"; }

.icon-mouse:before {
  content: "\ea69"; }

.icon-mouse2:before {
  content: "\ea6a"; }

.icon-mouse-left:before {
  content: "\ea6b"; }

.icon-mouse-right:before {
  content: "\ea6c"; }

.icon-keyboard:before {
  content: "\ea6d"; }

.icon-keyboard2:before {
  content: "\ea6e"; }

.icon-typewriter:before {
  content: "\ea6f"; }

.icon-display:before {
  content: "\ea70"; }

.icon-display2:before {
  content: "\ea71"; }

.icon-display3:before {
  content: "\ea72"; }

.icon-display4:before {
  content: "\ea73"; }

.icon-laptop:before {
  content: "\ea74"; }

.icon-mobile:before {
  content: "\ea75"; }

.icon-mobile2:before {
  content: "\ea76"; }

.icon-tablet:before {
  content: "\ea77"; }

.icon-mobile3:before {
  content: "\ea78"; }

.icon-tv:before {
  content: "\ea79"; }

.icon-radio:before {
  content: "\ea7a"; }

.icon-cabinet:before {
  content: "\ea7b"; }

.icon-drawer:before {
  content: "\ea7c"; }

.icon-drawer2:before {
  content: "\ea7d"; }

.icon-drawer-out:before {
  content: "\ea7e"; }

.icon-drawer-in:before {
  content: "\ea7f"; }

.icon-drawer3:before {
  content: "\ea80"; }

.icon-box:before {
  content: "\ea81"; }

.icon-box-add:before {
  content: "\ea82"; }

.icon-box-remove:before {
  content: "\ea83"; }

.icon-download:before {
  content: "\ea84"; }

.icon-upload:before {
  content: "\ea85"; }

.icon-floppy-disk:before {
  content: "\ea86"; }

.icon-floppy-disks:before {
  content: "\ea87"; }

.icon-floppy-disks2:before {
  content: "\ea88"; }

.icon-floppy-disk2:before {
  content: "\ea89"; }

.icon-floppy-disk3:before {
  content: "\ea8a"; }

.icon-disk:before {
  content: "\ea8b"; }

.icon-disk2:before {
  content: "\ea8c"; }

.icon-usb-stick:before {
  content: "\ea8d"; }

.icon-drive:before {
  content: "\ea8e"; }

.icon-server:before {
  content: "\ea8f"; }

.icon-database:before {
  content: "\ea90"; }

.icon-database2:before {
  content: "\ea91"; }

.icon-database3:before {
  content: "\ea92"; }

.icon-database4:before {
  content: "\ea93"; }

.icon-database-menu:before {
  content: "\ea94"; }

.icon-database-add:before {
  content: "\ea95"; }

.icon-database-remove:before {
  content: "\ea96"; }

.icon-database-insert:before {
  content: "\ea97"; }

.icon-database-export:before {
  content: "\ea98"; }

.icon-database-upload:before {
  content: "\ea99"; }

.icon-database-refresh:before {
  content: "\ea9a"; }

.icon-database-diff:before {
  content: "\ea9b"; }

.icon-database-edit:before {
  content: "\ea9c"; }

.icon-database-edit2:before {
  content: "\ea9d"; }

.icon-database-check:before {
  content: "\ea9e"; }

.icon-database-arrow:before {
  content: "\ea9f"; }

.icon-database-time:before {
  content: "\eaa0"; }

.icon-database-time2:before {
  content: "\eaa1"; }

.icon-undo:before {
  content: "\eaa2"; }

.icon-redo:before {
  content: "\eaa3"; }

.icon-rotate-ccw:before {
  content: "\eaa4"; }

.icon-rotate-cw:before {
  content: "\eaa5"; }

.icon-rotate-ccw2:before {
  content: "\eaa6"; }

.icon-rotate-cw2:before {
  content: "\eaa7"; }

.icon-rotate-ccw3:before {
  content: "\eaa8"; }

.icon-rotate-cw3:before {
  content: "\eaa9"; }

.icon-flip-vertical:before {
  content: "\eaaa"; }

.icon-flip-vertical2:before {
  content: "\eaab"; }

.icon-flip-horizontal:before {
  content: "\eaac"; }

.icon-flip-horizontal2:before {
  content: "\eaad"; }

.icon-flip-vertical3:before {
  content: "\eaae"; }

.icon-flip-vertical4:before {
  content: "\eaaf"; }

.icon-angle:before {
  content: "\eab0"; }

.icon-shear:before {
  content: "\eab1"; }

.icon-unite:before {
  content: "\eab2"; }

.icon-subtract:before {
  content: "\eab3"; }

.icon-interset:before {
  content: "\eab4"; }

.icon-exclude:before {
  content: "\eab5"; }

.icon-align-left:before {
  content: "\eab6"; }

.icon-align-center-horizontal:before {
  content: "\eab7"; }

.icon-align-right:before {
  content: "\eab8"; }

.icon-align-top:before {
  content: "\eab9"; }

.icon-align-center-vertical:before {
  content: "\eaba"; }

.icon-align-bottom:before {
  content: "\eabb"; }

.icon-undo2:before {
  content: "\eabc"; }

.icon-redo2:before {
  content: "\eabd"; }

.icon-forward:before {
  content: "\eabe"; }

.icon-reply:before {
  content: "\eabf"; }

.icon-reply-all:before {
  content: "\eac0"; }

.icon-bubble:before {
  content: "\eac1"; }

.icon-bubbles:before {
  content: "\eac2"; }

.icon-bubbles2:before {
  content: "\eac3"; }

.icon-bubble2:before {
  content: "\eac4"; }

.icon-bubbles3:before {
  content: "\eac5"; }

.icon-bubbles4:before {
  content: "\eac6"; }

.icon-bubble-notification:before {
  content: "\eac7"; }

.icon-bubbles5:before {
  content: "\eac8"; }

.icon-bubbles6:before {
  content: "\eac9"; }

.icon-bubble3:before {
  content: "\eaca"; }

.icon-bubble-dots:before {
  content: "\eacb"; }

.icon-bubble-lines:before {
  content: "\eacc"; }

.icon-bubble4:before {
  content: "\eacd"; }

.icon-bubble-dots2:before {
  content: "\eace"; }

.icon-bubble-lines2:before {
  content: "\eacf"; }

.icon-bubble5:before {
  content: "\ead0"; }

.icon-bubble6:before {
  content: "\ead1"; }

.icon-bubbles7:before {
  content: "\ead2"; }

.icon-bubble7:before {
  content: "\ead3"; }

.icon-bubbles8:before {
  content: "\ead4"; }

.icon-bubble8:before {
  content: "\ead5"; }

.icon-bubble-dots3:before {
  content: "\ead6"; }

.icon-bubble-lines3:before {
  content: "\ead7"; }

.icon-bubble9:before {
  content: "\ead8"; }

.icon-bubble-dots4:before {
  content: "\ead9"; }

.icon-bubble-lines4:before {
  content: "\eada"; }

.icon-bubbles9:before {
  content: "\eadb"; }

.icon-bubbles10:before {
  content: "\eadc"; }

.icon-bubble-blocked:before {
  content: "\eadd"; }

.icon-bubble-quote:before {
  content: "\eade"; }

.icon-bubble-user:before {
  content: "\eadf"; }

.icon-bubble-smiley:before {
  content: "\eae0"; }

.icon-bubble-check:before {
  content: "\eae1"; }

.icon-bubble-video:before {
  content: "\eae2"; }

.icon-bubble-link:before {
  content: "\eae3"; }

.icon-bubble-lock:before {
  content: "\eae4"; }

.icon-bubble-star:before {
  content: "\eae5"; }

.icon-bubble-heart:before {
  content: "\eae6"; }

.icon-bubble-paperclip:before {
  content: "\eae7"; }

.icon-bubble-cancel:before {
  content: "\eae8"; }

.icon-bubble-plus:before {
  content: "\eae9"; }

.icon-bubble-minus:before {
  content: "\eaea"; }

.icon-bubble-notification2:before {
  content: "\eaeb"; }

.icon-bubble-left:before {
  content: "\eaec"; }

.icon-bubble-right:before {
  content: "\eaed"; }

.icon-bubble-first:before {
  content: "\eaee"; }

.icon-bubble-last:before {
  content: "\eaef"; }

.icon-bubble-reply:before {
  content: "\eaf0"; }

.icon-bubble-forward:before {
  content: "\eaf1"; }

.icon-bubble-reply2:before {
  content: "\eaf2"; }

.icon-bubble-forward2:before {
  content: "\eaf3"; }

.icon-user:before {
  content: "\eaf4"; }

.icon-users:before {
  content: "\eaf5"; }

.icon-user-plus:before {
  content: "\eaf6"; }

.icon-user-minus:before {
  content: "\eaf7"; }

.icon-user-cancel:before {
  content: "\eaf8"; }

.icon-user-block:before {
  content: "\eaf9"; }

.icon-user-lock:before {
  content: "\eafa"; }

.icon-user-check:before {
  content: "\eafb"; }

.icon-users2:before {
  content: "\eafc"; }

.icon-user2:before {
  content: "\eafd"; }

.icon-users3:before {
  content: "\eafe"; }

.icon-user-plus2:before {
  content: "\eaff"; }

.icon-user-minus2:before {
  content: "\eb00"; }

.icon-user-cancel2:before {
  content: "\eb01"; }

.icon-user-block2:before {
  content: "\eb02"; }

.icon-user-lock2:before {
  content: "\eb03"; }

.icon-user-check2:before {
  content: "\eb04"; }

.icon-user3:before {
  content: "\eb05"; }

.icon-user4:before {
  content: "\eb06"; }

.icon-user5:before {
  content: "\eb07"; }

.icon-user6:before {
  content: "\eb08"; }

.icon-users4:before {
  content: "\eb09"; }

.icon-user-tie:before {
  content: "\eb0a"; }

.icon-user7:before {
  content: "\eb0b"; }

.icon-users5:before {
  content: "\eb0c"; }

.icon-collaboration:before {
  content: "\eb0d"; }

.icon-vcard:before {
  content: "\eb0e"; }

.icon-hat:before {
  content: "\eb0f"; }

.icon-bowtie:before {
  content: "\eb10"; }

.icon-tie:before {
  content: "\eb11"; }

.icon-hanger:before {
  content: "\eb12"; }

.icon-tshirt:before {
  content: "\eb13"; }

.icon-pants:before {
  content: "\eb14"; }

.icon-shorts:before {
  content: "\eb15"; }

.icon-sock:before {
  content: "\eb16"; }

.icon-laundry:before {
  content: "\eb17"; }

.icon-quotes-left:before {
  content: "\eb18"; }

.icon-quotes-right:before {
  content: "\eb19"; }

.icon-quotes-left2:before {
  content: "\eb1a"; }

.icon-quotes-right2:before {
  content: "\eb1b"; }

.icon-hour-glass:before {
  content: "\eb1c"; }

.icon-hour-glass2:before {
  content: "\eb1d"; }

.icon-hour-glass3:before {
  content: "\eb1e"; }

.icon-spinner:before {
  content: "\eb1f"; }

.icon-spinner2:before {
  content: "\eb20"; }

.icon-spinner3:before {
  content: "\eb21"; }

.icon-spinner4:before {
  content: "\eb22"; }

.icon-spinner5:before {
  content: "\eb23"; }

.icon-spinner6:before {
  content: "\eb24"; }

.icon-spinner7:before {
  content: "\eb25"; }

.icon-spinner8:before {
  content: "\eb26"; }

.icon-spinner9:before {
  content: "\eb27"; }

.icon-spinner10:before {
  content: "\eb28"; }

.icon-spinner11:before {
  content: "\eb29"; }

.icon-microscope:before {
  content: "\eb2a"; }

.icon-binoculars:before {
  content: "\eb2b"; }

.icon-binoculars2:before {
  content: "\eb2c"; }

.icon-search:before {
  content: "\eb2d"; }

.icon-zoom-in:before {
  content: "\eb2e"; }

.icon-zoom-out:before {
  content: "\eb2f"; }

.icon-search2:before {
  content: "\eb30"; }

.icon-zoom-in2:before {
  content: "\eb31"; }

.icon-zoom-out2:before {
  content: "\eb32"; }

.icon-search3:before {
  content: "\eb33"; }

.icon-search4:before {
  content: "\eb34"; }

.icon-zoom-in3:before {
  content: "\eb35"; }

.icon-zoom-out3:before {
  content: "\eb36"; }

.icon-search5:before {
  content: "\eb37"; }

.icon-search6:before {
  content: "\eb38"; }

.icon-enlarge:before {
  content: "\eb39"; }

.icon-shrink:before {
  content: "\eb3a"; }

.icon-enlarge2:before {
  content: "\eb3b"; }

.icon-shrink2:before {
  content: "\eb3c"; }

.icon-enlarge3:before {
  content: "\eb3d"; }

.icon-shrink3:before {
  content: "\eb3e"; }

.icon-enlarge4:before {
  content: "\eb3f"; }

.icon-shrink4:before {
  content: "\eb40"; }

.icon-enlarge5:before {
  content: "\eb41"; }

.icon-shrink5:before {
  content: "\eb42"; }

.icon-enlarge6:before {
  content: "\eb43"; }

.icon-shrink6:before {
  content: "\eb44"; }

.icon-enlarge7:before {
  content: "\eb45"; }

.icon-shrink7:before {
  content: "\eb46"; }

.icon-key:before {
  content: "\eb47"; }

.icon-key2:before {
  content: "\eb48"; }

.icon-key3:before {
  content: "\eb49"; }

.icon-key4:before {
  content: "\eb4a"; }

.icon-key5:before {
  content: "\eb4b"; }

.icon-keyhole:before {
  content: "\eb4c"; }

.icon-lock:before {
  content: "\eb4d"; }

.icon-lock2:before {
  content: "\eb4e"; }

.icon-lock3:before {
  content: "\eb4f"; }

.icon-lock4:before {
  content: "\eb50"; }

.icon-unlocked:before {
  content: "\eb51"; }

.icon-lock5:before {
  content: "\eb52"; }

.icon-unlocked2:before {
  content: "\eb53"; }

.icon-safe:before {
  content: "\eb54"; }

.icon-wrench:before {
  content: "\eb55"; }

.icon-wrench2:before {
  content: "\eb56"; }

.icon-wrench3:before {
  content: "\eb57"; }

.icon-equalizer:before {
  content: "\eb58"; }

.icon-equalizer2:before {
  content: "\eb59"; }

.icon-equalizer3:before {
  content: "\eb5a"; }

.icon-equalizer4:before {
  content: "\eb5b"; }

.icon-cog:before {
  content: "\eb5c"; }

.icon-cogs:before {
  content: "\eb5d"; }

.icon-cog2:before {
  content: "\eb5e"; }

.icon-cog3:before {
  content: "\eb5f"; }

.icon-cog4:before {
  content: "\eb60"; }

.icon-cog5:before {
  content: "\eb61"; }

.icon-cog6:before {
  content: "\eb62"; }

.icon-cog7:before {
  content: "\eb63"; }

.icon-factory:before {
  content: "\eb64"; }

.icon-hammer:before {
  content: "\eb65"; }

.icon-hammer-wrench:before {
  content: "\eb66"; }

.icon-knife:before {
  content: "\eb67"; }

.icon-screwdriver:before {
  content: "\eb68"; }

.icon-screwdriver2:before {
  content: "\eb69"; }

.icon-magic-wand:before {
  content: "\eb6a"; }

.icon-magic-wand2:before {
  content: "\eb6b"; }

.icon-pulse:before {
  content: "\eb6c"; }

.icon-pulse2:before {
  content: "\eb6d"; }

.icon-aid-kit:before {
  content: "\eb6e"; }

.icon-aid-kit2:before {
  content: "\eb6f"; }

.icon-stethoscope:before {
  content: "\eb70"; }

.icon-ambulance:before {
  content: "\eb71"; }

.icon-alarm2:before {
  content: "\eb72"; }

.icon-pandage:before {
  content: "\eb73"; }

.icon-pandage2:before {
  content: "\eb74"; }

.icon-bug:before {
  content: "\eb75"; }

.icon-bug2:before {
  content: "\eb76"; }

.icon-syringe:before {
  content: "\eb77"; }

.icon-syringe2:before {
  content: "\eb78"; }

.icon-pill:before {
  content: "\eb79"; }

.icon-construction:before {
  content: "\eb7a"; }

.icon-traffic-cone:before {
  content: "\eb7b"; }

.icon-traffic-lights:before {
  content: "\eb7c"; }

.icon-pie-chart:before {
  content: "\eb7d"; }

.icon-pie-chart2:before {
  content: "\eb7e"; }

.icon-pie-chart3:before {
  content: "\eb7f"; }

.icon-pie-chart4:before {
  content: "\eb80"; }

.icon-pie-chart5:before {
  content: "\eb81"; }

.icon-pie-chart6:before {
  content: "\eb82"; }

.icon-pie-chart7:before {
  content: "\eb83"; }

.icon-stats-dots:before {
  content: "\eb84"; }

.icon-stats-bars:before {
  content: "\eb85"; }

.icon-pie-chart8:before {
  content: "\eb86"; }

.icon-stats-bars2:before {
  content: "\eb87"; }

.icon-stats-bars3:before {
  content: "\eb88"; }

.icon-stats-bars4:before {
  content: "\eb89"; }

.icon-stats-bars5:before {
  content: "\eb8a"; }

.icon-stats-bars6:before {
  content: "\eb8b"; }

.icon-chart:before {
  content: "\eb8c"; }

.icon-stats-growth:before {
  content: "\eb8d"; }

.icon-stats-decline:before {
  content: "\eb8e"; }

.icon-stats-growth2:before {
  content: "\eb8f"; }

.icon-stats-decline2:before {
  content: "\eb90"; }

.icon-stairs-up:before {
  content: "\eb91"; }

.icon-stairs-down:before {
  content: "\eb92"; }

.icon-stairs:before {
  content: "\eb93"; }

.icon-stairs2:before {
  content: "\eb94"; }

.icon-ladder:before {
  content: "\eb95"; }

.icon-rating:before {
  content: "\eb96"; }

.icon-rating2:before {
  content: "\eb97"; }

.icon-rating3:before {
  content: "\eb98"; }

.icon-cake:before {
  content: "\eb99"; }

.icon-podium:before {
  content: "\eb9a"; }

.icon-stars:before {
  content: "\eb9b"; }

.icon-medal-star:before {
  content: "\eb9c"; }

.icon-medal:before {
  content: "\eb9d"; }

.icon-medal2:before {
  content: "\eb9e"; }

.icon-medal-first:before {
  content: "\eb9f"; }

.icon-medal-second:before {
  content: "\eba0"; }

.icon-medal-third:before {
  content: "\eba1"; }

.icon-crown:before {
  content: "\eba2"; }

.icon-trophy:before {
  content: "\eba3"; }

.icon-trophy2:before {
  content: "\eba4"; }

.icon-trophy3:before {
  content: "\eba5"; }

.icon-diamond:before {
  content: "\eba6"; }

.icon-diamond2:before {
  content: "\eba7"; }

.icon-trophy4:before {
  content: "\eba8"; }

.icon-gift:before {
  content: "\eba9"; }

.icon-gift2:before {
  content: "\ebaa"; }

.icon-balloon:before {
  content: "\ebab"; }

.icon-pipe:before {
  content: "\ebac"; }

.icon-mustache:before {
  content: "\ebad"; }

.icon-mustache2:before {
  content: "\ebae"; }

.icon-glass:before {
  content: "\ebaf"; }

.icon-glass2:before {
  content: "\ebb0"; }

.icon-glass3:before {
  content: "\ebb1"; }

.icon-glass4:before {
  content: "\ebb2"; }

.icon-bottle:before {
  content: "\ebb3"; }

.icon-bottle2:before {
  content: "\ebb4"; }

.icon-bottle3:before {
  content: "\ebb5"; }

.icon-bottle4:before {
  content: "\ebb6"; }

.icon-mug:before {
  content: "\ebb7"; }

.icon-fork-knife:before {
  content: "\ebb8"; }

.icon-spoon-knife:before {
  content: "\ebb9"; }

.icon-cook:before {
  content: "\ebba"; }

.icon-plate:before {
  content: "\ebbb"; }

.icon-steak:before {
  content: "\ebbc"; }

.icon-fish:before {
  content: "\ebbd"; }

.icon-chicken:before {
  content: "\ebbe"; }

.icon-hamburger:before {
  content: "\ebbf"; }

.icon-pizza:before {
  content: "\ebc0"; }

.icon-cheese:before {
  content: "\ebc1"; }

.icon-bread:before {
  content: "\ebc2"; }

.icon-icecream:before {
  content: "\ebc3"; }

.icon-milk:before {
  content: "\ebc4"; }

.icon-cup:before {
  content: "\ebc5"; }

.icon-cup2:before {
  content: "\ebc6"; }

.icon-coffee-baen:before {
  content: "\ebc7"; }

.icon-coffee:before {
  content: "\ebc8"; }

.icon-teapot:before {
  content: "\ebc9"; }

.icon-leaf:before {
  content: "\ebca"; }

.icon-leaf2:before {
  content: "\ebcb"; }

.icon-apple:before {
  content: "\ebcc"; }

.icon-grapes:before {
  content: "\ebcd"; }

.icon-cherry:before {
  content: "\ebce"; }

.icon-tree:before {
  content: "\ebcf"; }

.icon-tree2:before {
  content: "\ebd0"; }

.icon-tree3:before {
  content: "\ebd1"; }

.icon-tree4:before {
  content: "\ebd2"; }

.icon-cactus:before {
  content: "\ebd3"; }

.icon-mountains:before {
  content: "\ebd4"; }

.icon-paw:before {
  content: "\ebd5"; }

.icon-footprint:before {
  content: "\ebd6"; }

.icon-tent:before {
  content: "\ebd7"; }

.icon-flower:before {
  content: "\ebd8"; }

.icon-flower2:before {
  content: "\ebd9"; }

.icon-rocket:before {
  content: "\ebda"; }

.icon-meter:before {
  content: "\ebdb"; }

.icon-meter2:before {
  content: "\ebdc"; }

.icon-meter-slow:before {
  content: "\ebdd"; }

.icon-meter-medium:before {
  content: "\ebde"; }

.icon-meter-fast:before {
  content: "\ebdf"; }

.icon-meter3:before {
  content: "\ebe0"; }

.icon-hammer2:before {
  content: "\ebe1"; }

.icon-balance:before {
  content: "\ebe2"; }

.icon-scale:before {
  content: "\ebe3"; }

.icon-bomb:before {
  content: "\ebe4"; }

.icon-fire:before {
  content: "\ebe5"; }

.icon-fire2:before {
  content: "\ebe6"; }

.icon-lab:before {
  content: "\ebe7"; }

.icon-atom:before {
  content: "\ebe8"; }

.icon-atom2:before {
  content: "\ebe9"; }

.icon-magnet:before {
  content: "\ebea"; }

.icon-magnet2:before {
  content: "\ebeb"; }

.icon-dumbbell:before {
  content: "\ebec"; }

.icon-skull:before {
  content: "\ebed"; }

.icon-skull2:before {
  content: "\ebee"; }

.icon-lamp:before {
  content: "\ebef"; }

.icon-lamp2:before {
  content: "\ebf0"; }

.icon-lamp3:before {
  content: "\ebf1"; }

.icon-spotlight:before {
  content: "\ebf2"; }

.icon-lamp4:before {
  content: "\ebf3"; }

.icon-lamp5:before {
  content: "\ebf4"; }

.icon-lamp6:before {
  content: "\ebf5"; }

.icon-lamp7:before {
  content: "\ebf6"; }

.icon-lamp8:before {
  content: "\ebf7"; }

.icon-broom:before {
  content: "\ebf8"; }

.icon-toiletpaper:before {
  content: "\ebf9"; }

.icon-bin:before {
  content: "\ebfa"; }

.icon-bin2:before {
  content: "\ebfb"; }

.icon-bin3:before {
  content: "\ebfc"; }

.icon-bin4:before {
  content: "\ebfd"; }

.icon-bin5:before {
  content: "\ebfe"; }

.icon-briefcase:before {
  content: "\ebff"; }

.icon-briefcase2:before {
  content: "\ec00"; }

.icon-briefcase3:before {
  content: "\ec01"; }

.icon-airplane:before {
  content: "\ec02"; }

.icon-airplane2:before {
  content: "\ec03"; }

.icon-airplane3:before {
  content: "\ec04"; }

.icon-airplane4:before {
  content: "\ec05"; }

.icon-paperplane:before {
  content: "\ec06"; }

.icon-car:before {
  content: "\ec07"; }

.icon-steering-wheel:before {
  content: "\ec08"; }

.icon-car2:before {
  content: "\ec09"; }

.icon-gas:before {
  content: "\ec0a"; }

.icon-bus:before {
  content: "\ec0b"; }

.icon-truck:before {
  content: "\ec0c"; }

.icon-bike:before {
  content: "\ec0d"; }

.icon-road:before {
  content: "\ec0e"; }

.icon-train:before {
  content: "\ec0f"; }

.icon-train2:before {
  content: "\ec10"; }

.icon-ship:before {
  content: "\ec11"; }

.icon-boat:before {
  content: "\ec12"; }

.icon-chopper:before {
  content: "\ec13"; }

.icon-chopper2:before {
  content: "\ec14"; }

.icon-cube:before {
  content: "\ec15"; }

.icon-cube2:before {
  content: "\ec16"; }

.icon-cube3:before {
  content: "\ec17"; }

.icon-cube4:before {
  content: "\ec18"; }

.icon-pyramid:before {
  content: "\ec19"; }

.icon-pyramid2:before {
  content: "\ec1a"; }

.icon-package:before {
  content: "\ec1b"; }

.icon-puzzle:before {
  content: "\ec1c"; }

.icon-puzzle2:before {
  content: "\ec1d"; }

.icon-puzzle3:before {
  content: "\ec1e"; }

.icon-puzzle4:before {
  content: "\ec1f"; }

.icon-glasses-3d:before {
  content: "\ec20"; }

.icon-glasses-3d2:before {
  content: "\ec21"; }

.icon-glasses:before {
  content: "\ec22"; }

.icon-glasses2:before {
  content: "\ec23"; }

.icon-brain:before {
  content: "\ec24"; }

.icon-accessibility:before {
  content: "\ec25"; }

.icon-accessibility2:before {
  content: "\ec26"; }

.icon-strategy:before {
  content: "\ec27"; }

.icon-target:before {
  content: "\ec28"; }

.icon-target2:before {
  content: "\ec29"; }

.icon-target3:before {
  content: "\ec2a"; }

.icon-ammo:before {
  content: "\ec2b"; }

.icon-gun:before {
  content: "\ec2c"; }

.icon-gun-forbidden:before {
  content: "\ec2d"; }

.icon-shield:before {
  content: "\ec2e"; }

.icon-shield-check:before {
  content: "\ec2f"; }

.icon-shield-notice:before {
  content: "\ec30"; }

.icon-shield2:before {
  content: "\ec31"; }

.icon-shield3:before {
  content: "\ec32"; }

.icon-shield4:before {
  content: "\ec33"; }

.icon-soccer:before {
  content: "\ec34"; }

.icon-football:before {
  content: "\ec35"; }

.icon-archery:before {
  content: "\ec36"; }

.icon-bow:before {
  content: "\ec37"; }

.icon-sword:before {
  content: "\ec38"; }

.icon-tennis:before {
  content: "\ec39"; }

.icon-pingpong:before {
  content: "\ec3a"; }

.icon-baseball:before {
  content: "\ec3b"; }

.icon-basketball:before {
  content: "\ec3c"; }

.icon-golf:before {
  content: "\ec3d"; }

.icon-golf2:before {
  content: "\ec3e"; }

.icon-hockey:before {
  content: "\ec3f"; }

.icon-racing:before {
  content: "\ec40"; }

.icon-finish:before {
  content: "\ec41"; }

.icon-eight-ball:before {
  content: "\ec42"; }

.icon-bowling:before {
  content: "\ec43"; }

.icon-bowling2:before {
  content: "\ec44"; }

.icon-power:before {
  content: "\ec45"; }

.icon-power2:before {
  content: "\ec46"; }

.icon-power3:before {
  content: "\ec47"; }

.icon-switch:before {
  content: "\ec48"; }

.icon-switch2:before {
  content: "\ec49"; }

.icon-power-cord:before {
  content: "\ec4a"; }

.icon-power-cord2:before {
  content: "\ec4b"; }

.icon-outlet:before {
  content: "\ec4c"; }

.icon-clipboard:before {
  content: "\ec4d"; }

.icon-clipboard2:before {
  content: "\ec4e"; }

.icon-clipboard3:before {
  content: "\ec4f"; }

.icon-clipboard4:before {
  content: "\ec50"; }

.icon-clipboard5:before {
  content: "\ec51"; }

.icon-clipboard6:before {
  content: "\ec52"; }

.icon-playlist:before {
  content: "\ec53"; }

.icon-playlist-add:before {
  content: "\ec54"; }

.icon-list-numbered:before {
  content: "\ec55"; }

.icon-list:before {
  content: "\ec56"; }

.icon-list2:before {
  content: "\ec57"; }

.icon-more:before {
  content: "\ec58"; }

.icon-more2:before {
  content: "\ec59"; }

.icon-grid:before {
  content: "\ec5a"; }

.icon-grid2:before {
  content: "\ec5b"; }

.icon-grid3:before {
  content: "\ec5c"; }

.icon-grid4:before {
  content: "\ec5d"; }

.icon-grid5:before {
  content: "\ec5e"; }

.icon-grid6:before {
  content: "\ec5f"; }

.icon-grid7:before {
  content: "\ec60"; }

.icon-tree5:before {
  content: "\ec61"; }

.icon-tree6:before {
  content: "\ec62"; }

.icon-tree7:before {
  content: "\ec63"; }

.icon-lan:before {
  content: "\ec64"; }

.icon-lan2:before {
  content: "\ec65"; }

.icon-lan3:before {
  content: "\ec66"; }

.icon-menu:before {
  content: "\ec67"; }

.icon-circle-small:before {
  content: "\ec68"; }

.icon-menu2:before {
  content: "\ec69"; }

.icon-menu3:before {
  content: "\ec6a"; }

.icon-menu4:before {
  content: "\ec6b"; }

.icon-menu5:before {
  content: "\ec6c"; }

.icon-menu6:before {
  content: "\ec6d"; }

.icon-menu7:before {
  content: "\ec6e"; }

.icon-menu8:before {
  content: "\ec6f"; }

.icon-menu9:before {
  content: "\ec70"; }

.icon-menu10:before {
  content: "\ec71"; }

.icon-cloud:before {
  content: "\ec72"; }

.icon-cloud-download:before {
  content: "\ec73"; }

.icon-cloud-upload:before {
  content: "\ec74"; }

.icon-cloud-check:before {
  content: "\ec75"; }

.icon-cloud2:before {
  content: "\ec76"; }

.icon-cloud-download2:before {
  content: "\ec77"; }

.icon-cloud-upload2:before {
  content: "\ec78"; }

.icon-cloud-check2:before {
  content: "\ec79"; }

.icon-download2:before {
  content: "\ec7a"; }

.icon-download3:before {
  content: "\ec7b"; }

.icon-upload2:before {
  content: "\ec7c"; }

.icon-upload3:before {
  content: "\ec7d"; }

.icon-import:before {
  content: "\ec7e"; }

.icon-import2:before {
  content: "\ec7f"; }

.icon-download4:before {
  content: "\ec80"; }

.icon-upload4:before {
  content: "\ec81"; }

.icon-download5:before {
  content: "\ec82"; }

.icon-upload5:before {
  content: "\ec83"; }

.icon-download6:before {
  content: "\ec84"; }

.icon-upload6:before {
  content: "\ec85"; }

.icon-download7:before {
  content: "\ec86"; }

.icon-upload7:before {
  content: "\ec87"; }

.icon-download8:before {
  content: "\ec88"; }

.icon-upload8:before {
  content: "\ec89"; }

.icon-download9:before {
  content: "\ec8a"; }

.icon-upload9:before {
  content: "\ec8b"; }

.icon-download10:before {
  content: "\ec8c"; }

.icon-upload10:before {
  content: "\ec8d"; }

.icon-sphere:before {
  content: "\ec8e"; }

.icon-sphere2:before {
  content: "\ec8f"; }

.icon-sphere3:before {
  content: "\ec90"; }

.icon-planet:before {
  content: "\ec91"; }

.icon-planet2:before {
  content: "\ec92"; }

.icon-earth:before {
  content: "\ec93"; }

.icon-earth2:before {
  content: "\ec94"; }

.icon-earth3:before {
  content: "\ec95"; }

.icon-link:before {
  content: "\ec96"; }

.icon-unlink:before {
  content: "\ec97"; }

.icon-link2:before {
  content: "\ec98"; }

.icon-unlink2:before {
  content: "\ec99"; }

.icon-link3:before {
  content: "\ec9a"; }

.icon-unlink3:before {
  content: "\ec9b"; }

.icon-link4:before {
  content: "\ec9c"; }

.icon-unlink4:before {
  content: "\ec9d"; }

.icon-link5:before {
  content: "\ec9e"; }

.icon-unlink5:before {
  content: "\ec9f"; }

.icon-anchor:before {
  content: "\eca0"; }

.icon-flag:before {
  content: "\eca1"; }

.icon-flag2:before {
  content: "\eca2"; }

.icon-flag3:before {
  content: "\eca3"; }

.icon-flag4:before {
  content: "\eca4"; }

.icon-flag5:before {
  content: "\eca5"; }

.icon-flag6:before {
  content: "\eca6"; }

.icon-flag7:before {
  content: "\eca7"; }

.icon-flag8:before {
  content: "\eca8"; }

.icon-attachment:before {
  content: "\eca9"; }

.icon-attachment2:before {
  content: "\ecaa"; }

.icon-eye:before {
  content: "\ecab"; }

.icon-eye-plus:before {
  content: "\ecac"; }

.icon-eye-minus:before {
  content: "\ecad"; }

.icon-eye-blocked:before {
  content: "\ecae"; }

.icon-eye2:before {
  content: "\ecaf"; }

.icon-eye-blocked2:before {
  content: "\ecb0"; }

.icon-eye3:before {
  content: "\ecb1"; }

.icon-eye-blocked3:before {
  content: "\ecb2"; }

.icon-eye4:before {
  content: "\ecb3"; }

.icon-bookmark2:before {
  content: "\ecb4"; }

.icon-bookmark3:before {
  content: "\ecb5"; }

.icon-bookmarks:before {
  content: "\ecb6"; }

.icon-bookmark4:before {
  content: "\ecb7"; }

.icon-spotlight2:before {
  content: "\ecb8"; }

.icon-starburst:before {
  content: "\ecb9"; }

.icon-snowflake:before {
  content: "\ecba"; }

.icon-temperature:before {
  content: "\ecbb"; }

.icon-temperature2:before {
  content: "\ecbc"; }

.icon-weather-lightning:before {
  content: "\ecbd"; }

.icon-weather-lightning2:before {
  content: "\ecbe"; }

.icon-weather-rain:before {
  content: "\ecbf"; }

.icon-weather-rain2:before {
  content: "\ecc0"; }

.icon-weather-snow:before {
  content: "\ecc1"; }

.icon-weather-snow2:before {
  content: "\ecc2"; }

.icon-weather-cloud-wind:before {
  content: "\ecc3"; }

.icon-weather-cloud-wind2:before {
  content: "\ecc4"; }

.icon-weather-cloud-sun:before {
  content: "\ecc5"; }

.icon-weather-cloud-sun2:before {
  content: "\ecc6"; }

.icon-weather-cloudy:before {
  content: "\ecc7"; }

.icon-weather-cloudy2:before {
  content: "\ecc8"; }

.icon-weather-sun-wind:before {
  content: "\ecc9"; }

.icon-weather-sun-wind2:before {
  content: "\ecca"; }

.icon-sun:before {
  content: "\eccb"; }

.icon-sun2:before {
  content: "\eccc"; }

.icon-moon:before {
  content: "\eccd"; }

.icon-day-night:before {
  content: "\ecce"; }

.icon-day-night2:before {
  content: "\eccf"; }

.icon-weather-windy:before {
  content: "\ecd0"; }

.icon-fan:before {
  content: "\ecd1"; }

.icon-umbrella:before {
  content: "\ecd2"; }

.icon-sun3:before {
  content: "\ecd3"; }

.icon-contrast:before {
  content: "\ecd4"; }

.icon-brightness-contrast:before {
  content: "\ecd5"; }

.icon-brightness-high:before {
  content: "\ecd6"; }

.icon-brightness-medium:before {
  content: "\ecd7"; }

.icon-brightness-low:before {
  content: "\ecd8"; }

.icon-bed:before {
  content: "\ecd9"; }

.icon-bed2:before {
  content: "\ecda"; }

.icon-furniture:before {
  content: "\ecdb"; }

.icon-chair:before {
  content: "\ecdc"; }

.icon-star-empty:before {
  content: "\ecdd"; }

.icon-star-empty2:before {
  content: "\ecde"; }

.icon-star-full:before {
  content: "\ecdf"; }

.icon-star-empty3:before {
  content: "\ece0"; }

.icon-star-half:before {
  content: "\ece1"; }

.icon-star-full2:before {
  content: "\ece2"; }

.icon-star:before {
  content: "\ece3"; }

.icon-heart:before {
  content: "\ece4"; }

.icon-heart2:before {
  content: "\ece5"; }

.icon-heart3:before {
  content: "\ece6"; }

.icon-heart4:before {
  content: "\ece7"; }

.icon-heart-broken:before {
  content: "\ece8"; }

.icon-heart5:before {
  content: "\ece9"; }

.icon-heart6:before {
  content: "\ecea"; }

.icon-heart-broken2:before {
  content: "\eceb"; }

.icon-heart7:before {
  content: "\ecec"; }

.icon-heart8:before {
  content: "\eced"; }

.icon-heart-broken3:before {
  content: "\ecee"; }

.icon-lips:before {
  content: "\ecef"; }

.icon-lips2:before {
  content: "\ecf0"; }

.icon-thumbs-up:before {
  content: "\ecf1"; }

.icon-thumbs-up2:before {
  content: "\ecf2"; }

.icon-thumbs-down:before {
  content: "\ecf3"; }

.icon-thumbs-down2:before {
  content: "\ecf4"; }

.icon-thumbs-up3:before {
  content: "\ecf5"; }

.icon-thumbs-down3:before {
  content: "\ecf6"; }

.icon-height:before {
  content: "\ecf7"; }

.icon-man:before {
  content: "\ecf8"; }

.icon-woman:before {
  content: "\ecf9"; }

.icon-man-woman:before {
  content: "\ecfa"; }

.icon-male:before {
  content: "\ecfb"; }

.icon-female:before {
  content: "\ecfc"; }

.icon-peace:before {
  content: "\ecfd"; }

.icon-yin-yang:before {
  content: "\ecfe"; }

.icon-happy:before {
  content: "\ecff"; }

.icon-happy2:before {
  content: "\ed00"; }

.icon-smile:before {
  content: "\ed01"; }

.icon-smile2:before {
  content: "\ed02"; }

.icon-tongue:before {
  content: "\ed03"; }

.icon-tongue2:before {
  content: "\ed04"; }

.icon-sad:before {
  content: "\ed05"; }

.icon-sad2:before {
  content: "\ed06"; }

.icon-wink:before {
  content: "\ed07"; }

.icon-wink2:before {
  content: "\ed08"; }

.icon-grin:before {
  content: "\ed09"; }

.icon-grin2:before {
  content: "\ed0a"; }

.icon-cool:before {
  content: "\ed0b"; }

.icon-cool2:before {
  content: "\ed0c"; }

.icon-angry:before {
  content: "\ed0d"; }

.icon-angry2:before {
  content: "\ed0e"; }

.icon-evil:before {
  content: "\ed0f"; }

.icon-evil2:before {
  content: "\ed10"; }

.icon-shocked:before {
  content: "\ed11"; }

.icon-shocked2:before {
  content: "\ed12"; }

.icon-baffled:before {
  content: "\ed13"; }

.icon-baffled2:before {
  content: "\ed14"; }

.icon-confused:before {
  content: "\ed15"; }

.icon-confused2:before {
  content: "\ed16"; }

.icon-neutral:before {
  content: "\ed17"; }

.icon-neutral2:before {
  content: "\ed18"; }

.icon-hipster:before {
  content: "\ed19"; }

.icon-hipster2:before {
  content: "\ed1a"; }

.icon-wondering:before {
  content: "\ed1b"; }

.icon-wondering2:before {
  content: "\ed1c"; }

.icon-sleepy:before {
  content: "\ed1d"; }

.icon-sleepy2:before {
  content: "\ed1e"; }

.icon-frustrated:before {
  content: "\ed1f"; }

.icon-frustrated2:before {
  content: "\ed20"; }

.icon-crying:before {
  content: "\ed21"; }

.icon-crying2:before {
  content: "\ed22"; }

.icon-cursor:before {
  content: "\ed23"; }

.icon-cursor2:before {
  content: "\ed24"; }

.icon-lasso:before {
  content: "\ed25"; }

.icon-lasso2:before {
  content: "\ed26"; }

.icon-select:before {
  content: "\ed27"; }

.icon-select2:before {
  content: "\ed28"; }

.icon-point-up:before {
  content: "\ed29"; }

.icon-point-right:before {
  content: "\ed2a"; }

.icon-point-down:before {
  content: "\ed2b"; }

.icon-point-left:before {
  content: "\ed2c"; }

.icon-pointer:before {
  content: "\ed2d"; }

.icon-reminder:before {
  content: "\ed2e"; }

.icon-drag-left-right:before {
  content: "\ed2f"; }

.icon-drag-left:before {
  content: "\ed30"; }

.icon-drag-right:before {
  content: "\ed31"; }

.icon-touch:before {
  content: "\ed32"; }

.icon-multitouch:before {
  content: "\ed33"; }

.icon-touch-zoom:before {
  content: "\ed34"; }

.icon-touch-pinch:before {
  content: "\ed35"; }

.icon-hand:before {
  content: "\ed36"; }

.icon-grab:before {
  content: "\ed37"; }

.icon-stack-empty:before {
  content: "\ed38"; }

.icon-stack-plus:before {
  content: "\ed39"; }

.icon-stack-minus:before {
  content: "\ed3a"; }

.icon-stack-star:before {
  content: "\ed3b"; }

.icon-stack-picture:before {
  content: "\ed3c"; }

.icon-stack-down:before {
  content: "\ed3d"; }

.icon-stack-up:before {
  content: "\ed3e"; }

.icon-stack-cancel:before {
  content: "\ed3f"; }

.icon-stack-check:before {
  content: "\ed40"; }

.icon-stack-text:before {
  content: "\ed41"; }

.icon-stack-clubs:before {
  content: "\ed42"; }

.icon-stack-spades:before {
  content: "\ed43"; }

.icon-stack-hearts:before {
  content: "\ed44"; }

.icon-stack-diamonds:before {
  content: "\ed45"; }

.icon-stack-user:before {
  content: "\ed46"; }

.icon-stack4:before {
  content: "\ed47"; }

.icon-stack-music:before {
  content: "\ed48"; }

.icon-stack-play:before {
  content: "\ed49"; }

.icon-move:before {
  content: "\ed4a"; }

.icon-dots:before {
  content: "\ed4b"; }

.icon-warning:before {
  content: "\ed4c"; }

.icon-warning2:before {
  content: "\ed4d"; }

.icon-notification:before {
  content: "\ed4e"; }

.icon-notification2:before {
  content: "\ed4f"; }

.icon-question:before {
  content: "\ed50"; }

.icon-question2:before {
  content: "\ed51"; }

.icon-question3:before {
  content: "\ed52"; }

.icon-question4:before {
  content: "\ed53"; }

.icon-question5:before {
  content: "\ed54"; }

.icon-question6:before {
  content: "\ed55"; }

.icon-plus:before {
  content: "\ed56"; }

.icon-minus:before {
  content: "\ed57"; }

.icon-plus2:before {
  content: "\ed58"; }

.icon-minus2:before {
  content: "\ed59"; }

.icon-plus3:before {
  content: "\ed5a"; }

.icon-minus3:before {
  content: "\ed5b"; }

.icon-plus-circle:before {
  content: "\ed5c"; }

.icon-minus-circle:before {
  content: "\ed5d"; }

.icon-plus-circle2:before {
  content: "\ed5e"; }

.icon-minus-circle2:before {
  content: "\ed5f"; }

.icon-info:before {
  content: "\ed60"; }

.icon-info2:before {
  content: "\ed61"; }

.icon-cancel-circle:before {
  content: "\ed62"; }

.icon-cancel-circle2:before {
  content: "\ed63"; }

.icon-blocked:before {
  content: "\ed64"; }

.icon-cancel-square:before {
  content: "\ed65"; }

.icon-cancel-square2:before {
  content: "\ed66"; }

.icon-cancel:before {
  content: "\ed67"; }

.icon-spam:before {
  content: "\ed68"; }

.icon-cross:before {
  content: "\ed69"; }

.icon-cross2:before {
  content: "\ed6a"; }

.icon-cross3:before {
  content: "\ed6b"; }

.icon-checkmark:before {
  content: "\ed6c"; }

.icon-checkmark2:before {
  content: "\ed6d"; }

.icon-checkmark3:before {
  content: "\ed6e"; }

.icon-checkmark4:before {
  content: "\ed6f"; }

.icon-checkmark5:before {
  content: "\ed70"; }

.icon-spell-check:before {
  content: "\ed71"; }

.icon-spell-check2:before {
  content: "\ed72"; }

.icon-enter:before {
  content: "\ed73"; }

.icon-exit:before {
  content: "\ed74"; }

.icon-enter2:before {
  content: "\ed75"; }

.icon-exit2:before {
  content: "\ed76"; }

.icon-enter3:before {
  content: "\ed77"; }

.icon-exit3:before {
  content: "\ed78"; }

.icon-wall:before {
  content: "\ed79"; }

.icon-fence:before {
  content: "\ed7a"; }

.icon-play3:before {
  content: "\ed7b"; }

.icon-pause:before {
  content: "\ed7c"; }

.icon-stop:before {
  content: "\ed7d"; }

.icon-previous:before {
  content: "\ed7e"; }

.icon-next:before {
  content: "\ed7f"; }

.icon-backward:before {
  content: "\ed80"; }

.icon-forward2:before {
  content: "\ed81"; }

.icon-play4:before {
  content: "\ed82"; }

.icon-pause2:before {
  content: "\ed83"; }

.icon-stop2:before {
  content: "\ed84"; }

.icon-backward2:before {
  content: "\ed85"; }

.icon-forward3:before {
  content: "\ed86"; }

.icon-first:before {
  content: "\ed87"; }

.icon-last:before {
  content: "\ed88"; }

.icon-previous2:before {
  content: "\ed89"; }

.icon-next2:before {
  content: "\ed8a"; }

.icon-eject:before {
  content: "\ed8b"; }

.icon-volume-high:before {
  content: "\ed8c"; }

.icon-volume-medium:before {
  content: "\ed8d"; }

.icon-volume-low:before {
  content: "\ed8e"; }

.icon-volume-mute:before {
  content: "\ed8f"; }

.icon-speaker-left:before {
  content: "\ed90"; }

.icon-speaker-right:before {
  content: "\ed91"; }

.icon-volume-mute2:before {
  content: "\ed92"; }

.icon-volume-increase:before {
  content: "\ed93"; }

.icon-volume-decrease:before {
  content: "\ed94"; }

.icon-volume-high2:before {
  content: "\ed95"; }

.icon-volume-medium2:before {
  content: "\ed96"; }

.icon-volume-medium3:before {
  content: "\ed97"; }

.icon-volume-low2:before {
  content: "\ed98"; }

.icon-volume-mute3:before {
  content: "\ed99"; }

.icon-volume-increase2:before {
  content: "\ed9a"; }

.icon-volume-decrease2:before {
  content: "\ed9b"; }

.icon-volume-decrease3:before {
  content: "\ed9c"; }

.icon-volume-5:before {
  content: "\ed9d"; }

.icon-volume-4:before {
  content: "\ed9e"; }

.icon-volume-3:before {
  content: "\ed9f"; }

.icon-volume-2:before {
  content: "\eda0"; }

.icon-volume-1:before {
  content: "\eda1"; }

.icon-volume-0:before {
  content: "\eda2"; }

.icon-volume-mute4:before {
  content: "\eda3"; }

.icon-volume-mute5:before {
  content: "\eda4"; }

.icon-loop:before {
  content: "\eda5"; }

.icon-loop2:before {
  content: "\eda6"; }

.icon-loop3:before {
  content: "\eda7"; }

.icon-infinite-square:before {
  content: "\eda8"; }

.icon-infinite:before {
  content: "\eda9"; }

.icon-infinite2:before {
  content: "\edaa"; }

.icon-loop4:before {
  content: "\edab"; }

.icon-shuffle:before {
  content: "\edac"; }

.icon-shuffle2:before {
  content: "\edad"; }

.icon-wave:before {
  content: "\edae"; }

.icon-wave2:before {
  content: "\edaf"; }

.icon-split:before {
  content: "\edb0"; }

.icon-merge:before {
  content: "\edb1"; }

.icon-first2:before {
  content: "\edb2"; }

.icon-last2:before {
  content: "\edb3"; }

.icon-arrow-up:before {
  content: "\edb4"; }

.icon-arrow-up2:before {
  content: "\edb5"; }

.icon-arrow-up3:before {
  content: "\edb6"; }

.icon-arrow-up4:before {
  content: "\edb7"; }

.icon-arrow-right:before {
  content: "\edb8"; }

.icon-arrow-right2:before {
  content: "\edb9"; }

.icon-arrow-right3:before {
  content: "\edba"; }

.icon-arrow-right4:before {
  content: "\edbb"; }

.icon-arrow-down:before {
  content: "\edbc"; }

.icon-arrow-down2:before {
  content: "\edbd"; }

.icon-arrow-down3:before {
  content: "\edbe"; }

.icon-arrow-down4:before {
  content: "\edbf"; }

.icon-arrow-left:before {
  content: "\edc0"; }

.icon-arrow-left2:before {
  content: "\edc1"; }

.icon-arrow-left3:before {
  content: "\edc2"; }

.icon-arrow-left4:before {
  content: "\edc3"; }

.icon-arrow-up5:before {
  content: "\edc4"; }

.icon-arrow-right5:before {
  content: "\edc5"; }

.icon-arrow-down5:before {
  content: "\edc6"; }

.icon-arrow-left5:before {
  content: "\edc7"; }

.icon-arrow-up-left:before {
  content: "\edc8"; }

.icon-arrow-up6:before {
  content: "\edc9"; }

.icon-arrow-up-right:before {
  content: "\edca"; }

.icon-arrow-right6:before {
  content: "\edcb"; }

.icon-arrow-down-right:before {
  content: "\edcc"; }

.icon-arrow-down6:before {
  content: "\edcd"; }

.icon-arrow-down-left:before {
  content: "\edce"; }

.icon-arrow-left6:before {
  content: "\edcf"; }

.icon-arrow-up-left2:before {
  content: "\edd0"; }

.icon-arrow-up7:before {
  content: "\edd1"; }

.icon-arrow-up-right2:before {
  content: "\edd2"; }

.icon-arrow-right7:before {
  content: "\edd3"; }

.icon-arrow-down-right2:before {
  content: "\edd4"; }

.icon-arrow-down7:before {
  content: "\edd5"; }

.icon-arrow-down-left2:before {
  content: "\edd6"; }

.icon-arrow-left7:before {
  content: "\edd7"; }

.icon-arrow-up-left3:before {
  content: "\edd8"; }

.icon-arrow-up8:before {
  content: "\edd9"; }

.icon-arrow-up-right3:before {
  content: "\edda"; }

.icon-arrow-right8:before {
  content: "\eddb"; }

.icon-arrow-down-right3:before {
  content: "\eddc"; }

.icon-arrow-down8:before {
  content: "\eddd"; }

.icon-arrow-down-left3:before {
  content: "\edde"; }

.icon-arrow-left8:before {
  content: "\eddf"; }

.icon-circle-up:before {
  content: "\ede0"; }

.icon-circle-right:before {
  content: "\ede1"; }

.icon-circle-down:before {
  content: "\ede2"; }

.icon-circle-left:before {
  content: "\ede3"; }

.icon-circle-up2:before {
  content: "\ede4"; }

.icon-circle-right2:before {
  content: "\ede5"; }

.icon-circle-down2:before {
  content: "\ede6"; }

.icon-circle-left2:before {
  content: "\ede7"; }

.icon-circle-up-left:before {
  content: "\ede8"; }

.icon-circle-up3:before {
  content: "\ede9"; }

.icon-circle-up-right:before {
  content: "\edea"; }

.icon-circle-right3:before {
  content: "\edeb"; }

.icon-circle-down-right:before {
  content: "\edec"; }

.icon-circle-down3:before {
  content: "\eded"; }

.icon-circle-down-left:before {
  content: "\edee"; }

.icon-circle-left3:before {
  content: "\edef"; }

.icon-circle-up-left2:before {
  content: "\edf0"; }

.icon-circle-up4:before {
  content: "\edf1"; }

.icon-circle-up-right2:before {
  content: "\edf2"; }

.icon-circle-right4:before {
  content: "\edf3"; }

.icon-circle-down-right2:before {
  content: "\edf4"; }

.icon-circle-down4:before {
  content: "\edf5"; }

.icon-circle-down-left2:before {
  content: "\edf6"; }

.icon-circle-left4:before {
  content: "\edf7"; }

.icon-arrow-resize:before {
  content: "\edf8"; }

.icon-arrow-resize2:before {
  content: "\edf9"; }

.icon-arrow-resize3:before {
  content: "\edfa"; }

.icon-arrow-resize4:before {
  content: "\edfb"; }

.icon-arrow-resize5:before {
  content: "\edfc"; }

.icon-arrow-resize6:before {
  content: "\edfd"; }

.icon-arrow-resize7:before {
  content: "\edfe"; }

.icon-arrow-resize8:before {
  content: "\edff"; }

.icon-square-up-left:before {
  content: "\ee00"; }

.icon-square-up:before {
  content: "\ee01"; }

.icon-square-up-right:before {
  content: "\ee02"; }

.icon-square-right:before {
  content: "\ee03"; }

.icon-square-down-right:before {
  content: "\ee04"; }

.icon-square-down:before {
  content: "\ee05"; }

.icon-square-down-left:before {
  content: "\ee06"; }

.icon-square-left:before {
  content: "\ee07"; }

.icon-arrow-up9:before {
  content: "\ee08"; }

.icon-arrow-right9:before {
  content: "\ee09"; }

.icon-arrow-down9:before {
  content: "\ee0a"; }

.icon-arrow-left9:before {
  content: "\ee0b"; }

.icon-arrow-up10:before {
  content: "\ee0c"; }

.icon-arrow-right10:before {
  content: "\ee0d"; }

.icon-arrow-down10:before {
  content: "\ee0e"; }

.icon-arrow-left10:before {
  content: "\ee0f"; }

.icon-arrow-up-left4:before {
  content: "\ee10"; }

.icon-arrow-up11:before {
  content: "\ee11"; }

.icon-arrow-up-right4:before {
  content: "\ee12"; }

.icon-arrow-right11:before {
  content: "\ee13"; }

.icon-arrow-down-right4:before {
  content: "\ee14"; }

.icon-arrow-down11:before {
  content: "\ee15"; }

.icon-arrow-down-left4:before {
  content: "\ee16"; }

.icon-arrow-left11:before {
  content: "\ee17"; }

.icon-arrow-up-left5:before {
  content: "\ee18"; }

.icon-arrow-up12:before {
  content: "\ee19"; }

.icon-arrow-up-right5:before {
  content: "\ee1a"; }

.icon-arrow-right12:before {
  content: "\ee1b"; }

.icon-arrow-down-right5:before {
  content: "\ee1c"; }

.icon-arrow-down12:before {
  content: "\ee1d"; }

.icon-arrow-down-left5:before {
  content: "\ee1e"; }

.icon-arrow-left12:before {
  content: "\ee1f"; }

.icon-arrow-up13:before {
  content: "\ee20"; }

.icon-arrow-right13:before {
  content: "\ee21"; }

.icon-arrow-down13:before {
  content: "\ee22"; }

.icon-arrow-left13:before {
  content: "\ee23"; }

.icon-arrow-up14:before {
  content: "\ee24"; }

.icon-arrow-right14:before {
  content: "\ee25"; }

.icon-arrow-down14:before {
  content: "\ee26"; }

.icon-arrow-left14:before {
  content: "\ee27"; }

.icon-circle-up5:before {
  content: "\ee28"; }

.icon-circle-right5:before {
  content: "\ee29"; }

.icon-circle-down5:before {
  content: "\ee2a"; }

.icon-circle-left5:before {
  content: "\ee2b"; }

.icon-circle-up6:before {
  content: "\ee2c"; }

.icon-circle-right6:before {
  content: "\ee2d"; }

.icon-circle-down6:before {
  content: "\ee2e"; }

.icon-circle-left6:before {
  content: "\ee2f"; }

.icon-arrow-up15:before {
  content: "\ee30"; }

.icon-arrow-right15:before {
  content: "\ee31"; }

.icon-arrow-down15:before {
  content: "\ee32"; }

.icon-arrow-left15:before {
  content: "\ee33"; }

.icon-arrow-up16:before {
  content: "\ee34"; }

.icon-arrow-right16:before {
  content: "\ee35"; }

.icon-arrow-down16:before {
  content: "\ee36"; }

.icon-arrow-left16:before {
  content: "\ee37"; }

.icon-menu-open:before {
  content: "\ee38"; }

.icon-menu-open2:before {
  content: "\ee39"; }

.icon-menu-close:before {
  content: "\ee3a"; }

.icon-menu-close2:before {
  content: "\ee3b"; }

.icon-enter4:before {
  content: "\ee3c"; }

.icon-enter5:before {
  content: "\ee3d"; }

.icon-esc:before {
  content: "\ee3e"; }

.icon-enter6:before {
  content: "\ee3f"; }

.icon-backspace:before {
  content: "\ee40"; }

.icon-backspace2:before {
  content: "\ee41"; }

.icon-tab:before {
  content: "\ee42"; }

.icon-transmission:before {
  content: "\ee43"; }

.icon-transmission2:before {
  content: "\ee44"; }

.icon-sort:before {
  content: "\ee45"; }

.icon-sort2:before {
  content: "\ee46"; }

.icon-move-up:before {
  content: "\ee47"; }

.icon-move-down:before {
  content: "\ee48"; }

.icon-sort-alpha-asc:before {
  content: "\ee49"; }

.icon-sort-alpha-desc:before {
  content: "\ee4a"; }

.icon-sort-numeric-asc:before {
  content: "\ee4b"; }

.icon-sort-numberic-desc:before {
  content: "\ee4c"; }

.icon-sort-amount-asc:before {
  content: "\ee4d"; }

.icon-sort-amount-desc:before {
  content: "\ee4e"; }

.icon-sort-time-asc:before {
  content: "\ee4f"; }

.icon-sort-time-desc:before {
  content: "\ee50"; }

.icon-battery-6:before {
  content: "\ee51"; }

.icon-battery-5:before {
  content: "\ee52"; }

.icon-battery-4:before {
  content: "\ee53"; }

.icon-battery-3:before {
  content: "\ee54"; }

.icon-battery-2:before {
  content: "\ee55"; }

.icon-battery-1:before {
  content: "\ee56"; }

.icon-battery-0:before {
  content: "\ee57"; }

.icon-battery-charging:before {
  content: "\ee58"; }

.icon-key-keyboard:before {
  content: "\ee59"; }

.icon-key-A:before {
  content: "\ee5a"; }

.icon-key-up:before {
  content: "\ee5b"; }

.icon-key-right:before {
  content: "\ee5c"; }

.icon-key-down:before {
  content: "\ee5d"; }

.icon-key-left:before {
  content: "\ee5e"; }

.icon-command:before {
  content: "\ee5f"; }

.icon-shift:before {
  content: "\ee60"; }

.icon-ctrl:before {
  content: "\ee61"; }

.icon-opt:before {
  content: "\ee62"; }

.icon-checkbox-checked:before {
  content: "\ee63"; }

.icon-checkbox-unchecked:before {
  content: "\ee64"; }

.icon-checkbox-partial:before {
  content: "\ee65"; }

.icon-square:before {
  content: "\ee66"; }

.icon-triangle:before {
  content: "\ee67"; }

.icon-triangle2:before {
  content: "\ee68"; }

.icon-diamond3:before {
  content: "\ee69"; }

.icon-diamond4:before {
  content: "\ee6a"; }

.icon-checkbox-checked2:before {
  content: "\ee6b"; }

.icon-checkbox-unchecked2:before {
  content: "\ee6c"; }

.icon-checkbox-partial2:before {
  content: "\ee6d"; }

.icon-radio-checked:before {
  content: "\ee6e"; }

.icon-radio-checked2:before {
  content: "\ee6f"; }

.icon-radio-unchecked:before {
  content: "\ee70"; }

.icon-toggle-on:before {
  content: "\ee71"; }

.icon-toggle-off:before {
  content: "\ee72"; }

.icon-checkmark-circle:before {
  content: "\ee73"; }

.icon-circle:before {
  content: "\ee74"; }

.icon-circle2:before {
  content: "\ee75"; }

.icon-circles:before {
  content: "\ee76"; }

.icon-circles2:before {
  content: "\ee77"; }

.icon-crop:before {
  content: "\ee78"; }

.icon-crop2:before {
  content: "\ee79"; }

.icon-make-group:before {
  content: "\ee7a"; }

.icon-ungroup:before {
  content: "\ee7b"; }

.icon-vector:before {
  content: "\ee7c"; }

.icon-vector2:before {
  content: "\ee7d"; }

.icon-rulers:before {
  content: "\ee7e"; }

.icon-ruler:before {
  content: "\ee7f"; }

.icon-pencil-ruler:before {
  content: "\ee80"; }

.icon-scissors:before {
  content: "\ee81"; }

.icon-scissors2:before {
  content: "\ee82"; }

.icon-scissors3:before {
  content: "\ee83"; }

.icon-haircut:before {
  content: "\ee84"; }

.icon-comb:before {
  content: "\ee85"; }

.icon-filter:before {
  content: "\ee86"; }

.icon-filter2:before {
  content: "\ee87"; }

.icon-filter3:before {
  content: "\ee88"; }

.icon-filter4:before {
  content: "\ee89"; }

.icon-font:before {
  content: "\ee8a"; }

.icon-ampersand:before {
  content: "\ee8b"; }

.icon-ligature:before {
  content: "\ee8c"; }

.icon-ligature2:before {
  content: "\ee8d"; }

.icon-font-size:before {
  content: "\ee8e"; }

.icon-typography:before {
  content: "\ee8f"; }

.icon-text-height:before {
  content: "\ee90"; }

.icon-text-width:before {
  content: "\ee91"; }

.icon-height2:before {
  content: "\ee92"; }

.icon-width:before {
  content: "\ee93"; }

.icon-bold:before {
  content: "\ee94"; }

.icon-underline:before {
  content: "\ee95"; }

.icon-italic:before {
  content: "\ee96"; }

.icon-strikethrough:before {
  content: "\ee97"; }

.icon-strikethrough2:before {
  content: "\ee98"; }

.icon-font-size2:before {
  content: "\ee99"; }

.icon-bold2:before {
  content: "\ee9a"; }

.icon-underline2:before {
  content: "\ee9b"; }

.icon-italic2:before {
  content: "\ee9c"; }

.icon-strikethrough3:before {
  content: "\ee9d"; }

.icon-omega:before {
  content: "\ee9e"; }

.icon-sigma:before {
  content: "\ee9f"; }

.icon-nbsp:before {
  content: "\eea0"; }

.icon-page-break:before {
  content: "\eea1"; }

.icon-page-break2:before {
  content: "\eea2"; }

.icon-superscript:before {
  content: "\eea3"; }

.icon-subscript:before {
  content: "\eea4"; }

.icon-superscript2:before {
  content: "\eea5"; }

.icon-subscript2:before {
  content: "\eea6"; }

.icon-text-color:before {
  content: "\eea7"; }

.icon-highlight:before {
  content: "\eea8"; }

.icon-pagebreak:before {
  content: "\eea9"; }

.icon-clear-formatting:before {
  content: "\eeaa"; }

.icon-table:before {
  content: "\eeab"; }

.icon-table2:before {
  content: "\eeac"; }

.icon-insert-template:before {
  content: "\eead"; }

.icon-pilcrow:before {
  content: "\eeae"; }

.icon-ltr:before {
  content: "\eeaf"; }

.icon-rtl:before {
  content: "\eeb0"; }

.icon-ltr2:before {
  content: "\eeb1"; }

.icon-rtl2:before {
  content: "\eeb2"; }

.icon-section:before {
  content: "\eeb3"; }

.icon-paragraph-left:before {
  content: "\eeb4"; }

.icon-paragraph-center:before {
  content: "\eeb5"; }

.icon-paragraph-right:before {
  content: "\eeb6"; }

.icon-paragraph-justify:before {
  content: "\eeb7"; }

.icon-paragraph-left2:before {
  content: "\eeb8"; }

.icon-paragraph-center2:before {
  content: "\eeb9"; }

.icon-paragraph-right2:before {
  content: "\eeba"; }

.icon-paragraph-justify2:before {
  content: "\eebb"; }

.icon-indent-increase:before {
  content: "\eebc"; }

.icon-indent-decrease:before {
  content: "\eebd"; }

.icon-paragraph-left3:before {
  content: "\eebe"; }

.icon-paragraph-center3:before {
  content: "\eebf"; }

.icon-paragraph-right3:before {
  content: "\eec0"; }

.icon-paragraph-justify3:before {
  content: "\eec1"; }

.icon-indent-increase2:before {
  content: "\eec2"; }

.icon-indent-decrease2:before {
  content: "\eec3"; }

.icon-share:before {
  content: "\eec4"; }

.icon-share2:before {
  content: "\eec5"; }

.icon-new-tab:before {
  content: "\eec6"; }

.icon-new-tab2:before {
  content: "\eec7"; }

.icon-popout:before {
  content: "\eec8"; }

.icon-embed:before {
  content: "\eec9"; }

.icon-embed2:before {
  content: "\eeca"; }

.icon-markup:before {
  content: "\eecb"; }

.icon-regexp:before {
  content: "\eecc"; }

.icon-regexp2:before {
  content: "\eecd"; }

.icon-code:before {
  content: "\eece"; }

.icon-circle-css:before {
  content: "\eecf"; }

.icon-circle-code:before {
  content: "\eed0"; }

.icon-terminal:before {
  content: "\eed1"; }

.icon-unicode:before {
  content: "\eed2"; }

.icon-seven-segment-0:before {
  content: "\eed3"; }

.icon-seven-segment-1:before {
  content: "\eed4"; }

.icon-seven-segment-2:before {
  content: "\eed5"; }

.icon-seven-segment-3:before {
  content: "\eed6"; }

.icon-seven-segment-4:before {
  content: "\eed7"; }

.icon-seven-segment-5:before {
  content: "\eed8"; }

.icon-seven-segment-6:before {
  content: "\eed9"; }

.icon-seven-segment-7:before {
  content: "\eeda"; }

.icon-seven-segment-8:before {
  content: "\eedb"; }

.icon-seven-segment-9:before {
  content: "\eedc"; }

.icon-share3:before {
  content: "\eedd"; }

.icon-share4:before {
  content: "\eede"; }

.icon-mail:before {
  content: "\eedf"; }

.icon-mail2:before {
  content: "\eee0"; }

.icon-mail3:before {
  content: "\eee1"; }

.icon-mail4:before {
  content: "\eee2"; }

.icon-google:before {
  content: "\eee3"; }

.icon-google-plus:before {
  content: "\eee4"; }

.icon-google-plus2:before {
  content: "\eee5"; }

.icon-google-plus3:before {
  content: "\eee6"; }

.icon-google-drive:before {
  content: "\eee7"; }
/*.icon-facebook:before {
 content: "\eee8";
 }*/
.icon-facebook2:before {
  content: "\eee9"; }

.icon-facebook3:before {
  content: "\eeea"; }

.icon-ello:before {
  content: "\eeeb"; }

.icon-instagram:before {
  content: "\eeec"; }
/*.icon-twitter:before {
 content: "\eeed";
 }*/
.icon-twitter2:before {
  content: "\eeee"; }

.icon-twitter3:before {
  content: "\eeef"; }

.icon-feed2:before {
  content: "\eef0"; }

.icon-feed3:before {
  content: "\eef1"; }

.icon-feed4:before {
  content: "\eef2"; }

.icon-youtube:before {
  content: "\eef3"; }

.icon-youtube2:before {
  content: "\eef4"; }

.icon-youtube3:before {
  content: "\eef5"; }

.icon-youtube4:before {
  content: "\eef6"; }

.icon-twitch:before {
  content: "\eef7"; }

.icon-vimeo:before {
  content: "\eef8"; }

.icon-vimeo2:before {
  content: "\eef9"; }

.icon-vimeo3:before {
  content: "\eefa"; }

.icon-lanyrd:before {
  content: "\eefb"; }

.icon-flickr:before {
  content: "\eefc"; }

.icon-flickr2:before {
  content: "\eefd"; }

.icon-flickr3:before {
  content: "\eefe"; }

.icon-flickr4:before {
  content: "\eeff"; }

.icon-picassa:before {
  content: "\ef00"; }

.icon-picassa2:before {
  content: "\ef01"; }

.icon-dribbble:before {
  content: "\ef02"; }

.icon-dribbble2:before {
  content: "\ef03"; }

.icon-dribbble3:before {
  content: "\ef04"; }

.icon-forrst:before {
  content: "\ef05"; }

.icon-forrst2:before {
  content: "\ef06"; }

.icon-deviantart:before {
  content: "\ef07"; }

.icon-deviantart2:before {
  content: "\ef08"; }

.icon-steam:before {
  content: "\ef09"; }

.icon-steam2:before {
  content: "\ef0a"; }

.icon-dropbox:before {
  content: "\ef0b"; }

.icon-onedrive:before {
  content: "\ef0c"; }

.icon-github:before {
  content: "\ef0d"; }

.icon-github2:before {
  content: "\ef0e"; }

.icon-github3:before {
  content: "\ef0f"; }

.icon-github4:before {
  content: "\ef10"; }

.icon-github5:before {
  content: "\ef11"; }

.icon-wordpress:before {
  content: "\ef12"; }

.icon-wordpress2:before {
  content: "\ef13"; }

.icon-joomla:before {
  content: "\ef14"; }

.icon-blogger:before {
  content: "\ef15"; }

.icon-blogger2:before {
  content: "\ef16"; }

.icon-tumblr:before {
  content: "\ef17"; }

.icon-tumblr2:before {
  content: "\ef18"; }

.icon-yahoo:before {
  content: "\ef19"; }

.icon-tux:before {
  content: "\ef1a"; }

.icon-apple2:before {
  content: "\ef1b"; }

.icon-finder:before {
  content: "\ef1c"; }

.icon-android:before {
  content: "\ef1d"; }

.icon-windows:before {
  content: "\ef1e"; }

.icon-windows8:before {
  content: "\ef1f"; }

.icon-soundcloud:before {
  content: "\ef20"; }

.icon-soundcloud2:before {
  content: "\ef21"; }

.icon-skype:before {
  content: "\ef22"; }

.icon-reddit:before {
  content: "\ef23"; }

.icon-linkedin:before {
  content: "\ef24"; }

.icon-linkedin2:before {
  content: "\ef25"; }

.icon-lastfm:before {
  content: "\ef26"; }

.icon-lastfm2:before {
  content: "\ef27"; }

.icon-delicious:before {
  content: "\ef28"; }

.icon-stumbleupon:before {
  content: "\ef29"; }

.icon-stumbleupon2:before {
  content: "\ef2a"; }

.icon-stackoverflow:before {
  content: "\ef2b"; }

.icon-pinterest:before {
  content: "\ef2c"; }

.icon-pinterest2:before {
  content: "\ef2d"; }

.icon-xing:before {
  content: "\ef2e"; }

.icon-xing2:before {
  content: "\ef2f"; }

.icon-flattr:before {
  content: "\ef30"; }

.icon-foursquare:before {
  content: "\ef31"; }

.icon-paypal:before {
  content: "\ef32"; }

.icon-paypal2:before {
  content: "\ef33"; }

.icon-paypal3:before {
  content: "\ef34"; }

.icon-yelp:before {
  content: "\ef35"; }

.icon-file-pdf:before {
  content: "\ef36"; }

.icon-file-openoffice:before {
  content: "\ef37"; }

.icon-file-word:before {
  content: "\ef38"; }

.icon-file-excel:before {
  content: "\ef39"; }

.icon-libreoffice:before {
  content: "\ef3a"; }

.icon-html5:before {
  content: "\ef3b"; }

.icon-html52:before {
  content: "\ef3c"; }

.icon-css3:before {
  content: "\ef3d"; }

.icon-git:before {
  content: "\ef3e"; }

.icon-svg:before {
  content: "\ef3f"; }

.icon-codepen:before {
  content: "\ef40"; }

.icon-chrome:before {
  content: "\ef41"; }

.icon-firefox:before {
  content: "\ef42"; }

.icon-IE:before {
  content: "\ef43"; }

.icon-opera:before {
  content: "\ef44"; }

.icon-safari:before {
  content: "\ef45"; }

.icon-IcoMoon:before {
  content: "\ef46"; }

.icon.icon-performance-log:before {
  content: "\eb8c"; }

.main-tooltip {
  display: none;
  position: absolute;
  z-index: 10000;
  text-align: left;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal; }

.main-tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-color: transparent;
  border-style: solid; }

.main-tooltip .arrow.top {
  top: 100%;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.main-tooltip .arrow.right {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.main-tooltip .arrow.bottom {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.main-tooltip .arrow.left {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.main-tooltip .content {
  display: block;
  color: #fff;
  text-align: left;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  word-break: break-word;
  /* Force tooltip style */
  padding: 5px 10px;
  font-family: "muli"; }

.admin .queryLog .logBlock table.fixedtop td, .admin .performanceLog .logBlock table.fixedtop td, .admin .queryLog .logBlock table.fixedtop th, .admin .performanceLog .logBlock table.fixedtop th {
  min-width: auto;
  max-width: none; }
  .admin .queryLog .logBlock a.jsLogAction, .admin .performanceLog .logBlock a.jsLogAction {
    display: inline-block;
    margin: 0px 5px 0px 5px; }
  .admin .queryLog .jsTip:hover .main-tooltip, .admin .performanceLog .jsTip:hover .main-tooltip {
    display: block;
    top: 100%;
    white-space: nowrap; }
  .admin .queryLog .legend, .admin .performanceLog .legend {
    border: 1px solid black;
    display: inline-block;
    padding: 5px;
    margin-bottom: 20px;
    margin-right: 20px; }
  .admin .queryLog .legend .row div, .admin .performanceLog .legend .row div {
    display: inline-block; }
  .admin .queryLog .legend .box, .admin .performanceLog .legend .box {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px; }
  .admin .queryLog .legend .colorGood, .admin .performanceLog .legend .colorGood {
    background: #090; }
  .admin .queryLog .legend .colorNeutral, .admin .performanceLog .legend .colorNeutral {
    background: #000; }
  .admin .queryLog .legend .colorNotGood, .admin .performanceLog .legend .colorNotGood {
    background: #ff8000; }
  .admin .queryLog .legend .colorBad, .admin .performanceLog .legend .colorBad {
    background: #f00; }
  .admin .queryLog a.btn.btn-success:hover, .admin .performanceLog a.btn.btn-success:hover, .admin .queryLog .btn.btn-success:hover, .admin .performanceLog .btn.btn-success:hover, .admin .queryLog a.btn.btn-success.active, .admin .performanceLog a.btn.btn-success.active, .admin .queryLog .btn.btn-success.active, .admin .performanceLog .btn.btn-success.active {
    background-color: #5dbb5c; }
  .admin .queryLog a.btn.btn-success, .admin .performanceLog a.btn.btn-success, .admin .queryLog .btn.btn-success, .admin .performanceLog .btn.btn-success {
    background-color: #81ca80;
    border-color: #5dbb5c; }
  .admin .queryLog a.btn.btn-inline, .admin .performanceLog a.btn.btn-inline, .admin .queryLog .btn.btn-inline, .admin .performanceLog .btn.btn-inline {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    font-family: "Source Sans Pro"; }
  .admin .queryLog a, .admin .performanceLog a, .admin .queryLog a:link, .admin .performanceLog a:link, .admin .queryLog a:visited, .admin .performanceLog a:visited {
    color: #777;
    text-decoration: none; }
  .admin .queryLog .page-block .page-body, .admin .performanceLog .page-block .page-body {
    position: relative;
    padding: 15px; }
  .admin .queryLog .logRows td .icon, .admin .performanceLog .logRows td .icon {
    margin: 0 5px; }
  .admin .queryLog table.datatbl, .admin .performanceLog table.datatbl {
    border: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px; }
    .admin .queryLog table.datatbl .bg-warning, .admin .performanceLog table.datatbl .bg-warning {
      background-color: #fe8d45 !important; }
    .admin .queryLog table.datatbl .bg-danger, .admin .performanceLog table.datatbl .bg-danger {
      background-color: #e96562 !important; }
    .admin .queryLog table.datatbl .bg-success, .admin .performanceLog table.datatbl .bg-success {
      background-color: #81ca80 !important; }
    .admin .queryLog table.datatbl th, .admin .performanceLog table.datatbl th {
      font-size: 1rem;
      padding: 15px 5px;
      text-align: left;
      vertical-align: bottom;
      font-family: "muli-bold";
      background: #f9f9f9;
      cursor: pointer;
      padding-left: 15px;
      white-space: nowrap;
      border-collapse: collapse;
      border: 1px solid #ddd;
      border-top-color: #ddd;
      border-top-style: solid;
      border-top-width: 1px; }
      .admin .queryLog table.datatbl th div, .admin .performanceLog table.datatbl th div {
        display: inline-block;
        min-width: 10px; }
      .admin .queryLog table.datatbl th.sorted div, .admin .performanceLog table.datatbl th.sorted div {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #007bff transparent; }
      .admin .queryLog table.datatbl th.sortedInverse div, .admin .performanceLog table.datatbl th.sortedInverse div {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #007bff transparent transparent transparent; }
    .admin .queryLog table.datatbl th:first-child, .admin .performanceLog table.datatbl th:first-child, .admin .queryLog table.datatbl td:first-child, .admin .performanceLog table.datatbl td:first-child {
      min-width: 300px;
      max-width: 300px;
      white-space: normal;
      word-break: break-word; }
    .admin .queryLog table.datatbl.dbTable .nr, .admin .performanceLog table.datatbl.dbTable .nr {
      max-width: 60px;
      min-width: 60px; }
      .admin .queryLog table.datatbl.dbTable th.query, .admin .performanceLog table.datatbl.dbTable th.query {
        max-width: 600px;
        min-width: 600px; }
      .admin .queryLog table.datatbl.dbTable td.query, .admin .performanceLog table.datatbl.dbTable td.query {
        max-width: 600px;
        min-width: 600px;
        text-align: left; }
      .admin .queryLog table.datatbl.dbTable th.path, .admin .performanceLog table.datatbl.dbTable th.path, .admin .queryLog table.datatbl.dbTable td.path, .admin .performanceLog table.datatbl.dbTable td.path {
        width: 300px !important;
        max-width: 300px !important;
        min-width: 300px !important; }
    .admin .queryLog table.datatbl td, .admin .performanceLog table.datatbl td {
      font-size: 1rem;
      padding: 15px 5px;
      position: relative;
      border-collapse: collapse;
      border: 1px solid #ddd;
      border-top-color: #ddd;
      border-top-style: solid;
      border-top-width: 1px; }
      .admin .queryLog table.datatbl td .diff, .admin .performanceLog table.datatbl td .diff {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 10px;
        font-size: 0.625rem;
        padding: 1px 2px;
        min-width: 30px;
        color: #fff; }
      .admin .queryLog table.datatbl td .truncQuery, .admin .performanceLog table.datatbl td .truncQuery {
        display: none; }
      .admin .queryLog table.datatbl td .fullQuery, .admin .performanceLog table.datatbl td .fullQuery {
        font-family: monospace;
        max-height: 2.8em;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .admin .queryLog table.datatbl td .fullQuery.show, .admin .performanceLog table.datatbl td .fullQuery.show {
        max-height: 45em;
        overflow: auto;
        white-space: pre; }
  .admin .queryLog table.fixedtop thead, .admin .performanceLog table.fixedtop thead {
    display: block;
    width: 100%; }
    .admin .queryLog table.fixedtop tbody, .admin .performanceLog table.fixedtop tbody {
      display: block;
      width: 100%;
      height: 470px;
      overflow: auto; }
    .admin .queryLog table.fixedtop td, .admin .performanceLog table.fixedtop td, .admin .queryLog table.fixedtop th:not(:first-child), .admin .performanceLog table.fixedtop th:not(:first-child) {
      min-width: 120px;
      max-width: 120px; }
  .admin .queryLog .performanceLogHeader, .admin .performanceLog .performanceLogHeader {
    display: inline-block; }
  .admin .queryLog .performanceLogHeader h1, .admin .performanceLog .performanceLogHeader h1 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: bold; }
  .admin .queryLog .performanceLogHeader #datepicker, .admin .performanceLog .performanceLogHeader #datepicker {
    width: 142px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    display: inline;
    font-weight: bold;
    font-family: "Lato-Regular";
    cursor: pointer;
    text-decoration: underline;
    font-size: 25px;
    font-size: 1.5625rem; }
  .admin .queryLog .performanceLogHeader span, .admin .performanceLog .performanceLogHeader span {
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: baseline; }
  .admin .queryLog .performanceLog .page-block .page-body, .admin .performanceLog .performanceLog .page-block .page-body {
    overflow-x: auto; }
  .admin .queryLog .queryLog .tableDiv, .admin .performanceLog .queryLog .tableDiv {
    margin-top: 15px; }
  .admin .queryLog .queryLog div.logRow, .admin .performanceLog .queryLog div.logRow {
    padding: 5px 0;
    line-height: 26px; }
  .admin .queryLog .queryLog .logRows td, .admin .performanceLog .queryLog .logRows td {
    padding: 5px;
    line-height: 26px; }
    .admin .queryLog .queryLog .logRows td:first-child, .admin .performanceLog .queryLog .logRows td:first-child {
      padding-left: 0; }
    .admin .queryLog .queryLog .logRows td .icon, .admin .performanceLog .queryLog .logRows td .icon {
      margin: 0 5px; }
  .admin .queryLog .queryLog .explainTable th, .admin .performanceLog .queryLog .explainTable th, .admin .queryLog .queryLog .explainTable td, .admin .performanceLog .queryLog .explainTable td {
    padding: 5px; }
    .admin .queryLog .queryLog .explainTable i, .admin .performanceLog .queryLog .explainTable i {
      opacity: 0.7; }
  .admin .queryLog .queryLog .explainQuery, .admin .performanceLog .queryLog .explainQuery {
    width: 100%;
    height: 10em;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: auto;
    font-family: monospace; }
  .admin .queryLog .queryLog .page-body .jsGroupReport, .admin .performanceLog .queryLog .page-body .jsGroupReport {
    float: right;
    margin-top: -25px; }
  .admin .queryLog .performanceLogOptions, .admin .performanceLog .performanceLogOptions {
    display: inline-block;
    max-width: 340px;
    margin-left: 5px; }
  .admin .queryLog .performanceLogOptions .intro, .admin .performanceLog .performanceLogOptions .intro {
    margin-bottom: 10px; }
  .admin .queryLog .queryLogIntro, .admin .performanceLog .queryLogIntro {
    overflow: hidden; }
  .admin .queryLog .logBlock, .admin .performanceLog .logBlock {
    display: inline-block; }
  .admin .queryLog .logBlock.archived, .admin .performanceLog .logBlock.archived {
    float: right; }
  .admin .queryLog .table-responsive, .admin .performanceLog .table-responsive {
    overflow-x: auto; }
/* Body */
body.setBackground {
  background: url('img/dark-bg-v2.jpg');
  margin: 0;
  background-size: cover; }
/* Header */
.header {
  height: 630px;
  text-align: center;
  position: relative;
  margin-bottom: 50px; }

.header-image {
  background-size: cover;
  background-position: center top; }

.profile-header {
  height: 105px; }

.top-header .profile-header-logo {
  position: absolute; }

.top-header .profile-link {
  width: 580px;
  margin: auto;
  text-align: right;
  padding-top: 40px; }

.top-header .profile-link .profile-icon-link {
  display: inline-block;
  cursor: pointer; }

.top-header .profile-icon-link .link-text {
  display: inline-block;
  font-size: 12px;
  font-family: 'Source Sans Pro';
  color: #fff;
  text-decoration: underline; }

.potlood-icon {
  background: url('img/potlood-icon-white.png');
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 11px; }

.editIcon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: none center no-repeat;
  background-size: cover; }

.editIcon.edit.orange {
  background-image: url(img/edit_orange.png); }

.editIcon.remove.orange {
  background-image: url(img/remove_orange.png); }

.top-header .profile-back {
  padding-top: 40px;
  display: inline-block;
  margin-left: calc(50% - 290px); }

.top-header .faq-back {
  padding: 12px 0 0 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px; }

@media screen and (max-width: 320px) {
  .top-header .faq-back {
    padding: 5px 0 0 0; } }

@media screen and (min-width: 768px) {
  .top-header .faq-back {
    padding: 20px 0 0 20px;
    position: relative; } }

.top-header .profile-icon-back {
  display: inline-block;
  cursor: pointer; }

.top-header .profile-icon-back .arrow-back-icon {
  display: inline-block;
  height: 16px;
  width: 9px;
  background-image: url('img/orange-arrow-back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 2px 7px 0 0;
  float: left; }

.top-header .profile-icon-back .arrow-back-text {
  display: inline-block;
  font-size: 15px;
  font-family: 'Source Sans Pro';
  color: #fff; }
/* Container */
.container {
  display: block;
  width: 700px;
  position: relative;
  text-align: center;
  margin: 0 auto; }

.container-outer {
  display: block;
  width: 410px;
  text-align: center;
  margin: 0 auto; }

@media screen and (max-width: 414px) {
  body > .container-outer, body > .wrapper.home {
    height: calc(100% - 45px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100vw; }

  .werkvorm-lint {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

.expanding-list {
  display: block;
  margin-bottom: 80px; }

.container-outer .padding-extend {
  padding: 0; }

.container-outer.smaller {
  width: 340px; }

.container-outer.wider {
  width: 580px; }

.container-outer .title {
  font-size: 45px;
  color: white;
  margin-bottom: 40px;
  font-family: "ChunkFive"; }

.container-outer .subtitle {
  font-size: 20px;
  color: white;
  font-family: "ChunkFive"; }

.container-outer .delLink {
  margin-top: 50px;
  border-top: 1px dashed white; }

.container-outer .delLink .link-text {
  font-size: 17px;
  font-family: 'Source Sans Pro';
  color: #fff;
  margin: 20px 0 0px;
  cursor: pointer;
  text-decoration: underline;
  padding-bottom: 30px; }

.container-outer .intro {
  padding: 0 50px;
  margin-bottom: 50px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  color: #fff; }

.container-outer .container-inner .intro {
  padding: 0;
  margin-bottom: 0;
  text-align: center; }

.container-outer table h2 {
  margin: 5px 0 0px; }

.container-outer table .no-border .subtitle {
  margin-top: 5px; }

.container-outer table .borderTop .subtitle {
  margin-top: 25px; }

.container-inner {
  display: block;
  width: 280px;
  text-align: center;
  margin: 0px auto;
  position: relative; }

.container-inner.smaller {
  width: 240px; }

.profile-item {
  border: 2px solid white;
  border-radius: 5px;
  height: 60px;
  cursor: pointer;
  margin: 25px 10px 0px;
  font-size: 0px; }

.profile-item .items {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-family: "ChunkFive";
  color: #fff; }

.profile-item .items.active {
  background-color: #ff6300; }

.profile-message {
  display: none; }

.profile-message.active {
  display: block;
  margin: 0 10px; }

.profile-messages {
  padding: 20px 30px;
  border-bottom: 2px solid #4b4b4b;
  text-align: left;
  display: block; }

.profile-messages:last-child {
  border-bottom: none; }

.profile-messages .message-image-overlay {
  display: inline-block;
  height: 54px;
  width: 64px;
  position: relative; }

.profile-messages .message-avatar img {
  border-radius: 50%; }

.profile-messages .message-avatar {
  height: 54px;
  width: 54px;
  display: inline-block;
  position: absolute; }

.profile-messages .message-icon {
  background: url('img/profile-message-icon.png');
  display: inline-block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 0; }

.profile-messages .like-icon {
  background: url('img/profile-like-icon.png');
  display: inline-block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 0; }

.profile-messages .message-text {
  display: inline-block;
  padding-left: 20px;
  padding-top: 3px;
  width: calc(100% - 70px); }

.profile-messages .message-text strong {
  font-size: 16px;
  font-family: 'Source Sans Pro'; }

.profile-messages .message-text div {
  font-size: 16px;
  font-family: 'Source Sans Pro';
  color: #fff; }

.profile-photo {
  display: none; }

.profile-photo.active {
  display: block; }

.profile-photo .items {
  padding: 20px 0 10px;
  margin: 0px 10px; }

.profile-photo .media-grid {
  padding: 0; }

.profile-photo .media-grid .grid-item {
  width: 170px;
  height: 148px;
  margin: 10px; }

.profile-photo .media-grid .image {
  position: absolute; }

.profile-photo .media-grid label.styled {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  bottom: 10px;
  margin: 0; }

.profile-photo .media-grid label.styled [type="checkbox"] + span {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid gray; }

.profile-photo .media-grid label.styled:not(.media-checkbox) [type="checkbox"]:checked + span:after {
  width: 26px;
  height: 26px; }

.useraction {
  display: block;
  width: 300px;
  height: 735px;
  margin: auto;
  /*
   background: url('img/homepage-background.jpg');
   background-position: center top;
   -webkit-box-shadow: 0 0 10px 2px black;
   -moz-box-shadow: 0 0 10px 2px black;
   box-shadow: 0 0 10px 2px black;
   */ }

.useraction .noaccount {
  color: white;
  font-size: 24px;
  margin: 70px 0px 16px 0px; }

.container-login .login-video {
  -webkit-box-shadow: 0 50px 50px -45px black;
  -moz-box-shadow: 0 50px 50px -45px black;
  box-shadow: 0 50px 50px -45px black; }

.useraction .topaction {
  width: 100%; }

.useraction .topaction .tagline {
  background: url('img/slagersPassie-Logo-wit.png') no-repeat center;
  background-size: cover;
  height: 53px;
  width: 240px;
  margin: auto;
  margin-bottom: 15px; }
/* Logo */
.useraction .topaction .logo {
  background-image: url('img/header-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 127px;
  height: 91px;
  margin: 40px auto 18px; }

.facebook-button {
  background-image: url('img/facebook-button.png');
  background-size: cover;
  height: 63px;
  width: 100%;
  cursor: pointer;
  display: block; }

.useraction .bodyaction {
  display: none;
  position: relative; }

.useraction .bodyaction.active {
  margin: auto;
  display: block; }

.container-inner table.inputs {
  border-collapse: separate;
  margin: 0px auto;
  border-spacing: 0 20px; }

.container-inner table.inputs tr td {
  display: block;
  border-radius: 5px;
  border: 1px solid white; }

.container-inner table.inputs tr td .zip {
  display: inline-block;
  width: 171px;
  border-radius: 5px;
  border: 1px solid white;
  margin-right: 10px; }

.container-inner table.inputs tr td .number {
  display: inline-block;
  width: 106px;
  border-radius: 5px;
  border: 1px solid white; }

.container-inner table.inputs tr td .number input[type="text"] {
  width: 93px; }

.container-inner table.inputs tr td .zip input[type="text"] {
  width: 146px; }

.container-inner table.inputs tr .popupRow {
  display: block;
  border-radius: 5px;
  border: none;
  background: #ff6300; }

.container-inner table.inputs tr .popupRow span {
  color: white; }

.container-inner table.inputs tr td span.tagline {
  position: absolute;
  top: 0;
  left: 0;
  color: orange;
  font-size: 12px;
  margin: 2px;
  margin-left: 6px;
  font-family: 'Source Sans Pro'; }

.container-inner table.inputs tr td .number span {
  left: 183px; }

.container-inner table.inputs tr td .passwImage {
  position: absolute;
  top: 48px;
  left: 40px;
  height: 4px;
  width: 189px; }

.container-inner table.inputs tr td .passwImage2 {
  position: absolute;
  top: 16px;
  left: 245px;
  height: 24px;
  width: 24px; }

.container-inner table.inputs tr td input[type="text"] {
  background: transparent;
  border: none;
  font-size: 17px;
  color: #fff;
  /*margin: 18px 6px;*/
  margin: 22px 6px 14px;
  padding: 0;
  width: 266px;
  font-family: 'Source Sans Pro'; }

.container-inner table.inputs tr td input[type="text"].popup-placeholder {
  text-transform: uppercase;
  text-align: center;
  margin: 18px 6px; }

.container-inner table.inputs tr td input[type="submit"], .container-inner table.inputs tr td input[type="button"], input.submitBtn[type="button"] {
  border: none;
  height: 60px;
  width: 280px;
  color: white;
  cursor: pointer;
  background: #ff6300;
  border-radius: 5px;
  font-family: "ChunkFive";
  font-size: 17px;
  -webkit-appearance: none; }

.change-pass span.introTitle {
  margin-bottom: 20px;
  display: block; }

.container-inner table.inputs tr td input[readonly=""] {
  cursor: pointer; }

.container-inner table.inputs input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
  margin: 0px 15px 0px 0px; }

.bodyaction .intro {
  padding: 0 20px;
  font-size: 14px;
  font-family: 'Source Sans Pro';
  margin-bottom: 20px;
  line-height: 25px;
  color: #fff; }

.bodyaction table.inputs {
  border-collapse: separate;
  border-spacing: 0px 7px;
  width: 100%;
  margin: auto; }

.bodyaction table.inputs tr td {
  background-color: #1e1e1e;
  border: 1px solid #424242;
  padding: 0;
  border-radius: 5px;
  border-collapse: collapse; }

.bodyaction table.inputs tr td input {
  background: transparent;
  border: none;
  margin: 5px 0px 26px;
  width: 100%;
  padding: 7px 3px; }
/* Popup */
.popup-window.slimmer {
  max-height: 760px; }

.popup-window .container-outer.test {
  width: 320px; }

.popup-search input {
  font-size: 18px;
  margin: 11px 0px 11px 20px;
  float: left;
  width: 199px;
  color: #9f9f9f;
  padding: 7px; }

.popup-search .icon {
  background-image: url('img/search-icon-orange.png');
  height: 27px;
  width: 27px;
  float: right;
  margin: 15px; }

.popup-search {
  display: block;
  border-radius: 10px;
  border: 2px solid #c6c6c6;
  height: 60px;
  margin: 20px 0; }

.selectOptions {
  border: 2px solid #c6c6c6;
  border-radius: 10px; }

.selectOptions .optionTitle {
  height: 60px;
  background-color: #ff7d00;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
  color: white; }

.selectOptions .options {
  overflow: auto;
  max-height: 360px; }

.selectOptions .options .option {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
  border-top: 2px solid #c6c6c6;
  color: #9f9f9f;
  text-align: left;
  padding-left: 20px;
  white-space: nowrap; }

.selectOptions .options .option:hover {
  background-color: #ededed; }

.icon-close-big {
  background-image: url("img/icon-close-big.png");
  background-size: cover; }
/* Buttons */
.submitbtn {
  display: block;
  border-radius: 5px;
  border: none;
  height: 60px;
  width: 280px;
  color: white;
  cursor: pointer;
  background: #ff6300;
  font-family: "ChunkFive";
  font-size: 14px;
  -webkit-appearance: none;
  margin: 0 auto; }

.profile-btn-overlay {
  position: relative;
  margin-top: 35px; }

.submitbtn.profile {
  width: 100%;
  height: 40px;
  border: 1px solid white;
  margin-bottom: 20px;
  line-height: 37px; }

.submitbtn.simple {
  width: auto;
  margin: 0 auto;
  padding: 7px 15px;
  height: auto;
  font-family: 'Source Sans Pro';
  border: 1px solid #9c9c9c;
  background: transparent; }

.camera-icon-small {
  background-image: url('img/camera-white-icon-small.png');
  height: 21px;
  width: 26px;
  position: absolute;
  top: 8px;
  left: 8px; }

.loginbtn {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid white !important; }
/*::-webkit-input-placeholder {
 color: #ff6400;
 }*/
label.rememberme {
  cursor: pointer;
  display: block;
  margin-bottom: 15px; }

label.rememberme [type="checkbox"] + span, label.styled [type="radio"] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  vertical-align: text-top; }

label.rememberme:not(.media-checkbox) [type="checkbox"]:checked + span:after, label.rememberme [type="radio"]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%; }

label.styled {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  margin-top: 15px; }

label.rememberme [type="checkbox"] {
  display: none; }

label.gender {
  display: inline-block;
  width: 135px;
  margin: 5px 0; }

.toggleSlager, .privacy {
  display: inline-block;
  width: 100%;
  margin: 5px 0; }

.gender div, .toggleSlager div, .togglePasswordView div, .privacy div {
  text-align: left;
  margin: 0px;
  padding-left: 35px;
  font-family: 'Source Sans Pro';
  font-size: 17px;
  color: #fff; }

.rememberme p {
  text-align: left;
  margin: 0px; }

.mandatory {
  font-family: 'Source Sans Pro';
  font-size: 17px;
  Text-align: right;
  margin: 25px 0;
  color: #ff7d00; }

.cancel-link {
  font-family: 'Source Sans Pro';
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  text-decoration: underline; }

.cancel-link.delete {
  display: inline-block;
  font-size: 12px; }

.cancel-link.cancel {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #ff7d00; }

.container .video {
  max-width: 100%;
  /*height: 410px;*/
  border: 1px solid white;
  margin-bottom: 30px; }

.container .video img {
  max-width: 100%; }

.btn {
  display: block;
  padding: 16px 0;
  margin: 8px auto;
  color: white;
  font-size: 14px;
  background-color: #ff6400;
  text-align: center;
  border-bottom: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-family: "ChunkFive"; }
/* No border for MPC, VINK and STELLING - ticket #0022179 */
.werkvorm-container.vink .btn {
  border-bottom: 0; }

.bottombtn {
  width: 200px;
  margin-bottom: 100px;
  margin-top: 30px;
  text-decoration: none; }

.addition {
  color: #ff6400;
  background-color: #1e1e1e;
  border-bottom: none;
  border: 0.5px solid gray;
  margin-bottom: 40px; }

.scroll {
  cursor: pointer; }

.scroll-item {
  height: 15px;
  background-image: url('img/orange-arrow-down.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px; }

.avatar-profile {
  height: 136px;
  width: 136px;
  margin: 0 auto 20px;
  position: relative; }

.dummyAvatar {
  background-image: url('img/default-profile-photo.png');
  background-size: cover;
  height: 136px;
  border-radius: 50%; }

.female .dummyAvatar {
  background-image: url('img/default-profile-photo-fem.png'); }

.dummyAvatar.small {
  width: 54px;
  height: 54px; }

.dummyAvatar.bigger {
  height: 188px;
  width: 188px; }

.avatar-profile.change {
  margin: 30px auto 10px; }

.avatar-profile .change-image {
  background: url('img/change-photo-icon.png') no-repeat center;
  background-size: cover;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: -5px; }

.avatar-profile.large .dragContainer .draggable {
  left: 0; }

.avatar-profile.large .dragContainer {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%; }

.avatar-profile.large {
  height: 188px;
  width: 188px;
  position: relative;
  margin: 30px auto 35px; }

.avatar-profile.large .image {
  height: 25px;
  width: 25px;
  background-color: #ff6400;
  border-radius: 50%;
  position: absolute;
  right: -28px;
  top: 70px;
  cursor: pointer; }

.avatar-profile.large .image.min {
  right: -28px;
  top: 100px; }
/*.button {
 font-size: 21px;
 font-weight: bold;
 font-style: normal;
 line-height: 21px;
 display: inline-block;
 padding: 25px 105px;
 cursor: pointer;
 color: white;
 background-color: #FF7102;
 }*/
.wrapper {
  margin-bottom: 40px;
  padding: 0px 60px;
  margin-top: 30px; }

.wrapper .reaction {
  width: 49%;
  padding: 20px 5px;
  text-align: left;
  display: inline-block; }
  .wrapper .reaction .inner {
    position: relative; }

.wrapper .reaction .social {
  display: block;
  margin-top: 15px; }

.wrapper .reaction .social .avatar {
  height: 42px;
  width: 42px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.wrapper .reaction .social .info {
  display: inline-block;
  line-height: 16px;
  padding-top: 4px;
  width: 60%; }
/* Carousel*/
.carousel {
  /*max-width: 100%*/
  height: 410px;
  margin-bottom: 100px;
  -webkit-box-shadow: 0 50px 50px -45px black;
  -moz-box-shadow: 0 50px 50px -45px black;
  box-shadow: 0 50px 50px -45px black; }

.contentSlider {
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  white-space: nowrap;
  font-size: 0px; }

.contentSlider .slide .videoContainer {
  height: 100%;
  width: 100%; }

.contentSlider .slide {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0px;
  display: inline-block; }

.promotions {
  font-size: 0;
  margin-top: 35px;
  display: inline-block; }

.promotions .item {
  cursor: pointer;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block; }

.promotions .item .item-nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative; }

.promotions .item.active .item-nav .item-color, .promotions .item:hover .item-nav .item-color {
  background-color: #ef7c1a;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.promotions .item:hover .item-nav, .item.active .item-nav {
  /*background-color: #ef7c1a;*/ }

.styled {
  display: inline-block;
  cursor: pointer; }
/* Hotspot */
.werkvorm-container .hotspot-content {
  padding-top: 90px;
  max-width: 700px;
  margin: auto;
  font-family: 'Source Sans Pro';
  font-size: 0; }
  .werkvorm-container .hotspot-content .inner-content {
    font-size: 18px;
    width: 50%;
    display: inline-block;
    padding-bottom: 50px; }
  .werkvorm-container .hotspot-content .inner-content:nth-child(1) {
    padding-right: 15px; }
  .werkvorm-container .hotspot-content .inner-content:nth-child(2) {
    padding-left: 15px; }
  .werkvorm-container .hotspot-content .title {
    text-transform: uppercase;
    font-family: "ChunkFive";
    font-size: 38px;
    color: #ff7d00;
    margin: 0 0 25px; }
  .werkvorm-container .hotspot-content .text {
    color: #453a36;
    line-height: 25px;
    margin: 0 0 25px; }
  .werkvorm-container .hotspot-content .intro {
    text-transform: uppercase;
    color: #82bec3; }
  .werkvorm-container .hotspot-content .hotspot {
    position: relative;
    width: 100%; }
  .werkvorm-container .hotspot-content .hotspot .image {
    height: 100%; }
  .werkvorm-container .hotspot-content .hotspot .dot {
    display: none;
    position: absolute;
    width: 37.5px;
    height: 37.5px;
    background-color: #ff6300;
    margin-left: -18.75px;
    margin-top: -18.75px;
    background-image: url('img/hotspot-check.png');
    background-size: 18px 14px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .werkvorm-container .hotspot-content .hotspot .dot.done {
      display: block; }
  .werkvorm-container .hotspot-content .hotspot .area {
    position: absolute; }
/* Hotspot pop-up */
.wv-popup.hotspot-popup .overlay {
  background: rgba(0, 0, 0, 0.8); }
  .wv-popup.hotspot-popup .popup-window {
    padding-bottom: 0;
    font-size: 0;
    max-width: 700px; }
  .wv-popup.hotspot-popup .popup-window p {
    padding: 0; }
  .wv-popup.hotspot-popup .popup-window .col {
    display: inline-block;
    width: 50%; }
    .wv-popup.hotspot-popup .popup-window .col.col-left .image {
      height: 100%; }
    .wv-popup.hotspot-popup .popup-window .col.col-right {
      padding: 50px 25px 195px; }
      .wv-popup.hotspot-popup .popup-window .col.col-right .image {
        margin: 50px auto 0;
        text-align: center; }
        .wv-popup.hotspot-popup .popup-window .col.col-right .image img {
          width: 50%; }
    .wv-popup.hotspot-popup .popup-window .col .title {
      font-size: 32px;
      line-height: 48px;
      font-family: 'ChunkFive';
      color: #3c3c3b;
      text-transform: uppercase;
      margin: 0 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .wv-popup.hotspot-popup .popup-window .col .body {
      font-size: 16px;
      line-height: 20px;
      font-family: 'Source Sans Pro';
      color: #453a36;
      margin: 0 0 50px; }
  .wv-popup.hotspot-popup .rounded-button.close-popup {
    width: 125px;
    height: 125px;
    font-size: 21px;
    line-height: 125px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
/* Stelling */
.werkvorm-container.stelling.mpc.vink .text {
  margin-bottom: 45px;
  text-align: center; }
  .werkvorm-container.stelling.mpc.vink .answers {
    max-width: 265px;
    margin: auto; }
  .werkvorm-container.stelling.mpc.vink .answers .vink-answer {
    font-size: 18px;
    font-family: 'ChunkFive';
    text-align: center;
    padding: 21px 10px;
    margin-bottom: 13px;
    text-transform: uppercase;
    border: 2px solid #ff6300; }
    .werkvorm-container.stelling.mpc.vink .answers .vink-answer.selected {
      border-color: #fff;
      padding: 21px 10px; }
  .werkvorm-container.stelling.mpc.vink .btn.checkButton {
    margin-top: 48px; }
  .werkvorm-container.stelling.mpc.vink .wvFeedbackContent {
    margin-top: 45px; }
/* Certificate pop-up */
.wv-popup.certificate-popup .popup-header {
  font-family: 'ChunkFive';
  font-size: 32px;
  text-align: center;
  background-color: #ff6300;
  color: #fff;
  text-transform: uppercase;
  line-height: 70px; }
  .wv-popup.certificate-popup .popup-window {
    max-width: 790px; }
  .wv-popup.certificate-popup .popup-window .col.col-left {
    text-align: center;
    padding: 42px 70px;
    background-color: #e3e3e3; }
    .wv-popup.certificate-popup .popup-window .col.col-right {
      float: right;
      padding: 40px 53px 40px 43px; }
      .wv-popup.certificate-popup .popup-window .col.col-right .btn {
        margin-top: 0; }
    .wv-popup.certificate-popup .popup-window .col .title {
      font-size: 21px;
      line-height: 27px;
      color: #ff6300; }
    .wv-popup.certificate-popup .popup-window .col .text {
      font-family: 'Source Sans Pro';
      font-size: 14px;
      line-height: 18px;
      color: #3c3c3b; }
      .wv-popup.certificate-popup .popup-window .col .text p:first-child {
        margin: 0 0 25px; }
    .wv-popup.certificate-popup .popup-window .col .input-email {
      display: block;
      width: 100%;
      border: 2px solid #c6c6c6;
      border-radius: 4px;
      font-size: 14px;
      line-height: 36px;
      color: #878787;
      padding: 0 12px;
      margin: 11px 0;
      height: 40px; }
    .wv-popup.certificate-popup .popup-window .col .mail-status {
      display: none;
      font-size: 12px;
      line-height: 18px;
      color: #3c3c3b;
      padding: 6px 20px; }
      .wv-popup.certificate-popup .popup-window .col .mail-status:after {
        content: '';
        background-image: url('img/cert-popup-check.png');
        display: inline-block;
        width: 16px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 7px; }
      .wv-popup.certificate-popup .popup-window .col .mail-status.show {
        display: inline-block; }
  .wv-popup.certificate-popup .btn {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding: 6px 20px;
    margin: 20px auto 0;
    line-height: 18px;
    text-transform: uppercase; }
  .wv-popup.certificate-popup .rounded-button.close-popup {
    margin: 23px auto;
    width: 85px;
    height: 85px;
    font-size: 15px;
    line-height: 85px; }

@media only screen and (max-width: 768px) {
  .werkvorm-container .hotspot-content .inner-content {
    width: 100%;
    padding: 30px; }
    .werkvorm-container .hotspot-content .inner-content .title {
      text-align: center;
      font-size: 20px;
      line-height: 24px; }
    .werkvorm-container .hotspot-content .inner-content .text {
      font-size: 14px;
      line-height: 20px; }
    .werkvorm-container .hotspot-content .inner-content .intro {
      font-size: 13px;
      line-height: 14px; }
    .werkvorm-container .hotspot-content .inner-content:nth-child(1) {
      padding-right: 30px; }
    .werkvorm-container .hotspot-content .inner-content:nth-child(2) {
      padding: 10px 30px 45px 30px; }
    .werkvorm-container.stelling.mpc.vink .vink-wrapper .answers {
      max-width: 100%; }
      .werkvorm-container.stelling.mpc.vink .vink-wrapper .answers .vink-answer {
        padding: 21px 10px;
        font-size: 18px; }
        .werkvorm-container.stelling.mpc.vink .vink-wrapper .answers .vink-answer.has-feedback.selected {
          padding: 21px 10px; }
    .werkvorm-container.stelling.mpc.vink .wvFeedbackContent {
      margin-top: 40px; }

  .wv-popup.hotspot-popup:not(.news-popup) .popup-window {
    margin: 30px auto !important; }
    .wv-popup.hotspot-popup .popup-window {
      width: calc(100% - 50px); }
    .wv-popup.hotspot-popup .popup-window .col {
      width: 100%; }
      .wv-popup.hotspot-popup .popup-window .col.col-left {
        max-height: 255px;
        min-height: 255px; }
      .wv-popup.hotspot-popup .popup-window .col.col-right {
        padding: 25px 20px 0; }
        .wv-popup.hotspot-popup .popup-window .col.col-right .image {
          display: none; }
      .wv-popup.hotspot-popup .popup-window .col .title {
        text-align: center;
        font-size: 16px;
        line-height: 19px; }
      .wv-popup.hotspot-popup .popup-window .col .body {
        font-size: 15px;
        line-height: 23px;
        margin: 0; }
    .wv-popup.hotspot-popup .rounded-button.close-popup {
      width: 95px;
      height: 95px;
      line-height: 95px;
      font-size: 14px;
      margin-top: 60px;
      position: relative;
      left: auto;
      bottom: auto;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .wv-popup.certificate-popup:not(.news-popup) .popup-window {
      margin: 30px auto 54px !important; }
    .wv-popup.certificate-popup .popup-header {
      font-size: 18px;
      line-height: 42px; }
    .wv-popup.certificate-popup .popup-window {
      background-color: #e3e3e3; }
    .wv-popup.certificate-popup .popup-window .col.col-left {
      max-height: 100%;
      min-height: 100%; }
      .wv-popup.certificate-popup .popup-window .col.col-right {
        background-color: #fff;
        padding: 36px 20px 26px; }
      .wv-popup.certificate-popup .popup-window .col .title {
        text-align: left;
        font-size: 14px;
        line-height: 16px;
        width: 79%; }
      .wv-popup.certificate-popup .popup-window .col .text {
        font-size: 12.5px;
        line-height: 18.5px; }
        .wv-popup.certificate-popup .popup-window .col .text p:first-child {
          margin: 0 0 20px; }
        .wv-popup.certificate-popup .popup-window .col .text p:nth-child(2) {
          font-size: 10px;
          line-height: 13px; }
      .wv-popup.certificate-popup .popup-window .col .input-email {
        padding: 0 9.5px;
        border-radius: 3px;
        border-width: 1px;
        font-size: 12px;
        line-height: 26px;
        height: 28px; }
      .wv-popup.certificate-popup .popup-window .col .mail-status {
        font-size: 10px;
        padding: 3px 20px; }
        .wv-popup.certificate-popup .popup-window .col .mail-status:after {
          width: 12px;
          height: 8.5px; }
    .wv-popup.certificate-popup .btn {
      font-size: 10px;
      padding: 2px 12px;
      margin: 12px auto 0; }
    .wv-popup.certificate-popup .rounded-button.close-popup {
      bottom: 35px;
      margin: 20px auto 0; }

  .werkvorm-lint .wv-popup.hotspot-popup {
    top: 0; } }
/* text decoration*/
.txt-underline {
  text-decoration: underline; }
/* Text types */
.lead {
  font-family: 'Myriad Pro';
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.54px;
  color: #000; }
/* Colors */
.txt-blue {
  color: #82bec3; }

.txt-dark {
  color: rgba(0, 0, 0, 0.8); }

.txt-black {
  color: #000; }

.txt-white {
  color: #fff; }

.txt-orange {
  color: #ff7d00; }

.txt-blue-soft {
  color: #82bec3; }

.txt-dark-gray {
  color: #1a1a1a; }

.block-blue-soft {
  background-color: #1d4366; }

.block-purple-soft {
  background-color: rgba(6, 25, 140, 0.7); }

.block-light-blue {
  background-color: rgba(0, 0, 149, 0.05); }

.block-submenu-gray {
  background: #b3b3b3; }
/* Font size */
.font-8 {
  font-size: 8px; }

.font-13 {
  font-size: 13px; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.font-35 {
  font-size: 35px; }

.font-36 {
  font-size: 36px; }

.font-40 {
  font-size: 40px; }
/* font-weight */
.font-weight-bold {
  font-weight: bold; }

.semi-bold {
  font-weight: 600; }
/* Line-height */
.line-height-25 {
  line-height: 25px; }
/* Margin */
.margin-100-bottom {
  margin-bottom: 100px; }

.margin-35-bottom {
  margin-bottom: 35px; }

.margin-30-bottom {
  margin-bottom: 30px; }

.margin-25-bottom {
  margin-bottom: 25px; }

.margin-20-bottom {
  margin-bottom: 20px; }

.margin-15-bottom {
  margin-bottom: 15px; }

.margin-10-bottom {
  margin-bottom: 10px; }

.margin-auto {
  margin: auto; }

.margin-top-12 {
  margin-top: 12px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-70 {
  margin-top: 70px; }
/* Padding */
.padding-left-40 {
  padding-left: 40px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-top-8 {
  padding-top: 8px; }
/* Text-align */
.align-right {
  Text-align: right; }

.align-left {
  Text-align: left; }
/* Border */
tr.no-border td {
  border: none !important; }

tr td.borderTop {
  border-top: 1px dashed white !important;
  border-radius: 0 !important; }
/* curser */
.cursor-pointer {
  cursor: pointer; }
/* Display */
.display-inline {
  display: inline-block; }
/* Position */
.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }
/* Float */
.float-left {
  Float: left; }

.float-right {
  Float: right; }
/* width */
.width-580 {
  width: 580px; }

.width-320 {
  width: 320px; }

.width-240 {
  width: 240px; }
/* background */
.background-white {
  background: white; }
/* magazine filter */
.magazine-filter {
  margin: 75px auto 0;
  position: relative; }
  .magazine-filter h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 22px; }
  .magazine-filter .search {
    margin: 23px 0 23px 60px; }
  .magazine-filter .filter-button {
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px solid #fff;
    color: #fff;
    margin: 10px 0px;
    padding: 5px 0px;
    cursor: pointer;
    position: relative; }
  .magazine-filter .filter-button .inner-dropdown {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 45px;
    background: #fff;
    width: 100%;
    z-index: 5;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 23px;
    border: 1px solid #959595;
    border-radius: 5px;
    transition: all 0.4s linear; }
  .magazine-filter .filter-button .inner-dropdown.hidden {
    opacity: 0;
    visibility: hidden; }
  .magazine-filter .filter-button .inner-dropdown .separator {
    margin: 10px;
    border-bottom: 1px solid #cacaca; }
  .magazine-filter .filter-button .inner-dropdown .item {
    height: 33px;
    padding: 5px 10px; }
    .magazine-filter .filter-button .inner-dropdown .item.selected {
      display: none; }
    .magazine-filter .filter-button .inner-dropdown .item:hover {
      background-color: #c6c6c6; }
  .magazine-filter .tags {
    margin-left: -5px; }
  .magazine-filter .tags span {
    color: #000;
    background: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
    margin: 5px 6px;
    cursor: pointer;
    font-size: 14px; }
  .magazine-filter .tags span:after {
    content: "";
    background: url(img/tag-icon-close.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    background-size: cover;
    margin: auto; }
  .magazine-filter.mediabibliotheek .filter-button {
    border-bottom: none;
    cursor: auto;
    margin-bottom: 5px; }
  .magazine-filter.mediabibliotheek .tags span {
    background: #9a9a9a;
    border-radius: 5px; }
    .magazine-filter.mediabibliotheek .tags span.active {
      background: #ff6400; }
    .magazine-filter.mediabibliotheek .tags span:after {
      background: none; }
    .magazine-filter.mediabibliotheek .tags span.video-icon {
      background-image: url('img/icon-video.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 50px 4px; }
    .magazine-filter.mediabibliotheek .tags span.image-icon {
      background-image: url('img/icon-image.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 44px 4px; }
    .magazine-filter.mediabibliotheek .tags span.vlog-icon {
      background-image: url('img/icon-vlog.png');
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 44px 4px; }

.media .magazine-filter {
  width: 280px; }

@media only screen and (min-width: 768px) {
  .media .magazine-filter {
    width: 576px;
    margin-bottom: 10px; } }

@media only screen and (min-width: 1024px) {
  .media .magazine-filter {
    width: 890px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-top: 30px; } }

@media only screen and (min-width: 1335px) {
  .media .magazine-filter {
    width: 1245px;
    max-width: 1245px;
    margin: 75px auto; } }
/* @media */
@media only screen and (max-width: 768px) {
  /*.promotions {display: none;}*/
    .container {
      width: 100%;
      padding: 0 20px;
      top: 475px; }
    .useraction {
      width: 100%;
      top: 800px;
      -webkit-box-shadow: none;
      background: none; }
    .wrapper {
      padding: 0px 20px;
      margin-top: 20px; }
    .wrapper .reaction {
      width: 100%;
      font-size: 18px; }
    .desktop-header {
      display: none; }
    .container-outer, .container-outer.wider {
      width: 320px; }
    .container-outer .change-profile {
      padding-top: 15px;
      display: inline-block; }
    .container-outer .title {
      font-size: 30px;
      padding-top: 30px; }
    .container-outer .intro {
      Text-align: left;
      padding: 0 40px;
      font-size: 17px; }
    .top-header .profile-header-logo {
      display: none !important; }
    .profile-item {
      border: none;
      height: 150px;
      margin: 20px 20px 0px; }
    .profile-item .items.active {
      border: none; }
    .profile-item .items {
      width: 100%;
      height: 60px;
      padding: 22px;
      border-radius: 5px;
      border: 2px solid white;
      margin-top: 15px; }
    .profile-messages {
      padding: 20px 25px; }
    .profile-message {
      margin: 0 !important; }
    .top-header .profile-link {
      width: 141px;
      margin: auto;
      display: block;
      padding-top: 50px; }
    .profile-photo .items {
      margin: 0 20px; }
    .profile-photo .media-grid .grid-item {
      width: 280px;
      height: 243px; }
    .top-header .profile-back {
      margin-left: 10%;
      padding-top: 50px; }
    .potlood-icon {
      margin-bottom: 30px; }
    .top-header .menu-items.popup-parent {
      margin-top: 40px; }
    .bodyaction table.inputs {
      width: 270px; }
    .bodyaction .loginbtn, .bodyaction .btn {
      width: 270px; }
    .bodyaction table.inputs tr td input {
      width: 256px !important; }
    .useraction .topaction .tagline {
      height: 60px;
      width: 270px; }
    .bodyaction .intro {
      padding: 0 75px; }
    .selectOptions .optionTitle {
      padding: 18px 20px; } }

@media only screen and (max-width: 414px) {
  .container-outer, .container-outer.wider {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  /*	.bodyaction {padding: 0px 50px;}*/
    .change-profile {
      position: relative;
      top: -40px;
      float: right;
      font-size: 12px; }
    .popup-search {
      margin: 50px 0; }
    .headerFilter {
      margin-top: 50px;
      margin-bottom: 65px; }
      .headerFilter h2 {
        font-size: 22px; }
      .headerFilter .filter-button {
        display: block;
        width: 205px;
        font-size: 16px;
        line-height: 23px; } }

.picture-carrousel {
  display: block;
  position: relative;
  height: 356px; }
  .picture-carrousel .inner-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative; }
  .picture-carrousel .text {
    left: 35px;
    position: absolute;
    left: 20px;
    top: 25px;
    color: #fff;
    z-index: 10; }
  .picture-carrousel .text .row1 {
    display: block;
    font-family: "ChunkFive";
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px #000;
    text-transform: uppercase; }
  .picture-carrousel .slides {
    position: relative;
    background: #000;
    min-height: 175px;
    flex: 0 1 80%; }
  .picture-carrousel .slides:after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 71%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 21; }
  .picture-carrousel .slides .slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 175px;
    font-size: 14px;
    opacity: 0; }
  .picture-carrousel .caption {
    flex: 0 1 20%;
    padding: 17px;
    background: #fff;
    border-bottom: 6px solid #c6c6c6;
    /*
     .dummyAvatar {background-image:url('img/default-profile-photo.png');background-size:cover;height: 136px;border-radius: 50%;}
     .female .dummyAvatar{background-image:url('img/default-profile-photo-fem.png');}
     */
    /*fallback for IE*/ }
  .picture-carrousel .caption .captionBlock {
    display: inline-block;
    max-width: calc(100% - 100px); }
  .picture-carrousel .caption .captionBlock:not(.authorAvatar) {
    margin-left: 17px; }
  .picture-carrousel .caption .inner-caption.male .authorAvatar {
    background-image: url('img/default-profile-photo.png');
    background-size: cover; }
  .picture-carrousel .caption .inner-caption.female .authorAvatar {
    background-image: url('img/default-profile-photo-fem.png');
    background-size: cover; }
  .picture-carrousel .caption .authorAvatar {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .picture-carrousel .caption .author {
    font-size: 18px;
    font-size: 1.125rem;
    color: #ff7d00;
    text-transform: uppercase;
    font-family: "ChunkFive";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .picture-carrousel .caption .description {
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 2.5em; }
  .picture-carrousel .dots {
    position: absolute;
    z-index: 24;
    bottom: 20px;
    right: 10px; }
  .picture-carrousel .dots .dot {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-right: 12px; }
  .picture-carrousel .dots .dot.active {
    background: #fff; }
/*@media (min-width: 1024px) {
 .popup .popup-window .container-outer.test {width: 320px;}
 }*/
body.dark {
  background: url(img/homepage-background.png);
  background-size: cover;
  font-family: sans-serif; }

body.no-scroll {
  overflow: hidden; }

.wrapper.home {
  padding: 0 0 80px 0;
  margin: 0; }

a.disabled {
  opacity: 0.8;
  pointer-events: none; }

.tmploadingdiv {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0); }

@media screen and (max-width: 768px) {
  .wrapper.home, .werkvorm-lint {
    padding-bottom: 80px; }
    .wrapper.home.is-training, .werkvorm-lint.is-training {
      padding-bottom: 0; }

  body.ios .werkvorm-lint {
    height: 100%;
    -webkit-overflow-scrolling: touch; } }

a {
  color: #ff7d00;
  text-decoration: none; }

.top-header .menu-items:not(.hamburger-item) .item:nth-child(1n+2) .inner:before {
  content: "";
  width: 2px;
  height: 42px;
  background-image: url(img/menu-item-separator.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.top-header .menu-items:not(.hamburger-item) .item:nth-child(1n+2) {
  margin-left: 20px;
  width: 60%;
  display: inline-block; }

.top-header .menu-items:not(.hamburger-item) .item {
  display: inline-block;
  color: #fff;
  font-size: 16px; }

.top-header .menu-items:not(.hamburger-item) .inner {
  line-height: 40px;
  display: block; }

.top-header .menu-items:not(.hamburger-item) .inner p {
  display: inline; }

.top-header .menu-items:not(.hamburger-item) {
  margin-left: 30px;
  margin-right: 30px;
  width: auto;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  padding-top: 1; }

@media screen and (min-width: 768px) {
  .top-header .menu-items:not(.hamburger-item) {
    height: 86px;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 24px; }
    .top-header .menu-items:not(.hamburger-item) .inner, .top-header .menu-items:not(.hamburger-item) .item {
      height: 86px; }
    .top-header .menu-items:not(.hamburger-item) .inner {
      display: inline-block; }
    .top-header .menu-items:not(.hamburger-item) .item:nth-child(1n+2) {
      width: auto; } }

.top-header.hamburger-only {
  min-height: 0; }
  .top-header.hamburger-only .hamburger-menu {
    z-index: 110; }

.container-outer.slimmer {
  padding: 0 20px; }

.home-img {
  display: block;
  max-width: 240px;
  margin: 0 auto 59px; }

.btn.header-btn {
  font-family: 'source_sans_prosemibold';
  font-size: 12px;
  padding: 5px 20px;
  text-transform: uppercase;
  position: absolute;
  top: 60px;
  right: 22px; }

.start .btn.header-btn {
  top: 0;
  right: 0; }
  .start .top-header {
    padding: 15px 25px 0 25px; }

.login-button {
  display: block;
  max-width: 930px;
  margin: 0 auto;
  position: relative; }

.start .login-button {
  height: 70px; }

.media .login-button {
  max-width: 1245px; }

.contact-wrap .container-outer {
  margin-top: 95px; }

@media screen and (min-width: 768px) {
  .btn.header-btn {
    top: 18px;
    right: 0; }

  .start .login-button {
    height: 0px; }

  .login-button {
    height: 0; }

  .start .btn.header-btn {
    top: 18px;
    right: 0; }

  .contact-wrap .container-outer {
    margin-top: 0; } }

.news-block {
  margin-top: 40px; }

.home .news-block {
  margin-top: 30px; }
  .home .contact {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px; }
  .home .contact .inner-block {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    margin: 0 auto; }
  .home .contact .inner-block .short-links {
    min-width: 300px;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #999;
    padding: 0 0 20px 60px; }
    .home .contact .inner-block .short-links .link {
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 10px 0;
      line-height: 30px;
      letter-spacing: 0.1em; }
      .home .contact .inner-block .short-links .link .email-icon, .home .contact .inner-block .short-links .link .privacy-icon {
        display: inline-block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .home .contact .inner-block .short-links .link .email-icon {
        width: 26px;
        height: 18px;
        margin-top: 6px;
        margin-right: 10px;
        background-image: url("img/mail-icon-blue-large.png"); }
      .home .contact .inner-block .short-links .link .privacy-icon {
        width: 23px;
        height: 23px;
        margin-top: 3px;
        margin-left: 3px;
        margin-right: 11px;
        background-image: url("img/privacy-icon-blue-large.png"); }
  .home .contact .inner-block .text-block {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    color: #fff;
    padding-top: 10px; }
    .home .contact .inner-block .text-block .contact-item {
      margin: 15px 0; }
      .home .contact .inner-block .text-block .contact-item .icon {
        margin-right: 10px; }
        .home .contact .inner-block .text-block .contact-item .icon.contact-phone-icon {
          margin-right: 13px;
          margin-left: 3px; }
      .home .contact .inner-block .text-block .contact-item .phone-text {
        display: inline-block;
        padding: 0;
        font-weight: bold; }
  .home .home-small-block {
    /*padding: 20px 20px 0 20px;*/ }
  .home .home-small-block .inner-block {
    background: #fff;
    border-bottom: 3px solid #c6c6c6;
    padding: 30px 20px;
    display: flex;
    justify-content: space-evenly;
    align-content: stretch; }
  .home .home-small-block .inner-block .block-btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    width: 110px;
    background: #ff7d00;
    -webkit-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center; }
  .home .home-small-block .inner-block .left {
    flex-basis: 60%;
    color: #3c3c3b;
    padding-right: 35px; }
    .home .home-small-block .inner-block .left .top {
      font-size: 18px;
      font-size: 1.125rem;
      color: #ff7d00;
      text-transform: uppercase;
      font-family: "ChunkFive"; }
    .home .home-small-block .inner-block .left .title {
      font-size: 20px;
      font-size: 1.25rem;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .home .home-small-block .inner-block .left .text {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      letter-spacing: 0.003em; }
  .home .home-small-block .inner-block .right {
    flex-basis: 40%; }

.video-carrousel {
  display: block; }
  .video-carrousel .videos {
    width: 100%;
    height: 200px;
    position: relative;
    background: #000; }
  .video-carrousel .videos .video-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .video-carrousel .videos .video-slide .video-text {
    position: absolute;
    top: 26px;
    left: 23px;
    max-width: 30%;
    color: #fff;
    text-transform: uppercase; }
  .video-carrousel .videos .video-slide .video-play {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0a0a0a;
    background-image: url("img/video-play-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 6px 0 22px rgba(0, 0, 0, .2);
    -moz-box-shadow: 6px 0 22px rgba(0, 0, 0, .2);
    box-shadow: 6px 0 22px rgba(0, 0, 0, .2); }
  .video-carrousel .videos .video-slide .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'ChunkFive'; }
  .video-carrousel .videos .video-slide .sub-title {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem; }
  .video-carrousel .videos .dots {
    position: absolute;
    z-index: 24;
    bottom: 17px;
    left: 23px; }
  .video-carrousel .videos .dots .dot {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-right: 12px; }
    .video-carrousel .videos .dots .dot.active {
      background: #fff; }

.magazine-carrousel {
  display: block;
  position: relative;
  margin-top: 15px; }
  .magazine-carrousel .inner-block {
    font-size: 0; }
  .magazine-carrousel .inner-block .left-block, .magazine-carrousel .inner-block .right-block {
    display: block;
    background: #1c1a19;
    position: relative;
    font-size: 16px;
    font-size: 1rem; }
  .magazine-carrousel .inner-block .right-block {
    padding: 10px 20px;
    color: #fff; }
  .magazine-carrousel .inner-block .right-block .mobile {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .magazine-carrousel .inner-block .right-block .name {
    font-weight: bold; }
  .magazine-carrousel .inner-block .right-block .block-btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    width: 110px;
    background: #ff7d00;
    -webkit-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center; }
  .magazine-carrousel .slides {
    position: relative;
    background: #000;
    min-height: 175px;
    height: 100%; }
  .magazine-carrousel .slides .slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .magazine-carrousel .slides .slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2); }
  .magazine-carrousel .text {
    position: absolute;
    left: 20px;
    top: 25px;
    color: #fff; }
  .magazine-carrousel .text .type {
    display: block;
    font-family: "ChunkFive";
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em; }
  .magazine-carrousel .text .name {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .magazine-carrousel .headertext {
    text-align: center;
    margin-bottom: 15px; }
  .magazine-carrousel .headertext .row1 {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: bold; }
  .magazine-carrousel .headertext .row2 {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase; }
  .magazine-carrousel .dots {
    position: absolute;
    z-index: 24;
    width: 100%;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center; }
  .magazine-carrousel .dots .dot {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-right: 12px; }
  .magazine-carrousel .dots .dot.active {
    background: #fff; }

.interview-carrousel {
  display: block;
  position: relative;
  margin-top: 20px; }
  .interview-carrousel .inner-block {
    display: flex; }
  .interview-carrousel .inner-block .left-block, .interview-carrousel .inner-block .right-block {
    position: relative;
    flex: 1 0 50%; }
  .interview-carrousel .inner-block .left-block .img-slide, .interview-carrousel .inner-block .right-block .img-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .interview-carrousel .inner-block .right-block {
    background-color: #000; }
  .interview-carrousel .inner-block .right-block .img-slide {
    background-repeat: no-repeat; }
  .interview-carrousel .inner-block .left-block {
    padding: 25px 20px;
    background: #fff;
    border-bottom: 6px solid #c6c6c6; }
  .interview-carrousel .inner-block .left-block .block-btn {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    width: 110px;
    background: #ff7d00;
    -webkit-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
    text-align: center; }
  .interview-carrousel .inner-block .left-block .text-slides {
    position: relative; }
    .interview-carrousel .inner-block .left-block .text-slides .slide .top {
      color: #84bfc4;
      font-family: "ChunkFive";
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .interview-carrousel .inner-block .left-block .text-slides .slide .title {
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        margin-bottom: 20px;
        line-height: 22px;
        padding-right: 15px; }
  .interview-carrousel .inner-block .left-block .nav {
    margin-top: 25px;
    display: block;
    text-align: right; }
    .interview-carrousel .inner-block .left-block .nav .nav-item {
      display: inline-block;
      width: 20px;
      height: 19px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .interview-carrousel .inner-block .left-block .nav .nav-item.next {
        background-image: url('img/nav-item-next.png'); }
      .interview-carrousel .inner-block .left-block .nav .nav-item.back {
        background-image: url('img/nav-item-back.png'); }
    .interview-carrousel .inner-block .left-block .nav .counter {
      display: inline-block;
      padding: 2px 10px;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "ChunkFive";
      color: #84bfc4; }
      .interview-carrousel .inner-block .left-block .nav .counter .separator {
        color: #3b3b3b; }

.grid-tabs .inner-block {
  padding: 30px 20px;
  background: #fff;
  border-bottom: 6px solid #c6c6c6; }
  .grid-tabs .inner-block .grid-tabs .tab-item {
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 2px;
    color: #000;
    margin-right: 15px;
    font-family: 'Source Sans Pro';
    font-weight: bold; }
    .grid-tabs .inner-block .grid-tabs .tab-item.active {
      color: #ff7d00;
      text-decoration: underline; }
  .grid-tabs .inner-block .grid-tabs .tab-content {
    margin-top: 20px;
    display: none; }
    .grid-tabs .inner-block .grid-tabs .tab-content.active {
      display: block; }
  .grid-tabs .inner-block .grid-tabs .list {
    display: block; }
    .grid-tabs .inner-block .grid-tabs .list .list-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .grid-tabs .inner-block .grid-tabs .list .list-item .img {
        flex: 0 0 auto;
        width: 80px;
        height: 80px; }
      .grid-tabs .inner-block .grid-tabs .list .list-item .text {
        padding: 0 5px 0 15px;
        color: #3c3c3b;
        font-size: 16px;
        font-size: 1rem; }
        .grid-tabs .inner-block .grid-tabs .list .list-item .text div {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          max-height: 2.75em;
          line-height: 22px; }
  .grid-tabs.news-block .inner-block {
    padding: 20px 20px 0 20px; }
  .grid-tabs.news-block .inner-block .grid-tabs .list .list-item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 5.5em;
    height: 5.5em;
    line-height: 22px; }
    .grid-tabs.news-block .inner-block .grid-tabs .list .list-item .text div {
      display: block;
      max-height: none;
      overflow: auto; }

.home .news-block {
  max-width: 750px; }

@media screen and (min-width: 768px) {
  .home .news-block {
    margin-top: 40px;
    max-width: 251px; }
    .home .home-small-block .inner-block {
      padding: 40px 30px;
      border-width: 6px; }
      .home .home-small-block .inner-block .block-btn {
        width: 135px; }
      .home .home-small-block .inner-block .left {
        padding-right: 20px; }
        .home .home-small-block .inner-block .left .top {
          font-size: 20px;
          font-size: 1.25rem; }
        .home .home-small-block .inner-block .left .title {
          font-size: 22px;
          font-size: 1.375rem; }
        .home .home-small-block .inner-block .left .text {
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px; }
      .home .home-small-block .inner-block .right {
        flex-basis: 35%; }
        .home .home-small-block .inner-block .right .magazine-cover .block-btn {
          right: -16px; }

  .video-carrousel .videos {
    height: 350px; }
    .video-carrousel .videos .video-slide .video-text {
      top: 52px;
      left: 51px; }
    .video-carrousel .videos .video-slide .video-play {
      width: 92px;
      height: 92px;
      background-size: 30px; }
    .video-carrousel .videos .video-slide .title {
      font-size: 30px;
      font-size: 1.875rem;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px; }
    .video-carrousel .videos .video-slide .sub-title {
      font-size: 20px;
      font-size: 1.25rem; }
    .video-carrousel .videos .dots {
      bottom: 51px;
      left: 52px; }
    .video-carrousel .videos .dots .dot {
      width: 18px;
      height: 18px;
      margin-right: 15px; }

  .magazine-carrousel {
    margin-top: 40px;
    border-bottom: 6px solid #171614; }
    .magazine-carrousel .inner-block {
      display: flex; }
    .magazine-carrousel .inner-block .left-block {
      flex: 1 0 70%; }
    .magazine-carrousel .inner-block .right-block {
      flex: 1 0 30%;
      background: #16110b;
      padding: 25px 30px 40px 30px; }
    .magazine-carrousel .text {
      left: 35px; }
    .magazine-carrousel .dots .dot {
      width: 18px;
      height: 18px;
      margin-right: 15px; }

  .interview-carrousel {
    margin-top: 40px; }
    .interview-carrousel .inner-block .left-block {
      flex-basis: 45%;
      padding: 45px 35px 30px 35px;
      border-width: 6px; }
    .interview-carrousel .inner-block .left-block .text-slides {
      /*max-width: 50%;*/ }
      .interview-carrousel .inner-block .left-block .text-slides .slide .top {
        font-size: 20px;
        font-size: 1.25rem; }
        .interview-carrousel .inner-block .left-block .text-slides .slide .title {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 28px;
          margin-bottom: 50px; }
    .interview-carrousel .inner-block .left-block .nav {
      margin-top: 0; }
      .interview-carrousel .inner-block .left-block .nav .counter {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0 15px; }
        .interview-carrousel .inner-block .left-block .nav .counter .separator {
          display: inline-block;
          padding: 0 3px; }
      .interview-carrousel .inner-block .left-block .nav .nav-item {
        width: 25px;
        height: 22px; }

  .picture-carrousel {
    height: auto; }

  .start .logo-small {
    background-image: url("img/logo-small_home.png");
    width: 90px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0; }

  .home-img {
    max-width: 400px;
    margin: 0 auto 80px;
    padding-top: 110px; }

  .start .top-header {
    max-width: 990px;
    padding: 0 !important;
    margin: 0 auto; }

  .home .contact {
    margin-top: 40px; }
    .home .contact .inner-block {
      flex-direction: row;
      align-items: center; }
    .home .contact .inner-block .short-links, .home .contact .inner-block .text-block {
      display: inline-block;
      max-width: 100%; }
    .home .contact .inner-block .short-links {
      padding: 25px 50px 30px 50px;
      min-width: 340px;
      border-bottom: 0;
      border-right: 2px solid #999; }
      .home .contact .inner-block .short-links .link {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 0.1em;
        line-height: 30px;
        padding: 15px 0; }
        .home .contact .inner-block .short-links .link .email-icon {
          margin-top: 6px; }
    .home .contact .inner-block .text-block {
      width: 100%;
      padding: 20px 0 0 50px;
      display: flex;
      flex-direction: column; }
      .home .contact .inner-block .text-block .contact-items {
        order: 2;
        display: flex; }
        .home .contact .inner-block .text-block .contact-items .contact-item {
          display: inline-block;
          margin-right: 20px;
          font-size: 18px;
          font-size: 1.125rem; }
          .home .contact .inner-block .text-block .contact-items .contact-item.phone {
            order: 1; }
          .home .contact .inner-block .text-block .contact-items .contact-item.email {
            order: 2; }
            .home .contact .inner-block .text-block .contact-items .contact-item.email .icon {
              margin-top: 2px; }
      .home .contact .inner-block .text-block .contact-text {
        order: 1;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px; }

  .home .unsubscribe .contact .inner-block .text-block {
    padding-left: 0px; } }

.home .container-outer.unsubscribe .intro {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }

.home .unsubscribe .contact {
  margin-top: 80px; }

.home .container-outer.privacy {
  width: 768px;
  display: block;
  margin: 0 auto; }

.home .container-outer.privacy .title {
  text-align: center;
  padding: 0; }

.home .container-outer.privacy .intro {
  font-size: 1rem;
  text-align: left; }

.home .container-outer.privacy .intro li h3 {
  display: inline; }

.home .container-outer.privacy .intro ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 16px; }

.home .container-outer.privacy .intro ol {
  list-style-position: inside; }

.home .container-outer.privacy div {
  padding: 0;
  margin: 0; }

.home .container-outer.privacy .intro ol > li {
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .home .container-outer.privacy {
    width: 90%; } }

@media screen and (min-width: 1280px) {
  .home .news-block {
    max-width: 330px; } }

.container-outer .contact-items {
  margin-top: 15px; }
  .container-outer .contact-item {
    margin: 10px 0; }
  .container-outer .contact-item .phone-text {
    padding-left: 35px; }
  .container-outer .contact-item .icon {
    margin-right: 10px; }

@media screen and (min-width: 768px) {
  .container-outer .contact-items {
    margin: 20px 0;
    font-size: 18px; }
    .container-outer .contact-item {
      margin: 20px 0; }
      .container-outer .contact-item .icon {
        margin-top: 5px; } }

@media screen and (min-width: 1280px) {
  .video-carrousel .videos {
    height: 450px; } }

.home-grid {
  padding: 0;
  max-width: 750px;
  /*990px;*/
  margin: 0 auto; }
  .home-grid .home-grid-items {
    max-width: 1245px; }
  .home-grid .grid-lane {
    display: inline-block;
    margin: 0 3px; }
  .home-grid .grid-item {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
    /*border:1px solid red;*/ }
  .home-grid .grid-item.hidden {
    display: none !important; }
  .home-grid .grid-item.news {
    height: 390px;
    padding: 20px;
    font-size: 14px;
    line-height: 23px; }
  .home-grid .grid-item.news .item-content {
    margin: 18px 0; }
  .home-grid .grid-item.new, .home-grid .grid-item.featured {
    height: 520px; }
  .home-grid .grid-item.picture, .home-grid .grid-item.video {
    height: 390px; }
  .home-grid .grid-item.social {
    height: 260px; }
  .home-grid .grid-item.social .social-avatar {
    margin: 15px 0; }
    .home-grid .grid-item.social .social-avatar .avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      border: none; }
    .home-grid .grid-item.social .social-avatar .username {
      display: inline-block;
      line-height: 42px; }
  .home-grid .grid-item .round-number {
    font-size: 18px;
    font-family: 'ChunkFive'; }
  .home-grid .grid-item .btn {
    font-family: 'Source Sans Pro';
    font-size: 12px;
    padding: 5px 20px;
    line-height: 18px; }
  .home-grid .grid-item .item-eyecatcher .bt {
    margin: 0;
    bottom: 20px;
    position: absolute; }
  .home-grid .grid-item .item-border-bottom {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px; }
  .home-grid .grid-item.social, .home-grid .grid-item.reaction {
    padding: 20px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .home-grid .grid-item.new .item-content {
    padding: 20px; }

.home-grid .grid-block {
  min-height: 175px; }
  .home-grid .grid-block .inner-block {
    height: 100%; }
  .home-grid .grid-block .inner-block img {
    min-height: 175px; }
  .home-grid .grid-block:not(.no-padding) {
    padding: 15px 15px 0 15px; }
  .home-grid .magazine-cover {
    width: 140px;
    height: 172px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: -15px 15px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -15px 15px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -15px 15px 16px 0px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat; }
  .home-grid .magazine-cover .block-btn {
    position: absolute;
    right: -3px;
    bottom: -25px; }
  .home-grid .mobile {
    display: block; }
  .home-grid .desktop {
    display: none; }

.jwplayer .jw-controls .jw-controlbar {
  width: 100%; }

@media screen and (min-width: 768px) {
  .home-grid {
    display: flex;
    flex-wrap: wrap; }
    .home-grid .magazine-cover {
      width: 179px;
      height: 220px; }
    .home-grid .grid-block {
      flex: 1 0 100%; }
      .home-grid .grid-block:not(.no-padding) {
        padding: 40px 20px 0 0; }
      .home-grid .grid-block.half {
        flex-basis: 50%; }
        .home-grid .grid-block.half:nth-child(odd) {
          padding: 40px 0 0 20px; }
      .home-grid .grid-block.half {
        flex-basis: 50%; }
        .home-grid .grid-block.half:nth-child(odd) {
          padding: 40px 0 0 20px; }
      .home-grid .grid-block.oneThird {
        flex-basis: 33%; }
      .home-grid .grid-block.twoThird {
        flex-basis: 66%;
        padding-right: 40px; }
    .home-grid .mobile {
      display: none !important; }
    .home-grid .desktop {
      display: block; } }

@media screen and (min-width: 1280px) {
  .home-grid {
    max-width: 990px; }
    .home-grid .grid-block {
      min-height: 330px; }

  .home .contact .inner-block {
    max-width: 990px; } }
/* Types */
.reactions-count, .likes-count {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }
  .reactions-count .icon, .likes-count .icon {
    margin: 3px 0; }

.play-button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.9; }
  .play-button .icon {
    right: -5px; }

.new-item {
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  color: #fff; }

.search.open {
  width: calc(100% - 50px); }

.search .icon-search {
  width: 22px;
  height: 22px;
  margin: 8px 6px;
  background-size: cover; }

.search {
  background: #fff; }

.search input {
  border: 0;
  /*height: 36px !important*/
  width: calc(100% - 60px);
  margin: 0px 20px;
  outline: none; }

.dashed-border-top {
  border-top: 2px solid transparent;
  border-image: url(img/horizontal-separator.png) 4 round; }

.dashed-border-right {
  border-right: 2px solid transparent;
  border-image: url(img/vertical-separator.png) 4 round; }

.dashed-border-bottom {
  border-bottom: 2px solid transparent;
  border-image: url(img/horizontal-separator.png) 4 round; }

.dashed-border-left {
  border-left: 2px solid transparent;
  border-image: url(img/vertical-separator.png) 4 round; }

.grid-item .popup-parent {
  position: relative; }

.grid-item .item-eyecatcher {
  height: 270px;
  position: relative;
  background-size: cover; }

.grid-item .item-title-float {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 18px; }

.grid-item .item-icon-float {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px; }

.grid-item .item-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 120px;
  height: 175px;
  text-align: center; }

.grid-item .item-thumbnail-addition {
  position: absolute;
  top: -18px;
  right: -18px; }

.grid-item .item-eyecatcher .item-thumbnail {
  top: 35px; }

.grid-item .item-thumbnail img {
  height: 100%; }

.grid-item.featured .item-content {
  padding: 12px; }

.grid-item.featured .item-thumbnail .list-item-text, .item-eyecatcher .list-item-text {
  position: absolute;
  top: 50%;
  width: 100%;
  webkit-transform: translate(0, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(0, -50%); }

.grid-item.featured .item-thumbnail .list-item-text .font-12, .item-eyecatcher .list-item-text .font-12 {
  font-size: 12px; }

.grid-item.featured .item-thumbnail .list-item-text .title-15, .item-eyecatcher .list-item-text .font-15 {
  font-size: 15px;
  letter-spacing: 1px; }

.grid-item.featured .list-item {
  margin: 15px 0;
  display: block; }

.featured-list .round-number {
  display: inline-block;
  margin-right: 5px; }

.featured-list .list-item-text {
  display: inline-block;
  max-width: 210px; }

.headerFilter .filter {
  position: relative;
  margin: 0 auto;
  display: block; }

.filter-content {
  display: none; }

.inline-filter .filter-part:last-child {
  border: 0; }

.inline-filter .filter-part {
  display: inline-block;
  border-bottom: 2px solid transparent;
  border-image: url(img/horizontal-separator.png) 4 round;
  padding: 10px 0; }

.inline-filter .filter-part.desktop-only {
  display: none; }

.large-btn {
  font-family: 'argumentumregular';
  font-size: 14px;
  color: #fff !important;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  display: block;
  background: #ff6400; }

.media-grid {
  padding: 20px 12px;
  /*text-align: center;*/
  width: 320px;
  margin: 0 auto; }

.media-grid .grid-item {
  width: 130px;
  height: 113px;
  position: relative;
  display: inline-block;
  margin: 8px;
  cursor: pointer; }
  .media-grid .grid-item.hide-media {
    display: none !important; }

.media-grid .image {
  overflow: hidden;
  width: 100%;
  height: 100%; }

.media-grid .image img {
  max-width: 100%; }

.media-grid .upload-button {
  cursor: pointer;
  width: 130px;
  height: 113px;
  /*border-radius: 50%;*/
  font-size: 11px;
  padding: 30px; }

.media-grid .upload-button .icon {
  width: 27px;
  height: 23px;
  display: block;
  margin: 0 auto; }

.footer-spacer {
  display: none;
  height: 65px;
  width: 100%;
  margin-top: 0; }

.footer {
  z-index: 35;
  width: 100%;
  background: rgba(10, 10, 10, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 1);
  -ms-transform: translate3d(0, 0, 1);
  transform: translate3d(0, 0, 1); }

.footer .items {
  display: block;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto; }

.footer .items .item.info:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ff6400; }

.footer .items .item {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 34px;
  position: relative;
  margin: 0; }

.footer .items .item:hover .icon {
  background-position: right; }

.footer .items .item.active .icon {
  background-position: right; }

.footer .items .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.logo-image-only-large {
  width: 124px;
  height: 91px;
  background-image: url(img/logo-image-only.png);
  background-size: cover;
  display: block; }

.hamburger-menu .close {
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto; }

.hamburger-menu .logo-block {
  margin: 50px auto; }

.hamburger-menu .menu-items .item {
  cursor: pointer;
  padding: 15px;
  border-top: 1px solid #50504f;
  color: #fff;
  display: block; }

.hamburger-menu .menu-items .item:last-child {
  border-bottom: 1px solid #50504f; }

.hamburger-menu.open {
  right: 0; }

.hamburger-menu {
  position: fixed;
  top: 0;
  right: -265px;
  bottom: 0;
  width: 235px;
  background-color: #3c3c3b;
  z-index: 30;
  padding-top: 40px; }

.expanding-list .item {
  padding: 15px; }

.expanding-list .item-inner {
  position: relative;
  font-size: 14px;
  cursor: pointer; }

.expanding-list .open .item-inner:before {
  width: 10px;
  background-position: top right; }

.expanding-list .item-inner:before {
  content: "";
  background-image: url(img/faq-arrow-large-sprite.png);
  position: absolute;
  left: -15px;
  top: 5px;
  width: 7px;
  height: 10px;
  background-size: cover;
  display: block; }

.expanding-list .item-expand {
  display: none;
  font-size: 12px;
  padding: 10px 0; }

.expanding-list .open .item-expand {
  display: block; }

.paragraphs p {
  margin: 20px 0; }

.paragraphs p:first-child {
  margin-top: 0; }

.paragraphs p:last-child {
  margin-bottom: 0; }

.werkvorm-container.tips .title {
  font-size: 16px;
  line-height: 18px; }

.werkvorm-container.tips .tips-content-block {
  font-size: 14px;
  line-height: 21px; }

.werkvorm-container.tips .tips-block {
  font-size: 12px;
  line-height: 18px; }

.werkvorm-container.tips .tips-block .title {
  font-size: 60px;
  line-height: 18px; }

.werkvorm-container.keuze .keuze-head {
  font-size: 14px;
  line-height: 21px; }

.werkvorm-container.keuze .keuze-head .title {
  font-size: 16px;
  line-height: 18px; }

.werkvorm-container.keuze .keuzes-block {
  position: relative; }

.quote-video .explanation {
  font-size: 18px;
  line-height: 25px; }

.mpc-content .explanation {
  line-height: 21px; }

.answers.explanation {
  text-align: left; }

.answers.explanation .answer {
  text-align: center;
  margin: 10px 0; }

.answers.explanation .answer:nth-child(odd) {
  margin-right: 20px !important; }

.wv-popup.show {
  display: block; }

.wv-popup .top-header {
  display: none; }

.wv-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  overflow: hidden;
  z-index: 50;
  display: none;
  transform: translate3d(1px, 0, 0);
  -webkit-transform: translate3d(1px, 0, 0);
  -moz-transform: translate3d(1px, 0, 0); }

@media screen and (min-width: 768px) {
  .wv-popup {
    top: 0; } }

.wv-popup .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.9); }

.wv-popup.fullscreen .popup-window {
  min-height: 100%;
  max-width: 100%;
  top: 0; }

.wv-popup.news-popup .logo-small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none; }

.wv-popup.default .popup-window {
  top: 50px;
  /*width:100%*/
  margin-bottom: 30px;
  max-width: 630px; }

.wv-popup.media-popup .btn {
  font-family: 'Source Sans Pro';
  font-size: 11px;
  line-height: 11px; }
  .wv-popup.media-popup .videoContainer {
    height: 320px; }
  .wv-popup.media-popup .meta-info {
    padding: 25px; }
  .wv-popup.media-popup .description {
    font-family: 'source_sans_prosemibold'; }

.wv-popup.tellAFriend .popup-window {
  max-width: 535px;
  padding: 0;
  padding-top: 40px; }
  .wv-popup.tellAFriend .react {
    padding: 20px 50px; }
  .wv-popup.tellAFriend .tagline {
    line-height: 15px !important; }
  .wv-popup.tellAFriend input[type="text"] {
    color: #000 !important; }
  .wv-popup.tellAFriend textarea {
    height: 115px;
    border: 1px solid #878787;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    padding: 15px; }
  .wv-popup.tellAFriend .btn.place {
    font-family: 'Source Sans Pro';
    font-size: 11px;
    line-height: 11px; }

.wv-popup .popup-window {
  width: 100%;
  max-width: 987px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
  padding: 40px 0;
  font-size: 15px;
  line-height: 23px;
  color: #3c3c3b; }
  .wv-popup .popup-window p {
    padding: 25px 0px; }
  .wv-popup .popup-window.no-bottom {
    padding-bottom: 0; }
  .wv-popup .popup-window.has-mobile-header {
    padding-top: 0; }
  .wv-popup .popup-window .desktop-header-image {
    display: none; }

.wv-popup .react {
  padding: 20px; }

.wv-popup .popup-wrap {
  width: 100%;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.wv-popup .filter .dropdown {
  margin: 20px auto; }

.wv-popup .filter .dropdown .dropdown-value {
  margin-left: 0; }

.wv-popup .filter .dropdown.alternate-color {
  background-color: #fff !important;
  border: 1px solid #c6c6c6; }

.wv-popup .filter .dropdown.alternate-color.error {
  border-color: red; }

.wv-popup .popup-close {
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1; }

.wv-popup .popup-close.bigger {
  width: 33px;
  height: 33px;
  top: 5px;
  right: 10px; }

.wv-popup .rounded-button.close-popup {
  width: 95px;
  height: 95px;
  background: #ff6300;
  border-radius: 50%;
  line-height: 95px;
  color: #fff;
  font-size: 14px;
  margin: 35px auto;
  cursor: pointer; }

.keuze .keuzes-block .darken-overlay, .werkvorm-container .darken-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.keuze .keuzes-block .circle {
  z-index: 2; }

.interview-quote .quotation {
  vertical-align: sub;
  margin: 0px 5px; }

.interview-quote {
  color: #ff7d00;
  font-size: 22px;
  text-align: center;
  line-height: 22px; }

.wv-popup.default .popup-window .wv-popup-title {
  color: #3c3c3b;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase; }

.wv-popup .popup-window .wv-popup-title {
  color: #ff7d00;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase; }

.wv-popup .popup-window .wv-popup-subtitle {
  color: #82bec3;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase; }

.wv-popup.reactions .popup-window .profile-name {
  font-size: 18px;
  color: #0a0a0a; }

.wv-popup.reactions .popup-window .profile-photo {
  width: 66px;
  height: 66px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%; }

.wv-popup.reactions .popup-window .reaction {
  padding: 0px 20px 20px 20px;
  position: relative; }

.wv-popup.reactions .popup-window .reaction .date {
  font-size: 16px;
  font-family: 'source_sans_prosemibold';
  font-weight: bold;
  text-align: right; }

.reaction-edited {
  font-size: 75%;
  text-align: right;
  color: #878787;
  margin: 0px 0 10px 0; }

.editDiv.removeComment {
  position: absolute;
  top: 55px;
  right: 10px;
  width: 195px;
  display: none; }

.editDiv.removeComment .btn {
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 11px;
  line-height: 11px;
  border: none; }

.wv-popup.reactions .popup-window textarea {
  height: 100px;
  font-size: 13px;
  padding: 12px;
  font-family: 'Source Sans Pro'; }

.wv-popup.reactions .popup-window .reaction:nth-child(even) {
  background: #ededed; }

.wv-popup.reactions .popup-window textarea, .wv-popup.reactions .popup-window .reaction-text {
  color: #3c3c3b;
  font-size: 16px;
  line-height: 22px;
  position: relative; }

.wv-popup.reactions .close-popup {
  margin-top: 80px; }

.wv-popup.reactions.fullscreen .popup-window {
  max-width: 100%; }

.wv-popup.reactions.fullscreen p {
  padding: 10px 0px; }

.wv-popup.reactions .popup-window {
  max-width: 536px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  margin-bottom: 52px; }

.wv-popup.reactions .reaction {
  width: 100%; }

.wv-popup.upload-media .popup-window {
  max-width: 535px; }

.wv-popup.media-popup .magazine-name {
  font-size: 12px !important; }
  .wv-popup.media-popup .profile-name {
    font-size: 16px !important; }
  .wv-popup.media-popup .profile-photo {
    width: 54px !important;
    height: 54px !important; }
  .wv-popup.media-popup .media-metadata {
    display: inline-block;
    padding: 0px 10px;
    padding-top: 40px;
    float: right; }
  .wv-popup.media-popup .fade-corner-hart {
    background-image: url('img/fade-corner-hart_x2.png');
    background-size: cover; }
  .wv-popup.media-popup .doLike.active {
    background-image: url('img/fade-corner-hart-active.png');
    background-size: cover; }
  .wv-popup.media-popup img.media-image-source {
    width: 100%;
    max-height: 410px;
    min-height: 200px;
    position: relative; }

.large-photo-upload .no-photo-panel .inner-text {
  margin-top: 10px; }

.large-photo-upload .no-photo-panel {
  background-color: #c6c6c6;
  width: 100%;
  height: 100%;
  padding: 0 60px; }

.large-photo-upload .photo-panel img {
  /*max-width:100%;max-height:100%*/
  width: auto;
  height: auto; }

.large-photo-upload .photo-panel.avatar img {
  position: absolute;
  max-width: none; }

.large-photo-upload .photo-panel.fixed img {
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

.large-photo-upload .photo-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.large-photo-upload .zoom-controls {
  width: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px; }

.large-photo-upload .zoom-control {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: relative;
  width: 25px;
  height: 25px;
  background: #ff6300;
  border-radius: 50%;
  color: #fff;
  font-size: 24px; }

.large-photo-upload .zoom-control.plus {
  line-height: 25px;
  margin-bottom: 10px; }

.large-photo-upload .zoom-control.minus {
  line-height: 5px; }

.large-photo-upload {
  width: 275px;
  height: 202px;
  position: relative;
  margin: 20px auto;
  display: block; }

.large-photo-upload .preloader {
  display: none;
  background-image: url('img/preloader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.upload-media .window-success {
  font-size: 16px; }

.wv-tips-scroller {
  padding: 0 30px;
  position: relative; }

.wv-tips-scroller .title {
  padding: 40px;
  padding-bottom: 30px;
  font-size: 16px; }

.wv-tips-scroller .columns .column {
  display: block;
  font-size: 14px;
  line-height: 21px; }

.wv-tips-scroller .columns {
  display: block; }

.wv-next {
  height: 110px;
  position: relative; }

.wv-finish .btn {
  color: #fff !important; }

.noteblock-wrap .noteblock-page.active:before {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(img/notebook-tear_x2.png);
  background-size: 207px 38px;
  background-position: top left;
  position: absolute;
  top: -11px;
  left: 0; }

.noteblock-wrap .noteblock-page .page-text {
  font-size: 17px;
  line-height: 25px;
  padding: 0 10px; }

.noteblock-wrap .noteblock-page .page-count {
  font-size: 101px;
  line-height: 130px; }

.noteblock-wrap .noteblock-page.active {
  background-color: #fff; }

.noteblock-wrap .noteblock-page {
  width: 207px;
  height: 239px;
  background-color: #d2cece;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 12px 12px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 12px 12px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 12px 12px 8px 0 rgba(0, 0, 0, 0.1); }

.noteblock-info {
  display: inline-block;
  margin-top: 15px; }

.noteblock-info .info-text {
  width: 80px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-right: 6px;
  vertical-align: bottom; }

.noteblock-wrap {
  position: relative;
  height: 265px;
  width: 235px;
  margin: 0 auto;
  margin-top: 20px;
  left: 15px; }

.cross-content-slider .bullets {
  text-align: center;
  margin: 30px 0px 40px; }

.cross-content-slider .bullets .bullet.active:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ef7c1a;
  border-radius: 50%; }

.cross-content-slider .bullets .bullet {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%; }

.noteblock-wrap .nav {
  display: none; }

.wv-infographic .title {
  padding: 30px 0px; }

.wv-infographic .open-pdf {
  font-size: 18px;
  z-index: 2; }

.wv-infographic .pdf-image {
  margin: 40px 0px;
  max-width: 700px;
  margin: 0 auto; }

.button-rounded-big {
  width: 95px;
  height: 95px;
  font-size: 14px;
  border-radius: 50%;
  margin: 15px auto;
  cursor: pointer; }

.uploading {
  opacity: 0.5;
  cursor: default; }

.wv-react {
  font-size: 14px;
  padding: 30px 50px; }

.wv-react .title {
  font-size: 16px;
  margin-bottom: 5px; }

.wv-react .btn {
  margin-top: 12px; }

.wv-react .social .wrap {
  margin: 0 auto; }

.wv-react .social .text {
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px; }

.wv-react .social .button {
  display: inline-block;
  width: 50px;
  height: 50px;
  /*margin:0px 5px; */
  background-size: cover; }

.wv-react .social .button.facebook-button-icon {
  margin-right: 16px;
  margin-left: 8px; }

.wv-finish {
  font-size: 14px;
  padding: 25px 0px; }

.wv-related .title {
  padding: 30px;
  font-size: 16px; }

.wv-related .magazines {
  font-size: 0;
  text-align: center;
  padding-bottom: 30px; }

.wv-related .magazine {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 160px;
  margin: 0px 10px; }

.wv-related .magazine .full-image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.3);
  z-index: 1; }

.wv-related .magazine .full-image, .wv-related .magazine .full-image img {
  position: relative;
  width: 100%;
  height: 100%; }

.wv-related .magazine .text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  z-index: 2; }

.wv-related .magazine .pre-title {
  font-size: 6px;
  text-transform: uppercase; }

.wv-related .magazine .small-title {
  font-size: 13px; }

.wv-related .magazine .text-footer {
  text-align: center;
  font-size: 6px;
  color: #ff6400;
  width: 100%;
  padding: 6px;
  background: rgba(10, 10, 10, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }

.wv-related .magazine .icons {
  width: 26px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4; }

.wv-related .magazine .icons .icon {
  width: 26px;
  height: 26px;
  font-size: 6px;
  line-height: 26px; }

.werkvorm-tekst .title {
  color: #3c3c3b; }

.mpc-2 .mpc-wrapper {
  padding-bottom: 80px; }
/*.mpc .mpc-wrapper {padding-bottom:20px;}*/
.mpc .mpc-image {
  cursor: pointer; }

.mpc.disabled .mpc-image {
  cursor: default; }

.werkvorm-video .wv-next {
  margin-top: 80px; }

.magazine-block .magazine-type {
  font-size: 8px;
  line-height: 12px;
  font-family: 'Source Sans Pro'; }

.magazine-block.practice .magazine-footer a {
  color: #ff6400; }

.magazine-block .magazine-footer a {
  color: #82bec3;
  font-size: 10px; }

.column-one-two ul li {
  font-size: 14px; }

.column-one-two {
  font-size: 14px; }

.gt-mobile {
  display: none; }

.large-btn.mobile-only {
  margin-top: 10px; }

.title-medium {
  font-size: 20px; }

.styled-textarea textarea:focus {
  outline-width: 0; }

.styled-textarea textarea {
  background: transparent;
  border: none;
  font-size: 17px;
  margin: 22px 6px 0;
  width: calc(100% - 12px); }

.styled-textarea .tagline {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  margin: 3px;
  margin-left: 6px;
  text-transform: uppercase; }

.styled-textarea {
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  display: block;
  position: relative; }

.styled-textarea.error {
  border: 1px solid red; }

.shadow-small-right {
  -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.35); }

.shadow-large-left {
  -webkit-box-shadow: -16px 0 51px 0 rgba(0, 0, 0, 0.61);
  -moz-box-shadow: -16px 0 51px 0 rgba(0, 0, 0, 0.61);
  box-shadow: -16px 0 51px 0 rgba(0, 0, 0, 0.61); }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.inline-block {
  display: inline-block; }

.text-white {
  color: #fff; }

.text-darkgray {
  color: #0a0a0a; }

.text-semidarkgray {
  color: #3c3c3b; }

.title-32 {
  font-size: 32px;
  line-height: 38px; }

.title-20 {
  font-size: 20px;
  line-height: 24px; }

.title-15 {
  font-size: 15px;
  font-size: 14px; }

.shadow-15 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.font-chunkfive {
  font-family: "ChunkFive" !important; }

.font-sourcesans {
  font-family: 'Source Sans Pro'; }

.text-gray {
  color: #878787; }

.text-blue {
  color: #82bec3; }

.text-orange {
  color: #ff7d00; }

.bg-darkgray {
  background-color: #0a0a0a; }

.bg-shadegray {
  background-color: #232323; }

.bg-spacegray {
  background-color: #343432; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #ff6400; }

.bg-lightblue {
  background-color: #82bec3; }

.round-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.font-20 {
  font-size: 20px; }

.font-14 {
  font-size: 14px; }

.font-13 {
  font-size: 13px; }

.font-12 {
  font-size: 12px; }

.font-8 {
  font-size: 8px; }

.font-18 {
  font-size: 18px; }

.font-bold {
  font-weight: 700; }

.dotted-border-bottom {
  background: -webkit-linear-gradient(to right, #9d9d9d, 10px, rgba(255, 255, 255, 0) 0%);
  background: -moz-linear-gradient(right, #9d9d9d, 10px, rgba(255, 255, 255, 0) 0%);
  background: -o-linear-gradient(right, #9d9d9d, 10px, rgba(255, 255, 255, 0) 0%);
  background: linear-gradient(to right, #9d9d9d 10px, rgba(255, 255, 255, 0) 0%);
  height: 2px;
  background-size: 14px 2px;
  /*border-bottom:3px solid transparent;
   -webkit-border-image:url(img/horizontal-separator.png) 5 round;
   -o-border-image:url(img/horizontal-separator.png) 5 round;
   border-image:url(img/horizontal-separator.png) 5 round*/ }

.btn.smaller {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 3px solid #ffdac0;
  color: #fff; }

.inline-table {
  display: inline-table; }

.vertical-center {
  display: table-cell;
  vertical-align: middle; }

.link-reset {
  text-decoration: none; }

.text-underline {
  border-bottom: 1px solid;
  padding-bottom: 0; }

.border-dark {
  border-color: #939393 !important;
  border-width: 1px; }

.btn.shadowed {
  display: inline-block;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 12px 30px;
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 8px; }

.tag-select {
  margin: 20px 0; }

.tag-select .tag {
  cursor: pointer;
  color: #3c3c3b;
  background: #fff;
  border: 1px solid #c6c6c6;
  display: inline-block;
  margin: 10px 15px;
  border-radius: 8px;
  padding: 5px 10px;
  position: relative;
  font-size: 13px; }

.tag-select .tag.add:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(img/tag-plus-icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

.tag-select .tag.added:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(img/tag-remove-icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

.tag-select .tag.add, .tag-select .tag.added {
  padding-right: 35px; }

.tag-select .tag.added {
  background-color: #c6c6c6;
  color: #fff; }

.werkvorm-container .background-image {
  height: 100%; }
/*
 .werkvorm-container.magazine-explanation ul,
 .werkvorm-container.magazine-explanation p{font-size:14px !important;}
 */
.keuzes-block .focuspoint {
  width: 100%;
  height: 100%; }

.wv-popup .react .place {
  cursor: pointer; }

.login input[type="text"], .login input[type="password"] {
  color: #fff;
  padding: 7px; }

.wv-infographic .open-pdf {
  color: #fff !important; }

.wv-infographic .title {
  font-size: 20px;
  line-height: 26px; }

label.styled .tagline {
  padding-left: 30px; }

.filter label.styled {
  /*width:143px;*/
  width: 50%;
  max-width: 136px;
  margin: 8px 0; }

label.styled [type="checkbox"], label.styled [type="radio"] {
  display: none; }

label.styled.media-checkbox {
  table-layout: fixed; }

label.styled.media-checkbox .tagline {
  padding: 0; }

label.styled.bordered [type="checkbox"] + span {
  border: 1px solid #2c2c2c; }

label.styled.image-checkbox [type="checkbox"] + span:after {
  background-image: url(img/camera-white-icon.png) !important; }

label.styled.video-checkbox [type="checkbox"] + span:after {
  background-image: url(img/play-icon.png) !important;
  width: 15px !important;
  height: 24px !important; }

label.styled.vlog-checkbox [type="checkbox"] + span:after {
  background-image: url(img/play-icon.png) !important;
  width: 15px !important;
  height: 24px !important; }

label.styled.media-checkbox [type="checkbox"]:checked + span {
  background-color: #ff6300; }

label.styled.media-checkbox [type="checkbox"] + span {
  width: 44px;
  height: 44px;
  background: #c6c6c6;
  border: 0; }

label.styled.media-checkbox [type="checkbox"] + span:after {
  content: "";
  background-size: cover;
  width: 25px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

label.styled [type="checkbox"] + span, label.styled [type="radio"] + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  vertical-align: text-top;
  float: left;
  position: relative; }

label.styled:not(.media-checkbox) [type="checkbox"]:checked + span:after, label.styled [type="radio"]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff6400;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%; }

label.styled [type="checkbox"][disabled] + span, label.styled [type="radio"][disabled] + span {
  background: red; }

label.styled.purple [type="checkbox"] + span, label.styled.purple [type="radio"] + span {
  border: none;
  box-shadow: 0 -1px 0 0 rgba(4, 4, 4, 1);
  margin-top: 1px;
  height: 31px; }

label.styled.purple:checked + span {
  box-shadow: none;
  height: 32px;
  margin-top: 0;
  background-color: #008a8d;
  background-image: url(img/blackCorrect.png); }

.icon.email-icon {
  background: url(img/email-icon.png);
  background-size: cover;
  width: 39px;
  height: 39px;
  display: inline-block; }

.icon.book-icon {
  background: url(img/book-icon-sprite.png);
  background-size: 67px 26px;
  width: 33px;
  height: 26px;
  display: inline-block; }

.icon.training-icon {
  background: url(img/training-icon-sprite.png);
  background-repeat: no-repeat;
  background-size: 73px 24px;
  width: 36px;
  height: 24px;
  display: inline-block; }

.icon.camera-icon {
  background: url(img/camera-icon-sprite.png);
  background-size: 64px 26px;
  width: 32px;
  height: 26px;
  display: inline-block; }

.icon.hamburger-icon {
  background: url(img/hamburger-icon-sprite.png);
  background-size: 51px 20px;
  width: 25px;
  height: 20px;
  display: inline-block; }

.icon.home-icon {
  background: url(img/home-icon-sprite.png);
  background-size: 56px 26px;
  width: 28px;
  height: 26px;
  display: inline-block; }

.icon.user-icon {
  background: url(img/user-icon-sprite.png);
  background-size: 52px 25px;
  width: 26px;
  height: 25px;
  display: inline-block; }

.icon.comments-icon {
  background: url(img/comments-icon.png);
  background-size: cover;
  width: 13px;
  height: 12px;
  display: inline-block; }

.icon.likes-icon {
  background: url(img/icon-like.png);
  background-size: cover;
  width: 13px;
  height: 12px;
  display: inline-block; }

.icon.twitter-icon-white {
  background: url(img/twitter-icon-white_x2.png);
  background-size: cover;
  width: 16px;
  height: 13px;
  display: inline-block; }

.icon.facebook-icon-white {
  background: url(img/facebook-icon-white_x2.png);
  background-size: cover;
  width: 16px;
  height: 17px;
  display: inline-block; }

.icon.facebook-icon-dark {
  background: url(img/facebook-icon-dark.png);
  background-size: cover;
  width: 12px;
  height: 16px;
  display: inline-block; }

.icon.new-star-icon {
  background: url(img/new-star-icon_x2.png);
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block; }

.icon.play-icon {
  background: url(img/play-icon-big.png);
  background-size: cover;
  width: 12px;
  height: 20px;
  display: inline-block; }

.icon.camera-white-icon {
  background: url(img/camera-white-icon.png);
  background-size: cover;
  width: 65px;
  height: 55px;
  display: inline-block; }

.icon.contact-phone-icon {
  background: url("img/phone-icon-blue.png");
  background-size: cover;
  width: 22px;
  height: 26px;
  display: inline-block; }

.icon.contact-email-icon {
  background: url("img/mail-icon-blue.png");
  background-size: cover;
  width: 28px;
  height: 21px;
  display: inline-block; }

.icon.swipe-icon {
  background: url(img/swipe-icon.png);
  background-size: cover;
  width: 44px;
  height: 45px;
  display: inline-block; }

.icon.click-icon {
  background: url(img/click-icon_x2.png);
  background-size: cover;
  width: 29px;
  height: 41px;
  display: inline-block; }

.icon.facebook-button-icon {
  background: url(img/facebook-button-icon_x2.png);
  background-size: cover;
  width: 27px;
  height: 27px;
  display: inline-block; }

.icon.twitter-button-icon {
  background: url(img/twitter-button-icon_x2.png);
  background-size: cover;
  width: 27px;
  height: 27px;
  display: inline-block; }

.icon-search {
  position: absolute;
  top: 0; }

.padding-small {
  padding: 3px; }

.padding-medium {
  padding: 5px; }

.padding-8 {
  padding: 8px; }

.padding-large {
  padding: 10px; }

.padding-extralarge {
  padding: 15px; }

.padding-extend {
  padding: 20px; }

.padding-small-top {
  padding-top: 5px; }

.padding-8-top {
  padding-top: 8px; }

.padding-medium-top {
  padding-top: 10px; }

.padding-large-top {
  padding-top: 15px; }

.padding-extralarge-top {
  padding-top: 25px; }

.padding-extend-top {
  padding-top: 35px; }

.padding-extended-top {
  padding-top: 50px; }

.padding-small-bottom {
  padding-bottom: 5px; }

.padding-8-bottom {
  padding-bottom: 8px; }

.padding-medium-bottom {
  padding-bottom: 10px; }

.padding-large-bottom {
  padding-bottom: 15px; }

.padding-extralarge-bottom {
  padding-bottom: 25px; }

.padding-extend-bottom {
  padding-bottom: 35px; }

.padding-small-right {
  padding-right: 5px; }

.padding-8-right {
  padding-right: 8px; }

.padding-medium-right {
  padding-right: 10px; }

.padding-large-right {
  padding-right: 15px; }

.padding-extralarge-right {
  padding-right: 25px; }

.padding-extend-right {
  padding-right: 35px; }

.padding-small-left {
  padding-left: 5px; }

.padding-8-left {
  padding-left: 8px; }

.padding-medium-left {
  padding-left: 10px; }

.padding-large-left {
  padding-left: 15px; }

.padding-extralarge-left {
  padding-left: 25px; }

.padding-extend-left {
  padding-left: 35px; }

.button-rounded-big {
  font-size: 14px; }

@media (min-width: 1024px) {
  /*.search.open {width:220px;margin: 23px 60px;}*/
    .home-grid {
      margin-top: 30px; }
    .footer {
      height: 65px; }
    .footer .items {
      padding: 16px; }
    .footer .items .item {
      width: 55px;
      margin: 0 14px; }
    .footer-spacer {
      margin-top: 50px; }
    .play-button {
      width: 90px;
      height: 90px; }
    .icon.play-icon {
      width: 24px;
      height: 40px; }
    .media-grid .grid-item {
      width: 285px;
      height: 214px; }
    .headerFilter .filter {
      width: 1024px; }
    .media .headerFilter .filter {
      width: 974px;
      padding: 0 20px; }
    .media-grid {
      width: 974px !important;
      max-width: 1295px;
      margin: 0 auto !important; }
    .profile-photo .media-grid {
      width: 100% !important; }
    .media-grid .upload-button {
      width: 285px;
      height: 214px;
      padding: 60px 100px;
      font-size: 14px; }
    .media-grid .upload-button .icon {
      width: 65px;
      height: 55px;
      margin-bottom: 10px; }
    .inline-filter .filter-part.small {
      max-width: 150px;
      display: inline-block;
      width: auto; }
    .inline-filter .filter-part {
      margin: 0px 20px;
      max-width: 450px;
      border-bottom: 0;
      border-right: 2px solid transparent;
      border-image: url(img/vertical-separator.png) 4 round; }
    .filter label.styled {
      width: 140px; }
    .expanding-list {
      margin-top: 20px; }
    .expanding-list .item {
      padding: 15px 0; }
    .expanding-list .item-inner {
      font-size: 18px; }
    .expanding-list .item-expand {
      font-size: 16px; }
    .expanding-list .item-inner:before {
      background-image: url(img/faq-arrow-large-sprite.png);
      width: 14px;
      height: 20px;
      left: -20px;
      top: 2px; }
    .expanding-list .open .item-inner:before {
      width: 20px;
      left: -25px; }
    .button-rounded-big {
      width: 116px;
      height: 116px;
      font-size: 16px; }
    .large-photo-upload {
      width: 410px;
      height: 315px;
      border: 1px solid #000; }
    .title-medium {
      font-size: 30px;
      line-height: 36px; }
    .popup .inline-filter .filter-part {
      max-width: 100%; }
    .popup .top-header {
      display: block;
      position: absolute;
      z-index: 1; }
    .popup:not(.fullscreen) .popup-window {
      margin: 50px auto; }
    .popup .popup-window .container-outer {
      width: 450px; }
    .popup .submit-button {
      font-size: 16px; }
    .popup .styled-textarea {
      margin: 15px 0; }
    .popup .react {
      padding: 20px 50px; }
    .tag-select .tag {
      margin: 5px; }
    .wv-tips-scroller .columns {
      text-align: center; }
    .wv-tips-scroller .title {
      font-size: 38px; }
    .wv-tips-scroller .columns .column {
      display: inline-block;
      font-size: 18px;
      line-height: 26px;
      width: 320px;
      margin: 0px 27px; }
    .noteblock-wrap .nav {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 40px;
      margin: auto; }
    .noteblock-wrap .nav .nav-item {
      position: absolute;
      left: -60px;
      width: 28px;
      height: 39px;
      background-image: url(img/noteblock-nav-sprite_x2.png);
      background-position: top left;
      background-size: 55px 39px;
      cursor: pointer; }
    .noteblock-wrap .nav .nav-item.next {
      left: auto;
      right: -45px;
      background-position: top right; }
    .wv-infographic .title {
      font-size: 38px;
      padding: 80px 0px;
      line-height: 38px; }
    .wv-infographic .open-pdf {
      font-size: 28px;
      width: 164px;
      height: 164px; }
    .wv-react {
      font-size: 18px;
      padding: 50px; }
    .wv-react .title {
      font-size: 38px;
      margin-bottom: 25px; }
    .wv-react .text-wrap {
      width: 310px;
      margin: 0 auto; }
    .wv-react .btn {
      margin-top: 20px;
      font-size: 18px;
      padding: 12px 57px;
      /*max-width: 206px;*/ }
      .wv-react .btn.smaller {
        padding: 5px 10px;
        font-size: 14px;
        margin-top: 12px;
        font-family: "Source Sans Pro"; }
    .wv-finish {
      font-size: 18px;
      padding: 65px 0px; }
    .wv-finish .btn {
      font-size: 18px;
      padding: 8px 15px;
      max-width: 206px;
      margin-top: 20px; }
    .wv-related .title {
      font-size: 38px;
      padding: 40px 0px 15px; }
    .wv-related .magazines {
      padding-bottom: 50px; }
    .wv-related .magazine {
      width: 235px;
      height: 332px;
      margin: 0px 15px; }
    .wv-related .magazine .pre-title {
      font-size: 18px;
      font-weight: 600; }
    .wv-related .magazine .small-title {
      font-size: 25px; }
    .wv-related .magazine .text-footer {
      font-size: 15px;
      padding: 12px 20px; }
    .wv-related .magazine .icons {
      width: 50px; }
    .wv-related .magazine .icons .icon {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 12px; }
    .mobile-only {
      display: none; }
    .gt-mobile {
      display: block; }
    .wv-next {
      height: 180px; }
    .wv-popup .popup-window {
      top: 50px;
      font-size: 26px;
      line-height: 40px;
      margin-bottom: 66px; }
    .wv-popup.reactions .popup-window {
      margin-bottom: 66px; }
    .wv-popup.fullscreen .popup-window {
      margin-bottom: 0px; }
    .wv-popup .popup-window .wv-popup-title {
      font-size: 60px;
      line-height: 71px; }
    .wv-popup .popup-window .wv-popup-subtitle {
      font-size: 40px;
      line-height: 18px; }
    .wv-popup .popup-window .desktop-header-image {
      display: block; }
    .wv-popup .popup-window .mobile-header-image {
      display: none; }
    .wv-popup .popup-title-text {
      padding: 60px 0px; }
    .interview .wv-popup .popup-title-text {
      padding: 30px 0px; }
    .wv-popup .rounded-button.close-popup {
      width: 185px;
      height: 185px;
      font-size: 32px;
      line-height: 185px; }
    .wv-popup.default .popup-window {
      padding: 0px 80px; }
    .wv-popup.default .popup-window .wv-popup-title {
      font-size: 32px;
      line-height: 38px; }
    .wv-popup.default .popup-window .popup-text {
      font-size: 16px;
      line-height: 25px; }
    .wv-popup.default .popup-window p {
      padding: 0; }
    .interview .wv-popup .popup-window .wv-popup-title {
      font-size: 30px;
      line-height: 36px; }
    .interview .wv-popup .popup-window .wv-popup-subtitle {
      font-size: 18px;
      line-height: 32px; }
    .wv-popup.tellAFriend .close-popup, .wv-popup.default .close-popup, .wv-popup.reactions .close-popup {
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 21px; }
    .magazine-block .magazine-title {
      font-size: 25px;
      line-height: 29px; }
    .magazine-block .magazine-type {
      font-size: 14px;
      line-height: 17px; }
    .magazine-block .magazine-footer a {
      font-size: 14px; }
    .mpc-content .explanation {
      font-size: 18px;
      line-height: 26px; }
    .interview-quote {
      /*font-size: 35px;
       line-height: 44px;*/
      margin: 25px 0px; }
    .column-one-two ul li {
      font-size: 18px; }
    .column-one-two {
      font-size: 18px; }
    .werkvorm-video {
      padding-top: 90px; }
    .werkvorm-container.tips .title {
      font-size: 38px;
      line-height: 45px; }
    .werkvorm-container.tips .tips-content-block {
      font-size: 18px;
      line-height: 25px; }
    .werkvorm-container.tips .tips-block {
      font-size: 16px;
      line-height: 21px; }
    .werkvorm-container.tips .tips-block .title {
      font-size: 56px;
      line-height: 68px; }
    .werkvorm-container.keuze .keuze-head {
      font-size: 18px;
      line-height: 25px; }
    .werkvorm-container.keuze .keuze-head .title {
      font-size: 38px;
      line-height: 45px; }
    .search .icon-search {
      width: 22px;
      height: 22px;
      margin: 8px 15px;
      background-size: cover; }
    .search {
      width: 220px;
      margin: 23px 60px; }
    .search input {
      border: 0;
      /*height: 36px !important;*/
      width: calc(100% - 60px);
      margin: 0px 20px;
      outline: none; }
    .wv-popup.upload-media .tagline {
      line-height: 15px; }
      .wv-popup.upload-media .popup-window {
        padding: 40px; }
        .wv-popup.upload-media .popup-window .container-outer {
          width: 450px; }
    .wv-popup.media-popup .popup-nav {
      width: calc(100% - -170px);
      margin-left: -85px;
      height: 62px;
      position: absolute;
      top: 250px; }
      .wv-popup.media-popup .popup-nav .nav-item {
        width: 43px;
        height: 62px;
        background: url('img/popup-nav-arrows.png');
        background-size: 86px 62px;
        background-position: top left;
        position: absolute;
        top: 0;
        left: 0; }
        .wv-popup.media-popup .popup-nav .nav-item.next {
          left: auto;
          right: 0;
          background-position: top right; }
      .wv-popup.media-popup .meta-info {
        padding: 25px 55px; }
    .large-btn {
      width: 310px;
      float: left;
      margin-top: 10px; }
    .upload-media .window-success {
      line-height: 20px; }
    .scroll-top-arrow {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 28px;
      left: auto;
      margin: auto;
      background-color: #c6c6c6;
      background-image: url('img/arrow-up-icon_x2.png');
      width: 36px;
      height: 36px;
      background-size: 11px 12px;
      background-position: center center;
      background-repeat: no-repeat;
      border-radius: 50%;
      cursor: pointer;
      z-index: 9; } }

@media (min-width: 1335px) {
  .media-grid {
    width: 100% !important; }

  .media .headerFilter .filter {
    width: 1295px; }

  .media-grid .upload-button {
    width: 299px;
    height: 225px; } }

@media (min-width: 1100px) {
  .media-grid .grid-item {
    width: 299px;
    height: 225px; }

  .headerFilter .dropdown {
    margin-left: 0; }

  .headerFilter .filter-part:first-of-type {
    margin-left: 0; } }

.wv-popup:not(.news-popup) .scroller {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative; }

@media screen and (max-width: 767px) {
  .inline-filter .filter-part.small {
    width: 100%; }

  .wv-popup:not(.news-popup) .popup-window {
    top: 0 !important;
    margin: 0 auto !important; } }

@media screen and (min-width: 375px) {
  .footer .items .item {
    width: 53px; } }

@media screen and (min-width: 475px) {
  .media-grid {
    width: 467px; } }

@media screen and (min-width: 767px) {
  /*.media-grid{padding-left:101px;text-align: left;}*/
    .search.open {
      width: 220px;
      margin: 23px 60px; }
    .media-grid {
      width: 616px; }
    .headerFilter {
      margin-top: 30px; }
    .blocks .headerFilter {
      max-width: 910px; }
    .top-header {
      padding: 0 66px !important; }
    .wv-popup.news-popup .logo-small {
      display: block; }
    .wv-popup.news-popup .popup-close {
      width: 33px;
      height: 33px;
      background-image: url('img/icon-close-small_x2.png');
      background-size: cover; }
    .media-grid {
      /* padding-left: 101px; */
      text-align: left;
      width: 616px;
      margin: 0 auto; }
    .wv-popup:not(.news-popup) .popup-window-container {
      display: table-cell;
      vertical-align: middle; }
    .wv-popup:not(.news-popup) .popup-window {
      position: relative;
      top: 0 !important;
      margin: 0 auto !important; }
    .wv-popup:not(.news-popup) .popup-wrap {
      display: table; } }

@media screen and (max-width: 330px) {
  .top-header .menu-items {
    margin-top: 30px; } }

.interview .wv-popup .popup-window {
  font-size: 16px;
  line-height: 25px; }

.interview .wv-popup .popup-window p {
  padding: 10px 0px; }

.interview .background-image {
  z-index: -1; }

.werkvorm-lint .videoContainer {
  position: relative; }

.werkvorm-lint .hidden-container {
  opacity: 0;
  height: 0px !important;
  overflow: hidden;
  min-height: 0px !important;
  padding: 0px !important; }

.werkvorm-container .progress-inner {
  overflow: visible; }

.werkvorm-container .progress-text {
  width: 100%;
  min-width: 40px;
  text-align: center;
  padding: 0px 10px;
  position: absolute;
  top: 0;
  left: 0; }

.image-wall .darken-overlay {
  z-index: 0; }

.wv-popup div[id$="jwplayer_controlbar"] {
  transform: translateY(-265px); }

.forgotPassword .container-inner table.inputs tr td {
  position: relative; }

.contact-item .phone-text {
  padding-left: 35px; }

.jsNoResult.noSearch {
  color: #fff; }

.wv-popup.tellAFriend .btn.place.disabled {
  opacity: 0.4;
  pointer-events: none; }

.popup.notif-popup .popup-intro {
  margin-bottom: 30px;
  font-size: 18px; }
/* Notification history table */
form .blueButton.prepareNotifs.disabled {
  opacity: 0.5;
  pointer-events: none; }

form .inputBlock .buttonSpacer {
  height: 15px; }

form .inputBlock .mediaSelect .editEntry {
  margin-bottom: 0px; }

.detailTableWrapper {
  padding: 50px;
  max-width: 850px;
  margin: 0 auto; }
  .detailTableWrapper .assetBtn.dark {
    background: #484848;
    margin: 0px 0px 50px 0px; }
  .detailTableWrapper .assetBtn.dark:hover {
    background: #808080; }
  .detailTableWrapper .detailTable .detailTitle {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #484848; }
  .detailTableWrapper .detailTable .item {
    margin-top: -1px;
    background: #fff;
    padding: 5px 8px;
    width: 100%;
    border: 1px solid #d4d4d4; }
  .detailTableWrapper .detailTable .item .itemContent {
    width: 80%;
    display: inline-block; }
  .detailTableWrapper .detailTable .item .itemMeta {
    width: 19%;
    display: inline-block;
    position: relative; }
    .detailTableWrapper .detailTable .item .itemMeta .itemDelete {
      width: 15px;
      height: 15px;
      position: absolute;
      right: 0;
      cursor: pointer; }
    .detailTableWrapper .detailTable .item .itemMeta .icon.delete {
      margin: 3px;
      width: 12px;
      height: 15px;
      background-image: url('img/trashIconGray.png');
      background-size: cover;
      display: inline-block; }
  .detailTableWrapper .detailTable .item .itemTitle {
    font-weight: bold;
    font-size: 16px; }
  .detailTableWrapper .detailTable .item .itemBody {
    font-size: 14px; }
  .detailTableWrapper .detailTable .item .itemData {
    width: 100%;
    background: #808080;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    height: 25px;
    margin: 10px 0px 5px; }
    .detailTableWrapper .detailTable .item .itemData a {
      color: #fff; }
    .detailTableWrapper .detailTable .item .itemData a:hover {
      color: #fff; }
    .detailTableWrapper .detailTable .item .itemData .icon.link {
      margin: 3px;
      width: 10px;
      height: 10px;
      background-image: url('img/icon-link.png');
      background-size: cover;
      display: inline-block; }
    .detailTableWrapper .detailTable .item .itemData .left {
      float: left; }
    .detailTableWrapper .detailTable .item .itemData .right {
      float: right; }

.popup-react {
  float: right;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid #ff3f00;
  box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8); }

.like-btn {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 25px; }
  .like-btn a {
    font-size: 16px;
    color: #ff6400;
    line-height: 34px; }
  .like-btn a .icon {
    display: inline-block;
    width: 41px;
    height: 34px;
    background-size: cover;
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin-right: 10px; }
  .like-btn a .icon.icon-likes {
    background-image: url('img/likes-heart-sprite.png'); }
  .like-btn a.active .icon {
    background-position: 0 0; }

@media screen and (min-width: 768px) {
  .like-btn {
    width: 100%;
    max-width: 425px;
    padding: 0; }

  .popup-window .like-btn {
    max-width: 100%;
    padding: 0 55px; } }

.auth-blocked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2; }
  .auth-blocked:after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    z-index: 3; }
  .auth-blocked.grid-item:after {
    width: 55%;
    left: 0;
    right: 0;
    margin: auto; }

@media only screen and (max-width: 1024px) {
  .auth-blocked.grid-item:after {
    font-size: 12px;
    width: 70%; } }

@media only screen and (max-width: 768px) {
  .wv-react .reactions .reaction .inner .react.auth-blocked:after {
    font-size: 14px; }

  .wv-react .reactions .reaction .inner .react.auth-blocked:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 5px; } }

.auth-blocked {
  position: relative; }

.overlay.auth-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
  .overlay.auth-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .overlay.auth-overlay .useraction {
    background: none; }

.wv-react .reactions {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: left; }
  .wv-react .reactions .reaction {
    width: 100%; }
  .wv-react .reactions .reaction:nth-child(odd) {
    background: #ededed; }
  .wv-react .reactions .reaction .inner {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    position: relative; }
    .wv-react .reactions .reaction .inner .react {
      padding: 0 20px; }
    .wv-react .reactions .reaction .inner .react.auth-blocked {
      position: relative; }
    .wv-react .reactions .reaction .inner .react.auth-blocked:before {
      top: 20px; }
    .wv-react .reactions .reaction .inner .react.auth-blocked:after {
      top: calc(50% + 10px); }
    .wv-react .reactions .reaction .inner:after {
      content: "";
      clear: both;
      display: table; }
    .wv-react .reactions .reaction .inner .rounded-button {
      display: inline-block;
      float: right;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border-bottom: 2px solid #ff3f00;
      box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 2px 1px 1px rgba(255, 255, 255, 0.8); }
  .wv-react .reactions .reaction .profile-name {
    font-size: 18px;
    color: #0a0a0a;
    max-width: 100px; }
  @media screen and (min-width: 768px) {
      .wv-react .reactions .reaction .profile-name {
        max-width: 170px; } }
  .wv-react .reactions .reaction .date {
    font-size: 16px;
    font-family: 'source_sans_prosemibold';
    font-weight: bold;
    text-align: right; }
  .wv-react .reactions .reaction .profile-photo {
    width: 66px;
    height: 66px;
    display: inline-block;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .wv-react .reactions textarea {
    height: 100px;
    font-size: 13px;
    padding: 12px;
    font-family: 'Source Sans Pro'; }
  .wv-react .reactions textarea, .wv-react .reactions .reaction-text {
    color: #3c3c3b;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px; }
  .wv-react .reactions .reaction-text {
    position: relative; }
  .wv-react .reactions .reaction-text .content {
    display: inline-block;
    padding-right: 50px; }

@media screen and (min-width: 768px) {
  .wv-react .reactions .reaction .inner .react {
    padding: 0; } }

.tabs {
  display: block;
  text-align: center; }
  .tabs .tab-options {
    display: inline-block;
    margin: 0 auto;
    background: #d3d3d3;
    font-size: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }
  .tabs .tab-options .tab-item {
    display: inline-block;
    font-size: 16px;
    color: #898989;
    padding: 10px 20px;
    line-height: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .tabs .tab-options .tab-item .icon {
    display: inline-block;
    width: 29px;
    height: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: cover; }
    .tabs .tab-options .tab-item .icon:after {
      content: attr(data-count);
      font-size: 14px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 100;
      color: #d3d3d3;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .tabs .tab-options .tab-item .icon.icon-comments {
      background-image: url('img/reactions-tab-sprite.png'); }
    .tabs .tab-options .tab-item .icon.icon-likes {
      background-image: url('img/likes-tab-sprite.png'); }
    .tabs .tab-options .tab-item .icon.icon-likes:after {
      top: -1px; }
  .tabs .tab-options .tab-item.active {
    background: #ff6400;
    color: #fff;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.16); }
    .tabs .tab-options .tab-item.active .icon {
      background-position: 0 0; }
    .tabs .tab-options .tab-item.active .icon:after {
      color: #ff6400; }
  .tabs .tab-contents {
    display: block; }
  .tabs .tab-contents .tab-content {
    display: none; }
  .tabs .tab-contents .tab-content.active {
    display: block; }
  .tabs .tab-contents .tab-content .date {
    font-size: 16px;
    font-family: 'source_sans_prosemibold';
    font-weight: bold;
    text-align: right; }

.blocks .contentHeader {
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 512px;
  padding: 0 24px;
  margin: 0 auto;
  margin-bottom: 80px; }

.blocks .contentHeader h1 {
  font-size: 32px;
  font-family: "ChunkFive";
  font-weight: normal;
  margin-bottom: 25px;
  text-transform: uppercase; }

.lockedItem {
  position: relative;
  pointer-events: none; }

.lockedItem:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(img/lock.png) center no-repeat rgba(0, 0, 0, 0.7);
  z-index: 10; }

@media screen and (max-width: 768px) {
  .lockedItem:before {
    background-size: 29px 41px; }

  .blocks .contentHeader.training-contentHeader {
    margin-top: 30px; } }

.training .trainingHeader {
  text-align: left;
  max-width: 320px;
  margin: 0 auto; }
  @media screen and (max-width: 320px) {
    .training .trainingHeader {
      max-width: 280px; } }
  .training .trainingHeader .btn {
    font-family: Source Sans Pro;
    font-size: 12px;
    padding: 5px 20px;
    line-height: 18px; }
  .training .trainingHeader .btn.disabled {
    background: #706f6f;
    border-color: #525252; }
  .training .trainingHeader .headerBlock {
    margin: 17px 6px;
    background: transparent; }
  .training .trainingHeader .headerBlock.orange .innerBlock.moduleInfo {
    background: #ff6300; }
    .training .trainingHeader .headerBlock.orange .progressCircle {
      color: #ff6300; }
  .training .trainingHeader .headerBlock.lightBlue .innerBlock.moduleInfo {
    background: #82bec3; }
    .training .trainingHeader .headerBlock.lightBlue .progressCircle {
      color: #82bec3; }
    .training .trainingHeader .headerBlock.lightBlue .innerBlock.moduleTest .certificateStatus.failed:after {
      background: url("img/ceritificate_failed_lightblue.png") no-repeat center center;
      background-size: contain; }
    .training .trainingHeader .headerBlock.lightBlue .innerBlock.moduleTest .certificateStatus.passed:after {
      background: url("img/ceritificate_passed_lightblue.png") no-repeat center center;
      background-size: contain; }
  .training .trainingHeader .innerBlock {
    font-size: 11px;
    height: 80px;
    padding: 11px;
    overflow: hidden; }
  .training .trainingHeader .innerBlock .texts {
    float: left;
    max-width: 68%; }
    .training .trainingHeader .innerBlock .texts .title {
      margin-top: 10px; }
  .training .trainingHeader .innerBlock .title {
    font-family: "ChunkFive";
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 1; }
  .training .trainingHeader .innerBlock.moduleTest {
    position: relative;
    /*background:url(img/moduleTestBG.png) center no-repeat;	*/
    background-color: rgba(10, 10, 10, 0.5);
    background-size: cover; }
    .training .trainingHeader .innerBlock.moduleTest .title {
      font-size: 18px; }
    .training .trainingHeader .innerBlock.moduleTest .lockedItem:before {
      background-size: 42px 58px; }
    .training .trainingHeader .innerBlock.moduleTest .module-test-image {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%; }
    .training .trainingHeader .innerBlock.moduleTest .btn {
      text-transform: uppercase;
      font-size: 12px;
      padding: 5px 10px;
      font-family: "source_sans_prosemibold"; }
    .training .trainingHeader .innerBlock.moduleTest .btn:first-child {
      margin-right: 6px; }
    .training .trainingHeader .innerBlock.moduleTest .certificateStatus {
      display: inline-block;
      width: 56px;
      height: 51px;
      background-image: url("img/ceritificate_status.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      float: right;
      margin-top: 5px;
      margin-right: 7px; }
    .training .trainingHeader .innerBlock.moduleTest .certificateStatus:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 9px;
      display: inline-block; }
    .training .trainingHeader .innerBlock.moduleTest .certificateStatus.passed:after {
      background: url("img/ceritificate_passed.png") no-repeat center center;
      background-size: contain;
      width: 22px;
      height: 16px; }
    .training .trainingHeader .innerBlock.moduleTest .certificateStatus.failed:after {
      background: url("img/ceritificate_failed.png") no-repeat center center;
      background-size: contain;
      width: 16px;
      height: 16px; }
  .training .trainingHeader .progressCircle {
    height: 51px;
    width: 51px;
    line-height: 51px;
    font-size: 17px;
    float: right; }
  .training .trainingBlock {
    margin-bottom: 35px; }
  .training .trainingBlock.lightBlue .trainingHeader .btn {
    background-color: #82bec3; }
  .training .trainingBlock.lightBlue .magazine-block .magazine-footer {
    color: #82bec3; }
    .training .trainingBlock.lightBlue .magazine-block .progressCircle {
      background-color: #82bec3; }
  @media screen and (min-width: 494px) and (max-width: 768px) {
  .training .trainingHeader {
    max-width: 484px; } }
  @media screen and (min-width: 768px) {
  .training .trainingHeader {
    max-width: 100%; }
    .training .trainingHeader .innerBlock {
      font-size: 20px;
      height: 160px;
      padding: 15px;
      width: 454px;
      display: inline-block; }
      .training .trainingHeader .innerBlock .title {
        font-size: 20px; }
      .training .trainingHeader .innerBlock.moduleTest {
        /*text-align:center;*/
        width: 230px; }
        .training .trainingHeader .innerBlock.moduleTest .title {
          margin-top: 20px;
          font-size: 30px; }
          .training .trainingHeader .innerBlock.moduleTest .title div {
            margin-top: 15px; }
        .training .trainingHeader .innerBlock.moduleTest.lockedItem:before {
          background-size: 42px 58px; }
        .training .trainingHeader .innerBlock.moduleTest .title {
          display: block;
          margin-bottom: 20px; }
        .training .trainingHeader .innerBlock.moduleTest .testOptions {
          display: block; }
        .training .trainingHeader .innerBlock.moduleTest .certificateStatus {
          margin-top: 15px; }
        .training .trainingHeader .innerBlock.moduleTest .btn {
          font-size: 17px;
          padding: 5px 10px;
          letter-spacing: 0.5px; }

    .training .trainingHeader .progressCircle {
      height: 115px;
      width: 115px;
      line-height: 115px;
      font-size: 37px;
      margin-right: 15px;
      margin-top: 5px; }
  .training .trainingBlock {
    margin-bottom: 120px; } }

.progressCircle {
  background: #fff;
  color: #000;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  font-family: "ChunkFive";
  font-size: 37px;
  text-align: center;
  line-height: 115px;
  letter-spacing: 1px; }

.werkvorm-container.mpc.vink .vink-wrapper {
  width: 447px;
  margin: 0 auto; }
  .werkvorm-container.mpc.vink .title {
    margin-bottom: 35px; }
  .werkvorm-container.mpc.vink .text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px; }
  .werkvorm-container.mpc.vink .image {
    width: 100%;
    margin-bottom: 25px; }
  .werkvorm-container.mpc.vink .image img {
    width: 100%; }
  .werkvorm-container.mpc.vink .btn.checkButton {
    margin-top: 30px;
    width: 203px; }
  .werkvorm-container.mpc.vink .btn.checkButton.disabled {
    background-color: #706f6f;
    pointer-events: none; }
  .werkvorm-container.mpc.vink .wvFeedback {
    display: none; }
  .werkvorm-container.mpc.vink .wvFeedback.show {
    display: block; }
  .werkvorm-container.mpc.vink .wvFeedbackContent {
    text-align: center;
    margin-top: 25px; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon {
    position: relative;
    width: calc(100% - 50px);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: none;
    margin: 0px 20px;
    margin-bottom: 25px; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon.correct {
    background-image: url(img/feedback-correct-flair.png); }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon.wrong {
    background-image: url(img/feedback-wrong-flair.png); }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon .icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: none;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative; }
    .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon .icon:after {
      content: "";
      width: 20px;
      height: 20px;
      background: url(img/feedback-icon-sprite.png);
      background-size: 20px 38px;
      position: absolute;
      top: 15px;
      left: 15px; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon .text {
    color: #ff6300;
    font-size: 24px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon.correct .icon:after {
    background-position: bottom left; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackIcon.active {
    display: inline-block; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackRepeat {
    width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 20px;
    cursor: pointer; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackRepeat.hidden {
    display: none; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackRepeat .icon {
    width: 43px;
    height: 47px;
    background: url(img/repeat-icon.png);
    background-size: cover;
    margin: 0 auto;
    display: block;
    margin-bottom: 11px; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackRepeat .text {
    color: #82bec3; }
  .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackText {
    font-size: 18px;
    color: #fff;
    margin-top: 25px; }
  .werkvorm-container.mpc.vink .vink-answer {
    width: 100%;
    display: block;
    background: #ff6300;
    border-radius: 5px;
    padding: 16px 80px 16px 16px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    min-height: 70px; }
  .werkvorm-container.mpc.vink .vink-answer.has-feedback.selected {
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 14px 78px 14px 14px; }
    .werkvorm-container.mpc.vink .vink-answer.has-feedback.selected .selector {
      top: 15px; }
  .werkvorm-container.mpc.vink .vink-answer.has-feedback .selector:after {
    background: url('img/feedback-icon-sprite.png');
    background-size: 15px 30px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 11px;
    left: 11px; }
  .werkvorm-container.mpc.vink .vink-answer.has-feedback.correct .selector:after {
    background-position: bottom left; }
  .werkvorm-container.mpc.vink .vink-answer.has-feedback:not(.selected) {
    background-color: #d15a16; }
  .werkvorm-container.mpc.vink .vink-answer.has-feedback .selector:after {
    opacity: 1; }
  .werkvorm-container.mpc.vink .vink-answer.selected .selector:after {
    opacity: 1; }
  .werkvorm-container.mpc.vink .vink-answer .selector {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid #7a7573;
    border-radius: 50%;
    top: 17px;
    right: 20px; }
  .werkvorm-container.mpc.vink .vink-answer .selector:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 22px;
    height: 22px;
    background: #ff6300;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }

@media screen and (min-width: 768px) {
  .werkvorm-container.mpc.vink .wvFeedbackContent {
    position: relative; }
    .werkvorm-container.mpc.vink .wvFeedbackContent .wvFeedbackRepeat {
      position: absolute;
      right: 0;
      top: 13px; } }

.werkvorm-container.werkvorm-image.double-images .images-wrapper .image {
  display: inline-block;
  width: calc(50% - 12px); }
  .werkvorm-container.werkvorm-image.double-images .images-wrapper .image.left {
    margin-right: 12px; }
  .werkvorm-container.werkvorm-image.double-images .images-wrapper .image.right {
    margin-left: 12px; }
  .werkvorm-container.werkvorm-image .images-wrapper {
    max-width: 700px;
    margin: 0 auto;
    font-size: 0; }
  .werkvorm-container.werkvorm-image .images-wrapper .image-subtext {
    font-size: 18px;
    margin: 20px 0px; }

.training-end-wrapper {
  position: relative;
  text-align: center;
  min-height: 445px;
  height: 445px;
  background: url('img/background-training-pattern.png');
  background-repeat: repeat; }
  .training-end-wrapper .confetti .part {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover; }
  .training-end-wrapper .confetti .part.left {
    width: 287px;
    height: 303px;
    right: auto;
    background-image: url('img/confetti-left.png'); }
  .training-end-wrapper .confetti .part.right {
    width: 217px;
    height: 275px;
    left: auto;
    background-image: url('img/confetti-right.png'); }
  .training-end-wrapper .text-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  .training-end-wrapper .text-content .inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
  .training-end-wrapper .text-content .inner h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal; }
  .training-end-wrapper .text-content .inner .subtitle {
    font-size: 16px;
    line-height: 20px; }
  .training-end-wrapper .text-content .inner .buttons {
    width: 100%;
    max-width: 492px;
    font-size: 0;
    margin: 0 auto;
    margin-top: 45px; }
    .training-end-wrapper .text-content .inner .buttons .btn {
      width: calc(50% - 40px);
      margin: 0px 20px;
      font-family: Source Sans Pro;
      font-size: 18px;
      border: 1px solid #fff; }

.blocks .blocked-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  position: relative; }
  .blocks .blocked-content .overlay {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 8px;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    cursor: pointer; }
  .blocks .blocked-content .overlay .text {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    top: 130px; }

.container-inner table.inputs tr.disabled {
  display: none; }
  .container-inner table.inputs tr td.toggleBtn {
    /*display: block;*/
    border-radius: 5px;
    border: none !important;
    background: #ff6300;
    height: 58px;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    /*line-height: 58px;*/
    cursor: pointer;
    display: table-cell;
    line-height: 20px;
    vertical-align: middle; }
  .container-inner table.inputs tr td.toggleBtn.active:not(.selected) {
    opacity: 0.5; }

@media screen and (max-width: 767px) {
  .blocks .blocked-content {
    max-width: 585px; }
    .blocks .blocked-content .overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

  .training-end-wrapper {
    min-height: 370px;
    height: 370px; }
    .training-end-wrapper .confetti .part {
      top: auto;
      bottom: 20px; }
      .training-end-wrapper .confetti .part.left {
        width: 74px;
        height: 185px;
        background-image: url('img/confetti-left-mobile.png'); }
      .training-end-wrapper .confetti .part.right {
        width: 51px;
        height: 168px;
        background-image: url('img/confetti-right-mobile.png'); }
    .training-end-wrapper .text-content .inner h3 {
      font-size: 22px; }
      .training-end-wrapper .text-content .inner .subtitle {
        font-size: 12px; }
      .training-end-wrapper .text-content .inner .buttons .btn {
        width: 206px;
        margin: 25px auto;
        display: block;
        font-size: 16px; }

  .werkvorm-container.werkvorm-image .title {
    font-size: 20px;
    margin-top: 30px; }
    .werkvorm-container.werkvorm-image .text-wrap {
      padding: 0px 20px; }
    .werkvorm-container.werkvorm-image .images-wrapper .image-subtext {
      font-size: 14px; }
    .werkvorm-container.werkvorm-image.double-images .images-wrapper {
      padding: 0px 20px; }
      .werkvorm-container.werkvorm-image.double-images .images-wrapper .image {
        display: block;
        width: 100%;
        margin: 20px 0px !important;
        padding: 0px 20px; }

  .werkvorm-container.mpc.vink .vink-wrapper {
    max-width: 447px;
    width: auto;
    padding: 18px; }
    .werkvorm-container.mpc.vink .vink-wrapper .wvFeedbackContent .wvFeedbackText {
      font-size: 14px; }
    .werkvorm-container.mpc.vink .vink-wrapper .answers {
      padding: 0; }
    .werkvorm-container.mpc.vink .vink-wrapper .answers .vink-answer {
      font-size: 12px;
      padding: 12px 63px 12px 12px;
      min-height: 68px; }
      .werkvorm-container.mpc.vink .vink-wrapper .answers .vink-answer .selector {
        top: 15px;
        right: 15px; }
      .werkvorm-container.mpc.vink .vink-wrapper .answers .vink-answer.has-feedback.selected {
        padding: 10px 61px 10px 10px; }
        .werkvorm-container.mpc.vink .vink-wrapper .answers .vink-answer.has-feedback.selected .selector {
          top: 13px;
          right: 13px; }
    .werkvorm-container.mpc.vink .text {
      font-size: 14px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home .home-small-block .inner-block .left {
    flex-basis: auto;
    width: 60%; }
    .home .home-small-block .inner-block .right {
      flex-basis: auto;
      width: 40%; }

  .interview-carrousel .inner-block .left-block, .interview-carrousel .inner-block .right-block {
    flex-basis: auto;
    width: 50%; } }

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home .home-small-block .inner-block .right {
    flex-basis: auto;
    width: 35%; }

  .magazine-carrousel .inner-block .left-block {
    flex-basis: auto;
    width: 70%; }
    .magazine-carrousel .inner-block .right-block {
      flex-basis: auto;
      width: 30%; }

  .interview-carrousel .inner-block .left-block {
    flex-basis: auto;
    width: 45%; }

  .home-grid .grid-block.half {
    flex-basis: auto;
    width: 50%; }
    .home-grid .grid-block.oneThird {
      flex-basis: auto;
      width: 33%; }
    .home-grid .grid-block.twoThird {
      flex-basis: auto;
      width: 66%; } }
/* standard styles */
/* block */
/* Block width's */
.block-1 {
  width: 1px; }

.block-26 {
  width: 26px; }

.block-37 {
  width: 37px; }

.block-40 {
  width: 40px; }

.block-140 {
  width: 140px; }

.block-150 {
  width: 150px; }

.block-165 {
  width: 165px; }

.block-175 {
  width: 175px; }

.block-180 {
  width: 180px; }

.block-185 {
  width: 185px; }

.block-205 {
  width: 205px; }

.block-220 {
  width: 220px; }

.block-240 {
  width: 240px; }

.block-267 {
  width: 267px; }

.block-390 {
  width: 390px; }

.block-400 {
  width: 400px; }

.block-450 {
  width: 450px; }

.block-500 {
  width: 500px; }

.block-550 {
  width: 550px; }

.block-560 {
  width: 560px; }

.block-575 {
  width: 575px; }

.block-600 {
  width: 600px; }

.block-700 {
  width: 700px; }

.height-20 {
  height: 20px; }

.height-21 {
  height: 21px; }

.height-24 {
  height: 24px; }

.height-110 {
  height: 110px; }

.height-165 {
  height: 165px; }

.height-230 {
  height: 230px; }

.height-400 {
  height: 400px; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.block-20-perc {
  width: 20%; }

.block-25-perc {
  width: 25%; }

.block-50-perc {
  width: 50%; }

.square-228 {
  width: 228px;
  height: 228px; }
/* Block color's */
.block-white {
  background-color: #fff; }

.block-orange {
  background-color: #ff6400; }

.block-grey {
  background-color: #ededed; }

.block-light-blue {
  background-color: #82bec3; }
/* margin's */
.margin-auto {
  margin: auto; }

.margin-5 {
  margin: 5px; }

.margin-6 {
  margin: 6px; }

.margin-7 {
  margin: 7px; }

.margin-10 {
  margin: 10px; }

.margin-20 {
  margin: 20px; }

.margin-23 {
  margin: 23px; }

.margin-30 {
  margin: 30px; }

.margin-10-right {
  margin-right: 10px; }

.margin-15-right {
  margin-right: 15px; }

.margin-20-right {
  margin-right: 20px; }

.margin-22-right {
  margin-right: 22px; }

.margin-25-right {
  margin-right: 25px; }

.margin-30-right {
  margin-right: 30px; }

.margin-40-right {
  margin-right: 40px; }

.margin-65-right {
  margin-right: 65px; }

.margin-5-left {
  margin-left: 5px; }

.margin-10-left {
  margin-left: 10px; }

.margin-15-left {
  margin-left: 15px; }

.margin-20-left {
  margin-left: 20px; }

.margin-25-left {
  margin-left: 25px; }

.margin-48-left {
  margin-left: 48px; }

.margin-7-top {
  margin-top: 7px; }

.margin-15-top {
  margin-top: 15px; }

.margin-20-top {
  margin-top: 20px; }

.margin-30-top {
  margin-top: 30px; }

.margin-50-top {
  margin-top: 50px; }

.margin-60-top {
  margin-top: 60px; }

.margin-75-top {
  margin-top: 75px; }

.margin-100-top {
  margin-top: 100px; }

.margin-110-top {
  margin-top: 110px; }

.margin-220-top {
  margin-top: 220px; }

.margin-270-top {
  margin-top: 270px; }

.margin--80-top {
  margin-top: -80px; }

.margin-15-bottom {
  margin-bottom: 15px; }

.margin-25-bottom {
  margin-bottom: 25px; }

.margin-30-bottom {
  margin-bottom: 30px; }

.margin-40-bottom {
  margin-bottom: 40px; }

.margin-45-bottom {
  margin-bottom: 45px; }

.margin-50-bottom {
  margin-bottom: 50px; }

.margin-55-bottom {
  margin-bottom: 55px; }

.margin-60-bottom {
  margin-bottom: 60px; }

.margin-65-bottom {
  margin-bottom: 65px; }

.margin-180-bottom {
  margin-bottom: 180px; }

.margin-195-bottom {
  margin-bottom: 195px; }

.margin-5-tb {
  margin-top: 5px;
  margin-bottom: 5px; }

.margin-16-tb {
  margin-top: 16px;
  margin-bottom: 16px; }

.margin-23-tb {
  margin-top: 23px;
  margin-bottom: 23px; }

.margin-220-tb {
  margin-top: 220px;
  margin-bottom: 220px; }

.margin-10-lr {
  margin-left: 10px;
  margin-right: 10px; }

.margin-11-lr {
  margin-left: 11px;
  margin-right: 11px; }

.margin-54-lr {
  margin-left: 54px;
  margin-right: 54px; }

.margin-58-lr {
  margin-left: 58px;
  margin-right: 58px; }

.margin-63-lr {
  margin-left: 63px;
  margin-right: 63px; }

.margin-66-lr {
  margin-left: 66px;
  margin-right: 66px; }

.padding-20 {
  padding: 20px; }

.padding-7-top {
  padding-top: 7px; }

.padding-15-top {
  padding-top: 15px; }

.padding-20-top {
  padding-top: 20px; }

.padding-30-top {
  padding-top: 30px; }

.padding-40-top {
  padding-top: 40px; }

.padding-50-top {
  padding-top: 50px; }

.padding-115-top {
  padding-top: 115px; }

.padding-175-top {
  padding-top: 175px; }

.padding-180-top {
  padding-top: 180px; }

.padding-220-top {
  padding-top: 220px; }

.padding-20-left {
  padding-left: 20px; }

.padding-25-left {
  padding-left: 25px; }

.padding-30-left {
  padding-left: 30px; }

.padding-40-left {
  padding-left: 40px; }

.padding-20-right {
  padding-right: 20px; }

.padding-25-right {
  padding-right: 25px; }

.padding-30-right {
  padding-right: 30px; }

.padding-30-bottom {
  padding-bottom: 30px; }

.padding-40-bottom {
  padding-bottom: 40px; }

.padding-60-bottom {
  padding-bottom: 60px; }

.padding-5-tb {
  padding-top: 5px;
  padding-bottom: 5px; }

.padding-10-tb {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-15-tb {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-16-tb {
  padding-top: 16px;
  padding-bottom: 16px; }

.padding-20-tb {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-50-tb {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-220-tb {
  padding-top: 220px;
  padding-bottom: 220px; }

.padding-10-lr {
  padding-left: 10px;
  padding-right: 10px; }

.padding-15-lr {
  padding-left: 15px;
  padding-right: 15px; }

.padding-20-lr {
  padding-left: 20px;
  padding-right: 20px; }

.padding-30-lr {
  padding-left: 30px;
  padding-right: 30px; }

.padding-40-lr {
  padding-left: 40px;
  padding-right: 40px; }

.padding-55-lr {
  padding-left: 55px;
  padding-right: 55px; }

.padding-125-lr {
  padding-left: 125px;
  padding-right: 125px; }
/* border */
.border-solid {
  border-style: solid; }
/* border width */
.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-3 {
  border-width: 3px; }

.border-4 {
  border-width: 4px; }

.border-5 {
  border-width: 5px; }

.circle {
  border-radius: 50%; }
/* border color */
.border-white {
  border-color: white; }
/* border-radius */
.bord-rad5 {
  border-radius: 5px; }

.bord-rad20 {
  border-radius: 20px; }
/* text */
.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.text-white {
  color: #fff !important; }

.text-light-blue {
  color: #82bec3; }

.text-dark {
  color: #3c3c3b; }
/* font sizes */
.font-0 {
  font-size: 0px !important; }

.font-1 {
  font-size: 1px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-14 {
  font-size: 14px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-23 {
  font-size: 23px; }

.font-25 {
  font-size: 25px; }

.font-26 {
  font-size: 26px; }

.font-32 {
  font-size: 32px; }

.font-38 {
  font-size: 38px; }

.font-56 {
  font-size: 56px; }

.font-77 {
  font-size: 77px; }
/* position */
.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.top {
  top: 0px; }

.top-50 {
  top: 50%; }

.left {
  left: 0px; }

.center {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.right {
  right: 0px; }

.top-bottom {
  top: 0px;
  bottom: 0px; }

.bottom {
  bottom: 0px; }

.bottom-left {
  bottom: 0px;
  left: 0px; }

.bottom-right {
  bottom: 0px;
  right: 0px; }

.bottom-lr {
  bottom: 0px;
  left: 0px;
  right: 0px; }

.top-left {
  top: 0px;
  left: 0px; }

.top-right {
  top: 0px;
  right: 0px; }

.top-lr {
  top: 0px;
  left: 0px;
  right: 0px; }

.tb-lr {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.left-tb {
  left: 0px;
  top: 0px;
  bottom: 0px; }

.right-tb {
  right: 0px;
  top: 0px;
  bottom: 0px; }

.hor-center-block {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ver-center-block {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-block {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* other */
.z-in-3 {
  z-index: 3; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.open-popup {
  cursor: pointer; }

.over-hide {
  overflow: hidden; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.dark-bg {
  /*background-image: url("img/dark-bg.png");*/
  background-image: url("img/dark-bg-v2.jpg");
  background-size: cover; }

.werkvorm-lint .werkvorm-container {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.werkvorm-lint .wv-react {
  min-height: inherit;
  padding: 50px 0 0 0; }

img {
  width: 100%;
  height: 100%; }

.image-container img {
  height: auto; }

.box-shadow-5 {
  box-shadow: 5px 5px 25px -5px #000; }
/* line-height */
.line-height10 {
  line-height: 10px; }

.line-height15 {
  line-height: 15px; }

.line-height20 {
  line-height: 20px; }

.line-height30 {
  line-height: 30px; }

.line-height37 {
  line-height: 37px; }

.line-height40 {
  line-height: 40px; }

.line-height50 {
  line-height: 50px; }

.line-height65 {
  line-height: 65px; }

.line-height80 {
  line-height: 80px; }

.line-height110 {
  line-height: 110px; }

.line-height115 {
  line-height: 115px; }
/* non-standard styles */
.top-header {
  height: auto;
  padding: 0 10px;
  position: relative; }

@media screen and (min-width: 375px) {
  .top-header {
    padding: 0 25px; } }

@media screen and (min-width: 768px) {
  .top-header {
    min-height: 86px; } }

.top-header.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 !important; }

.werkvorm-lint {
  padding-top: 86px; }

.werkvorm-lint.app-lint {
  display: block;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.column-one-two {
  width: 50%; }

.column-wrapper {
  font-size: 0; }

.bullit-light-blue:before {
  content: "\25CF";
  color: #82bec3;
  padding-right: 5px; }
/* icons */
.icon-home {
  background-image: url("img/nav-icon-home.png"); }

.icon-magazine {
  background-image: url("img/nav-icon-magazine.png"); }

.icon-photos {
  background-image: url("img/nav-icon-photos.png"); }

.icon-profile {
  background-image: url("img/nav-icon-profile.png"); }

.icon-menu {
  background-image: url("img/nav-icon-menu.png"); }

.icon-facebook {
  background-image: url("img/icon-facebook.png"); }

.icon-twitter {
  background-image: url("img/icon-twitter.png"); }

.icon-like {
  background-image: url("img/icon-like.png"); }

.icon-reaction {
  background-image: url("img/icon-reaction.png"); }

.icon-close-small {
  background-image: url("img/icon-close-big.png");
  background-size: cover; }

.icon-forward {
  background-image: url("img/icon-further.png"); }

.icon-back {
  background-image: url("img/icon-back.png"); }

.fade-corner-hart {
  background-image: url("img/fade-corner-hart.png");
  width: 126px;
  height: 126px;
  bottom: 0px;
  right: -2px;
  cursor: pointer;
  z-index: 10; }
/* jsNext */
.jsNext-wrapper {
  height: 150px; }

.jsNext {
  background-image: url("img/magazine-cover-forward.png");
  background-repeat: no-repeat;
  background-size: 76px;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  bottom: 55px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.jsNext.grey {
  background-image: url("img/magazine-cover-forward-grey.png"); }
/* magazine_overzicht */
.search {
  height: 40px;
  margin: 23px 60px; }

.noSearch {
  display: none;
  font-size: 16px; }

.search input {
  height: 40px; }

.icon-search {
  height: 26px;
  background-image: url('img/search-icon-orange.png');
  background-repeat: no-repeat; }

.icon-search:before {
  content: ""; }

.filter .dropdown {
  background-color: #3c3c3b;
  height: 40px;
  cursor: pointer; }

.filter .dropdown.error {
  border: 1px solid red; }

.filter .dropdown .dropdown-icon {
  background-image: url('img/icon-dropdown-close.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%;
  height: 40px; }

.filter .dropdown.hide .dropdown-icon {
  background-image: url('img/icon-dropdown-open.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%; }

.filter-item input[type=radio] {
  width: 20px;
  height: 20px; }

.filters .separator {
  background-image: url("img/magazine-filter-separator.png");
  background-repeat: no-repeat;
  height: 97px; }

ul {
  list-style-type: none; }

.werkvorm-tekst .werkvorm-tekst-wrapper .tekst-left ul, .werkvorm-tekst .werkvorm-tekst-wrapper .tekst-right ul {
  list-style-type: disc;
  padding-left: 18px; }

.magazine-block {
  height: 320px;
  background-color: #fff; }

.magazine-block .background-image {
  width: 100%;
  height: calc(100% - 50px);
  position: absolute; }

.magazine-block .img-overlay {
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); }

.magazine-block .magazine-footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-transform: uppercase;
  color: #ff6300; }

.magazine-block.practice .magazine-footer {
  color: #ff6400; }

.magazine-block .progressCircle {
  font-size: 22px;
  width: 57px;
  height: 57px;
  line-height: 57px;
  z-index: 11;
  position: relative;
  top: 10px;
  margin: 0 auto;
  color: #fff;
  background-color: #ff6300; }

.magazine-block.startItem .progressCircle {
  background-color: #706f6f; }

.magazine-block.startItem .magazine-footer {
  color: #706f6f; }

.magazine-block.completedItem .progressCircle {
  font-size: 0;
  background: url(img/checkmark.png) center no-repeat #ff6300;
  background-size: 60%; }

.item-eyecatcher .icon-type {
  width: 25px !important;
  height: 25px !important;
  bottom: 0;
  left: 0; }

.heart {
  color: #fff;
  background: url('img/like-heart-sprite.png') center bottom no-repeat;
  width: 44px;
  height: 39px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  background-size: cover; }

.heart.active {
  color: #82bec3;
  background-position: center top; }

.practice .heart.active {
  color: #ff6400; }

.magazine-block .heart {
  top: 0;
  right: 0; }

.magazine-block .icon, .item-eyecatcher .icon-magazine {
  height: 51px;
  width: 51px;
  /* 
   //#24549
   background-image: url("img/icon-magazine.png");
   background-repeat: no-repeat;
   background-size: cover;
   */ }

.magazine-block.practice .icon, .item-eyecatcher .icon-practice {
  background-image: url("img/icon-practice.png");
  background-repeat: no-repeat;
  background-size: cover; }

.magazine-block.new .icon-new {
  display: block !important;
  background-image: url("img/icon-new.png");
  background-repeat: no-repeat;
  background-size: 51px 51px;
  height: 51px;
  width: 51px;
  top: 44px; }

.magazine-type {
  top: 105px;
  left: 0;
  right: 0; }

.magazine-title {
  top: 125px;
  left: 0;
  right: 0; }

.footer-menu .icon {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.footer-menu {
  height: 65px;
  background-color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 768px) {
  .magazine-block .progressCircle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px; }

  .werkvorm-lint {
    background: #fff;
    width: 100%; }
    .werkvorm-lint .cover {
      display: block;
      width: 100%; }
    .werkvorm-lint .wv-popup {
      top: 40px; } }

@media screen and (max-width: 414px) {
  .werkvorm-lint {
    width: 414px; } }

@media screen and (max-width: 375px) {
  .werkvorm-lint {
    width: 375px; } }

@media screen and (max-width: 360px) {
  .werkvorm-lint {
    width: 360px; } }

@media screen and (max-width: 320px) {
  .werkvorm-lint {
    width: 320px; } }

@media screen and (min-width: 768px) {
  .cover-background-image {
    min-height: 100vh;
    display: block;
    max-height: 100vh;
    overflow: hidden; } }

.mag-cover-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.55); }

.magazine-wrapper .cover-like.active {
  background-position: top left; }

.magazine-wrapper .cover-like {
  cursor: pointer;
  width: 45px;
  height: 40px;
  background-image: url('img/like-heart-sprite.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 33px;
  right: 33px;
  background-size: 100%; }

.magazine-wrapper .cover-tear {
  width: 100%;
  height: 16px;
  background-image: url('img/notebook-tear-magazine.png');
  background-repeat-y: no-repeat;
  background-size: 29px 16px;
  position: absolute;
  bottom: -2px;
  left: 0; }

.magazine-wrapper .column-one-two {
  font-size: 18px; }

body.beheer .magazine-wrapper .cover-tear {
  width: 100%;
  height: 16px;
  background-image: url('img/notebook-tear-magazine-gray.png');
  background-repeat-y: no-repeat;
  background-size: 29px 16px;
  position: absolute;
  bottom: 0;
  left: 0; }

.changePasswordBtn {
  font-size: 17px;
  border: none;
  border-radius: 5px;
  height: 60px;
  width: 280px;
  color: #fff;
  background: #ff6300;
  font-family: "ChunkFive";
  cursor: pointer; }

.change-pass-intro {
  box-sizing: initial;
  max-width: 450px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

form .errorMessage {
  display: none; }

.error .errorMessage:after {
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
  top: -17px;
  bottom: auto;
  left: auto;
  right: 118px;
  border-width: 0 18px 17px;
  content: "";
  position: absolute; }

.error .errorMessage {
  position: absolute;
  bottom: -25px;
  left: 10px;
  padding: 20px;
  color: #1e1e1e;
  background: #fff;
  font-family: 'open_sanslight';
  font-size: 15px;
  max-width: 280px; }

.error .errorMessage {
  display: block; }
/* magazine item */
.magazine-item {
  font-family: sans-serif;
  max-width: 320px; }

.magazine-item .item-header {
  height: 45px;
  background-color: #c6c6c6; }

.magazine-item .item-header .icon {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0; }

.magazine-item .item-header .icon.close {
  right: 0; }

.magazine-item .item-header .icon.nav-item {
  margin: 0 !important;
  z-index: 10;
  background-size: 17px 25px;
  bottom: 0;
  height: 100%;
  width: 50px; }

.magazine-item .item-title {
  height: 115px; }

.magazine-item .item-title .icon {
  width: 30px;
  height: 15px;
  background-repeat: no-repeat; }

.magazine-item .icon-facebook {
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  background-size: cover; }

.magazine-item .icon-twitter {
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.magazine-item .social {
  background-color: #82bec3;
  border-radius: 50%;
  width: 39px;
  height: 39px; }

.social.facebook {
  left: 20px;
  bottom: 10px; }

.social.twitter {
  left: 70px;
  bottom: 10px; }

.magazine-item-tekst {
  color: #8e8e8e;
  font-weight: bold; }

.magazine-item .tags .tag {
  text-decoration: underline; }

.magazine-item .react .place, .popup .react .place {
  border-radius: 3px 3px 3px 3px / 2px 2px 2px 2px; }

.magazine-item .react .close, .popup .react .close {
  border-radius: 50%;
  height: 110px;
  width: 110px;
  line-height: 110px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.popup .reactions .reaction:nth-child(2n+1) {
  background-color: #ededed; }

.reaction .editIcon {
  margin: 0 5px; }

.reactButtons {
  float: right; }

.magazine-item .react textarea, .popup textarea {
  height: 90px;
  border-radius: 3px;
  padding: 10px; }
/* werkvormen */
.magazine-explanation .mag-image {
  height: 330px; }
/* MPC */
.mpc-head-image {
  height: 325px; }

.mpc .answer:nth-child(3n+1) {
  margin-left: 0px; }

.mpc .answer:nth-child(3n) {
  margin-right: 0px; }
/* */
.button-progress-wrapper .progress-bar {
  border-radius: 0px 0px 4px 4px / 0px 0px 12px 12px;
  top: -3px; }

.gradient-light-blue {
  background: linear-gradient(to right, rgba(107, 156, 160, 1) 0%, rgba(130, 190, 195, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.darkenfade {
  background-image: url("img/darkenfade.png");
  background-repeat: no-repeat;
  background-size: cover; }

.info-icon {
  height: 37px;
  bottom: 10px;
  right: 10px;
  line-height: 40px;
  letter-spacing: -1px; }

.info-block {
  margin-bottom: 22px; }

.grid-3 .info-block:nth-child(3n+1) {
  margin-left: 0px; }

.grid-3 .info-block:nth-child(3n) {
  margin-right: 0px; }

.tips-block {
  padding-bottom: 25px; }

.tips-block:nth-child(2n+1) {
  background: linear-gradient(to top, rgba(223, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 33%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.magazine .cover-wrap {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slagerspassie-logo {
  background-image: url("img/logo-slagerspassie.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 41px;
  height: 30px;
  top: 5px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .slagerspassie-logo {
    width: 50px;
    height: 40px; } }

.start-werkvorm {
  background-image: url("img/magazine-cover-forward.png");
  background-repeat: no-repeat;
  background-size: 121px;
  width: 121px;
  height: 121px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.head {
  height: 50px;
  background-color: #000;
  z-index: 3; }

.head .back {
  background-image: url("img/icon-arrow-back.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 13px;
  padding-left: 20px; }

.magazine-progress {
  display: block;
  width: 100%;
  background: #3c3c3b;
  padding: 3px 0; }

.magazine-progress .inner-progress {
  background: #ff6400;
  height: 9px; }

.setBackground2 {
  background: url('img/homepage-background.jpg');
  background-size: cover;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px; }

.popup-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3); }

.popup-standard .popup-content {
  background-color: #fff; }

.popup-standard:not(.name-tekst-popup) .popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup-title {
  font-size: 32px;
  margin-bottom: 35px;
  font-family: "ChunkFive";
  color: #3c3c3b;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

.popup-text {
  font-family: 'Source Sans Pro';
  color: #3c3c3b;
  line-height: 21px; }

.change-pass .title {
  margin-bottom: 20px; }

.profileExplanation {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 17px; }

.popup-close-bottom {
  font-family: "ChunkFive";
  color: #fff;
  background-color: #ff6400;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.popup-close-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup-text ul {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 15px; }

.popup-text ul li:before {
  content: "\25CF";
  color: #3c3c3b;
  margin-right: -9px;
  position: relative;
  left: -15px; }

.popup-standard.name-tekst-popup .popup-quote {
  font-family: "ChunkFive";
  color: #ff6400;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px; }

.popup-standard.name-tekst-popup .title-name {
  font-family: "ChunkFive";
  color: #ff6400;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto; }

.name-tekst-popup .popup-text {
  margin-bottom: 50px; }

.popup-standard.name-tekst-popup .title-place {
  font-family: 'Source Sans Pro';
  color: #82bec3;
  font-size: 24px; }

.popup-standard:not(.name-tekst-popup) .popup-content {
  padding: 55px 90px;
  width: 630px;
  max-height: 100%; }

.cover-wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover-wrap .type {
  letter-spacing: 0.95px;
  font-family: 'source_sans_prosemibold'; }

.practice-text {
  color: #fff;
  font-family: 'Source Sans Pro';
  text-align: left; }

.hamburger {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 234px;
  right: 0px;
  background-color: #3c3c3b; }

.hamburg-avatar {
  height: 249px;
  border-bottom: 2px solid #4b4b4a; }

.hamburger-items {
  font-size: 18px;
  color: #eaeaea;
  text-align: center; }

.hamburger-items li {
  border-bottom: 1px solid #4b4b4a;
  padding: 17px 0px; }

.hamburg-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px; }

.setBackground {
  background: url('img/dark-bg-v2.jpg');
  background-size: cover;
  background-color: #252525;
  margin: 0;
  height: 100%; }

.container-inner table.inputs tr td input[type="password"] {
  background: transparent;
  border: none;
  font-size: 17px;
  color: #fff;
  margin: 18px 10px 14px;
  width: 266px;
  font-family: 'Source Sans Pro'; }

.container-inner table.inputs tr td .passwordStrength {
  position: absolute;
  top: 48px;
  right: 46px;
  height: 5px;
  /*width: 100%;*/ }

.passwordStrength {
  /*width: calc(100% - 80px);*/
  width: 188px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat; }

.container-inner table.inputs tr td .passwImage2 {
  background-image: url("img/password-icon-orange.png"); }

.wvSlideShow {
  margin: auto;
  white-space: nowrap;
  font-size: 0px;
  text-align: center; }

.wvSlideShowInner {
  overflow: hidden; }

.wvSlideShow .wvSlides {
  display: inline-block;
  position: relative;
  width: 100%; }

.wvSlideShow .wvSlides .example-text {
  text-align: center;
  white-space: normal; }

.wvSlides .slide-image {
  height: 230px; }

.white-placeholder::-webkit-input-placeholder {
  color: #fff; }

.white-placeholder:-moz-placeholder {
  color: #fff; }

.white-placeholder::-moz-placeholder {
  color: #fff; }

.white-placeholder:-ms-input-placeholder {
  color: #fff; }

.popupRow.disabled .white-placeholder::-webkit-input-placeholder {
  color: #ccc !important; }

.popupRow.disabled .white-placeholder:-moz-placeholder {
  color: #ccc !important; }

.popupRow.disabled .white-placeholder::-moz-placeholder {
  color: #ccc !important; }

.popupRow.disabled .white-placeholder:-ms-input-placeholder {
  color: #ccc !important; }
/*.change-profile {
 position: relative;
 top: -40px;
 float: right;
 font-size: 12px;
 }*/
.uploadAssetBtn {
  font-family: 'Source Sans Pro'; }

.editProfile.confirm {
  line-height: 40px; }

.editProfile.confirm:hover {
  color: #fff; }

.avatar {
  width: 188px;
  height: 188px;
  /*border: 1px solid #fff;*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.dragContainer.avatar {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.zoomControl.zoomIn .icon {
  background-image: url('img/plus-icon-white.png');
  height: 12px;
  width: 11px;
  position: absolute;
  top: 6px;
  left: 6px; }

.zoomControl.zoomOut .icon {
  background-image: url('img/min-icon-white.png');
  height: 3px;
  width: 11px;
  position: absolute;
  top: 11px;
  left: 6px; }

.avatar-image {
  border-radius: 50%; }

.zoomControl {
  height: 25px;
  width: 25px;
  background-color: #ff6400;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 70px;
  cursor: pointer; }

.zoomControl.zoomOut {
  right: -12px;
  top: 100px; }

.popup-window .no-search {
  height: 50px; }

.popup-window.slimmer {
  max-width: 535px; }

input.no-border {
  border: none; }

td.popupRow.disabled {
  background-color: #ab4d12 !important; }

.submitbtn.disabled {
  background-color: #ab4d12 !important;
  color: #ccc !important; }

.popup-text.buttons input.submitbtn {
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 50px; }

td.popupRow.disabled input.dropdown, td.popupRow.disabled .tagline {
  color: #ccc !important; }

.action input.no-border.search-input[type="text"] {
  border: none; }

.bin-icon {
  background-image: url("img/prullenbak-icon.png");
  background-repeat: no-repeat;
  background-size: 16px 18px;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 10px; }

.cross-icon {
  background-image: url("img/cross-icon.png");
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position-y: 100%;
  margin-left: 10px;
  display: inline-block;
  width: 9px;
  height: 14px; }

.container-inner table.inputs tr td {
  display: block;
  border-radius: 5px;
  border: 2px solid #ccc; }

.container-inner table.inputs tr td.error {
  border: 2px solid red; }

.open-pdf {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

table.form-checkbox-small {
  margin-top: 5px;
  margin-bottom: -13px; }

.register-submit {
  margin-top: 30px; }

.passwordStrength.red {
  /*margin-left: 40px;
   margin-right: 40px;*/ }

tr td.borderTop {
  border-top: 1px dashed #ccc !important;
  border-radius: 0 !important; }

.container-inner table.inputs tr td .zip span.tagline {
  margin-left: 9px; }

input.uppercase.add-slager {
  margin-top: 15px; }

.container-login .contact {
  width: 80%;
  margin: 0 auto 30px;
  display: block;
  font-size: 0; }

.container-login .contact-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'Source Sans Pro';
  line-height: 18px;
  margin-bottom: 20px;
  text-align: left; }

.container-login .contact-item {
  display: block;
  font-family: 'Source Sans Pro';
  text-align: left;
  position: relative;
  margin: 10px 0 20px 0; }

.container-login .contact-item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.container-login .contact-item .phone-text {
  display: block;
  font-size: 14px;
  font-weight: bold; }

.container-login .contact-item .phone-text span {
  font-size: 12px;
  font-weight: normal;
  display: block; }
/* 768 PX */
@media screen and (min-width: 768px) {
  /*.content-blocks {
   margin-left: 101px;
   margin-right: 101px;
   }*/
    .container-login {
      display: block;
      width: 700px;
      position: relative;
      text-align: center;
      margin: 30px auto 0; }
      .container-login .contact-text {
        text-align: center; }
      .container-login .contact-item {
        display: inline-block;
        width: 50%; }
        .container-login .contact-item .icon.contact-phone-icon {
          width: 27px;
          height: 27px; }
        .container-login .contact-item.email {
          margin-top: 20px;
          padding-left: 30px; }
          .container-login .contact-item.email .icon {
            left: 30px; }
        .container-login .contact-item .phone-text {
          font-size: 16px;
          padding-left: 40px; }
          .container-login .contact-item .phone-text span {
            font-size: 14px; }
    .land-bg-img {
      height: 630px; }
    .filters .filter {
      width: 420px;
      margin-bottom: 0px;
      margin-left: 15px;
      margin-right: 15px; }
    .blocks .headerFilter .filter {
      width: 930px; }
    .magazine-block {
      margin: 6px; }
    .content-blocks {
      margin-left: auto;
      margin-right: auto;
      max-width: 930px; }
    .content-blocks.training {
      max-width: 700px; }
    .sort {
      margin-right: 0px; }
    .keuzes-block {
      display: inline-block;
      height: 510px;
      width: 33%;
      position: relative; }
    .keuze .keuzes-block .keuze-background-image {
      background-color: #000;
      height: 510px;
      width: 100%; }
    .keuze .keuzes-block:nth-child(1) {
      width: calc((100% - 8px) / 3); }
    .keuze .keuzes-block:nth-child(2) {
      width: calc((100% - 8px) / 3);
      margin-left: 4px;
      margin-right: 4px; }
    .keuze .keuzes-block:nth-child(3) {
      width: calc((100% - 8px) / 3); }
    .keuze .keuzes-block .circle {
      width: 118px;
      height: 118px;
      font-size: 23px;
      margin-bottom: 125px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .keuze .keuzes-block .keuze-wrapper {
      position: absolute;
      bottom: calc(50% - -20px);
      width: 100%; }
    .keuze .keuzes-block .type {
      font-size: 19px; }
    .keuze .keuzes-block .title {
      font-size: 29px; }
    .popup-close-bottom {
      border-radius: 50%;
      width: 119px;
      height: 119px;
      margin-top: 30px; }
    .popup-close-text {
      font-size: 20px; }
    .popup-image {
      margin-bottom: 50px; }
    .popup-standard.name-tekst-popup .popup-close {
      display: none; }
    .popup-standard.name-tekst-popup .popup-content {
      z-index: 3;
      width: 630px;
      max-width: 100%;
      padding: 60px 90px;
      position: absolute;
      left: 50%;
      top: 10%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .popup-head-image {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 130px;
      margin-bottom: 55px; }
    .name-tekst-popup .popup-title {
      position: absolute;
      top: 60px;
      width: calc(100% - 180px); }
    .practice-column {
      width: calc(50% - 28px); }
    .practice-column:nth-child(1) {
      margin-right: 28px; }
    .practice-column:nth-child(2) {
      margin-left: 28px; }
    .practice-image {
      padding-top: 140px;
      margin-left: 160px;
      margin-right: 160px; }
    .practice-title {
      font-size: 25.6px;
      color: #fff;
      margin-bottom: 35px;
      text-align: left; }
    .practice-explanation .wv-react .text-wrap, .practice-explanation .wv-react .btn.shadowed, .practice-explanation .wv-react .share {
      width: 300px;
      margin-left: auto;
      margin-right: auto; }
    .practice-explanation .jsNext-wrapper {
      height: 190px; }
    .practice-wrapper {
      margin-left: 160px;
      margin-right: 160px;
      margin-top: 55px; }
    .practice-text {
      font-size: 18px; }
    .wvSlideShow {
      width: 700px;
      height: 700px;
      margin-bottom: 240px; }
    .wvSlideShow .wvSlides .image {
      height: 400px; }
    .wvSlideShow .wvSlides .example-text {
      height: 300px;
      font-size: 29px;
      line-height: 41px; }
    .mpc-content .title {
      width: 100%;
      max-width: 580px; }
    .mpc-image {
      width: 33.33%;
      height: 100%;
      display: inline-block; }
    .mpc-images {
      font-size: 0px;
      height: 330px; }
    .mpc-images, .answers.mpc {
      max-width: 690px;
      width: 100%; }
    .mpc-key {
      width: 50px;
      height: 50px;
      font-size: 30px;
      line-height: 32px;
      bottom: 80px;
      padding-top: 8px;
      padding-right: 2px; }
    .werkvorm-container.mpc .mpc-content {
      /*padding-bottom: 125px;*/
      padding-bottom: 36px; }
    .mpc.answer {
      width: calc(100% / 3 - 40px);
      margin-left: 60px;
      height: 65px;
      margin-top: 55px;
      margin-bottom: 55px;
      font-size: 30px;
      line-height: 32px;
      text-transform: uppercase;
      border-width: 3px;
      padding-top: 13px;
      border-radius: 5px;
      cursor: pointer;
      position: relative; }
    .disabled .mpc.answer {
      cursor: default; }
    .mpc-show-feedback {
      font-size: 17px;
      line-height: 27.4px;
      width: calc(100% / 3 - 40px);
      height: 35px;
      width: auto;
      font-family: "ChunkFive";
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 6px;
      margin-bottom: 20px; }
    .login-video .video {
      height: 400px;
      width: 700px; }
    .login .carousel {
      width: 700px;
      height: 400px;
      margin: auto; }
    .bottombtn {
      margin-top: 100px; }
    .show-feedback {
      font-family: ChunkFive;
      font-size: 14px;
      line-height: 18px; }
    .werkvorm-tekst .werkvorm-tekst-wrapper .tekst-left, .werkvorm-tekst .werkvorm-tekst-wrapper .tekst-right {
      margin-top: 30px;
      font-size: 18px;
      line-height: 25.6px; }
    .werkvorm-tekst .werkvorm-tekst-wrapper .image-left, .werkvorm-tekst .werkvorm-tekst-wrapper .image-right {
      margin-top: 30px; }
    .werkvorm-tekst-wrapper {
      margin-top: -30px; }
    .useraction {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      bottom: 0px;
      background-size: cover; } }

.last-step {
  width: 275px;
  margin: auto;
  color: #fff; }

.last-step .subtitle {
  font-size: 30px;
  font-family: "ChunkFive";
  text-align: center;
  margin: 0 0 25px 0; }

.last-step .intro {
  font-size: 24px;
  font-family: 'Source Sans Pro';
  text-align: center;
  margin: 0 0 25px 0; }

.last-step .os-block {
  margin: 0px 0px 40px; }

.last-step .os-block .intro {
  margin: 40px 0px 25px; }

.last-step .homescreen {
  margin: 0 0 25px 0; }
/*.bezorging-content{padding-bottom: 130px;}*/
/* END of min 768 PX */
/*
 .magazine-explanation li:before {
 content: "\25CF";
 color: #ff7d00;
 padding-right: 5px;
 }
 .magazine-explanation ul {
 color: #ff7d00;
 margin-bottom: 40px;
 font-size: 18px;
 }
 */
.magazine-explanation ul {
  color: #ff7d00;
  margin-bottom: 40px;
  font-size: 18px;
  list-style-type: disc;
  padding-left: 18px; }

.magazine-explanation .column-one-two ul li {
  font-size: 18px; }

.button-progress-wrapper {
  cursor: pointer; }

.footer-out {
  text-align: center;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px; }

.mpc-completed {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('img/checkmark@2x.png');
  background-size: 38px 26px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 38px;
  height: 26px;
  display: none; }

.mpc-content .answers .answer {
  position: relative; }

.mpc-content .answers .answer.completed .mpc-answer-tekst {
  opacity: 0.2; }

.mpc-content .answers .answer.completed .mpc-completed {
  display: block; }
/* max 767 PX */
@media screen and (max-width: 767px) {
  .magazine-explanation li {
    font-size: 14px; }

  .bottombtn {
    margin-top: 90px; }

  .header.header-image {
    height: auto; }

  .useraction {
    top: 300px; }

  .container-login {
    text-align: center; }

  .promotions {
    /*display: none;*/ }

  .login .carousel {
    margin: auto; }

  .useraction {
    height: auto; }

  .wvBaseContainer.login {
    height: auto; }

  .land-bg-img {
    height: 300px; }

  .filter {
    margin-right: 25px; }

  .filters {
    margin: 0px;
    margin-top: 30px;
    width: 270px; }

  .filters .filter {
    margin: 0px;
    width: 270px; }

  .filter-item {
    width: 135px;
    display: inline-block; }

  .filters .separator {
    background-image: url("img/magazine-filter-separator-horizontal.png");
    height: 1px;
    width: 270px;
    position: relative;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px; }

  .filter .dropdown {
    width: 195px;
    height: 40px;
    margin: 0px;
    margin-top: 30px; }

  .filter .dropdown .dropdown-value {
    width: 145px;
    font-size: 14px;
    margin-left: 10px; }

  .blocks .headerFilter .filter {
    max-width: 585px;
    padding-left: 10px; }

  .sort {
    margin: 0px;
    font-size: 0px;
    width: 100%; }

  .search {
    width: 36px;
    height: 36px;
    margin: 0px;
    margin-top: 70px;
    margin-right: 25px; }

  .search input {
    height: 36px !important; }

  .search .icon-search {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: 30% 30%;
    background-size: 15px; }

  .sort .filter-item {
    height: 20px; }

  .content-blocks {
    margin: 35px auto 0;
    text-align: center;
    max-width: 585px; }

  .magazine-block:nth-child(3n) {
    margin-right: 12px; }

  .magazine-block:nth-child(3n+1) {
    margin-left: 12px; }

  .magazine-block {
    width: 141px;
    height: 205px;
    margin-top: 0px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px; }

  .magazine-block .icon {
    height: 28px;
    width: 28px; }

  .magazine-block .heart {
    height: 28px;
    width: 35px;
    background-size: 32px;
    line-height: 28px;
    font-size: 80%; }

  .magazine-block .icon-new {
    height: 28px !important;
    width: 28px !important;
    background-size: 28px !important;
    top: 24px !important; }

  .magazine-footer {
    height: 25px !important;
    line-height: 25px; }

  .magazine-type {
    top: 65px; }

  .magazine-title {
    top: 85px; }

  .magazine-block .background-image {
    height: calc(100% - 25px); }

  .magazine-block .img-overlay {
    height: calc(100% - 25px); }

  .footer-menu {
    height: 42px;
    background-color: #000;
    font-size: 0px; }

  .footer-menu .icon {
    width: 62px;
    height: 42px; }

  .cover-background-image {
    height: 570px;
    width: 100%; }

  .cover-wrap .type {
    font-size: 20px; }

  .cover-wrap .title {
    font-size: 40px;
    width: 100%;
    font-size: 40px;
    width: 100%;
    word-break: keep-all;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: calc(100vw - 38px); }

  .cover .start-werkvorm {
    width: 69px;
    height: 69px;
    background-size: 69px; }

  .magazine-explanation {
    width: 100%; }

  .magazine-explanation .title {
    font-size: 20px;
    margin-bottom: 0px; }

  .magazine-explanation .mag-image {
    display: none; }

  .cover-column {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px; }

  .magazine-list {
    margin-bottom: 30px; }

  .jsNext-wrapper {
    height: 75px; }

  .jsNext {
    width: 49px;
    height: 49px;
    background-size: 49px;
    bottom: 24px; }

  .mpc-head-image {
    height: 160px; }

  .mpc-content .title {
    font-size: 20px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
    margin-bottom: 30px; }

  .mpc-content .explanation {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    margin-bottom: 10px; }

  .mpc-content .answers {
    width: 100%;
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 110px; }

  .mpc-content .answers .answer {
    width: 100%;
    height: 44px;
    margin-top: 23px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    position: relative; }

  .mpc-answer-tekst {
    padding: 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Source Sans Pro';
    font-size: 20px; }

  .werkvorm-tekst {
    padding-top: 35px; }

  .tekst-knop-tekst {
    font-size: 15px;
    line-height: 19px; }

  .werkvorm-tekst .title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    width: 210px; }

  .werkvorm-tekst-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%; }

  .werkvorm-tekst-wrapper .column-one-two .image-left, .werkvorm-tekst-wrapper .column-one-two .image-right {
    margin-top: 30px;
    margin-bottom: 30px; }

  .werkvorm-tekst-wrapper .column-one-two {
    width: 100%;
    padding: 0px; }

  .magazine-wrapper .column-one-two {
    font-size: 14px; }

  .werkvorm-tekst .jsNext-wrapper {
    margin-top: 5px; }

  .pol {
    padding: 35px 30px 0px 30px; }

  .pol .title {
    font-size: 20px;
    width: 100%; }

  .pol .button-progress-wrapper {
    margin: 0px;
    margin-bottom: 20px;
    width: 100%; }

  .pol .button-progress-wrapper .button-block {
    line-height: 13px;
    font-size: 15px;
    padding: 15px; }

  .pol .button-progress-wrapper .progress-bar {
    height: 16px; }

  .pol .button-progress-wrapper .progress-text {
    font-size: 11px;
    line-height: 18px; }

  .pol .show-feedback {
    border: 1px solid #fff;
    margin: 0px;
    margin-top: 5px;
    width: 100%;
    font-size: 15px; }

  .werkvorm-video {
    padding-top: 35px; }

  .werkvorm-video .title {
    font-size: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px; }

  .werkvorm-video .ondertitel {
    font-size: 16px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .werkvorm-video .video {
    margin-top: 55px;
    width: 100%;
    height: 225px; }

  .bezorging {
    padding-top: 35px; }

  .bezorging .title {
    font-size: 20px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px; }

  .bezorging-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .bezorging-content .rounded-image {
    width: 123px;
    height: 123px; }

  .bezorging-content .column-one-two {
    font-size: 14px;
    line-height: 18px;
    min-height: 123px; }

  .bezorging-content .column-one-two:nth-child(1) {
    padding-right: 8px; }

  .bezorging-content .column-one-two .inline-table {
    min-height: 123px; }

  .bezorging-content .column-one-two:nth-child(2) {
    padding-left: 8px; }

  .bezorging .jsNext-wrapper {
    margin-top: 30px; }

  .interview .background-image {
    height: 100%; }

  .interview-content {
    padding-top: 160px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  .interview-content .title {
    width: 100%;
    font-size: 36px;
    margin-bottom: 0px; }

  .interview-content .ondertitel {
    margin-bottom: 35px; }

  .interview-content .circle {
    width: 95px;
    height: 95px;
    font-size: 16px; }

  .interview .jsNext-wrapper {
    margin-top: 50px; }

  .image-wall {
    width: 100%;
    padding-top: 35px; }

  .image-wall-content {
    width: 100%; }

  .image-wall .title {
    font-size: 16px;
    padding-left: 27px;
    padding-right: 27px; }

  .image-wall .info-block {
    width: 50%;
    height: 167px; }

  .image-wall .info-block {
    border-bottom: 4px solid #fff;
    margin: 0px; }

  .image-wall .info-block:nth-child(2n+1) {
    border-right: 4px solid #fff; }

  .info-block.tekst {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 18px !important; }

  .image-wall .jsNext-wrapper {
    margin-top: 45px; }

  .quote-video .title {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px; }

  .quote-video .explanation {
    font-size: 14px;
    margin-top: 35px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
    margin-bottom: 50px; }

  .quote-video .example {
    width: 100%; }

  .quote-video .example-text {
    padding: 30px 35px;
    text-align: center; }

  .tips {
    padding-top: 35px; }

  .tips-content {
    width: 100%; }

  .tips-content-block {
    width: 100%; }

  .tips-content .tips-content-block .title {
    width: 100%;
    font-size: 16px;
    padding: 0px 60px 35px 60px;
    margin: 0px; }

  .tips-content .explanation {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px; }

  .tips-content .tips-block {
    width: 100%;
    display: block;
    font-size: 0px;
    min-height: 100px;
    padding: 0px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }

  .tips-content .tips-block .title {
    width: 120px;
    float: left;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .tips-content .tips-block:nth-child(2n) .title {
    right: 0px; }

  .tips-content .tips-block .tips-text {
    margin: 0px;
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 0px;
    padding-right: 40px; }

  .tips-content .tips-block:nth-child(2n) .tips-text {
    margin-left: 0px;
    text-align: right;
    padding-left: 40px;
    padding-right: 0px; }

  .tips-block:nth-child(2n+1) {
    background: linear-gradient(to left, rgba(223, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 60%); }

  .tips .jsNext-wrapper {
    margin-top: 30px;
    height: 70px; }

  .keuze {
    padding-top: 35px; }

  .keuze-head {
    width: 100%; }

  .keuze-head .title {
    font-size: 16px; }

  .keuze-head .explanation {
    font-size: 14px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px; }

  .keuze .keuzes-block {
    height: 280px;
    width: 100%;
    margin-bottom: 5px; }

  .keuze .keuzes-block .circle {
    width: 95px;
    height: 95px;
    font-size: 18px;
    margin-bottom: 35px; }

  .keuze .keuzes-block .type {
    font-size: 18px;
    margin-bottom: 25px; }

  .keuze .keuzes-block .title {
    font-size: 30px;
    padding-top: 30px; }

  .keuze .jsNext-wrapper {
    margin-top: 35px;
    height: 75px; }

  .keuze .keuzes-block .keuze-background-image {
    width: 100%;
    height: 280px;
    background-color: #000; }

  .magazine-list {
    margin-bottom: 50px; }

  .start-werkvorm {
    width: 121px;
    height: 121px;
    bottom: 110px; }

  .popup-standard:not(.name-tekst-popup) .popup-content {
    width: 260px;
    padding: 35px 20px; }

  .popup-standard.name-tekst-popup .popup-content {
    padding-bottom: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3; }

  .popup-close-bottom {
    border-radius: 50%;
    width: 94px;
    height: 94px;
    margin-top: 30px; }

  .popup-image {
    margin-bottom: 35px; }

  .popup-text {
    font-size: 15px;
    line-height: 21px; }

  .popup-title {
    font-size: 16px;
    margin-bottom: 35px; }

  .popup-standard.name-tekst-popup .popup-title {
    padding: 0px 25px;
    margin-bottom: 50px;
    margin-top: 55px; }

  .popup-standard.name-tekst-popup .popup-text {
    padding: 0px 25px;
    margin-bottom: 45px; }

  .popup-standard.name-tekst-popup .popup-quote {
    font-size: 20px;
    margin-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px; }

  .popup-title {
    font-size: 16px; }

  .popup-text ul li:before {
    color: #82bec3; }

  .popup-standard.name-tekst-popup .title-name {
    font-size: 30px;
    width: 225px; }

  .popup-standard.name-tekst-popup .title-place {
    font-size: 18px; }

  .popup-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block; }

  .media-popup .popup-window > .popup-close {
    display: none; }

  .practice-image {
    padding: 35px 30px; }

  .practice-title {
    margin: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 260px;
    margin-bottom: 30px; }

  .practice-text {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px; }

  .practice-explanation .jsNext {
    margin-top: 35px; }

  .practice-explanation .btn.shadowed {
    text-align: center;
    padding: 12px 0px;
    width: 100%;
    max-width: 230px; }

  .wvSlideShow {
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin: auto;
    margin-bottom: 100px; }

  .wvSlides .image {
    height: 230px; }

  .wvSlides .example-text {
    height: 170px;
    font-size: 16px;
    line-height: 22px; }

  .mpc-content .answers .mpc.answer {
    width: 60px;
    height: 45px;
    border-width: 1px;
    border-radius: 5px; }

  .mpc-content .answers .mpc.answer:nth-child(n+2) {
    margin-left: 30px; }

  .mpc-content .answers {
    margin: auto; }

  .mpc-show-feedback {
    margin-top: 4px;
    font-size: 18px;
    width: 240px;
    padding: 11px;
    margin-top: 25px;
    font-family: 'Source Sans Pro';
    border: 1px solid #fff; }

  .mpc-images {
    width: 260px;
    height: 690px;
    margin: auto; }

  .mpc-image {
    width: 100%;
    height: 230px; }

  .answers.mpc {
    margin-bottom: 120px;
    width: 246px;
    padding: 0px; }

  .mpc-key {
    width: 50px;
    height: 50px;
    font-size: 25px;
    bottom: 25px;
    padding-top: 7px; }

  .login-video .video {
    height: 205px;
    width: 300px; }

  .login .carousel {
    width: 305px;
    max-width: 100%;
    height: 210px; }

  .head {
    padding-left: 10px;
    height: 40px; }

  .head .back {
    background-image: url("img/icon-back-ret.png");
    background-size: 24px 22px;
    font-size: 0px;
    height: 40px; }

  .cancel-link.delete {
    float: left; } }

@media screen and (max-width: 320px) {
  .magazine-block {
    width: 122px;
    height: 177px; } }
/* end of max 767 PX */
.info-block.tekst {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 25px;
  background-color: #82bec3;
  font-family: 'Source Sans Pro'; }

.mpc-show-feedback {
  border-radius: 5px;
  background-color: #ff6400;
  display: inline-block;
  text-transform: uppercase; }

.mpc-images {
  margin: auto; }

.mpc .selectedOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.mpc .selectedOverlay.selected {
  background: rgba(255, 255, 255, 0.5); }

.answers.mpc {
  margin: auto; }

.mpc-image {
  position: relative;
  background-color: #fff; }

.mpc-key {
  position: absolute;
  color: #fff;
  background-color: #ff6400;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  border-radius: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hidden {
  display: none; }

.filter-target .hidden {
  display: none !important; }

.full-rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.searchWrap {
  width: 100%;
  float: left;
  background-color: #1e1e1e;
  height: 60px;
  position: relative;
  border-top: 1px solid #353535;
  font-family: "HarmoniaSansStd-SemiBd";
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  display: none; }

.beheer .searchWrap {
  display: block; }

.hamburger-menu {
  overflow-y: auto; }

.hamburger-menu .search {
  margin: 0;
  display: none;
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0; }

.hamburger-menu .search input[type="text"] {
  background: transparent;
  border: none;
  font-family: 'open_sanslight';
  font-size: 17px;
  color: #000;
  margin: 18px 0px;
  width: 100%;
  margin-right: 0px;
  padding: 0px 20px; }

.hamburger-menu .search .searchico {
  background-image: url('img/search.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 15px;
  margin-right: 15px; }

.hamburger-menu .searchResultsWrap {
  width: 100%; }

.hamburger-menu .searchResults {
  background: #fff;
  display: none;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-bottom: 65px; }

.hamburger-menu .searchResults .smallTitle {
  text-align: center; }

.hamburger-menu .searchResults .modelTiles .tile {
  margin: 1px; }

.hamburger-menu .topIcon.searchIcon {
  margin-top: 12px;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-color: #282828;
  background-image: none;
  border-radius: 50% !important; }

.hamburger-menu .topIcon.searchIcon .icon {
  margin: 7px;
  background: url('img/search.png');
  height: 15px;
  width: 15px;
  display: block;
  background-size: cover; }

.hamburger-menu .profileListing {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.hamburger-menu .profileListing .item {
  border-top: 2px solid #b39b74;
  min-height: 80px; }

.hamburger-menu .profileListing .item:first-child {
  border: none; }

.hamburger-menu .profileListing span {
  display: block;
  font-size: 15px;
  font-family: "open_sanslight"; }

.hamburger-menu .profileListing .item .avatar {
  border-radius: 50%;
  display: inline-block;
  width: 63px;
  height: 63px;
  margin: 7px 10px;
  background-size: 63px 63px; }

.hamburger-menu .profileListing .item .text {
  margin: 18px 0px;
  display: inline-block;
  max-width: 130px; }

@media screen and (min-width: 767px) {
  .tips-content {
    width: 700px; }

  .werkvorm-container.tips .tips-block {
    width: 140px; }

  .magazine-wrapper .cover-like {
    width: 90px;
    height: 81px;
    bottom: 50px;
    right: 50px; }

  .bezorging-content .column-one-two .inline-table {
    min-height: 228px; }

  .wvSlides .slide-image {
    height: 400px; } }

@media screen and (min-width: 1023px) {
  .tips-content {
    width: 850px; }

  .werkvorm-container.tips .grid-4 {
    margin: 0 auto; }

  .werkvorm-container.tips .tips-block {
    width: 170px; }

  .interview.popups .padding-extend {
    padding: 20px 142px !important; } }

@media only screen and (max-width: 768px) {
  .popup-window.slimmer.profilepopup {
    top: 40px !important; } }

.column-one-two.font-18 ul li {
  font-size: 18px; }

.werkvorm-werkopdracht li:before {
  content: "\25CF";
  padding-right: 5px;
  font-size: inherit; }

.werkvorm-werkopdracht ul {
  margin-bottom: 40px;
  font-size: 18px; }

.training .magazine-type {
  top: 37px; }

.training .magazine-title {
  top: 54px; }

@media only screen and (min-width: 768px) {
    .training .magazine-type {
      top: 68px; }
    .training .magazine-title {
      top: 98px; } }

.isHygiene.answers.explanation .answer {
  height: auto;
  margin-top: 13px;
  padding: 15px 30px; }

.isHygiene.answers.explanation .answer:nth-child(even) {
  margin-left: 0 !important; }

.isHygiene.answers.explanation .answer:nth-child(odd) {
  margin-right: 0 !important; }

.isHygiene.answers.explanation .answer .tekst-knop-tekst {
  font-size: 17px;
  line-height: 21px;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0;
  left: 0; }

.wv-popup .popup-window.isHygiene {
  left: 30px;
  width: auto;
  right: 30px;
  top: 40px !important; }

@media screen and (min-width: 768px) {
  .isHygiene.answers.explanation .answer:nth-child(even) {
    margin-left: 20px !important; }
    .isHygiene.answers.explanation .answer:nth-child(odd) {
      margin-right: 20px !important; }

  .wv-popup .popup-window.isHygiene {
    left: 0;
    width: 100%;
    right: 0;
    top: 0 !important; } }

.portal.groupmembers .portal-icon {
  background: #f2f2f3 no-repeat center center;
  border-radius: 50%;
  background-size: 38px 38px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  margin-right: 30px;
  display: inline-block; }

.portal.groupmembers a.portal-item, .portal.groupmembers .portal-item {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 0px;
  color: black;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  line-height: 54px;
  text-align: left; }

.portal.groupmembers a.portal-item span {
  display: inline-block;
  font-family: 'open_sansregular'; }

.portal.groupmembers {
  width: 100%;
  margin-top: 1px; }

.portal.groupmembers .checkbox {
  top: 4px;
  left: 52px; }

.sub-header.big .blueButton {
  display: inline-block;
  margin-top: 15px;
  background: #2b78e4;
  border-bottom: none;
  line-height: 30px;
  height: 30px;
  min-width: 220px;
  margin-right: 24px;
  margin-left: -12px; }

.sub-header-controls a.noborder {
  border-right: none;
  margin-right: 22px; }

.photoInfo {
  margin-top: 16px;
  margin: auto;
  width: 300px;
  text-align: center; }

.photoInfoPhoto {
  width: 75px;
  margin: auto; }

.photoInfoPhoto .loader-circle {
  border: 0;
  background: rgba(0, 0, 0, 0);
  width: 75px;
  height: 75px;
  position: relative;
  background-size: 75px; }

.loader-circle {
  top: 0;
  box-sizing: content-box;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 114px;
  height: 114px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5); }

.photoInfoPhoto .portal-item.loader-circle .inner {
  border-color: transparent; }

.photoInfoPhoto .loader-circle .inner {
  width: 65px;
  height: 65px; }

.photoInfoText {
  padding-top: 22px;
  min-height: 53px; }

.photoInfoText .infoHeader {
  font-family: 'open_sansregular';
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.photoInfoText .infoText {
  margin-bottom: 16px;
  font-size: 13px; }

.photoInfoText .editCredentials {
  text-transform: uppercase;
  color: #4aa8f4; }

.rounded-image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.werkvorm-werkopdracht {
  max-width: 700px; }

.werkvorm-werkopdracht .mag-image {
  height: 330px; }

.padding-140-top {
  padding-top: 140px; }

.werkvorm-container.image-wall .info-block.open-popup.done .info-icon {
  background-image: url('img/hotspot-check.png');
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px; }

.werkvorm-tekst .werkvorm-tekst-wrapper .tekst-left ul, .werkvorm-tekst .werkvorm-tekst-wrapper .tekst-right ul, .werkvorm-image .text-wrap ul, .werkvorm-image .image-subtext ul {
  list-style-type: disc;
  padding-left: 18px; }

.werkvorm-tekst .werkvorm-tekst-wrapper .tekst-left ol, .werkvorm-tekst .werkvorm-tekst-wrapper .tekst-right ol, .werkvorm-image .text-wrap ol, .werkvorm-image .image-subtext ol {
  padding-left: 18px; }

.wv-infographic .title .introtext {
  font-size: 18px;
  line-height: 25px; }

.video-carrousel .videos .video-slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.video-carrousel .videos .video-slide.showSlide {
  opacity: 1; }

.picture-carrousel .slides .slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.picture-carrousel .slides .slide.showSlide {
  opacity: 1; }

.picture-carrousel .caption .inner-caption {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.picture-carrousel .caption .inner-caption {
  opacity: 0; }

.picture-carrousel .caption .inner-caption.showCaption {
  opacity: 1; }

.magazine-carrousel .slides .slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.magazine-carrousel .slides .slide {
  opacity: 0; }

.magazine-carrousel .slides .slide.showSlide {
  opacity: 1; }

.image-carrousel .slides .slide {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out; }

.image-carrousel .slides .slide {
  opacity: 0;
  pointer-events: none; }

.image-carrousel .slides .slide.showSlide {
  opacity: 1;
  pointer-events: auto; }

.home-grid .grid-block.half a.inner-block {
  position: relative;
  display: block; }

.home-grid .grid-block .inner-block {
  position: relative; }

.home-grid .grid-block .inner-block.hovered {
  border-color: rgba(0, 0, 0, 0.9); }

.moLogin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  display: none;
  pointer-events: none; }

.moLogin .btn {
  width: 110px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto; }

.container-outer .subsubtitle {
  font-size: 16px;
  color: white;
  font-family: 'Source Sans Pro'; }

.overzichtModulesIcon {
  background-image: url(img/moduleOverzichtIcon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 54px;
  padding-top: 49px;
  text-transform: uppercase;
  padding-bottom: 8px; }

a.moduleBlock {
  height: 175px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  background: gray;
  text-transform: uppercase;
  display: table;
  color: white;
  position: relative; }

a.moduleBlock.disabled {
  opacity: 1; }

a.moduleBlock.disabled .moduleTitle, a.moduleBlock.disabled .moduleImage {
  opacity: 0.3; }

a.moduleBlock.disabled .moduleProgress {
  opacity: 0; }

a.moduleBlock .moduleTitle {
  width: 300px;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  padding-left: 30px;
  z-index: 1;
  position: relative; }

a.moduleBlock .moduleMessage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 175px;
  text-align: right;
  padding-right: 20px; }

a.moduleBlock .moduleImage {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center; }

a.moduleBlock .moduleProgress {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
  padding-right: 45px;
  z-index: 1;
  position: relative; }

a.moduleBlock .moduleProgress .whiteCircle {
  border-radius: 50%;
  background: white;
  width: 60px;
  height: 60px;
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 61px;
  font-size: 20px; }

a.moduleBlock .moduleProgress .whiteCircle.smaller {
  font-size: 12px; }

.overzichtModules-intro {
  max-width: 345px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px; }

.container-overzichtModules {
  padding: 0;
  max-width: 600px;
  margin: 0 auto; }

.image-carrousel {
  display: block;
  position: relative; }

.image-carrousel .slides {
  font-size: 0;
  position: relative;
  background: #000;
  min-height: 400px;
  height: 100%; }

.image-carrousel .slides .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }

.image-carrousel .dots {
  position: absolute;
  z-index: 24;
  width: 100%;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center; }

.image-carrousel .dots .dot {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 12px; }

.image-carrousel .dots .dot.active {
  background: #fff; }

@media screen and (max-width: 767px) {
  .wv-infographic .title .introtext {
    font-size: 14px; }

  .image-carrousel .slides {
    min-height: 282px; } }

.homequiz {
  display: block;
  position: relative;
  margin-top: 40px;
  border-bottom: 6px solid #171614;
  width: 100%;
  height: 330px; }

.homequiz .block-btn {
  cursor: pointer; }

.homequiz .slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease; }

.homequiz .slide.showslide {
  opacity: 1;
  z-index: 1; }

.homequiz .slide.slide1 .inner-block .right-block {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat; }

.homequiz .slide.slide2 .inner-block .right-block {
  background-image: url('img/homequizSlide2BG.png');
  background-size: 530px; }

.homequiz .slide.slide2 .right-block .contentwrapper {
  width: 60%;
  text-align: center; }

.homequiz .slide.slide2 .right-block .contentwrapper .question {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto; }

.homequiz .slide.slide2 .right-block .contentwrapper .button {
  margin-left: 15px;
  margin-right: 15px; }

.homequiz .slide.slidefeedback .left-block {
  padding-top: 145px; }

.homequiz .slide.slidefeedback .right-block .text {
  color: white;
  font-family: 'ChunkFive';
  font-size: 25px;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center; }
  .homequiz .slide.slidefeedback .right-block .text .amountcorrect {
    color: #ff7d00; }
  .homequiz .slide.slidefeedback .right-block .thumbup {
    background-image: url('img/thumbup.png');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    margin-top: 26px; }
  .homequiz .slide.slidefeedback .right-block .thumbdown {
    background-image: url('img/thumbdown.png');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    margin-top: 26px; }
  .homequiz .slide.slidefeedback .right-block .great {
    background-image: url('img/great.png');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    height: 176px;
    margin-top: 10px; }

.homequiz .slide.slidefinished .left-block {
  padding: 140px 20px 10px 20px; }
  .homequiz .slide.slidefinished .left-block .title {
    font-size: 28px;
    padding-bottom: 20px; }
  .homequiz .slide.slidefinished .left-block .block-btn {
    background: none;
    box-shadow: none;
    color: #000;
    font-size: 1rem; }
  .homequiz .slide.slidefinished .left-block .block-btn.restarticon {
    background-image: url('img/quizRewind.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px; }

.homequiz .slide.slidefinished .right-block .textleft {
  width: 66%;
  padding-top: 70px;
  display: inline-block; }
  .homequiz .slide.slidefinished .right-block .textright {
    width: 33%;
    display: inline-block;
    padding-top: 30px; }
  .homequiz .slide.slidefinished .right-block .textright .magazine-cover {
    width: 140px;
    height: 200px; }
  .homequiz .slide.slidefinished .right-block .textright .magazine-cover .block-btn {
    margin-right: -15px;
    bottom: -20px; }
  .homequiz .slide.slidefinished .right-block .title {
    color: #fff;
    font-family: 'ChunkFive';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase; }
  .homequiz .slide.slidefinished .right-block .title .amountcorrect {
    color: #ff7d00; }
  .homequiz .slide.slidefinished .right-block .text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px; }

.homequiz .inner-block {
  display: flex;
  font-size: 0; }

.homequiz .inner-block .left-block, .homequiz .inner-block .right-block {
  display: block;
  background: #1c1a19;
  position: relative;
  font-size: 16px;
  font-size: 1rem; }

.homequiz .inner-block .left-block {
  flex: 1 0 30%;
  background: #ff7d00;
  text-align: center;
  padding: 60px 40px 10px 40px; }

.homequiz .inner-block .left-block .title {
  color: white;
  font-family: 'ChunkFive';
  font-size: 55px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
  text-transform: uppercase; }

.homequiz .inner-block .left-block .quiztitle {
  background-image: url('img/quiz-small.png');
  background-size: 165px;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
  width: 165px;
  height: 60px;
  margin-left: auto;
  margin-right: auto; }

.homequiz .inner-block .left-block .text {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }
  .homequiz .inner-block .left-block .text p {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%); }

.homequiz .inner-block .left-block .midtext {
  text-transform: uppercase;
  font-family: 'ChunkFive';
  padding-top: 71px;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px; }

.homequiz .inner-block .left-block .question {
  font-family: 'ChunkFive';
  text-transform: uppercase;
  padding-top: 40px;
  font-size: 20px; }
  .homequiz .inner-block .left-block .question span {
    display: inline-block;
    background: black;
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -6px;
    margin-left: 4px; }

.homequiz .inner-block .left-block .questiontext {
  padding-top: 40px;
  font-size: 18px; }

.homequiz .inner-block .left-block .block-btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  font-weight: bold;
  width: 110px;
  background: #000;
  -webkit-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center; }

.homequiz .inner-block .right-block {
  flex: 1 0 70%;
  background: #16110b;
  padding: 24px 24px 24px 24px;
  background-image: url('img/homequizSlideBG.png');
  background-size: 470px;
  background-repeat: no-repeat;
  background-position: bottom right; }

.homequiz .inner-block .right-block .button {
  display: inline-block; }

.homequiz .inner-block .right-block .block-btn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  font-weight: bold;
  width: 110px;
  background: #ff7d00;
  -webkit-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 0 32px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center; }

.homequiz .inner-block .right-block .subtitle {
  padding-top: 30px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 22px; }

.homequiz .inner-block .right-block .title {
  color: #fff;
  font-family: 'ChunkFive';
  font-size: 150px;
  text-align: center;
  text-transform: uppercase; }

.homequiz .inner-block .right-block .quiztitle {
  background-image: url('img/quiz-big.png');
  background-size: 475px;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
  width: 475px;
  height: 160px;
  margin-left: auto;
  margin-right: auto; }

.homequiz .inner-block .right-block .option {
  cursor: pointer;
  background: #fff;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 45px);
  height: 110px;
  margin: 15px;
  border-radius: 5px;
  text-align: center;
  position: relative; }
  .homequiz .inner-block .right-block .option .text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    padding: 10px; }

.homequiz .inner-block .right-block .option:nth-child(odd) {
  margin-left: 30px;
  margin-right: 15px; }

.homequiz .inner-block .right-block .option:nth-child(even) {
  margin-left: 15px;
  margin-right: 0px; }

@media screen and (max-width: 1024px) {
  .homequiz .slide.slidefinished .right-block .textleft {
    width: 50%;
    padding-top: 50px; }

  .homequiz .slide.slidefinished .right-block .textright {
    width: 49%; }

  .homequiz .slide.slidefinished .right-block .title {
    font-size: 25px; } }

@media screen and (max-width: 767px) {
  .homequiz {
    height: 275px; }
    .homequiz .slide.slide1 .inner-block {
      display: flex; }
      .homequiz .slide.slide1 .inner-block .left-block {
        flex: 1 0 50%;
        padding: 53px 20px 10px 20px;
        height: auto; }
        .homequiz .slide.slide1 .inner-block .left-block .text {
          height: 85px; }
      .homequiz .slide.slide1 .inner-block .right-block {
        flex: 1 0 50%;
        height: auto;
        background-position-y: 0px; }
        .homequiz .slide.slide1 .inner-block .right-block .subtitle, .homequiz .slide.slide1 .inner-block .right-block .quiztitle {
          display: none; }
      .homequiz .slide.slide2 .inner-block .right-block {
        background-size: 300px;
        background-position: bottom right; }
      .homequiz .slide.slide2 .inner-block .right-block .contentwrapper .question {
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px; }
      .homequiz .slide.slide2 .inner-block .right-block .contentwrapper .button {
        margin-top: 5px;
        margin-bottom: 5px; }
      .homequiz .slide.slidempc .left-block .contentwrapper .question {
        display: inline-block;
        width: 40%;
        padding-top: 20px;
        padding-bottom: 0px; }
      .homequiz .slide.slidempc .left-block .contentwrapper .questiontext {
        display: inline-block;
        width: 55%;
        text-align: left;
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        position: relative;
        height: 80px;
        margin-top: -10px; }
        .homequiz .slide.slidempc .left-block .contentwrapper .questiontext p {
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          line-height: 18px; }
      .homequiz .slide.slidempc .right-block .option {
        height: 68px;
        width: calc(50% - 10px);
        margin: 8px; }
        .homequiz .slide.slidempc .right-block .option .text {
          font-size: 12px;
          padding: 5px; }
      .homequiz .slide.slidempc .right-block .option:nth-child(odd) {
        margin-left: 0px;
        margin-right: 8px; }
      .homequiz .slide.slidempc .right-block .option:nth-child(even) {
        margin-left: 8px;
        margin-right: 0px; }
      .homequiz .slide.slidempc .right-block .option:nth-child(-n + 2) {
        margin-top: 0px; }
      .homequiz .slide.slidempc .right-block .option:nth-last-child(-n + 2) {
        margin-bottom: 0px; }
      .homequiz .slide.slidefinished .left-block {
        padding: 0px 20px 0px 20px; }
      .homequiz .slide.slidefinished .left-block .title {
        padding-bottom: 0px;
        font-size: 20px;
        padding-top: 17px; }
      .homequiz .slide.slidefinished .left-block .block-btn.restarticon {
        background-size: 16px;
        padding-left: 15px;
        font-size: 0.9rem;
        margin-top: -2px; }
      .homequiz .slide.slidefinished .right-block .textleft {
        padding-top: 0px;
        width: 60%; }
      .homequiz .slide.slidefinished .right-block .textright {
        width: 39%;
        padding-bottom: 0px;
        padding-top: 0px; }
        .homequiz .slide.slidefinished .right-block .textright .magazine-cover {
          width: 100px;
          height: 140px; }
      .homequiz .slide.slidefinished .right-block .title {
        font-size: 18px;
        text-align: left; }
      .homequiz .slide.slidefinished .right-block .text {
        text-align: left;
        padding-left: 0px; }
      .homequiz .slide.slidefeedback .left-block {
        padding-top: 24px;
        padding-bottom: 0px; }
      .homequiz .slide.slidefeedback .right-block .thumbup, .homequiz .slide.slidefeedback .right-block .thumbdown, .homequiz .slide.slidefeedback .right-block .great {
        margin-top: 10px;
        height: 100px;
        background-size: 80px; }
      .homequiz .slide.slidefeedback .right-block .text {
        font-size: 20px; }
    .homequiz .inner-block {
      display: block; }
      .homequiz .inner-block .left-block, .homequiz .inner-block .right-block {
        flex: none; }
      .homequiz .inner-block .left-block {
        padding: 10px;
        height: 80px; }
      .homequiz .inner-block .left-block .midtext {
        padding: 10px 5px 5px 5px; }
      .homequiz .inner-block .right-block {
        height: 195px;
        background-size: 300px;
        background-position-y: 90px; } }

.homeNotification {
  background-color: #fb5b5a;
  color: white;
  font-family: 'Source Sans Pro';
  text-align: center;
  padding: 10px 10px 10px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 15px; }

.wrapper.home.start.homeNotificationOffset {
  margin-top: 39px; }

.wv-popup.upload-media .filter.inline-block {
  display: none; }

@media screen and (max-width: 1080px) {
  .wrapper.home.start.homeNotificationOffset {
    margin-top: 58px; } }

@media screen and (max-width: 767px) {
  .wrapper.home.start.homeNotificationOffset {
    margin-top: 96px; } }

.passwordStrength.gray {
  background-image: url("img/passwordStrength-empty.png"); }

.passwordStrength.red {
  background-image: url("img/passwordStrength-weak.png"); }

.passwordStrength.orange {
  background-image: url("img/passwordStrength-moderate.png"); }

.passwordStrength.green {
  background-image: url("img/passwordStrength-good.png"); }

.passwordStrength.lime {
  background-image: url("img/passwordStrength-perfect.png"); }

.informationMessage {
  position: absolute;
  padding: 11px 20px;
  color: #fff;
  background: #ff6300;
  border: 1px solid #ff6300;
  border-top: 0;
  left: -2px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  z-index: 1500;
  width: 282px;
  display: none; }

.informationMessage:after {
  border-style: solid;
  border-color: #ff6300 transparent;
  display: block;
  width: 0;
  top: -17px;
  bottom: auto;
  left: auto;
  right: 130px;
  border-width: 0 10px 20px;
  content: "";
  position: absolute; }

.register .title, .register .subtitle {
  text-transform: uppercase; }

.register .submitbtn[disabled=disabled] {
  opacity: 0.4;
  cursor: auto; }

.gender div, .toggleSlager div, .privacy div, .newsletter div {
  text-align: left;
  margin: 0px;
  padding-left: 35px;
  font-family: 'Source Sans Pro';
  font-size: 17px;
  color: #fff; }

.logo-small {
  background-image: url("img/logo-wide.png");
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 30px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .start .logo-small {
    display: none; } }

@media screen and (min-width: 375px) and (max-width: 767px) {
  .logo-small {
    background-size: auto 40px;
    height: 40px; } }

@media screen and (min-width: 768px) {
  .logo-small {
    width: 66px;
    height: 86px;
    background-image: url('img/logo-small_x2.png');
    background-size: cover;
    display: inline-block; } }

.bodyaction table.inputs tr td span.tagline {
  position: absolute;
  top: 0;
  left: 0;
  color: orange;
  font-size: 12px;
  margin: 3px;
  margin-left: 6px;
  font-family: 'Source Sans Pro'; }

.bodyaction table.inputs tr td input {
  width: 186px;
  background: transparent;
  border: none;
  font-size: 17px;
  color: #fff;
  margin: 22px 6px 9px;
  padding: 0;
  font-family: 'Source Sans Pro'; }
/*.cover-background-image { min-height:768px;}*/
body.toetsBody {
  background: #fff; }

body.toetsBody .toets-progress {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

body.toetsBody .toets-progress .inner {
  background: #82bec3;
  font-size: 23px;
  padding: 8px 15px 5px;
  font-family: 'Source Sans Pro';
  font-weight: bold; }

body.toetsBody .toets-progress .inner .separator {
  color: #507679; }

body.toetsBody .toets-progress .tear {
  background-image: url("img/tear-toets.png");
  display: block;
  width: 100%;
  height: 21px;
  background-size: contain;
  background-position: right; }

body.toetsBody .werkvorm-lint {
  padding-top: 55px; }

body.toetsBody .werkvormPopup {
  position: relative;
  width: auto;
  margin: 0px;
  padding: 0;
  /*height: 100%; */ }

body.toetsBody .werkvormPopup .werkvormBackground {
  position: fixed; }

body.toetsBody .werkvormPopup.toetsCover .werkvormBackground {
  position: fixed; }

body.toetsBody .werkvormContent {
  display: block;
  max-width: 80%;
  margin: 0 auto; }

body.toetsBody .toetsContent.cover .intro h2 {
  text-align: center;
  font-size: 20px;
  color: #ff7d00;
  text-transform: uppercase;
  font-family: "ChunkFive"; }
  body.toetsBody .toetsContent.cover .intro p {
    color: #453a36;
    margin-top: 35px;
    font-size: 14px; }

body.toetsBody .toetsContent.cover .image {
  display: block;
  text-align: center;
  margin-top: 20px; }
  body.toetsBody .toetsContent.cover .image img {
    width: 190px; }

body.toetsBody .toetsContent .wvCheckButtonWrap {
  display: block;
  width: 100%;
  text-align: center; }

body.toetsBody .toetsWerkvorm {
  display: block; }

body.toetsBody .toetsWerkvorm .werkvormContent {
  margin-top: 100px; }

body.toetsBody .toetsWerkvorm .werkvormWrap h2 {
  font-size: 20px;
  line-height: 26px;
  font-family: "ChunkFive";
  font-weight: normal;
  color: #3c3c3b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

body.toetsBody .toetsWerkvorm .werkvormWrap .intro p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Source Sans Pro';
  color: #3c3c3b; }

body.toetsBody .navContainer {
  display: block;
  margin: 25px auto;
  text-align: center; }

body.toetsBody .btn {
  font-family: "source_sans_prosemibold";
  font-size: 17px;
  letter-spacing: 0.25px;
  padding: 7px 15px;
  margin: 0 25px; }

body.toetsBody .score {
  display: block;
  text-align: center;
  font-family: "ChunkFive";
  font-size: 20px;
  line-height: 26px;
  color: #3c3c3b;
  margin-bottom: 15px; }

body.toetsBody .scoreText {
  font-size: 14px;
  color: #3c3c3b;
  /*
   ul {
   margin-top: 10px;
   list-style-type: disc;
   margin-left: 20px;
   li {
   a {
   color: #ff6300;
   font-family: "Source Sans Pro Black";
   }
   }
   }
   */ }

body.toetsBody .scoreText .quizAnswerFeedbacks {
  margin-top: 30px; }

body.toetsBody .scoreText .quizAnswerFeedbacks .quizAnswerFeedback {
  border: 2px solid #ff6300;
  border-radius: 8px;
  margin-top: 13px;
  text-align: center;
  padding: 25px 5px 25px 5px;
  font-family: "Source Sans Pro"; }
  body.toetsBody .scoreText .quizAnswerFeedbacks .quizAnswerFeedback .quizAnswerFeedbackQuestion p {
    display: inline; }
  body.toetsBody .scoreText .quizAnswerFeedbacks .quizAnswerFeedback .quizAnswerFeedbackRead {
    margin-top: 18px; }
  body.toetsBody .scoreText .quizAnswerFeedbacks .quizAnswerFeedback .quizAnswerFeedbackLink a {
    color: #ff6300; }

body.toetsBody .toetsCover .wvCheckButtonWrap {
  text-align: center;
  margin-top: 35px; }

body.toetsBody .toetsCover .wvCheckButtonWrap .btn {
  padding: 10px 20px;
  margin: 0;
  font-size: 13px;
  min-width: 225px; }

body.toetsBody .toetsCover .wvCheckButtonWrap .training-icon {
  width: 24px;
  height: 16px;
  display: inline-block;
  background: url("img/training-icon-white.png") no-repeat center center;
  background-size: contain;
  margin-left: 10px; }

@media screen and (min-width: 768px) {
  body.toetsBody .toets-progress {
    top: 65px; }
    body.toetsBody .werkvorm-lint {
      padding-top: 65px; }
    body.toetsBody .werkvormContent {
      max-width: 445px; }
      body.toetsBody .werkvormContent.cover {
        max-width: 640px; }
    body.toetsBody .navContainer {
      max-width: 445px; }
    body.toetsBody .toetsContent.cover {
      display: flex;
      flex-flow: row wrap;
      height: calc(100vh - 65px); }
      body.toetsBody .toetsContent.cover .wvContentBlock {
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
      body.toetsBody .toetsContent.cover .intro {
        width: 50%; }
        body.toetsBody .toetsContent.cover .intro h2 {
          font-size: 38px;
          text-align: left; }
        body.toetsBody .toetsContent.cover .intro p {
          font-size: 16px; }
      body.toetsBody .toetsContent.cover .image {
        display: inline-block;
        width: 50%;
        text-align: right;
        margin-top: 0; }
        body.toetsBody .toetsContent.cover .image img {
          width: 242px; }
    body.toetsBody .toetsWerkvorm .werkvormWrap h2 {
      font-size: 38px;
      line-height: 45px; }
      body.toetsBody .toetsWerkvorm .werkvormWrap .intro p {
        font-size: 18px;
        line-height: 25px; }
    body.toetsBody .score {
      font-size: 38px;
      line-height: 45px;
      margin-bottom: 25px; }
    body.toetsBody .scoreText {
      font-size: 18px; }
    body.toetsBody .toetsCover .wvCheckButtonWrap .btn {
      line-height: 30px;
      font-size: 20px;
      min-width: 320px; }
      body.toetsBody .toetsCover .wvCheckButtonWrap .training-icon {
        width: 48px;
        height: 32px; } }

/*# sourceMappingURL=include.css.map */
