@CHARSET "UTF-8";


/*
 * gallery view
 */
.theme-mobile .gallery-view {
	position: relative;
	display: block;
}


.theme-mobile .gallery-view .header {
}

.theme-mobile .gallery-view .header h1,
.theme-mobile .gallery-view .header h2,
.theme-mobile .gallery-view .header h3 {
	margin-top: 0;
	margin-bottom: 0;
}


.theme-mobile .gallery-view .body {
	position: relative;
}


.theme-mobile .gallery-view .content {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	border-left: 0;
	border-right: 0;
}


.theme-mobile .gallery-view .content .image {
	text-align: center;
}

.theme-mobile .gallery-view .content .image img {
	display: inline-block;
}

.theme-mobile .gallery-view .content .caption {
	font-size: 0.8em;
    margin: 0.5em 15px 0;
    padding-bottom: 0.5em;
}

.theme-mobile .gallery-view .nav {
	position: absolute;
	height: 36px;
	right: 0;
	top: -36px;
}

.theme-mobile .gallery-view .nav .btn {
	width: 36px;
	height: 100%;
	display: block;
	float: left;
}

.theme-mobile .gallery-view .nav .btn-prev {
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -288px center;
}


.theme-mobile .gallery-view .nav .btn-next {
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -216px center;
}

.theme-mobile .gallery-view .nav.first .btn-prev ,
.theme-mobile .gallery-view .nav.last .btn-next {
	opacity: .5;
}


/*
 * gallery nav
 */
.theme-mobile .gallery-nav {
	position: relative;
	display: block;
	margin: -1em -15px !important;
	padding: .5em 0;
	border-left: 0;
	border-right: 0;
}

/*
 * basic styles for the carousel defined at "mobile.css"
 */
.theme-mobile .gallery-nav .carousel {
	/*
	 * gallery nav specific styles
	 */
}



/*
 * gallery grid
 */
.theme-mobile .gallery-grid {
	position: relative;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.theme-mobile .gallery-grid .header {
}

.theme-mobile .gallery-grid .header h1,
.theme-mobile .gallery-grid .header h2,
.theme-mobile .gallery-grid .header h3 {
	margin-top: 0;
	margin-bottom: .5em;
}

.theme-mobile .gallery-grid .header .description {
}


.theme-mobile .gallery-grid .body {
}


.theme-mobile .gallery-grid .body .grid {
	margin: 0;
	padding: 0;
}

.theme-mobile .gallery-grid .body .grid li {
	list-style-type: none;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 5px 0 rgba(255, 255, 255, 0.5);
}


/*
 * gallery list
 */
.theme-mobile .gallery-list {
	position: relative;
	display: block;
	padding: 0;
}

.theme-mobile .gallery-list .header {
}

.theme-mobile .gallery-list.pagi-enabled .header {
	margin-bottom: -36px;
}

.theme-mobile .gallery-list.gallery-view-displayed .header {
	display: none;
}

.theme-mobile .gallery-list .header h1,
.theme-mobile .gallery-list .header h2,
.theme-mobile .gallery-list .header h3 {
	margin-top: 0;
	margin-bottom: 0;
}


.theme-mobile .gallery-list .header p {
	margin: 0 auto;
	padding-bottom: .5em;
}



.theme-mobile .gallery-list .list {
	position: relative;
}

.theme-mobile .gallery-list.pagi-enabled .list {
	margin-top: 36px;
	margin-bottom: 36px;
}

.theme-mobile .gallery-list.gallery-view-displayed .list {
	margin-top: 0;
}


.theme-mobile .gallery-list ul {
	margin-top: 0;
}


.theme-mobile .gallery-list ul li {
}


.theme-mobile .gallery-list ul li .image {
	float: left;
	margin-right: .5em;
}

.theme-mobile .gallery-list ul li .date {
	font-size: 12px;
    font-weight: normal;
    opacity: .7;
}

.theme-mobile .gallery-list ul li h2 {
	margin-top: 0;
}


.theme-mobile .gallery-list ul li .content {
}

/*
 * paginator is designed at "mobile.css"
 */
.theme-mobile .gallery-list.gallery-view-displayed .pagi-top {
	display: none;
}




































