@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);   


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #e74c3c;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #e76c3c;
}
.row {
  padding: 20px 0px;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-border {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-border:hover {
  background: #fff;
  color: #444;
}
.btn-default {
  background: #3498db;
  color: #fff;
}
.btn-default:hover {
  background: #2980b9;
  color: #fff;
}
.title-big {
  text-align: center;
  font-size: 60px;
}
.subtitle-big {
  text-align: center;
  font-weight: 80;
  padding-bottom: 20px;
  position: relative;
  color: #bdc3c7;
}
.title-small {
  font-size: 45px;
}
.subtitle-small {
  font-weight: 100;
  padding-bottom: 30px;
  position: relative;
  color: #bdc3c7;
  font-size: 20px;
}
.logo-menu .container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar {
  margin-bottom: 0;
}
.navbar li {
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  /* AANPASSING ACHTERGROND NAVBAR - OORSPRONKELIJKE KLEUR: 3498DB */
  background: #ffffff; 
/* background-image: url("../img/backgrounds/animatie.gif"); */
}
.navbar-default .navbar-nav > li {
  margin: 7px 7px;
  

  background: rgba(91, 192, 222, 1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  
  border-radius: 5px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background: none;
  padding: 8px 15px;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover {
  color: #fff;
  padding: 8px 15px;

  
  border-radius: 5px;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  color: #000;

  background: rgba(219, 119, 52, 1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  
  border-radius: 5px;
}
.navbar-default .navbar-brand {
  font-size: 25px;
  color: #3498db;
  font-weight: 100;
  padding: 8px 15px;
}
.navbar-default .navbar-brand:hover {
  color: #3498db;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #3498db;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  /* background: #3498db; */
}
#hero-area {
  background: url(../img/backgrounds/hero-bg.jpg) fixed;
  background-size: cover;
  color: #fff;
}
#hero-area .btn {
  margin-right: 20px;
}
#hero-area img {
  max-width: 100%;
}
#hero-area p {
  padding: 50px 0;
}
#hero-area .row {
  padding: 100px 0;
}
.hero-inner {
  position: relative;
  color: #fff;
}
.hero-inner:before {
  background-color: rgba(52, 152, 219, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.sign-up-form textarea,
.sign-in-form textarea,
.sign-up-form input,
.sign-in-form input,
.sign-up-form input[type="password"],
.sign-in-form input[type="password"],
.sign-up-form input[type="text"],
.sign-in-form input[type="text"],
.sign-up-form input[type="tel"],
.sign-in-form input[type="tel"],
.sign-up-form input,
.sign-in-form input,
.sign-up-form input[type="email"],
.sign-in-form input[type="email"] {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
/*   height: 45px; */
/*   margin-bottom: 30px; */
}
textarea {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  height: 45px;
  margin-bottom: 30px;
}
#sign-in-area,
#sign-up-area {
background: url(../img/backgrounds/hero-bg.jpg) fixed;
}
#sign-in-area .title-big,
#sign-up-area .title-big {
  color: #fff;
}






/*   BEGIN TEST  */
#key-sign-in-area i {
  color: #333;
  margin-bottom: 15px;
}
#key-sign-in-area h3 {
  margin-top: 0;
  font-size: 28px;
  color: #3498DB;
}
#main-sign-in-area #sign-in-area-list-item-1,
#main-sign-in-area #sign-in-area-list-item-3 {
  background: #ecf0f1;
}
#main-sign-in-area .title-small {
  color: #3498DB;
}
#main-sign-in-area .subtitle-small {
  line-height: 30px;
}
#main-sign-in-area .btn-default {
  margin-top: 20px;
}
#sign-in-area {
  /* background: url(../img/backgrounds/hero-bg.jpg) fixed; */
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#sign-in-area .title-small {
  text-align: center;
  color: #ffffff;
}
#sign-in-area .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}
#sign-in-area .btn-lg i {
  padding-right: 5px;
}
#sign-in-area .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#sign-in-area .content-left,
#sign-in-area .content-right {
  position: relative;
  top: 0px;
}
#sign-in-area .content-left span {
  float: right;
  margin-left: 25px;
}
#sign-in-area .content-right span {
  float: left;
  margin-right: 25px;
}
#sign-in-area .box-item {
  padding-bottom: 40px;
}
#sign-in-area .box-item .icon {
  background: #3498db;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#sign-in-area .box-item .icon i {
  color: #333333;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#sign-in-area .box-item .text h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 6px;
  text-transform: uppercase;
}
#sign-in-area .box-item .text p {
  color: #BABABA;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
#sign-in-area .box-item:hover .icon {
  background: #2980b9;
}
#sign-in-area .box-item:hover .icon i {
  color: #ffffff;
}
#sign-in-area  .show-box {
  padding: 22px 64px;
}
#sign-in-area .sms {
  background-color: rgba(52, 152, 219, 0.4);
  border-radius: 20px;
}
#sign-in-area .verstuurknop {
  background-color: rgba(52, 152, 219, 1.0);
  margin-bottom: 20px;
  margin-left: 10%;
  width: 80%;
  margin-right: 10%;
}
/*   EINDE TEST  */








#key-features i {
  color: #333;
  margin-bottom: 15px;
}
#key-features h3 {
  margin-top: 0;
  font-size: 28px;
  color: #3498DB;
}
#main-features #feature-list-item-1,
#main-features #feature-list-item-3 {
  background: #ecf0f1;
}
#main-features .title-small {
  color: #3498DB;
}
#main-features .subtitle-small {
  line-height: 30px;
}
#main-features .btn-default {
  margin-top: 20px;
}
#features {
  background: url(../img/backgrounds/hero-bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#features .title-small {
  text-align: center;
  color: #ffffff;
}
#features .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase;
}
#features .btn-lg i {
  padding-right: 5px;
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#features .content-left,
#features .content-right {
  position: relative;
  top: 60px;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding-bottom: 40px;
}
#features .box-item .icon {
  background: #3498db;
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#features .box-item .icon i {
  color: #333333;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
#features .box-item .text p {
  color: #BABABA;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
#features .box-item:hover .icon {
  background: #2980b9;
}
#features .box-item:hover .icon i {
  color: #ffffff;
}
#features .show-box {
  padding: 22px 64px;
}
#bottom {
  background: #333;
  color: #fff;
}
#bottom a {
  color: #fff;
}
#bottom ul {
  list-style: none;
  padding: 0;
}
#bottom .social i {
  border: 2px solid #3498db;
  background: #3498db;
  color: #333;
  padding: 10px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 100%;
}
#bottom .social i:hover {
  border: 2px solid transparent;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#bottom .social .social-links a:hover {
  color: #fff;
}
#bottom .fa-facebook:before {
  margin-left: 5px;
}
#bottom .social .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}
#bottom .social .fa-twitter:hover {
  background: #00CAFB;
  color: #fff;
}
#bottom .social .fa-google-plus:hover {
  background: #D23A1D;
  color: #fff;
}
#bottom .social .fa-linkedin:hover {
  background: #007bb6;
  color: #fff;
}

/* Door in de class van de modal bijvoorbeeld "modal-danger" toe te voegen wordt de header rood */
.modal-primary .modal-header,
.modal-info .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.modal-primary .modal-header {
  background: #428bca;
}
.modal-info .modal-header {
  background: #5bc0de;
}
.modal-success .modal-header {
  background: #5cb85c;
}
.modal-warning .modal-header {
  background: #f0ad4e;
}
.modal-danger .modal-header {
  background: #d9534f;
}
/* Opmaak van de footer */
.modal-primary .modal-footer,
.modal-info .modal-footer,
.modal-success .modal-footer,
.modal-warning .modal-footer,
.modal-danger .modal-footer {
}
.modal-primary .modal-footer {
  background: #e5e2e2;
}
.modal-info .modal-footer {
  background: #e5e2e2;
}
.modal-success .modal-footer {
  background: #e5e2e2;
}
.modal-warning .modal-footer {
  background: #e5e2e2;
}
.modal-danger .modal-footer {
  background: #e5e2e2;
}


/* Changing colors */
.changecolors {
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 20s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 20s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes example { /* Chrome, Safari, Opera */
    0%   {color: #ffffff;}
    25%  {color: #5bc0de;}
    50%  {color: #ffffff;}
    75%  {color: #5bc0de;;}
    100% {color: #ffffff;}
}
@keyframes example { /* Standard syntax */
    0%   {color: #ffffff;}
    25%  {color: #5bc0de;}
    50%  {color: #ffffff;}
    75%  {color: #5bc0de;}
    100% {color: #ffffff;}
}








/* BEGIN css tbv de Carousel */
img { max-width:100%; }

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:0px
}

ul.thumbnails { 
    margin-bottom: 0px;
}

/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
	height: 100px;
	margin-bottom: 30px;
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
/* EINDE css tbv de Carousel */




/* BEGIN LOGIN MODAL */
.form-inline .form-group{
	margin-bottom: 20px;
	float: left;
}
.title{
    text-decoration:underline;
    padding: 10px 5px;
}
.btn-launch,.btn-launch:hover, .btn-launch:active, .btn-launch:focus{
	background-color: #27ae60;
    border: medium none #27ae60;
    box-shadow: 0 3px 0 #d35400, 0 5px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 40px;
    margin-top:10%;
}
.bt-login,.bt-login:hover, .bt-login:active, .bt-login:focus {
    background-color: #27ae60;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}
.login-tab {
	margin: 0 auto;
	max-width: 380px;
}

.login-modal-header {
	background: #27ae60;
	color: #fff;
}

.login-modal-header .modal-title {
	color: #fff;
}

.login-modal-header .close {
	color: #fff;
}

.login-modal i {
	color: #000;
}

.login-modal form {
	max-width: 340px;
}

.tab-pane form {
	margin: 0 auto;
}
.login-modal-footer{
	margin-top:15px;
	margin-bottom:15px;
}
/* EINDE LOGIN MODAL */



/* FACEBOOK BUTTON */
#fb-button {
  color: white !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}



/* BEGIN Font Login Modal */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(http://fonts.gstatic.com/s/notoserif/v4/eCpfeMZI7q4jLksXVRWPQ_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(http://fonts.gstatic.com/s/notoserif/v4/lJAvZoKA5NttpPc9yc6lPYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
}
/* EINDE Font Login Modal */
