
/* =Gallery
-------------------------------------------------------------- */

.simplified-gallery {
	text-align: center;
}
a.simplified-gallery-link {
    vertical-align: top;
}

#simplified-lightbox-overlay {
	width: 100%;
	height: 100%;
	background: #757679;
	background: rgba(117,118,121,.80);
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
}
#simplified-lightbox-table {
	display: table;
	width: 85%;
	margin: 0 auto;
	height: 100%;
}
#simplified-lightbox-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#simplified-lightbox-content {
	background-color: #d3d3d1;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 85%;
	position: relative;
}
#simplified-lightbox-close {
	background: #f9a752;
	color: #FFF;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	line-height: 20px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1010;
}
#simplified-lightbox-close:hover {
	background: #99bfc4;
}
#simplified-photo-wrap {
	height: 100%;
	float: left;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
#simplified-lightbox-prev, #simplified-lightbox-next {
	background: #f9a752;
	color: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	line-height: 26px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1010;
		opacity: 0;
	transition: opacity .2s, background .2s;
    }
#simplified-lightbox-prev.simplified-lightbox-tablet, #simplified-lightbox-next.simplified-lightbox-tablet {
	opacity: 1;
}
#simplified-lightbox-prev:hover, #simplified-lightbox-next:hover {
	background: #99bfc4;
}
#simplified-lightbox-content:hover #simplified-lightbox-prev, #simplified-lightbox-content:hover #simplified-lightbox-next {
	opacity: 1;
}
#simplified-lightbox-prev {
	left: -10px;
	padding-right: 4px;
	float: left;
}
#simplified-lightbox-next {
	right: -10px;
	padding-left: 4px;
	float: right;
}
#simplified-info-wrap {
	height: 100%;
	background: #FFF;
    color: #757679;
	float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.no-descrip #simplified-info-wrap {
	display: none;
}
#simplified-info-wrap h3 {
    color: #757679;
	font-weight: 300;
	font-size: 1.5em;
    margin: 0;
}
@media only screen and (min-width: 1025px) {
	#simplified-photo-wrap {
		width: 65%;
	}
    .no-descrip #simplified-photo-wrap {
		width: 100%;
    }
	#simplified-info-wrap {
		width: 35%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	a.simplified-lightbox-link {
		width: 140px;
		height: 140px;
	}
	#simplified-photo-wrap {
		width: 55%;
	}
    .no-descrip #simplified-photo-wrap {
		width: 100%;
    }
	#simplified-info-wrap {
		width: 45%;
	}
}
@media only screen and (min-width: 581px) and (max-width: 767px) {
	#simplified-photo-wrap {
		width: 55%;
	}
    .no-descrip #simplified-photo-wrap {
		width: 100%;
    }
	#simplified-info-wrap {
		width: 45%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
	#simplified-lightbox-table {
		display: block;
		width: 100%;
	}
	#simplified-lightbox-cell {
		display: block;
	}
	#simplified-lightbox-content {
		height: 100%;
		overflow: scroll;
	}
	#simplified-photo-wrap {
		float: none;
		width: 100%;
		height: 85%;
	}
	#simplified-info-wrap {
		float: none;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		display: none;
		z-index: 1011;
    }
	#simplified-info-container {
        font-size: 14px;
	}
	#simplified-lightbox-close {
		top: 10px;
		right: 10px;
	}
	#simplified-lightbox-prev {
		margin-left: 10px;
		opacity: 1;
	}
	#simplified-lightbox-next {
		margin-right: 10px;
		opacity: 1;
	}
	#simplified-info-close {
        background: #f9a752;
        color: #FFF;
		display: block;
		width: 20px;
		height: 20px;
		text-align: center;
		text-decoration: none;
		border-radius: 100px;
		line-height: 20px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#simplified-lightbox-more {
		display: table;
		width: 100%;
		height: 15%;
        background: #f9a752;
        color: #FFF;
		text-decoration: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
		font-size: 1.5em;
	}
    .no-descrip #simplified-lightbox-more {
		display: none;
    }
	#simplified-lightbox-more span {
		display: table-cell;
		height: 100%;
		width: 100%;
		vertical-align: middle;
	}
	#simplified-lightbox-content p {
		line-height: 18px;
	}
	.simplified-lightbox-landing-thumb {
		display: block;
		margin: 0 auto 40px;	
		padding-top: 1px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
}
@media only screen and (min-width: 320px) and (max-width: 580px) and (orientation : landscape) {
	#simplified-lightbox-more {
		height: 30%;
		font-size: 1em;
	}
	#simplified-lightbox-content p {
		font-size: 9px;
		line-height: 11px;
	}
}
.simplified-gallery img {
height: auto;
width: auto;
max-width: 100%;
display: block;
margin: 0 auto 30px;
}