/* LIGHTBOX */

div.fancybox-overlay { background-color: rgba(0,0,0,0.7); }

a.fancybox-close, 
a.fancybox-prev span, 
a.fancybox-next span {
  background-image: url('/images/sprite.png');
}
	a.fancybox-close {
	  background-position: -375px -232px;
	  width: 120px;
	  top: -55px;	
	  right: 0;
	}

	a.fancybox-prev span,
	a.fancybox-next span {   
		background-position: -432px -303px;
		width: 60px;
		height: 60px; 
	}
	a.fancybox-prev span {   
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	div.fancybox-title-float-wrap {
	  bottom: auto;
	  top: 102%;
	  width: 100%;
	  right: 0;
	  left: 0;
	  margin-bottom: 0;
	  margin-top: 15px;
	  text-align: center;
	}
		div.fancybox-title-float-wrap .child {
		  margin-right: 0;
		  line-height: 1.3;
		  padding: 10px 15px;
		  white-space: normal; 
		}

/* GALLERY */
#gallerybox {
	font-size:0;
	text-align:center;
	margin: 0 auto;
	width: 102%;
	display: block;
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	max-width: none;
}
  .thumb-gallery {
  	position: relative;
	display:inline-block;
	
  	width: 23%;
	
  	margin: 1%;
  }

  .thumb-gallery { 
-webkit-transition:0.2s filter ease-in-out;
   -moz-transition:0.2s filter ease-in-out;
  		transition:0.2s filter ease-in-out;
/*-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
  		filter: grayscale(100%); */
  }
	  .thumb-gallery:hover { /*
	-webkit-filter: grayscale(0%); 
	   -moz-filter: grayscale(0%); 
	  		filter: grayscale(0%); */
	  }
  .thumb-gallery:before {
  	content:"";
  	position:absolute;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	width:100%;
  	height:100%;
  	opacity:0;
  	background-color:#111;
-webkit-transition:0.2s opacity ease-in-out;
   -moz-transition:0.2s opacity ease-in-out;
  		transition:0.2s opacity ease-in-out;
  }
	  .thumb-gallery:hover:before {
	  	opacity:0.2;
	  }

  .thumb-gallery:after {
  	content:"View Large";
  	position:absolute;
  	display:block;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	height:100%;
  	max-height:40px;
  	width:100%;
  	max-width:160px;
  	padding:6px;
  	margin:auto auto;
  	color:#fff;
  	font-size:16px;
  	font-weight:900;
  	font-family:"Lato", Helvetica, Arial, sans-serif;
  	text-align: center;
  	text-transform: uppercase;
  	border:2px solid #fff;
  	background-color:#444;
  	background-color:rgba(0,0,0,0.2);
  	opacity:0;
-webkit-border-radius:30px;
   -moz-border-radius:30px;
  		border-radius:30px;
-webkit-transition:0.2s opacity ease-in-out;
   -moz-transition:0.2s opacity ease-in-out;
  		transition:0.2s opacity ease-in-out;
  }

		.gallery-fr .thumb-gallery:after { content:"Agrandir"; }
	  .thumb-gallery:hover:after {
	  	opacity:1;
	  }

.gallery-more,
.gallery-intro {
	color:#444;
	font-size:18px;
	text-align:center;
	margin:100px auto;
}
	.gallery-intro { margin:40px 0; }

	.gallery-more p, 
	.gallery-intro p{ margin-bottom:40px; }

  .icon-insta {
  	display: inline-block;
  	width:35px;
  	height:35px;
  	background-image:url("/images/sprite.png");
  	background-position:-0px -433px;
  	vertical-align: middle;
  	margin-left: 15px;
  }

@media screen and (max-width:767px) {
	.thumb-gallery {
	  position: relative;
	  display: inline-block;
	  width: 48%;
	  margin: 1%;
	}
}


/* DOCUMENT LISTINGS */
.doc-listings { font-size:0; background-color:#f3f2f4; }
.doc-listings .h2 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 500;
	width:50%;
	display:inline-block;
	vertical-align: top;
}

	.doc-listings .news-post {
		text-align: right;
	}

.document-table { margin:25px 0 50px; } 
.document-preview {
	overflow:hidden;
    background-color: #fff;
    margin: 12px 0;
    box-shadow: 0px 3px 0 -1px transparent;
-webkit-border-radius: 5px;  
   -moz-border-radius: 5px;  
		border-radius: 5px;
-webkit-transition: .2s box-shadow ease-out;  
   -moz-transition: .2s box-shadow ease-out;  
     -o-transition: .2s box-shadow ease-out;  
    	transition: .2s box-shadow ease-out;

    font-size: 0px;
}

	.document-preview:hover {
	    box-shadow: 0px 3px 6px -1px #c2c2c3;
	}

.document-table a { display: block; }
.document-table li {
    display: inline-block;
    font-size: 15px;
    /* line-height:3.5; */
    /*height: 100%;*/
    vertical-align: middle;
}

	li.doc-name {
	    width: 50%;
		
	    line-height: 1.2;
		
	    padding: 10px 10px 10px 0;
	}

	li.doc-weight {
	    width: 20%;
	}

	li.doc-date {
	    width: 25%;
	    line-height: 1.3;
	}

	li.doc-action {
	    width: 25%;
	    border-left:1px solid #e5e5e6;
	   
	
}

li.doc-name+ li.doc-action {
    width: 50%;
}
		.doc-action a { /* padding-left:20%; */ padding: 7px 35px; font-size: 16px;}
		.doc-action a:hover { background-color:#EC0928; color:#fff; }
		.doc-action a:after {
			content:"";
			display: inline-block;
			width:35px;
			height:35px;
			background-image:url("/images/sprite.png");
			background-position:-265px -81px;
			vertical-align: middle;
			margin-top:10px;
			margin-left:15px;
		}
		.ads-listing-page .doc-action a:after {
		  width: 30px;
		  height: 28px;
		  margin-top:7px;
		  background-position: -772px -82px;
		}

.document-head {
    font-weight: 700;
    color: #444;
}

	.document-head li{
	    line-height: 2;
	
	    min-height: 0;
}




	.results-listings li.doc-name {
	    width: 26%;
	}

	.results-listings li.doc-weight {
	    width: 25%;
	}

	.results-listings li.doc-date {
	    width: 16%;
	}

	.results-listings li.doc-action {
	    width: 33%;
	    border-left:1px solid #e5e5e6;
	   
	}
/* General Content HR */

.content-hr { clear:both; }

/* POLL */
.poll-box, .poll-results { max-width:100%; }
.poll-results .poll-answer {
  list-style: none;
}
	.poll-results ul {
	  margin:4em 0;
	  padding:0;
	}
	.poll-results li {
	  padding-right:70px;
	}

	.poll-results .poll-answer span {
	  display:inline-block;
	  vertical-align: middle;
	  overflow: hidden;
	}

	.poll-results .answer-amount { 
		width: 70px; 
		font-size: 20px;
		font-weight:700;
		margin-top: -15px;
	}

	.poll-results .answer-text { 
		width: 100%; 
		margin-left: -70px; 
		position: relative; 
		left: 70px;
		text-align: left;
		margin-right: -70px;
		margin-top: 0;
		box-shadow: inset 0px 3px 1px -1px rgba(0,0,0,0.3);
	}

	.poll-results .answer-text span:first-of-type {
		display: inline-block;
		background-color: #ec0928;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-radius: 100px;
		z-index: 1;
	} 

		.poll-results .answer-text_text {
			position: relative;
			z-index: 99;
		}


ul.document-preview{
	font-size: 0px;
}


/* Top Menu Images */
.mega-navigation {
	padding: 60px 40px 10px 40px;
}
/*
.disciplines-previews {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
	.discipline-preview {
	  display: none;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.discipline-preview:first-child,
	.discipline-preview.image-active { display: block; }
	.discipline-preview img {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  top: 50%;
-webkit-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	  min-height: 500px;
	  margin-left: 0;
	 
	  min-width: 100%;
	  max-width: 100%;
	  background-color: #333;
	}
	.discipline-preview a {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  color: #fff;
	  font-size: 18px;
	  text-align: left;
	  text-transform: uppercase;
	  padding: 7px 5px 5px 20px;
	  background-color: #ec0928;
	}*/