.heart-fonts *{
	/*
	font-family: 'Roboto Condensed', sans-serif;
	*/
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 99;
}
#heart-menu .navbar-header,
#heart-menu .navbar-nav{
	width: 100%;
}
#heart-menu .navbar-toggle{
	z-index: 4;
}
#heart-menu-collapse{
	overflow: visible;
}
.polls-img{
    border: 3px solid #777777;
    max-height: 100px;
}
.poll-link-container{
	padding-top: 15px;
}
.poll-link-container .polls-link{
	float: left;
}
.img-center{
	margin-left: auto;
	margin-right: auto;
}
.top-container{
	width: 100%;
	height: 600px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}
.bg-top-container{
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	z-index: 1;
}
#heart-top{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}
#heart-top h1{
	font-size: 46px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
    text-shadow: -1px -1px 2px #000;
}
.uppercase {
	text-transform: uppercase;
}
#heart-top .rounder{
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
}
#heart-top .rounder img{
	height: 100px;
	width: 100px;
}
.project-label{
	text-align: center;
    font-size: 40px;
	line-height: 100px;
	font-weight: 500;
}
.project-label img{
	margin-right: 10px;
}
.project h2{
	text-align: center;
	font-size: 42px;
}
.project-description{	
    font-size: 18px;
    line-height: 1.7;
    text-indent: 1.5em;
    text-align: justify;
}
.project .carousel-caption{
	width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    font-size: 18px;
    padding-bottom: 60px;
    bottom: 0;
}
.project .carousel{
	z-index: 3;
    border-left: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid rgba(255,255,255,0.8);	
}

.divider{
	position: relative;
	width:100%;
	height: 50px;
	background-image: url(../img/ds-divider.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.divider:before{
	content: '';
	height: 3px;
	width : 47%;
	background-color: #bebebe;
	position: absolute;
	left: 0;
	top: 24px;
}
.divider:after{
	content: '';
	height: 3px;
	width : 47%;
	background-color: #bebebe;
	position: absolute;
	right: 0;
	top: 24px;
}

.owl-carousel .item{
  margin: 1px;
}
.owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-nav{
	text-align: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
	display: inline-block;
	width:50%;
	max-width: 450px;
	padding: 30px 0;
	color: #bebebe;
    font-size: 40px;
    cursor: pointer;
    text-align: center
}

.bg-grey{
   position: relative;
   overflow: hidden;
}

.mt-50{
	margin-top: 50px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-15{
	padding-bottom: 15px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-30{
	padding-bottom: 30px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-75{
	padding-bottom: 75px;
}
.pb-100{
	padding-bottom: 100px;
}
.pb-150{
	padding-bottom: 150px;
}
.pb-200{
	padding-bottom: 200px;
}
.buffer{
	width: 100%;
	height: 0px;
	position: relative;
	clear: both;
}
.alert {
    font-size: 17px;
    line-height: 1.7;
}