.lg-backdrop {
	 background-color: rgba(0,0,0, .85);
}

.lg-toolbar {
	background-color: rgba(0, 0, 0, .8);
    top:0;
    bottom:auto;
    z-index: 1081;
}

.lg-toolbar .lg-icon {
	color:#ffffff;
	width:auto;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
	background:transparent;
	height:30px;
	width:30px;
	padding:0;
	text-indent:-9999em;
	background-size:30px auto;
    background-repeat:no-repeat;
	background-position:center center;
	-webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; transition: all 100ms ease-in;
}

.lg-toolbar .lg-close {
    background-image:url('../img/ico-close-white.svg');
}

.lg-toolbar #lg-zoom-in {
    background-image:url('../img/ico-plus-black.svg');
    display: none;
}

.lg-toolbar #lg-zoom-out {
    background-image:url('../img/ico-meno-black.svg');
    display: none;
}

.lg-toolbar #lg-actual-size {
    background-image:url('../img/ico-actualsize-black.svg');
}


.lg-toolbar .lg-icon:hover {
    opacity:0.6;
}

.lg-actions .lg-next, 
.lg-actions .lg-prev, 
.lg-actions .lg-next:hover, 
.lg-actions .lg-prev:hover {
    background-color:transparent;
    z-index: 1081;
    text-indent:-9999em;
    top:50%;
    width:50px;
    height:50px;
    margin-top:-20px;
    padding:0;
    background-color:rgba(0,0,0,1);
    background-size:17px auto;
    background-position:center center;
	background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    border-radius: 0;
}

.lg-actions .lg-next {
    background-image: url("../img/arrow-right-white.svg");
    right:0;
	left: auto;
	
}

	.lg-actions .lg-next:hover {width:60px;}

.lg-actions .lg-prev {
    background-image: url("../img/arrow-left-white.svg");
    left:0;
	right: auto;
}

	.lg-actions .lg-prev:hover {width:60px;}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .8);
    color:#ffffff;
    top:auto;
    font-size: 0.9em;
    padding:20px;
    font-family: 'manrope-medium';
}

.lg-object {
	/*padding:100px;*/
}

.lg-outer .lg-item {
  background: url("../img/loader-nero.png") no-repeat scroll center center transparent;
  background-size:35px auto;
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
}

#lg-counter {
    display: inline-block;
    font-size: .9em;
    padding-left: 15px;
    padding-top: 15px;
    vertical-align: middle;
    line-height:20px;
    height:20px;
    color:#333333;
    font-family: "ss-light", sans-serif;
}

.lg-outer .lg-thumb-outer {
    background-color: #ffffff;
    text-align: center;
}

.lg-outer .lg-thumb {
	display: inline-block;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
	opacity:0.3;
	border:0;
	-webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in;
}

.lg-outer .lg-thumb-item img {
    width:auto;
    height: 100%;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	/*border-color: #333333;*/
	opacity: 1;
}

.lg-outer .lg-toogle-thumb {
    display: none;
}

/*///////////////////////////////////////////////////*/

@media (max-width: 1200px) {}
@media (max-width: 992px) {
	.lg-object {padding:60px 0;}
	.lg-actions .lg-next, 
	.lg-actions .lg-prev, 
	.lg-actions .lg-next:hover, 
	.lg-actions .lg-prev:hover {
	    display:none;
	}
}
@media (max-width: 768px) {}
@media (max-width: 576px) {}

@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}