body{
	background-color: #000;
	color: #666;
}
.form-control:focus, button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
#close-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
a:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.radius{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.justifyright{
    text-align: right;
}
.justifyfull{
    text-align: justify;
}
.grecaptcha-badge{
    display: none;
}
img{
	max-width: 100%;
}

.body{
	background-color: #f5f5f5;
	padding: 30px 10px;
}
.home{
	z-index: 9999;
}
a{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #da191a;
}

.slider{
	position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    margin: 0 -45%;
    min-height: 1000px;
    background-image: url(/assets/content/images/slider/001.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,1);
}

.body.home{
	margin-top: 500px;
}
.block{
	padding: 20px;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.block.white{
	background-color: #fff;
}
.block.dark{
	background-color: #111111;
}
.block.dark h5{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
.block.white h5{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;
}
.block.dark p{
	color: #7c8888;
	font-size: .8em;
}
.block.dark p span{
	color: #fff;
}


.content .text{
	text-align: justify;
}
.content .page-title{
	text-align: center;
	margin-bottom: 1em;
}
.content .page-img{
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
.content small.publishedon{
text-align: left;
width: 100%;
display: block;
}
.news-item{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 10px;
}


.footer{
	background-color: #1a1a1a;
	color: #666;
	padding: 20px;
	border-bottom: 3px solid #222222;
}
.footer a{
	color: #999;
	font-size: .8em;
}
.footer .devel a img{
    height: 40px;
}
.page-introtext{
	font-weight:bold;
	font-style:italic;
}

.dropdown-item:hover{
	background-color: #da1a1a;
	color: #fff;
}

.pluso{margin: 30px 0;}
.navbar-brand{
	text-decoration: none;
    background-color: #db1515;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.dropdown-item{
	text-decoration: none;
}

textarea{
	max-width: 100%;
	max-height: 300px;
}
.gallery_album_item{
	margin-bottom: 15px;
	line-height: 1;
}
.gallery_album_item small a{
	color: #333;
	text-decoration: underline;
}
.gallery_album_item small a:hover{
	color: #da191a;
}

.btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #000;
    cursor: pointer;
}
.navbar-nav {
    display: table;
    position: relative;
    width: 100%;
  }


.navbar-nav .nav-item{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.navbar{
	width: 100%;
	padding-left: 150px;
	z-index: 109;
}
.header .container{
	position: relative;
}
.header .container .logo{
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 110;
}