
/* Gallery */

.gallery{
	margin-top: 25px;
}
.thumbnail-container:hover{
	-webkit-box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.75);
}
.thumbnail-container{
	cursor: pointer;
	width: 250px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	display: inline-block;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
			transition: all 300ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.thumbnail-container .thumbnail-image{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbnail-container .thumbnail-text{
	display: block;
	width: 100%;
	padding: 0px;
	background: white;
	height:0;
	max-height: 90px;
}
.thumbnail-container .thumbnail-text .thumbnail-title{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
}
.thumbnail-container .thumbnail-text .thumbnail-desc{
	padding: 0;
	margin: 0;
	display: block;
	font-size: 14px !important;
}

.pagination{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
}
.pagination .pag{
	padding-left: 8px;
	padding-right: 8px;
	background: #003976;
	color: white;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.pagination .page{
	color: #c3a177;
}

/* image gallery */
#galerySliderFullCnt{
	position:absolute;
	background-color:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1500;
}
#galerySliderFullCnt .ajaxloader{
	margin:0 auto;
	margin-top:300px;
	display:inline-block;
	position:absolute;
}
#galerySliderFullCnt *{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   }

.galClose{
	width:13px;
	height:14px;
	background-image:url("../../templates/ImageGalleryNew/images/close.png");
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:5100;
	cursor:pointer;
}

			.slider1Container{
				height:500px;
				position: absolute;
				width:100%;;
	}
			.doubleSlider-1 {
				width: 100%;
				overflow:visible !important;
				height:100%;
			}
			
			.doubleSlider-1 .slider {
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-1 .slider .item {
				position: relative;
				top: 0;
				left: 0;
				width: 75%;
				height: 100%;
				margin: 0 0 0 0;
				background-size:auto ;
				background-repeat:no-repeat;
				
				margin-right:10px;			
				margin-left:10px;
				background-image:url("../../templates/ImageGalleryNew/images/ajax-loader.gif");
				background-position:center center;
			}
			
			.doubleSlider-1 .slider .item .caption {
				position: absolute;
				bottom: 0px;
				left: 0;
				z-index:110;
				
				width: 100%;
				padding: 7px;
				text-align: center;
				margin-top:50px;
				color:#fff !important;
				display:none;
				font-size:11pt;
			}
			.caption {
				font-size:11pt;
			}
			.caption .title{
					font-family:"MyriadPro" ;
					font-size:18px !important;
					font-weight:normal
			}
			
			.doubleSlider-1 .slider .item .caption .bg {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 100%;
				
				background: #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				z-index: 0;
			}
			
			.doubleSlider-1 .slider .item .caption span {
				font: normal 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
				color: #fff;
				text-shadow: 0 -1px 0 #333;
				
				position: relative;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.desc_close{
				background: url('../../templates/ImageGalleryNew/images/gal_mini_close.png') no-repeat 0 0;
				width:17px;
				height:17px;
				position:absolute !important;
				margin-top:-7px;
				text-indent:-100px;
				overflow:hidden;
				margin-left:490px;
				cursor:pointer;
				z-index:140
			}
					
			.doubleSliderPrevButton {
				width: 26px;
				height: 46px;
				background: url('../../templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				left:0px;
				top:0px;
			}
			
			.doubleSliderNextButton {
				width: 26px;
				height: 46px;
				background: url('../../templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat -26px 0;
				z-index: 2;
				position:absolute;
				right:0px;
				top:0px;
			}
			.doubleSliderPrevButton2 {
				width: 13px;
				height: 45px;
				background: url('../../templates/ImageGalleryNew/images/bottomArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				margin-left:-30px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			
			.doubleSliderNextButton2 {
				width: 13px;
				height: 45px;
				background: url('../../templates/ImageGalleryNew/images/bottomArrows.png') no-repeat -13px 0;
				z-index: 200;
				position:absolute;
				margin-left:825px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			.doubleSliderPrevButton2.small, .doubleSliderNextButton2.small{
				margin-top:15px !important;
			}
			.doubleSliderNextButton2.small {
				right:0px;
				margin-left:0px !important;
				margin-right:-25px !important;
			}
			
			.slider2Container {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				height: 120px;
				width:800px;;
				margin:0 auto;
				z-index:300
			}

			.doubleSlider-2 {
				position: relative;
				bottom: 0;
				left: 0;
				overflow: hidden;
				width: 100%;
				height: 100%;
				margin:0 auto;
			}
			
			.doubleSlider-2 .slider {
				width: 100%;
				height: 100%;
				display:block;
			}
			.doubleSlider-2 .item{
				float: left;
				width: 110px;
				height: 110px;
				background-size:cover;
				background-position:center center;
				opacity: 0.5;
				filter: alpha(opacity:50);
				margin-right:15px;
			}
			.doubleSlider-2.small{
				height:75px !important;	
				background-size:contain !important;
	
			}
			.doubleSlider-2 .item.small{
				width:75px;
				height:75px;	
			}
			.doubleSlider-2 .button .border {
				border: 5px solid #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-2 .selected {
				opacity: 1;
				filter: alpha(opacity:100);
				text-shadow: 0px 0px 15px rgba(255, 255, 255,1);
				border:1px solid #fff;
			}
			
			
			.image_desc_outer{
				width:100%;
				height:auto;
				position:absolute;
				margin-top:-60px;
				display:block;
				z-index:111;
				text-align:center;
			}
			.image_desc{
				margin:0 auto;
				background-color:rgba(0,0,0,.7);
				color:#fff;
				font-size:11px;
				display:inline-block;
				width:500px;
			}
			.image_desc div{
				color:#fff;}
.slider_header{
	width:700px;
	margin:0 auto;
	display:block;
	position:relative;
	height:40px;
	text-align:center;
	padding:7px;
}
.gal_logo{
	width:115px;
	height:32px;
	position:absolute;
	left:4px;
	top:4px;
	background-image:url("../../templates/ImageGalleryNew/images/gal_logo.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.gal_main_image{
	width:210px; 
	margin-right:11px; 
	margin-bottom:15px;
	margin-left:5px;
	height:159px; 
	float:left; 
	background-size:cover; 
	background-repeat:no-repeat; 
	cursor:pointer;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}

.gal_main_image:hover{
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_main_image:hover .gal_title{
	background-color:rgba(255,255,255,.95); 
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}

.gal_main_image .gal_title{
	position:absolute; 
	z-index:10; 
	display:block; 
	text-align:center; 
	background-color:rgba(255,255,255,.8); 
	width:210px; 
	font-size:16px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}



/* referenciak */


main table {
  background-color: #1eabb9;
}
main table.ref {
  width: 100% !important;
  border-bottom: 3rem solid transparent;
}

main table.ref tr:first-child td {
  background-color: #1eabb9;
	color: #fff;
	font-weight: bold;
  padding-left: .5rem;
  font-size: 1.2rem;
}

main table.ref tr:last-child td {
  font-weight: 600;
  padding-left: .5rem;
  text-align: center;
}

main table.ref td {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding:7px;
}
main table.ref tr td:first-child{
	padding-left: 18px;
}
