body {
  padding-top: 70px;
}

.navbar-custom {
    background-color:rgba(40,112,36,1);
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}

.fa-heart{
    color: #F74933;
}
.space-100{
    height: 100px;
    display: block;
}
pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.nav > li > a:focus, .nav > li > a:hover
{
    background-color:rgba(223,226,202,1);
    color:rgba(40,112,36,1);
    border-radius:0;
}

.wide {
  width:100%;
  height:100%;
  height:calc(100% - 1px);
  background-image:url('https://c.stocksy.com/a/RcN300/z0/805779.jpg');
  background-size:cover;
}

.carousel-inner .item {
	width:100%;
	padding-top: -10px;
}

.carousel-inner>.item>img {
  width: 100%;
}

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 14.285714285714285714285714285714%;
  }


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-custom {
    background-color:rgba(40,112,36,1);
    color:rgba(223,226,202,1);
}

.btn-custom:hover {
    color:rgba(40,112,36,1);
    background-color:rgba(223,226,202,1);
}

td.cal-normal {
    background-color:rgba(223,226,202,1);
    color:rgba(40,112,36,1);
}

td.cal-available {
    border: 2px solid rgba(40,112,36,1);
    color: rgba(40,112,36,1);
    background-color: rgba(223,226,202,1);
}

td.cal-available:hover {
    cursor:pointer;
    border: 2px solid rgba(40,112,36,1);
    color:rgba(223,226,202,1);
    background-color:rgba(40,112,36,1);
}

td.cal-unavailable {
    background-color:#DADADA;
    color:#555555;
}

td.cal-unavailable:hover {
    cursor:not-allowed;
}

td.cal-bezet {
  background-color: #a52c25;
  color: #EEEEEE;
}

td.cal-bezet:hover {
  background-color: #a52c25;
  color: #EEEEEE;
  cursor: not-allowed;
}

td.cal-start {
  background: linear-gradient(to right bottom, rgba(40,112,36,0) 50%, #a52c25 50%);
}

td.cal-start:hover {
  background: linear-gradient(to right bottom, rgba(40,112,36,0) 50%, #a52c25 50%);
  cursor: not-allowed;
}

td.cal-eind {
  background: linear-gradient(to right bottom, #a52c25 50%, rgba(40,112,36,0) 50%);
}

td.cal-specialperiod{
  cursor: not-allowed;
}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     color: rgba(40,112,36,1);
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
#social-pin:hover {
     color: #cb2027;
 }
#social-inst:hover {
     color: #3f729b;
 }
 #social-fb1:hover {
     color: #3B5998;
 }
 #social-tw1:hover {
     color: #4099FF;
 }

 /************************************************************
*************************Footer******************************
*************************************************************/

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);
.footer1 {
  background-color: rgba(223,226,202,1);
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;/*  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #003;*/
}



.title-widget {
  color: #898989;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px;
}

.title-widget::before {
    background-color: rgba(40,112,36,1);
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.title-widget-small {
  color: #898989;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px;
}

.title-widget-small::before {
    background-color: rgba(40,112,36,1);
    content: "";
    height: 16px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.title-widget-small-white {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 28px;
}

.title-widget-small-white::before {
    background-color: rgba(223,226,202,1);
    content: "";
    height: 16px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  position: relative;
    text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
  width:95%;
}



.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

.footerp p {font-family: 'Gudea', sans-serif; }

.footer-bottom {
    background-color: rgba(40,112,36,1);
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}


/************************************************************
*************************Footer******************************
*************************************************************/


.card {
  border: 0;
}

.card .card-title a {
  color: #424242;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.card .card-title a:hover {
  color: #616161;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card .card-footer {
  padding-bottom: 0;
}

.z-depth-0, .section .map-container img {
  box-shadow: none !important;
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-block h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.card-block h3 {
  margin-bottom: 1rem;
  font-weight: 400;
}

.card-block p {
  margin-bottom: 1rem;
}

.prijs {
  color: rgba(40,112,36,1);
  background-color: rgba(223,226,202,1);
  border: 1px solid rgba(40,112,36,1);
  font-size: 1.6em;
  font-weight: 400;
  height: 20px;
  vertical-align: middle;
  border-radius: 17px 17px 17px 17px;
  padding-top: 2px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid rgba(40,112,36,1);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: rgba(40,112,36,1) !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: rgba(40,112,36,1); height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: rgba(40,112,36,1) none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.facilities li {
    display: block;
}

.facilities li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: rgba(40,112,36,1);
}

.nobullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #FFFFFF;
}

.nobullet li {
    display: block;
}

.activestar {
    color: rgba(40,112,36,1);
}

.inactivestar {
    color: rgba(223,226,202,1);
}

#gglmap {
  height: 100%;
}

.glyphicon-sm {
  font-size:12px;
  color:rgba(40,112,36,1);
}

div.stars {
  max-width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 30px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: rgba(40,112,36,1);
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: rgba(40,112,36,1);
  text-shadow: 0 0 20px #126622;
}

input.star-1:checked ~ label.star:before { color: rgba(40,112,36,1); }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.notActive{
    color: rgba(40,112,36,1);
    background-color: #fff;
}

.sidebar-outer {
    margin-top: 50px;
	min-height:400px;
    position: relative;
}
.fixed {
    position: relative;
}

@media (min-width: 768px) {
    .fixed {
        position: fixed;
    }
}