/************ GALLERY LIST STANDARD *************/
.gallery_items_row {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	}
	

.gallery_items_image {
	max-width: 195px;
	float: left;
	margin: 0 15px 15px;
	}

.gallery_title {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	float: none;
	margin: 0 0 15px;
}

.gallery_date,
.gallery_items_text {
	font-size: 13px;
	width: 550px;
	font-weight: 400;
	margin: 0 0 15px;
}

.view_gallery {
	background: #e0dfda;
	padding: 5px;
	margin: 0 10px 15px;
	float: right;
}
	
	.view_gallery:hover {
		color: #bc642b;
	}

	.view_gallery span {
		color: #3b4347;
		margin: 0 2px 0 0;
		padding: 5px 0;
	}

.gallery_pagination {
	float: none;
	clear: both;
	margin: 20px 0;
	text-align: center;
}

	.gallery_pagination a {
		margin: 0 20px;
	}
	
		.link_arrow {
			color: #3c4448;
			font-size: 10px;
		}
		
		.link_text {
			color: #bd6520;
			text-transform: uppercase;
			border-bottom: 1px dashed #282e30;
		}

/************ GALLERY STANDARD *************/

.gallery_interior_title {
	font-size: 20px;
	margin: 0 0 10px;
	color: #bd6520;
	text-transform: uppercase;
	font-weight: 700;
}

.gallery_interior_row {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.gallery_interior_title {
	margin-left: 18px;
}
	.gallery_interior_row a {
		display: inline-block;
	}
.gallery_interior_row .caption {
	display: none;
}
	.gallery_interior_row .center_link {
		margin: 0 20px;
	}
	
	.gallery_interior_row img {
		width: 225px;
	}

/************ GALLERY LIST MOBILE *************/
		
.mobile_content .gallery_items_row {
	display: block;
	width: auto;
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	}
	
.mobile_content .gallery_items_image {
	display: none;
	}

.mobile_content .gallery_wrapper {
	display: block;
	width: auto;
	padding: 10px 10px 10px 10px;
	}
	
	.mobile_content .gallery_items_headline {
		width: 100%;
		color: #333333;
		}
		
	.mobile_content .gallery_items_line {
		display: block;
		font-size: 12px;
		color: #666666;
		padding: 0px 10px 3px 0px;
		}
		
	.mobile_content .darker {
		color: #333333;
		}

/************ GALLERY MOBILE *************/

.mobile_content .projets_gallery_main {
	display: block;
	width: auto;
	}

	.mobile_content .projets_gallery_row {
		display: block;
		width: auto;
		}
				
		.mobile_content .gallery_padding {
			padding-right: 9px;
			padding-top: 9px;
			}
			
			.mobile_content .plugin_gallery_image_full {
				width: 260px;
				}
				
				.mobile_content .gallery_gallery_image {
					width: 121px;
					float: left;
					}
					
				.mobile_content .plugin_gallery_image_thumb {
					width: 121px;
					}
			
.mobile_content .gallery_gallery_content {
	display: block;
	width: auto;
	min-height: 133px;
	float: left;
	background-position: top;
	background-repeat: repeat-x;
	padding: 15px;
	margin-top: 10px;
	}
	
	.mobile_content .gallery_gallery_content .gallery_items_line  {
		font-size: 14px;
		}
		
	.mobile_content .gallery_gallery_text {
		width: 100%;
		float: left;
		padding: 10px 0px 0px 0px;
		}

.view_gallery {
	float: left;
	margin: 0;
	background: purple;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 15px;
	margin-top: 8px;
}

a.view_gallery:hover {
	color: #fff;
	text-decoration: none;
	background: #ef894f;
	color: #fff !important;
}

.gallery_pagination a span {
	color: #fff;
	border: 0;
}

.gallery_pagination a {
	background: #ef894f;
	color: #fff !important;
	padding: 8px 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

.gallery_pagination a:hover {
	text-decoration: none;
}

.gallery_title a {
	color: #ef894f !important;
	padding: 0;
}

.gallery_title {
	padding: 10px 0;
	background: #fff;
	color: #ef894f !important;
	border-bottom: 0;
}

.gallery_items_row {
	width: 46%;
	background: #eee;
	margin: 20px 20px 10px;
}

.gallery_items_text, .gallery_date {
	font-size: 15px;
	width: 100%;
	padding: 0 10px;
}

.gallery_interior_title {
	color: #ef894f !important;
}