
.hahn-container-full {
    overflow: hidden;
}
.hahn-btn-blue {
    background: #009bdb none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
}
.hahn-highlight-blue {
    color: #009bdb;
}
.hahn-series-image {
    background: #666666 none repeat scroll 0 0;
    /*height: 280px;*/
		padding: 0;
    margin-bottom: 20px;
}
.hahn-padless {
    margin: 0 0 50px;
    padding: 0;
}
.hahn-dummy-categories {
    height: 200px;
}
.hahn-square-header {
    background: #666666 none repeat scroll 0 0;
    color: #ffffff;
    height: 200px;
    position: relative;
}
.hahn-square-footer {
    background: #f4f4f4 none repeat scroll 0 0;
    bottom: 0;
    color: #666666;
    position: relative;
}
.hahn-series-title {
    font-size: 24px;
    /*margin-bottom: 0;*/
    /*margin-top: 30px;*/
    /*min-height: 54px;*/
}
.hahn-series-header-title {
    bottom: 25px;
    position: absolute;
}
.hahn-series-block {
    padding-bottom: 10px;
    min-height: 455px;
}

@media (max-width: 1325px) {
    .hahn-series-block {
        min-height: 400px;
    }
}
@media (max-width: 991px) {
    .hahn-series-block {
        min-height: 380px;
    }
}

.btn-categories {
    background-color: #0099dd;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    margin: 15px 0;
    width: 100%;
    max-width: 220px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
}

.btn-categories:hover {
    /*background-color: #195cdd;*/
	background-color: #008dcb;
    color: #ffffff;
}

.hahn-series-block-description{
    overflow: hidden;
    display: inline-block;
    width: 100%;
    /*height: 75px;*/
}

@media (min-width: 971px) and (max-width: 991px) {
    .hahn-series-title{
        font-size: 18px;
    }
}


@media (max-width: 767px){
    .btn-categories {
        max-width: none;
    }
}