/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

/* Layout */
.container {
	margin: 0px auto;
}
/* Galery */
.relative {
	position: relative;
}

.folder-img {
	width: 100%;
	position: relative
}

.folder-img-text {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 475%;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #fff;
	flex-wrap: wrap;
}

.folder-img-icon {
    line-height: 1;
    padding: 10px;
}

.folder-img-title {
	font-size: 30%;
	width: 100%;
    padding: 10px;
}

.folder-img-text:hover {
	transition-delay: 3s;
	transition: ease-in all;
	background: rgba(10, 10, 10, 0.5);
	transform: scale3d(0.95, 0.95, 1.05);
}

.folder-img-text:hover .folder-img-icon {
	font-size:95%;
}

.folder-img-text:hover .folder-img-title {
	font-size:30%;
}

.button-load-img:hover img{
	transform: scale3d(0.95, 0.95, 1.05);
	opacity: 0.9;	
}

.galery .col-md-3 {
	margin-bottom:15px;
}
.galery-date {
	float: right;
}
.button-load-img-next {
	margin: 0px auto;
	width: 200px;
	text-align: center;
}

/* navigation */
.navigation-menu .menu{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	flex-wrap:wrap;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: start;
	color: #8b8b8b;
	font-size:90%
	padding: 10px 0;
}

.navigation-menu .menu li{
	list-style-type:none;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	line-height: 2;
}

.navigation-menu .menu a{
	padding:0px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	align-items:center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align:center;
	font-size: 80%;
	text-transform: uppercase;
	color: #8b8b8b;
	margin-bottom: 5px;
	text-decoration:none;
	font-family: Roboto, sans-serif;
}

.navigation-menu .menu a:hover {
	text-decoration:underline;
}


/* Footer autor */

.footerAuthors {
	background-color: #222;
    border-color: #080808;
	font-size:95%;
	padding:15px 0;
	color: #fff;
}

.footerAuthors .copy {
	text-align: left;
}


.footerAuthors .autor {
	text-align: right;
}


.footerAuthors .autor a{
	color: #fff;
	text-decoration: underline;
}


.footerAuthors .autor a:hover{
	text-decoration: none;
}

/*Slide*/
.noselect {
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.carousel-caption a {
	color:#fff;
	text-decoration: none;
}
.carousel-caption a:hover {
	color:#fff;
	text-decoration: underline;
}
.carousel-caption {
	background: rgba(40, 40, 40, 0.4);
	border-radius: 10px;
}
