/* #####################################################################################################
   weather
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#weatherSmall,
#weather {
  overflow: hidden;
}
#weatherSmall #weatherTxt,
#weather #weatherTxt {
  float: left;
  width: 155px;
  height: 100%;
}
#weatherSmall #weatherTxt h4,
#weather #weatherTxt h4 {
  color: #1c385f;
  background: none;
  text-decoration: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 2px;
}
#weatherSmall #weatherTxt a,
#weather #weatherTxt a {
  color: #1c385f;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
#weatherSmall #weatherTxt a:hover,
#weather #weatherTxt a:hover {
  color: #007dbf;
}
#weatherSmall ul,
#weather ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 55px;
  text-align: center;
}
#weatherSmall .name,
#weather .name {
  font-size: 12px;
  text-transform: capitalize;
  color: #1c385f;
}
#weatherSmall .min,
#weather .min,
#weatherSmall .max,
#weather .max,
#weatherSmall .wind,
#weather .wind,
#weatherSmall a,
#weather a {
  text-align: center;
}
#weatherSmall .max,
#weather .max {
  color: #c2d4eb;
}
#weatherSmall .min,
#weather .min,
#weatherSmall .wind,
#weather .wind,
#weatherSmall a,
#weather a {
  color: #007dbf;
}
#weatherSmall form,
#weather form {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  clear: both;
}
#weatherSmall form input,
#weather form input {
  width: 99%;
}
#weatherSmall form p,
#weather form p {
  margin: 0;
  padding: 0;
  font-size: 9px;
}
#weatherSmall a,
#weather a {
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
}
#weatherSmall #weatherTxt {
  width: 100%;
}
/* Facebook Share */

#facebookSharePurchase .items {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 60px;
  overflow-y: auto;
}
#facebookSharePurchase .items .item {
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0 0;
  background: #f7f7f7;
  cursor: pointer;
}
#facebookSharePurchase .items .item:first-child {
  margin-top: 0;
}
#facebookSharePurchase .items .item:hover {
  background: #f0f0f0;
  border-color: #bbbbbb;
}
#facebookSharePurchase .items .item.active,
#facebookSharePurchase .items .item.active:hover {
  border: 1px solid #bcd989;
  position: relative;
  background: #f5fbea;
}
#facebookSharePurchase .items .item.active:after {
  content: "\2714";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  color: #bcd989;
}
#facebookSharePurchase .items .item .image {
  float: left;
  width: 68px;
  height: 68px;
  padding: 2px;
  background: white;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
#facebookSharePurchase .items .item .content {
  float: left;
  max-width: 452px;
}
#facebookSharePurchase .items .item .content h3 {
  margin-top: 0;
  font-size: 14px;
}
#facebookSharePurchase .bttnBlock {
  position: absolute;
  left: 20px;
  bottom: 10px;
  right: 20px;
}
/* Photoalbum */

#album {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
#album li {
  float: left;
  margin: 0 2% 4%;
  width: 45%;
  padding-bottom: 46%;
  position: relative;
  overflow: hidden;
  line-height: 46%;
  border: 1px solid #f3f5f8;
  box-shadow: 0 0 3px #f3f5f8;
}
#album li a {
  position: absolute;
  width: 99%;
  height: 99%;
  display: block;
}
#album li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#albumDetail h1 {
  margin-bottom: 10px;
}
#albumDetail #albumInfo {
  color: #666666;
  margin: 0 0 35px;
}
#albumDetail #albumInfo span {
  padding: 0 15px 0 0;
}
/*youtube*/

#youtubeItemsSidecol {
  margin-bottom: 20px;
}
#youtubeItemsSidecol #thumbnails {
  width: 263px;
}
#youtubeItemsSidecol #thumbnails .item {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#youtubeItemsSidecol #thumbnails .item img {
  width: 100%;
  cursor: pointer;
}
#youtubeItemsSidecol #thumbnails .item .title {
  color: #274267;
}
#youtubeItems {
  border: 1px solid #e6ebf0;
  background: #f3f4f8;
  overflow: hidden;
}
#youtubeItems #channels {
  padding: 2% 2% 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#youtubeItems #channels li {
  width: 33%;
  float: left;
}
#youtubeItems #channels li a {
  color: #202020;
  padding: 8px 0;
  margin: 1%;
  display: block;
  text-align: center;
  background: #e6ebf0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#youtubeItems #playerWrapper {
  padding: 2%;
}
#youtubeItems #playerWrapper .responsiveElementWrapper {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
#youtubeItems #playerWrapper .responsiveElementWrapper img,
#youtubeItems #playerWrapper .responsiveElementWrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
#youtubeItems #playerWrapper .responsiveElementWrapper iframe {
  height: 100%;
}
#youtubeItems #playerWrapper iframe#player {
  overflow: auto;
  border: 0;
}
#youtubeItems #playerWrapper #thumbnails {
  overflow: hidden;
}
#youtubeItems #playerWrapper #thumbnails .item {
  width: 25%;
  float: left;
}
@media only screen and (min-width : 768px) {
  #album li {
    width: 23%;
    margin: 0 0.8% 2%;
    padding-bottom: 23%;
  }
}
/* Newsletter */

.newsLetter {
  position: relative;
}
#newsletterPage .textField {
  margin: 0 0 20px;
}
/*  Vacancy overzicht  */

#vacancyList {
  margin: 40px 0 0 0;
}
.overviewPage .itemWrap .item .kop3 {
  font-size: 16px;
  margin: 0 0 15px;
  display: block;
}
.overviewPage .itemWrap .item .kop4 {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px;
  display: block;
  color: #aaaaaa;
}
.overviewPage .itemWrap .item .itemContent {
  color: #202020;
  display: block;
  margin: 0;
}
/*  Vacancy details  */

.vacancyproperties.siteForm {
  margin: 20px 0;
  background: none;
  color: #202020;
  border: 0 none;
  padding: 0;
}
.vacancyproperties.siteForm .vacInfoWrap {
  margin: 0 0 20px 0;
}
.vacancyproperties.siteForm .vacInfoWrap .row {
  border-top: 1px solid #e6ebf0;
  min-height: 28px;
  margin: 0;
}
.vacancyproperties.siteForm .vacInfoWrap .row:first-child {
  border: 0 none;
}
.vacancyproperties.siteForm .vacInfoWrap span.head,
.vacancyproperties.siteForm .vacInfoWrap span.label,
.vacancyproperties.siteForm .vacInfoWrap span.input {
  line-height: 28px;
  min-height: 28px;
  cursor: auto;
  margin: 0;
  display: inline-block;
}
.vacancyproperties.siteForm .vacInfoWrap span.head.noBorder,
.vacancyproperties.siteForm .vacInfoWrap span.label.noBorder,
.vacancyproperties.siteForm .vacInfoWrap span.input.noBorder {
  border: none;
}
.vacancyproperties.siteForm .vacInfoWrap span.label {
  width: 30%;
  vertical-align: top;
}
.vacancyproperties.siteForm .vacInfoWrap span.input {
  width: 68%;
}
.vacancyproperties.siteForm .head {
  color: #1c385f;
  font-weight: 600;
  padding: 0 0 10px;
}
@media only screen and (min-width : 768px) {
  .overviewPage .itemWrap .item .kop3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .overviewPage .itemWrap .item .kop4 {
    margin: 0 0 20px;
  }
}
/* FAQ */

#faqWrapper h2 {
  width: 100%;
  border-bottom: 1px solid #e6ebf0;
  padding-bottom: 10px;
  cursor: pointer;
}
#faqWrapper .subfaqCat,
#faqWrapper .faqList {
  display: none;
}
#faqWrapper .subfaqCat h3 {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  cursor: pointer;
}
#faqWrapper ul.faqList {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
#faqWrapper ul.faqList > li {
  padding: 0;
  position: relative;
}
#faqWrapper ul.faqList > li:last-child {
  border-bottom: none;
}
#faqWrapper ul.faqList > li > a {
  padding: 0 0 0 15px;
  display: block;
  color: #1c385f;
}
#faqWrapper ul.faqList > li > a:before {
  content: "";
  border: 4px solid #e6ebf0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
#faqWrapper ul.faqList > li > a.active:before {
  content: "";
  border: 4px solid #007dbf;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  display: block;
  top: 20px;
}
#faqWrapper ul.faqList > li > a:hover {
  text-decoration: none;
}
#faqWrapper ul.faqList .faqContent {
  display: none;
  padding: 15px 35px ;
  border-top: 1px solid #e6ebf0;
}
#faqWrapper ul.faqList .faqContent a {
  text-decoration: underline;
}
#faqWrapper .subfaqCat ul.faqList {
  margin-left: 15px;
}
@media only screen and (min-width : 1180px) {
  #youtubeItems #channels {
    float: left;
    width: 242px;
    padding: 25px;
  }
  #youtubeItems #channels li {
    padding: 20px 0;
    border-top: 1px solid #e6ebf0;
    float: none;
    width: auto;
  }
  #youtubeItems #channels li:first-child {
    border-top: 0 none;
  }
  #youtubeItems #channels li a {
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #youtubeItems #playerWrapper {
    width: 785px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    float: left;
    border-left: 1px solid #e6ebf0;
  }
  #youtubeItems #playerWrapper iframe#player {
    width: 780px;
    height: 495px;
    margin-bottom: 20px;
  }
  #youtubeItems #playerWrapper h3,
  #youtubeItems #playerWrapper .kop3 {
    margin-bottom: 15px;
  }
  #youtubeItems #playerWrapper #thumbnails {
    width: 100%;
    overflow: auto;
    z-index: 3;
  }
  #youtubeItems #playerWrapper #thumbnails .item {
    float: left;
    width: 180px;
    margin-left: 20px;
  }
  #youtubeItems #playerWrapper #thumbnails .item[data-index="0"] {
    margin: 0;
  }
  #youtubeItems #playerWrapper #thumbnails .item img {
    width: 180px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
  }
  #youtubeItems #playerWrapper #thumbnails .item .title {
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #274267;
  }
}
