@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Monofett);
@font-face {
    font-family: Segoe;
    src: url(../../fonts/segoe/segoeui.ttf);
 }
 *, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Segoe;
    font-weight: 300;
   }
h1, h2, h1 p, h2 p {
   color: #F2B53F;
   font-weight: bold;
   text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
h1 {
   font-size: 42px;
}
h2, h2 p {
   font-size: 36px;
}
.breadcrumb {
   border-left-color: #3E84C2;
}

.btn-link {
   color: #3E84C2;
}

.btn-link:hover,
.btn-link:focus {
   color: #418d49;
}
.navbar-fixed-top {
   border-bottom: 1px solid #FFF;
}
#countryCMS {
   position: fixed;
   top: 10px;
   right: 20px;
   width: 36px;
   height: 27px;
   z-index: 9999999;
   background: #C5C2BD;
   text-align: center;
   overflow: hidden;
   border-right: 2px solid #ACA9A4;
   border-bottom: 2px solid #ACA9A4;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#countryCMS:hover {
   height: auto;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding-bottom: 5px;
}
#countryCMS:hover a {
   visibility: visible;
}
#countryCMS a {
   visibility: hidden;
}
#countryCMS img {
   margin: 6px auto 0px auto;
   width: 26px;
   height: auto;
}
#countryCMS a:first-child {
   visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
   border-bottom-color: #3E84C2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
   border-bottom-color: #3E84C2;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
   color: #3E84C2;
}



.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
   background-color: #3E84C2;
   border-color: #3E84C2;
   color: #ffffff;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus {
   border-left-color: #418d49;
   background-color: #3E84C2;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
   background-color: #3E84C2;
}

.nav .caret {
   border-top-color: #3E84C2;
   border-bottom-color: #3E84C2;
}

.nav a:hover .caret {
   border-top-color: #418d49;
   border-bottom-color: #418d49;
}

a {
   color: #3E84C2;
}

a:hover,
a:focus {
   color: #418d49;
}

.nav a:hover{
   color: #ffffff;
}

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

.tt-suggestion.tt-is-under-cursor {
   color: #3E84C2;
}

.typeahead:focus {
   border-color: #3E84C2;
}

.form-control:focus {
   border-color: #3E84C2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
   color: #3E84C2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
   color: #3E84C2;
}

.pager li > a:hover,
.pager li > a:focus {
   background-color: #3E84C2;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
   background-color: #3E84C2;
}

.pagination > .active > a,
.pagination > .active > span {
   background-color: #3E84C2;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
   color: #3E84C2;
}

blockquote {
   border-left-color: #3E84C2;
}

blockquote.pull-right {
   border-right-color: #3E84C2;
}

.text-primary {
   color: #3E84C2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
   background-color: #3E84C2;
}

a.list-group-item.active {
   background-color: #3E84C2;
   border-color: #3E84C2;
}

a.list-group-item.active .list-group-item-text {
   color: #eff7f0;
}

.btn{
   border-radius: 3px;
}
.loginPage .loginPageContent {
   position: relative;
   padding: 30px;
}
.loginPage h3 {
   font-weight: 600;
   line-height: 1.1;
   margin: 0 auto 20px auto;
}
.loginPage label {
   float: left;
   width: 100%;
}
.loginPage label p {
   line-height: 1.5;
   font-size: 16px;
}
.loginPage .loginField {
   display: block;
   font-family: Segoe;
   width: 100%;
   padding: 10px 8px;
   font-size: 18px;
   line-height: 1.42857143;
   color: #555;
   background-image: none;
   border: 1px solid #ccc;
   border-radius: 4px;
   line-height: 1.25;
   color: #555;
   background-color: #fff;
}
.loginPage .loginField:hover, .loginPage .loginField:focus {
   border: 1px solid #156A4D; 
}
.loginPage .loginButton {
   color: #fff;
   background-color: #156A4D;
   border-color: #156A4D;
   display: inline-block;
   font-weight: normal;
   line-height: 1.25;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid transparent;
   padding: 10px 18px;
   font-size: 16px;
   border-radius: 4px;
}
.loginPage .loginButton:hover {
   background: #000;
}
.loginPage a.forgotPassword {
   color: #80888e;
   font-size: 16px;
}
.loginPage a.forgotPassword:hover {
   color: #000;
   text-decoration: none;
}
.btn-primary {
   color: #ffffff;
   background-color: #3E84C2;
   border-color: transparent;
}

.btn:hover
{
   box-shadow: inset 0px 15px 10px 5px rgba(0,0,0,0.1);
}
.btn:focus,
.btn:active,
.btn.active
{
   box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.1);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
   background-color: #3E84C2;
}

.panel-primary .panel-heading {
   background-color: #3E84C2;
   border-color: #3E84C2;
}

.jumbotron{
   margin-top: 2px;
   background: #5DB2B9;
   color: #FFF;
}

.jumbotron p{
   padding: 20px 0;
   font-size: 18px;
   font-weight: normal;
}

.jumbotron .media{
   margin: 30px 0 20px 0;
}
.jumbotron .media .pull-right {
   position: relative;
}
.jumbotron .media-body h1{
   margin-top: 40px;
   font-weight: bold;
   color: #F2B53F;
   font-size: 42px;
}

.jumbotron .media-object {
   transform: perspective( 600px ) rotateY( -50deg );
   height: 300px;
   margin: 50px 0px 50px 0px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
.jumbotron .media-object.screen1 {
   position: absolute;
   top: 0;
   right: 100px;
}
.jumbotron .freeAccount {
   border-radius: 10px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border: 1px solid #FFF;
   color: #FFF;
   background: #156A4D;
   font-weight: unset; 
   display: inline-block;
}
.jumbotron .logInButton {
   border-radius: 10px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border: 1px solid #FFF;
   color: #FFF;
   background: #F2B53F;
   font-weight: unset; 
   display: inline-block;
}
.jumbotron .media-bottom {
   margin-top: 30px;
}
.jumbotron .uspIcons {
   width: 100%;
   margin: 10px 0px;
   float: left;
}
.jumbotron .uspIcons img {
   float: left;
   height: 46px;
   width: auto;
}
.jumbotron .uspIcons h2 {
   font-size: 18px;
   font-weight: bold;
   color: #F2B53F;
   margin: 10px 0px 0px 10px;
   float: left;
}
#waarom {
   padding-top: 30px;
}
section.slider{
   color: #ffffff;
   background: #5DB2B9;
   margin: 20px 0px 0px 0px;
   padding: 40px 0 10px 0;
}

section.slider h2{
   margin-bottom: 20px;
}

section.slider .col-md-8{
   padding-left: 30px;
}

.big-list {
   font-size: 25px;
   font-weight: 300;
   margin-top: 40px;
   line-height: 2;
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}


.inner-page{
   margin-bottom: 30px;
   padding-bottom: 30px;
}

img{
   max-width: 100%;
}

a.list-group-item.active {
   background-color: #389968;
   border-color: #389968;
}
a.list-group-item .list-group-item-heading{
   margin-bottom: 10px;
   font-weight: 400;
}
.about {
   padding: 40px 0px;
   margin: 0px;
}
.logoContainer {
   float: left;
   position: relative;
   text-align: center;
   padding: 10px;
   margin: 15px;
   height: 150px;
   width: 25%;
   width: calc(25% - 30px);
   width: -webkit-calc(25% - 30px);
   width: -moz-calc(25% - 30px);
   border: 1px solid #000000;
}
.logoContainer img {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   height: auto;
   max-height: 100%;
   width: auto;
   max-width: 100%;
}
.logosButton {
   float: left;
   width: 100%;
   text-align: center;
}
.logosButton button {
   border-radius: 10px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border: 1px solid #FFF;
   color: #FFF;
   background: #F2B53F;
   font-weight: unset;
   display: inline-block;
}
#hideLogos {
   display: none;
}

.features {
   padding-top: 30px;
}
.features p {
   text-align: left;
   height: 100px;
   margin: 10px 20px;
   color: #333;
}
.features p:empty {
   display: none;
}

.features .col-lg-4:first-child .icon-stack-base{
   color:#51A9D6;
}
.features .col-lg-4:nth-child(2) .icon-stack-base{
   color:#5CB85C;
}
.features .col-lg-4:last-child .icon-stack-base{
   color:#B8173D;
}
.features .col-lg-4.text-center {
   border-right: 1px solid #5DB2B9;
}
.features .col-lg-4.text-center.last {
   border-right: 0px;
}
.features .col-lg-4.text-center h2 {
   font-size: 18px;
   font-weight: bold;
   color: #F2B53F;
}
.features .col-lg-4.text-center ul {
   float: left;
   padding-left: 20px;
   width: 100%;
}
.features .col-lg-4.text-center ul li {
   list-style: none;
   margin: 5px 0px;
   float: left;
   width: 100%;
   text-align: left;
   color: #333;
}
.features .col-lg-4.text-center ul li:before {
   content: '';
   display: inline-block;
   float: left;
   height: 20px;
   width: 20px;
   margin-right: 5px;
   background-image: url('../../images/icons/96/sign-check.png');
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
}
.features .col-lg-4.text-center .logInButton {
   border-radius: 10px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border: 1px solid #FFF;
   color: #FFF;
   background: #156A4D;
   font-weight: unset; 
   display: inline-block;
}
.label{
   font-weight: 300;
}

div.feature-box {
   clear: both;
}

div.feature-box div.feature-box-icon {
   -moz-border-radius: 35px;
   -webkit-border-radius: 35px;
   background: #ffffff;
   border-radius: 35px;
   color: #54ADB7;
   display: inline-block;
   float: left;
   height: 35px;
   line-height: 35px;
   margin-right: 10px;
   position: relative;
   text-align: center;
   top: 5px;
   width: 35px;
}

div.feature-box h4.shorter {
   color: #F2B53F;
   text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
   font-size: 18px;
   font-weight: bold;
}

div.feature-box div.feature-box-info {
   padding-left: 50px;
}

div.feature-box div.feature-box-icon i.image-icon {
   position: relative;
   top: 5px;
}

div.feature-box div.feature-box-icon i.image-icon.small {
   top: 2px;
}

img{
   max-width: 100%;
}

section.contact{
   background: #FFF;
   min-height: 400px;
   background-size:auto 100%;
   padding-top: 30px;
}

section.contact ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

section.contact li{
   line-height: 2;
}

.title span{
   font-weight: 900;
}
.navbar-brand {
   padding: 8px 15px 0px 15px;
   margin-right: 25px;
}
.carousel-indicators .active {
   background: #31708f;
}
.content {
   margin-top: 20px;
}
.adjust1 {
   float: left;
   width: 100%;
   margin-bottom: 0;
}
.adjust2 {
   margin: 0;
}
.carousel-indicators li {
   border: 1px solid #ccc;
}
.carousel-control {
   color: #31708f;
   width: 5%;
}
.carousel-control:hover,
.carousel-control:focus {
   color: #31708f;
}
.carousel-control.left,
.carousel-control.right {
   background-image: none;
}
.media-object {
   margin: auto;
   margin-top: 15%;
}
.carousel {
   padding-bottom: 20px;
}
.carousel-indicators {
   bottom: -20px !important;
}
.counter {
   background: #5CB85C;
   text-align: center;
   font-size: 26px;
   padding: 40px 30px;
   color: #FFF;
   line-height: 70px;
   vertical-align: middle;
}
.counter span {
   font-weight: bold;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
}
.pricing {
   background: #5DB2B9;
   color: #FFF;
   text-align: center;
   padding: 30px;
}
.team {
   background: #5DB2B9;
   color: #FFF;
   text-align: center;
   padding: 30px;
}
.team a {
   color: #FFF;
}
.testimonial-image {
   display: inline-block;
   height: 150px;
   position: relative;
   width: 150px;
   margin: 10px 20px;
}
.testimonial-image h5 {
   font-weight: bold;
}
.testimonial-image img {
   border: medium none;
   padding: 0;
}
.testimonial-image img {
   border: 1px solid #BBB;
   border-radius: 150px 150px 150px 150px;
   height: 150px !important;
   padding: 4px;
   width: 150px !important;
   background: #FFF;
}
.modal.full-width .modal-dialog { width: 90%; }

/* Methods */
.method {
   background: #FFF;
   color: #333;
}
.method .header, .method .cell {
 padding: 6px 6px 6px 10px; }
.method .list-header .header {
 font-weight: normal;
 text-transform: uppercase;
 font-size: 0.8em;
 color: #999;
 background-color: #eee; }
.method [class^="row"],
.method [class*=" row"] {
 border-bottom: 1px solid #ddd; }
 .method [class^="row"]:hover,
 .method [class*=" row"]:hover {
   background-color: #f7f7f7; }
.method .cell {
 font-size: 0.85em; }
 .method .cell .mobile-isrequired {
   display: none;
   font-weight: normal;
   text-transform: uppercase;
   color: #aaa;
   font-size: 0.8em; }
 .method .cell .propertyname {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis; }
 .method .cell .type {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis; }
 .method .cell code {
   color: #428bca; }
 .method .cell a, .method .cell a:hover {
   text-decoration: none; }
 .method .cell code.custom {
   color: #8a6d3b;
   text-decoration: none; }
 .method .cell .text-muted {
   color: #ddd; }
@media (max-width: 991px) {

   .jumbotron .media-object.screen1 {
       position: relative;
       top:unset;
       right:unset;
       transform: unset;
   }
   .screen2 {
       display:none;
   }
       
 .method [class^="row"],
 .method [class*=" row"] {
   padding-top: 10px;
   padding-bottom: 10px; }
 .method .cell {
   padding: 0 10px; }
   .method .cell .propertyname {
     font-weight: bold;
     font-size: 1.2em; }
     .method .cell .propertyname .lookuplink {
       font-weight: normal;
       font-size: 1.5em;
       position: absolute;
       top: 0;
       right: 10px; }
   .method .cell .type {
     padding-left: 10px;
     font-size: 1.1em; }
   .method .cell .isrequired {
     padding-left: 10px;
      }
   .method .cell .description {
     padding-left: 10px; }
   .method .cell .mobile-isrequired {
     display: inline; } }


.navbar-header { position: relative; }
.webthumb {
   display: inline-block;
   width: 15%;
   margin: 5px;
   padding: 2px;
   background: #FFF;
   border: 1px solid #CCC;
}
.webthumb img {
   width: 100%;
   height: auto;
   border: 1px solid #CCC;
}
.christmas {
   position: absolute;
   top: 4px;
   left: -13px;
   height: 36px;
}
/* Row Utilities */
[class^='row'].margin-0,
[class*=' row'].margin-0,
[class^='form-group'].margin-0,
[class*=' form-group'].margin-0 {
 margin-left: -0px;
 margin-right: -0px; }
 [class^='row'].margin-0 > [class^='col-'],
 [class^='row'].margin-0 > [class*=' col-'],
 [class*=' row'].margin-0 > [class^='col-'],
 [class*=' row'].margin-0 > [class*=' col-'],
 [class^='form-group'].margin-0 > [class^='col-'],
 [class^='form-group'].margin-0 > [class*=' col-'],
 [class*=' form-group'].margin-0 > [class^='col-'],
 [class*=' form-group'].margin-0 > [class*=' col-'] {
   padding-right: 0px;
   padding-left: 0px; }
 [class^='row'].margin-0 [class^='row'],
 [class^='row'].margin-0 [class*=' row'],
 [class^='row'].margin-0 [class^='form-group'],
 [class^='row'].margin-0 [class*=' form-group'],
 [class*=' row'].margin-0 [class^='row'],
 [class*=' row'].margin-0 [class*=' row'],
 [class*=' row'].margin-0 [class^='form-group'],
 [class*=' row'].margin-0 [class*=' form-group'],
 [class^='form-group'].margin-0 [class^='row'],
 [class^='form-group'].margin-0 [class*=' row'],
 [class^='form-group'].margin-0 [class^='form-group'],
 [class^='form-group'].margin-0 [class*=' form-group'],
 [class*=' form-group'].margin-0 [class^='row'],
 [class*=' form-group'].margin-0 [class*=' row'],
 [class*=' form-group'].margin-0 [class^='form-group'],
 [class*=' form-group'].margin-0 [class*=' form-group'] {
   margin-left: 0;
   margin-right: 0; }
   

@media screen and (max-width: 768px) {
   .media-object {
       margin-top: 0;
   }
}
@media (max-width: 625px) {
   .jumbotron .media-body h1{
       margin: 20px 0px 0px 0px;
       font-size: 24px;
   }
   .jumbotron .media-body p {
       margin: 0px;
   }
   .jumbotron .media-body {
       font-size: 16px;
       text-align: center;
   }
   .jumbotron .media-body .btn { margin-bottom: 5px; }
   
   .counter {
       background: #5CB85C;
       text-align: center;
       font-size: 20px;
       padding: 30px 0px;
       color: #FFF;
       line-height: 30px;
       vertical-align: middle;
   }
   .counter span {
       font-weight: bold;
       font-size: 30px;
       line-height: 30px;
       vertical-align: middle;
   }
   .christmas {
       position: absolute;
       top: 5px;
       left: 3px;
       height: 36px;
   }

   .features {
       padding-top: 30px;
   }
}