    @charset "UTF-8";
    /* CSS Document */
    /*
    Theme Name: Reeleezee
    Theme URI: https://www.reeleezee.nl
    Author: Patrick van den Tol (Webmaster)
    Author URI: https://www.reeleezee.nl
    Description: Less effort, more business
    Version: 1.00
    License: GNU General Public License v2 or lateri
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: reeleezee
    Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    Reeleezee is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
    */
    /*==============================================================
    NON-FOUNDATION LAYOUTING
    ================================================================*/

    /*-------------------------------------
    Panels
    --------------------------------------------------------------------------------------------------------*/

    .panel-grid-cell .widget-title {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 10px;
    }
    .panel-grid-cell .widget-title:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50px;
        height: 1px;
        margin-left: -25px;
        background-color: #ff7200;
    }
    .panel-grid {
        margin-bottom: 0px!important;
    }
    .panel-row-style {
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        position: relative;
        z-index: 11;
        overflow: hidden;
    }
    .panel-grid .overlay {
        z-index: -1;
    }
    .entry-content .panel-grid {
       margin-left: 0px!important;
       margin-right: 0px!important;
    }
    .no-col-padding,
    .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
    .panel-default,
    .panel-primary {
        border-color: #ff7200;
    }
    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .panel-default > .panel-heading {
        color: #fff;
        background-color: #ff7200;
        border-color: #ff7200;
    }
    .panel-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        background-color: #ff7200;
        color: white;
    }
    .panel-body {
        padding: 15px;
    }
    /*----------------------------------
    > ALIGNMENTS
    ------------------------------------------------------------------------------------------------------*/

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .widget select {
        max-width: 100%;
    }
    /* Search widget. */

    .widget_search .search-submit {
        display: none;
    }

    /*==============================================================
    BASE-ELEMENTS MARKUP | REPEATABLE PATTERNS
    ================================================================*/
    /*--------------------------------------------------------------
    FONTS | ICON FONTS
    ------------------------------------------------------------------------------------------------------------------*/

    @font-face {
		font-family: 'icomoon';
		src:    url('fonts/icomoon.eot?p3wzm611');
		src:    url('fonts/icomoon.eot?p3wzm611#iefix') format('embedded-opentype'),
				url('fonts/icomoon.ttf?p3wzm611') format('truetype'),
				url('fonts/icomoon.woff?p3wzm611') format('woff'),
				url('fonts/icomoon.svg?p3wzm611#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
    }
    [class^="icon-"],
    [class*=" icon-"] {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .icon-rlz-nl:before {
        content: "\e900";
    }
    /*--------------------------------------------------------------
    COLORS
    -----------------------------------------------------------------------------------------------------*/

    .orange {
        color: #ff7200;
    }
    .blue {
        color: #1976D2;
    }
    .blue2 {
        color: #2196F3;
    }
    .lightblue {
        background-color: #ebf5ff;
    }
    /* Text meant only for screen readers. */

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
    /* Text meant only for screen readers. */

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
    /*--------------------------------------------------------------
    CORE ELEMENTS
    -------------------------------------------------------------------------------------------------------*/

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.21px;
        word-spacing: 0.95px;
        font-family: "Open Sans", sans-serif;
    }
    a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    a:hover,
    a:focus {
        color: #1976D2;
        /*PP Edit to color used above color: #1d74f1; */

        text-decoration: none;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget ul {
        list-style: none;
        padding: 0;
    }
    .widget .children {
        padding-left: 15px;
    }
    /*
    .img-left {
    margin: 0 33px 0 0 !important;
    float: left;
    }
    .img-right {
    margin: 0 0 0 33px !important;
    float: right;
    }
    */

    strong {
        font-weight: 700;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Open Sans", sans-serif;
        color: #212121;
        font-weight: 100;
        padding: 0px 0px 0px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
        font-weight: 600;
    }
    h3 {
        padding-top: 16px;
        font-size: 2.375rem;
        font-weight: 600;
        line-height: 1.4;
    }
    h4 {
        font-size: 24px;
        color: #565656;
    }
    h5 {
        color: #282828;
        font-size: 20px;
        font-weight: 700;
        padding-top: 12px;
    }
    h6 {
        color: #565656;
        font-size: 20px;
    }
    h3.startgids {
        font-size: 18px;
        font-weight: 700;
    }
    p {
        color: #414141;
    }
    p.intro {
        margin-top: 40px;
        font-weight: 300;
        font-size: 17px;
        line-height: 32px;
        color: #212121;
    }
    p.homepage-intro {
	font-size: 21px;
	margin-bottom: 45px;
        line-height: 34px;
    }
    .text-white {
        color: #fff !important;
    }

    @media only screen and (max-width: 639px) {
	p.homepage-intro {
	   font-size: 14px!important;
	   line-height: 24px!important;
	}
    }    

    @media only screen and (max-width: 991px) {
	p.homepage-intro {
	   font-size: 16px;
	   margin-bottom: 25px;
           line-height: 26px;
	}
    }



    /*
    >> Buttons ----------------------- */

  a.btn {
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight:600;
    display: inline-block;


}
.btn-green {
	background-color: #00af64;
    border: 1px solid #00af64;
	color: white;
}

.btn-green:hover {
    border: 1px solid #00af64;
    background-color:#fff;
	color: #00af64;
}
.btn-green-ghost {
    border: 1px solid #00af64;
	color: #00af64;
}
.btn-green-ghost:hover {
    border: 1px solid #00af64;
    background-color:#00af64;
	color: #fff;
}
.btn-orange {
	background-color: #ff7200;
    border: 1px solid #ff7200;
	color: white;
}
.btn-orange:hover {
	background-color: #fff;
    border: 1px solid #ff7200;
	color: #ff7200;
}
.btn-orange-ghost {
    border: 1px solid #ff7200;
	color: #ff7200;
}
.btn-orange-ghost:hover {
    border: 1px solid #ff7200;
    background-color: #ff7200;
	color: #fff;
}
.btn-white-grey  {
    background-color: white;
    border: 1px solid #444;
    color: #444;
}
.btn-white-grey:hover  {
    color: white;
    background-color: #444;
}
.btn-blue {
	background-color: #1976d2;
    border: 1px solid #1976d2;
	color: #fff;
}
.btn-blue:hover {
	background-color: #fff;
    border: 1px solid #1976d2;
	color: #1976d2;
}
.btn-blue-ghost {
    border: 1px solid #1976d2;
	color: #1976d2;
}
.btn-blue-ghost:hover {
    border: 1px solid #1976d2;
    background-color: #1976d2;
	color: #fff;
}
.btn-white-blue {
	background-color: #fff;
    border: 1px solid #fff;
	color: #1976d2;
}
a.btn-home-personas {
	padding:20px 40px;
	color: #ff7200;
    font-size: 1.1em;
    margin: 10px 20px;
    display: inline-block;
    float:none;
}
.homepage-blogs-more-button {
    margin-top: 30px;
    margin-left: 15px;
    background-color: #fff!important;
    color: #ff7200;
    border: 1px solid #ff7200!important;
}

.footer-row input.search-submit {
    padding: 6.5px 24px;
    border-radius: 1px;
}
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        position: relative;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding: 12px 34px;
        color: #fff;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background-color: transparent;
    }
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        color: #767676;
        background-color: #fafafa;
        border: 1px solid #dbdbdb;
        height: 50px;
        padding: 4px 20px;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        background-color: #ff7200;
        border: 1px solid #ff7200;
    }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background-color: transparent;
        color: #ff7200;
    }
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border: 1px solid #ff7200;
    }
    textarea {
        width: 100%;
        height: 120px;
        padding: 15px 20px;
    }
    input[type="checkbox"] {
        display: inline;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder,
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #333;  /* former color: #a3a2a2 */
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #333;  /* former color: #a3a2a2 */
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #333;
        padding-left: 10px;
    }
    .orches-animation {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .orches-animation.animated {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    @-webkit-keyframes pop-scale {
        0% {
            -webkit-transform: scale(0.7)
        }
        100% {
            -webkit-transform: scale(1)
        }
    }
    @-moz-keyframes pop-scale {
        0% {
            -moz-transform: scale(0.7)
        }
        100% {
            -moz-transform: scale(1)
        }
    }
    @keyframes pop-scale {
        0% {
            transform: scale(0.7)
        }
        100% {
            transform: scale(1)
        }
    }
    @-webkit-keyframes pop-scale2 {
        0% {
            -webkit-transform: scale(0.5)
        }
        100% {
            -webkit-transform: scale(1)
        }
    }
    @-moz-keyframes pop-scale2 {
        0% {
            -moz-transform: scale(0.5)
        }
        100% {
            -moz-transform: scale(1)
        }
    }
    @keyframes pop-scale2 {
        0% {
            transform: scale(0.5)
        }
        100% {
            transform: scale(1)
        }
    }
    /* bootstrap resetting elements */

    textarea,
    input[type="text"],
    input[type="submit"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input,
    .dropdown-menu,
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        -webkit-appearance: none;
        text-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    /*
    >> Button Group  --------------------- */

    .roll-button-group {
        text-align: center;
    }
    .roll-button-group .roll-button {
        margin-left: 8px;
    }
    .roll-button-group .roll-button:first-child {
        margin-left: 0;
    }
    table {
        width: 100%;
    }
    th,
    td {
        border: 1px solid #212121;
        padding: 5px;
        text-align: center;
    }
    td.borderless {
	border: none;
    }
    ul.disc li {
        list-style: disc outside;
	margin-left: 20px;
	padding-left: 10px;
    }
    ul.check li {
    list-style-image: url(/prod/wp-content/uploads/green-check.png);
    list-style-position: inside;
    }    


    /*--------------------------------------------------------------
    PRLOARDER
    ----------------------------------------------------------------------------------------------------------------*/

    .preloader {
        background: none repeat scroll 0 0 #fff;
        height: 100%;
        opacity: 1;
        position: fixed;
        text-align: center;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 9999;
    }
    .preloader .spinner {
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        position: relative;
        top: 50%;
        width: 30px;
    }
    .preloader .pre-bounce1,
    .preloader .pre-bounce2 {
        -webkit-animation: 2s ease 0s normal none infinite bounce;
        animation: 2s ease 0s normal none infinite bounce;
        background-color: #de4939;
        border-radius: 50%;
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .preloader .pre-bounce2 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }
    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            transform: translateY(-30px);
        }
        60% {
            -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }
    /*--------------------------------------------------------------
    GO TO TOP BUTTON
    --------------------------------------------------------------------------------------------------------------------------------*/

    .go-top {
        position: fixed !important;
        right: 20px;
        bottom: -45px;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        width: 40px;
        height: 40px;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: 9999;
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .go-top:hover {
        background-color: #fff;
    }
    .go-top.show {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
        bottom: 11px;
    }
    /*--------------------------------------------------------------
    ICONS
    -----------------------------------------------------------------------------------------------------*/

    .icon-documents:before {
        content: "\e006";
    }
    /*==============================================================
    VISUAL DESIGN ELEMENTS
    ================================================================*/
    /*----------------------------------
    > THEME INHERITANCE
    ------------------------------------------------------------------------------------------------------*/
    /*
    >> Social ------------- */

    .social-menu-widget {
        padding: 0;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    .social-menu-widget a,
    .social-menu-widget a:hover {
        color: #ff7200;
    }
    .social-menu-widget li {
        display: inline-block;
        padding: 5px 20px;
        list-style: none;
        line-height: 1;
    }
    .social-menu-widget a {
        text-decoration: none;
    }
    .social-widget li a::before,
    .social-menu-widget a:before {
        font-family: FontAwesome;
        color: inherit;
    }
    .social-menu-widget li a,
    .social-widget a {
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }
    .social-menu-widget li a:hover,
    .social-widget a:hover {} .social-menu-widget a:before {
        font-size: 50px;
        text-shadow: 0 0 1px #222;
    }
    .social-menu-widget a[href*="twitter.com"]::before {
        content: '\f099';
    }
    .social-menu-widget a[href*="facebook.com"]::before {
        content: '\f09a';
    }
    .social-menu-widget a[href*="plus.google.com"]::before {
        content: '\f0d5';
    }
    .social-menu-widget a[href*="google.com/+"]::before {
        content: '\f0d5';
    }
    .social-menu-widget a[href*="dribbble.com"]::before {
        content: '\f17d';
    }
    .social-menu-widget a[href*="pinterest.com"]::before {
        content: '\f231';
    }
    .social-menu-widget a[href*="youtube.com"]::before {
        content: '\f167';
    }
    .social-menu-widget a[href*="flickr.com"]::before {
        content: '\f16e';
    }
    .social-menu-widget a[href*="vimeo.com"]::before {
        content: '\f194';
    }
    .social-menu-widget a[href*="instagram.com"]::before {
        content: '\f16d';
    }
    .social-menu-widget a[href*="linkedin.com"]::before {
        content: '\f0e1';
    }
    .social-menu-widget a[href*="foursquare.com"]::before {
        content: '\f180';
    }
    .social-menu-widget a[href*="tumblr.com"]::before {
        content: '\f173';
    }
    .social-menu-widget a[href*="behance.net"]::before {
        content: '\f1b4';
    }
    .social-menu-widget a[href*="deviantart.com"]::before {
        content: '\f1bd';
    }
    .social-menu-widget a[href*="soundcloud.com"]::before {
        content: '\f1be';
    }
    .social-menu-widget a[href*="spotify.com"]::before {
        content: '\f1bc';
    }
    .social-menu-widget a[href*="weibo.com"]::before {
        content: '\f18a';
    }
    .social-menu-widget a[href*="xing.com"]::before {
        content: '\f168';
    }
    .social-menu-widget a[href*="trello.com"]::before {
        content: '\f181';
    }
    .roll-socials li {
        display: inline-block;
        text-align: center;
        margin: 2px 8px 8px 0;
    }
    .roll-socials li:last-child {
        margin-right: 0;
    }
    .roll-socials li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .roll-socials li a:hover {
        color: #fff;
    }
    /*
    >> Content ------------- */

    .sticky {
        display: block;
    }
    .byline,
    .updated:not(.published) {
        display: none;
    }
    .single .byline,
    .group-blog .byline {
        display: none;
    }
    .single .entry-header,
    .page .entry-header {
        margin:50px 0 20px;

    }
    .entry-content {
        padding-top: 0px;
    }
    .entry-footer {
        clear: left;
        margin-top: 30px;
    }
    .page-links {
        clear: both;
        margin: 0 0 30px;
    }
    .page-header {
        margin: 0;
        border: 0;
        padding-top: 120px;
        padding-bottom: 3%;

    }
    .page-header > p, .page-header > h1{
    max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
}

    .page-wrap .content-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff;
    }
    .page .page-wrap .content-wrapper,
    .single .page-wrap .content-wrapper {
        padding: 30px;
    }
    .page-template-page_front-page .page-wrap .content-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
    }
    /*
    >> Asides ------------- */

    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
        display: none;
    }
    /*
    >> Comments ------------- */

    .comment-content a {
        word-wrap: break-word;
    }
    .bypostauthor {
        display: block;
    }
    /*
    >> Infinite scroll ------------- */
    /* Globally hidden elements when Infinite Scroll is supported and in use. */

    .infinite-scroll .posts-navigation,
    /* Older / Newer Posts Navigation (always hidden) */

    .infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */

        display: none;
    }
    /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

    .infinity-end.neverending .site-footer {
        display: block;
    }
    /*
    >> Media ------------- */

    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    /* Make sure embeds and iframes fit their containers. */

    embed,
    iframe,
    object {
        max-width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
        padding-top: 1rem;
    }
    /*
    >> Captions ------------- */

    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0 auto;
    }
    .wp-caption-text {
        text-align: center;
    }
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    /*
    >> Galleries ------------- */

    .gallery {
        margin-bottom: 1.5em;
    }
    .gallery-item {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
    .gallery-caption {
        display: block;
    }
    /*
    >> Layout ------------- */

    .aside-image {
        padding: 0;
        position: relative;
    }
    .aside-image .image-container {
        height: 100%;
        overflow: hidden;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .aside-image .image-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        z-index: 0;
        background-position: 50% 50%;
    }
    .aside-image .content-wrap {
        padding: 70px 0 70px 50px;
    }
    .aside-image.right .image-container {
        left: auto;
        right: 0;
    }
    .aside-image.right .content-wrap {
        padding: 70px 50px 70px 0;
    }
    .error-wrap h1 {
        font-size: 35px;
        color: #ddd;
        font-weight: 600;
        margin: 0 0 40px;
        line-height: normal;
    }
    .error-wrap h5 {
        margin-top: 60px;
        font-size: 18px;
        font-weight: normal;
    }
    .error-wrap .error-search {
        padding: 0 80px;
    }
    .error-wrap #search-form {
        height: 50px;
        margin-bottom: 17px;
        position: relative;
        width: 100%;
    }
    .error-wrap .search-input {
        margin: 0;
        width: 100%;
    }
    .error-wrap #search-submit {
        height: 50px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        border-radius: 0 3px 3px 0;
        background: #443f3f;
        border-color: #443f3f;
    }
    .error-wrap #search-submit:hover {
        color: #fff;
    }
    /* Overlay buttons */
	.button {
		width: 150px;
		padding: 10px;
		background-color: #FF8C00;
		box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2);
		font-weight:bold; text-decoration:none;
	}
	#cover  {
		position:fixed;
		top:0;
		left:0;
		background:rgba(0,0,0,0.6);
		z-index:5;
		width:100%;
		height:100%;
		display:none;
	}
	#loginScreen {
		height:380px;
		width:340px;
		margin:0 auto;
		position:relative;
		z-index:10;
		display:none;
		background: url(login.png) no-repeat;
		border:5px solid #cccccc; border-radius:10px;
	}
	#loginScreen:target, #loginScreen:target + #cover{ display:block; opacity:2; }
	.cancel {
		display:block;
		position:absolute;
		top:3px;
		right:2px;
		background:rgb(245,245,245);
		color:black;
		height:30px;
		width:35px;
		font-size:30px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
	}

    /* Page slider */

    #page-slider {
        position: relative;
        height: 250px;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
    .page-wrap {
        padding: 35px 0px;
        clear: both;
    }
    .page-template-page_front-page .page-wrap {
        padding: 0;
    }
    .entry-page p,
    .entry-post p {
        margin-bottom: 24px;
    }
    .entry-post img {
        margin: 10px 0 20px;
    }
    .slides-container,
    .owl-wrapper {
        direction: ltr;
    }
    /*
    >> Hero Section ------------- */

    .header-slider {
        position: relative;
        max-width: 100%;
    }
    .slide-text.slides {
        padding-left: 0;
    }
    .slides-container .slide-item {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-slider-section {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;
        width: 100%;
        min-height: 260px;
        padding-top: 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .text-slider .maintitle,
    .text-slider .subtitle {
        z-index: 10;
        color: #fff;
        margin: 0;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }
    .text-slider .maintitle {
        position: relative;
        display: inline-block;
        font-size: 57px;
        line-height: 67px;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .text-slider .maintitle:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40%;
        height: 1px;
        margin-left: -20%;
    }
    .text-slider .subtitle {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 0 50px;
        font-weight: 300;
    }
    /*
    >> Page title ------------- */

    .page-title {
        color: #ccc;
        padding-top: 100px;
    }
    .page-title .col-md-6 {
        float: none;
    }
    .page-title-inner {
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .page-title-cap {
        display: table-cell;
        vertical-align: middle;
    }
    .page-title .breadcrumbs {
        display: table-cell;
        list-style: none;
        text-align: left;
        vertical-align: middle;
    }
    .page-title h1 {
        margin: 0;
        font-size: 18px;
        color: #1972d2;
    }
    .category-startgidsen .entry-content h3 {
        top: 18px;
        position: relative;
        font-weight: 600;
    }
    .breadcrumbs ul {
        margin: 0;
    }
    .breadcrumbs ul li {
        display: inline;
    }
    .breadcrumbs ul li a:hover {
        text-decoration: underline;
    }
    /*
    >> Blog ------------- */

    .content-area .post-wrap,
    .contact-form-wrap {
        padding-right: 20px;
    }
    .content-area .hentry {
        position: relative;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .content-area .hentry:first-child {
        padding-top: 0;
    }
    .content-area .hentry:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
    }
    .content-area .hentry:first-child:after {
        height: 0;
    }
    .hentry .post-content {
        overflow: hidden;
    }
    .content-area .entry-thumb {
        text-align: center;
        margin-bottom: 30px;
    }
    .widget_reeleezee_latest_news a.btn  {
         float: right;
         margin: 20px 20px 0px;
    }
    .home .entry-summary {
    padding-top: 16px;
}

/*
.hentry .title-post {
        color: #1976d2!important;
        font-size: 44px;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 10px;
        margin: 0;
    }
*/
    #main h1 {
        color: #333;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        word-spacing: initial;
        letter-spacing: initial;
        margin: 30px auto;
    }

    .hentry .meta-post {
        margin-left: 5px;
        padding-bottom: 12px;
    }
    .hentry .meta-post,
    .hentry .meta-post a {
        /*color: #696969;*/

        font-size: 14px;
        font-weight: 300;
    }
    .hentry .meta-post span {
        position: relative;
        padding-left: 20px;
        margin-right: 18px;
    }
    .hentry .meta-post .cat-links {
        display: inline-block;
    }
    .hentry .meta-post span:before {
        position: absolute;
        left: 0;
        top: 1px;
        font-family: "FontAwesome";
        line-height: normal;
    }
    .hentry .meta-post span.posted-on:before {
        content: "\f073";
    }
    .hentry .meta-post span.byline:before {
        content: "\f007";
    }
    .hentry .meta-post span.comments-link:before {
        content: "\f086";
    }
    .hentry .meta-post span.cat-links:before {
        content: "\f114";
        top: 4px;
    }
    span.author.vcard {
        padding: 0;
        margin: 0;
    }
    .hentry blockquote {
        background-color: #333;
        color: #fff;
        font-size: 16px;
        font-style: italic;
        line-height: 23px;
        margin-bottom: 30px;
        padding: 30px 35px;
        position: relative;
    }
    .error-404 {
        text-align: center;
    }
    .error-404 .page-content p {
        margin-bottom: 30px;
    }
    .masonry-layout {
        width: 100%;
        padding: 0;
    }
    .masonry-layout .hentry {
        width: 360px;
        margin: 15px;
        padding: 0;
    }
    .masonry-layout .post-wrap {
        padding: 0;
    }
    .masonry-layout .hentry:after {
        width: 0;
        height: 0;
    }
    /* Blog pagination */

    .blog-pagination ul {
        width: 100%;
        text-align: right;
        list-style: none;
    }
    .blog-pagination ul li,
    .blog-pagination ul li a {
        display: inline-block;
        background-color: transparent;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .blog-pagination ul li {
        margin-left: 3px;
    }
    .blog-pagination ul li.active,
    .blog-pagination ul li:hover a {
        color: #fff;
    }
span.sg-num  {
   background-color: #ff7200;
  color: white;
   border-radius: 1em;
   padding: .125em .575em;
   margin: 0em 1em 1em 0em;
}

@media only screen and (max-width: 991px) {
	#main h1 {
	   font-size: 28px;
	   padding-top: 40px;	
	}
}

@media only screen and (max-width: 519px) {
	#main h1 {
	   font-size: 24px;
	   padding-top: 60px;	
	}
}

    /*
    >> Widgets ------------- */

    .widget-area .widget {
        position: relative;
        margin-bottom: 30px;
        padding-top: 24px;
    }
    .widget-area .widget:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 1px;
    }
    .widget-area .widget:first-child {
        padding-top: 15px;
    }
    .widget-area .widget:first-child:before {
        height: 0;
    }
    .panel-grid-cell .widget .widget-title,
    .widget .widget-title {
        font-size: 32px;
        line-height: normal;
        color: #565656;
        font-weight: 600;
        padding: 10px 0px 30px 0px;
        margin: 0;
    }
    .widget ul {
        list-style: none;
    }
    .widget-area .widget ul li {
        padding: 5px 0;
    }
    .widget-area .widget ul li:first-child {
        padding-top: 0;
    }
    .widget-area .widget ul li:last-child {
        padding-bottom: 0;
    }
    .widget-area,
    .widget-area a {
        color: #767676;
    }
    /* widget popular posts */

    .widget-popular-post .news .thumb {
        width: 65px;
        height: auto;
        margin: 3px 18px 0 0;
        float: left;
    }
    .widget-popular-post .news .text {
        min-height: 65px;
    }
    .widget-popular-post .news h6 {
        font-size: 13px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 4px;
    }
    .widget-popular-post .news p,
    .widget-popular-post .news p a {
        font-size: 13px;
        margin: 0;
    }
    .widget-popular-post .news p a:hover {
        text-decoration: underline;
    }
    /* widget categories */

    .widget-categories .categories li a {
        position: relative;
        display: block;
    }
    .widget-categories .categories li span {
        position: absolute;
        right: 0;
        top: 0;
    }
    /* widget tags */

    .widget-tags .tag-list a {
        display: inline-block;
        font-size: 13px;
        color: #767676;
        border: 1px solid #dbdbdb;
        padding: 7px 15px;
        margin: 4px;
        margin-left: 0;
    }
    .widget-tags .tag-list a:hover {
        color: #5e5e5e;
    }
    /*
    >> BLog Single ------------- */

    .single-post .hentry {
        padding-bottom: 0;
    }
    .single-post .author-post {
        position: relative;
        margin-top: 50px;
        background-color: #eee;
        padding: 20px;
    }
    .single-post .author-post .author-avatar {
        float: left;
        width: 145px;
        background-color: #f5f5f5;
        padding: 3px;
    }
    .single-post .author-post .author-info {
        position: relative;
        padding: 0 20px 0 35px;
        margin-left: 140px;
        min-height: 140px;
    }
    .single-post .author-post .name {
        margin: 3px 0 17px 0;
    }
    .single-post .author-post .name h6 {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        margin: 0;
    }
    .single-post .author-post .intro {
        margin: 0;
    }
    .single-post .author-post ul.socials {
        position: absolute;
        top: 10px;
        right: 20px;
        list-style: none;
        margin: 0;
    }
    .single-post .author-post ul.socials li {
        float: left;
        text-align: center;
        margin-right: 5px;
    }
    .single-post .author-post ul.socials li a {
        display: inline-block;
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
        color: #ccc;
    }
    /*
    >> Comments ------------- */

    .comments-area {
        margin-bottom: 60px;
    }
    .comments-title {
        margin: 0 0 30px 0;
        font-size: 24px;
    }
    .comments-area ol {
        list-style: none;
    }
    .comments-area ol {
        padding: 0;
    }
    .comments-area .children {
        padding-left: 20px;
    }
    .comments-area .fn {
        color: #505050;
    }
    .comment-author .avatar {
        position: absolute;
    }
    .comment-author .fn,
    .comment-metadata {
        margin-left: 80px;
    }
    .comment-metadata {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .comment-body {
        padding: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f3f3f3;
        background-color: #fff;
    }
    .reply {
        text-align: right;
    }
    .comment-reply-link {
        padding: 5px;
        font-size: 12px;
    }
    .comment-meta a {
        color: #c7c7c7;
    }
    .comments-area a.url {
        color: #505050;
        text-decoration: underline;
    }
    .bypostauthor {} .comment-reply-title {
        font-size: 25px;
    }
    .comment-form input {
        width: 100%;
        max-width: 100%;
    }
    .form-submit input {
        width: auto;
    }
    /*
    >> Portfolio Single
    .portfolio-images {
    margin-bottom: 40px;
    }
    .portfolio-info {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 25px 25px 40px;
    font-family: "Titillium Web", sans-serif;
    }
    .portfolio-info h5 {
    margin: 0 0 15px;
    text-transform: uppercase;
    }
    .portfolio-info ul {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    }
    .portfolio-info ul li {
    padding: 10px 0;
    }
    .portfolio-info ul li span {
    float: right;
    color: #443f3f;
    }
    .portfolio-info .button-group {
    text-align: center;
    }
    .portfolio-info .button-group a {
    width: 100%;
    margin-top: 10px;
    }
    ------------- */
    /*

    >> Lastest news ------------------------------- */

    .blog-post {
        margin-bottom: 30px;
    }
    .blog-post .entry-title {
        margin: 20px 0;
    	font-size: 18px;
        color: #555!important;
        font-weight: 700;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
    }
    .blog-post .entry-title > p {
        color: #888;
    }
    h2.title-post  {
         font-size: 24px;
    }
    h2.title-post a  {
         color: #333;
    }


    /*
    >> Lastest Projects --------------

    .project-filter {
    margin: 20px 0 50px 0;
    text-align: center;
    }
    .project-filter li  {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 10px;
    margin-left: -3px;
    background-color: #f5f5f5;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    }
    .project-filter li a {
    color: #767676;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 13px;
    font-weight: 600;
    outline: 0;
    }
    .project-filter li.active a,
    .project-filter li:hover a {
    color: #fff;
    }
    .roll-project {
    width: 100%;
    padding-bottom: 50px;
    margin: 0;
    }
    .roll-project .project-item {
    margin: 0 0 30px;
    }
    .roll-project.fullwidth .project-item {
    float: left;
    }
    .roll-project.fullwidth .project-item {
    width: 20%;
    margin: 0;
    }
    .roll-project .project-item .item-wrap {
    position: relative;
    }
    .roll-project .project-item .pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    }
    .roll-project .project-item .project-pop {
    color: #fff;
    text-align: center;
    z-index: 20;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
    .roll-project .project-item .project-pop a {
    color: #fff;
    }
    .roll-project .project-item:hover .project-pop {
    opacity: 0.5;
    }
    .roll-project .project-item .project-pop h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    margin-bottom: -4px;
    }
    .roll-project .project-item .project-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding-top: 20px;
    margin: 0;
    }
    .roll-project .project-item .project-cat li {
    display: inline-block;
    }
    .roll-project .project-item .project-cat li a {
    position: relative;
    font-style: italic;
    padding: 0 5px;
    }
    .roll-project .project-item .project-cat li a:before {
    position: absolute;
    content: "/";
    left: -3px;
    top: -1px;
    }
    .roll-project .project-item .project-cat li:first-child a:before {
    content: "";
    }
    .roll-project .project-item:hover > .item-wrap .project-pop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
    -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
    animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
    }
    .roll-project .project-item:hover > .item-wrap .pop-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    }


    /*
    >> Testimonials   ----------

    .roll-testimonials {
    max-width: 1060px;
    margin: 0 auto 30px;
    text-align: center;
    }
    .roll-testimonials .avatar {
    width: 100px;
    margin-top: 25px;
    }
    .roll-testimonials .avatar,
    .roll-testimonials .avatar img {
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    width: 200px;
    float: left;
    margin: 15px 0px 0px 20px;
    }
    .roll-testimonials .avatar img	{
    border: 2px solid #fff!important;
    }
    .roll-testimonials .whisper {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    padding: 20px 0 15px;
    margin: 0;
    border: 0;
    }
    .roll-testimonials .name {
    font-family: inherit!important;
    font-size: 20px!important;
    font-weight: 500!important;
    color: #1972d2!important;
    display: inline-block;
    text-align: center;
    border-top: 1px solid rgba(160,160,160,0.5);
    padding-top: 10px;
    }
    .roll-testimonials .name span {
    font-size: 14px;
    line-height: 32px;
    font-style: italic;
    color: #adadad;
    padding: 0px 10px;
    }
    .name	{
    margin: 0px 0px 0px 0px;
    }
    .roll-testimonials .owl-controls {
    margin-top: 40px;
    }
    .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    .owl-carousel{
    display: none;
    position: relative;
    -ms-touch-action: pan-y;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    }
    .owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    }
    .owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    }
    .owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
    }
    .owl-carousel .owl-item{
    float: left;
    }
    .owl-controls .owl-page,
    .owl-controls .owl-buttons div{
    cursor: pointer;
    }
    .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .owl-carousel  .owl-wrapper,
    .owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    }
    .owl-theme .owl-controls{
    text-align: center;
    margin-top: 45px;
    }
    .owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver
    }
    .owl-theme .owl-controls .owl-page span{
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px;
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    }

    ----------------- */
    /*
    >> Counter ---------------------------- */

    .roll-counter {
        text-align: center;
    }
    .roll-counter i {
        font-size: 30px;
    }
    .roll-counter .name-count,
    .roll-counter .numb-count {
        font-family: "Titillium Web", sans-serif;
    }
    .roll-counter .name-count {
        font-size: 14px;
        font-weight: 600;
        padding: 15px 0;
    }
    .roll-counter .numb-count {
        font-size: 44px;
        padding: 0;
        font-weight: 600;
        color: #ff7200;
    }
    /*
    >> Clients ------------------------------- */

    .roll-client {
        text-align: center;
    }
    .roll-client .client-item {
        float: none;
        display: inline-block;
        width: 19%;
        text-align: center;
        margin-bottom: 30px;
    }
    .roll-client .client-item img {
        max-width: 150px;
    }
    /*
    >> Spacer ----------------------------- */

    .roll-spacer {
        display: block;
        clear: both;
        width: 100%;
        height: 47px;
        overflow: hidden;
    }
    .roll-spacer.small {
        height: 27px;
    }
    .roll-spacer.large {
        height: 60px;
    }
    /*
    >> Icon Box------------------------------ */

    .service {
        margin-bottom: 30px;
    }
    .widget_reeleezee_services_type_b .service {
        margin-bottom: 20px;
    }
    .service.col-md-4:nth-of-type(3n+1) {
        clear: left;
    }
    .service.col-md-6:nth-of-type(2n+1) {
        clear: left;
    }
    .roll-icon-box {
        text-align: center;
    }
    .roll-icon-box .icon {
        text-align: center;
        width: 70px;
        height: 70px;
        line-height: 75px;
        margin: 0 auto 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .roll-icon-box.left {
        text-align: left;
    }
    .roll-icon-box.left .icon {
        float: left;
        margin-top: 7px;
        margin-right: 30px;
    }
    .roll-icon-box .icon i {
        font-size: 26px;
    }
    .roll-icon-box .content {
        overflow: hidden;
    }
    .roll-icon-box .content h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin: 7px 0 10px;
    }
    .roll-icon-box .content h3,
    .roll-icon-box .content h3 a {
        color: #443f3f;
    }
    .roll-icon-box .content p {
        margin: 0;
    }
    /*
    >>Contact widget --------------------------- */

    .reeleezee_contact_info_widget span {
        color: #ff7200;
        margin-right: 15px;
    }
    .reeleezee_contact_info_widget div {
        margin-bottom: 15px;
    }
    /*
    >>Icon List ---------------------------- */

    .roll-icon-list {
        padding-top: 15px;
    }
    .roll-icon-list .icon {
        text-align: center;
        width: 70px;
        height: 70px;
        line-height: 75px;
        float: left;
        margin-right: 30px;
        margin-top: 7px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    .roll-icon-list .icon i {
        font-size: 26px;
    }
    .roll-icon-list .list-item {
        margin-bottom: 30px;
    }
    .roll-icon-list .content {
        overflow: hidden;
    }
    .roll-icon-list .content h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin: 7px 0 10px;
    }
    .roll-icon-list .content h3 a {
        color: #443f3f;
    }
    .roll-icon-list .content p {
        margin-bottom: 0;
    }
    /*
    >> List ----------------------------- */

    .roll-list {
        list-style: none;
        margin: 0 0 30px 10px;
    }
    .roll-list li {
        line-height: 32px;
        position: relative;
        padding-left: 40px;
    }
    .roll-list li:before {
        content: "\f006";
        font-family: "FontAwesome";
        font-size: 15px;
        position: absolute;
        left: 0;
        top: 0;
    }
    /*
    >> Infomation ---------------------- */

    .roll-infomation {
        margin-bottom: 50px;
        list-style: none;
    }
    .roll-infomation li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .roll-infomation li.time span {
        color: #d91d1d;
        font-weight: 700;
    }
    .roll-infomation li.address:before,
    .roll-infomation li.phone:before,
    .roll-infomation li.email:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: "\f041";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .roll-infomation li.phone:before {
        content: "\f095";
    }
    .roll-infomation li.email:before {
        content: "\f040";
    }
    /*
    >> Progress Bar ------------------ */

    .roll-progress {
        position: relative;
        margin-bottom: 20px;
    }
    .roll-progress .name {
        position: absolute;
        left: 0;
        top: 0;
    }
    .roll-progress .name,
    .roll-progress .perc {
        font-weight: 400;
    }
    .roll-progress .progress-animate {
        height: 10px;
        width: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
    .roll-progress .progress-bar {
        background: #f3f3f3;
        width: 100%;
        margin-top: 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
    .roll-progress .perc {
        width: 0;
        text-align: right;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }
    .roll-progress .perc.show {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    /*
    >> Service Box -------------------- */

    .roll-servicebox .service-content h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0 10px;
    }
    /*
    >> Tabs  ----------------------------- */

    .roll-tabs {
        margin-bottom: 20px;
    }
    .roll-tabs .menu-tab {
        overflow: hidden;
        margin: 0;
        list-style: none;
    }
    .roll-tabs .menu-tab li {
        position: relative;
        bottom: -1px;
        float: left;
        margin-right: 2px;
    }
    .roll-tabs .menu-tab li a {
        font-family: 'Titillium Web', sans-serif;
        font-size: 14px;
        font-weight: 500;
        display: block;
        color: #2d3340;
        padding: 12px 25px 10px;
    }
    .roll-tabs .menu-tab li a:hover {
        background-color: #f7f7f7;
        text-decoration: none;
    }
    .roll-tabs .menu-tab li.active a {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        transition: none;
    }
    .roll-tabs .content-tab {
        margin-top: 50px;
        border: 1px solid #dbdbdb;
        padding: 25px 20px 10px 25px;
        margin-top: -1px;
        background-color: #fff;
    }
    .roll-tabs .content-tab p {
        margin-bottom: 20px;
    }
    /*

    >>  Promo Box --------------------- */

    .roll-promobox {
        text-align: center;
        padding: 20px 0;
    }
    .roll-promobox .promo-controls {
        margin-top: 25px;
    }
    .roll-promobox .title {
        font-size: 18px;
        margin-bottom: 10px;
        color: #8e8e8e;
        font-weight: 500;
    }
    .roll-promobox .promo-content p {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .roll-promobox.aside-style {
        text-align: left
    }
    .roll-promobox.aside-style .promo-content p {
        padding-bottom: 15px;
    }
    .roll-promobox.aside-style .promo-wrap {
        display: table;
        overflow: hidden;
        width: 100%;
    }
    .roll-promobox.aside-style .promo-content {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
    }
    .roll-promobox.aside-style .promo-content p {
        margin: 0 0 5px;
    }
    .roll-promobox.aside-style .promo-controls {
        display: table-cell;
        margin: 0;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 30%;
    }
    /*
    >> Team ---------------------------- */

    .roll-team.carousel .team-item {
        padding: 0 25px;
    }
    .post-type-archive-employees .team-item {
        margin-bottom: 30px;
    }
    .roll-team .team-inner {
        padding: 4px;
        background-color: #fff;
        position: relative;
        text-align: center;
    }
    .roll-team .team-item .team-pop .name {
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding: 10px 0;
    }
    .roll-team .team-item .team-pop .pos {
        font-style: italic;
    }
    .roll-team .team-item .team-pop .team-info {
        top: 30%;
        position: relative;
        width: 100%;
    }
    .roll-team .team-item .pop-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
        z-index: 10;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    .roll-team .team-item .team-social {
        text-align: center;
        padding: 17px 0 0;
        margin: 0;
    }
    .roll-team .team-item .team-social li {
        display: inline-block;
    }
    .roll-team .team-social li a {
        font-size: 16px;
        color: #fff;
        display: block;
        margin-left: 5px;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .roll-team .team-item .team-social li:first-child a {
        margin-left: 0;
    }
    .roll-team .team-item .team-social li:hover a {
        background-color: #fff;
    }
    .archive .team-social li a {
        color: #ff7200;
        border: 1px solid #ff7200;
    }
    .roll-team .team-item .team-pop {
        color: #fff;
        z-index: 20;
        width: 100%;
        height: 100%;
        padding: 0 10px;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .roll-team .team-item:hover > .team-inner .team-pop {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
        -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
    }
    .roll-team .team-item:hover > .team-inner .pop-overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .roll-team .team-content {
        text-align: center;
    }
    .roll-team .team-content .name {
        font-family: 'Titillium Web', sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 0 2px;
    }
    .roll-team .team-content .pos {
        padding-bottom: 12px;
        color: #443f3f;
    }
    .archive .team-item:nth-of-type(3n+1) {
        clear: left;
    }
    /*
    >> Elements -------------------- */

    .error-wrap #search-submit:hover {
        background-color: #ff8800;
        border-color: #ff8800;
    }
    .text-slider .maintitle:after {
        background-color: #ff8800;
    }
    .content-area .hentry:after {
        background-color: #efefef!important;
    }
    .hentry .meta-post a:hover {
        color: #ff7200;
    }
    .hentry blockquote {
        border-left: 3px solid #ff7200;
    }
    .blog-pagination ul li {
        border: 1px solid #ff7200;
    }
    .blog-pagination ul li.active,
    .blog-pagination ul li:hover a {
        background-color: #ff7200;
    }
    .sidebar .widget:before {
        background-color: #ff7200;
    }
    .widget-tags .tag-list a:hover {
        border: 1px solid #ff7200;
    }
    .comment .comment-detail {
        border: 1px solid #ff7200;
    }
    .bottom .socials li:hover a,
    .go-top {
        background-color: #ff7200;
    }
    .go-top:hover {
        color: #ff7200;
    }
    .switcher-container .switcher-icon a:focus {
        color: #ff7200;
    }
    .owl-theme .owl-controls .owl-page span {
        border: 2px solid rgba(255, 255, 255, 0.4)!important;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background-color: rgba(255, 255, 255, 0.8)!important;
    }
    .roll-icon-box .icon {
        border: 1px solid #ff7200;
    }
    .roll-icon-box .icon i,
    .roll-icon-box .content h3 a:hover {
        color: #ff7200;
    }
    .roll-icon-box.white .icon {
        background-color: #ff7200;
    }
    .roll-icon-box.white .content h3 a {
        color: #ff7200;
    }
    .roll-icon-list .icon {
        border: 1px solid #ff7200;
    }
    .roll-icon-list .icon i,
    .roll-icon-list .content h3 a:hover {
        color: #ff7200;
    }
/*  .roll-button {
        background-color: #516171!important;
        border: 1px solid #fff!important;
    }
    .roll-button:hover {
        color: #ff7200;
    }
    .roll-button.border {
        color: #516171;
        border: 1px solid #fff;
    }
    .roll-button.border:hover {
        background-color: #fff;
    }
    .roll-button.light:hover {
        border: 1px solid #ff7200;
        background-color: #ff7200;
    }
*/
    .project-filter li.active,
    .project-filter li:hover {
        background-color: #ff7200;
    }
    .roll-testimonials .name {
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #ff7200;
    }
    .roll-project .project-item .project-pop {
        background-color: #ff7200;
    }
    .roll-socials li a {
        border: 1px solid #ff7200;
    }
    .roll-socials li a:hover {
        background-color: #ff7200;
        border: 1px solid #ff7200;
    }
    .roll-infomation li.address:before,
    .roll-infomation li.phone:before,
    .roll-infomation li.email:before {
        color: #ff7200;
    }
    .roll-progress .progress-animate {
        background-color: #ff7200;
    }
    .roll-team .team-item .team-pop .team-social li:hover a {
        color: #ff7200;
    }
    .roll-team .team-item .team-pop {
        background-color: #ff7200;
    }
    .roll-team .team-content .name {
        color: #ff7200;
    }


  /*

    /*----------------------------------
    > HEADER
    ------------------------------------------------------------------------------------------------------*/
    /*
    >> Website Header --------------------------------------------------- */

    #page {
        position: relative;
    }
    /*
    .site-title {
    font-size: 30px;
    line-height: 1.2;
    }
    .site-title a,
    .site-title a:hover {
    color: #fff;
    }
    */

    .site-logo {
        max-height: 100px;
    }
    .site-header {
      /*  background-color: rgba(255, 255, 255, 0.7)!important;  */
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .site-header,
    .float-header {
        /*position: absolute;*/

        top: 0px;
        left: 0;
        width: 100%;
        z-index: 1000;
      /*  background-color: rgba(255, 255, 255, 0.7); */
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .admin-bar .site-header,
    .admin-bar .site-header.float-header {
        /*top: 24px;*/
    }
    .fixed .admin-bar .site-header,
    .fixed .admin-bar .site-header.float-header {
        /*top: 32px;*/
    }
    .header-image {
        display: none;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .site-title {
        margin: 0;
    }
    .site-description {
        font-size: 16px;
        margin: 15px 0 0;
        line-height: 1.6;
        color: #efefef;
    }
    .site-header.fixed {
        position: fixed;
    }
    .site-header.float-header {
        background-color: rgba(255, 255, 255, 1)!important;
        padding: 0.95% 0px;
        -webkit-box-shadow: 0px 1px 10px -1px rgba(170, 170, 170, 0.35);
        -moz-box-shadow: 0px 1px 10px -1px rgba(170, 170, 170, 0.35);
        box-shadow: 0px 1px 10px -1px rgba(170, 170, 170, 0.35);
    }
    /*	.site-header .col-md-*  {
    min-height: 0;
    }*/

    .site-header.float-header #mainnav {
        padding-top: 10px;
    }
    .site-header.float-header #mainnav > ul > li > a {
        /*    height: 3em;
    line-height: 3em;*/
    }
    /* .site-header.float-header .logo {
    margin: 20px 0;
    }
    */

    .site-header .logo {
        margin: 0px 0;
        float: left;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .site-header .logo {
        width: 135px;
        height: 27px;
    }
    .site-header .logo a {
        display: block;
        height: 100%;
    }
    #site-navigation,
    .main-navigation {
        /* line-height: 3em; */
    }
    .masthead-upper-wrapper {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
    #masthead {
      /*  border-bottom: 1px solid lightgrey; */
    }
    .site-header .logo,
    .site-header.float-header .logo,
    .site-header .slogan {
        float: none;
        color: #ff7200;
        line-height: 1;
        padding: 0;
        margin: 0;
        width: auto;
        text-align: left !important;
    }
    .site-header.float-header .logo,
    .nav-branding .logo,
    .site-header .logo {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .site-header .slogan {
        color: #333;
        display: block;
        font-size: 9px;
        margin-bottom: 10px;
    }
    .user-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }
    .user-menu li {
        float: left;
    }
    .user-menu li a {
        padding: 15px;
    }
    .nav-branding {
        padding: 16px;
    }
    .nav-items {
        width: auto;
        margin-left: 1%;
        max-width: 83%;
    }
    #nav-login-icon,
    #nav-login-icon img {
        padding: 0;
        margin: 0;
        margin-top: -10px;
    }
    #logo {
        color: #ff7200 !important;
        padding: 0;
        margin: 0;
    }
    .rlz-header-nav .search-menu,
    #masthead .nav-bar-open-btn {
        float: left;
        height: 3rem;
        left: auto;
        line-height: 3rem;
        margin-right: 0.3em;
        margin-left: -1.5em;
        width: 2em;
        z-index: 9;
        text-align: center;
    }
    .admin-bar #masthead .nav-bar-open-btn {
        top: 3rem;
    }
    .rlz-header-nav .search-menu {
        right: 15px;
        margin-right: 0;
        margin-left: 1em;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
	#masthead > .container {
	   width: 100%!important;
	}
}

    /*
    >> Navigation ------------------------------------------------ */

    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 0 0 1.5em;
        overflow: hidden;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }
    .posts-navigation .nav-previous {
        padding-left: 15px;
    }
    .posts-navigation .nav-next {
        padding-right: 15px;
    }
    .post-navigation {
        margin: 30px 0;
    }
    #mainnav {
        display: block;
        float: left;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    #mainnav ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    #mainnav li {
        float: left;
        text-transform: uppercase;
    }
    #mainnav .sub-menu li {
        float: left;
        padding: 0px 0px;
        text-transform: none;
    }
    #mainnav ul ul li {
        padding: 0;
    }
    #mainnav ul li a {
        position: relative;
        display: block;
        font-size: 1em!important;
        font-family: "Open Sans", sans-serif;
        color: #212121!important;
        font-weight: 600;
        text-decoration: none;
        outline: none;
    }
    #mainnav ul li a:hover {
        color: #ff7200;
    }
    #mainnav > ul > li:last-child {
        padding-right: 0;
    }
    #mainnav ul li {
        position: relative;
    }
    #mainnav ul li ul {
        width: 250px;
        position: absolute;
        top: 100%;
        left: -999em;
        opacity: 0;
        visibility: hidden;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mainnav ul li ul ul {
        top: 0;
    }
    #mainnav ul li ul:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
    }
    #mainnav ul li ul ul:after {
        top: 0;
    }
    #mainnav ul li ul li ul {
        left: 100%;
    }
    #mainnav li:hover > ul {
        opacity: 1;
        padding-top: 10px;
        visibility: visible;
        left: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mainnav li:hover > ul ul {
        padding-top: 0;
        left: 100%;
    }
    #mainnav .sub-menu {
        z-index: 99999;
    }
    #mainnav .sub-menu li a {
        color: #fff;
        display: block;
        line-height: 30px;
        background-color: rgba(255, 255, 255, 0.8)!important;
        width: 250px;
        padding: 5px 20px 17px 10px;
        font-size: 1, 1em!important;
        border-top: 1px solid #282828;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mainnav .sub-menu li:hover > a {
        color: #fff;
        background-color: #ff8200!important;
    }
    #mainnav li:hover > .sub-menu > li > a {
        padding: 8px 18px;
    }
    /* Icons */

    #mainnav ul li::before {
        font-family: Fontawesome;
        color: #fff;
        float: left;
        margin: 5px 5px 0 0;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
    }
    #mainnav ul li a {
        float: left;
    }
    #mainnav .sub-menu li:before {
        content: '';
        margin: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    #mainnav-mobi ul li a {
        float: none;
    }
    #mainnav-mobi ul li::before {
        content: '';
    }
    #menu2 {
        background-color: rgba(210, 210, 210, 0.5);
        height: 32px;
    }
    #menu2 .btn {
        margin-top: 12px;
        background-color: transparent;
        border-color: #fff;
        padding: 6px 15px;
    }
    #secondnav {
        display: block;
        float: right;
    }
    #secondnav ul {
        margin-top: 0px;
        padding-top: 3px;
    }
    #secondnav ul li {
        display: inline;
        position: relative;
        padding-right: 50px;
    }
    #secondnav ul li a {
        color: #414141;
        font-weight: 200;
        font-size: 1.25rem;
    }
    #mainnav > ul > li > a.active,
    #mainnav > ul > li > a:hover {
        color: #ff8800;
    }
    #mainnav ul li ul:after {
        background-color: #ff8800;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    #mainnav .sub-menu li:hover > a {
        background-color: #ff8800;
    }
    .rlz-header-nav {
        height: 3.8rem;
        line-height: 3.8rem;
        text-align: right;
    }
    .rlz-header-nav ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .rlz-header-nav ul li {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .rlz-header-nav a {
        padding: 0 .5rem;
    }
    .rlz-header-buttons {
        position: absolute;
        right: 15px;
        top: -65px;
    }
    .rlz-header-social-buttons .social-button .fa {
        font-size: 2rem;
    }
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }
    .cbp-hrmenu .cbp-hrsub-inner {
        xpadding: 0 0em;
    }
    .cbp-hrmenu > ul > li {
        display: block;
        float: none;
        border-bottom: 4px solid #005F9D;
        border: none;
        line-height: 2em;
    }
    .cbp-hrmenu > ul > li > a {
        display: block;
        /* xpadding: 1em 3em; */
    }
    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        xpadding: 0 2em;
    }
    #permanentnav {
        float: right;
        margin-bottom: 0px;
        line-height: 3.2em;
    }
    #permanentnav > ul {
        margin-bottom: 0px;
        padding: 0;
    }
    #permanentnav ul li {
        display: inline-block;
        text-transform: uppercase;
        color: #212121;
        font-weight: 600;
    }
    #permanentnav ul li a {
        padding: 10px 15px;
    }
    #nav-login-icon a::after {
        color: black;
        content: "login";
        font-size: 8px;
        position: relative;
        height: 10px;
        bottom: -10px;
        margin-left: -25px;
    }
    #permanentnav ul li#nav-btn-login {}

	
	
	
    #btn-nav-probeerdirect, 
	.cbp-hrmenu .start-gratis-action a{
        border:1px solid #00af64;
        background: #fff;
        border-radius: 5px;
        color: #00af64;
    }

    #btn-nav-probeerdirect:hover,
	.cbp-hrmenu .start-gratis-action a:hover	{
        border:1px solid #00af64;
        background: #00af64;
        color: #fff;
    }
	.float-header #btn-nav-probeerdirect,
	.cbp-hrmenu .start-gratis-action a{
        border:1px solid #00af64;
        background: #fff;
        color: #00af64;
    }
    .float-header #btn-nav-probeerdirect:hover,
	.cbp-hrmenu .start-gratis-action a:hover{
        border:1px solid #00af64;
        background: #00af64;
        color: #fff;
    }
	
	
	
	
	
    #btn-nav-login {
        color: #212121;
        padding-right: 0px;
    }
/*}*/
.cbp-hrmenu .cbp-hrsub {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#login-icon {
    display: none;
}



/**
  * Live Demo
  * -----------------------------------------------------------------------------*/

.demo-live-demo  {
	background-image: url('/wp-content/uploads/macbook-air.png');
	min-height: 610px;
	text-align: center;
}


.demo-live-demo-2  {
	background-image: url('/prod/wp-content/uploads/inlog-bg.png');
	background-repeat: no-repeat;
        background-position: 50% 80%;
        padding-left: 24px;
	margin-top: -50px;
}

.demo-thx-bg {
    background: url('/prod/wp-content/uploads/achtergrond-bedankt-demo3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}

.demo-thx-title {
    color: white!important;
    font-weight: 400!important;
    text-align: left;
    padding-top: 15%;
    font-size: 40px!important;
    line-height: 50px!important;
    margin-bottom: 30px!important;
}

.demo-thx-text {
    color: white;
    font-size: 21px;
    font-weight: 200;
    line-height: 34px;
    padding-top: 6px;
}



@media only screen and (max-width: 1199px) {
    .demo-thx-title {
	font-size: 32px!important;
	padding-top: 20%;
    }
    .demo-thx-text {
	font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .demo-thx-title {
	font-size: 16px!important;
	padding-top: 20%;
	margin-bottom: 15px!important;
    }
    .demo-thx-text {
	font-size: 13px!important;
	line-height: 22px;
	margin-bottom: 15px!important;
    }
}


.rlz-ondernemers-bg {
       background-color: #f1f3f6;
}

.reeleezee-voor-ondernemers h3  {
	 	margin-bottom: 20px;
   	font-family: 'Open Sans';
   	font-size: 24px;
   	text-align: left;
   	line-height: 30px;
   	color: #414141;
    text-align: center;
}

.reeleezee-voor-ondernemers p {
	 	font-family: 'Open Sans';
  	font-size: 14px;
 	  color: #414141;
 	  line-height: 24px;
  	opacity: 90%;
    text-align: center;
}

.reeleezee-voor-ondernemers .demo-visual {
   width: 100%;
   padding-top: 32px;
}

.vrijblijvend-rondkijken .demo-text {
   color: white;
   text-align: center;
   line-height: 36px;
   padding-top: 70px;
}

.vrijblijvend-rondkijken {
   padding: 0px 50px;
}

.vrijblijvend-rondkijken .row {
   padding-top: 24px;
}


@media only screen and (max-width: 767px) {
   .container.demo-home .col-sm-6 {
       text-align: center;
       padding-top: 25px;
    }
   .vrijblijvend-rondkijken {
	padding: 0px 20px!important;
   }
   .vrijblijvend-rondkijken .demo-text {
	padding-top: 25px;
	padding-bottom: 20px;
   }
   .vrijblijvend-rondkijken .row {
	padding-top: 5px;
   }
   #pgc-5846-5-0 {
	margin-bottom: 5px!important;
   }
}


@media only screen and (min-width: 992px) {
   .reeleezee-voor-ondernemers {
	background: url('/prod/wp-content/uploads/background-live-demo.png');
        background-repeat: repeat-x;
        min-height: 400px;
	max-height: 400px;
   }
   .reeleezee-voor-ondernemers h3 {
   	padding-top: 90px;   	
   }
}

@media only screen and (max-width: 1199px) {

   .demo-live-demo  {
	background-image: url('/prod/wp-content/uploads/inlog-bg.png');
        padding-left: 16px;
        background-repeat: no-repeat;
        background-position: 50% 30%;
   }
   .text-block.live-demo {
    background-image: url('/prod/wp-content/uploads/blokjes2.jpg');
   }
}

@media only screen and (min-width: 1200px) {
   .reeleezee-voor-ondernemers h3 {
	padding-top: 100px;
	font-size: 28px;
   }
   .reeleezee-voor-ondernemers h3, .reeleezee-voor-ondernemers p {
	padding-left: 20%;
	text-align: left;
   }
   .reeleezee-voor-ondernemers p {
	font-size: 16px;
   }
   .reeleezee-voor-ondernemers .demo-visual {
	height: 450px;
        width: auto;
   }
}

@media only screen and (min-width: 1440px) {
   .reeleezee-voor-ondernemers h3, .reeleezee-voor-ondernemers p {
	padding-left: 30%;
    }
   .reeleezee-voor-ondernemers p {
	line-height: 28px;
   }
}


@media only screen and (max-width: 767px) {
   .webform  {
	text-align: center;
   }
   .demo-live-demo  {
	background-image: none;
   }
   form {
	max-width: 100%!important;
   }
}


/**
  * Horizontal Drop-Down Menu
  * -----------------------------------------------------------------------------*/

.cbp-hrmenu {
    width: 100%;
    display: block;
    text-transform: uppercase;
}
/* general ul style */

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* first level ul style */

.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1170px;
    width: 100%;
}
.cbp-hrmenu > ul > li {
    float: left;
    line-height: 2em;
    font-weight: 700;
}
/*.main-menu > li:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    transform: translateY(50%);
    border-left: 1px dotted #ccc;
    }*/

.cbp-hrmenu > ul > li > a {
    color: #212121;
    font-weight: 700;
    padding: 10px 15px;
}
.cbp-hrmenu > ul > li.cbp-hropen a{
	color: #212121;
}
.cbp-hrmenu > ul > li.cbp-hropen a:hover {
    color: #ff7200;
}
/* sub-menu */

.cbp-hrmenu .cbp-hrsub {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: auto;
    min-width: 660px;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 120;
}
.cbp-hrsub {
    margin-top: 1em;
}
.cbp-hrmenu .sub-menu a {
    line-height: 2em;
    display: block;
    font-weight: 400;
}
.cbp-hrmenu .sub-menu h3 a {
    line-height: 2em;
    display: block;
}
.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 2em;
    padding-top: 2em;
    margin-top: 0.5em;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 33%;
    width: 25%;
    float: left;
    padding: 0 .8px;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}
.cbp-hrsub h3 {
    color: #ff7200;
    padding: 0 0 1em;
    margin: 0;
    font-size: 100%;
    font-weight: 600;
}
.cbp-hrsub h4 {
    color: #ff7200;
    padding: 0 0 1em;
    margin: 0;
    font-size: 98%;
}

/*
.cbp-hrsub .description:before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 1.6rem;
    vertical-align: middle;
    width: 1rem;
}
*/

.cbp-hrsub .description {
    color: #aaa;
    /* padding: 2em 0 0.6em;*/

    margin: 0;
    font-size: 0.95em;
    line-height: 1.75;
    font-weight: 300;
    text-transform: none;
    position: relative;
}
.cbp-hrsub .has-children .description:before {
    margin: 0;
    display: none;
}
.cbp-hrsub .has-children .description {
    color: #aaa;
    /* padding: 2em 0 0.6em;*/
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    position: relative;
    display: block;
}
.cbp-hrmenu .cbp-hrsub-inner .has-children {
    float: left;
    padding: 0px;
    width: 33.3333%;
    width: 45%;
    padding-bottom: 1em;
    clear: left;
    border-right: 1px solid #ccc;
    margin-right: 30px;
    padding-right: 30px;
}
.cbp-hrmenu .cbp-hrsub-inner .has-children ul {
    padding: 0 0 0 0px;
}
/*
.cbp-hrmenu .cbp-hrsub-inner .has-children ul a {
    opacity: .6;
}*/

ul.sub-menu li.column li > a {
    padding-left: 30px;
}
ul.sub-menu li.column li.has-children > a {
    padding-left: 10px!important;
    font-weight: 700;
}
ul.sub-menu li.column.has-children ul li ul.sub-menu {
    padding-bottom: 10px;
	text-transform: none;
}
li.has-children ul:not(.sub-menu) > li > a {
    font-weight: 700;
}
/*
ul.sub-menu li.overview.column h3 a {
    padding-bottom: 16px;
}
*/

ul.sub-menu li.overview.column  {
    padding-right: 50px!important;
}
a.search-btn.search-menu {
	color: #333;
}


@media only screen and (max-width: 480px) {
        #branding-container{
        width:225px;
    }

    #menu-item-3855, #menu-item-2721 {
        display: none;
    }
     #menu-item-3854, #menu-item-1118 {
        display: none;
    }
    #menu-item-3871, #menu-item-3359 {
        display: none;
    }
    #menu-item-3870, #menu-item-3358, #menu-item-5203 {
        display: none;
    }
    #menu-item-3872, #menu-item-3371 {
        display: none;
    }
    #permanentnav ul #li-btn-nav-probeerdirect
   {
        display: none;
    }
    #site-navigation.open #permanentnav ul #li-btn-nav-probeerdirect {
        display: inline-block;
    }
    #permanentnav ul li#nav-login-icon {
        display: inline-block;
    }
    #permanentnav ul li#nav-li-btn-login{
        display: none;
    }

    .site-header .slogan{
    margin-bottom: 0;
    }
        #masthead{
        padding: 15px 0;
    }


}

/*  >> Onze Abonnementen
    ------------------------------------------------------------------------- */

    .home-onze-abonnementen {
	padding: 35px 50px 15px 50px;
    }
    .panel-row-style-abo-round-box.abo-round-box.panel-row-style {
        border-radius: 14px;
        border-bottom: 4px solid #ff7200;
    }


@media only screen and (max-width: 639px) {
    .home-onze-abonnementen {
	padding: 0px 15px 15px 15px;
    }
    .home-onze-abonnementen p {
	font-size: 14px;
        line-height: 24px;
    }
}


/*
    >> Media Queries (visible) mainnav / navigation menu
    ------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
 #branding-container{
        width:225px;
    }
    #menu-item-3855,     #menu-item-2721 {
        display: none;
    }
     #menu-item-3854,      #menu-item-1118 {
        display: none;
    }
    #menu-item-3871, #menu-item-3359 {
        display: none;
    }
    #menu-item-3870, #menu-item-3358, #menu-item-5203 {
        display: none;
    }
    #menu-item-3872, #menu-item-3371 {
        display: none;
    }
    #permanentnav ul #li-btn-nav-probeerdirect {
        display: inline-block;
    }
    #permanentnav ul li#nav-login-icon {
        display: inline-block;
    }
        #permanentnav ul li#nav-li-btn-login {
        display: none;
    }
    .cbp-hrmenu ul {
        font-size: 14px;
    }
    .cbp-hrmenu > ul > li > a {
        padding: 10px;
    }
    .site-header .branding {
        margin-bottom: 0;
    }
    .site-header .slogan{
    font-size: 9px;
    padding-top: 2px;
    color: #333;
    margin-bottom: 0;
    }
    #masthead{
        padding: 15px 0;
    }

}
@media only screen and (min-width: 720px) {

    #menu-item-3855,     #menu-item-2721 {
        display: inline-block;
    }
     #menu-item-3854,      #menu-item-5203 {
        display: inline-block;
    }

}
@media only screen and (min-width: 768px) {
  #menu-item-3871, #menu-item-3359 {
        display: inline-block;
    }

    .cbp-hrmenu > ul > li > a {
        padding: 10px 12px;
    }
    .site-header .slogan {
        margin-bottom: 0;
    }
    .admin-bar #masthead {} .branding {
        float: left;
    }

    #branding-container {
        padding-left: 0;
        width: auto;
        margin-right: 0.9em;
    }
    #branding-container {
		display: block;
		float: left;
		z-index: 2;
    }
    #logo {
        font-size: 28px;
    }
    .site-header .slogan {
        font-size: 10px;
    }

    .rlz-header-nav a {
        padding: 0 1rem;
    }
    .cbp-hrmenu ul {
        font-size: 14px;
    }
    #logo {
        font-size: 25px;
    }
    .site-header .branding {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .nav-items {
        margin-bottom: 0;
        margin-bottom: 0;
    }
    #branding-container {
        margin-right: 0em;
        margin-top: 5px;
    }
    #masthead .nav-bar-open-btn {
        display: none;
    }

    #menu-item-3870, #menu-item-1118 {
        display: inline-block;
    }
    #menu-item-3872, #menu-item-3371 {
        display: inline-block;
    }
    #permanentnav ul #li-btn-nav-probeerdirect {
        display: inline-block;
    }
    #permanentnav ul li#nav-login-icon {
        display: inline-block;
    }
        #permanentnav ul li#nav-li-btn-login {
        display: none;
    }
    .site-header .slogan {
        font-size: 10px;
        padding-top: 3px;
        color: #333;
    }
    .cbp-hrmenu ul {
        font-size: 14px;
    }
    #logo {
        font-size: 28px;
    }
    .slogan {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1200px) {

    #permanentnav ul li#nav-li-btn-login {
        display: inline-block;
    }
    #permanentnav ul li#nav-li-btn-login a {
        padding-left: 0px;
    }
    #nav-login-icon a::after{
    content:'';
    position:absolute;
    }
    #nav-login-icon img{
    margin: 0px;
    }
}
@media only screen and (min-width: 1200px) {
    .cbp-hrsub h4 {
        padding: 0.6em 0 0.6em;
    }
    .cbp-hrmenu ul {
        font-size: 15px;
    }

}

@media only screen and (max-width: 1199px) {
    .cbp-hrmenu > ul > li > a {
	padding: 10px 11px;
	font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {

}



/* Off canvas / Side nav  [MITKO]
------------------------------------------------------------------------------*/

.nav-bar-close-btn{
	display: none;
}

.nav-bar-overlay {
	display: none;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	background: none;
	opacity: 0;
}

@media only screen and (max-width: 992px) {
	#site-navigation.open{
		position: fixed;
		left: -300px;
		top: 0;
		bottom: 0;
		width: 280px;
		background: #fff;
		color: #666;
		z-index: 1001;
		box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.15);
		overflow-x: hidden;
	}


	/* close button */
	#site-navigation.open .nav-bar-close-btn {
		color: #666;
		cursor: pointer;
		display: block;
		left: 8px;
		margin-top: 0;
		text-align: center;
		top: 8px;
		z-index: 300;
		text-decoration: none;
		position: absolute;
	}
	#site-navigation.open .nav-bar-close-btn span {
		font-size: 24px;
		width: 32px;
		height: 32px;
		display: block;
		line-height: 32px;
		cursor: pointer;
	}

    #site-navigation.open {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

	#site-navigation.open .cbp-hrmenu{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding-top: 106px;
		width: 300px;
	}
	.no-transitions #site-navigation.open,
	.no-csstransitions #site-navigation.open {
		left: 0px;
	}
	#site-navigation.open{
		-webkit-transform: translate(300px, 0);
		-ms-transform: translate(300px, 0);
		transform: translate(300px, 0);
	}


	/*
		Menu Items
	*/
	#site-navigation.open .cbp-hrmenu > ul > li {
		float: none;
		line-height: 2em;
	}

	#site-navigation.open .cbp-hrmenu > ul > li > a {
		font-weight: 600;
		padding: 5px 0;
	}

	#site-navigation.open .cbp-hrmenu .cbp-hrsub {
		background: transparent;
		box-shadow: none;
		position: relative;
		width: 100%;
	}

	#site-navigation.open .cbp-hropen .cbp-hrsub {
		padding-bottom: 0;
		padding-top: 0;
	}

	#site-navigation.open .cbp-hrsub h3 {
		font-size: 16px !important;
		padding: 0;
	}

	#site-navigation.open .cbp-hrmenu .sub-menu h3 a {
		line-height: 1.4;
	}
	#site-navigation.open .cbp-hrmenu .sub-menu .description {
		display: none;
	}

	#site-navigation.open .cbp-hrsub h4 {
		padding: 0;
	}

	#site-navigation.open .cbp-hrmenu .cbp-hrsub-inner .overview{
		padding: 0 0 1em 0;
	}

	#site-navigation.open .cbp-hrmenu .cbp-hrsub-inner .has-children {
		border: none;
		clear: left;
		float: none;
		margin-right: 0;
		padding: 0 0 1em 0;
		width: auto;
	}


	/* overlay */
	.nav-bar-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 150%;
		background: #000;
		opacity: 0;
		z-index: 1000;
	}
	.csstransitions .nav-bar-overlay {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.nav-bar-overlay.open {
		right: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms-opacity)";
		filter: alpha(opacity=40);
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
	}

     #site-navigation.open  #menu-item-3855, #site-navigation.open #menu-item-2721 {
        display: block;
    }
          #site-navigation.open  #menu-item-3854, #site-navigation.open #menu-item-1118 {
        display: block;
    }
          #site-navigation.open   #menu-item-3871, #site-navigation.open #menu-item-3359 {
        display: block;
    }
          #site-navigation.open  #menu-item-3870, #site-navigation.open #menu-item-3358 {
        display: block;
    }
              #site-navigation.open #menu-item-3872, #site-navigation.open #menu-item-3371  {
        display: block;
    }

   #site-navigation.open #permanentnav ul #li-btn-nav-probeerdirect {
       display: inline-block;
       position: absolute;
       top:56px;
       left:14px;
    }

}

/*
>> Navigation Mobile
------------------------------------------------------------------------------*/

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 28px;
    background-color: #1c1c1c;
    z-index: 1000;
}
#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
}
#mainnav-mobi ul > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 50px;
    color: #fff;
}
#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222;
}
#mainnav-mobi > ul > li > ul > li > a {
    padding-left: 70px !important
}
#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 90px !important
}
#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 5px 60px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}
.navbar-item > h3.widget-title {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px!important;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    padding-bottom: 20px;
}
#secondary h3.widget-title {
    font-size: 2rem;
    padding-bottom: 10px;
}
.navbar-item-border a {
    text-align: center;
    padding: 5px;
}
.navbar-item-border {
    margin-top: 0px;
}
.btn-menu {
    float: right;
    font-size: 28px;
    font-family: "FontAwesome";
    color: #444;
    text-align: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-menu:before {
    content: "\f0c9";
}
.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}
.btn-submenu:before {
    content: "\f107";
    color: #fff;
}
.btn-submenu.active:before {
    content: "\f106"
}
.btn-menu {
    display: none
}

li#menu-item-5764 {
    padding-right: 10px;
}



/*
>> Page Headers --------------------------------------------------- */
.page-header-default{

}
.persona-header{
    color: white;
    padding-left:15%;
    padding-right: 15%;
    }

.persona-header-bg {
    padding:0 !important;
    background-position: 50% !important;
    background-size: cover !important;
    background-attachment: scroll !important;

}

#main .persona-header h1{
    color: white;
    }

.pageheader-thema{
box-shadow: -1px -1px 4px rgb(187, 187, 187) inset;

}

/*--------------------------------------------------------------
    BODY DESIGN ELEMENTS
-----------------------------------------------------------------------------------------------------*/

/* >> Homepage custom styling ------------------------------------*/

.home-cta-newsletter {
    background-image: url("https://www.reeleezee.nl/prod/wp-content/uploads/newsletter-bg-2.jpg");
}

.waarom-rlz {
    background-image: url("https://www.reeleezee.nl/prod/wp-content/uploads/waarom-kiezen-bg.jpg");
}

.contact-bar first-child {

}


/*  >> Top x Lists [PP] ---------------------------------------------------------------*/

.topx li {
    padding: 0 0 0 80px;
}
.topx li a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: #FF7200 none repeat scroll 0% 0%;
    font-size: 15px;
    vertical-align: middle;
    height: 100%;
    padding: 13px 0px 0px;
    margin: 5px 10px 13px -60px;
    color: white;
}



/* KOPPELINGEN
    -------------------------------------------------------------- */

.koppeling-url {
    margin-top: 25px;
}
/* DATE
    -------------------------------------------------------------- */

.training-day {
    font-size: 30px;
    font-weight: 700;
    color: #aaa;
    float: right;
   padding: 30px 75% 0px;
    margin-left: -50px;
}

p.training-info {
    font-size: 13px;
    line-height: 16px;
}

h2.training {
    font-size: 28px;
    padding-top: 10px;
}

/* FAQ
    -------------------------------------------------------------- */


 dl.faq-list {
    margin-bottom: 32px;
}

dt.question {
    margin: 24px 0px 2px 0px;
    line-height: 22px;
    font-size: 15px;
}

dd.answer {
    font-size: 14px;
    line-height: 22px!important;
}


/**
  * Live Demo
  * -----------------------------------------------------------------------------*/

.demo-live-demo  {
	background-image: url('https://wwwtest.reeleezee.nl/wp-content/uploads/macbook-air.png');
	min-height: 610px;
	text-align: center;
}


.demo-live-demo-2  {
	background-image: url('/prod/wp-content/uploads/inlog-bg.png');
	background-repeat: no-repeat;
        background-position: 50% 80%;
        padding-left: 24px;
	margin-top: -50px;
}


@media only screen and (max-width: 1199px) {

   .demo-live-demo  {
	background-image: url('https://wwwtest.reeleezee.nl/wp-content/uploads/inlog-bg.png');
        padding-left: 16px;
        background-repeat: no-repeat;
        background-position: 50% 30%;
   }
   .text-block.live-demo {
    background-image: url('https://wwwtest.reeleezee.nl/wp-content/uploads/blokjes2.jpg');
}

}

@media only screen and (max-width: 767px) {
   .webform  {
	text-align: center;
   }
   .demo-live-demo  {
	background-image: none;
   }
   form {
	max-width: 100%!important;
   }
}



/* FEATURES (feature-feature)
    -------------------------------------------------------------- */

.feature-feature img {
    padding-top: 32px;
}
@media only screen and (max-width: 780px) {
    .feature-feature h3 {
        text-align: center;
    }
    .feature-feature p {
        text-align: center;
        padding-top: 16px;
    }
}
.video-container h3 {
    margin-top: -5px;
}
.video-container h3,
.video-container p {
    margin-left: 50px;
}
/*.sow-features-list .sow-features-feature {
    padding: 30px 60px!important;
    }*/

.so-widget-sow-features {
    padding: 10px 40px;
}
.textwidget h5 {
    font-size: 24px;
    color: #565656;
}
img.benefits-icon {
    text-align: center;
    padding-top: 12px;
}
.list-item-benefits h3 {
    font-size: 2.75rem;
    margin-bottom: 10px;
}
.list-item-benefits {
    padding: 0px 40px;
}
.roll-testimonials .whisper > p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #979797;
    float: left;
    padding: 20px 20px 0;
}
#pg-385-2,
#pg-385-3,
#pg-385-4,
#pg-387,
#pg-376-3 {
    margin-bottom: 0px!important;
}
div#pg-381-4 .panel-row-style {
    padding: 25px 0px 75px 0px!important;
}

#pgc-396-0-0 .ls-wp-fullwidth-container {
    margin-top: -35px;
}

.testimonial {
    margin: 40px 0px;
}
.roll-testimonials {
    max-width: 1060px;
    margin: 0 auto;
}
.owl-item {
    width: 1060px;
}
blockquote.whisper {
    width: 75%;
    float: right;
}
/*
    #pg-381-3 .panel-row-style,
    #pg-385-3 .panel-row-style   {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    box-shadow: 0px 0px 12px 3px #dfdfdf;
    background-image: url("/prod/wp-content/uploads/2015/07/testimonials-bg.jpg");
    }
    */

.testimonial h3 {
    font-size: 3.25rem;
    color: #fff!important;
    text-transform: none!important;
    /*border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;*/

    padding-top: 12px;
    padding-bottom: 15px!important;
}
.sow-features-feature p {
    font-size: 18px;
}
.shadow {
    box-shadow: -1px 2px 16px 1px #aaa;
}
.sow-cta-text h4 {
    color: #fff;
}
.sow-cta-text h4 {
    font-size: 5rem;
}
.sow-cta-text h5 {
    border: 1px solid #516171;
    border-radius: 14px;
    margin: 5px;
    padding: 15px 20px;
    font-style: italic;
    background-color: #fff;
    color: #516171;
}
.so-widget-sow-cta-basic-e4ed0712263f .sow-cta-base {
    border-color: #E3E3E3;
    background-color: #ff7200;
    padding: 50px 280px 60px 250px;
}
.widget_reeleezee_facts .roll-counter > i {
    font-size: 60px;
}
.widget_reeleezee_testimonials h3 {
    color: #dae7f2;
}
.feature-text .textwidget {
    width: 80%;
}
.feature-text p {
    font-size: 1.75rem;
    line-height: 1.6;
}
.header-wrap {
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.25)!important;
}
.fixed .header-wrap {
    padding-top: 7px;
}
.row-expand {
    margin: 0px 25px;
}
.ow-pt-column {
    padding: 0px 5px;
}
.feature-text > h3.widget-title {
    text-align: left;
    margin: 20px 0px;
    font-size: x-large;
}
.overlay {
    background: transparent!important;
}
.benefits {
    margin-top: 50px!important;
    padding: 0px 0px 25px 0px;
}
.starten-met-reeleezee > h3 {
    font-size: 40px!important;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    color: #BBDEFB;
}
h2.block-title {
    font-size: 40px;
    text-transform: uppercase;
}
.sow-features-list .sow-features-feature h5 {
    margin: 0.5em 0px!important;
}
.benefits .textwidget h5 {
    font-size: 18px!important;
}
.acc-benefits .textwidget h5 {
    font-size: 18px!important;
}
.acc-benefits {
    /*background-image: url("/prod/wp-content/uploads/accountant-panel1_475high.jpg");*/

    position: inherit;
}
.sow-features-feature p {
    font-size: 15px;
    line-height: 26px;
}
#pg-52-3,
#pg-52-4,
#pg-52-5 {
    margin-bottom: 0px!important;
}
.blue-background {
    background-image: url("/prod/wp-content/uploads/blue-blue-bg.jpg");
    background-size: cover;
    background-position: center top;
    margin-bottom: 0px!important;
}
.blue-background .sow-icon-elegantline {
    margin-bottom: 5px!important;
}
.blue-background .textwidget h4 {
    color: #fff;
    font-size: 20px;
}
.blue-background .sow-features-list .sow-features-feature {
    padding: 0px 50px;
    margin-bottom: 25px;
}
.blue-background .sow-features-list .sow-features-feature p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}
.single-post .category-vacatures .title-post {
    padding: 0px!important;
}
aside img.thick-border {
    border-radius: 7px;
    border: 4px solid rgba(140, 140, 140, 0.4);
    margin: 7px 0px;
}
aside p {
    font-size: 14px;
    line-height: 21px;
    color: #989898;
    word-spacing: normal;
    letter-spacing: normal;
    margin-bottom: 18px;
}
.category-vacatures .widget-area {
    border: 1px dotted #e1e1e1;
}
div#primary {} .twitter-timeline p.e-entry-title,
.twitterwidget p-name,
.twitterwidget .retweet-credit {
    font: "Titillium Web", sans-serif!important;
}
div#respond {
    display: none;
}
div#secondary {
    padding-left: 5px!important;
    padding-right: 5px!important;
    padding-top: 100px;
}
.horizontal-menu {
    padding: 10px 0px;
    color: #fff;
    font-weight: 700;
}
li.link_with_icon {
    padding-left: 20px;
}
.panel-grid .title-intro-text {} #pg-862-3 {
    margin-bottom: 0px;
}
h3.video {
    font-size: 24px;
    padding-top: 20px;
}
h4.feature-title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #ff7200;
    padding-top: 0px;
    margin-top: 0px;
}
.acc-benefits-features h4.feature-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.acc-benefits-features h2 {
    /* font-size: 40px; */
}
.tien-voordelen {
    font-size: 20px;
}
ol.tien-voordelen li {
    padding: 5px 50px;
}
.tien-voordelen:before {
    font-weight: 900;
}
.caption h3 {
    font-size: 18px;
    font-weight: 700;
}
div#pl-457 .text-block p {
    font-size: 14px;
    line-height: 1.4;
}
.thumbnail img {
    /* border: 1px solid #b2b2b2;*/

    padding: 5px;
}
.thumbnail  {
    border:none!important;
}
div#pl-457 .thumbnail img {
    width: 230px;
    height: 144px;
}
.thumbnail h5 {
    font-size: 18px;
}
.pricing-grid p {
    font-size: 14px;
}
.ow-pt-featured h4 {
    color: white;
}
.top-tien > li {
    padding: 20px 0px;
}
.top-tien li span {
    position: absolute;
    left: 40px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
}
.second-row {
    margin-top: 50px;
}
.home .blog-post {
    margin-bottom: 0px;
}
.home .blog-post .entry-title {
    margin: 0px;
    padding-top: 5px;
    font-size: 18px;
}

p.sow-more-text {
    background-color: #fff;
    padding: 12px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ff7200;
    border-radius: 3px;
    color: #ff7200;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Droid Sans', sans-serif;
}
.testimonial-video {
    margin-top: 20px;
}
.border {
    padding: 5px;
    border: 1px solid #999;
    border-radius: 9px;
}
.left-top-corner {
    border-top-left-radius: 14px;

}
.right-top-corner {
    border-top-right-radius: 14px;

}
.widget_layerslider_widget {
    margin-bottom: 0px!important;
}
#pg-52-6 .sow-features-list .sow-features-feature {
    text-align: left!important;
}
.homepage-title h3 {
    color: #333;
}
.cloudoplossingen h4.feature-title {
    font-size: 2rem;
    font-weight: 600;
    color: #ff7200;
    margin-top: 0px;
    padding-top: 0px;
}
.cloudoplossingen p.sow-more-text a {
    font-weight: 700!important;
}
.sow-features-list .sow-features-feature p.sow-more-text a:hover {
    text-decoration: none;
}

.ac-row .thumb h5 {
    font-size: 12px;
    margin: 5px 0px;
}

.ac-row .thumb img  {
    border: 1px solid #dfdfdf;
    padding: 10px;
}
    


/*
    PRICING TABLE
---------------------------------------------------*/

p.description {
    position: relative;
    top: 10px;
    font-size: 85%;
    line-height: 1.69;
}

.text-block.pricing-homepage,
.text-block.pricing-zzp,
.text-block.pricing-mkb {
    background-image: url('/prod/wp-content/uploads/blue-white-bg-1px.png');
    background-repeat: repeat-x;
}

#pg-5864-4 {
    margin-top: -45px!important;
}

div#pg-5864-3 {
    margin-top: -10px;
}

.thumbnail img  {
     border: 1px solid #ccc!important;
}

.site-footer .footer-row   {
     font-size: 14px;
     position: relative;
     top: 10px;
}

.price-options  {
  margin-top: 0px!important;
  font-family: 'Open Sans', arial, sans-serif;
  margin-left: -10px;
}

.price-options .container  {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.price-unit  {
  text-align: center;
  padding: 15px 0px;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 30px 0px;
  box-shadow: 0px 4px 12px -2px #dedede;
  background-color: white;
}

.price-unit.shadowed {
    box-shadow: 0px 40px 40px -25px #cdcdcd;
}

.price-unit-popular {
  text-align: center;
  padding: 25px 0px 35px 0px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0px 35px 60px -30px #dadada;
  background-color: white;
  margin: 0px;
}

.price-title  {
  background: white;
  height: 65px;
}

.price-unit-popular .price-title {
    height: 85px;
}
.price-title h5 {
  color: #676767;
  font-size: 20px;
  font-weight: 600;
}

.price-unit-popular .price-title h5 {
    padding-top: 18px;
}

.price-title > p  {
  color: #aaa;
  margin-top: -20px;
font-size: 77%;
}

.pricing-table .price,
.price-options .price,
.pricing-table-factuur .price  {
  background-color: #ff7200;
  padding: 35px 0px;
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.price-options .price-grey  {
	background-color: #e6e6e6;
	color: #575861;
	padding: 35px 0px;
  	font-size: 30px;
  	font-weight: 600;
	line-height: 26px;
}

.price-info ul {
  padding-top: 20px;
  padding-left: 50px;
  list-style-type: none;
  text-align: center;
}

.price-info ul li {
  font-size: 14px;
  color: #333;
  line-height: 25px;
   text-align: left;
}

.price-more-info  {
  padding-top: 20px!important;
  padding-bottom: 10px!important;
}

.price-subtitle {
   padding-top: 10px;
   font-weight: 600;
   color: #333!important;
   line-height: 25px;
   font-size: 12px!important;
}


.per-abbo .price-options .price {
   font-size: 42px;
}

.per-abbo .price span.cent {
   font-size: 24px;
   vertical-align: super;
}

.per-abbo .price .details {
   font-size: 14px;
   color: #fafafa;
   font-weight: 100;
}

.abo-bg {
   background-image: url("/prod/wp-content/uploads/background-pricing3.jpg");
   background-size: contain;
   margin-top: 50px;
}

 @media only screen and (min-width : 1440px) {
	.price-unit  {
		margin: 30px 15px;
        }
	.price-unit-popular  {
		margin: 0px 15px;
        }
}


 @media only screen and (max-width : 1200px) {
	.price-unit  {
		margin: 30px 15%;
        }
	.price-unit-popular  {
		margin: 0px 15%;
        }
	.testi50 em  {
		font-size: 14px!important;
	}
}






/* WAAROM KIEZEN VOOR REELEEZEE
-------------------------------------------------- */

.rlz-kiezen-box {
    background-color: white;
    padding: 10px 10px;
    margin: 20px 5px;
    border-radius: 4px;
    height: 390px;
    box-shadow: 0px 25px 20px -20px #494949;
}

.rlz-kiezen-box h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}

.rlz-kiezen-icon {
    padding: 5px 0px 10px 0px;
}

.rlz-kiezen-title {
    height: 65px;
    max-height: 70px;
}

.rlz-kiezen-tekst  {
    font-size: 90%;
    line-height: 1.6;
    color: #444;
}

.rlz-kiezen-meer {
    position: absolute;
    bottom: 40px;
    left: 36%;
    color: #205deb;
}

.rlz-kiezen-meer a  {
    color: #205deb;
}


    @media only screen and (max-width : 1199px) {
	.rlz-kiezen-meer {
		left: 40%;
        }
    }
    @media only screen and (max-width : 767px) {
	.rlz-kiezen-box  {
		margin: 25px 2%;
        }
	.rlz-kiezen-meer  {
		left: 40%;
	}
    }
    @media only screen and (max-width: 479px) {
	.rlz-kiezen-box {
		margin: 20px 5px;
		height: 200px;
	}
	.rlz-kiezen-tekst {
		font-size: 85%;
		line-height: 1.45;
	}
	.rlz-kiezen-meer {
		left: 27%;
	}
	.rlz-kiezen-box h5 {
		font-size: 17px;
		line-height: 1.3;
	}
	.waarom-kiezen-voor-reeleezee .col-xs-6 {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.rlz-kiezen-title {
		height: 75px;
	}
	.disappear {
		display: none;
	}
    }

/*
    BOEKHOUDING ZZP/MKB
-----------------------------------------------------*/

div.boekhouding-zzp  {
    background-color: #f1f3f6;
    height: 400px;
}

div.boekhouding-zzp:hover  {
    background-color: #eaeaeb;
}

div.boekhouding-mkb  {
    background-color: #eaeaeb;
    height: 400px;
}

div.boekhouding-mkb:hover  {
    background-color: #f1f3f6;
}

.boekhouding-zzpmkb p, .boekhouding-zzpmkb ul li {
	font-size: 90%;
}


 @media only screen and (max-width : 1599px) {
	.boekhouding-zzpmkb p {
		font-size: 12px;
	}
    }


/* GETTING STARTED
--------------------------------------- */

.getting-started-modal {
    background-color: white;
    border: 2px solid #e5e5e5;
    min-height: 250px;
    padding: 0px 80px;
    border-radius: 11px;
    box-shadow: 0px 3px 9px -5px #bbb;
    margin-bottom: 30px;
}

.getting-started-links a {
	color: #444;
}

.getting-started-links a:hover {
	color: #205bed;
}




/*
    Box-shadows
---------------------------------------------------*/

.bottom-shadow   {
	-webkit-box-shadow: 0 7px 16px -4px #999;
	   -moz-box-shadow: 0 7px 16px -4px #999;
	        box-shadow: 0 7px 16px -4px #999;
}



/*
    home cta design [PP]
---------------------------------------------------*/

        .prijs-bolletje p{
            color:white;
            font-size: 35px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            background: #ff7200;
            width: 190px;
            height: 190px;
            padding: 0px;
            border-radius: 100px;
            position: relative;
            top: -200px;
            left: 67%;
            line-height: 30px;
            padding-top: 45px;

        }
         .prijs-bolletje span{
             display: block;
            font-size:18px;
        }
#home-buttons-cta{
    margin-left:0px;
    margin-top: 50px;
}
#home-btn-cta-geenproef{
    margin-right:20px;
}


#email-newsletter {
    border: 1px solid white;
    border-radius: 3px;
}
#submit-newsletter {
    margin-left: 20px;
    border: 1px solid white;
    border-radius: 3px;
}
.inschrijven-nieuwsbrief input[type="submit"]:hover {
    color: #efefef!important;
}
.alle-functionaliteiten .sow-icon-elegantline {
    display: inline;
    float: left;
}
.alle-functionaliteiten .textwidget {} .simple-social-icons ul li a,
.simple-social-icons ul li a:hover {
    background-color: #ffffff !important;
    border-radius: 7px;
    color: #565656 !important;
    border: none!important;
    font-size: 23px;
    padding: 12px;
}
#newsletter-visual {
    background: url('/prod/wp-content/uploads/bicicare-newsletter.jpg') 50% 0px / cover;
    min-height: 450px;
}
.highlight-box {
    background-color: #e1e1e1;
    width: 100%;
    min-height: 100px;
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    padding: 10px 25px;
}

/* CTA Automation */

#cta-automation {
	background-color: #d9f3e8;
	width: 100%;
	text-align: center;
	padding: 50px 1px;
	overflow: auto;
}
.cta-auto-item {
	min-width: 450px;
	width: 33%;
	border: 1px solid white;
	text-align: left;
	padding: 10px 10px;
	color: #00af64;
	overflow: auto;
	box-sizing: border-box;
	display: inline-block;
}
.cta-auto-item p {
	width: 70%;
	float: right;
	overflow:visible;
	box-sizing:border-box;
    font-size:0.9em
}
.cta-auto-item span, #cta-auto-btn-abo span {
	font-weight: 300;
}
#cta-auto-item-bank {
	background: url('/prod/wp-content/uploads/CTA-automation-bank.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-item-scan {
	background: url('/prod/wp-content/uploads/CTA-automation-scan.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-item-ubl {
	background: url('/prod/wp-content/uploads/CTA-automation-ubl.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-item-belastingdienst {
	background: url('/prod/wp-content/uploads/CTA-automation-belastingdienst.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-item-webshops {
	background: url('/prod/wp-content/uploads/CTA-automation-webshops.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-item-accountants {
	background: url('/prod/wp-content/uploads/CTA-automation-accountants.png') no-repeat 0;
	background-size: contain;
}
#cta-auto-btn-abo {
	width: 50%;
	margin: 0px auto;
	clear: both;
	padding: 15px 0 0 0;
}
#cta-auto-btn-abo h3 {
	margin-bottom: 30px;
}
 @media (min-width: 1200px) {
#cta-auto-item-bank,  #cta-auto-item-scan, #cta-auto-item-ubl, #cta-auto-item-belastingdienst, #cta-auto-item-webshops, #cta-auto-item-accountants {
	background-size: 40%;
	background-position: 0;
}
}
 @media (max-width: 410px) {
.cta-auto-item{
	width:100%;
	min-width:100%;}

.cta-auto-item p {
	width: 100%;
	padding-bottom:50px;
	float:none;
	text-align:center;

}
.cta-auto-item p span {
	display:none;}

 #cta-auto-item-bank,  #cta-auto-item-scan, #cta-auto-item-ubl, #cta-auto-item-belastingdienst, #cta-auto-item-webshops, #cta-auto-item-accountants {
 background-size:229px;
 background-position:73% 0px;
}
#cta-auto-btn-abo {
	width: 100%;
}
}

/* >> CTA-Abonneren  ------------------------------------*/

#cta-abo {
	width: 90%;
	padding: 30px 7%;
	border: 1px solid #bbb;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
}
.cta-div {
	box-sizing: border-box;
	width: 50%;
	float: left;
	text-align: left;
	padding: 0px 2%;
}
.cta-40 {
	width: 40%;
    padding-right:30px;
}
.cta-60 {
	width: 60%;
    overflow: hidden;
}
ul.cta-green-checkboxes {
	padding: 0px;
	list-style-type: none;
    width: 90%;
    min-width: 213px;
    margin: 0 auto;
    float: right;
    margin:30px 0;

}
.cta-green-checkboxes li {
	padding-left: 40px;
	background: url('/prod/wp-content/uploads/green_checkbox-checked.png') no-repeat 0 50%;
	line-height: 35px;
}

#cta-btn-abo {
	width: 100%;
	display: block;
}
#cta-btn-abo-top{
 display: none;
}
#cta-btn-abo{
    display: block;
    max-width: 100%;
    min-width: 215px;
    margin: 0px auto;
    float: right;
    clear: both;
}
#cta-btn-abo + span {
    margin-top: 5px;
    clear: both;
    width: 100%;
    min-width:216px;
    max-width: 100%;
    float: right;
    text-align: center;
    color: #313131;
    font-weight: 300;

}
#cta-months-graph img {
    max-width: 501px;
    height: auto;
    padding-top: 1rem;
}
#cta-try {
	width: 88%;
	background-color: #f1f1f1;
	padding: 40px 40px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}
#cta-try div {
	width: 66.6667%;
	float: left;
	display: block;
}
#cta-btn-try {
	box-sizing: border-box;
	display: inline-block;
	width: 25%;
	float: right;
	position: relative;
	top: 3.5em;
}
@media (max-width: 850px){
	#cta-proof-list, #cta-months-graph{
		width:90%;
		margin:0px auto;
		float:none;
	}
 ul.cta-green-checkboxes {
    float: left;
}
    #cta-btn-abo{
    float: left;
    max-width: 100%;
}
#cta-btn-abo + span {
    float: left;
    max-width: 100%;
   }
}

@media screen and (max-width:600px) {
#cta-abo > h2 {
	display: none;
}
#cta-btn-abo-top {
	display: block;
}
ul.cta-green-checkboxes {
    float: left;
}
#cta-btn-abo{
	display: none;
}

#cta-btn-abo + span{
	display: none;
}

.cta-50 {
	width: 100%;
}
#cta-proof-list, #cta-months-graph{
		width:100%;
	}
#cta-try div {
	width: 100%;
}
#cta-btn-try {
	width:100%;
	top: 0em;
}
}


/*
   >> Homepage testimonial design
      ----------------------------------------------------------------------*/

#hometestimain {
    border-radius: 10px;
    background: grey url(/prod/wp-content/uploads/jasperbg.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 356px;
    padding: 20px 15px;
    text-align: center;
    margin: 40px 0px;
    box-sizing: border-box;
}
#hometestimain p {
    color: white;
    margin-top: 50px;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 600;
}
.testi50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin: 60px 0px;
    padding-left: 140px;
}
.testi50 p {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 0 20px;
}
.testi50 em {
    font: italic 300 22px / 25px;
    font-size: 17px;
}
.testi50 em:before {
    content: open-quote;
    color: #1976d2;
    font: italic 600 50px 'Open Sans';
    position: relative;
    line-height: 0px;
    margin: 0px 15px 0px 0px;
    /*top: 20px;*/
}
.testi50 em:after {
    content: close-quote;
    color: #1976d2;
    font: italic 600 50px 'Open Sans';
    position: relative;
    line-height: 0px;
    margin: 0px 0px 0px 5px;
    top: 30px;
}
.testi50 span {
    font: italic 300 16px / 25px 'Open Sans';
    color: #727272;
    display: block;
    margin-top: 5px;
}
.testi50 img {
    height: 140px;
    width: 140px;
    float: left;
    margin-left: -140px;
    margin-top: -15px;
}
@media (max-width: 840px) {
    .testi50 {
        padding: 0;
        text-align: center;
    }
    .testi50 img {
        margin: 0px auto;
        display: block;
        float: none;
    }
    .testi50 p {
        width: 100%;
    }
}
@media (max-width: 530px) {
    .testi50 {
        width: 100%;
    }
}
#footer-menu li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
    margin: 12px 0px;
}
#footer-menu ul.sub-menu {
    margin-left: 0px;
    padding-left: 0px;
}
.accountancy-tarieven td {
    font-size: 12px;
    height: 40px;
    line-height: 22px;
}
.accountancy-tarieven th {
    font-size: 12px;
    font-weight: 700;
    color: #ff7200;
    height: 40px;
    line-height: 22px;
}
p.personas {
    margin-bottom: 50px;
    color: white;
    font-size: 18px;
    font-weight: 100!important;
    line-height: 32px;
}

/* CUSTOM STYLING */

ul.outside li  {
    list-style-position: outside;
    margin-left: -21px;
}

/*  >> Pricetable
    -------------------------------------------------------------- */

.so-widget-sow-price-table .ow-pt-title {
    background: #fff !important;
    color: #ff7200;
}
/* .so-widget-sow-price-table h4 {
    color: #727272!important;
}
.so-widget-sow-price-table h4 {
    color: #999;
    text-shadow: none;
}
*/
.so-widget-sow-price-table .ow-pt-details,
.so-widget-sow-price-table .ow-pt-features {
    /*border-top: 1px solid #eee!important;
    border-bottom: 1px solid #eee!important;*/
}
.so-widget-sow-price-table .ow-pt-per {
    color: #ff7200 !important;
}
.so-widget-sow-price-table .ow-pt-details,
.so-widget-sow-price-table .ow-pt-features {
    background: #ff7200!important;
    border-left: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
}
.so-widget-sow-price-table .ow-pt-button {
    border-left: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
}
.so-widget-sow-price-table .ow-pt-price {
    padding-top: 20px;
    color: #fff!important;
    text-shadow: none!important;
    font-weight: 600!important;
}
.ow-pt-feature.ow-pt-feature-even,
.ow-pt-feature.ow-pt-feature-odd {
    background: #fff!important;
}
.ow-pt-column .ow-pt-featured {
    padding: 0px 0px 0px 14px;
}

.so-widget-sow-price-table .ow-pt-subtitle {
    font-style: italic;
    font-size: 96%;
    color: #87b5ec;
}

.ow-pt-features .ow-pt-feature {
    padding: 10px 10px!important;
}

.pricing-grid .so-widget-sow-price-table ow-pt-link a {
    border-radius: 5px!important;
    text-shadow: none!important;
    border: 1px solid #ff7200!important;
    background: #fff!important;
}
.pricing-grid .ow-pt-column .ow-pt-button a {
    background: #ff7200!important;
    border: 1px solid #ff7200;
    text-shadow: none!important;
}

.pricing-grid.panel-widget-style {
    padding-bottom: 50px;
}

.so-widget-sow-price-table-atom-c2e6b7269676 .ow-pt-columns-atom .ow-pt-column .ow-pt-title {
  background: #ffffff;
 /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e6e6e6),color-stop(1,#ffffff));
  background: -ms-linear-gradient(bottom,#e6e6e6,#ffffff);
  background: -moz-linear-gradient(center bottom,#e6e6e6 0%,#ffffff 100%);
  background: -o-linear-gradient(#ffffff,#e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    */
  padding: 20px 0;
  text-align: center;
  color: #727272;
/*  text-shadow: 0 1px 0 rgba(0,0,0,0.5);*/
   border: 1px solid #cccccc;
  border-bottom: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  font-size: 1.3em;
    font-weight: 600;
}

 /*    online hulp  > startgidsen
---------------------------------------------------*/

span.sg-num  {
   background-color: #ff7200;
  color: white;
   border-radius: 1em;
   padding: 0px 12px;
   margin: 0px 10px 10px 0px;
}

 /*   online hulp > sg thumb
---------------------------------------------------*/

.sg-thumb-img {
    width:230px;
    height: 144px;
    border-bottom:1px dashed #ccc;
    background: url('/prod/wp-content/uploads/startgids-thumb-img.png') no-repeat;
    background-size: cover;
}

 /* Page-elements: overzicht; verwerk facturen */
#verwerk-big:before{
    content: " ";
    display: block;
    background: #FFF none repeat scroll 0% 0%;
    width: 127%;
    opacity: 0.8;
    position: absolute;
    min-height: 123%;
    bottom: -40px;
    margin-left: -75px;
    z-index: -2;

}
.verwerk-big-bg{
background-attachment: scroll;
background-position: 70% -20px !important;
background-size: 120%;
}

/*----------------------------------
    > BOTTOM
    ------------------------------------------------------------------------------------------------------*/
/*
    >> Footer ------------- */

.site-footer,
.site-footer a, .site-footer-2 a {
    color: #fff!important;
}
.site-footer {
    background-color: #205bed!important;
}
.site-footer-2 {
    background-color: #205bed!important;
}
.footer-widgets {
    padding: 95px 0;
    background-color: #252525;
}
.footer .copyr {
    color: #a8a8a8;
    margin-bottom: 0;
}
.footer-widgets .widget-title {
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: normal;
    margin: 5px 0 0;
}
.site-footer {
    background-color: #1c1c1c;
    line-height: 35px;
    padding: 0;
}
.site-footer,
.site-footer a {
    color: #666;
}
.site-footer .socials {
    margin: 0;
    list-style: none;
}
.bottom .socials li {
    display: inline-block;
    margin-left: 5px;
}
.site-footer .socials li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    background-color: #2e2e2e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.site-footer .socials li:hover a {
    color: #fff;
}
/* widget info */

.widget-info .logo-footer {
    margin-bottom: 36px;
}
.widget-info p {
    margin-bottom: 24px;
}
.widget-info .infomation {
    list-style: none;
    margin: 0;
}
.widget-info .infomation li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    line-height: 24px;
}
.widget-info .infomation li.address:before,
.widget-info .infomation li.phone:before,
.widget-info .infomation li.email:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 16px;
}
.widget-info .infomation li.phone:before {
    content: "\f095";
}
.widget-info .infomation li.email:before {
    content: "\f040";
}
/* widget links */

.widget-links ul {
    list-style: none;
    margin: 0;
}
.widget-links ul li {
    padding: 10px 0 7px;
}
.widget-links ul li:first-child {
    padding-top: 0;
}
.widget-mail-subscribe p {
    padding-bottom: 10px;
}
.widget-mail-subscribe .email-sub input {
    width: 205px;
    margin-bottom: 10px;
}
#footer-menu h5 {
    color:white;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 500;

}
#footer-menu p{
    color:white;
}
#footer-menu ul{
 padding:0;
}
/* --------------------------------------------------------
    SEARCH BOX
    ---------------------------------------------------------------------------------------*/

.search-wrapper {
    background: rgba(24, 127, 219, 0.99) none repeat scroll 0 0;
    height: 64px;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0s ease 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 9990;
}
.search-wrapper {
    /* padding-top: 52px; */
    font-size: 37px;
    position: fixed;
    top: 82px;
    border-bottom: 1px solid #cfcfcf;
}
.search-wrapper.open {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
    visibility: visible;
}
.search-wrapper .search-close {
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 20%;
    color: #fff;
    cursor: pointer;
}
.search-wrapper input.search-text {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.01em;
    position: absolute;
    top: 8px;
    left: 21%;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding-left: 24px;
    padding-top: 8px;
    height: 2.5rem;
    outline: none;

}
.search-label {
    color: #333;
    padding-top: 1rem;
    border-top: 1px dotted #E6E6E6;
    margin: .5rem 0 1rem 0;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.3;
}
.search-results header.page-header {
    padding-top: 0px;
} 
.search-results .hentry {
    padding-top: 20px;
    padding-bottom: 10px;
}
.search-no-results .page-header {
    padding-top: 0px!important;
}
.no-results .page-title {
    padding-top: 0px!important;
}
.no-results #main h1 {
    margin: 0px!important;
}




@media only screen and (min-width: 40.063em) {
    .search-wrapper input.search-text {
        font-size: 2.875rem;
        height: 2.5em;
    }
}
@media only screen and (min-width: 40.063em) and (orientation: portrait) {
    .search-wrapper input.search-text {
        font-size: 1.9375rem;
        height: 2.5em;
    }
}
@media only screen and (min-width: 64.063em) {
    .search-wrapper input.search-text {
        font-size: 1.75rem;
        height: 2.5em;
    }
}
/* --------------------------------------------------------
    OPTISCROLL
    ----------------------------------------------------------------------*/

.optiscroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.optiscroll-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
/**
    *  Optiscroll scrollbars base style
    */

.optiscroll-v,
.optiscroll-h {
    position: absolute;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.optiscroll-v {
    right: 0;
}
.optiscroll-h {
    bottom: 0;
}
/**
    *  Optiscroll tracks base style
    */

.optiscroll-vtrack,
.optiscroll-htrack {
    display: block;
    position: absolute;
    opacity: 0;
    cursor: default;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    box-sizing: border-box;
}
/* track visible only when enabled */

.vtrack-on > .optiscroll-v .optiscroll-vtrack {
    opacity: 1;
}
.htrack-on > .optiscroll-h .optiscroll-htrack {
    opacity: 1;
}
/* extend draggable area while dragging */

.optiscroll-vtrack:active:before,
.optiscroll-htrack:active:before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    z-index: 10000;
}
/**************************************
    *  Prevent iOS page bounce
    *  even when content is not longer enough.
    *
    *  Remember: enabling the page bounce fix will prevent
    *  nested scroll areas to scroll the parent.
    */
/* Uncomment to prevent VERTICAL iOS page bounce. */
/*
    .optiscroll-nobounce > .optiscroll-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-bottom: 2px solid transparent;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
    */
/* Uncomment to prevent HORIZONTAL iOS page bounce. */
/*
    .optiscroll-nobounce > .optiscroll-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-right: 2px solid transparent;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    }
    */
/**************************************
    *  CUSTOM STYLE
    *  feel free to change stuff
    **************************************/
/***
    ***  Scrollbars style  ***/

.optiscroll-v,
.optiscroll-h {
    background: transparent;
    /* Scrollbars are visible only on hover */

    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}
.optiscroll.vtrack-on:hover > .optiscroll-v {
    opacity: 1;
}
.optiscroll.htrack-on:hover > .optiscroll-h {
    opacity: 1;
}
.optiscroll-v {
    top: 4px;
    bottom: 4px;
    width: 0;
}
.optiscroll-h {
    left: 4px;
    right: 4px;
    height: 0;
}
/* Avoid overapping while both scrollbars are enabled */

.vtrack-on.htrack-on > .optiscroll-v {
    bottom: 8px;
}
.vtrack-on.htrack-on > .optiscroll-h {
    right: 8px;
}
/***
    ***  Tracks style  ***/

.optiscroll-vtrack,
.optiscroll-htrack {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}
.optiscroll-vtrack {
    width: 6px;
    right: 4px;
}
.optiscroll-htrack {
    height: 6px;
    bottom: 4px;
}
.optiscroll-vtrack:active,
.optiscroll-htrack:active {
    background: rgba(255, 255, 255, 0.3);
}
.ls-wp-fullwidth-container div,
.ls-wp-fullwidth-container p {
    text-align: left;
}
/*Media Queries
    -------------------------------------------------------------- */

@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}
/* Smaller than standard 1200 */

@media only screen and (max-width: 1199px) {
    .roll-icon-list .list-item {
        margin-bottom: 18px;
    }
    .roll-project.fullwidth .project-item {
        width: 25%;
    }
    .masonry-layout .hentry {
        width: 455px;
    }
    #newsletter-visual {
        height: 325px;
    }
}
/* Smaller than standard 980 */

@media only screen and (max-width: 991px) {
    .site-header.fixed {
        position: absolute;
    }
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center!important;
    }
    .roll-counter .numb-count {
        font-size: 24px;
    }
    .masonry-layout .hentry {
        width: 345px;
    }
    .header-wrap .col-md-8 {
        padding: 0;
    }
    .last {
        margin-bottom: 0 !important;
    }
    .margin-bottom-device {
        margin-bottom: 50px;
    }
    .margin-top-device {
        margin-top: 50px;
    }
    .content-area .post-wrap,
    .contact-form-wrap {
        padding-right: 0;
    }
    .contact-form-aside,
    .sidebar {
        margin-top: 50px;
    }
    .roll-icon-box {
        margin-bottom: 30px;
    }
    .roll-promobox.aside-style,
    .roll-promobox.aside-style .promo-wrap,
    .roll-promobox.aside-style .promo-content,
    .roll-promobox.aside-style .promo-controls {
        display: block;
        text-align: center;
        width: 100%;
    }
    .roll-promobox.aside-style .title {
        margin-bottom: 20px;
    }
    .roll-project.fullwidth .project-item {
        width: 33.3%;
    }
    .footer-widgets .widget {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .slides-container .slide-item,
    .panel-row-style {
        background-attachment: scroll;
        background-position: center !important;
    }
    .panel-row-style.mob-pad-0 {
        padding: 0 !important;
    }
    .panel-row-style.mob-pad-15 {
        padding: 15px 0 !important;
    }
    .panel-row-style.mob-pad-30 {
        padding: 30px 0 !important;
    }
    .panel-row-style.mob-pad-45 {
        padding: 45px 0 !important;
    }
    #mainnav {
        display: none;
    }
    .btn-menu {
        display: block;
    }
    .sow-features-list .sow-features-feature {
        padding: 10px 25px!important;
    }
}
@media only screen and (max-width: 780px) {
    .roll-client .client-item img {
        max-width: 100%;
    }
    .panel-grid-cell {
        /*	padding-left:15px !important;
    padding-right:15px !important;
    margin-bottom: 15px !important;
    */
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px!important;
    }
    h3 {
        font-size: 22px!important;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    .so-widget-sow-features {
        padding: 10px 15px;
    }
    .sow-features-list .sow-features-feature {
        padding: 0px 10px!important;
    }
    .owl-item {
        width: 100%;
    }
    .roll-testimonials .whisper {
        font-style: italic;
        padding: 0px;
        border: 0;
        margin-bottom: 25px;
    }
    blockquote.whisper {
        width: 100%;
        float: none!important;
        text-align: center;
    }
    .roll-testimonials .avatar,
    .roll-testimonials .avatar img {
        width: 95%;
        text-align: center;
        float: none;
        margin: 0 auto;
        padding: 0px;
    }
    .roll-testimonials .whisper > p {
        font-size: 2.25rem;
        font-weight: 600;
        float: none;
        text-align: center;
        color: #ff7200;
        padding: 0px 0px 20px 0px;
    }
    .roll-testimonials .name {
        border-top: none!important;
        font-size: 1.5em;
        margin-top: 15px;
    }
}
/* Tablet Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center!important;
    }
}
/* All Mobile Sizes */

@media only screen and (max-width: 767px) {
    .posts-layout {
        max-width: 100%;
    }
    .masonry-layout .hentry {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .text-slider-section {
        min-height: 190px;
    }
    .text-slider .maintitle {
        font-size: 32px;
        line-height: 1.1;
        padding-bottom: 10px;
    }
    .text-slider .subtitle {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
    }
    .roll-button {
        padding: 10px 30px;
    }
    .roll-project .project-item {
        width: 100%;
    }
    .roll-project.fullwidth .project-item {
        width: 50%;
    }
    .roll-counter {
        margin-bottom: 50px;
    }
    .single-post .author-post .author-avatar {
        float: none;
        margin-bottom: 20px;
    }
    .single-post .author-post .author-info {
        margin-left: 0;
        padding: 0;
    }
    .single-post .author-post ul.socials {
        position: static;
    }
    .single-post .author-post .intro {
        clear: left;
        padding-top: 10px;
    }
    .comment-list .children {
        margin-left: 75px;
    }
    .error-wrap .error-search {
        padding: 0 20px;
    }
    .aside-image .content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .social-menu-widget a:before {
        font-size: 42px;
    }
    .btn-menu {
        float: none;
        margin: 15px auto 0;
    }
    .header-wrap {
        text-align: center;
    }
    #mainnav-mobi {
        top: auto;
    }
    .site-header.float-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text-slider-section {
        min-height: 0;
        top: auto;
        bottom: 0;
    }
    .site-title {
        font-size: 16px !important;
    }
    .site-header .slogan {
        font-size: 9px;
    }
}
/* Mobile Portrait Size */

@media only screen and (max-width: 479px) {
    .roll-project.fullwidth .project-item {
        width: 100%;
    }
    .blog-post,
    .service,
    .sidebar-column {
        padding: 0;
    }
    .roll-button {
        font-size: 12px;
    }
    .text-slider .maintitle {
        font-size: 20px;
    }
    .text-slider .subtitle {
        font-size: 14px;
    }
    .text-slider {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .text-slider {
        margin-bottom: 0;
    }
}



/*  CUSTOM STYLING
    -------------------------------------------------------------  */


/*  STATUS RELEASES TABLE
    -------------------------------------------------------------  */

td.actions a {
  color: #ff7200;
  font-weight: 700;
}
.development-reeleezee-mobile {
  width: 100%;
  max-width: 100%;
}
table.ma-releases th,
table.ma-releases td{
  text-align: left;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.ma-releases {
  margin: 1em 0;
}
table.ma-releases th,
table.ma-releases td{
  border: none;
  padding: 20px 8px 20px 20px;
  line-height: 28px;
}

table.ma-releases tr {
  border-bottom: 1px solid #dfdfdf;
}

table.ma-releases > thead > tr {
    border-bottom: none;
}

table.ma-releases th{ background: #f9f9f9; }
table.ma-releases td{ background: #fff; }

table.responsive-table{
  /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);*/
}

table.responsive-table td.versienr {
  font-weight: bold;
  /* text-align: center; */
}



@media (max-width: 719px){
   table.ma-releases th,
   table.ma-releases td {
	   font-size: 14px;
   }
}

@media (max-width: 639px){
    table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.ma-releases th,
  table.ma-releases td {
    padding: 10px;
    font-size: 16px;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'Versie';
  }
  table.responsive-table td:nth-child(2):before{
    content: 'Datum';
  }
  table.responsive-table td:nth-child(3):before{
    content: 'Groep';
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2),
  table.responsive-table td:nth-child(3){
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before,
  table.responsive-table td:nth-child(3):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 28px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.versienr {
        background: #e1e1e1;
        border-top: 1px solid #d7d7d7;
    }
    table.responsive-table td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}

@media (max-width: 479px) {
    table.ma-releases th,
    table.ma-releases td {
       padding: 6px;
       font-size: 15px;
  }
}



/* Double Login  [MITKO]
------------------------------------------------------------------------------*/
.login-wrapper{
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
	display: none;
}

.login-wrapper.open{
	display: block;
}

.login-wrapper .container{
	position: absolute;
	top: 0;
	width: 60%;
    max-width: 900px;
	bottom: 0;
	margin: 0 auto;
	background: rgb(255,255,255);
	border-radius: 3px;
	box-shadow: 0 0 9px rgba(0,0,0,.2);
	transform: translateY(0);
}



.login-wrapper .button{
	background: #bcbcbc;  /* #f29730 before */
    border: none;
    border-radius: 3px;
	box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
	font-weight: 300;
    margin: 0 0 2em;
    padding: 0.675em 1.25em;
	text-align: center;
    text-decoration: none;
	width: auto;
}
.login-wrapper .login-mobile {
	background: #445d76;
}

.login-wrapper .login-links{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	margin: 0 1em;
	list-style: none;
	padding: 0;
}
.login-wrapper .login-links li{
	position: relative;
	padding-bottom: 4em;
	/*border-bottom: 1px solid #f00;*/
    margin: 0 0 2em;
}

.login-wrapper .login-links li .button{
	position: absolute;
	bottom: 5px;
	margin: 0;
	left: 15px;
    right: 15px;
}

.login-wrapper h3{
    border-bottom: 1px solid #f27930;
    color: #f27930;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    padding: 0 0 0.5em;
    text-align: center;
}
.login-wrapper p{
    font-size: 1.2rem;
	line-height: 1.4;
	margin: 0;
}

.prev-version {
    margin: 0 auto!important;
    margin-top: -30px!important;
}

.btn-login-close{
    color: #ff7200;
	cursor: pointer;
	display: inline-block;
	height: 22px;
	width: 22px;
    line-height: 1;
    position: absolute;
	text-align: center;
    right: 15px;
    top: 12px;
	vertical-align: middle;
	z-index: 9001;
    font-size: 22px;
}



@media only screen and (max-width: 640px) {
	.login-text  {
		display: none;
	}
	.login-button-1  {
		display: none;
	}
	.login-title {
		margin-bottom: 50px;
	}
	a.button.login-mobile {
		background: #ff7200;
	}
}


@media only screen and (min-width: 480px) {
	.login-wrapper .container{
		bottom: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 50%;
		min-width: 320px;
		display: block;
		right: 0;
		left: 0;
	}

	.login-wrapper p{
		font-size: 1.6rem;
		line-height: 1.4;
		margin: .5em;
	}

	.login-wrapper .login-links li .button{
		font-size: 1.8rem;
		font-weight: 700;
	}
}

/* Mitko */
.cbp-hrmenu > ul .current-menu-item > a,
.cbp-hrmenu > ul .current-menu-item > h4 a,
.cbp-hrmenu > ul .current-menu-parent > a,
.cbp-hrmenu > ul .current-menu-parent > h4 a{
	text-decoration: none;
    color:#ff7200;
}


/* Mitko */


@media only screen and (min-width: 720px) {

	.cbp-hrmenu .cbp-hrsub {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: none;
	}
	.cbp-hrmenu .cbp-hrsub {
		background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		display: none;
		left: auto;
		min-width: 660px;
		position: absolute;
		right: 0;
		width: 70%;
		z-index: 120;
	}
	.cbp-hropen .cbp-hrsub {
		display: block;
		padding-bottom: 2em;
		padding-top: 2em;

		padding-bottom: 20px;
		padding-top: 43px;
	}




	.cbp-hrmenu .cbp-hrsub-inner li {
		position: relative;
		clear: none;
	}

	#site-navigation .cbp-hropen .cbp-hrsub-inner .overview{
		clear: left;
		float: left;
		width: 33%;
	}

	#site-navigation .cbp-hropen .cbp-hrsub-inner .has-children {
		clear: none;
		margin-right: 0;
		padding: 0;
	}

	#site-navigation .cbp-hropen .cbp-hrsub-inner .column{
		float: left;
		width: 50%;
		padding-left: 4%;
		padding-right: 4%;
	}

	.cbp-hrmenu .cbp-hrsub-inner .has-children {
		border-right: none;
		clear: left;
		float: left;
		margin-right: 30px;
		padding: 0 30px 1em 0;
		width: 100%;
	}

	.cbp-hrmenu .cbp-hrsub-inner{
		position: relative;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner li{
		position: relative;
	}

	/*.cbp-hrmenu .cbp-hrsub-inner > .sub-menu:before,*/
	.cbp-hrmenu .cbp-hrsub-inner > .sub-menu:after{
		background: #ccc;
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner > .sub-menu:after{
		left: 52%
	}

	.action-call a{

	}


	.cbp-hrmenu  > ul {
		font-size: 0;
		padding-right: 52px;
		text-align: right;
	}

	.cbp-hrmenu > ul > li{
		font-size: 1.5rem;
		text-align: left;
		display: inline-block !important;
		float: none;
	}

	#cbp-hrmenu{
		position: relative;
	}

	.search-btn {
		display: inline-block;
		font-size: 2rem;
		height: 52px;
		line-height: 52px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 52px;
	}

	.start-gratis-action a,
	.login-action a{
		cursor: pointer;
	}

}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}



/* SWIPER */

.swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}
.swiper-slide {
    text-align: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px!important;
}




/* Announcements
------------------------------------------------------------------------------*/
.alert{
	margin: 0;
	text-align: center;
}
.rlz-announcements{
/*	position: absolute;
	z-index: 9999; left: 0; right: 0; top: auto;
*/
}

.btn-view-announcements{
	border-radius: 1000px;
	background: #ff7200;
	color: #fff;
	position: fixed;
	left: 16px;
	top: 16px;
	z-index: 9999;
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.btn-view-announcements span{
	display: none;
}

div#panel-5864-0-0-0 {
	margin-top: 80px;
	margin-bottom: 0px!important;
}

div#panel-9449-1-0-0 {
    margin-bottom: 0px!important;
}

.groene-announcement-balk {
	margin-bottom: 0px!important;
}

/* .groene-announcement-balk p {
	margin-top: -14px!important;
	margin-bottom: 0px!important;
	padding-bottom: 14px;
	color: #3c763d;
}


@media only screen and (max-width: 991px) {
    .btn-view-announcements  {
	right: 16px;
	left: initial;
    }
}
*/




/* ZZP Pagina
---------------------------------------------------------------------------------- */

.zzp-header, .mkb-header {
  width: 100%;
   padding-bottom: 15px;
}

.zzp-header .header-visual  {
  background-image: url('/prod/wp-content/uploads/zzp-header-visual1920_moneybalance.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 550px;
  max-height: 550px;
  box-shadow: 0px 12px 24px -10px #919191;
}

.mkb-header .header-visual  {
  background-image: url('/prod/wp-content/uploads/mkb-header-visual1920_wijnen-square-crops.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 550px;
  max-height: 550px;
  box-shadow: 0px 12px 24px -10px #919191;
}

.white-play-btn {
    text-align: center;
    position: relative;
    top: 39%;
}

.white-name {
    color: white;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 29%;
    left: 27%;
}

.title-blue  {
  background-color: #1f5dea;
  width: 680px;
  margin: 0 auto;
  padding: 1px 0px;
  position: relative;
  top: 55%;
  box-shadow: 0px 5px 4px -2px #999;
}

h1.zzp-title  {
  color: white!important;
  font-family: 'Open Sans';
  font-size: 48px!important;
  font-weight: 500!important;
}

.zzpmkb-intro  {
  font-size: 21px; 
  line-height: 36px; 
  text-align: center; 
  padding-top: 20px;
}

.start-gratis-blauw > h3 {
   font-size: 36px;
   color: white; 
   text-align: left;
}

.start-gratis-blauw > p {
   font-size: 21px;
   font-weight: 200;
   color: white; 
   text-align: left;
}

.start-gratis-blauw-button {
   padding-top: 60px;
   text-align: center;
}


div#pgc-5864-0-0 {
    margin-top: -60px;
}


@media only screen and (max-width: 1199px) {
   .start-gratis-blauw > h3  {
	font-size: 28px;
   }
   .start-gratis-blauw > p {
	font-size: 18px;
   }
}

@media only screen and (max-width: 991px) {
    .title-blue {
        width: 70%;
	position: relative;
	top: 80%;
    }
    h1.zzp-title {
         font-size: 24px!important;   
    }
    .zzpmkb-intro {
	font-size: 18px;
	line-height: 28px;
	padding-top: 0px;
    }
    .start-gratis-blauw > h3, .start-gratis-blauw > p {
	text-align: center;
    }
    .start-gratis-blauw-button {
	padding-top: 0px;
    }
}

.release-status {
    font-size: 15px;
}
