
/* Header */

#head {
    background: #181015 url(../images/angel.jpg);
    background-repeat:no-repeat;
	background-position: center center;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 240px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
}
#head.secondary {
	background:none;
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}
#head .lead {
    font-family: "Open sans", Helvetica, Arial;
    font-size: 38px;
    margin-bottom: 6px;
    color: #343434;
    line-height: 1.15em;
}
#head .tagline {
    color:rgba(50, 50, 50, .7);
    margin-bottom: 25px;
}
#head .tagline a {
    color: #fff;
}
#head .btn {
    margin-bottom: 10px;
}
#head .btn-default {
    text-shadow: none;
    background: transparent;
    color: rgba(50, 50, 50, .5);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .5);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .5);
    box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .5);
    background: transparent;
}
#head .btn-default:hover,
#head .btn-default:focus {
    color: rgba(50, 50, 50, .8);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .8);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .8);
    box-shadow: inset 0px 0px 0px 3px rgba(50, 50, 50, .8);
    background: transparent;
}
#head .btn-default:active,
#head .btn-default.active {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background: transparent;
}

.navbar-inverse .navbar-brand{
	text-transform:uppercase;
	color:rgba(170, 17, 17, .9);
	display:block;
	line-height:30px;
	height:100%;
	width:50px;
	font-size:35px;
	font-weight:800;
	text-align: justify;
}

.navbar-inverse .navbar-brand:hover{
	color:rgba(170, 17, 17, .8);
}

.btn-action, .btn-primary{
	background-color: rgba(170, 17, 17, .8);
	background-image: none;
	color:#EBEBEB;
}
.btn-action:hover, .btn-primary:hover{
	background-color: rgba(170, 17, 17, .8);
	background-image: none;
	color:#FFF;
}
.navbar-nav{
	text-transform:uppercase;
	font-weight:400;
}

.lead_container{
	background-color: rgba(255, 255, 255, .8);
}


/* Gallery */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }
    #head .lead {
        font-size: 34px;
    }
}
/* Autohide navbar */

.slideUp {
    top: -100px;
}
.headroom {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* Info Bar */
.info_bar{
	width:100%;
	height:40px;
	background-color: rgba(170, 17, 17, 1);
	color: #fff;
	
}
/* Info Bar */
.info_bar .lead{
	line-height:40px;
}

/* Highlights (in jumbotron in most cases) */

.highlight {
    margin-top: 40px;
}
.h-caption {
    text-align: center;
}
.h-caption a{
    text-decoration: none;
}
.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}
.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.h-body {}
/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open sans", Helvetica, Arial;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 30px;
}
blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}
label {
    color: #777;
}
.thin {
    font-weight: 300;
}
.page-title {
    margin-top: 20px;
    font-weight: 300;
}
.text-muted {
    color: #888;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}
ul.list-spaces li {
    margin-bottom: 10px;
}
/* Helpers */

.container-full {
    margin: 0 auto;
    width: 100%;
}
.top-space {
    margin-top: 60px;
}
.top-margin {
    margin-top: 20px;
}
img {
    max-width: 100%;
}
img.pull-right {
    margin-left: 10px;
}
img.pull-left {
    margin-right: 10px;
}
#map {
    width: 100%;
    height: 280px;
}
#social {
    margin-top: 50px;
    margin-bottom: 50px;
}
#social .wrapper {
    width: 340px;
    margin: 0 auto;
}
/* Main content block */

.maincontent {}
/* Sidebars */

.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3 {
    margin-top: 20px;
}

/*Events*/
 .event-list {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgba(255, 255, 255, .8);
		
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgba(50, 50, 50, 0.5);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgba(170, 17, 17, 0.8);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	
	.event-list > li > .info > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    
	.event-list > li > .info > ul > li:hover{
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	
	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(220, 220, 220);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
	}


/* Footer */

.footer1 {
    background: #232323;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}
.footer1 a {
    color: #ccc;
}
.footer1 a:hover {
    color: #fff;
}
.footer1 .widget {
    margin-bottom: 30px;
}
.footer1 .widget-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin: 0 0 20px;
}
.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}
.footer1 .entry-meta a {
    color: #333333;
}
.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.follow-me-icons {
    font-size: 30px;
}
.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
}
.footer2 {
    background: #191919;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}
.footer2 a {
    color: #aaa;
}
.footer2 a:hover {
    color: #fff;
}
.footer2 p {
    margin: 0;
}
.widget-simplenav {
    margin-left: -5px;
}
.widget-simplenav a {
    margin: 0 5px;
}