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


/* whole screen pop container */
#screen_pop{
background-image:url(../images/bgnd_w.png);
position:fixed;
width:100%;
text-align:center;
top:0px;
left:0px;
z-index:888888;
display:none;
}


#img_pop{
	margin-top:20px;
	display:none;
	text-align:center;
	padding:0px;
	z-index:999999;
}





#img_pop_container{
	padding:20px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	position:relative;
}


#largeimg_container{
	display:inline-block;
	position:relative;
}
#largeimg{
display:block;
margin:auto;
border:1px solid #ccc;
}
#close_pop{
display:block;
position:absolute;
top:10px;
right:10px;
color:#333333;
text-decoration:none;
font-size:18px;
cursor:pointer;
width:30px;
height:30px;
background:url(../images/gallery/close.png) no-repeat center center;
background-size:100% 100%;
}
#close_pop:hover{
background:url(../images/gallery/close_over.png) no-repeat center center;
background-size:100% 100%;
}
#img_pop a:hover{
	color:#999999;
}
#prev_img{
display:inline-block;
position:absolute;
top:50%;
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
left:10px;
cursor:pointer;
width:55px;
height:53px;
background:url(../images/gallery/light_box_prev.png) no-repeat center center;
}
#prev_img:hover{
background:url(../images/gallery/light_box_prev_over.png) no-repeat center center;
}

#next_img{
	display:inline-block;
position:absolute;
top:50%;
-ms-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
right:10px;
cursor:pointer;
width:55px;
height:53px;
background:url(../images/gallery/light_box_next.png) no-repeat center center;
}
#next_img:hover{
background:url(../images/gallery/light_box_next_over.png) no-repeat center center;
}

#img_pop_name{
	color:#333333;
}
#img_pop_text{
	padding:20px 60px 0px 60px;
	color:#333333;
}

#img_pop_link{
	padding-top:15px;
	font-size:18px;	
}








/* gallery images */
.lightbox_gallery_list{
	float:left;
	text-align:center;
	padding:20px;
}
.lightbox_gallery_list img{
	width:100%;
	display:block;
}
.lightbox_gallery_list_text{
	text-align:center;
	padding-top:10px;
}
.lightbox_gallery_list_text a{
	font-size:20px;
	line-height:30px;
	color:#b2ac0d;
	text-decoration:none;
}


/* image thumbnails  - light box*/
.lightbox_image_list{
	float:left;
	text-align:center;
	padding:20px;
	width:33.33%;
}
.lightbox_image_list img{
	width:100%;
	display:block;
}

.lightbox_image_list_text{
	text-align:center;
	text-transform:uppercase;
	padding:10px 0px 30px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height:28px;
	color:#333333;
}
.lightbox_image_list_text a{
	color:#333333;
	text-decoration:none;
}







/********* mobile **********/
@media screen and (max-width: 1140px) {
	

#screen_pop{
	position:absolute;
	top:0px;
padding-bottom:60px;

}

#img_pop{
margin:auto;
padding:0px;
position:relative;
}
#img_pop_container{
	padding:5px;
}

#img_pop_text{
	padding:20px 0px 0px 0px;
}

.lightbox_image_list{
	padding:10px;
}
.lightbox_gallery_list{
	padding:10px;
}

#largeimg{
max-width:100% !important;
}

}



@media screen and (max-width: 700px){

.lightbox_image_list{
	width:50%;
}

}


@media screen and (max-width: 500px){

.lightbox_image_list{
	padding:5px;
}
}

