/*====================
======Gallery LIGHT=====
======================*/

body{
	background-color: #152836;
}
#gallery-light {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.gallery-light > ul {
	margin-bottom: 0;
	padding: 0;
}
.gallery-light > ul > li {
	margin: 0px;
	padding-top: 5px;
	paddin-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.gallery-light > ul > li a {
	border: 3px solid #fff;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.gallery-light > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	/*height: 100%;
	width: 100%;*/
	max-height:300px;
	max-width:300px;
}
/*SP—p*/
@media only screen and (max-width: 360px){
.gallery-light > ul > li a > img {
	max-width: 100%;
}
}
.gallery-light > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-light > ul > li a:hover .gallery-light-poster > img {
	opacity: 1;
}
.gallery-light > ul > li a .gallery-light-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.gallery-light > ul > li a .gallery-light-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery-light > ul > li a:hover .gallery-light-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery-light .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.gallery-light .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-light .justified-gallery > a:hover .gallery-light-poster > img {
	opacity: 1;
}
.gallery-light .justified-gallery > a .gallery-light-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.gallery-light .justified-gallery > a .gallery-light-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery-light .justified-gallery > a:hover .gallery-light-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery-light.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .gallery-light {
	padding-bottom: 80px;
}
.gallery-light .play-button img {
	width: 64px;
	height: 64px;
	margin-left: -26px;
	margin-top: -120px;
	opacity: 0.8;
	position: absolute;
}
#page-close {
	position: fixed;
	bottom: 1px;
	right: 1px;
	z-index: 9999;
}
#page-close > a{
	color:#fff;
	opacity: 0.8;
}
#gallery-link {
	padding: 0;
	margin: 10px 0 15px 0;
}
#gallery {
	padding: 0;
	margin: 100px 0 0 0;
}
.button {
	color:#fff;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #fff;
	position:relative;
	margin:1em;
	display:inline-block;
	padding:0.5em 1em;
	transition:all 0.3s ease-in-out;
	text-align:center;
	font-family:comfortaa;
	font-weight:bold;
	width:100%;
}
.button:before,
.button:after {
	content:'';
	display:block;
	position:absolute;
	border-color:#fff;
	box-sizing:border-box;
	border-style:solid;
	width:1em;
	height:1em;
	transition:all 0.3s ease-in-out
}
.button:before {
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}
.button:after {
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}
.button:hover:before,
.button:hover:after {
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#fff
}
.button:hover {
	cursor: pointer;
	color:#353535;
	background-color:#fff;
	border-color:#fff
}
.button-panel {
	margin:0;
}
.pink .button {color:#eb1777;border-color:#eb1777}
.pink .button:before, .pink button:after  {border-color:#eb1777}
.pink .button:hover:before, .pink button:hover:after {border-color:#eb1777;}
.pink .button:hover {color:#fff;background-color:#eb1777;border-color:#eb1777;}
.pink .button-panel {max-width:960px;text-align:center;position:relative;margin:auto;}
.blue .button {color:#3bb4e5;border-color:#3bb4e5}
.blue .button:before, .blue button:after  {border-color:#3bb4e5}
.blue .button:hover:before, .blue button:hover:after {width:calc(100% + 12px);height:calc(100% + 12px);border-color:#3bb4e5;transform:rotateY(180deg)}
.blue .button:hover {color:#3bb4e5;background-color:transparent;border-color:#3bb4e5}
.blue .button-panel {max-width:960px;text-align:center;position:relative;margin:auto;}
.borderless .button {border-color:rgba(0,0,0,0);color:#999}
.borderless .button:hover {border-color:#353535;background-color:transparent;color:#353535}
.borderless .button:before, .borderless button:after {border-color:transparent;}
.borderless .button:hover:before, .borderless button:hover:after {width:calc(100% + 12px); height:calc(100% + 12px);border-color:#353535}
.bw .button {color:#fff;border-color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1) inset}
.bw .button:before, .bw button:after  {border-color:#fff}
.bw .button:hover:before, .bw button:hover:after {width:calc(100% + 12px);height:calc(100% + 12px);border-color:#353535;}
.bw .button:hover {color:#fff;background-color:#353535;border-color:#353535}
.bw .button-panel {max-width:960px;text-align:center;position:relative;margin:auto;}

#lightGallery-Gallery.open .lightGallery-slide {
    padding-bottom: 120px;
}
#lightGallery-Gallery .thumb_cont .thumb_info{
  display:none;
}
 
#lightGallery-action {
  position: static;
}
#lightGallery-action a {
  margin-top: -14px !important;
  position: absolute;
  top: 50%;
  z-index: 9999999;
  background-color: transparent;
  font-size: 28px;
}
#lightGallery-action a#lightGallery-prev {
  left: 17px;
}
#lightGallery-action a#lightGallery-prev:hover {
  background: none;
}
#lightGallery-action a#lightGallery-next {
  right: 17px;
}
#lightGallery-action a#lightGallery-next:hover {
  background: none;
}
.localVideo #lightGallery-action {
  position: static;
}
#lightGallery-Gallery .lightGallery-slide .object{
  transform: scale3d(1, 1, 1) !important;
  -moz-transform: scale3d(1, 1, 1) !important;
  -ms-transform: scale3d(1, 1, 1) !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  -o-transform: scale3d(1, 1, 1) !important;
}
#lightGallery-slider .lightGallery-slide img{
  max-height: 80% !important;
  margin-top: -10%;
}
/*========‰º‘µ‚¦========*/
.row-center {
	text-align:left;
	letter-spacing:-0.4em
}
.row-center>[class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:bottom;
	float:none !important
}
.row-center.va-middle>[class*='col-'] {
	vertical-align:middle
}
.row-center.va-bottom>[class*='col-'] {
	vertical-align:bottom
}
