.block-navlabel{
	display: block;
	font-size: 40px;
	font-size: 28px;
	font-family: 'GillRegular', sans-serif;
	color: #636363;
	color: rgba(99, 99, 99, 0.5);
	line-height: 30px;
	padding: 0px;
	margin: 15px 0px 20px;
	background: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	text-align: center;
}
@media(min-width:1200px){
	.block-navlabel{
		font-size: 35px;
	}
}
@media(max-width:991px){
	.block-navlabel{
		font-size: 35px;
	}
}
.block-box{
	display: block;
	font-family: 'GillRegular', sans-serif;
	color: #fffefe;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
    background: #357b5c;
	border-bottom: 2px solid #1a5443;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	position: relative;
}
.block-box:focus,
.block-box:hover{
	text-decoration: none;
	color: #fffefe;
}
.block-box img{
	width: 100%;
	/*height: 250px;*/
}
.block-box-large img{
	/*height: 391px;*/
}
.block-title-box{
	padding: 5px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background: #357b5c;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width:992px){
	.block-box:hover .block-title-box{
		/*visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);*/
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}
.block-title-table{
	/*height: 40px;
	vertical-align: middle;
	display: table-cell;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
    height: 45px;
    line-height: 22.5px;
    display: table-cell;
    vertical-align: middle;
}
.block-title-table small{
	color: #fffefe;
	text-transform: none;
}
.block-title{
	padding: 0px;
	margin: 0px;
	height: 45px;
	line-height: 25px;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
}
@media (max-width:991px){
	.block-title-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-title{
		height: 45px;
		line-height: 25px;
		font-size: 16px;
		text-transform: none;
	}
}
.block-hover-box{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #357b5c;
	background: rgba(53, 123, 92, 0.5);
	z-index: 2;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
@media (min-width:992px){
	.block-box:hover .block-hover-box{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
.block-hover-title{
	padding: 0px 20px;
	font-size: 22px;
    color: #fffefe;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.block-hover-title-table-box{
	display: inline-block;
}
.block-hover-title-table{
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}
.block-hover-desc{
	padding: 0px 20px;
	font-size: 18px;
    color: #fffefe;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.block-hover-btn{
    color: #ffffff;
    font-size: 12px;
    font-family: 'GillRegular', sans-serif;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.3);
    text-align: center;
    display: block;
	width: 90px;
    margin: 0px auto 0px;
    padding: 7px 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    line-height: 12px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.block-hover-btn:focus,
.block-hover-btn:hover{
    color: #357b5c;
	background: #fff;
    border: 1px solid #fff;
	text-shadow: none;
}
.block-hover-table{
	height: 203px;
	vertical-align: middle;
	display: table-cell;
}

.block-box-large .block-hover-title{
	padding: 0px 20px;
	font-size: 26px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.block-box-large .block-hover-title-table{
	height: 60px;
}
.block-box-large .block-hover-desc{
	padding: 0px 20px;
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
}
.block-box-large .block-hover-table{
	height: 320px;
}
@media(min-width: 1200px){
	.block-hover-table{
		height: 250px;
	}
	.block-box-large .block-hover-table{
		height: 391px;
	}
}

.kerdoiv-row{
	margin-top: 30px; 
	margin-bottom: 10px;
}

.row.kerdoiv-row{
	margin-right: -15px;
	margin-left: -15px; 
}
div[class*="col-"]{
	padding-left: 15px;
	padding-right: 15px;
}
.kerdoiv-box.double-box .block-spacer{
	height: 146px;
}

.kerdoiv-box.double-box .block-title-table-outer{
	display: table;
	width: 100%;
	text-align: center;
}

.kerdoiv-box.double-box .block-title-table,
.kerdoiv-box.double-box .block-title{
	height: 136px;
	text-align: center;
}
@media(min-width: 1200px){
	
	.kerdoiv-box.double-box .block-spacer{
		height: 183px;
	}
	
	.kerdoiv-box.double-box .block-title-table,
	.kerdoiv-box.double-box .block-title{
		height: 173px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.kerdoiv-row.has-mobil-view .kerdoiv-box{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.kerdoiv-row.has-mobil-view{
		padding-left: 0px;
		padding-right: 0px;
		width: 750px;
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	
	.kerdoiv-row.has-mobil-view .kerdoiv-box.double-box .block-spacer{
		height: 164px;
	}
	
	.kerdoiv-row.has-mobil-view .kerdoiv-box.double-box .block-title-table,
	.kerdoiv-row.has-mobil-view .kerdoiv-box.double-box .block-title{
		height: 154px;
	}
	
	
}

