@font-face {
 font-family: 'arrows';
 src:url('fonts/arrows/arrows.eot');
 src:url('fonts/arrows/arrowsd41d.eot?#iefix') format('embedded-opentype'), url('fonts/arrows/arrows.woff') format('woff'), url('fonts/arrows/arrows.ttf') format('truetype'), url('fonts/arrows/arrows.svg#arrows') format('svg');
 font-weight: normal;
 font-style: normal;
}
.bb-custom-wrapper h3 {
	color:#fff!important;
	font-weight:normal;
	margin: 0 0 2px 0;
	 
	display:block;
	
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden; font-size:17px
}
.bb-custom-wrapper p {
	margin:0;color:#fff!important;
	 display:block;
	 margin-bottom:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	color:#999!important; font-size:14px
}
.bb-custom-wrapper nav {
	width: 100%;
	height: 30px;
	margin: 0 auto ;
	position: relative;
	z-index: 0;
	text-align: center;
	 
	
}
.bb-custom-wrapper nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	opacity:0.5;
	color: #fff;
	font-size: 0;
	margin: 2px;
	text-decoration:none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.bb-custom-wrapper nav a:hover {
	opacity:0.8;
}
.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 30px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.bb-custom-icon-first:before, .bb-custom-icon-last:before {
	content: "\e002";
}
.bb-custom-icon-arrow-left:before, .bb-custom-icon-arrow-right:before {
	content: "\e003";
}
.bb-custom-icon-arrow-left:before, .bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}
.no-js .bb-custom-content {
	height: 470px;
}
/**/
.gallery-bar {
}
.gallery-bar .pics {
	background:#fff;
	border-bottom:2px solid #1cbaed;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:20px!important;
	padding-bottom:12px!important;
	height:auto;
}
.gallery-bar .pics:hover {
	border-bottom:2px solid #ed3d1c;
}
.gallery-bar .pics-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.gallery-bar .pics-pic-container {
	width:100%;
	height:auto;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.gallery-bar .pics-pic-container img {
	max-width:100%;
}
.gallery-bar .pics-back {
	position:absolute;
	top:-100%;
	left:0;
	bottom:0%;
	right:0;
	background:#333;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0.3;
	height:100%;
}
.gallery-bar .pics-btn {
	width:100%;
	height:40px;
	position:absolute;
	z-index:3;
	bottom: 100%;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.gallery-bar .pics-btn a {
	font-size:12px;
	background:#fff;
	color:#333!important;
	width:40%;
	height:40px;
	display:block;
	margin:auto;
	text-align:center;
	line-height:40px;
	border-radius:3px;
	text-transform:uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
.gallery-bar .pics-btn a:hover {
	background:#fff00f;
	color:#000!important;
}
.gallery-bar .pics-name {
	text-align:left;
	text-transform:uppercase;
	font-weight:600;
	color:#666;
	margin-top:20px!important;
}
.gallery-bar .pics-container:hover .pics-back {
	opacity: 0.6;
	top:0%;
}
.gallery-bar .pics-container:hover .pics-btn {
	bottom:40%;
}