
/* Set the width if the site it self doesn't have container div 
   OR remove width/padding if the site already has a container*/

.container.gallery-container {
	width: unset !important;
	/*padding-right: unset !important;
	padding-left: unset !important;
	margin-right: unset !important;
	margin-left: unset !important;*/
	padding-top: 15px;
}
/****** Paging **********/ 
.fa-angle-double-Left:before
{
    content: "\f101";
}
.fa-angle-double-Right:before {
  content: "\f100";
}
.fa-angle-Right:before {
  content: "\f104";
}
.fa-angle-Left:before {
  content: "\f105";
}

.paging
{
    line-height:35px;
    font-weight: bold;
    clear:both;
    display:block;
    overflow:hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging span.selected
{
    background-color: #6ab43e;
    border: #1e304b 1px solid;
    color: #ffffff;

    border-radius: 5px;
    cursor:pointer;
    padding:3px 5px;
    margin-left:10px;
    
    font-size: 15px;
    line-height: 28px;
    min-width: 40px;
    display:inline-block;
    
}
.paging a
{
    background-color:#ffffff;
    border: 1px solid #1e304b;
    color: #1e304b;  

    border-radius: 5px;
    cursor:pointer;
    
    font-size: 17px;
    line-height: 28px;
    min-width: 40px;
    display:inline-block;
    text-decoration:none;
    padding: 3px 5px;
    margin-left:10px;
    
    transition: all 0.3s ease-in-out 0s;
    
}
.paging a:hover
{
    
}
.fa-angle
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size:17px;
    font-weight: 400;
}
/*********************************************************************/


/***** Embed Code ****/
#EmbedCodeDiv
{
    padding:5px;
    margin:20px;
    direction:ltr;
}
#EmbedCodeDiv #CopyLink
{
    font-size:90%;
    direction:ltr;
}
/***** Embed Code ****/
.album-thumb {

	position: relative;
	display: block;
	overflow: hidden;
	background-color: black;
}
.album-thumb img {

	transform: scale(1.01);
	transition: 0.4s ease-in-out;
	opacity: 0.85;

}
.album-thumb:hover img {

	transform: scale(1.1);
	opacity: 1;
}
.album-thumb .album-title {

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.1);
	color: white;
	margin: 0;
	transition: 0.9s;
}

.album-thumb:hover .album-title {
	background-color: rgba(0, 0, 0, 0.2);
	transition: 0.9s;
}
.album-thumb .album-title span.title {

	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	display: block;
	vertical-align: middle;
	font-size: 16px;
}
.album-thumb .album-title .badge {

	transform: translateY(55%);
	color: white;
	background-color: #262c31;
	font-weight: normal;
	font-size: 82%;
	opacity: 0.85;
}
/******************** Media thumb block *******************************/
.gt-arrow, .portfolio-folder {
	display: none;
}
.media-figure {
	position: relative;
}

.media-figure figcaption {

	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.media-figure figcaption::before {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	height: 100%;
}
.media-figure figcaption span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
	color: white;
	font-size: 24px;
	transition: 0.3s;
	z-index: 11;
	
	display: none !important; /* Hide caption when needed */
	
}
.media-thumb:hover figcaption span {
	transform: translate(-50%, -50%);
}
.media-thumb:hover figcaption {
	visibility: visible;
	opacity: 1;
}
.media-thumb {

	position: relative;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-radius: 0px;

}
.media-thumb:before {
	content: "";
	display: block;
	padding-top: 0; 	/* initial ratio of 1:1*/

}
.media-thumb img {

	
	transition: 0.9s;
	transform: scale(1.05);
}
.media-thumb:hover img {

	transform: scale(1.15);
}
.special.media-figure {
	padding: 3px;
}
.special.media-figure .media-thumb {
	border: 1px solid silver;
}
/******* Mobile ***********/
@media (max-width: 768px) {
	.album-thumb .album-title {
		height: 30px;
		line-height: 30px;
	}
	.album-thumb .album-title .badge {
		font-size: 75%;
	}
}