.full-height, .full-space{
	height: 100%;
}

.full-width, .full-space{
	width: 100%;
}

.nav li a{
	color: #777 !important;
}

.nav li a:hover{
    background: none !important;
	color: #F44336 !important;
	border-bottom:5px solid #F44336 !important;
}

.nav .active a{
    background: none !important;
	border-bottom:5px solid #D32F2F !important;
	color: #D32F2F !important;
}

ul.gallery{
    min-height: 210px;   
}

ul.gallery li{
    transition: all 0.3s linear !important;
}

ul.gallery li:hover{
    transition: all 0.3s linear !important;
    width: 250px;   
}

.subtitle{
    background-color:#0074BB;
    color: #fff;
	font-size: 24px;
    padding: 5px 10px;
}

.list-group-item{
	cursor:pointer !important;
}

.jumbotron p {
	font-size: 16px;
}

.subtitle, .default-bradius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.title{
    margin: 0 !important;
    color: #fff;
    max-width: 220px;
}

.dynamic-image-1, .dynamic-image-2, .dynamic-image-3.dynamic-image-4 {
    margin-top: 60px;
    background-repeat: no-repeat;
	background-size: 100% 300px;
    max-height: 30% !important;
	background-attachment: fixed;
}