/* Preload images */


.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
 
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 6px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.36;
  -moz-transition: opacity 0.36;
  -o-transition: opacity 0.36;
  transition: opacity 0.36;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.36;
  -moz-transition: opacity 0.36;
  -o-transition: opacity 0.36;
  transition: opacity 0.36;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  background:#FFF;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  color:#000;
  margin-left:5px;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 0px;
  padding-left:0px;
  font-size: 0px;
  color: #FFFFFF;
  line-height:0px;
  font-family:Arial, Helvetica, sans-serif;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 34px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.image-row{
	margin:0px ;
}
.image-row a{	
	text-decoration:none;
}
.image-row img{
  padding:3px;
  width:13%;
  background:#c7c7c7;
  margin:0px 2.7% 20px 0;
  text-decoration:none;
  transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;
}
.image-row img:hover{
	background:#FFF;
	padding:3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.9);

}



/*GALLERY*/
.news-row{
	margin:0px ;
}
.news-row a{	
	text-decoration:none;
}
.news-row img{
  padding:3px;
  height:100px;
  background:#c7c7c7;
  margin:0px 10px 20px 0;
  text-decoration:none;
  transition: all 0.4s ease;
   		 -webkit-transition: all 0.4s ease;
   		 -moz-transition: all 0.4s ease;
  		 -o-transition: all 0.4s ease;
}
.news-row img:hover{
	background:#FFF;
	padding:3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.9);

}



@media screen and (max-width: 1200px) {

	.image-row img{
	  margin:0px 2.5% 20px 0;
	}
	
}


@media screen and (max-width: 1003px) {
	.image-row img{
	  margin:0px 2.3% 20px 0;
	}
}

@media screen and (max-width: 1003px) {
	.image-row img{
	  margin:0px 2% 20px 0;
	}
}

@media screen and (max-width: 640px) {
	.image-row img{
	  width:16%;
	  margin:0px 2% 20px 0;
	}
	
}

@media screen and (max-width: 568px) {
	.image-row img{
	  width:15.5%;
	  margin:0px 2% 20px 0;
	}
	
}

@media screen and (max-width: 460px) {

.image-home a div{
   width:130px;
   height:90px;
}

.image-row img{
  width:29%;
}
.image-row img{
  padding:2px;
}
.image-row img:hover{
	padding:2px;

}
}

@media screen and (max-width: 360px) {

.image-home a div{
   width:130px;
   height:90px;
}

.image-row img{
  width:45%;
}
.image-row img{
  padding:2px;
}
.image-row img:hover{
	padding:2px;

}
}

@media screen and (max-width: 320px) {

.image-map img{
	margin-bottom:20px;
}

.image-home a div{
   width:120px;
   height:90px;
}
.image-row img{
  width:98%;
}
.image-row img{
  padding:1px;
}
.image-row img:hover{
	padding:1px;

}

.news-row img{
  height:auto;
  width:40%;
}
}


@media screen and (max-width: 240px) {



.news-row img{
  height:auto;
  width:92%;
  margin-left:2%;
}
}