/*******************************
  PicturePresenation
********************************/
.cel_pagetype_PicturePresentation .presentationList ul {
  padding-left: 0px;
}
.cel_pagetype_PicturePresentation .presentationList ul li ul li {
  list-style-type: none;
}
/*.cel_pagetype_PicturePresentation .presentationList ul li ul li:nth-child(2n) {*/
.cel_pagetype_PicturePresentation .presentationList ul li ul li:nth-child(1n+3) {
  display: none;
}
.cel_pagetype_PicturePresentation .presentationList ul li {
	cursor: pointer;
}

.cel_pagetype_PicturePresentation .presentationList ul li ul li.showHoverPicture {
	display: block;
	position: absolute;
	z-index: 99;
	/*width: 301px;*/
	background-color: #ffed00;
	opacity: 0.9;
	top: 40px;
	padding: 15px;
	word-wrap: break-word;
}

#sitecontainer #container .cel_pagetype_PicturePresentation .presentationList ul li ul {
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
}

#sitecontainer #container .cel_pagetype_PicturePresentation .presentationList .showHoverPicture {
   font-size: 34px;
   font-family: 'Open Sans', sans-serif;
   list-style: none;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 36px;
}

#sitecontainer #container #content .cel_pagetype_PicturePresentation .presentationList ul li ul li img {
    border-top: 3px solid black;
    padding-left: 0;
    padding-top: 15px;
    border-bottom: 3px solid black;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
}

#sitecontainer #container #content .presentationExtract {
	display: none;
}

.cel_pagetype_PicturePresentation .presentationList {
	width: 100%;
}

.cel_pagetype_PicturePresentation .presentationList > ul {
  padding: 0;
  margin: 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*margin-left: -35px;*/
}

/*Three Cols*/
@media only screen and (min-width: 1034px) {
	.cel_pagetype_PicturePresentation .presentationList > ul > li {
    /*max-width: 294px;
    min-width: 294px;*/
    flex: 0 1 30.8%;
  }
  .cel_pagetype_PicturePresentation .presentationList ul li ul li.showHoverPicture {
    height: 191px;
  }
}

@media only screen and (max-width: 1034px) and (min-width: 693px)  {
	.cel_pagetype_PicturePresentation .presentationList > ul > li {
    /*width: 100%;
    max-width: 442px;
    min-width: 294px;*/
    flex: 0 1 48%;
  }
  /*
	.cel_pagetype_PicturePresentation .presentationList > ul > li:nth-child(2n + 1) {
	  margin-left: 0;
	}
	.cel_pagetype_PicturePresentation .presentationList > ul > li:nth-child(2n + 2) {
    margin-left: 35px;
  }
  */
}

@media only screen and (max-width: 693px)  {
  .cel_pagetype_PicturePresentation .presentationList > ul > li {
    /*min-width: 100%;*/
    flex: 0 1 100%;
  }
  /*
  .cel_pagetype_PicturePresentation .presentationList > ul > li {
    margin-left: 0;
  }
  */
}
