/* Add here all your CSS customizations */
.navbar-brand img {
	max-width: 160px !important;
} 

.main-nav > li.is-active > a, .main-nav > li.current-menu-item > a, .main-nav > li:hover > a, .main-nav > li > a:hover {
    color: #ed3237;
}

.ld-masked-image figure {
    background-position: -123% 65%;
    background-size: 93%;
}

.social-icon.social-icon-lg {
    font-size: 40px;
}

.iconbox h2, .iconbox h3, .iconbox h4 {
    margin: -3px !important; 
}

#content {
    background-image: url(/sys/skins/skn-keluc/images/background.png);
    background-repeat: repeat;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center top; */
}

section {
  /*  background-color: rgba(255, 255, 255, 0.8);**/
}

.back-opacity{
	background-color: rgba(255, 255, 255, 0.7);
}

.main-nav > li > a {
    color: #000;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}
.text-shadow-black {
    text-shadow: 0px 0px 6px rgba(0,0,0,0.95);
}

.navbar-brand {
    padding: 30px;
}

.mainbar-container {
    background-color: #ffffffed;
}

.btn-solid {
    background-color: #ff0007;
    border-color: #ff0007;
}

.hide{
	display:none !important;
}

[data-href] {
    cursor: pointer;
}

.highlight{
	color: #f60404;
	font-weight: bold;
}

.list-files ul{
	margin: 0px 0 0 0;
	padding: 10px;
	list-style: none;
}

.list-files ul li{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	list-style: none !important;
}

.list-files ul li:first-child{
	border-top:1px dotted #ccc;
}

.col-no-padding {
    padding: 0 !important;
}

@media (min-width: 992px) {
	.img-thumbnail {
		max-width: 280px;
	}	
	#content {
		min-height: 750px;
	}
	.row-banner{
	 	height: 450px;
	}	
}

@media screen and (max-width: 1199px) {
	.row-banner{
	 	height: unset;
	}	
}

.text-upper{
	text-transform: uppercase !important;	
}

.ld-flipbox:hover .ld-flipbox-wrap {
  transform: scale(1.03); /* pequeno zoom em vez de girar */
  transition: transform 0.3s ease;
}

.ld-flipbox-face a.ld-flipbox-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.ld-flipbox-inner a:hover {
    color: unset;
}

.ld-flipbox-inner a{
    color: #fff;
}

.float-right{
	 float: right;
}

/*
* Galeria de fotos
*/

#gallery {
	list-style:none;
	margin: 0 !important;
	padding: 0 !important;
}

#gallery div {
	background:none;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	overflow: hidden;
	margin-bottom: 15px;
}

#gallery div:hover {
	border:1px solid #8ecbff;
	transition : border 500ms ease-out;
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	-webkit-box-shadow:1px 1px 6px #666;
	-moz-box-shadow:1px 1px 6px #666;
	box-shadow:1px 1px 6px #666;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	-ms-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
}

#gallery img{
	width: 100%;
}

#gallery li a { 
	display:block;
	color:#fff;
	padding:0;
	text-decoration:none;
}

.attached-albums{
	padding-bottom: 20px;
}

.centered{
    align-items: center;
    align-content: center;
    text-align: center;
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 3s ease;
	-moz-transition: width 3s ease;
	-o-transition: width 3s ease;
	transition: width 3s ease;
	animation: progress-bar-stripes 2s linear infinite;
	background-color: #288ade;
}
.progress-bar-striped p{
	margin: 0;
}

@keyframes progress-bar-stripes {

	0% {
		background-position: 40px 0;
	}
	100% {
		background-position: 0 0;
	}
}

footer li, main li {
  list-style-type: none;
}

footer .submenu-expander{
	display: none !important;
}
