/** Assets */

.asset-display{

}

.asset-display h2{
	margin-bottom:20px;
}

.epa-section{
	width:100%;
	clear:both;
	margin-bottom:20px;
	margin-bottom:0px;
	display:inline-block;
}

.epa-item-thumb {
	/**height:200px;*/
	width: 16.666666666666664%;
	width: 33.33333333333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	margin-bottom: 20px;
}


.epa-item-thumb a{
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	display: inline-block;
	padding: 10px;
	background:#f0f0f0;
	color: #666;
	text-align:left;
}

.epa-item-thumb.private a{
	background:#FF001E;
	color: #fff;
}

.epa-item-thumb a:hover,
.epa-item-thumb a:focus,
.epa-item-thumb a.active
{
	background:#ddd;
	color: #666;
	text-decoration:none;
}

.epa-item-thumb a .thumb-holder{
	width: 40%;
	height:70%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

.epa-item-thumb a .thumb-holder img{
	max-width: 100%;
	max-height: 100%;
}


.epa-item-thumb a.Document .thumb-holder{
	width: 15%;
}

.epa-item-thumb a .thumb-holder img.epa-thumb.Document{
	max-width: 70%;
}

.epa-item-thumb a .thumb-holder .video-play-icon{
	font-size:40px; 
	color:#000; 
	opacity:0.9;
	position:absolute;
	top:0px;
	left:0px;
}

.epa-item-thumb a .info-holder{
	width: 57%;
	height:100%;
	position: relative;
	display:inline-block;
	vertical-align:top;
	padding-left:5px;
	padding-bottom:30px; /** to take into account of icons at the bottom */

	float: right;
}

.epa-item-thumb a.Document .info-holder {
    width: 83%;
}

.epa-item-thumb a .info-holder .copy{
	height:auto;
}

.epa-item-thumb a .info-holder .copy p.filename {
   	word-break: break-all;
	word-wrap: break-word;
}

.epa-item-thumb a .icons{
	display: inline-block;
	height:auto;
	width:100%;
	position: absolute;
	bottom: 0px;
	right:0px;
}

.epa-item-thumb a .icons .circle,
.circle{
  	width: 30px;
  	height: 30px;
  	border-radius: 50%;
	background: #bbb;
  	color: #fff;
  	font-family: Helvetica, Arial Black, sans;
  	font-size: 12px;
  	text-align: center;
  	line-height:0;

 	float:right;
	margin-left:10px;
}

.epa-item-thumb a .icons .circle.security,
.circle.security{
	 background: #780723;
}

.epa-item-thumb a .icons .circle i,
.circle i{
	color:#fff;
	padding-top:25%;
}

.epa-item-thumb.private a .icons .circle.security{
	 background: #fff;
}

.epa-item-thumb.private a .icons .circle.security i{
	color:#FF001E;
}

.epa-item-thumb.private a:hover .icons .circle.security,
.epa-item-thumb.private a:focus .icons .circle.security{
	 background: #fff;
}

.epa-item-thumb.private a:hover .icons .circle.security i,
.epa-item-thumb.private a:focus .icons .circle.security i{
	color:#b2b2b2;
}

/*** INFO BOX */

.asset-display #info-box {
    position: relative;
    display: none;
    background: #ddd;
    color: #666;
    min-height: 160px;
    margin: 0px;
    clear: both;
    float: none;
    padding: 20px;
	margin-right: 20px;
	text-align:left;
	margin-bottom:20px;
}

.asset-display .info-box-inner {
	/**padding: 0 40px;
	width:100%;*/
	margin: 0 40px;
}

.asset-display .info-box-content {
	display:inline-block;
	vertical-align:top;
	width:60%;
	width:100%;
}

.asset-display #info-box .info-box-image-wrapper{
	display:inline-block;
	vertical-align:top;
	width:49%;
}

.asset-display .info-box-image{
	max-width:100%; 
	max-height:50%;
}

.asset-display .info-box-video{
	max-width:100%; 
	max-height:50%;
	background:#333;
}

.asset-display .info-box-image.Document{
	padding:15px;
}


.asset-display #info-box .info-box-info{
	display:inline-block;
	vertical-align:top;
	width:49%;
	padding-left:15px;
}


.asset-display #info-box.Document .info-box-info{ 		
	width: 100%; 	
}

.asset-display .info-box-security{
    text-align:right;
}

.asset-display .info-box-title {
    margin-top: 0px;
	font-style:italic;
}

.asset-display .info-box-buttons{
	border-top: none;
	padding-top: 20px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;

	display:inline-block;
	vertical-align:top;
	width:100%;
}


.asset-display .info-box-other-info{
	display:inline-block;
	vertical-align:top;
	width:39%;
	width:100%;
}


.asset-display .info-box-table{
	display:table;
	width: 100%;
}


.asset-display #info-box a.info-box-prev, 
.asset-display #info-box a.info-box-next{
	display:block;
	height: 100%;
	width:60px;

	display:table-cell;
	vertical-align:middle;
	text-align:center;

    font-size: 50px;
}

.asset-display #info-box a.info-box-prev:hover,
.asset-display #info-box a.info-box-prev:focus, 
.asset-display #info-box a.info-box-next:hover,
.asset-display #info-box a.info-box-next:focus {
	background:#f0f0f0;
}

.asset-display .info-box-inner {
    margin: 0;
}


.asset-display .info-box-content {
	background:#ccc;
}
.asset-display .info-box-info{
	padding:20px;
}
.asset-display .info-box-buttons {
	background:#bcbcbc;
	padding:0px;
}

.asset-display .info-box-buttons .btn {
    display: inline-block;
    padding: 16px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
	min-width:118px;
	/**background:#fff;*/
	border-right:solid #fff thin;
	color:#fff;
}


.file-results .asset-display .info-box-buttons .btn {
	min-width: 40px;
}

.asset-display .gallerybut {
    margin-bottom: 0px;
}

.asset-display .info-box-other-info{
	background:#ccc;
	padding:15px;
}

.asset-display .info-box-other-info select{
	width:100%;
}

.asset-display .info-box-video-buttons .btn.btn-watch {
    display:none;
}

/** ON SEARCH PAGE */

.file-results .asset-display .info-box-video-buttons .btn.btn-watch {
    display: inline-block;
}

.file-results .epa-item-thumb a .thumb-holder{
	width: 100%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

.file-results .epa-item-thumb a.Document .thumb-holder{
	width: 30%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

.file-results .epa-item-thumb a .info-holder{
	width: 100%;
	height:auto;
	position: relative;
	display:inline-block;
	vertical-align:top;
	padding-left:0px;
	padding-bottom:30px; /** to take into account of icons at the bottom */
}

.file-results .epa-item-thumb a .icons {
    position: absolute;
    bottom: 10px;
	right: 10px;
}

@media (max-width: 990px) {
	.epa-item-thumb {
		width: 50%;
		padding-right: 15px;
	}
	.asset-display #info-box {
		margin-right: 15px;
	}
}




@media (max-width: 767px) {
	.epa-item-thumb {
		width: 100%;
		height:auto;

		float: left;
		position: relative;
		min-height: 1px;

		padding-right: 0px;
		margin-bottom: 1px;
		margin-bottom: 10px;
	}

	.epa-item-thumb a{
		text-align:center;
	}

	.epa-item-thumb a .thumb-holder,
	.epa-item-thumb a.DocumentX .thumb-holder{
    	width: 100%;
    	height: auto;
	}

	.epa-item-thumb a .info-holder,
	.epa-item-thumb a.Document .info-holder{
    	width: 100%;
    	padding-left: 0px;
		margin-top:10px;
	}

	.epa-item-thumb a.active .info-holder{
		display:none;
	}

	.epa-item-thumb a .info-holder .copy {
    	height: auto;
	}
	.epa-item-thumb a .icons {
		height: auto;
	}


	/*** INFO BOX */


	.asset-display #info-box {
		margin-right: 0px;
		padding:10px 0px;
	}

	.asset-display #info-box a.info-box-prev, 
	.asset-display #info-box a.info-box-next {
    	width: 30px;
	}
	.asset-display #info-box a.info-box-prev{
		padding-right:20px;
		padding-left:10px;
	}
	.asset-display #info-box a.info-box-next {
		padding-left:20px;
		padding-right:10px;
	}

	.asset-display .info-box-content {
   		text-align: center;
	}

	#info-box.Document .info-box-image-wrapper,
	#info-box.Image .info-box-image-wrapper,
	#info-box.Video .info-box-image-wrapper,
	.asset-display #info-box .info-box-image-wrapper{
		display:none;
	}

	.asset-display #info-box .info-box-info {
    	width: 100%;
    	text-align: center;
		padding:0px;
	}


	.asset-display .info-box-buttons .btn-group a {
    	width: 100%;
	}
	.asset-display .info-box-buttons .btn {
    	display: inline-block;
		width:100%;
		border:none;
		border-right:none !important;
		border-top:solid #fff thin;
	}
	.asset-display .info-box-buttons .btn:first-child{
		border:none;
	}

	.asset-display .info-box-buttons .btn:last-of-type {
    	border: none;
		border-top:solid #fff thin !important;
	}

	.asset-display .info-box-video-buttons .btn.btn-watch {
    	/**font-size:1.8em;*/
		display:inline-block;
	}

	.asset-display .info-box-other-info,
	.asset-display .info-box-other-info select{
		text-align:center;
	}

}

@media only screen and (max-device-width: 480px) {
	.asset-display .info-box-video-buttons .btn-watch {
    	display:inline-block;
	}

}

/** backgrounds for showing sizing */

/**
.epa-item-thumb a{
	background:#f0f0f0;
}

.epa-item-thumb a .thumb-holder{
	background:#aaa;
}

.epa-item-thumb a .info-holder{
	background:#bbb;
}

.epa-item-thumb a .info-holder .copy{
	background:#ccc;
}

.epa-item-thumb a .info-holder .icons{
	background:#ddd;
}



.asset-display .info-box-inner {
	background:#25C670;
}

.asset-display .info-box-content {
	background:#bbb;
}

.asset-display .info-box-image{
	background:#ccc;
}

.asset-display .info-box-info{
	background:#000;
}

.asset-display .info-box-buttons{
	background:#fff;
}

.asset-display .info-box-other-info{
	background:#ccc;
}
*/



/**** ADDITIONAL FILES */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 220px;
  height: 40px;
  width:100%;
  height:30px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  background-color:#999;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
  background-color:#aaa;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
  background-color:#aaa;
}
.select-styled:active:after, .select-styled.active:after {
  top: 4px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
  background-color:#aaa;
}
.select-options li {
  margin: 0;
  padding: 4px 15px;
  line-height:1.2em;
  border-top: 1px solid #fff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #c0392b;
  color:#fff;
  background: #fff;
  background-color:#999;
}
.select-options li[rel="hide"] {
  display: none;
}