/*
|--------------------------------------------------------------------------
| GENERAL STYLES
|--------------------------------------------------------------------------
 */
*,*:after,*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    z-index: 1;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.container {
    padding: 0;
}

/*
|--------------------------------------------------------------------------
| ALIGNMENTS
|--------------------------------------------------------------------------
 */
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP OVERRIDES
|--------------------------------------------------------------------------
 */
a:hover,a:focus {
    text-decoration: none;
}

.popover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 4px;
    border: 0px;
    background: #6099C7;
    color: white;
    text-align: left;
}

.popover.top .arrow:after {
    border-top-color: #6099C7;
}

.popover.right .arrow:after {
    border-right-color: #6099C7;
}

.form-control {
    border-radius: 0;
    border: 1px solid #e3e3e3;

    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Alerts */
.alert {
    border-radius: 0px;
}

/*
|--------------------------------------------------------------------------
| PARAGRAHPS
|--------------------------------------------------------------------------
 */
p.thanks {
    font-size: 11px;
    text-align: right;
    color: #D5D5D5;
}

/*
|--------------------------------------------------------------------------
| TITLES
|--------------------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto","Lato", "Open Sans", "Helvetica Neue", sans-serif;
    margin-top: 10px;
}

h1 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 40px;
}

h2 {
    margin-top: 10px;
    font-weight: 300;
}

hr.underline {
    width: 4%;
    border-top: 2px solid #f1f1f1;
}

.titleHead {
    display: block;
    position: relative;
    text-align: center;
}

.titleHead * {
    max-height: 999999px;
}

.titleHead > h1,.titleHead > h2,.titleHead > h3,.titleHead > p.title {
    letter-spacing: -1px;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 300;
    margin-top: 45px;
    color: #34495e;
}

.titleHead > p.title {
    font-size: 20px;
}

.titleHead > p,.titleHead > p a {
    color: rgb(149, 165, 166);
    font-size: 18px;
    line-height: 1;
    margin-bottom: 13px;
}

.divider {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 25px auto 25px;
    text-align: center;
}

.divLine {
    margin: 18px 0px 0px;
    display: block;
    height: 1px;
    width: 44%;
    float: left;
    background: none repeat scroll 0% 0% rgb(189, 195, 199);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

hr {
    border-top: 1px solid rgb(189, 195, 199);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 20px 18px;
}

.divImg {
    float: left;
    font-size: 31px;
    width: 12%;
}

footer .divImg {
    margin-top: -6px;
}

footer .divider .img-icon {
    width: 64%;
}

.divider .icon {
    color: #21AFA5 !important;
}

.divider .img-icon {
    vertical-align: baseline;
    max-width: 100%;
}

.titleContent {
    display: block;
    margin-bottom: 30px;
    position: relative;
    margin-top: 56px;
}

.titleContent h6,.titleContent h1 {
    font: normal 24px/1.2em Arial, Helvetica, sans-serif;
    color: #34495e;
    font-family: "Lato", sans-serif;
    padding-bottom: 5px;
    border-bottom: 3px solid #ECF0F1;
    margin-bottom: 11px;
}

#odd .titleContent h6,#odd .titleContent h1 {
    border-bottom: 3px solid rgba(189, 195, 199, 0.5);
}

.titleContent h6 span,.titleContent h1 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #6099C7 !important;
}

/*
|--------------------------------------------------------------------------
| BUTTONS
|--------------------------------------------------------------------------
 */
.btn-primary {
    background-color: #6099C7;
    border-color: transparent;
    border-radius: 2px;
    font-size: 14px;
    text-shadow: none;
    padding: 9px 16px;
}

.btn-primary:hover {
    background-color: #5A719E;
    border-color: transparent;
}

.btn-group .btn-primary {
    padding: 6px 12px; /* Default bootstrap padding */
}

.btn-row {
    margin-top: 45px;
    display: block;
}

.btn-info {
    margin-top: 5px;
    background-color: #6099C7;
    color: white !important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    padding: 13px 9px;
    border-radius: 3px;
    border: none;
}

.btn-info:hover {
    background-color: #1D4189 !important;
}

/*
|--------------------------------------------------------------------------
| NAV PILLS
|--------------------------------------------------------------------------
 */
.nav-title {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.nav-pills {
    margin-bottom: 20px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background: #6099C7;
}

.nav-pills>li>a {
    border-radius: 0px;
    color: #555;
}

.nav-pills>li>a.muted {
    color: #ADADAD;
}

.nav-pills>li>a.muted.selected {
    color: #FFFFFF;
}

.nav-pills li.dropdown-header {
    font-family: "Lato", "Open Sans", "Helvetica Neue", sans-serif;
    color: #34495e;
    padding-bottom: 5px;
    border-bottom: 3px solid #ECF0F1;
    margin-bottom: 11px;
    font-size: 1.4em;
}

/*
|--------------------------------------------------------------------------
| MODALS
|--------------------------------------------------------------------------
 */
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-backdrop.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.modal-dialog {
    padding-top: 90px;
}

/* Contact modal */
#contactModal .modal-title {
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| LINKS
|--------------------------------------------------------------------------
 */
a.title {
    color: #555;
}

/*
|--------------------------------------------------------------------------
| BACKGROUND COLORS
|--------------------------------------------------------------------------
 */
.bg-grey {
    background-color: #ECF0F1 !important;
}

/*
|--------------------------------------------------------------------------
| IMAGES
|--------------------------------------------------------------------------
 */
.thumbnail {
    border-radius: 0;
    border-bottom-width: 3px;
}

a.thumbnail:hover,a.thumbnail:focus {
    border-color: #ddd;
}

.no-image {
    background: #6099C7;
    border-bottom: 3px solid #487DA8;
    height: 211px !important;
}

/*
|--------------------------------------------------------------------------
| ICONS
|--------------------------------------------------------------------------
 */
.icon-margin {
    margin-right: 5px;
}

.icon-block {
    background: white;
    height: 77px;
    width: 77px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 28px;
    font-size: 24px;
    color: #555;
}

/*
|--------------------------------------------------------------------------
| ORNAMENTS
|--------------------------------------------------------------------------
 */
#circle {
    background: #6099C7;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    margin: 0 auto !important;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    color: white;
}

#circle .content {
    display: table-cell;
    text-align: center;
    width: 90px;
    height: 90px;
    vertical-align: middle;
}

#circles {
    margin-top: 40px;
}

#circles.simple {
    margin-left: 45px;
}

.circle1,.circle1 .hover {
    margin-top: 118px !important;
}

.circle2,.circle2 .hover {
    margin-top: 153px !important;
}

.circle3,.circle3 .hover {
    margin-top: 81px !important;
}

.circle4,.circle4 .hover {
    width: 255px !important;
    height: 255px !important;
    margin-top: 80px !important;
}

#round img {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
}

.circle4 img {
    width: 255px !important;
    height: 255px !important;
    border-radius: 100%;
    border: 1px solid #e3e3e3;
}

/*
|--------------------------------------------------------------------------
| WIREFRAME
|--------------------------------------------------------------------------
 */
#wrap {
    position: relative;
    overflow: hidden;
}

#content {
    -webkit-transition: -webkit-all 0.0.35s;
    -moz-transition: -moz-all 0.35s;
    -o-transition: -o-all 0.35s;
    -ms-transition: -ms-all 0.35s;
    transition: all 0.35s;
}

.homepage #content-inner {
    padding-top: 0;
}
#content-inner {
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2); /*z-index:  1;
    */
    position: relative;
    padding-top: 108px;
}

.wrapper {
    z-index: 1;
    position: relative;

    -webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.24);
    box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.24);
    background: white;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Body jumping when opening modal fix */
.modal-open {
    margin-left: -15px;
}

.navbar-sub {
    top: 73px;
    min-height: 35px;
    height: 35px !important;
    padding-left: 10px;
}

.navbar-sub .navbar-nav {
    margin: 0px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 5px;
}

.modal-open .navbar-nav.navbar-right:last-child {
    margin-right: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #34495e;
    font-size: 14px;
    padding-right: 0px;
    line-height: 25px;
}

.navbar-sub .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 15px;
}

.dropdown-menu>li>a {
    color: #34495e;
    padding-left: 0px;
    line-height: 25px;
}
.dropdown-menu>li>a.no-icon {
    color: #34495e;
    padding-left: 20px;
    line-height: 25px;
}

.dropdown-menu>li>a:hover {
    color: #5cb85c;
}

.dropdown-menu>li>a .icon {
    width: 60px;
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    text-align: center;
}

.dropdown-menu>li>a .img-icon {
    display:inline-block;
    text-align: center;
    width:60px;
}
.dropdown-menu>li>a .img-icon img {
    max-width: 60px;
}

.dropdown-menu>li>a .icon.language {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px
}

.navbar-default .navbar-nav>li>a .icon {
    font-size: 25px;
    vertical-align: middle;
}

.navbar-default .navbar-nav>li>a>img {
    max-height: 18px;
}

.navbar-default .navbar-nav>li.dropdown>a {
    padding-left: 5px;
    padding-right: 15px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: inherit;
    color: inherit;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #5cb85c;
}

/*
|--------------------------------------------------------------------------
| No-menu style overrides
|--------------------------------------------------------------------------
 */
body.no-menu #content {
    margin-left: 0px;
}

body.no-menu .scroller-inner {
    margin-top: 0px;
}

.scroller-inner-mobile {
    margin-top: 0px !important;
}

body.no-menu .container {
    width: 100%;
}

body.no-menu #even,body.no-menu #odd {
    padding-left: 20px;
    padding-right: 20px;
}

/* Custom menu icon colors */

/* #mp-menu .home { color: #8DC640; } */
/*#mp-menu .markets { color: #2AB675; }
#mp-menu .products { color: #14A69C; }
#mp-menu .demos { color: #1C75BC; }
#mp-menu .clients { color: #662F8D; }*/

/*
|--------------------------------------------------------------------------
| SECTIONS
|--------------------------------------------------------------------------
 */
section {
    padding: 5px 0 0;
    background: #FFFFFF;
}

section#clients {
    padding-bottom: 56px;
}

#even {
    padding: 5px 0 50px;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

#odd {
    padding: 5px 0 50px;
    background: #ecf0f1;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

section.empty { padding-bottom: 0px !important; }
section.no-title { padding-top: 50px !important; }

/*
|--------------------------------------------------------------------------
| NAVIGATION
|--------------------------------------------------------------------------
 */
.homepage .navbar-default {
    background-color: transparent;
    border-bottom: 0;
}

.navbar-default {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    background: white;
    border-radius: 0;
    height: 73px;
    margin-bottom: 73px;

    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.navbar-row {
    position: relative;
}

.navbar-default .navbar-brand {
    color: #666;
}

.navbar-brand span {
    color: #6099C7;
    text-transform: capitalize;
}

.navbar-brand .logo {
    height: 55px;
    margin-top: -5px;
}

.navbar-nav {
    margin-top: 8px;
    margin-bottom: 8px;
}
.homepage .navbar-collapse {
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    box-shadow         : none;
}
.navbar-collapse {
    padding-right: 30px;
}

.navbar.scroll-top {
    position: absolute;
    top: -50px;
    height: 0;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-right>li {
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
}

.homepage .navbar-right>li>a {
    color: #ffffff !important;
}
.navbar-right>li>a {
    text-align: center;
    height: 74px;
    font-weight: 400;
    font-size: 13px;
    color: #5278BB !important;
    display: block;
    /*border-left:  1px solid rgb(226, 223, 223);
       */
    margin-top: -4px;
    padding-top: 22px;
}

.navbar-nav span.divi {
    margin-right: 0;
    margin-left: 0;
    margin-top: 8px;
    display: block;
    color: #e3e3e3;
}

.navbar-right>li>a.online {
    padding-top: 13px;
    margin-right: 0;
    font-size: 13px;
}

.navbar-right>li>a>i {
    margin-right: 2px;
}

.navbar-right>li>a span.online {
    display: block;
    color: #5cb85c;
    font-size: 11px;
    text-transform: none;
    font-weight: 600;
}

.navbar-right>li>a span.online i {
    font-size: 9px;
    margin-right: 2px;
}

.navbar-default .navbar-nav.navbar-right>li.dropdown>a {
    padding-top: 33px;
}

#navigation, .navbar-default .dropdown-menu {
    z-index: 1050;
}

#mainNavigation .navbar-nav>li.dropdown>a {
    padding: 0px;
}

#mainNavigation .nav li:hover > ul {
    display: block;
}

.navbar .alert {
    position: absolute;
    top: 5px;
    left: 36%;
    width: 25%;
    min-height: 62px;
}

.navbar-brand {
    padding-bottom: 0px;
}

.navbar-mobile { margin-bottom: 0px; }

.nav > li > a.btn-menu {
    padding: 4px 19px;
    margin-top: 9px;
    margin-left: 12px;
    color: white !important;
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.nav > li > a.btn-menu:hover {
    background-color: #FFC65B;
    border-color: transparent;
    border-bottom: 3px solid #A6771E !important;
}

.nav > li > a.btn-menu:hover::after {
    height: 0 !important; /* Fix for not getting the little border-bottom of the menu */
}

/*
|--------------------------------------------------------------------------
| CONTACT
|--------------------------------------------------------------------------
 */
.contact-option-number {
    font-size: 25px;
    color: #6099C7;
}

.select2-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.select2-container-multi {
    width: 100%;
}

.select2-container .select2-choice {
    background-image: none;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    padding: 3px 9px;

    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    height: 35px;
}

.select2-container .select2-choice .select2-arrow {
    background: transparent;
}

.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: none;
}

.select2-container .select2-choice .select2-arrow b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 2px;
    right: 5px;
    font-size: 12px;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.select2-container .select2-choice .select2-arrow {
    border-left: 0px;
}

.select2-drop.select2-drop-above {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;

    border-radius-topleft: 0;
    border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-active .select2-choice,.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;

    border-radius-topleft: 0;
    border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #e5e9ec;
    border-bottom: none;
    border-radius: 0;
    padding-top: 0px;
}

.select2-container.select2-drop-above .select2-choice {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;

    border-radius-bottomright: 0;
    border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #e5e9ec;
    background: #f4f5f7;
}

.select2-search input {
    background: #fff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    border: 1px solid #999999;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    color: #282323;
}

.select2-results .select2-highlighted {
    background: #0AA699;
    border-radius: 0;
}

.select2-results .select2-highlighted .select2-result-label {
    color: #fff;
}

.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
    background: none;
    color: #6F7B8A;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px;
}

.select2-drop-active {
    border: 1px solid #e5e9ec;
    border-bottom: none;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;

    border-radius-bottomright: 2px;
    border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 5px;
}

.select2-results li {
    color: #6F7B8A;
}

.select2-search {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.select2-results {
    margin: 3px 10px 10px 3px;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid #E5E9EC;
    border-radius: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 33px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #dae0e4;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi.select2-container-active .select2-search-choice {
    background-color: #fff !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #e8edf1;
    background-image: none;
    border: none;

    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
}

.select2-search-choice-close {
    background: none;
    top: 4px;
    right: 0;
}

.select2-search-choice-close:hover {
    text-decoration: none;
}

.select2-search-choice-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #94a1b2;
}

.select2-container-multi .select2-search-choice-close {
    left: 6px;
}

.select2-drop-multi .select2-results .select2-no-results,.select2-drop-multi .select2-results .select2-searching,.select2-drop-multi .select2-results .select2-selection-limit {
    top: 0px;
}

.select2.form-control {
    padding: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

/*
|--------------------------------------------------------------------------
| TILES
|--------------------------------------------------------------------------
 */
.box {
    background: white;
    border-bottom: 3px solid #c0c8ca;
    padding-right: 0;
    padding-left: 0;
    margin-left: 7px;
    margin-right: 7px;
    text-align: center;
    display: table-cell !important;
    width: 255px;
    height: 230px;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

#even .box.white {
    border: 1px solid #ddd;
    border-bottom: 3px solid #c0c8ca;
}

.box.long {
    width: 524px;
}

.box.wide {
    width: 793px;
}

.box h4 {
    padding: 9px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    text-decoration: none !important;
}

.box div.image {
    width: 100%;
    height: 215px;

    -webkit-background-size: 437px auto;
    -moz-background-size: 437px auto;
    background-size: 437px auto;
}

.box.long div.image {
    height: 215px;
}

div.hover {
    height: 178px;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;

    -webkit-background-size: 325px auto;
    -moz-background-size: 325px auto;
    background-size: 325px auto;
    background-repeat: no-repeat;
}

.wide .hover {
    -webkit-background-size: 1169px auto;
    -moz-background-size: 1169px auto;
    background-size: 1169px auto;
}

.box:hover,.box:hover a,.box:hover h4 {
    text-decoration: none;
}

.box:hover div.hover,.box.long:hover div.hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.box {
    padding-top: 64px;
}

.box.green,.box.blue,.box.orange,.box.yellow,.box.red, .box.purple, .box.black {
    color: white;
    padding-top: 64px;
}

.box.green {
    background: #21AFA5;
    border-color: #09706C;
}

.box.blue {
    background: #6099C7;
    border-color: #1D4189;
}

.box.red {
    background: #E07373;
    border-color: #9C4F4F;
}

.box.purple {
   background: #A57CC5;
    border-color: #6D3499;
}

.box.black {
    background: #6B6B6B;
    border-color: #303030;
}

.box.orange {
    background: #FFA25B;
    border-color: #A6591E;
}

.box.yellow {
    background: #FFC65B;
    border-color: #A6771E;
}

.box h4 {
    -webkit-transition: margin-top 0.4s;
    -moz-transition: margin-top 0.4s;
    -o-transition: margin-top 0.4s;
    -ms-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}

.box.green h4,.box.blue h4,.box.orange h4,.box.yellow h4,.box.red h4,.box.purple h4,.box.black h4 {
    color: white;

    -webkit-transition: margin-top 0.4s;
    -moz-transition: margin-top 0.4s;
    -o-transition: margin-top 0.4s;
    -ms-transition: margin-top 0.4s;
    transition: margin-top 0.4s;
}

.box i {
    font-size: 60px;
}

.box.white i {
    color: #999;
}

/*.box:hover h4  {

margin-top:  54px;

}

*/
.long div.hover {
    height: 178px;
    width: 100%;
    top: 0px;
    position: absolute;
    z-index: 50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;

    -webkit-background-size: 504px auto;
    -moz-background-size: 504px auto;
    background-size: 504px auto;
    background-repeat: no-repeat;
}

.img-box {
    width: 98%;
    padding: 6px;
    margin: 0;
    height: auto;
    border: 1px solid #e3e3e3;
    text-align: center;
    background: white;
}

.img-box.album {
    width: 101%;
}

.img-box img {
    max-width: 350px;
    height: 233px;
}

.img-box .captions {
    padding-top: 7px;
    color: #888;
}

/*
|--------------------------------------------------------------------------
| FEATURES
|--------------------------------------------------------------------------
 */
.info h3 {
    font-weight: 300;
    font-size: 22px;
    margin-top: 26px;
    letter-spacing: -0.5px;
}

.feature h3 {
    padding: 0px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
}

/*--*/
.feature2 h3 {
    padding: 0px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
}

.feature2 p {
    text-align: center;
}

/*--*/
.feature3 #circle {
    width: 50px;
    height: 50px;
    font-size: 21px;
    display: inline-block;
}

.feature3 #circle .content {
    width: 50px;
    height: 50px;
}

.feature3 .info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -8px;
}

.feature3 h3 {
    padding: 0px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: left;
    margin-bottom: 5px;
}

.feature3 p {
    text-align: left;
    display: inline-block;
}

/*--*/
.feature4 {
    margin-top: 16px;
}

.feature4 #circle {
    width: 45px;
    height: 45px;
    font-size: 19px;
    display: inline-block;

    -webkit-transition: font-size 0.25s;
    -moz-transition: font-size 0.25s;
    -o-transition: font-size 0.25s;
    -ms-transition: font-size 0.25s;
    transition: font-size 0.25s;
}

.feature4:hover {
    cursor: pointer;
}

.feature4:hover #circle {
    width: 45px;
    height: 45px;
    font-size: 22px;

    -webkit-transition: font-size 0.25s;
    -moz-transition: font-size 0.25s;
    -o-transition: font-size 0.25s;
    -ms-transition: font-size 0.25s;
    transition: font-size 0.25s;
    display: inline-block;
    background: #6099C7;
    color: white;
}

.feature4 #circle .content {
    width: 45px;
    height: 45px;
}

.feature4 .info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -8px;
    width: 82%;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #888;
    text-decoration: none !important;
    text-align: left;
    margin-bottom: 9px;
    position: relative;
}

.feature4 .info .label {
    font-size: 11px;
    color: #fff;
    padding: 3px 10px;
    font-weight: normal;
    width: 100px;
    position: absolute;
    top: 3px;
    right: 0px;
}

.feature4 p {
    text-align: left;
    display: inline-block;
    margin-top: 24px;
}

.feature4 p a {
    color: #333;
}

.feature4.feature-demo.active {
    border: 1px solid #e3e3e3;
    font-weight: bold;
    border-bottom: 0px;
    margin-bottom: -1px;
    z-index: 2;
    position: relative;
    background: #fff;
}

.feature4.feature-demo .effect-1 {
    display: table;
}

.feature4.feature-demo .effect-1 i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
}

.feature4.feature-demo .info {
    margin-top: 13px;
}

.small-features.inline .feature4 {
    float: left;
    width: 25%;
}

.small-features.inline .feature4 .effect-1,.small-features.inline .feature4 .info {
    float: left;
}

.small-features.inline .feature4 .info {
    width: 81%;
}

.effect-1 {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 100px;
    border-radius: 50%;
    display: block;
    background-color: #6099C7;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto !important;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 29px;
    color: white;
}

.feature4 .effect-1 {
    width: 45px;
    height: 45px;
    font-size: 19px;
    display: inline-block;
}

.feature4.green .effect-1 {
    background: #6099C7;
}

.feature4.blue .effect-1 {
    background: #6099C7;
}

.feature4.orange .effect-1 {
    background: #FFA25B;
}

.feature4.yellow .effect-1 {
    background: #FFC65B;
}

.feature4.white .effect-1 {
    background: #FFFFFF;
    color: #6099C7;
}

.effect-1 .content {
    display: table-cell;
    text-align: center;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.feature4 .effect-1 .content {
    width: 45px;
    height: 45px;
}

.effect-1:hover {
    background-color: #6099C7;

    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
    color: white;
}

.effect-1:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}

.effect-1:after {
    position: absolute;
    top: -4px;
    left: -4px;
    content: '';
    height: 108%;
    width: 108%;
    padding: 10px;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 5px #6099C7;
    box-shadow: 0 0 0 5px #6099C7;

    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);

    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}

.feature4.green .effect-1:after {
    -webkit-box-shadow: 0 0 0 5px #49ccc2;
    box-shadow: 0 0 0 5px #49ccc2;
}

.feature4.blue .effect-1:after {
    -webkit-box-shadow: 0 0 0 5px #6099C7;
    box-shadow: 0 0 0 5px #6099C7;
}

.feature4.orange .effect-1:after {
    -webkit-box-shadow: 0 0 0 5px #FFA25B;
    box-shadow: 0 0 0 5px #FFA25B;
}

.feature4.yellow .effect-1:after {
    -webkit-box-shadow: 0 0 0 5px #FFC65B;
    box-shadow: 0 0 0 5px #FFC65B;
}

.feature4.white .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF;
}

.small-features .feature4.green .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #49ccc2;
    box-shadow: 0 0 0 3px #49ccc2;
}

.small-features .feature4.blue .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #6099C7;
    box-shadow: 0 0 0 3px #6099C7;
}

.small-features .feature4.orange .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #FFA25B;
    box-shadow: 0 0 0 3px #FFA25B;
}

.small-features .feature4.yellow .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #FFC65B;
    box-shadow: 0 0 0 3px #FFC65B;
}

.small-features .feature4.white .effect-1:after {
    -webkit-box-shadow: 0 0 0 3px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF;
}

.feature4 .effect-1:after {
    top: -2px;
    left: -2px;
    content: '';
    height: 109%;
    width: 109%;
}

.square .feature4,.square .effect-1 {
    border-radius: 0px !important;
}

.square .feature4 .effect-1:after {
    border-radius: 0px !important;
}

#features .info {
    font-size: 20px;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| WERKWIJZE
|--------------------------------------------------------------------------
 */
.werkwijze {
    background: transparent url('../img/werkwijze-lijn.png') no-repeat center 0;
    width: 100%;
    overflow: hidden;
    margin-top: -52px;
}

.werkwijze #round {
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    color: white;
    margin: 0 auto;
    cursor: pointer;
}

.werkwijze h4 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 27px;
    color: rgb(110, 114, 114);
    line-height: 1.3;
    letter-spacing: -1px;
}

#round div.hover {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    background: #6099C7;
    background: rgba(96, 153, 199, 0.9);
    display: table;
}

#round span {
    border: none !important;
}

.werkwijze #round:hover div.hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.werkwijze .hover span {
    position: absolute;
    top: 33%;
    left: 36%;
    font-size: 50px;
}

.werkwijze .circle4 .hover span {
    position: absolute;
    top: 38%;
    left: 40%;
    font-size: 50px;
}

/*
|--------------------------------------------------------------------------
| SELLINGPOINTS
|--------------------------------------------------------------------------
 */
#sellingpoints {
    background: #6099C7;
    border-bottom: 1px solid #e3e3e3;
    padding: 23px;
    color: #ffffff;
}
.homepage .wrapper {
    background-color : transparent;
    -webkit-box-shadow: 10px 12px 25px -21px rgba(0,0,0,0.24), -10px 12px 25px -21px rgba(0,0,0,0.24);
    box-shadow: 10px 12px 25px -21px rgba(0,0,0,0.24), -10px 12px 25px -21px rgba(0,0,0,0.24);
}
.homepage #sellingpoints {
    border-bottom: 0;
    background-color: transparent;
    background-image: url('/img/schuin_vlak.png');
    background-size: 100% 100%;
    width:100%;
    height:auto;
    position : relative;
}
.homepage #sellingpoints .container {
    display: none;
}
#sellingpoints * {
    max-height: 999999px;
}

#sellingpoints p {
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 19px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
}

#sellingpoints p a {
    color: #ffffff;
}

#sellingpoints p.big, #sellingpoints h1 {
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 29px;
}

#sellingpoints h1 {
    margin-top: 5px;
}

#sellingpoints hr {
    width: 3%;
    border-top: 1px solid #dedede;
}

#sellingpoints .row.title {
    position: relative;
}

#sellingpoints .row.title .logo {
    max-height: 100px;
}

#sellingpoints .row.title .logo img {
    max-width: 100%;
    max-height: 100%;
}

.more-info-toggle {
    color: #FFF;
    font-size: 15px;
    display: block;
    padding: 7px 0 0px;
}

.more-info-toggle:hover {
    opacity: 0.8;
    color: #FFF;
}

/*
|--------------------------------------------------------------------------
| WHY US
|--------------------------------------------------------------------------
 */
#why_us {
    padding: 35px 0 50px;
    background: white;
}

#why_us {
    border-bottom: 1px solid #e3e3e3;
}

#why_us #circle {
    background: #6099C7;
}

#why_us #circle:after {
    border-top-color: #6099C7;
}

/*
|--------------------------------------------------------------------------
| PAGES
|--------------------------------------------------------------------------
 */
.page-content h1,.page-content h2,.page-content h3,.page-content h4 {
    text-align: left;
    margin-top: 25px;
}

.page-content h2 {
    font-size: 26px;
}

.page-content h3 {
    font-size: 22px;
    font-weight: 300;
}

.page-content p,.page-content ul {
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}

.body-content,.cke_editable {
    line-height: 25px;
    font-size: 13px;
    margin-top: 34px;
}
.body-content * {
    max-height: 999999px;
}

.cke_editable {
    padding: 20px;
}

.body-content h1,.body-content h3,.cke_editable h1,.cke_editable h3 {
    color: #5C6268;
    padding-bottom: 7px;
    border-bottom: 3px solid #ECF0F1;
    margin-bottom: 16px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
}

#odd .body-content h1,#odd .body-content h3 {
    border-bottom: 3px solid rgba(189, 195, 199, 0.5);
}

.body-content h1 span,.body-content h3 span,.cke_editable h1 span,.cke_editable h3 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #6099C7 !important;
}

.text-block {
    background: #6099C7;
    color: white;
}

.body-content h2 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 23px;
    margin-bottom: 7px;
}

.body-content p, .price-body p {
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
    padding-right: 15px;
    max-height: 999999px;
}

/*
|--------------------------------------------------------------------------
| ISOTOPE
|--------------------------------------------------------------------------
 */
.isotope-title {
    font-size: 15px;
    margin-left: 6px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 7px;
    margin-bottom: 5px;
    color: #444;
}

#filterName i {
    margin-left: 5px;
}

/*
|--------------------------------------------------------------------------
| MARKETS
|--------------------------------------------------------------------------
 */
#markets {
    padding: 5px 0 50px;
    background: #ecf0f1;
    border-bottom: 1px solid #e3e3e3;
}

/*
|--------------------------------------------------------------------------
| PRODUCTS
|--------------------------------------------------------------------------
 */

#solutions {
    padding: 5px 0 50px;
background: #ECF0F1;
border-bottom: 1px solid #E3E3E3;
}

#solutions .row.simple.projects {
    padding-left: 0px;
}

#productFeatures {
    margin-bottom: 47px;
    margin-top: 20px;
}

/*
|--------------------------------------------------------------------------
| DEMOS
|--------------------------------------------------------------------------
 */
#invoice thead>tr>th {
    border-bottom: 0px solid #ddd;
}

#invoice thead>tr>th,#invoice tbody>tr>th,#invoice tfoot>tr>th,#invoice thead>tr>td,#invoice tbody>tr>td,#invoice tfoot>tr>td {
    border-top: 0px solid #ddd;
}

/*
|--------------------------------------------------------------------------
| CLIENTS
|--------------------------------------------------------------------------
 */
.client-slider {
    margin-top: 50px;
}

.clienttitle {
    margin-bottom: 15px;
    min-height: 150px;
}

.clienttitle .client-title {
    float: left;
    margin-bottom: 5px;
}

.clienttitle .title-element {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}

.clienttitle .small-features {
    float: left;
    display: inline-block;
    width: auto;
}

.clienttitle .small-features .feature4 {
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
}

.clienttitle .small-features .feature4 .effect-1,.clienttitle .small-features .feature4 .effect-1 .content,.feature4.feature-demo .effect-1,.feature4.feature-demo .effect-1 .content {
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.clienttitle .small-features .feature4 .effect-1:after,.feature4.feature-demo .effect-1:after {
    height: 113%;
    width: 113%;
}

.feature4.feature-demo .effect-1 {
    margin: 5px !important;
}

.clienttitle .external-links {
    position: absolute;
    right: 0px;
    top: 0px;
}

.clienttitle .external-links .website {
    font-size: 19px;
    float: left;
    margin: 3px 10px;
    font-style: italic;
    color: white;
}

.clienttitle .external-links .website:hover {
    text-decoration: underline;
}

.client-social-media {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.client-social-media li {
    font-size: 1.2em;
    margin-right: -9px;
}

.client-social-media li a {
    color: white;
}

.client-social-media li a i.icon-light {
    color: #6099C7;
}

.clienttitle div.quote {
    clear: both;
}

.clienttitle div.quote p {
    font-size: 16px !important;
}

.clienttitle div.quote span {
    font-size: 14px;
    font-style: italic;
}

.achievements {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

.achievements li {
    margin-bottom: 15px;
}

.achievements .icon {
    font-size: 22px;
    display: inline-block;
    width: 32px;
    margin-left: 11px;
}

#ajaxDemoSection {
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#ajaxDemoSection .container {
    width: auto;
}

#ajaxDemoClose {
    position: absolute;
    right: -0px;
    top: -8px;
    color: #34495e;
    font-size: 2em;
    background: #fff;
}

/*
|--------------------------------------------------------------------------
| CLIENTS OVERVIEW
|--------------------------------------------------------------------------
 */

.row#clients {
    margin-bottom: 40px;
}

#clients .client a {
    border: 1px solid #e3e3e3;
}

.client h4 {
    color: rgb(149, 165, 166);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 13px;
    text-align: center;
}

.client img {
    width: 100%;
    background: white;
    padding: 5px;
    border: 1px solid #e3e3e3;
    border-bottom-width: 3px;
}

.client .hover span {
    position: absolute;
    top: 32%;
    color: white;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.client .hover i {
    font-size: 31px;
    color: white;
    display: block;
    margin-top: 9px;
}

.client.transition .no-image {
    height: 185px !important;
}

.client:not(.transition) .no-image {
    height: 194px !important;
    margin-top: 3px;
    width: 257px;
    margin-left: 3px;
}

.client .no-image span {
    position: absolute;
    top: 32%;
    color: white;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.client .no-image i {
    font-size: 60px;
    color: white;
    display: block;
}

.client i {
    font-size: 60px;
    top: 37%;
    position: relative;
}

.client:hover div.hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.client {
    float: left;
    position: relative;
}

.client a,.client a img {
    display: block;
    position: relative;
}

.client a {
    overflow: hidden;
    height: 100%;
}

.client a div.hover {
    position: absolute;
    background: #6099C7;
    background: rgba(96, 153, 199, 0.91);
    width: 94%;
    height: 91%;
    margin: 8px;
}

.client a.screenshot div.hover {
    height: 88%;
}

.col-lg-4 a.screenshot div.hover {
    margin-left: 6px;
    margin-top: 6px;
    width: 96.6%;
    height: 92.6%;
}

.col-lg-6 a.screenshot div.hover {
    margin-left: 6px;
    margin-top: 6px;
    width: 97.8%;
    height: 94.8%;
}

.client.transition a div.hover {
    width: 100%;
    height: 101%;
    margin: 0px;
}

.client:not(.transition) .client-tile:before {
    position: absolute;
    display: block;
    content: '';
    height: 112%;
    width: 109%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    left: -5%;
    top: -6%;
    border-bottom: 3px solid #e3e3e3;
}

.client .client-tile {
    height: 200px;
    width: 270px;
    position: relative;
    display: block !important;

    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding: 10px;
    border: 10px solid white;
}

.client.transition .client-tile {
    padding: 0;
    border: none;
}

/*
|--------------------------------------------------------------------------
| PRICES
|--------------------------------------------------------------------------
 */
#prices {
    padding: 5px 0 50px;
    background: #ecf0f1;
    border-bottom: 1px solid #e3e3e3;
}

#price_white {
    padding: 5px 0 50px;
    background: white;
    height: 150px;
}

#price {
    padding: 5px 0 50px;
    background: #F5F5F6;
}

.price_block {
    position: relative;
    top: -61px;
    left: 35%;
    background: white;
    border: 1px solid #F3F3F3;
    border-bottom: 3px solid #c0c8ca;
    width: 30%;
    padding-bottom: 66px;
}

.price_block .heading {
    background: #6099C7;
    height: 55px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 17px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.price_block .body {
    text-align: center;
}

.price_block #elements {
    margin-top: 20px;
    margin-bottom: 29px;
    text-align: left;
}

.price_block .element {
    padding: 5px;
}

.price_block .block_desc {
    text-align: center !important;
    font-size: 14px;
    color: #999;
}

.price_block #circle {
    position: absolute;
    left: 36%;
    bottom: -44px;
}

.price_block #circle > .content {
    font-size: 20px;
    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| BREADCRUMBS
|--------------------------------------------------------------------------
 */
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding-left: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
 */
footer.map {
    padding: 5px 0 50px;
    width: 100%;
    height: 400px;
    color: #ccc;
    font-size: 12px;
    position: relative;
    z-index: 0;
}

footer.default {
    font-size: 14px;
    background: white;
    position: relative;
}

footer .titleHead p.title {
    margin-bottom: 0px;
    font-size: 40px;
}

footer .footer-link-bar {
    margin-top: 25px;
    font-size: 13px;
    background: #ecf0f1;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0px;
}

footer .footer-link-bar a {
    color: #34495e;
}

footer .footer-link-bar a:hover {
    text-decoration: underline;
}

#inner-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 60px;
    z-index: -1;
    width: 100%;
}

#footer {
    padding: 5px 0 50px;
}

/* MAP */
#map {
    height: 100%;
    width: 100%;
}

#googleMap {
    width: 100%;
    height: 419px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* CONTACT BOX */
#contact {
    position: absolute;
    background-color: #6099C7;
    height: 290px;
    bottom: 55px;
    left: 50%;
    width: 550px;
    padding-right: 18px;
}

#contact ul {
    margin-top: 58px;
    list-style: none;
    color: white;
    font-size: 18px;
    font-family: "Open Sans";
}

#contact > ul > li {
    font-size: 18px;
    color: white;
    text-shadow: none;
    font-family: "Open Sans";
}

#contact img {
    width: 245px;
    margin-top: 58px;
}

#contact a {
    color: white;
}

/* FOOTER SLIDER */
#slider_footer #circle {
    width: 55px;
    height: 55px;
    position: relative;
    top: 19px;
    display: block;
    vertical-align: middle;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: #fafafa;
    left: 0;
}

#slider_footer #circle:after {
    border: none;
}

#slider_footer #circle .content {
    margin-top: -64px;
    display: block;
    text-align: center;
    width: 55px;
    height: 55px;
}

#slider_footer #circle .content i {
    font-size: 26px;
    color: #666;
    position: relative;
}

/*
|--------------------------------------------------------------------------
| TYPEAHEAD
|--------------------------------------------------------------------------
 */
.twitter-typeahead {
    width: 100%;
    position: relative;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.twitter-typeahead .tt-query {
    z-index: 2;
    border-radius: 4px !important;
}

.input-group-addon + .twitter-typeahead > .tt-query {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-appended > .twitter-typeahead > .tt-query {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tt-dataset-search {
    margin-top: -5px;
}

.tt-dropdown-menu {
    border-top: 1px solid #E3E3E3;
    min-width: 300px;
    margin-top: 45px;
    background-color: #fff;

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    min-height: 500px;
    border-bottom: 0;
}

.tt-suggestion {
    display: block;
    border-bottom: 1px solid #E3E3E3;
    display: block;
    outline: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4em;
    color: #555;

    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    -ms-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    margin-left: -2px;
}

.tt-suggestion a {
    color: #555;
}

.tt-suggestion.tt-is-under-cursor {
    color: #555;
    background: #F1F1F1;
}

.tt-suggestion.tt-is-under-cursor a, {
    color: #555;
}

.tt-suggestion p {
    margin: 0;
}

.tt-suggestion span.type {
    font-size: 13px;
    margin-left: 0;
}

/*
|--------------------------------------------------------------------------
| IK WIL MEER WETEN
|--------------------------------------------------------------------------
 */
.gimme-more {
    padding: 38px;
    position: relative;
    margin-left: -7px;
    display: inline-block;
    float: right;
    right: 303px;
    margin-top: -80px;
}

.gimme-more i {
    font-size: 116px;
    position: absolute;
    top: 55px;
    left: 14px;
    color: #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
}

#odd .gimme-more i {
    color: #353535;
}

.more-inner {
    position: absolute;
    top: 28px;
    left: 88px;
}

.btn-bubble {
    position: relative;
    background: #21AFA5;
    font-family: 'Architects Daughter', cursive;
    font-size: 19px;
}

.btn-bubble:after {
    top: 88%;
    left: 11%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(89, 130, 211, 0);
    border-top-color: #21AFA5;
    border-width: 19px;
    margin-left: -10px;

    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    border-left-width: 3px;
}

.btn-bubble:hover {
    background: #268682;
}

.btn-bubble:hover:after {
    border-top-color: #268682;
}

/*
|--------------------------------------------------------------------------
| RESPONSIVE
|--------------------------------------------------------------------------
 */
@media (max-width: 675px) {
    .box {
    width: 255px !important;
}

.divider .img-icon {
    vertical-align: super;
}

}

@media (max-width: 768px) {
    .body-content h1 span, .body-content h3 span, .cke_editable h1 span, .cke_editable h3 span {
        border-bottom: 0px !important;
    }

    .navbar-brand {
        padding-right: 0px;
    }
    .navbar-brand .logo {
        height: 44px;
        margin-top: 5px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .homepage .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .homepage .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-toggle {
        margin-top: 23px;
    }

    #navigation {
        height: auto;
        min-height: 73px;
    }

    .navbar-right>li {
        float: none;
        display: block;
    }

    .navbar-right>li>a {
        height: auto;
        text-align: left;
        padding: 10px;
    }

    .navbar-right>li>a .caret {
        display: none;
    }

    .homepage .navbar-collapse.in, .collapsing {
        background-color: #FFFFFF;
    }
    .homepage .navbar-right>li>a {
        color: #5278BB !important;
    }
    .navbar-collapse.in, .collapsing {
        clear: both;
        border-top: none;
        transition: none;
    }

    .row {
        margin-left: auto;
        margin-right: auto;
    }

    .werkwijze {
        background: none;
    }

    .price-body p {
        padding-left: 15px;
    }

    #sellingpoints .row.title .logo {
        max-height: none;
    }

    .breadcrumb {
        padding-left: 15px;
    }

    .gimme-more {
        margin-top: 0px;
    }

    .clienttitle .external-links {
        position: relative;
        float: left;
    }

    .divider {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 979px) {
    div.hover {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.long div.hover {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

}

@media (max-width: 1212px) {
    .box.wide {
    width: 524px;
}

}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .navbar-right{
        background-color: #ffffff;
    }
}

/*
|--------------------------------------------------------------------------
| IE
|--------------------------------------------------------------------------
 */
.ie-menu {
    width: 190px !important;
    position: absolute;
    margin-top: 73px;

    -ms-overflow-y: auto;
    overflow-y: auto;
    height: 100%;
    z-index: 11;
}

.ie-menu span.img-icon {
    width: 20px;
    line-height: normal;
}

.ie-menu span.img-icon img {
    width: 20px;
}

#ie #content {
    margin-left: 190px;
}

#ie .navbar-row {
    margin-left: 0px !important;
}

.member {
    margin-top: 10px;
    height: 410px;
    display: inline-block;
    position: relative;
}

.member .picture {
    width: 100%;
}

.member .social {
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
    height: 38px;
}

.member .social .icon {
    height: 38px;
}

.member p {
    font-weight: 600;
    font-size: 14px;
}

.project {
    margin-bottom: 20px;
    float: left;
    display: inline;
    height: 190px;
    padding-top: 0 !important;
}

.project .inner {
    position: relative;
    overflow: hidden;
}

.project .inner,.project img {
    display: block;
    height: 100%;
    width: 100%;
}

.row.simple.projects {
    padding-left: 35px;
}

.projects .project .inner .background:before,.projects .project.foodsters a:before,.projects .project.bhm a:before,.projects .project.chatterbox a:before,.projects .project.asr a:before,.projects .project.bridge a:before,.projects .project.conductive_thread a:before,.projects .project.bjjstack a:before,.projects .project.icbc a:before,.projects .project.ribeiro a:before,.projects .project.sockeye a:before,.gif .play:before,.casestudy .timeline .spine:before,.casestudy .timeline .event .description span:before,.casestudy .timeline .event .dot:before,.casestudy .tags li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.projects .project .inner .info,.projects .project .inner .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projects .project .inner .background {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;

    -webkit-transform: translate(834px);
    -moz-transform: translate(834px);
    -o-transform: translate(834px);
    -ms-transform: translate(834px);
    transform: translate(834px);
    background-color: rgba(96, 153, 199, 0.8);
    z-index: 9999;
}

.projects .project .inner .info,.projects .project .inner .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projects .project .inner .background {
    left: 24px;
}

.projects .project .inner:hover .background {
    left: 0;
}

.projects .project .inner .background:before {
    left: -214px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 215px 215px 0;
    border-color: transparent rgba(96, 153, 199, 0.8) transparent transparent;
}

.projects.team .project .inner .background:before {
    left: -308px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 308px 308px 0;
    border-color: transparent rgba(96, 153, 199, 0.8) transparent transparent;
}

.projects .project.wide .inner .background:before {
    left: -42px;
}

.projects .project.green .inner .background {
    background-color: #00a099;
}

.projects .project.green .inner .background:before {
    border-color: transparent #00a099 transparent transparent;
}

.projects .project.blue .inner .background {
    background-color: #3974A3;
}

.projects .project.blue .inner .background:before {
    border-color: transparent #3974A3 transparent transparent;
}

.projects .project.yellow .inner .background {
    background-color: #FFAE15;
}

.projects .project.yellow .inner .background:before {
    border-color: transparent #FFAE15 transparent transparent;
}

.projects .project.orange .inner .background {
    background-color: #FF8A32;
}

.projects .project.orange .inner .background:before {
    border-color: transparent #FF8A32 transparent transparent;
}
.projects .project.red .inner .background {
    background-color: #DB3A3A;
}
.projects .project.red .inner .background:before {
    border-color: transparent #DB3A3A transparent transparent;
}
.projects .project.purple .inner .background {
    background-color: #8E57B9;
}
.projects .project.purple .inner .background:before {
    border-color: transparent #8E57B9 transparent transparent;
}
.projects .project.black .inner .background {
    background-color: #383838;
}
.projects .project.black .inner .background:before {
    border-color: transparent #383838 transparent transparent;
}


.projects .project.white .inner .background {
    background-color: #DBD9D9;
}

.projects .project.white .inner .background:before {
    border-color: transparent #DBD9D9 transparent transparent;
}

.projects .project .inner .description {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: relative;
    padding: 5px 20px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 10000;
    height: 100%;
    width: 100%;
}

.projects .project .inner .description h4 {
    margin-bottom: -5px;
}

.projects .project .inner:hover .description {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.projects .project .inner:hover .background {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;

    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.project .primary-info {
    padding-top: 42px;
}

.project .primary-info i {
    color: white;
}

.project.white .primary-info i {
    color: #999;
}

.projects .project.white a description {
    color: #777;
}

.projects .project .inner .link {
    text-transform: uppercase;
    display: inline-block;
    margin: 20px auto 0;
    padding: 5px 10px;
    border: 2px solid #fff;

    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;

    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
    font-size: 10px;
    margin-top: 20px;
    color: white;
}

.projects .project .inner .link.circle {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    font-size: 18px;
    margin-right: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.projects .project .inner .link.circle:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.projects.clients .project .inner .link {
    font-size: 11px;
}


.projects.team .description {
    padding: 58px 0 !important;
}

.projects.team h4 {
    font-size: 28px;
}

.projects.team h5 {
    font-size: 15px;
    margin-top: 10px;
}

hr.short {
    border-top: 2px solid white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    width: 8%;
    text-align: center;
    margin: 14px auto 11px;
}

.tags {
    padding-left: 0;
}

.tags li {
    list-style: none;
}

.tags li.market {
    display: inline-block;
}

.tags li a {
    background: #6099C7;
    display: inline-block;
    color: white;
    padding: 2px 7px;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags li a:hover {
    background: #3577AD;
}

.tags li a:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    margin-right: 4px;
    margin-left: 2px;
}

.social {
    margin: 0;
    padding: 0;
}

.social > li {
    display: inline-block;
    padding: 9px;
}

.social > li:first {
    padding-left: 0;
}

.blogpost {
    margin-top: 27px;
}

.blogpost > .inner {
    background: white;
    padding: 10px 20px;
}
.blogpost > .inner * {
    max-height: 999999px;
}

.blogpost h2 {
    font-size: 24px;
    font-weight: 500;
    color: #444;
}

.blogpost .meta {
    color: #999;
}

.post img {
    max-width: 100%;
    width: 100%;
}

.post {
    background: white;
    display: inline-block;
    position: relative;
    width: 100%;
}

.post .hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: #6099C7;
    background: rgba(96, 153, 199, 0.8);
    width: 100%;
    height: 100%;
}

.post:hover .hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.post .hover .inner {
    padding: 24% 45%;
}

.post .hover .inner .circle {
    color: white;
    padding: 16px 18px;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 19px;
}

.blog .titleHead > p,.titleHead > p a {
    font-size: 15px;
    margin-top: -6px;
}


#contact_button {
    position: fixed;
    right: -37px;
    top: 30%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    writing-mode: lr-tb;
    z-index: 100;
}

#contact_button a {
    font-size: 18px;
    border-radius: 0;
    margin-right: -25px;
    font-weight: bold;
}

#productDemos {
    margin-bottom: 40px;
}

.products-row { border-bottom: 1px solid #BDC3C7; margin-bottom: 20px; }
.products-row .products-cell { min-height: 100px; margin-bottom: 10px; }
.products-row .products-cell div.icon { text-align: center}
.products-row .products-cell:first-child { border-right: 1px solid #BDC3C7; }
.products-row .products-cell a.main { color: #333;}
.products-row .products-cell a.main:hover span.btn { background-color: #5cb85c; border-color: #4cae4c; }
.products-row .products-cell div.action span.btn { margin-top: 30px; }

@media (max-width: 1200px) {
    .products-row { border-bottom: none !important; margin-bottom: 20px; }
    .products-row .products-cell { border-right: none !important; border-bottom: 1px solid #BDC3C7;}

}

@media (max-width: 960px) {
    .member { height: 320px; }
}

@media (max-width: 768px) {
    .member { height: auto; width: 100%; }
}

.roll-link {
    display: inline-block;
    overflow: hidden;

    vertical-align: top;

    -webkit-perspective: 600px;
       -moz-perspective: 600px;
       -ms-perspective: 600px;
       perspective: 600px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
       -ms-perspective-origin: 50% 50%;
       perspective-origin: 50% 50%;

}

.roll-link:hover {text-decoration:none;}

.roll-link span {
    display: block;
    position: relative;
    padding: 0 2px;

    border-bottom: 1px solid #fff;

    color: #fff;
    background: #6099C7;

    -webkit-transition: all 400ms ease;
       -moz-transition: all 400ms ease;
       -ms-transition: all 400ms ease;
       transition: all 400ms ease;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       transform-style: preserve-3d;
}
.roll-link:hover span {
        background: #6099C7;


        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
           transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll-link span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;

    color: #fff;
    background: #6099C7;

    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
       -ms-transform-origin: 50% 0%;
       transform-origin: 50% 0%;

    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
       transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.homepage .navbar-sub {
    display: none;
}
.navbar-sub {
    background-color: #6099C7 !important;
    border-bottom: none !important;
}

.navbar-sub .navbar-nav>li {
    float: left;

}

.navbar-sub .navbar-nav>li>a  {
    color: #fff;
}

.navbar-sub .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-sub .social > li > a {
    color: #fff;
}

#navigation .navbar-nav>li:hover a, #navigation .dropdown-menu>li:hover a {
    color: #213559 !important;
}

#subnavigation .navbar-nav>li>a:hover, #subnavigation .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.navbar-default .dropdown-menu {
    top: 92%;
}

.submenu-medium-icon {
    height: 14px;
    width: 1em;
    position: relative;
    top: 2px;
}

.videocontainer-mobile {
    position:relative;
    padding-top:30px;
    padding-bottom: 10px;
    background-image: url('/img/banner_bg-dark.jpg');
    background-size: cover;
    background-position : center 15%;
    display: none;
    align-items: center;
    height: 500px;
}

.homepage .navbar-fixed-top {
    position: absolute;
}

.headertext {
    padding: 50px 400px 15px 10px;
    color: #ffffff;
}
@media (max-width: 960px) {
    .headertext {
        padding-left: 20px;
        padding-top: 0;
    }
    .header-sp1 {
        font-size: 26px;
        line-height : 32px;
        font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
        font-weight: 300;
    }
    .header-sp2 {
        font-size: 18px;
        line-height: 30px;
        font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
        font-weight: 300;
    }
    .homepage .maatwebsite-logo{
        margin-left: 10px;
    }
}
@media (max-width: 768px) {
    .headertext {
        padding-right: 200px;
    }
}
@media (max-width: 600px) {
    .headertext {
        padding-right: 150px;
    }
}
@media (max-width: 480px) {
    .headertext {
        padding-right: 20px;
    }
}

.maatwebsite-logo {
    color: #3d3d3c;
}

#contact_button {
    display: none;
}

.homepage .maatwebsite-logo{
    color: #ffffff;
    padding-top: 4px;
}

.addressbox-mobile {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.addressbox-mobile a, .addressbox-mobile a:hover, .addressbox-mobile a:focus, .addressbox-mobile a:active {
    color: #ffffff;
}

.addressbox-mobile ul {
    list-style-type: none;
    padding-left: 0;
}

.bg-blue {
    background-color: #6099C7;
}

@media (max-width: 768px) {
    .homepage .products-cell {
        text-align: center;
    }
}
