/* ====== slideshow ====== */

#slideshow {
  background-color: #eee;
  margin-bottom: 20px;
}

/* #### ROYAL SLIDER #### */

#full-width-slider {
  width: 100%;
}
	#full-width-slider a {
		color: inherit;
		text-decoration: none;
		font-weight: inherit;
	}

.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  background: url("/images/main/home_slideshow_bg.png") repeat;
  overflow: hidden;
  left: 50px !important;
  top: 118px !important;
  padding: 0 !important;
  margin: 0 !important;
  right: auto;
}

.infoBlockLeftBlack {}

  .infoBlock span {
    color: #fff;
    font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    /*text-shadow: 1px 1px 2px #111;*/
    /*filter: dropshadow(color=#111, offx=1, offy=1);*/
    display: block;
    margin: 20px;
  }

  .infoBlock span strong{
    display: inline-block;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
  }


.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

/* main menu */

#menu {
  float: left;
  height: 40px;
  width: 100%;

  background-color: #d62464;
  list-style: none;
  padding: 0 0 0 0;
  margin-bottom: 20px;
}

  #menu > li {
    float: left;
  }

  #menu > li a {
    font-family: "ff-meta-web-pro", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    padding: 0 15px 0 15px;     
  }

  #menu > li.active {
    background-color: #a61449;
    color: #fff;
  }

  #menu > li > a:hover {
    background-color: #a61449;
    color: #fff;
    text-decoration: underline;
  }

    #menu > li > ul {
      list-style: none;
      margin-left: 0;
      position:absolute;
      display: none;
      width: 300px;
      background-color: #a61449;  
      z-index: 1000;
      padding: 10px 0 10px 0;
    }

    /* hover klapt alleen uit op no-touch devices */
    .no-touch #menu > li:hover > ul{
      display: block;
    }

      #menu li ul li a {  
        color: #fff;    
        font-size: 14px;
        /*height: 25px;*/
        line-height: 25px;      
      }
      #menu li ul li a:hover {  
        text-decoration: underline;     
      }
      #menu li ul li a.active { 
        font-weight:700;
      } 

        #menu li ul li ul {
          position: relative;
          display: block;
        }

        #menu li ul li ul li {
          /*border-top: 1px dashed #d2d2bf;*/
          width: 235px;     
        }

        #menu li ul li ul li a {
          /*border-top: 1px dotted #d2d2bf;*/
        }

/* search button in header */

#searchBox {
  margin: 15px 0 15px 0;
  position: relative;
  height: 30px;
  width: 95%;
  background-color: #fff;
  border: 1px #d62464 solid;
}

  #searchBox .search {
    border: none;
    height: 28px;

    color: #9a9a9a;
    font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
    font-style: italic;
    font-size: 16px;
    box-shadow: none;

  }

  #searchBox .submit {
    background: url("/images/main/search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 1px;
    top: 1px;
  }

  #searchBox .submit:hover {
    background: url("/images/main/search_hover.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
  } 

/* floating headers */

.floatheadright {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  height: 40px;
  padding: 13px 10px 0 10px;
  background-color: #555;

  color: #fff;
  font-family: "ff-meta-sc-web-pro", "Trebuchet MS", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.floatheadleft {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  height: 40px;
  padding: 13px 10px 0 10px;
  background-color: #555;

  color: #fff;
  font-family: "ff-meta-sc-web-pro", "Trebuchet MS", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

  .floatheadright.small {
    padding: 7px 10px 0 10px;
    height: 30px;
    font-size: 16px;
  }

  .bg-aqua {
    background-color: #008ea9;
  }

  .bg-orange {
    background-color: #e18220;
  }

  .bg-pink {
    background-color: #d62464;
  }  

/* breadcrumbs */

#breadCrumbs {
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  height: 35px;
}

  #breadCrumbs ul {
    display:block;
    list-style: none;
    margin: 0;
  }

    #breadCrumbs ul li {
      float: left;
      margin-right: 7px;
      font-size: 14px;
    }

      #breadCrumbs ul li a{
        text-decoration: none;
      }    

/* paginizer */

.paginizer {
  list-style: none;
}

  .paginizer li {
    list-style: none;
    float: left;
    color: #4a4a4a;
    border: 1px #d5d5d5 solid;
    margin-left: 5px;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .paginizer li.current {
    background-color: #d62464;
  }

  .paginizer li a {
    padding: 5px 5px;
    text-decoration: none;
  }

  .paginizer li.current a {
    color: #ffffff !important;
    border: none;
  }

/* calendar */

 #calendar {
    margin:0 0 0 0; 
  }

  #calendar .calendar {

    width:100%;    

  }

  #calendar .headerCell{
    font-size: 18px;  
    line-height: 40px;
    text-align: center;
  }
  #calendar .headerCell div{
    text-align: center;
    display: inline-block;
    line-height: 40px;  
    cursor:pointer;
  }
  #calendar .nextMonth img,
  #calendar .prevMonth img{
    top:1px;
    position: relative;
  }


  #calendar .headerDate{
    font-size:14px; 
    text-align: center;
    font-weight: 700;
    color: #d62464;
  }
  /*
  #calendar .headerDate:hover {
    color: #FFD500;
  }*/

  #calendar .day-header {
    text-transform: uppercase;
    font-family: "ff-meta-sc-web-pro", "Trebuchet MS", sans-serif;
  }
  #calendar .cell-header{
    text-align:center;
    font-size:11px; 
    color: #fff;
    padding:2px 0 2px 0;
    background-color: #008EA9;
  }


  #calendar .cell{
    text-align:center;
    font-size:12px !important; 
    color:#575757;  
    background-color: #e7ecf0;
    height:26px;
    padding: 0 !important;
  }
  #calendar .cell div {
    padding: 5px 0 10px 0;
    margin: 1px;    
  }

  #calendar .cell-number{
    background-color:#fff;
    font-size: 12px !important;
  }


  #calendar .cell-week{
    background-color: #e7ecf0;
    color: #586DB3;
    font-size: 12px;
    border-right: 1px #cad1d7 solid;
  }


  #calendar .cell-empty{
    background-color:#fff;
  } 
  #calendar .cell-weekend{
    color:#a7a5a5;  
  }
  #calendar .cell-today{
    color:#586DB3;
    background-color: #BAD3EF;
  }

    #calendar .cell-today .cell-number {
      background-color: #BAD3EF;  
    }

  #calendar .event{
    background: #f0f4f7 url('/images/main/calendar_event.png') no-repeat;  
    cursor:pointer; 
  }  


/* popover (used in calendar) */  

.popover {
  position: absolute;
  top: 0; left: 0;
  max-height: 240px;
  width: 220px;
  display: none;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.popover.wider {
  width: 340px;
}
.popover.large {
  width: 470px;
  max-height: 350px;
}
.popover .arrow, .popover .top-arrow {
  position: absolute;
  top: 0; left: 50%;
  margin: -10px 0 0 -3px;
  width: 0; height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #008EA9;
}
.popover .bottom-arrow {
  top: 100%; left: 50%;
  margin: 0 0 0 -3px;
  border-top: 5px solid #c4b394;
  border-bottom: 5px solid transparent;
}
.popover .left-arrow {
  top: 50%; left: -10px;
  margin: -3px 0 0;
  border-right: 5px solid #008EA9;
  border-bottom: 5px solid transparent;
}
.popover .right-arrow {
  top: 50%; left: 100%;
  margin: -3px 0 0;
  border-left: 5px solid #008EA9;
  border-bottom: 5px solid transparent;
}
.popover .wrap {
  background: white;
  border: 3px solid #008EA9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.popover .title {
  background-color: #ddd url('/images/main/popover_gradient.png') repeat-x;
  color: brown;
  font-size: 1.3em;
  text-align: center;
  padding: 8px 0 0 0;

}
.popover .content {
  padding: 15px;
  max-height: 175px;
  overflow: auto;
  line-height: 1.3em;
  font-size: 0.9em;
}
.popover.large .content {
  max-height: 285px;
}




/* forms and buttons */


input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {

    background-color: #f6f6f6;
    border-radius: 0;
    height: 40px;
    font-size: 15px;
    box-shadow: none;

}

#updateFeedback {
}

.error {
    background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.success {
    background-color: #DFF0D8;
    color: #468847;
    border: 1px solid #D6E9C6;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.formerror {
  border: 1px #f00 solid !important;
}

.eliabutton {
  font-family: "ff-meta-serif-web-pro", "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;

  background: #d0386e;
  background: -moz-linear-gradient(top,  #d0386e 0%, #b71e54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0386e), color-stop(100%,#b71e54));
  background: -webkit-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: -o-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: -ms-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: linear-gradient(to bottom,  #d0386e 0%,#b71e54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0386e', endColorstr='#b71e54',GradientType=0 );

    border: none;
    box-shadow: none;
    height: 30px;
    padding: 8px 0 0 0;
}

.eliabutton:hover {
  background: #b71e54;
  background: -moz-linear-gradient(top,  #b71e54 0%, #d0386e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71e54), color-stop(100%,#d0386e));
  background: -webkit-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: -o-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: -ms-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: linear-gradient(to bottom,  #b71e54 0%,#d0386e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71e54', endColorstr='#d0386e',GradientType=0 );

} 

.eliabutton.small {
  font-size: 16px;
  padding-top: 9px;
  text-decoration: none;  
}


.eliasearchbutton {
  height: 40px;
  line-height: 22px;
  text-decoration: none;  
  background: #d0386e;
  background: -moz-linear-gradient(top,  #d0386e 0%, #b71e54 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0386e), color-stop(100%,#b71e54));
  background: -webkit-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: -o-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: -ms-linear-gradient(top,  #d0386e 0%,#b71e54 100%);
  background: linear-gradient(to bottom,  #d0386e 0%,#b71e54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0386e', endColorstr='#b71e54',GradientType=0 );
  border-color: #d0386e;
  padding:8px 20px 9px 5px !important;
}

.eliasearchbutton:hover {
  background: #b71e54;
  background: -moz-linear-gradient(top,  #b71e54 0%, #d0386e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71e54), color-stop(100%,#d0386e));
  background: -webkit-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: -o-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: -ms-linear-gradient(top,  #b71e54 0%,#d0386e 100%);
  background: linear-gradient(to bottom,  #b71e54 0%,#d0386e 100%);
  border-color: #b71e54;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset;

}


