@charset "utf-8";
@media (max-width: 480px) {
	a.links{
		font-size: 0.9em;
		/*letter-spacing: -0.1em;*/
	}
	.col-xs-5ths {
	padding-right: 2px;
	padding-left: 2px;
}
}
.carousel-caption{
	text-shadow: 0px 0px 10px #000, -1px -1px 3px #000, 1px 1px 3px #000;
}
.carousel-caption p{
	background-color:rgba(0,0,0,0.5);
}
.links {
	border-top: thin solid #28ba69;
	border-bottom: thick solid #FFFFFF;
	display: block;
	text-decoration: none;
	webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}
.links:hover {
	border-top: thick solid #28ba69;
	border-bottom: thin solid #FFFFFF;
	text-decoration: none;
}
.thumbnail {
    border: 0 none;
    box-shadow: none;
	position:relative;
	cursor: pointer;
}
.post-content {
	margin: auto;
	top: 35%;
	width: 100%;
	left: 15%;
    position: absolute;
	color: #FFFFFF;
}
a.thumbnail {
    display: inline-block;
    padding: 0;
}
.thumbnail_black{
	background: #222222;
}
.thumbnail_green{
	background: #28ba69;
}
a.thumbnail img {
    display: block;
    
    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
}
a.thumbnail div ul{
	width: 70%;
    margin: auto;
	text-align:left;
}

a.thumbnail:hover img {
    opacity: 0.5;
            
}
a, a:hover, a:active, a:visited {
    text-decoration:none;
	color: inherit;
}
a:active {
	font-weight: bold;
}
ul {
    padding-left:1em;
	
}​