body {
	padding-top: 56px;
	color:#444444;
}

.carouselback {
	background-color:#dddddd;
}

a {color:#444444}
a:hover {color:#444444}

.carousel-caption {
/*	right: 20%;
	left: 20%;
	padding-bottom: 60px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .9);
*/
}

.hr2 {
	display:block;
	border:0px;
	height:4px;
	background-image:url('images/hr2.png');
	/* background-position: center; */
	margin: 20px 0 26px 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1.0);
}

.c0 {color:#000000}
i {color:#9dd72d;}

.fs24 {font-size:24px;}

/* txt size switch, 1rem = 16px */
h3 {font-size:1rem;}
@media (min-width: 544px) {
	h3 {font-size:1.5rem;}
}
@media (min-width: 768px) {
	h3 {font-size:1.5rem;}
}
@media (min-width: 992px) {
	h3 {font-size:1.5rem;}
}
@media (min-width: 1200px) {
	h3 {font-size:2rem;}
}


/* galeria (z zoom) */
.gallery img {
	margin:6px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
	-moz-transition: all .3s ease; /* Firefox */
	-o-transition: all .3s ease; /* IE 9 */
	-ms-transition: all .3s ease; /* Opera */
	transition: all .3s ease;
}
.gallery img:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
	-moz-transform:scale(1.20); /* Firefox */
	-ms-transform:scale(1.20); /* IE 9 */
	-o-transform:translatZ(0) scale(1.20); /* Opera */
	transform:translatZ(0) scale(1.20);
}

footer {background:#eee; color:#555555; padding:2px 0 10px 0;}
footer a {color:#fff;}
footer h3 {font-size:20px;}
footer h4 {color:#444444; padding: 0 0 0px 0; margin-bottom:0px; border-bottom:2px solid #cccccc; font-size:15px; font-weight:700;}
.subfooter {color:#444444; margin:0px 0 -20px 0; background:#dddddd; padding:20px 0 30px 0; border-top:6px solid #e55d4b;}
.subfooter ul {margin:0; padding:0; float:right;}
.subfooter li {display:inline; padding:0 10px 0 0;}
.subfooter a {color:#444444;}

.l7 {font-size:11px; color:#666666;}
