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

.gallery_wrapper {
	min-width: 850px;
}
.page_header_description {
	width: 500px;
	margin-top: 20px;
	font-size: 14px;
}
.thumbnail {
	margin: 0px;
	padding: 10px;
}
.toggle_button {
	font-size: 24px;
}


/* DETAIL */

.gallery_photo_wrapper, .gallery_slide_thumb {
	border-radius: 3px;
}
#gallery_photo img {
	width: 700px;
	height: auto;
	display: inline;
	float: left;
}
.gallery_photo_wrapper, .gallery_info, .gallery_slide_thumb {
	width: 700px;
	overflow: hidden;
}
.gallery_photo_wrapper {
	margin: 0 20px;
}
#gallery_photo {
	width: 3500px;
}
.gallery_slideshow {
	min-width: 800px;
}
.gallery_slide_thumb {
	margin: 20px 0;
	background-color: #f5f5f5;
}
.gallery_slide_thumb img {
	width: 100px;
	height: auto;
	padding: 10px;
	-webkit-transition: color 0.25s, background-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s;
}
.thumb_img_current {
	background-color: #e7e7e7;
}
.gallery_info {
	font-size: 14px;
}
.gallery_description, .gallery_details {
	display: table-cell;
}
.gallery_description {
	width: 60%;
	padding-right: 20px;
	border-right: 1px solid #eeeeee;
}
.gallery_details {
	padding-left: 20px;
}

/* FREEFORM GALLERIES */

.freeform_gallery_row {
    padding-bottom: 80px;
}
.freeform_gallery_item {
    display: inline-block;
}
.freeform_gallery_item img {
	border-radius: 3px;
    overflow: hidden;
}
.freeform_gallery_item a img {
	border: 1px solid transparent;
	-webkit-transition: border-color 0.25s; /* Safari */
    transition: border-color 0.25s;
    border-radius: 3px;
}
.freeform_gallery_item a img:hover {
	border-color: #5DC47D;
}
.freeform_large_text {
    margin-top: 40px;
}
.ff_small, .ff_small img {width: 280px;}
.ff_medium, .ff_medium img {width: 600px;}
.ff_large, .ff_large img {width: 920px;}

.ff_left {
    float:left;
    padding-right: 40px;
}
.ff_right {
    float:right;
}