@charset "UTF-8";
/* CSS Document */

.page_container {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gallery_credit {
	padding: 0px;
	float: left;
	width: 425px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.gallery_type {
	text-align: right;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gallery_top {
	background-image: url(../images/template/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.gallery_content {
	background-image: url(../images/template/page_tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.gallery_thumbnails {
    padding: 0px;
    float: right;
    width: 500px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: 54% !important;
}
.gallery_preview {
    margin: 0px;
    padding: 0px;
    float: left;
    height:652px;
    width: 45%;
    background-repeat: no-repeat;
}
.gallery_contact {
	float: left;
	height: 60px;
	width: 477px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.gallery_caption {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 375px;
}
.gallery_bottom {
	background-image: url(../images/template/page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.clear_both {
	line-height: 1px;
	clear: both;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery_thumbnails a {
    display: block;
    float: left;
    height: 210px;
    width: 31.5%;
    border: 1px solid #999;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.gallery_thumbnails a:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_thumbnails a.selected {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_preview a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 1px solid #999;
	background-size: cover;
	border-radius: 25px;
}
.gallery_preview a:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.gallery_preload_area {
	display: none;
}
a.contactlink {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/template/link_email.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.zoom {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/template/link_zoom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.gallery_thumbnails a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.gallery{
        padding: 1rem 0 2rem;
        position: relative;
 }
 .gallery .blog2{
    text-align: left;
    margin-top: 0;
 }
 span.social-text {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.gallery .social-icons {
    position: absolute;
    right: 20px;
    top: 3rem;
}
.gallery_preview {
    width: 100%;
    height: 315px;
    margin: 0 1.5rem;
}
img.gallery-logo {
    position: absolute;
    width: 150px;
    bottom: inherit;
    left: 0;
    z-index: 1;
    top: 26rem;
}
.gallery_thumbnails {
    margin: 5rem 0 1rem;
    width: 100% !IMPORTANT;
}
.gallery_thumbnails a{
	width: 30%;
	height: 100px;
}
.follow-us, .load-more{
	width: 300px;
	margin-top: 1rem;
	padding: 0;
}
}
@media (min-width: 768px) and (max-width: 979px){
		.gallery{
        padding: 1rem 0 2rem;
        position: relative;
 }
 .gallery .blog2{
    text-align: left;
    margin-top: 0;
 }
 span.social-text {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.gallery .social-icons {
    position: absolute;
    right: 20px;
    top: 3rem;
}
.gallery_preview {
    width: 100%;
    height: 500px;
    margin: 0 5rem;
}
img.gallery-logo {
    position: absolute;
    width: 150px;
    bottom: inherit;
    left: 2rem;
    z-index: 1;
    top: 42rem;
}
.gallery_thumbnails {
    margin: 5rem 0 1rem;
    width: 100% !IMPORTANT;
}
.gallery_thumbnails a {
    width: 31.5%;
    height: 220px;
}
.follow-us, .load-more{
	width: 300px;
	margin-top: 1rem;
	padding: 0;
}
}



