@charset "utf-8";
/* CSS Document */

/**** Slider START ****/
.huge-it-slider {
	height: 100%;
	position: relative;
	width: 100%;
}
.huge-it-slider .image{
	max-height: 200px !important;
	width: auto !important;
	margin: 0 auto !important;
}
.huge-it-slider .title {
    display: none;
}
.huge-it-slider .description {
    display: none;
}
.huge-it-slider .owl-stage-outer {
	height: 100%;
	width: 100%;
}
.huge-it-slider .owl-dots {
    float: left;
    height: 25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.huge-it-slider .owl-dot {
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin: 0 5px;
    width: 6px;
}
.huge-it-slider .owl-dot:hover, .huge-it-slider .owl-dot.active {
    background: #ffffff;
}
.huge-it-slider .owl-nav {
    position: absolute;
    top: 85px;
    width: 100%;
}
.huge-it-slider .owl-prev {
    background: url(../images/prev.png) left top no-repeat;
    height: 40px;
    position: absolute;
    width: 23px;
}
.huge-it-slider .owl-next {
	background: url(../images/next.png) right top no-repeat;
    height: 40px;
    position: absolute;
    right: 0;
    width: 23px;
}
/**** Slider END ****/

/**** Album List START ****/
.huge-it-list.album-list ul.list li {
	height: 165px;
}
.huge-it-list.album-list ul.list li .album_img {
	height: 130px;
}
.huge-it-list.album-list ul.list li .album-line {
	background: url(../images/album-line.png) no-repeat top center;
    background-size: 95% 18px;
    display: table;
	height: 120px;
	margin: 0 auto;
    padding-top: 16px;
}
.huge-it-list.album-list ul.list li .album-line img {
    height: 110px;;
    max-width: 95% !important;
}
.huge-it-list.album-list ul.list li .album_title {
	display: block;
	margin: 5px 0;
}
/**** Album List END ****/

/**** Photo List START ****/
.huge-it-list a{
	color: #0066CC;
}
.huge-it-list a:hover {
    color: #3399FF;
    text-decoration: none;
}
.huge-it-list ul.list {
	list-style-type: none;
	padding-left: 25px;
}
.huge-it-list ul.list li{
	display: table;
    float: left;
    height: 150px;
    margin: 3px;
    text-align: center;
    width: 32%;
}
.huge-it-list ul.list li.item a {
    display: table-cell;
    vertical-align: middle;
}
.huge-it-list ul.list li .photo_img{
    display: inline-block;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
    width: 100%;
}
.huge-it-list ul.list li img{
	height: 100%;
	max-height: 110px;
    max-width: 95% !important;
    vertical-align: middle;
	width: auto;
}
.huge-it-list ul.list li .title {
	display: inline-block;
    height: 20px;
	margin: 5px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.huge-it-list ul.list li .description, .huge-it-list ul.list li .album_title {
	display: none;
}
.pagination {
	clear: both;
    text-align: center;
}
ul.photo_list_pagination{
	list-style-type: none;
}
ul.photo_list_pagination li{
	display: inline-block;
	height: 20px;
	width: 20px;
}
ul.photo_list_pagination li.active a{
	color: #333;
  	cursor: default;
	pointer-events: none;
}
/**** Photo List END ****/


/**** blueimp-gallery style START ****/
.blueimp-gallery {
    background: rgba(0,0,0,0.8);
}
.blueimp-gallery .photoInfo::-webkit-scrollbar {width: 8px;}
.blueimp-gallery .photoInfo::-webkit-scrollbar-thumb {background: #999; border-radius: 8px;}
.blueimp-gallery .photoInfo::-webkit-scrollbar-track {background: #ccc;}
.blueimp-gallery a.popup i {
    color: #ffffff;
    opacity: 0.8;
}
.blueimp-gallery a.popup i:hover {
    opacity: 1;
}
.blueimp-gallery > .slides, .blueimp-gallery.blueimp-gallery-controls.photoOnly > .slides {
	
}
.photoInfo .title {
	color: #ffffff;
}
.blueimp-gallery.blueimp-gallery-display > .popup,
.blueimp-gallery.blueimp-gallery-display > .photoInfo,
.blueimp-gallery.blueimp-gallery-display > .indicator,
.blueimp-gallery.blueimp-gallery-display > .indicatorControl {
	visibility: hidden;
}
.blueimp-gallery.blueimp-gallery-controls.blueimp-gallery-display.photoOnly > .photoInfo {
	visibility: hidden;
}
/*.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .photoInfo {
	background: rgba(0,0,0,0.9);
	bottom: 50px;
	margin-left: 60px;
	padding: 15px;
	position: absolute;
	visibility: visible;
	width: calc(100% - 150px);
}*/
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .photoInfo {
    background: rgba(0,0,0,0.5);
    bottom: 0px;
    margin-left: 60px;
    padding: 15px;
    position: absolute;
    visibility: visible;
    width: calc(100% - 150px);
}
.blueimp-gallery .photoInfo.full_description {
	height: calc(100% - 140px);
    overflow: overlay;
}
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .photoInfo .title {
	display: block;
	font-size: 18px;
    margin: 0;
    padding: 5px 15px;
    position: relative;
}
.blueimp-gallery.blueimp-gallery-controls > .photoInfo > .description {
    color: #ffffff;
    display: block;
	font-size: 14px;
    margin: 0;
    padding: 5px 15px;
    position: relative;
	word-break: break-word;
}
.blueimp-gallery.blueimp-gallery-controls > .photoInfo a.showMoreDescription {
	color: #999;
	display: block;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.blueimp-gallery.blueimp-gallery-controls > .photoInfo a.showMoreDescription:hover {
	color: #ccc;
	cursor: pointer;
}
.blueimp-gallery.blueimp-gallery-controls > .photoInfo > .album_title {
    color: #ffffff;
    display: block;
    font-size: 12px;
	margin: 0;
	padding: 5px 15px;
    position: relative;
	text-align: right;
}
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .popup {
    cursor: pointer;
    display: block;
    font-size: 20px;
    left: auto;
    margin: -12px;
    padding: 15px;
    position: absolute;
    right: 45px;
    text-decoration: none;
    top: 15px;
	visibility: visible;
}
.blueimp-gallery.blueimp-gallery-controls > .popup > a{
	color: white !important;
}
.blueimp-gallery > .next, .blueimp-gallery > .prev {
	border: none;
}
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .indicator {
	bottom: 15px;
    margin: 0 auto;
	visibility: visible;
	width: 250px;
	z-index: 1;
}
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls > .indicator > li {
	border-radius: 50%;
    height: 15px;
	width: 15px;
}
.blueimp-gallery.blueimp-gallery-display.blueimp-gallery-controls .indicatorControl {
    background-color: transparent;
    bottom: 5px;
	display: block;
    font-size: 30px;
    position: absolute;
    top: auto;
    text-align: center;
	visibility: visible;
    width: 100%;
}
.blueimp-gallery .indicatorControl a {
    color: #999999;
}
.blueimp-gallery .indicatorControl a:hover {
    color: #cccccc;
}
.blueimp-gallery span.leftBtn {
    background-image: url(../images/back-next.svg);
    background-size: 40px 20px;
    display: block;
    height: 20px;
    margin-left: calc(50% - 140px);
    opacity: 0.8;
    position: relative;
	top: 12px;
    width: 20px;
}
.blueimp-gallery span.rightBtn {
    background-image: url(../images/back-next.svg);
    background-position: right;
    background-size: 40px 20px;
    display: block;
    height: 20px;
    margin-left: calc(50% + 120px);
    opacity: 0.8;
    position: relative;
	top: -8px;
    width: 20px;
}
/**** blueimp-gallery style END ****/

/**** blueimp-gallery style END ****/