/*
 * GALLERY
 */

/* photo */
section.gallery_photo_container { }
section.gallery_photo_container header h2{ 
	color: #252525;
	text-transform: uppercase;
	margin-top: 41px;
	margin-bottom: 19px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 1px;
	display:inline-block;
}
section.gallery_photo_container header h2:before {
    content: "";
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #252525;
}
section.gallery_photo_container #p_gallery{ 
	max-width:914px; 
	width:914px; 
	margin:0 auto;
}

section.gallery_photo_container #p_gallery .slick-prev,
section.gallery_photo_container #p_gallery .slick-next {
    text-indent: -9999px;
    overflow: hidden;
	background-color:tranparent;
    opacity: .3;
    width: 60px;
    height: 60px;
    margin-top: -18px;
    border: none;
    position: absolute;
    top: 41.5%;
    z-index: 9;
}
section.gallery_photo_container #p_gallery .slick-prev:focus, 
section.gallery_photo_container #p_gallery .slick-prev:hover,
section.gallery_photo_container #p_gallery .slick-next:focus, 
section.gallery_photo_container #p_gallery .slick-next:hover {
    opacity: .9;
}
section.gallery_photo_container #p_gallery .slick-prev {
    background-image: url(../img/Icon-GalleryPrev.png);
	background-repeat: no-repeat;
	background-position:right center;
	background-color: transparent;
    left: -12.5%;
}
section.gallery_photo_container #p_gallery .slick-next {
    background-image: url(../img/Icon-GalleryNext.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-color: transparent;
    right: -12.5%;
}
section.gallery_photo_container #p_gallery .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
section.gallery_photo_container #p_gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
section.gallery_photo_container #p_gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #C3C3C3;
	border-radius: 50%;
}
section.gallery_photo_container #p_gallery .slick-dots li.slick-active button::before {
    opacity: .75;
    color: transparent;
	background: #252525;
	border-radius: 50%;
}
section.gallery_photo_container #p_gallery .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.gallery_photo_container #p_gallery { 
	margin: 0 auto;
}
section.gallery_photo_container #p_gallery .item{
	width:305px; 
	max-width:305px; 
	min-height: 437px;
	max-height: 437px;
	vertical-align: top;
}
section.gallery_photo_container #p_gallery .item .items{ 
	width:305px; 
	max-width:305px; 
	padding:20px 25px;
}
section.gallery_photo_container #p_gallery  .item .items article a{ 
	outline:none!important;
	text-decoration:none;
}
section.gallery_photo_container #p_gallery  .item .items article a figure{
	background-repeat:no-repeat; 
	background-position:center center; 
	width:255px; 
	height:255px;
	background-size:cover;
}
section.gallery_photo_container #p_gallery  .item .items article a header{ }
section.gallery_photo_container #p_gallery  .item .items article a header h3{ 
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 6px;
	position: relative;
	color:#252525;
}
section.gallery_photo_container #p_gallery  .item .items article a header p{ 
	color: #636363;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 0px;
}
section.gallery_photo_container #p_gallery  .item .items article a figure { position: relative; }
section.gallery_photo_container #p_gallery  .item .items article a figure:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
	bottom: 0px;
    border-bottom: 4px solid #4e7235;
    transition: all;
    transition-duration: 0.4s; 
	margin-top: -4px;
}
section.gallery_photo_container #p_gallery  .item .items:hover article a figure:after { width: 100%; }
section.gallery_photo_container #p_gallery  .item .items:hover article a header h3 { color:#4e7235; }


/* video */
section.gallery_video_container { 
	border-top: 1px solid #E2E2E2;
	margin-top: 60px;
	padding-bottom: 60px;
}
section.gallery_video_container header h2{ 
	color: #252525;
	text-transform: uppercase;
	margin-top: 41px;
	margin-bottom: 19px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 1px;
	display:inline-block;
}
section.gallery_video_container header h2:before {
    content: "";
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #252525;
}
section.gallery_video_container #v_gallery{ 
	max-width:914px; 
	width:914px; 
	margin:0 auto;
}



section.gallery_video_container #v_gallery .slick-prev,
section.gallery_video_container #v_gallery .slick-next {
    text-indent: -9999px;
    overflow: hidden;
	background-color:tranparent;
    opacity: .3;
    width: 60px;
    height: 60px;
    margin-top: -18px;
    border: none;
    position: absolute;
    top: 41.5%;
    z-index: 9;
}
section.gallery_video_container #v_gallery .slick-prev:focus, 
section.gallery_video_container #v_gallery .slick-prev:hover,
section.gallery_video_container #v_gallery .slick-next:focus, 
section.gallery_video_container #v_gallery .slick-next:hover {
    opacity: .9;
}
section.gallery_video_container #v_gallery .slick-prev {
    background-image: url(../img/Icon-GalleryPrev.png);
	background-repeat: no-repeat;
	background-position:right center;
	background-color: transparent;
    left: -12.5%;
}
section.gallery_video_container #v_gallery .slick-next {
    background-image: url(../img/Icon-GalleryNext.png);
	background-repeat: no-repeat;
	background-position:left center;
	background-color: transparent;
    right: -12.5%;
}
section.gallery_video_container #v_gallery .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
section.gallery_video_container #v_gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
section.gallery_video_container #v_gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #C3C3C3;
	border-radius: 50%;
}
section.gallery_video_container #v_gallery .slick-dots li.slick-active button::before {
    opacity: .75;
    color: transparent;
	background: #252525;
	border-radius: 50%;
}
section.gallery_video_container #v_gallery .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.gallery_video_container #v_gallery { 
	margin: 0 auto;
}
section.gallery_video_container #v_gallery .item{ 
	vertical-align: top;
	min-height: 326px;
	max-height: 326px;
}
section.gallery_video_container #v_gallery .item .items{ 
	width:305px; 
	max-width:305px; 
	padding:20px 25px;
}
section.gallery_video_container #v_gallery .item .items article a{ 
	outline:none!important;
	text-decoration:none;
}
section.gallery_video_container #v_gallery .item .items article a figure{ 
	background-repeat:no-repeat; 
	background-position:center center; 
	width:255px; 
	height:144px;
	background-size:cover;
}
section.gallery_video_container #v_gallery .item .items article a header{ }
section.gallery_video_container #v_gallery .item .items article a header h3{ 
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 6px;
	position: relative;
	color:#252525;
}
section.gallery_video_container #v_gallery .item .items article a header p{ 
	color: #636363;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 0px;
}
section.gallery_video_container #v_gallery .item .items article a figure .bg_transparent_v_g{
    width:100%;
	height:100%;
	display:table;
}
section.gallery_video_container #v_gallery .item .items article a figure .bg_transparent_v_g div{
    display: table-cell;
	vertical-align: middle;
	text-align:center;
}
section.gallery_video_container #v_gallery .item .items article a figure .bg_transparent_v_g span{
    cursor: pointer;
	background-color: rgba(0, 0, 0, 0.7);	
	background-image: url('../img/Icon-Play.png');
	background-repeat:no-repeat;
	background-position: 20px center;
    transition: all 0.4s ease-in-out 0s;
	width: 50px;
	height: 50px;
	display:inline-block;
	border-radius: 50%;
}
section.gallery_video_container #v_gallery .item .items:hover article a figure .bg_transparent_v_g span{
	background-color: rgba(79, 115, 53, 0.79);	
}
section.gallery_video_container #v_gallery .item .items:hover article a header h3 { color:#4e7235; }

















