
@import url('https://fonts.googleapis.com/css?family=BenchNine');
@import url('https://fonts.googleapis.com/css?family=Poppins');


.navbar-toggle {
    height: 34px;
    width: 34px;
    padding: 37px 0;
}

.navbar-header-main .navbar-brand.navbar-brand-image > img {
    display: inline;
    width: 80%;
    height: auto;
	max-width: 650px;
	max-height:120px;
}

.navbar {
    
    border: 0;
}

@media (min-width: 992px){
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		float: none;
		text-align: center;
	}
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: auto;
    float: none;
}

.valign > .vcontainer {
    display: table-cell;
    vertical-align: bottom;
}

.navbar-main > li > a .bar{
	display:none;
}

.carousel-text-inner {
    background: rgba(255, 255, 255, 0.58);
	
	
}

@media (min-width: 992px){
	.navbar-main {
		float: none;
		display: inline-block;
	}
}

.indent {

    max-width: 1170px;
    margin: auto;
}

@media (min-width: 992px){
	.navbar-main > li > a {
		line-height: 60px;
		padding: 0px 20px;
	}
	.navbar-main > li > a {
    line-height: 60px;
    padding: 0px 20px;
    font-size: x-large;
	}
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(102, 9, 20, 0.5);
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0;
}

.meta-section {
    color: #060606;
    border-top: 0;
    background-color: rgba(80, 92, 105, 0.69);
    padding: 12px 0;
}

.footer-section {
    border-top: 0;

    background: rgba(51, 51, 51, 0);
}

.footer-section a {
    color: #660914;
}

.copyright {
    font-size: small;
}

 /* news  */
 a.more {
    background: #660914;
    box-sizing: content-box;
    color: white;
    padding: 5px 10px;
    font-size: smaller;
}

.row.news-list-item {
    padding: 24px 0px;
    border-top: 1px solid #660914;
}

.row.news-list-item .lead {
    font-size: 22px;
    font-weight: bold;
	margin-bottom:0;
}

.label {
    display: inline;
    padding: .1em 0.4em .1em;
    font-size: 65%;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
    margin-left: 5px;
}

.label-info {
    background-color: #660914;
}

.btn-default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #660914;
    white-space: nowrap;
    padding: 2px 8px 1px;
    font-size: 20px;
    line-height: 1.55;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #ffffff;
    border-color: #660914;
}

time {
    font-size: initial;
}

.news-single .extra {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #660914;
}

.news-list-item h3 {
    padding-top: 10px;
}

.article h1 {
    padding-top: 10px;
}

ul.nav.nav-sidebar.tag-menu-view li a {
    display: inline-flex;
    background: #660914;
    padding: 1px 8px;
    color: white;
    border-radius: 6px;
    font-size: smaller;
}