
/** ASSET DISPLAY */

.asset-display .epa-section h2{
	text-transform:none;
	font-size:1em;
	margin-bottom:20px;
	font-weight: 500;
    font-size: 1em;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	
	background: #000;
    color: #FFF200;
    padding: 10px;
    font-size: 0.8em;
    margin-right: 0.5%
}

.epa-item-thumb {
    width: 20%;
	width: 16.666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
	padding-right: 0.5%;
    margin-bottom: 20px;
	margin-bottom: 0.5%;
}

@media (max-width: 990px) {
	.epa-item-thumb {
		width: 33.33%;
		padding-right: 15px;
		padding-right: 0.5%;
	}
}


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

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

		padding-right: 0px;
		margin-bottom: 0.5%;
	}

}

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

.epa-item-thumb a .thumb-holder img{
	/**max-height:130px;*/
}

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

.epa-item-thumb a.Document .info-holder {
    width: 100%;
	margin-bottom:10px;
}

.epa-item-thumb a .info-holder .copy p{
	margin-bottom:0;
	font-size:0.7em;
}



/**** ADDED FOR ICONS FOR client ONLY */
.epa-item-thumb a .holder-icons{
	width:100%;
	display: inline-block;
}
.epa-item-thumb a .info-holder .copy {
    position: relative;
}
.epa-item-thumb a .info-holder .icons {
    display: inline-block;
    height: auto;
    width: 100%;
	position: relative;
	margin-top:0px;
	padding:10px;
}

.epa-item-thumb a .icons {
    display: table;
}

.epa-item-thumb a .icons .circle {
    margin-left: 0px;
	display:table-cell;
	vertical-align:middle;
	margin-right:5px;
	display:none;
}

.epa-item-thumb a .icons .copy-icon {
	display:table-cell;
	vertical-align:middle;
	line-height:1em;
	color:#F2F1F0;

}

/*************************************/

.epa-item-thumb a{
    background: #F2F1F0;
    color: #4F4F4F;
}

.epa-item-thumb a:hover,
.epa-item-thumb a:focus{
	background: #F2F1F0;
} 

.epa-item-thumb a.active{
	background:#F2F1F0;
}

.epa-item-thumb.full .epa-item-thumb-buttons {
  background: #F2F1F0;
}

.epa-item-thumb.full.disabled.active .epa-item-thumb-link, 
.epa-item-thumb.full.disabled.active .epa-item-thumb-buttons {
  background: #F2F1F0;
  color: #4F4F4F;
}

.epa-item-thumb.full .epa-item-thumb-buttons a {
  border-right: solid #ddd 1px;
}

.epa-item-thumb a .info-holder .icons .circle,
.circle {
    background: #4F4F4F;
	font-size:0.9em;
}

.epa-item-thumb a:hover .info-holder .icons .circle,
.epa-item-thumb a:focus .info-holder .icons .circle,
.epa-item-thumb a.active .info-holder .icons .circle{
    color: #4F4F4F;
	background: #fff;
}

.epa-item-thumb a:hover .info-holder .icons .circle i,
.epa-item-thumb a:focus .info-holder .icons .circle i,
.epa-item-thumb a.active .info-holder .icons .circle i{
    color: #4F4F4F;
}

.epa-item-thumb a .info-holder .icons .circle.security, 
.circle.security {
    background: #000;
	color:#fff;
}

.epa-item-thumb a:hover .info-holder .icons .circle,
.epa-item-thumb a:focus .info-holder .icons .circle,
.epa-item-thumb a.active .info-holder .icons .circle{
    color: #4F4F4F;
	background: #fff;
}

.epa-item-thumb a:hover .info-holder .icons .circle.security,
.epa-item-thumb a:focus .info-holder .icons .circle.security,
.epa-item-thumb a.active .info-holder .icons .circle.security {
    background: #000;
}

.epa-item-thumb a:hover .info-holder .icons .circle.security i,
.epa-item-thumb a:focus .info-holder .icons .circle.security i,
.epa-item-thumb a.active .info-holder .icons .circle.security i{
    	color:#fff;
}

.epa-item-thumb .circle.basket {
    background: #FFF200;
}

.epa-item-thumb .circle.basket i{
	color: #000;
}


.epa-item-thumb.full .epa-item-thumb-buttons a:hover,
.epa-item-thumb.full .epa-item-thumb-buttons a:focus{
	color: #FFF200;
	background:none;
}

.epa-item-thumb .circle.info {
  background: #4F4F4F;
}
.epa-item-thumb-description-panel {
  opacity: 0.8;
  background: #4F4F4F;
  color: #fff;
}
.epa-item-thumb-description-copy {
  color: #fff;
}


/**** INFO BOX  ***/

#epa-info-box{
    background: #F2F1F0;
    color: #4F4F4F;
	margin-right: 0.5%;
}

#epa-info-box {
	padding-left: 0px;
	padding-right: 0px;
}

#epa-info-box .info-box-content {
	background:none;
	color:#000;
}

#epa-info-box .info-box-image-wrapper{
	line-height:0;
	width:60%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

#epa-info-box .info-box-image.Document {
    padding: 0px;
}

#epa-info-box .info-box-info {
	background:none;
	width: 100%;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-align:left;
	line-height: 1.3em;
}

.epa-preload-box h6 {
	font-weight:bold;
	text-transform:none;
	color:#000;
}


#epa-info-box .info-box-action-wrapper{
	line-height:0;
	width:38%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}


#epa-info-box  .info-box-buttons, 
.epa-preload-box .info-box-buttons {
	background: none;
    padding: 0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}

#epa-info-box .info-box-buttons .btn, 
.epa-preload-box .btn {
    background: #000 !important;
	margin: 0;
	margin-bottom:5px;
	color: #fff !important;
	font-weight: 500;
	border:none;
	border-radius: 0;
	transition: all 0.35s;
	line-height: 1.2em;
	font-size: 0.8em;
	padding: 0.5em 1em;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
	width:100%;
}




#epa-info-box .info-box-buttons .btn:first-child,
.epa-preload-box .info-box-buttons .btn:first-child{
	border:none !important;
	
	background:#000 !important; 
	color:#FFF !important;
}

#epa-info-box .info-box-buttons .btn:hover,
#epa-info-box .info-box-buttons .btn:focus,
.epa-preload-box .info-box-buttons .btn:hover,
.epa-preload-box .info-box-buttons .btn:focus{
	background:#FFF200 !important; 
	color:#000 !important;
	border:none !important;
}


#epa-info-box .info-box-buttons .btn:last-of-type,
.epa-preload-box  .info-box-buttons .btn:last-of-type{
    border:none !important;
}
#epa-info-box .info-box-buttons .btn:first-of-type,
.epa-preload-box  .info-box-buttons .btn:first-of-type{

}

#epa-info-box .info-box-prev, 
#epa-info-box .info-box-next{
	 color: #000;
}

#epa-info-box .info-box-prev:hover,
#epa-info-box .info-box-prev:focus, 
#epa-info-box .info-box-next:hover,
#epa-info-box .info-box-next:focus {
	color: #FFF200;
	background:none !important;
}


#epa-info-box .info-box-other-info {
    background:none;
    padding: 0;
	padding-top:20px;
}

#epa-info-box .info-box-other-info .info-box-additional-files{
	text-align:center;
}

.select {
	font-size:1em;
}

.select-styled {
    background-color: #e9ecef;
	color:#000;
    padding: 4px 15px;
	font-family: "KabelBook", Verdana, sans-serif;
	text-transform: uppercase;
}

.select-styled:after {
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-styled:hover {
  background-color:#e9ecef;
}
.select-styled:active, 
.select-styled.active {
  background-color:#e9ecef;
}
.select-styled:active:after, 
.select-styled.active:after {
  top: 4px;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  background-color:#e9ecef;
  color:#000;
}
.select-options li {
  border-top: 1px solid #fff;
}
.select-options li:hover {
  color:#fff;
  background-color:#999;
}


@media (max-width: 1199px) {
	#epa-info-box .info-box-image-wrapper {
    	width: 50%;
	}
	#epa-info-box .info-box-action-wrapper {
    	width: 48%;
	}
}

@media (max-width: 990px) {
	#epa-info-box .info-box-image-wrapper {
    	width: 100%;
	}
	#epa-info-box .info-box-action-wrapper {
    	width: 100%;
		margin-top:15px;
	}
}

@media (max-width: 767px) {
	#epa-info-box  .info-box-buttons {
    	padding: 0px;
	}
	#epa-info-box .info-box-info {
		width: 100%;
		margin-left: 0;
	}
	#epa-info-box .info-box-info {
		margin-top: 0px;
	}
	.epa-item-thumb a.active .info-holder {
    	display: inline-block;
	}	
	#epa-info-box .info-box-action-wrapper {
		margin-top:0px;
	}
}







#toolcontentwrapper .tool-content .container {
      max-width: 1110px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

/** FOLDER */


#toolcontentwrapper{
	box-shadow: 0 1px 4px 0 rgba(1,1,1,.1);
	font-size: 1em;
}

#toolcontentwrapper .tool-content {
	background: #244253;
	color: #fff;
	box-shadow: 0 1px 4px 0 rgba(1,1,1,.1);
	/**border-bottom: 1px solid #FFF200;**/
}

#toolcontentwrapper .tool-logout, 
#toolcontentwrapper .btn-default {
	 display: inline-block;
    background: #fff;
    color: #244253;
    font-weight: 500;
    border: 1px solid #244253;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-align: center;
    text-transform: uppercase;
	height:auto;
}

#toolcontentwrapper .tool-logout:hover,
#toolcontentwrapper .tool-logout:focus,
#toolcontentwrapper .btn-default:hover,
#toolcontentwrapper .btn-default:focus{
	background: #244253;
	color: #FFF;
	border: 1px solid #244253;
}

.bulk-basket-buttons {
    padding: 0px;
    background: none;
    margin-bottom: 10px;
}

.holder .bulk-basket-buttons a {
    background: #FFF200;
	margin: 0;
	color: #000;
	font-weight: 500;
	border: 1px solid #FFF200;
	border-radius: 0;
	transition: all 0.35s;
	line-height: 1.2em;
	font-size: 1em;
	padding: 0.5em 1em;
	text-shadow: none;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-right:5px;
}


.holder .bulk-basket-buttons a.download-all,
.holder .bulk-basket-buttons a.share-all,
.holder p.message {
	/**display:none;**/
}


.holder .bulk-basket-buttons a:hover,
.holder .bulk-basket-buttons a:focus{
	background: #4F4F4F;
	color: #FFF;
	border: 1px solid #FFF200;
}

.bulk-basket-buttons .dashboard-download, 
.bulk-basket-buttons .dashboard-share {
  background: #000;
}

.holder .bulk-basket-buttons a.dashboard-toggle.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.holder .bulk-basket-buttons a.dashboard-toggle:hover,
.holder .bulk-basket-buttons a.download-all:hover,
.holder .bulk-basket-buttons a.share-all:hover,
.holder .bulk-basket-buttons a.share-selected:hover,
.holder .bulk-basket-buttons a.remove-all:hover,
.holder .bulk-basket-buttons a.ewrsubmit:hover,
.holder .bulk-basket-buttons a.ewrbtn:hover{
    background:#000;
}

#toolcontentwrapper .tool-content .bulk-basket-buttons .message {
    display: none;
    padding: 20px;
    background: #4F4F4F;
	color: #FFF;
	border: 1px solid #FFF200;
	margin-top:2px;
}

.bulk-basket-buttons .message a.clipboard {
	background:none;
	border:none;
}

.holder .bulk-basket-buttons a.clipboard .circle {
    background: #FFF200;
}

.holder .bulk-basket-buttons a:hover.clipboard .circle i, 
.holder .bulk-basket-buttons a:focus.clipboard .circle i, 
.circle i {
   color: #000;
}

.saved-item .basket-buttons {
  background: #F2F1F0;
}


#toolcontentwrapper .form-control {
    display: block;
    width: 100%;
    vertical-align: middle;
    border-radius: 0px;
    box-shadow: none;
	background: #fff;
    color: #244253;
    font-weight: 500;
    border: 0px solid #fff;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.45em 1em;
	height:auto;
}

#toolcontentwrapper #searchField.focused{
    background:#fff;
    color:#244253;
}

/** Over riding bootstrap **/
@media (max-width: 767px){
    .navbar-form .form-group {
        margin-bottom: 0px;
        vertical-align: middle;
    }
}

#toolcontentwrapper .tool-content p,
#toolcontentwrapper .tool-content .tool-content-inner .tool-content-item{
    font-size:14px;
}

#toolcontentwrapper .tool-content .tool-content-inner .tool-content-item .tool-user {
    display: inline-block;
    background: #FFF200;
    color: #4F4F4F;
    font-weight: 500;
    border: 1px solid #FFF200;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: 0.5em 1em;
    text-align: center;
    text-transform: uppercase;
    height: auto;
}
@media (max-width: 600px) {
    #toolcontentwrapper .tool-content .tool-content-inner .tool-content-item .tool-user {
        width:100%;
    }
}
#toolcontentwrapper .tool-content .tool-content-inner .tool-content-item .tool-user i{
    display:none;
    margin:0;
}

#toolcontentwrapper .tool-content .tool-content-inner .tool-content-item .tool-user:hover,
#toolcontentwrapper .tool-content .tool-content-inner .tool-content-item .tool-user:focus{
	background: #4F4F4F;
	color: #FFF;
	border: 1px solid #FFF200;
}

#toolcontentwrapper h4,
#toolcontentwrapper h5 {
    font-size: 1em;
}

#toolcontentwrapper h1,
#toolcontentwrapper h2,
#toolcontentwrapper h3,
#toolcontentwrapper h4,
#toolcontentwrapper h5 {
	color: #fff;
}

a.social{
	display:inline-block;
	padding:5px 15px;
	color: #FFF200;
}

a.social:first-of-type{
	padding-left:0px;
}

a.social:hover,
a.social:focus{
	color: #fff;
}

a.close-basket{
	color: #fff;
}

a.close-basket:hover,
a.close-basket:focus{
	color: #fff;
}

#toolcontentwrapper .tool-content-shut .close-basket i {
    display: none;
}

#toolcontentwrapper .tool-content-shut .close-basket::before {
    display: inline-block;

	/**font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f00d";*/
	font-size: 1em;

	content: "x";
}

#toolcontentwrapper .tool-content .message{
	color:#fff;
	font-weight:normal;
}

#toolcontentwrapper h3{
	font-size:1em;
	margin-bottom:10px;
}

.bulk-file-buttons .message {
    background: #F2F1F0;
	color:#fff;
}

#toolcontentwrapper .bulk-file-buttons .message h4{
	color:#fff;
}

#toolcontentwrapper .tool-content .bulk-file-buttons .message p{
	margin-left: 10px;
}

.public-holder .bulk-file-buttons a.clipboard .circle {
    background: #FFF200;
}




#toolnavwrapper .tool-nav.clippings .circle{
	background: #FFF200;
}

.saved-item .inner{
	background: #F2F1F0;
	color: #000;
}

.saved-item .circle.supfiles {
    background: #fff;
}

.saved-item .circle.supfiles i {
    color: #b2b2b2;
}

.basket-buttons a{
	color:#000;
}

.basket-buttons a:hover,
.basket-buttons a:focus{
    color: #000;
    opacity:0.5;
}


.bulk-file-buttons {
	background:#fff;
}


.tool-content.clippings h3 {
	padding-top: 0;
}


.asset-display .info-box-buttons .btn,
.basket-buttons a,
.bulk-file-buttons a{
	text-transform: uppercase;
	font-size:0.9em;
}

.basket-buttons a,
.bulk-file-buttons a{
	font-size:0.8em;

}
.basket-buttons a{
	font-weight: 500;
}

.asset-display .info-box-buttons .btn{
	font-size:0.8em;
}

@media (max-width: 700px) {
	.holder .bulk-basket-buttons a{
		width:100%;
		margin:0px;
		margin-bottom:5px;
	}
	.holder .bulk-basket-buttons a:last-of-type{
    	border: 1px solid #FFF200;
	}
	.holder .bulk-basket-buttons .message a.clipboard {
		border: none;
	}
}

/** MOBILE FONT SIZING */

@media only screen and (max-device-width: 480px) {
	bodyx{
		font-size:16px;
	}
	/**.saved-item .basket-buttons a,*/
	a.social {
		font-size:1.4em;
	}
	.asset-display .info-box-buttons .btn {
	  font-size: 1.4em;
	  padding: 10px 12px;
	}

}

@media only screen and (max-device-width: 400px) {
	.saved-item .basket-buttons {
    	bottom: 0px;
	}
	.saved-item .basket-buttons a{
		width:100%;
		font-size:0.9em;
		border-bottom: solid #ccc 1px;
		margin:0;
		padding:5px;
	}
	.saved-item .basket-buttons a:last-of-type{
		border-bottom:none;
	}

}


.shortcode-downloader-bulk .bottom-header{
	padding-top:40px;
}

.bulk-download-msg{
	margin-top:20px;
}


.asset-display h2 {
    margin-bottom: 0;
	margin-bottom: 10px;
}
.asset-display h3 {
	margin:0;
	padding: 0px;
    margin-bottom: 10px;
}


/*** GALLERIES */
p.info-box-title {
	display: none;
}



/*** ADDED **/



.epa-item-thumb a .thumb-holder {
	/**max-height:85px;
	overflow:hidden;*/
}

@media (max-width: 767px) {
	.epa-item-thumb a .thumb-holder {
		max-height:100%;
	}
	.epa-item-thumb a .thumb-holder img {
    	max-height: 100%;
	}
}

.epa-minigallery-message{
	margin-top: -30px;
	margin-bottom: 30px;
}

.epa-minigallery-message p{
    background: #F2F1F0;
    color: #000;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
	padding: 10px;
    margin-bottom: 1px;
    font-size: 0.8em;
    display: inline-block;
    width: 100%;
}


.bulk-basket-buttons .message #copylink.selected .share-link {
    background: #FFF200;
	color:#000;
}


/*** SHARELINK DOWNLOAD PAGE **/

.shortcode-download-box{
	margin-top:30px;
	padding:20px;
	max-width:400px;
	background-color: #4F4F4F;
	color:#fff;
}

.shortcode-download-box h2, 
.shortcode-download-box p, 
.shortcode-download-box a{
	color:#fff;
}

.shortcode-download-box h2{
	margin-top:0;
	padding-top:0;
}

.shortcode-download-box a {
    background: #FFF200;
    margin: 0;
    margin-top: 1em;
    color: #4F4F4F;
    font-weight: 500;
    border: 1px solid #FFF200;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 1em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
}

.shortcode-download-box a:hover,
.shortcode-download-box a:focus{
	background:#4F4F4F; 
	color:#FFF;
	border-color:#FFF200;  
}

.asset-display.shortcode-download-items{
	margin-top:30px;
}


.bundle-btn  {
    background: #FFF200;
    margin: 0;
    margin-top: 1em;
    color: #000;
    font-weight: 500;
    border: 1px solid #FFF200;
    border-radius: 0;
    transition: all 0.35s;
    line-height: 1.2em;
    font-size: 1em;
    padding: 0.5em 1em;
    text-shadow: none;
    text-align: center;
    text-transform: uppercase;
	display:inline-block;
	margin-bottom:20px;
}

.bundle-btn:hover,
.bundle-btn:focus{
	background:#000; 
	color:#FFF;
	border-color:#FFF200;  
}






.bulk-basket-buttons #copylink.selected .share-link {
    background: #FFF200;
    color: #000;
}
.holder .bulk-basket-buttons a.clipboard,
.holder .bulk-basket-buttons a.clipboard a:hover,
.holder .bulk-basket-buttons a.clipboard a:focus{
    background:none;
    border:none;
}

.shortcode-download .shortcode-download-box {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
    background: #4F4F4F;
    color:#fff;
    margin-bottom:20px;
}

.shortcode-download .epa-item-thumb.full .epa-item-thumb-buttons a{
  font-size: 0.7em;
  color:#000;
}

.shortcode-download .epa-item-thumb.full .epa-item-thumb-buttons a:hover,
.shortcode-download .epa-item-thumb.full .epa-item-thumb-buttons a:focus{
    color: #000;
    opacity:0.5;
}


.zip-total {
    color: #FFF200;
}


.zip-toggle-wrapper.zipped .zip-toggle, 
.zip-share-toggle-wrapper.zipped .zip-share-toggle {
    background: #FFF200;
}

.zip-toggle, 
.zip-share-toggle {
  background: #4F4F4F;
}
.res-toggle::before, 
.res-share-toggle::before {
    background-color: #FFF200;
}
.res-toggle-wrapper, 
.res-share-toggle-wrapper {
    color: #FFF200;
}
.holder .bulk-basket-buttons a.invert{
    padding: 0.5em 0.5em;
    border-color: #fff;
}
.holder .bulk-basket-buttons a.invert:hover,
.holder .bulk-basket-buttons a.invert:focus{
    color:#000;
    background: #FFF200;
    border-color: #FFF200;
}
.bulk-basket-buttons a.invert::after {
    content: '\f362';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: -1px;
    font-size: 14px;
}



body.z .navbar,
body.landing-page .navbar{
    margin-bottom: 0px;
}