/*
Theme Name: HiFiBerry
Author: Kris Borgerink
Author URI: http://www.krisborgerink.nl/
Description: Custom build theme for HiFiBerry
Version: 1.0
*/


/*@import "./assets/stylesheets/style-base.css";
@import "./assets/stylesheets/font-awesome.min.css";
@import "./assets/stylesheets/fonts.css";
@import "style-woocommerce.css";
*/

/* general
--------------------------------------------------*/
html { /*overflow-y: scroll;*/ }
html { overflow: hidden; overflow-y: scroll; }

body {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 16px;
    line-height: 22px;*/
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.3px;
    font-feature-settings: "kern", "liga" off, "calt" off;
    text-rendering: optimizeLegibility;
    /*font-size-adjust:0.508;*/
}


body {
    text-align: left;
    color: #2c2c2c;
    background-color: #222222; 
}

#preloader {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #222222;
	position:fixed;
	z-index: 90000000;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f9f8f5;
    z-index: 1;
}
a {
  	color: #2c2c2c;
	text-decoration: none;
    border-bottom: 1px solid #2c2c2c;
}
a:hover {
	text-decoration: none;
    border: none;
}

/* */
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

/* v-align */
.parent-v-align {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* */

.left {
	float: left;
}
.right {
	float: right;
}

/**/
.table {display: table;}
.table-cell {display: table-cell;}

/**/

.grid-container {
  /*background-color: blue;*/
}

/*div {
  zoom: 1;	
  min-height: 0;

/*#wrapper {
	min-height:100%;
	position:relative;
}*/

/* colors */

.hb-pink-100 {
    background-color: #e11e4a;
}
.hb-purple-100 {
    background-color: #48345a;
}

/* grayscale images */

/*img.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}*/

/* header / content / footer
--------------------------------------------------*/
#header, #content, #footer {
    padding-bottom: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    #content, #footer {
        padding-left: 0;
    }
}

/* header
--------------------------------------------------*/

#header {
    background-color: transparent;
    /*width: 100%;*/
    height: 78px;
    text-align: left;
    /**/
    /*position: fixed;
    top 0;
    z-index: 10000;    */
}

#header .header-upper {
    /*text-align: center;*/
    height: 78px;
    text-align: left;
}
#header .header-upper h1 {
    display: block;
    /*position: relative;*/
    width: 179px;
    height: 49px;
    margin: 14px 0 0 4px;
    padding: 0 !important;
    background-image: url(assets/images/hifiberry_logo.svg);
    background-repeat: no-repeat;
    background-position: top left;
    /*background-size: contain;*/
    background-size: 179px 49px;
}
.page-business #header .header-upper h1 {
    background-image: url(assets/images/hifiberry_logo_business.svg);
}
#header .header-upper h1 a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: none;
    display: block;
}


/* make bg image double size on highres screens */
/*@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
    #preloader {
        background-image: url(assets/images/030303_smileyAnimated@2x.gif);
    }
    #header .header-upper h1:after, #footer .footer-lower span:after, .home #content #events .entry:before {
        background-image: url(assets/images/illu@2x.png);
    }
}*/


#header .header-lower {
    height: 78px;
    /*font-size: 18px;
    font-weight: 600;
	line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;*/
    text-align: right;
}
#header .header-lower:after {
    /*content: '';
    background-color: #fbfbf3;
    position: absolute;
    top: 0;
    right: 0;
    height: 68px;
    width: 85%;
    z-index: -2;*/
}

@media screen and (min-width: 768px) {
    #header .header-upper {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #header .header-upper h1 {
        margin-left: 0;
    }
}


/* content
--------------------------------------------------*/

#content {
    /*background-color: pink;*/
}




/* footer
--------------------------------------------------*/
#footer, #footer a, #footer a:hover {
    color: #fff;
    border-color: #fff;
}

#footer .footer-upper, #footer .footer-lower {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer .footer-upper {
    background-color: #2c2c2c;
}
#footer .footer-upper .left-block {
}

#footer .footer-upper .left-block .grid-33:nth-child(4n){
    clear:both; 
}
#footer .footer-upper .right-block h5 {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 5px;
}
#footer .footer-upper .right-block p {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.7px;
}
#footer .footer-upper .right-block .button {
    background-color: #404040;
}
#footer .footer-upper .right-block .button:hover {
    background-color: #58595B;
}

/**/

#footer .footer-lower, #footer .footer-lower a  {
    font-size: 12px;
    letter-spacing: 0.5px;
    background-color: #000;
    color: #a0a0a0;
    border-color: #464646;
    /*padding-right: 20px;
    padding-left: 20px;*/
}

/*#footer .footer-lower a {
    border-bottom: none;
}
#footer .footer-lower a:hover {
    text-decoration: underline;
}*/



/* iframed
--------------------------------------------------*/

.iframed #header, .iframed #content-header-bar, .iframed #footer {
    display: none !important;
}
.iframed #content {
    padding: 0px !important;
}



/* nav
--------------------------------------------------*/

.btn_mobile_menu {
    display: inline-block;
    height: 16px;
    width: 40px;
    padding: 15px 10px;
    font-size: 30px !important;
    line-height: 0;
    color: #2c2c2c;
    border: none !important;
    text-decoration: none;
    position: relative;
    float: right;
    margin: 15px 0 0 20px;
    /*background-color: pink;*/
}

/**/

.btn_mobile_menu .bars-container, .btn_mobile_menu .cross-container {
    display: block;
    position: absolute;
}

.btn_mobile_menu .bars, .btn_mobile_menu .bars:before, .btn_mobile_menu .bars:after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    /*height: 2px;*/
    height: 1px;
    background-color: #2c2c2c;
    color: #2c2c2c;
}
.btn_mobile_menu .bars:after {
    top: 8px;
}
.btn_mobile_menu .bars:before {
    top: 16px;
}

/**/

/*.btn_mobile_menu.cross {
    position: relative;
    padding: 15px 10px;
    display: inline-block;
}*/

.btn_mobile_menu .bars-container.cross-container .bars {
    display: none;
}
.btn_mobile_menu .cross-container {
    width: 40px;
    height: 16px;
    /*display: none;*/
}

.btn_mobile_menu .cross-container:before, .btn_mobile_menu .cross-container:after{
    content: "";
    position: absolute;
    width: 25px;
    /*height: 3px;*/
    height: 1px;
    background-color: #2c2c2c;
    top: 7px;
    left: 8px;
}

.btn_mobile_menu .cross-container:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.btn_mobile_menu .cross-container:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/**/

.main-nav, .footer-nav {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    /*width: 100%;*/
    width: auto;
    display: inline-block;
    margin-top: 28px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.main-nav, .main-nav li, .footer-nav, .footer-nav li {
    text-align: center;
    list-style: none;
}
.main-nav li, .footer-nav li {
    /*list-style: none;*/
    display: inline;
    margin: 0;
    /*padding: 0 0 0 77px;*/
    padding: 0 25px 0 25px;
}
.main-nav li.nav-home, .footer-nav li.nav-home {
    display: none;
}
/*.social .main-nav li {
    display: inline;
    margin: 0;
    padding: 0 0 0 10px;
}*/

/* main level link */
.main-nav li a, .footer-nav li a {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    position: relative;
    border: none;
}
/* main level link hover */
.main-nav li a:hover, .main-nav li.current-menu-item > a, .main-nav li.current-page-ancestor > a, .main-nav li.current_page_parent > a, .category-blog .main-nav li.menu-item-blog > a, .single-product .main-nav li.nav-shop > a, .single-product .main-nav li.menu-item-shop > a, .footer-nav li a:hover, .footer-nav li.current-menu-item > a, .single-product .footer-nav li.nav-shop > a, .main-nav li.current_page_item > a {
    border-bottom: 1px solid #2c2c2c;
}
/* cart counter */
span.cart-count, span.cart-count span {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px; /* for old Konqueror browsers */
    width: 13px;
    height: 13px;
    font-size: 9px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
    position: relative;
    -webkit-font-feature-settings: 'tnum';
    -moz-font-feature-settings: 'tnum';
    -ms-font-feature-settings: 'tnum';        
}
span.cart-count {
    margin: -15px 0 0 5px;
    display: inline-block;
    border: 1px solid #fff;
}


/* #main-nav (top bar stripped menu) */

#main-nav {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-nav li {
    display: none;
}
#main-nav li.visible-top {
    display: inline;
}


/* #main-nav-clone (right bar full) + some .footer-menu */

#main-nav-clone-container {
    position: absolute;
    width: 250px;
    display: block;
    top: 0;
    right: 0;
    z-index: 0;
    padding: 25px;
    box-sizing: border-box;
}

#main-nav-clone.main-nav {
    /*width: 100%;
    display: block;*/
}

#main-nav-clone.main-nav, #main-nav-clone.main-nav li, #footer .footer-nav, #footer .footer-nav li {
    font-weight: 500;
    text-align: left;
    list-style: none;
    margin: 0;
}
#main-nav-clone.main-nav li, #footer .footer-nav li {
    /*list-style: none;*/
    display: block;
    margin: 0;
    /*padding: 0 0 0 77px;*/
    padding: 5px 0 0 0;
}
#main-nav-clone.main-nav li ul, #footer .footer-nav li ul {
    padding: 5px 0 0 0;
    margin: 0;
}
#main-nav-clone.main-nav li li, #footer .footer-nav li li {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 2px 0 0 0;
}
#main-nav-clone.main-nav li.nav-home, #footer .footer-nav li.nav-home {
    display: none;
}

/* main level link */
#main-nav-clone.main-nav li a, #footer .footer-nav li a {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    position: relative;
    border: none;
    color: #fff;
}
/* main level link hover */
#main-nav-clone.main-nav li a:hover, #main-nav-clone.main-nav li.current-menu-item > a, #main-nav-clone.main-nav li.current-page-ancestor > a, #main-nav-clone.main-nav li.current_page_parent > a, .category-blog #main-nav-clone.main-nav li.menu-item-blog > a, .single-product #main-nav-clone .main-nav li.nav-shop > a, #footer .footer-nav li a:hover {
    border-bottom: 1px solid #fff;
}

/* .footer-nav */

#footer .footer-nav {
    font-size: 14px;
    line-height: 21px;
    padding-top: 5px;
    padding-bottom: 25px;
}
#footer .footer-nav li {
    padding-top: 5px 0 0 0;
}

/* #content-header-bar nav */

#content-header-bar .main-nav  {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    margin: 0;
}
#content-header-bar .main-nav li  {
    padding: 0 15px;
}
#content-header-bar .main-nav li:first-child  {
    padding-left: 0;
}
#content-header-bar .main-nav li:last-child  {
    padding-right: 0;
}
#content-header-bar .main-nav li a  {
    color: #fff;
    border-color: #fff;
}
#content-header-bar .content-header-bar-right {
    text-align: right;
}

/* shop nav */

#content-header-bar .shop-navigation .main-nav li:first-child  {
    padding-left: 0;
}
#content-header-bar .shop-navigation .main-nav li:last-child  {
    padding-right: 0;
}

/* spacings etc */

li.whitespace {
    padding-top: 30px !important;
}

li.divider {
    padding-top: 40px !important;
}
li.divider:before {
    content:"";
    width: 20px;
    height: 1px;
    border-top: 1px solid #fff;
    padding-top: 40px;
    display: block;
}


@media screen and (max-width: 767px) {
    #main-nav {
        display: none !important;
    }
    /* shop nav */
    #content-header-bar .shop-navigation .main-nav li  {
        padding: 0 10px 0 10px;
    }
}

@media screen and (orientation:portrait) and (min-width: 768px) and (max-width: 1024px) {
    .main-nav li {
        padding: 0 8px 0 8px;
    }
}


/* headers and paragraphs
--------------------------------------------------*/
p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "HermesLight", "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/*h1 {
	font-size: 44px;	
	line-height: 48px;	
}*/
h1, h2 {
    /*font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;	
	line-height: 30px;
}
h3 {
	font-size: 22px;
	line-height: 26px;
}
h4 {
	font-size: 17px;
	line-height: 21px;	
}
h5 {
	font-size: 14px;
	line-height: 15px;	
}
h6 {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 28px;
}

strong {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

small {
    /*font-size: 0.8em;*/
}

hr {
    border: 0;
    height: 1px;
    background-color: #2c2c2c;
    color: #2c2c2c;
    margin: 30px 0;
}

mark {
    background-color: #fff;
}

.caption {
	/*font-size: 9px;
	color: #888;*/
    padding-top: 3px;
    font-size: 75%;
    line-height: normal;
}

form .button, .button, .wpcf7-submit, .add_to_cart_button, form input[type="submit"], button {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13.5px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    padding: 15px 30px 13px 30px;
    margin: 0 15px 10px 0;
    white-space: normal;
    /*color: #333;*/
    line-height: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px; /* for old Konqueror browsers */
    display: inline-block;
    background-color: #dbdcdd;
    color: #585858;
    text-align: center;
    width: 210px;
    box-sizing: border-box;
}
.button.white {
    background-color: #fff;
}
form .button:hover, .button:hover, .wpcf7-submit:hover, .add_to_cart_button:hover, form input[type="submit"]:hover, button:hover {
    /*background-color: #c7c7c7;*/
    background-color: #8b8b8b;
    color: #fff;
}
.button.align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.btn, .btn:hover, .button, .button:hover, .wpcf7-submit:hover, .add_to_cart_button:hover, form input[type="submit"]:hover, button:hover {
    border: none;
}

/* */

.button-cta, .wpcf7-submit, .add_to_cart_button, .checkout-button, .button.single_add_to_cart_button, form input[type="submit"], button {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-color: #c60f38;*/
    background-color: #e11e4a;
    color: #fff;    
    font-weight: 500;
}

.button-cta:hover, .wpcf7-submit:hover, .add_to_cart_button:hover, .checkout-button:hover, .button.single_add_to_cart_button:hover, form input[type="submit"]:hover, button:hover {
    background-color: #b11235;    
}

.button-xxl {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0; /* for old Konqueror browsers */
}
.button-xxl:hover {
    color: #585858;
}

.button-cta-business {
    background-color: #513C63;
    color: #fff;
}
.button-cta-business:hover {
    background-color: #3a264b;
}

.button.diy, .button.diy:hover {
    background-color: #fff;
    cursor: auto;
    margin-bottom: 0;
    background-image: url(assets/images/DIY.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px 16px;
}


/* forms
--------------------------------------------------*/

/*form {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}*/
form label {
    display: block;
    margin: 0px 0px 5px;
}
form label>span {
    /*float: left;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;*/
    /*color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;*/
}
form input[type="tel"], form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select{
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: none;
    /*color: #888;*/
    height: 40px;
    line-height:16px;
    margin-bottom: 2px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px;
    width: 100%;
    background-color: #F1F2F2 !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    box-sizing: border-box;
}
form select {
    background: #F1F2F2 url('assets/images/down-arrow.png') no-repeat right !important;
    font-size: 14px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 3px 0px 5px 5px;
    /*width: 70%;*/
    max-width: 90%;
    height: 40px;
    line-height:16px;
}
form textarea{
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height:120px;
    padding: 10px 5px;
    background-color: #F1F2F2 !important;
    /*width: 70%;*/
    box-sizing: border-box;
}
form input[type="checkbox"]{
    margin-top: 0;
    margin-left: 0;
}
/*form .button, a.button {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    background: #EBEBEB;
    border: none;
    padding: 16px 30px 13px 30px;
    margin: 0 10px 10px 0;
    white-space: normal;
    font-weight: 500;
    line-height: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -khtml-border-radius: 2px; /* for old Konqueror browsers */
/*    display: inline-block;
    background-color: #e11e4a;
    color: #fff;
    text-align: center;
}
form .button:hover, a.button:hover {
    background-color: #b11235;
}*/

.select2-container .select2-choice {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-clip: padding-box !important;
    background-color: #F1F2F2 !important;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -khtml-border-radius: 0 !important; /* for old Konqueror browsers */
    color: #2c2c2c !important;
    display: block !important;
    font-weight: 400 !important;
    padding: 10px 0 10px 4px !important;
    overflow: hidden !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: 100%;
}
.select2-drop {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: none !important;
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 10px !important;
}



/* max-width sections
--------------------------------------------------*/
.max-width-160 {
    max-width: 160px !important;
}
.max-width-320 {
    max-width: 320px !important;
}
.max-width-480 {
    max-width: 480px !important;
}
.max-width-560 {
    max-width: 560px !important;
}
.max-width-640 {
    max-width: 640px !important;
}
.max-width-800 {
    max-width: 800px !important;
}
.max-width-960 {
    max-width: 960px !important;
}
.max-width-1020 {
    max-width: 1020px !important;
}
.max-width-1340 {
    max-width: 1340px !important;
}
/* */
#content .max-width-160, #content .max-width-320, #content .max-width-480, #content .max-width-560, #content .max-width-640, #content .max-width-800, #content .max-width-960, #content .max-width-1020, #content .max-width-1340 {
    margin-left: auto !important;
    margin-right: auto !important;
}
@media screen and (min-width: 768px) {
    #footer .footer-upper .right-block .max-width-320 {
        float: right;
    }
}

/* #content global
--------------------------------------------------*/

#content .full-width-block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    background-color: #fff;
}
#content .full-width-block::after {
    content: "";
    display: table;
    clear: both;
} /* zit erin zodat .full-width-block wel volle breedte en hoogte complete vlak pakt, ook als er floating elementen in zitten. */
#content .full-width-block-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.entry {
  width: 100%;
  font-size: inherit;
  overflow: visible;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  background-color: transparent;
    box-sizing: border-box;
}

#content section.entry {
    /*display: table;
    padding-bottom: 60px;*/
}

#content #content-header-bar {
    background-color: #222222;
    color: #fff;
    /*margin-top: -20px;*/
    padding: 15px 20px;
    display: block;
    position: relative;
    z-index: 999999999;
}
#content #content-header-bar h2 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.6px;
    display: inline-block;
    margin: 0;
}

#content #content-header {
    background-color: #1b1b1b;
    color: #fff;
}
#content #content-header.tight {
    padding-top: 0;
    padding-bottom: 0;
}

/* overlay blocks */
#content .overlay-container {
    width: 100%;
    position: relative;
    display: table;
    border: none;
}
#content .entry .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,0.5);*/
    color: #fff;
    display: block;
    box-sizing: border-box;
    /*font-size: 22px;
    text-align: center;*/
    padding: 20px 0;
}
#content .entry .overlay h1, #content .entry .overlay h2, #content .entry .overlay h3, #content .entry .overlay h4, #content .entry .overlay h5, #content .entry .overlay h6, #content .entry .overlay p  {
    padding-left: 20px;
    padding-right: 20px;
}
#content .entry a.mouse-over .overlay {
    display: none;
}
#content .entry a.mouse-over:hover .overlay {
    display: block;
}
#content .image-bg-container {
    width: 100%;
    height: 0;
    padding-bottom: 43%;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
    background-color: #1b1b1b;
}

/* toggle list menu */
#content ul.toggle-menu {
    margin-bottom: 40px;
}
#content ul.toggle-menu a {
    text-decoration: none;
}
#content ul.toggle-menu a:hover {
    text-decoration: underline;
}
#content ul.toggle-menu a.parent {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
#content ul.toggle-menu li ul {
    display: none;
}

#content .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}


/* regular content */

#content .regular-content {
    padding-top: 80px;
    padding-bottom: 40px;
}

#content .regular-content section.entry {
    margin-bottom: 80px;
}
#content .regular-content section.entry h2:first-child {
	text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#content .regular-content a {
	border: none;
    text-decoration: underline;
}
#content .regular-content a:hover {
    text-decoration: none;
}

#content .regular-content ul { list-style:none; }
#content .regular-content ul li {
    margin: 0px 30px;
    padding: 5px 0;
}
#content .regular-content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 10px 0 -16px;
}
#content .regular-content ul li.toggle-open:before {    
    content: '\f107';
    margin: 0 10px 0 -21px;
}
#content .regular-content li h1, #content .regular-content li h2, #content .regular-content li h3, #content .regular-content li h4, #content .regular-content li h5, #content .regular-content li h6 {
	display: inline-block;
}

#content .regular-content code, #content .regular-content pre, #content .regular-content blockquote {
    font-family: "HermesLight", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14Fhpx;
    line-height: 20px;
    display: block;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #FCF6E9;
}
#content .regular-content blockquote {
    background-color: #f4f4f4;
}
#content .regular-content blockquote p:last-child {
    margin-bottom: 0;
}
/*#content p.timestamp {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 3px;
	font-style: italic;
    text-align: right;
}

#content .the-content p {
    font-size: 16px;
    line-height: 20px;
}*/

#content .regular-content img {
    display: block;
    max-width: 100%;
    width: auto;
}
#content .regular-content img.tight {
	margin-bottom: 0px;
}

#content .regular-content h1, #content .regular-content h2, #content .regular-content h3, #content .regular-content h4, #content .regular-content h5, #content .regular-content h6, #content .regular-content p, #content .regular-content blockquote, #content .regular-content img, #content .regular-content ul, #content .regular-content .video-holder  {
	margin-bottom: 30px;
}
#content .regular-content ul ul  {
	margin-bottom: 0px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
#content .regular-content table {
    font-size: 13px;
    line-height: 18px;
  border-collapse: collapse;
  border-spacing: 0; }

#content .regular-content th,
#content .regular-content td {
  padding: 3px;
  /*padding: 0.42857rem;*/
  text-align: left; }
  @media screen and (min-width: 480px) {
    #content .regular-content th,
    #content .regular-content td {
      padding: 6px;
      /*padding: 0.85714rem;*/ } }

/**
 * Cell alignments
 */
#content .regular-content [colspan] {
  text-align: center; }

#content .regular-content [colspan="1"] {
  text-align: left; }

#content .regular-content [rowspan] {
  vertical-align: middle; }

#content .regular-content [rowspan="1"] {
  vertical-align: top; }

#content .regular-content .numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
#content .regular-content table th,
#content .regular-content table td {
  border: 1px solid #cccccc; }
  #content .regular-content table th:empty,
  #content .regular-content table td:empty {
    border: none; }
#content .regular-content table thead tr:last-child th {
  border-bottom-width: 2px; }
#content .regular-content table tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
#content .regular-content table tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }


/*=============  TABLES  =============*/
#content .regular-content table tr {
  border-top: 1px solid #b2b2b2; }
  .site-footer .table--bordered tr, .site-footer table tr {
    border-top-color: #504747; }
#content .regular-content table th,
#content .regular-content table td {
  border: 1px solid #b2b2b2; }
  #content .regular-content table th:empty,
  #content .regular-content table td:empty {
    border: 1px solid #b2b2b2; }

#content .regular-content table tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
  /* Override this color in your theme stylesheet */ }

/* */

#content .two-column-content {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
}

/* bx slider */

#content  .regular-content .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 30px !important;
}
#content .regular-content .bx-wrapper .bx-pager {
    bottom: 5% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    /*background-color: #e11e4a !important;*/
    background-color: #1b1b1b !important;
}

/* shop item */

/*#content .shop-item-container {
    padding-bottom: 20px;
}
#content .shop-item {
    position: relative;
}
#content .shop-item .overlay {
    background-color: #fffef6;
}
#content .shop-item .textoverlay {
    padding: 15px;
}
#content .shop-item h3, #content .shop-item h4, #content .shop-item p {
    width: 80%;
}
#content .shop-item h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
#content .shop-item h4 {
    font-size: 15px;
    line-height: 15px;
}
#content .latest .shop-item h3 {
    font-size: 30px;
    line-height: 30px;
}
#content .latest .shop-item h4 {
    font-size: 25px;
    line-height: 25px;
}
#content .shop-item p {
    display: none;
    font-size: 16px;
    line-height: 20px;
    margin: 35px 0 0 0;
}
#content .shop-item .item-links {
    text-align: right;
    margin-top: 40px;
}
#content .shop-item a {
    font-size: 16px;
    border: none;
}
#content .shop-item a:hover {
    border-bottom: 1px solid #2c2c2c;
}*/


/* content blocks */

#content .content-block.title-block {
}
#content .content-block.text-block {
}
#content .content-block.embed-block {
}

#content .content-block.image-block img {
    padding-bottom: 20px;
}


/* content header full-image + products main heading */

#content-header.full-image .overlay {
    width: 75% !important;
    min-width: 640px !important;
    padding: 50px;
    /**/
    /*opacity: 0.95;
    filter: alpha(opacity=95);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10 preview */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}
#content-header.full-image .overlay .textoverlay {
    max-width: 560px !important;
}
#content-header.full-image .overlay .textoverlay h2, .page #content #products #content-header .heading h2 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 44px;	
	line-height: 48px;
    margin-bottom: 30px;
    padding: 0;
}
#content-header.full-image .overlay .textoverlay p, .page #content #products #content-header .heading p {
	font-size: 24px;	
	line-height: 28px;
    margin-bottom: 30px;
    padding: 0;
}
#content-header.full-image .overlay .textoverlay .item-links {
    position: absolute;
    bottom: 50px;
}


/* tablet */
@media screen and (max-width: 1024px) {
    #content-header.full-image .overlay {
        padding: 20px;
    }
    #content-header.full-image .overlay .textoverlay h2, .page #content #products #content-header .heading h2 {
        font-size: 34px;	
        line-height: 38px;
        margin-bottom: 20px;
    }
    #content-header.full-image .overlay .textoverlay p, .page #content #products #content-header .heading p {
        font-size: 19px;	
        line-height: 23px;
        margin-bottom: 20px;
        padding: 0;
    }
    #content-header.full-image .overlay .textoverlay {
        max-width: 450px !important;
    }
    #content-header.full-image .overlay .textoverlay .item-links {
        bottom: 20px;
    }
}
/* mobile */
@media screen and (max-width: 767px) {
    #content #content-header-bar {
        /*padding: 20px;*/
    }
    /* overlay blocks */
    #content .entry .overlay {
        /*padding: 20px !important;*/
    }
    #content .entry .image-bg-container {
        padding-bottom: 140%;
        background-position: center right;
        -webkit-background-size: 150%;
        -moz-background-size: 150%;
        -o-background-size: 150%;
        background-size: 160%;
    }
    #content .regular-content {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    /**/
    #content {
        /*padding-top: 60px;*/
    }
    #content .two-column-content {
        -moz-column-count: 1;
        -moz-column-gap: 0;
    }
    /**/
    #content-header.full-image .overlay {
        width: 100% !important;
        min-width: 0 !important;
        /* #1b1b1b */
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0a0a+0,0a0a0a+50,0a0a0a+100&1+0,1+24,0+30,0+50,0+70,1+76,1+100 */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzBhMGEwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTBhMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(10,10,10,1) 0%, rgba(10,10,10,1) 24%, rgba(10,10,10,0) 30%, rgba(10,10,10,0) 50%, rgba(10,10,10,0) 70%, rgba(10,10,10,1) 76%, rgba(10,10,10,1) 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,10,10,1)), color-stop(24%,rgba(10,10,10,1)), color-stop(30%,rgba(10,10,10,0)), color-stop(50%,rgba(10,10,10,0)), color-stop(70%,rgba(10,10,10,0)), color-stop(76%,rgba(10,10,10,1)), color-stop(100%,rgba(10,10,10,1))); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(10,10,10,1) 24%,rgba(10,10,10,0) 30%,rgba(10,10,10,0) 50%,rgba(10,10,10,0) 70%,rgba(10,10,10,1) 76%,rgba(10,10,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(10,10,10,1) 24%,rgba(10,10,10,0) 30%,rgba(10,10,10,0) 50%,rgba(10,10,10,0) 70%,rgba(10,10,10,1) 76%,rgba(10,10,10,1) 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top,  rgba(10,10,10,1) 0%,rgba(10,10,10,1) 24%,rgba(10,10,10,0) 30%,rgba(10,10,10,0) 50%,rgba(10,10,10,0) 70%,rgba(10,10,10,1) 76%,rgba(10,10,10,1) 100%); /* IE10 preview */
        background: linear-gradient(to bottom,  rgba(10,10,10,1) 0%,rgba(10,10,10,1) 24%,rgba(10,10,10,0) 30%,rgba(10,10,10,0) 50%,rgba(10,10,10,0) 70%,rgba(10,10,10,1) 76%,rgba(10,10,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-8 */
    }
    #content-header.full-image .overlay .textoverlay {
        max-width: 100% !important;
    }
    #content-header.full-image .overlay .textoverlay h2, .page #content #products #content-header .heading h2 {
        font-size: 30px;	
        line-height: 34px;
        margin-bottom: 20px;
    }
    #content-header.full-image .overlay .textoverlay .item-links {
        text-align: center;
        left: 0;
        width: 100%;
    }
    #content-header.full-image .overlay .textoverlay .item-links a.button {
        margin: 0 5px 10px 5px;
    }
}

/* xl-screens */
@media screen and (min-width: 1500px) {
    #content-header.full-image .overlay .textoverlay {
        max-width: 700px !important;
    }
    #content-header.full-image .overlay .textoverlay h2 {
        font-size: 54px;	
        line-height: 58px;
    }
    #content-header.full-image .overlay .textoverlay p {
        font-size: 29px;	
        line-height: 33px;
    }
}

/* extra breakpoint */
@media screen and (max-width: 450px) {
    #content-header.full-image .overlay .textoverlay p {
        display: none;
    }
}

/* home
--------------------------------------------------*/

#front-page #content-header.full-image .button.button-business {
    position: absolute;
    top: 20px;
    right: 0px;
    margin: 0;
    font-size: 12px;
    padding: 10px 15px;
    width: auto;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px; /* for old Konqueror browsers */
}
#front-page #content-header.full-image .button.button-business:hover {
    background-color: #513C63;
}

/* latest blogpost + gallery + some global blogpost tile stuff
---------------------------*/
.blogpost-tile, .gallery-tile {
    background-color: #0a0a0a;
}
.blogpost-tile a.overlay-container, .gallery-tile a.overlay-container {
    display: block !important;
    height: 0;
    padding-bottom: 61%;
    overflow: hidden;
}
.blogpost-tile img, .gallery-tile img {
    opacity: 0.80;
    filter: alpha(opacity=80);    
}
.blogpost-tile:hover img, .gallery-tile:hover img {
    opacity: 1;
    filter: alpha(opacity=100);    
}
.blogpost-tile .overlay {
    /*padding: 30px;*/
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e11e4a+0,48345a+100&0.5+0,0.5+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTExZTRhIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDgzNDVhIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(-45deg,  rgba(225,30,74,0.5) 0%, rgba(72,52,90,0.5) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(225,30,74,0.5)), color-stop(100%,rgba(72,52,90,0.5))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(-45deg,  rgba(225,30,74,0.5) 0%,rgba(72,52,90,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(-45deg,  rgba(225,30,74,0.5) 0%,rgba(72,52,90,0.5) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(-45deg,  rgba(225,30,74,0.5) 0%,rgba(72,52,90,0.5) 100%); /* IE10 preview */
background: linear-gradient(135deg,  rgba(225,30,74,0.5) 0%,rgba(72,52,90,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e11e4a', endColorstr='#8048345a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    
}
.blogpost-tile .overlay .textoverlay h2, .gallery-tile .overlay .textoverlay .maker {
    text-transform: none;
    position: absolute;
    bottom: 20px;
}
.blogpost-tile .overlay .textoverlay h5.author {
    color: #fff;
}
/**/
#front-page #latest-blogpost .blogpost-tile .overlay .textoverlay h2 {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 41px;
}
#front-page #latest-blogpost .button-xxl, #front-page #featured-gallery .button-xxl {
    font-size: 26px;
    line-height: 31px;
}
#front-page #latest-blogpost .button-xxl {
    background-color: #f3f1e9;
}
#front-page #featured-gallery .button-xxl {
    background-color: #fff;
}
#front-page #featured-gallery .button.diy {
    cursor: pointer;
}
#front-page #latest-blogpost:hover .entry .button-xxl, #front-page #featured-gallery:hover .entry .button-xxl {
    opacity: 0.95;
    filter: alpha(opacity=95);    
}
#front-page #featured-gallery .title-block h2, #front-page #featured-gallery .button.diy {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
#front-page #featured-gallery .title-block {
    background-color: #414042;
    position: relative;
    display: block;
    margin: 0 20px;
    box-sizing: border-box;
}
#front-page #featured-gallery:hover .entry .title-block {
    background-color: #585858;
}
#front-page #featured-gallery .title-block h2 {
    font-family: "HermesLight", "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    width: 75%;
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0px 10px 15px;
}
#front-page #featured-gallery .button.diy  {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


/* tablet */
@media screen and (max-width: 1024px) {
    #front-page #latest-blogpost .button-xxl, #front-page #featured-gallery .button-xxl {
        font-size: 22px;
        line-height: 27px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gallery-tile .overlay {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .blogpost-tile .overlay .textoverlay h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .gallery-tile .overlay .textoverlay .maker {
        font-size: 14px;
        bottom: 0px;
    }
    #front-page #featured-gallery .title-block h2, #front-page #featured-gallery .button.diy {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #front-page #featured-gallery .title-block h2 {
        width: 70%;
        font-size: 16px;
        line-height: 21px;
    }
    #front-page #featured-gallery .button.diy  {
        width: 30%;
    }
    #front-page #featured-gallery .title-block {
        margin: 0 10px;
    }
}

/* tablet only */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
/* mobile */
@media screen and (max-width: 767px) {
    #front-page #latest-blogpost .button-xxl, #front-page #featured-gallery .button-xxl {
        font-size: 18px;
        line-height: 23px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .blogpost-tile .overlay .textoverlay h2, #front-page #latest-blogpost .blogpost-tile .overlay .textoverlay h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .gallery-tile .overlay .textoverlay .maker {
        font-size: 11px;
    }
    #front-page #featured-gallery .title-block h2 {
        width: 65%;
        font-size: 14px;
        line-height: 19px;
    }
    #front-page #featured-gallery .button.diy  {
        width: 35%;
    }
}
/* xl-screens */
@media screen and (min-width: 1500px) {
    .blogpost-tile .overlay .textoverlay h2 {
        font-size: 36px;
        line-height: 41px;
    }
    #front-page #latest-blogpost .blogpost-tile .overlay .textoverlay h2 {
        font-size: 46px;
        line-height: 51px;
    }
    #front-page #featured-gallery .title-block h2 {
        font-size: 31px;
        line-height: 36px;
        padding: 15px 0px 15px 20px;
    }
}

/* gallery
---------------------------*/


/* single
--------------------------------------------------*/
/* blog
---------------------------*/
.single #content #single .image-bg-container {
    padding-bottom: 35%;
}
.single #content #single .regular-content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.single #content #single .regular-content h5.author {
    color: #e01e49;
    margin-bottom: 50px;
}
.single #content #single .regular-content h2 {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 41px;
    text-transform: none;
}
.single #content #single .regular-content p, .single #content #single .regular-content ul li {
    font-family: "merriweather", "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    display: block;
    letter-spacing: 0;
}
.single #content #single #author {
    position: relative;
    margin-bottom: 40px;
    display: table;
    width: 100%;
}
.single #content #single #author:before {
    content:"";
    width: 40px;
    border-bottom: 1px solid #e01e49;
    margin: 65px 0 55px 0;
    display: block;
}
.single #content #single #author .author-photo {
    position: relative;
    width: 120px;
    height: 108px;
    overflow: hidden;
    display: inline;
    float: left;
}
.single #content #single #author .author-photo img {
    width: 100%;
    height: auto;
}
.single #content #single #author .author-photo img.mask {
    width: 120px !important;
    height: 108px !important;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-image: url(./assets/images/blog-authorphoto-mask.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.single #content #single #author p, .single #content #single #author h5 {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #e01e49;
    float: right;
    width: 75%;
    margin-bottom: 5px;
}
.single #content #single .blogpost-tile .overlay .textoverlay h2 {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

@media screen and (max-width: 767px) {
    .single #content #single #author .author-photo {
        margin-bottom: 20px;
    }
    .single #content #single #author p, .single #content #single #author h5 {
        float: left;
        width: 100%;
    }
}
/* xl-screens */
@media screen and (min-width: 1500px) {
    .single #content #single .regular-content {
        padding-top: 80px;
    }
}


/* page
--------------------------------------------------*/
/* regular-page
---------------------------*/
.page #content #page #content-header-bar h2 {
    display: none;
}


/* parts
---------------------------*/
/* product comparison + full specs
---------------------------*/

#content #comparison-table {
    background-color: #2c2c2c;
    color: #fff;
}
#content #comparison-table .table-column {
    margin-bottom: 40px;
}
#content #comparison-table h5 {
    margin-bottom: 20px !important;
}
#content #comparison-table h5 span {
    font-family: "HermesLight", "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 15px !important;
    padding-top: 5px;
    display: block;
}
#content #comparison-table .bg {
    background-color: #F1F2F2;
    color: #000;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
}
#content #comparison-table .image-container {
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    display: block;
}
#content #comparison-table .row {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
    border-top: 1px solid #939598;
}
#content #comparison-table .row-0 {
    border-top: none;
    text-align: left;
}
#content #comparison-table .light {
    color: #9D9FA2;
}
#content #comparison-table .button {
    width: 100%;
}
#content #full-product-specs .regular-content {
    padding-top: 0px;
    padding-bottom: 40px;
}
/*.page #content #comparison-table tfoot, .page #content #comparison-table tbody {
    background-color: #f2f2f2;
}*/


/* products global
---------------------------*/

.page-products #content #content-header {
    background-color: #141414;
}
.page-products #content #content-header .overlay {
    padding: 15px 0;
}
.page-products #content #content-header .overlay h2, .page-products #content #content-header .overlay h3 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.page-products #content #content-header .overlay h2 {
	font-size: 26px;	
	line-height: 30px;
    margin: 0;
}
.page-products #content #content-header .overlay h3 {
	font-size: 10px;	
	line-height: 14px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 20px;
}


/* products overview
---------------------------*/

.page #content #products #content-header .heading h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.page #content #products #content-header .heading p {
    margin-bottom: 50px;
}

.page #content #products #content-header .overlay h3 {
    font-size: 12px;	
    line-height: 18px;
}
.page #content #products #content-header .button {
    width: 48%;
    margin: 15px 0 40px 0;
}
.page #content #products #content-header .button:last-child {
    float: right;
}

/* tablet and up */
@media screen and (min-width: 768px) {
   .page #content #products #content-header .entry {
        padding-left: 40px;
        padding-right: 40px;
    }
    .page #content #products #content-header .heading, .page #content #products #content-header .grid-33 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* xl-screens */
@media screen and (min-width: 1500px) {
    .page #content #products #content-header .overlay h2 {
        font-size: 34px;	
        line-height: 38px;
    }
    .page #content #products #content-header .overlay h3 {
        font-size: 18px;	
        line-height: 22px;
    }
}

/* products single product
---------------------------*/
.page #content #product-subpage h4 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.page #content #product-subpage h5 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
/**/
.page #content #product-subpage #content-header .overlay h3 {
    font-size: 12px;	
    line-height: 18px;
}
.page #content #product-subpage #content-header .regular-content {
	font-size: 18px;	
	line-height: 22px;
    padding-top: 15px;
}
.page #content #product-subpage #content-header .regular-content h4 {
	font-size: 28px;	
	line-height: 32px;
    margin-top: 0;
}
.page #content #product-subpage #content-header .regular-content li {
    margin-right: 10px;
}
.page #content #product-subpage #content-header .regular-content a {
    color: #fff;
}
.page #content #product-subpage #content-header .item-links {
    margin: 20px auto;
    text-align: center;
}
.page #content #product-subpage #content-header .item-links .button {
    width: 42%;
    margin-left: 5px;
    margin-right: 5px;
}
/**/

/* mobile */
@media screen and (max-width: 767px) {
    .page #content #product-subpage #content-header .regular-content {
        padding-top: 40px;
    }
}
/* desktop only */
@media screen and (min-width: 1025px) {
    .page #content #product-subpage #content-header .overlay h2 {
        font-size: 47px !important;	
        line-height: 56px !important;
    }    
    .page #content #product-subpage #content-header .overlay h3 {
        font-size: 19px !important;	
        line-height: 24px !important;
    }
}


/* build
---------------------------*/
/* build overview
---------------------------*/

#content #page-build a.build-tile {
    height: 300px;
    display: block;
    border: none;
    box-sizing: border-box;
    padding: 20px;
}
#content #page-build a.build-tile {
    color: #000;
    background-color: #F4E1B7;
}
#content #page-build a.build-tile h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}
#content #page-build a.build-tile h2, #content #page-build a.build-tile p {
    text-align: center;
}
#content #page-build a.build-tile:hover {
    background-color: #f8ca63;
}
#content #page-build a.download-tile {
    background-color: #F5E4BE;
}
#content #page-build a.documentation-tile {
    background-color: #F6E7C5;
}
#content #page-build a.gallery-tile {
    background-color: #F7EACD;
}

/* doc pages and single
---------------------------*/
#content #page-build-docs #content-header-bar .nav-column-toggler a  {
    position: absolute;
    top: 10px;
    right: 17px;
    color: #fff;
    border: none;
    font-size: 35px;
}
#content #page-build-docs .container {
    position: relative;
    display: block;
    line-height: 22px;
}
#content #page-build-docs .nav-column {
    height: 100%;
    min-height: 100%;
    background-color: #F1F2F2;
    padding-top: 20px;
    display: table;
}
#content #page-build-docs .nav-column li li {
    margin-left: 15px;
    margin-right: 0;
}
#content #page-build-docs h6.skill-level {
    margin-top: -20px;
    text-align: center;
}
/*#content #page-build-docs .entry {
    margin: 0 auto;
}*/
@media screen and (max-width: 767px) {
    #content #page-build-docs .nav-column {
        display: none;
    }
}

/* gallery
---------------------------*/
#content #page-gallery .maker {
    font-size: 15px;
    line-height: normal;
}
#content #page-gallery .image-bg-container {
    /*background-position: center;*/
}

#content #page-gallery #content-header .textoverlay, #content #page-gallery #content-header .title-block, #content #page-gallery #content-header .button {
    width: 100%;
    max-width: 300px !important;
}
#content #page-gallery #content-header .title-block {
    background-color: #DCD8E0;
    box-sizing: border-box;
    padding: 15px;
}
#content #page-gallery #content-header .title-block h2 {
    font-family: "HermesLight", "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #000;
}
#content #page-gallery #content-header .title-block h3 {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    padding: 0;
}
#content #page-gallery #content-header .maker {
    position: absolute;
    bottom: 10px;
    font-size: 15px;
    line-height: normal;
}
#content #page-gallery #gallery-items {
    padding: 20px 10px;
}
#content #page-gallery #gallery-items .entry {
    margin-bottom: 60px;
}
#content #page-gallery #gallery-items .overlay-container {
    margin-bottom: 15px;
}
#content #page-gallery #gallery-items h3 {
    margin-bottom: 5px;
}
#content #page-gallery #gallery-items .overlay .item-links {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}
#content #page-gallery #gallery-items .overlay .button {
    width: 50%;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}
#content #page-gallery #gallery-items .overlay .button:last-child {
    float: right;
}
#content #page-gallery #gallery-items .overlay .button-regular {
    width: 100%;
    float: none;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
#content #page-gallery #gallery-items .overlay:hover .button-regular {
    opacity: 0.90;
    filter: alpha(opacity=90);
}
#content #page-gallery #gallery-items .overlay .button-regular:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    color: #585858;
}
#content #page-gallery .regular-content.bg {
    background-color: #EDEDEE;
}

@media screen and (min-width: 768px) {
    #content #page-gallery .image-bg-container {
        padding-bottom: 35%;
    }
    /**/
    #content #page-gallery #gallery-items {
        padding: 40px 40px;
    }   
    #content #page-gallery #gallery-items .grid-33 {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    /*#content #page-shop .header, #content #page-shop .products .grid-33:nth-child(3n){
        clear:both; 
    }*/    
    
}


/* tablet and down */
@media screen and (max-width: 1024px) {
    #content #page-gallery #content-header .button.diy, #content #page-gallery #content-header .button.button-cta {
        width: 50%;
        margin-right: 0;
    }
    #content #page-gallery #content-header .button.button-cta {
        float: right;
    }
}
/* mobile */
@media screen and (max-width: 767px) {
    #content #page-gallery #content-header .entry .overlay {
        position: relative;
        width: 100%;
        padding: 0 !important;
    }
    #content #page-gallery #content-header .textoverlay, #content #page-gallery #content-header .title-block, #content #page-gallery #content-header .button {
        max-width: 100% !important;
    }
    #content #page-gallery #content-header.full-image .overlay {
        width: 100% !important;
        min-width: 0 !important;
        padding: 20px;
        background: none;
        filter: none;
    }
    #content #page-gallery #content-header .maker {
        position: relative;
        bottom: auto;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #content #page-gallery #gallery-items {
        padding-top: 40px;
    }
}
/* about
---------------------------*/
.page #content #page-about-us .entry code {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 16px;
    line-height: 22px;*/
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.3px;
    font-feature-settings: "kern", "liga" off, "calt" off;
    text-rendering: optimizeLegibility;
}

/* resellers
---------------------------*/
/* map */
.page #content #page-resellers .jvectormap-zoomout, .page #content #page-resellers .jvectormap-zoomin {
    display: none;
} 
.page #content #page-resellers .align-center h1:first-child, .page #content #page-resellers .align-center h2:first-child, .page #content #page-resellers .align-center h3:first-child, .page #content #page-resellers .align-center h4:first-child, .page #content #page-resellers .align-center h5:first-child, .page #content #page-resellers .align-center h6:first-child {
    margin-bottom: 10px;
}
.page #content #page-resellers .map-holder {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.page #content #page-resellers .map-holder #map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page #content #page-resellers .continent-block {
    margin-bottom: 125px;
}
.page #content #page-resellers .continent-block h3.align-center {
    margin-bottom: 50px;
}
.page #content #page-resellers .continent-block ul li:before {
    /*content: "";
    margin: 0;*/
    display: none;
}
.page #content #page-resellers .continent-block ul li {
    margin: 0;
}
.page #content #page-resellers .continent-block ul li h4 {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    display: block;
    border-bottom: 1px solid #2C2C2C;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.page #content #page-resellers .continent-block ul li li h5 {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    margin-bottom: 0;
}
.page #content #page-resellers .continent-block ul li li p {
}

/* software filter page
---------------------------*/
.page-software-selection #content #form-ui {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin: 0 10px 60px 10px;
    padding-bottom: 10px;
    text-align: center;
}
.page-software-selection #content #form-ui h5 {
    text-align: center;
    margin-top: -10px;
    letter-spacing: 0.75px;
}
.page-software-selection #content #form-ui h5 span {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 8px;
}
.page-software-selection #content #form-ui p {
    margin: 0;
}

.page-software-selection #content #form-ui .filter-option {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.page-software-selection #content #form-ui .filter-option.inactive {
    opacity: 0.35;
    filter: alpha(opacity=35);
}
.page-software-selection #content #form-ui .filter-option.inactive select {
    cursor: default !important;
}
.page-software-selection #content #form-ui .filter-option label {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.page-software-selection #content #form-ui .filter-option label, .page-software-selection #content #form-ui .filter-option select {
    /*box-sizing: border-box;*/
    display: inline-block;
    height: auto;
    min-height: 23px;
    padding: 8px 15px 7px 15px;
    background-color: #DCDDDE;
    margin: 0;
}
.page-software-selection #content #form-ui .filter-option label.checkbox, .page-software-selection #content #form-ui .filter-option select {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    cursor: pointer;
    background-color: #F1F2F2;
}
/*.page-software-selection #content #form-ui .filter-option label.checkbox:nth-of-type(2), .page-software-selection #content #form-ui .filter-option select:first-of-type {
    margin-left: -4px;
}*/
.page-software-selection #content #form-ui .filter-option label.checkbox {
    border-right: 1px solid #DFDFDF;
}
.page-software-selection #content #form-ui .filter-option label.checkbox:last-child {
    border: none;
}
.page-software-selection #content #form-ui .filter-option select {
    height: 38px;
    min-width: 125px;
    max-width: 250px;
    border-color: #F1F2F2;
    border-style: solid;
    color: #000000;
    padding-right: 25px;
}
.page-software-selection #content #form-ui .filter-option select option {
    color: #000000;
}
.page-software-selection #content #form-ui .filter-option select option:first-child {
    color: #939598;
}
.page-software-selection #content #form-ui .filter-option.noValue select, .page-software-selection #content #form-ui label.checkbox.noValue {
    color: #939598;
}

.page-software-selection #content #form-ui .filter-option input[type="checkbox"] {
    display: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/**/
.page-software-selection #content #items-container .item {
    margin-bottom: 20px;
}
.page-software-selection #content #items-container .item .image-container {
    width: 100%;
    height: 0;
    padding-bottom: 36%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-software-selection #content #items-container .item img {
    width: 100%;
}
.page-software-selection #content #items-container .item .collapse.content {
    box-sizing: border-box;
    background-color: #EDEDED;
    padding: 30px;
    margin-bottom: 0;
}
.page-software-selection #content #items-container .item a.toggle.lower {
    display: block;
    /*color: #ffffff;
    background-color: #414042;*/
    padding: 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #ffffff;
    background-color: #e11e4a;
}
/*.page-software-selection #content #items-container .item.toggle-open a.toggle.lower {
    color: #000000;
    background-color: #C7C8CA;
    color: #ffffff;
    background-color: #e11e4a;
}*/
.page-software-selection #content #items-container .item a.toggle.lower:hover {
    /*color: #ffffff;
    background-color: #e11e4a;*/
    color: #ffffff;
    background-color: #b11235;
}

@media screen and (max-width: 767px) {
    .page-software-selection #content #form-ui .filter-option {
        padding: 0;
    }
    .page-software-selection #content #form-ui .filter-option, .page-software-selection #content #form-ui .filter-option label, .page-software-selection #content #form-ui .filter-option select {
        box-sizing: border-box;
        display: block;
        max-width: none;
        width: 100%;
        margin-left: 0 !important;
    }
    .page-software-selection #content #form-ui .filter-option label.checkbox {
        border-right: none;
        border-bottom: 1px solid #DFDFDF;
    }
}

/* maker contest page
---------------------------*/


#page.maker-contest span.buttons {
    display: block;
    text-align: center;
}
#page.maker-contest span.buttons .button-cta {
    margin-right: 0;
}

#page.maker-contest .totalpoll-choices {
    border-right: none !important;
    border-bottom: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -khtml-border-radius: 0 !important; /* for old Konqueror browsers */
}

#page.maker-contest .totalpoll-choices label {
    width: 33.33% !important;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

#page.maker-contest .totalpoll-choices .totalpoll-choice-content {
    vertical-align: top !important;
}

#page.maker-contest .totalpoll-choices .totalpoll-choice-separator {
    display: none;
}

#page.maker-contest .overlay-container {
    display: block !important;
    height: 0;
    width: 100% !important;
    padding-bottom: 67% !important;
    overflow: hidden;
    margin-bottom: 10px;
}

#page.maker-contest .totalpoll-choices label img {
    width: 100%;
}

#page.maker-contest .totalpoll-choices label .text-container  {
    display: block;
    height: 120px;
    overflow: hidden;
}

#page.maker-contest .totalpoll-choices label h3,
#page.maker-contest .totalpoll-choices label .maker {
    margin-bottom: 5px;
}

#page.maker-contest .totalpoll-choices label h3 {
    font-family: "HermesLight", "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
    font-weight: 400;
}

#page.maker-contest .totalpoll-choices label .maker {
	font-size: 15px;
	line-height: normal;
}

#page.maker-contest .totalpoll-choices label .button.white {
	background-color: #fff;
    padding: 15px 30px 13px 30px;
    margin-top: 15px;
    width: 100%;
}
#page.maker-contest .totalpoll-choices label .button.white:hover {
    background-color: #8b8b8b;
    color: #fff;
}

#page.maker-contest .totalpoll-buttons {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center !important;
    margin-top: 30px !important;
}

#page.maker-contest .totalpoll-buttons button {
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -khtml-border-radius: 2px !important; /* for old Konqueror browsers */
}

/* fancybox */

.fancybox-slide--iframe .fancybox-content {
	width  : 80%;
    max-width: 820px;
	height : 90%;
	height : calc(100% - 30px);
	margin: 30px 0 0 0;
	/*height : 100%;
	margin: 0;*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #page.maker-contest .totalpoll-choices label {
        width: 50% !important;
    }
}
@media screen and (max-width: 767px) {
    #page.maker-contest .totalpoll-choices label {
        width: 100% !important;
    }
    
    /* fancybox */

    .fancybox-slide--iframe .fancybox-content {
        width  : 100%;
        height : 100%;
        margin: 0;
    }
}

/* join maker contest page / wpuf forms
---------------------------*/
/*.page-join-maker-contest #content #page .regular-content code {
    background-color: transparent;
    padding: 0;
}*/

/*.page-join-maker-contest #content #page .regular-content .wpuf-form,*/
.wpuf-form {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.3px !important;
}
/*.page-join-maker-contest #content #page .regular-content .wpuf-form li:before,*/
.wpuf-form li:before {
    content:'' !important;
}
/*.page-join-maker-contest #content #page .regular-content .wpuf-form li,*/
.wpuf-form li {
    border-top: 1px solid #000 !important;
    padding: 0 0 30px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*.page-join-maker-contest #content #page .regular-content .wpuf-form li li,*/
.wpuf-form li li {
    border-top: none !important;
}

/*.page-join-maker-contest #content #page .regular-content .wpuf-form .wpuf-help,
.page-join-maker-contest #content #page .regular-content .wpuf-form .wpuf-error-msg,*/
.wpuf-form .wpuf-help,
.wpuf-form .wpuf-error-msg {
    margin-bottom: 5px !important;
    font-size: small !important;
}
/*.page-join-maker-contest #content #page .regular-content .wpuf-form .wpuf-help,*/
.wpuf-form .wpuf-help {
}

/*.page-join-maker-contest #content #page .regular-content .wpuf-form .required, .page-join-maker-contest #content #page .regular-content .wpuf-form .wpuf-error-msg,*/
.wpuf-form .required, .wpuf-form .wpuf-error-msg {
    color: red !important;
}

/* maker contest single
---------------------------*/

#single-maker-contest #content-header-bar h2 {
    display: none;
}

#single-maker-contest .regular-content h2:first-child {
    text-align: center;
}

#single-maker-contest .regular-content h6.maker-info {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

#single-maker-contest .regular-content .bx-wrapper, #single-maker-contest .regular-content .bx-viewport, #single-maker-contest .regular-content .bxslider div {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 66.66% !important;
}
#single-maker-contest .regular-content .bxslider div {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
    background-color: #fff;    
}


#single-maker-contest .regular-content img {
    width: 100%;
}

.iframed #single-maker-contest .regular-content {
    padding-top: 50px;
}

.iframed #single-maker-contest .entry.max-width-640.regular-content {
    max-width: 720px !important;
}

/* maker contest dashboard pages etc */
.page-dashboard .entry h2:not(.page-head),
.wpuf-author {
    display: none;
}
.wpuf-dashboard-container table {
    width: 100%;
}

/* business general
---------------------------*/
/* zig-zag */
.page-business #content .zig-zag {
    background-color: #F1F2F2;
}
.page-business #content .zig-zag .row {
    padding-bottom: 60px;
}
.page-business #content .zig-zag .row:last-of-type {
    padding-bottom: 0px;
}
.page-business #content .row .regular-content {
    padding-top: 30px;
    padding-bottom: 0;
}
.page-business #content .text {
    padding: 0 10% 30px 10%;
}
/* faq */
.page-business #content #faq.toggle-menu {

}
.page-business #content #faq.toggle-menu li {
    margin-left: 20px;
}
.page-business #content #faq.toggle-menu li p {
    margin: 0;
    display: inline-block;
}
.page-business #content #faq.toggle-menu li ul {
    margin: 0;
}
.page-business #content #faq.toggle-menu li li {
    margin: 0 0 0 7px;
    padding-bottom: 20px;
}
.page-business #content #faq.toggle-menu li li:before {
    content:'';
}




/* business home
---------------------------*/
.page-business #content .front-page-business {
    background-color: #F3F1EA;
    position: relative;
}
.page-business #content .front-page-business #excerpt {
    background-color: #fff;
    position: relative;
}
.page-business #content .front-page-business #excerpt .regular-content {
    padding-top: 60px;
    padding-bottom: 0;
}
.page-business #content .front-page-business #excerpt .entry h2:first-child {
    text-align: center;
}
.page-business #content .front-page-business #sidebar {
    padding-top: 0;
}
.page-business #content .front-page-business #sidebar .entry {
    margin-bottom: 0;
}
.page-business #content .front-page-business #sidebar .cell {
    border-top: 6px solid #fff;
    padding: 30px 25px;
}
.page-business #content .front-page-business #sidebar #download {
    background-color: #fff;
    padding: 0;
}
.page-business #content .front-page-business #sidebar #download .button-cta-business {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.7px;    
    padding: 30px 20px;
    display: block;
    width: 100%;
    margin: 0;
}
.page-business #content .front-page-business #sidebar #download {
    background-color: #fff;
}
.page-business #content .front-page-business #sidebar #faq-top {
    background-color: #E6E7E8;
}
.page-business #content .front-page-business #sidebar #contact-form input[type="text"], .page-business #content .front-page-business #sidebar #contact-form input[type="email"], .page-business #content .front-page-business #sidebar #contact-form textarea {
    background-color: #fff !important;
}

@media screen and (min-width: 768px) {
    .page-business #content .front-page-business:before {
        content:'';
        background-color: #fff;
        width: 65%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        visibility: visible;
    }
}


/* products & service
---------------------------*/

/* projects & cases
---------------------------*/
.page-business #content #page-business-projects-cases .entry.bg {
    background-color: #F9F0DB;
    margin-bottom: 5px;
}   

/* case
---------------------------*/
.page-business #content #page-business-case .zig-zag {
    background-color: #F9F0DB;
}

/* business faq
---------------------------*/




/* shop pages 
--------------------------------------------------*/
/* general
---------------------------*/
.product.type-product {
    margin-bottom: 60px;
    display: table;
}
.product.type-product img {
    margin-bottom: 20px;
}
.product.type-product .grid-container {
    padding: 0;
}
.product.type-product.grid-33 h3, .product.type-product.grid-33 h2, .single-product.type-product.grid-33 h2 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 28px;
    height: 120px;
    overflow: hidden;
}

.product.type-product .price {
    font-size: 26px;
    line-height: 30px;
    display: block;
}
.product.type-product .from {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}
.product.type-product .button {
    /*display: block;*/
    margin-top: 30px;
    margin-right: 0;
    width: 48%;
}

.related.products {
    border-top: 1px solid #000;
    margin-top: 100px;
    padding-top: 20px;
}

#page-shop .products-block:nth-child(odd) {
    background-color: #f8f8f8;
}
#page-shop .products-block:nth-child(even) {
    background-color: #EDEDEE;
}

#page-shop .products-sub-block {
    display: block;
}

#page-shop .products-block {
    padding: 20px 10px;
}
#page-shop .products-block h3, #page-shop .products-block h4 {
    font-size: 23px;
    margin-bottom: 5px;
}
#page-shop  .products-block h4 {
    font-size: 18px;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    #page-shop  .products-block {
        padding: 40px 40px;
    }   
    #page-shop  .header, #page-shop  .products .grid-33 {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    /*#content #page-shop .header, #content #page-shop .products .grid-33:nth-child(3n){
        clear:both; 
    }*/    
    
}
@media screen and (max-width: 767px) {
    .product.type-product .button {
        width: 100%;
    }
}

/* shop index
---------------------------*/

.woocommerce-page.archive .product.type-product .woocommerce-LoopProduct-link, .page-shop .product.type-product .woocommerce-LoopProduct-link {
    border: none;
}
.woocommerce-page.archive .product.type-product .price, .page-shop .product.type-product .price {
    text-align: right;
}
.woocommerce-page.archive .product.type-product .button:last-child, .page-shop .product.type-product .button:last-child {
    float: right;
}

@media screen and (max-width: 767px) {
    .woocommerce-page.archive .product.type-product h3, .page-shop .product.type-product h3 {
        font-size: 21px !important;
        line-height: 24px;
    }
    .woocommerce-page.archive .product.type-product .button:last-child, .page-shop .product.type-product .button:last-child {
        margin-top: 10px;
    }
}

/* shop single product
---------------------------*/
.woocommerce-page.single .product.type-product h1 {
    font-family: "HermesRegular", "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-top: 0;
}
.woocommerce-page.single .product.type-product .cart .quantity {
    float: none !important;
}
.woocommerce-page.single .product.type-product .images img {
    border: 1px solid #dedede;
}
.woocommerce-page.single .product.type-product .images .thumbnails.columns-3 {
    width: 33%;
}



/* other shop pages
---------------------------*/



/**/

@media screen and (max-width: 1024px) {
    /*#content #work .work-index .overlay-container {
        background-image: none !important;
    }
    #content #work .work-index .overlay-container:hover .text-block {
        display: none;
    }
    #content #work .work-index .overlay-container:hover img {
        visibility: visible;
    }*/
    /*#content #work  h2, #content #wie  h3 {
        margin-top: 23px;
    }
    #content #studio h3 {
        margin-top: -15px;
    }   
    #content #studio p {
        margin-bottom: 25px;
    }*/
}




/* extra breakpoints
--------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    /*.main-nav li {
        padding: 0 45px 0 0;
    }*/
    
}
@media screen and (min-width: 768px) and (max-width: 1000px) {

}




/* other
--------------------------------------------------*/

.hidden {
    display: none !important;
}

