/* Galleria offo Theme 2012-08-07 */

#galleria-loader{
	height:1px !important
}

.galleria-container {
    position: relative;
    overflow: hidden;
	margin-bottom: 0;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
	margin-bottom: 100px;
    left: 0;
    right: 0;
    overflow: hidden;	
	background: #fff;
}

.galleria-loader {
	width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	left: 50%;
	margin-top: -25px;
    margin-left: -25px;
    z-index: 2;
	text-align: center;
    display: none;
	opacity: 1 !important;
	
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.galleria-loadicon {
	color: #00b4c8;
	background-color: none;	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.galleria-loadicon:before {	
	font-family: 'FontAwesome'; 
	content: "\f1ce";
	font-size: 10px;
	line-height: 50px;
}
.galleria-info {
    width: 100%;
	height: 100px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    position: absolute;
	margin: 0;
}
.galleria-info-title,
.galleria-info-description {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-align: right;
	margin-right: 30px;
	margin-left: 30px;
}
.galleria-info-title {
	color: #00b4c8;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 8px;
}	
.galleria-info-close {
  	display: none;
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	opacity: 1;
	cursor: pointer;
	width: 30%;
	height: 100%;
	margin-top: -50%;
	position: absolute;
	left: 0;
	z-index: 2;
	font-size: 26px;
	color: #000;
}
.galleria-image-nav-left {
	text-align: left;
	padding-left: 24px;
	padding-top: 50%;
}
.galleria-image-nav-right {
    left: auto;
    right: 0;
	text-align: right;
	padding-right: 24px;
	padding-top: 50%;
    z-index: 2;
}
.galleria-image-nav-left:before, .galleria-thumb-nav-left:before {	
	font-family: 'FontAwesome'; 
	content: "\f104";
}
.galleria-image-nav-right:before, .galleria-thumb-nav-right:before {	
	font-family: 'FontAwesome'; 
	content: "\f105";		
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover,
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
	color: #00b4c8;
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
}
.galleria-container.videoplay .galleria-info,
.galleria-container.videoplay .galleria-counter{ 
	display:none !important; 
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #333;
    font: 11px sans-serif;
    z-index: 1;
}
.galleria-thumbnails-container {
    height: auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    margin: 0 8px 0 0;
    border: none;
    float: left;
    cursor: pointer;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    position: absolute;
	text-align: center;
	line-height: 40px;
    left: 0;
    top: 0;
    height: 40px;
    width: 30px;
    z-index: 3;
    opacity: .8;
}
.galleria-thumb-nav-right {
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}