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

.gallery_wrapper {
	max-width: 1000px;
}
.gallery_detail_header h1 {
	font-family: 'calluna', serif;
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 10px;
}
.page_header_description {
	font-family: 'calluna', serif;
	font-weight: 300;
}
.thumbnail {
	display: inline-block;
	text-align: center;
	position: relative;
	color: #555555;
	-webkit-transition: color 0.25s, background-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s;
	font-size: 12px;
	border-radius: 3px;
}
.thumbnail a {
}
.thumbnail img {
	display: block;
	margin-bottom: 7px;
	border-radius: 3px;
}
.thumbnail:hover, .gallery_slide_thumb img:hover {
	background-color: #eeeeee;
	color: black;
}
.toggle_button {
	display: inline-block;
	font-family: 'calluna', serif;
	font-weight: 300;
	color: #bbbbbb;
	-webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
	line-height: normal;
	border-bottom: 3px solid white;
	margin: 0 10px;
}
.toggle_buttonset {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.toggle_button:hover {
	color: #555555;
	border-bottom: 3px solid #eeeeee;
}
.toggle_active_button {
	color: #555555 !important;
	border-bottom: 3px solid #D2F4DC !important;
}


/* DETAIL */

.gallery_detail_nav, .gallery_detail_nav a {
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}
.gallery_detail_nav a:hover {
	color: #555555;
}
.gallery_detail_nav ul {
	padding: 0;
}
.gallery_detail_nav li {
	list-style: none;
	display: inline;
	padding: 0 15px;
}
#gallery_photo {
	-webkit-transition: margin 0.25s; /* Safari */
    transition: margin 0.25s;
}
.gallery_slideshow {
	margin-top: 40px;
}
.gallery_slidepart {
	display: inline-block;
	vertical-align: middle;	
}
.gallery_slidebutton {
	font-size: 50px;
	display: table-cell;
	width: 30px;
	overflow: hidden;
}
.gallery_slidebutton a {
	color: #dddddd;
}
.gallery_slidebutton a:hover {
	color: #aaaaaa;
}
.gallery_info {
	text-align: left;
	margin-top: 20px;
	line-height: 1.3;
	font-family: 'calluna', serif;
	font-weight: 300;
}
.gallery_description {
	text-align: justify;
	padding-left: 1px;
}
.gallery_description p {
	padding-bottom: 12px;
	margin: 0;
}
.detail_header {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	display: none;
}
.detail_bold {
	font-weight: 700;
}
.detail_bold a, .gallery_samplelink a {
	color: inherit;
}
.detail_bold a:hover, .gallery_samplelink a:hover {
	color: #5DC47D;
}
.detail_gray {
	margin-top: 8px;
	color: #999999;
}
.gallery_samplelink {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.no_pricing, .disabled {display:none !important;}


/* FREEFORM GALLERIES */

.freeform_gallery {
    margin: 50px 0;
    display: inline-block;
}
.freeform_gallery_row {
    overflow: auto;
}
.freeform_gallery_item {
    text-align: left;
    vertical-align: middle;
}
.freeform_gallery_item img {
	height: auto;
}

.freeform_large_text {
    font-family: 'calluna', serif;
    font-size: 30px;
    margin-bottom: 30px;
    padding-left: 3px;
}
.freeform_detail_text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 3px;
}
