/* concept.gallery style sheet */
.concept-gallery {
	position:relative;
	overflow:hidden;
	font-family: 'PT Sans', snas-serif;
    display: block;

}


.concept-gallery.full-screen{
	z-index: 20;
}

.concept-gallery .thumb-container {
	margin: 0 10px 10px 0;
	position:relative;
	cursor:pointer;
}
.concept-gallery .thumb-pic{
position:relative;
	overflow:hidden;
}
.concept-gallery.unclickable .thumb-container {cursor:auto;}
.concept-gallery.unclickable.inline-slideshow .thumb-container {cursor:pointer;}
.concept-gallery .thumb-container.current {
	cursor:default;
}
.concept-gallery .thumb-loader {
	top:50%;
	margin-top:-12px;
	left:50%;
	margin-left:-12px;
	display:block;
	position:absolute;
}
.concept-gallery .thumb-title {
	bottom:10px;
	padding:8px;
	font-size:12px;
	opacity:0;
	background:#fff;
	position:absolute;
}
.concept-gallery .thumb-outer-title{
	position:absolute;
}
.concept-gallery .thumb-current {
	top:0;
	width:100%;
	position:absolute;
	opacity:1;
}
.concept-gallery .thumb-hover {
	top:0;
	width:100%;
	position:absolute;
	opacity:0;
	-webkit-box-shadow:inset 0 0 45px 5px #000000;
	box-shadow:inset 0 0 45px 5px #000000;
}
.concept-gallery .thumbnail-row{
	float:left;
	width:100%;
}
.concept-gallery .thumbnail-row:after {
	content: "";
	clear:both;
}
.concept-gallery .pic-loader {
}
.concept-gallery .thumbnail-container {overflow:hidden;}
.concept-gallery .page {position:relative;float:left;}
.concept-gallery .controls{float:left;width:100%;}
.concept-gallery .controls .thumbnail-loader-counter {position:absolute; right:0;}
.concept-gallery .button {margin-right:10px;width:20px;height:20px;float:left;
	border-radius:12px;
	background:#eeeeee;
	cursor:pointer;
	background-size: cover;
}
.concept-gallery .button.active {cursor:default;     background: red!important;}
.concept-gallery .full-screen {
	margin-right:30px;
	background-image:url("../PNG/BUTTON_FULL_SCREEN.PNG");
}
.concept-gallery .slideshow-play {
	margin-right:30px;
}
.concept-gallery .slideshow-play .play {
	background-image:url("../PNG/BUTTON_SLIDESHOW_PLAY.PNG");
}
.concept-gallery .slideshow-play .stop {
	top:0;
	opacity:0;
	position:absolute;
	background-image:url("../PNG/BUTTON_SLIDESHOW_STOP.PNG");
}
.concept-gallery .photo-container {
	margin:0;
	padding:0;
	top:0;
	width:100%;
	position:absolute;
	display:none;
	/*background:rgba(255,0,0,0.5);*/
}
.concept-gallery .photo-container-bgd {
	top:0;
	right:0;
	bottom:164px;
	left:0;
	position:fixed;
	background: rgba(0,0,0,0.7);
	opacity:0;
}
.concept-gallery .photo-box {
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
	width:100px;
	height:100px;
	background:#fff;
	border-radius:10px;
	opacity:0;
	position:relative;
	float:left;
}
.concept-gallery .photo-title {
	width:100%;
	height:34px;
	position:absolute;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
}
.concept-gallery .photo-title div {
	margin:10px 20px 10px 18px;
}
.concept-gallery .photo-title-icon {
	width:24px;
	height:24px;
	float:left;
	position:absolute;
}
.concept-gallery div.photo-title-text {
	margin-top:12px;
	margin-left:50px;
	position:relative;
	float:left;
}
.concept-gallery .photo-description {
	bottom:10px;
	width:100%;
	height:34px;
	position:absolute;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	border-radius:0 0 10px 10px;
	background:rgba(255,255,255,1);
}
.concept-gallery .photo-description-text {
	margin:10px 20px;
	position:relative;
}
.concept-gallery .photo-loader {
	top:50%;
	margin-top:-24px;
	left:50%;
	margin-left:-24px;
	width:48px;
	height:48px;
	position:absolute;
	opacity:0;
	visibility:hidden;
	/*background:url('../images-design/loader1.gif') no-repeat; */
}
.concept-gallery .photo-image {
	position: absolute;
	display:block;
	overflow:hidden;
}
.concept-gallery .photo-image  img {
	position:relative;
	width:100%;
}
.concept-gallery .but-prev-container,
.concept-gallery .but-next-container {
	top:50px;
	bottom:50px;
	width:120px;
	margin-left:-26px;
	position:absolute;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
}
.concept-gallery .but-next-container {
	right:0;
	margin-right:-26px;
}
.concept-gallery .but-prev,
.concept-gallery .but-next {
	top:50%;
	margin-top:-37px;
	width: 64px;
	height:64px;
	border:5px solid #ffffff;
	border-radius:37px;
	background:#000;
	position:absolute;
}
.concept-gallery .but-next {
	right:0;
}

.concept-gallery .icon-prev,
.concept-gallery .icon-next {
	width: 64px;
	height:64px;
	background:url('../PNG/ICONS_NAV.PNG') no-repeat;
}
.concept-gallery .icon-next {
	background:url('../PNG/ICONS_NAV.PNG') no-repeat 7px -64px;
}
.concept-gallery .but-close-container {
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	position:absolute;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
}
.concept-gallery .but-close {
	right:0;
	width: 32px;
	height:32px;
	border:5px solid #ffffff;
	border-radius:21px;
	background:#fff;
	position:absolute;
}
.concept-gallery .icon-close {
	width: 32px;
	height:32px;
	background:url('../PNG/ICONS_NAV.PNG') no-repeat -80px -207px;
}

.concept-gallery-placeholder .gallery-title h1 {color: #436aa8; font-weight: bold; margin: 18px 0;}