@charset "UTF-8";
/******************************
THUMBNAIL CSS
******************************/
.kmo_clear_both {
	clear: both;
}
.kmo_standard_gallery {
	max-width: 1300px;
	margin-bottom: 22px;
}
.kmo_standard_gallery div {
	margin: 0px;
	padding: 0px;
}
.kmo_standard_gallery .kmo_standard_left {
	width: 24%;
	float: left;
	margin-left: 1.32%;
	margin-bottom: 1.32%;
	overflow: hidden;
}
.kmo_standard_gallery .kmo_standard_left img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*border: 3px solid #CCC;*/
}
.kmo_standard_gallery .kmo_standard_one {
	margin-left: 0px;
	clear: both;
}
/******************************
OVERLAY CSS
******************************/
#kmo_overlay h1, h2, h3, p, img {
	margin: 0px;
	padding: 0px;
}
#kmo_overlay {
	background-color: rgba(0,0,0,0.9);
	z-index: 99998;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	height: 0%;
}
#kmo_overlay.kmo_fade_in {
	height: 100%;
	opacity: 1;
	-webkit-animation: kmo_fade_in .5s;
	animation: kmo_fade_in .5s;
}
@-webkit-keyframes kmo_fade_in /* Safari and Chrome */ {
from {
background-color: rgba(0,0,0,0.0);
}
to {
background-color: rgba(0,0,0,0.9);
}
}
@keyframes kmo_fade_in /* Other Broswers */ {
from {
background-color: rgba(0,0,0,0.0);
}
to {
background-color: rgba(0,0,0,0.9);
}
}
#kmo_overlay.kmo_fade_out {
	height: 0%;
	opacity: 0;
	-webkit-animation: kmo_fade_out .5s;
	animation: kmo_fade_out .5s;
}
@-webkit-keyframes kmo_fade_out /* Safari and Chrome */ {
from {
opacity: 1;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
to {
opacity: 0;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
}
@keyframes kmo_fade_out /* Other Broswers */ {
from {
opacity: 1;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
to {
opacity: 0;
height: 100%;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
}
#kmo_overlay #kmo_info_wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
#kmo_overlay #kmo_image_wrap {
	width: 63%;
	margin-right: 2%;
	float: left;
}
#kmo_overlay #kmo_image_wrap #kmo_image {
	background-image: url(/kmo-gallery/assets/images/large-loader.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 100px;
	min-width: 100px;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image {
	width: 0%;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	max-height: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 2px solid #999;
	opacity: 1.0;
	display: block;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image.kmo_fade_current {
	width: auto;
	-webkit-animation: kmo_fade_current .75s;
	animation: kmo_fade_current .75s;
}
@-webkit-keyframes kmo_fade_current /* Safari and Chrome */ {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes kmo_fade_current /* Other Broswers */ {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#kmo_overlay #kmo_info_wrap #kmo_image_details {
	float: left;
	width: 35%;
	margin-top: 35px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#kmo_overlay #kmo_info_wrap #kmo_image_details #kmo_display_title {
	font-weight: 200;
	margin-bottom: 5px;
	font-size: 28px;
}
#kmo_overlay #kmo_info_wrap #kmo_image_details #kmo_display_desc {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#kmo_overlay .kmo_button {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-color: #454545;
	float: left;
	margin-left: 10px;
	min-width: 60px;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	font-weight: normal;
}
#kmo_overlay #kmo_close_overlay {
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
}
#kmo_overlay #kmo_next_prev {
	margin-bottom: 10px;
	float: right;
}
#kmo_overlay #kmo_next_prev_mobile {
	display: none;
}
#kmo_noscript {
	background-color: #F0444D;
	left: 0px;
	right: 0px;
	position: fixed;
	bottom: 0px;
}
#kmo_noscript p {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#kmo_responsive_grab {
	background-image: url(/kmo-gallery/assets/images/responsive-grab.png);
	background-repeat: none;
	background-position: center center;
	width: 353px;
	height: 143px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/******************************
MOBILE PHONE
******************************/
@media only screen and (min-width: 1px) and (max-width: 480px) {
#kmo_overlay #kmo_next_prev {
	display: none;
}
#kmo_overlay #kmo_next_prev_mobile {
	display: block;
	margin: 20px 0px 0px 0px;
}
#kmo_overlay #kmo_next_prev_mobile .kmo_button_mobile {
	height: 32px;
	float: left;
	cursor: pointer;
	width: 50%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 10px;
}
#kmo_overlay #kmo_next_prev_mobile #kmo_prev_mobile {
	background-image: url(/kmo-gallery/assets/images/prev-mobile-fade.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	background-color: #000;
}
#kmo_overlay #kmo_next_prev_mobile #kmo_next_mobile {
	background-image: url(/kmo-gallery/assets/images/next-mobile-fade.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 0px;
	background-color: #000;
}
#kmo_overlay #kmo_image_wrap {
	float: none;
	margin: 0px;
	width: 100%;
}
#kmo_overlay #kmo_image_wrap #kmo_image {
	background-position: center center;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image.kmo_fade_current {
	width: auto;
	-webkit-animation: kmo_fade_current .75s;
	animation: kmo_fade_current .75s;
}
@-webkit-keyframes kmo_fade_current /* Safari and Chrome */ {
from {
opacity: 0;
max-height: 0px;
}
to {
opacity: 1;
max-height: 650px;
}
}
@keyframes kmo_fade_current /* Other Broswers */ {
from {
opacity: 0;
max-height: 0px;
}
to {
opacity: 1;
max-height: 650px;
}
}
#kmo_overlay #kmo_close_overlay {
	cursor: pointer;
	background-image: url(/kmo-gallery/assets/images/close-overlay-30.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 31px;
	width: 31px;
}
#kmo_overlay #kmo_close_overlay #kmo_close {
	display: none;
}
#kmo_overlay #kmo_info_wrap #kmo_image_details {
	float: none;
	width: 100%;
	margin-top: 8px;
}
#kmo_responsive_grab {
	display: none;
}
}

/******************************
TABLET
******************************/
@media only screen and (min-width: 481px) and (max-width: 768px) {
#kmo_overlay #kmo_image_wrap {
	float: none;
	margin: 0px;
	width: 100%;
}
#kmo_overlay #kmo_image_wrap #kmo_image {
	background-position: center center;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image {
	margin-right: auto;
}
#kmo_overlay #kmo_image_wrap #kmo_image #kmo_current_image.kmo_fade_current {
	width: auto;
	-webkit-animation: kmo_fade_current .75s;
	animation: kmo_fade_current .75s;
}
@-webkit-keyframes kmo_fade_current /* Safari and Chrome */ {
from {
opacity: 0;
max-height: 0px;
}
to {
opacity: 1;
max-height: 650px;
}
}
@keyframes kmo_fade_current /* Other Broswers */ {
from {
opacity: 0;
max-height: 0px;
}
to {
opacity: 1;
max-height: 650px;
}
}
#kmo_overlay #kmo_info_wrap #kmo_image_details {
	float: none;
	width: 100%;
	margin-top: 8px;
}
#kmo_responsive_grab {
	display: none;
}
}
