.boxed {
    background-color: #fff;
}

.download-list i.fa {
	font-family: "Open Sans";
}

.download-list i.fa:before {
	font-family: "FontAwesome";
	margin-right: 10px;
}

.vertical-tabs-left .vertical-tab-list ul.nav > li > a {
	white-space: nowrap;
}

.feature-icon h4 {
	color: #fff;
}

.text-teaser {
    overflow: hidden;
    padding: 15px 15px 50px;
    height: 100%;
    position: relative;
    box-shadow: rgba(0,0,0,0.3) 2px 2px 7px 0;
}
.text-teaser-content {
    font-size: .9em;
}
.text-teaser-content p {
    margin-top: 5px;
}
.text-teaser-content > button {
	position: absolute;
	bottom: 15px;
}

@media screen and (min-width: 730px) {
	.same-height {
		margin-bottom: 30px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: stretch;
	    -webkit-align-items: stretch;
	        -ms-flex-align: stretch;
	            align-items: stretch;
	}
	.same-height > * {
	    float: none;
	}
}



.carousel-indicators.wide li {
	width: 70px;
	border: none;
	background: white;
	height: 8px;
}
.carousel-indicators.wide li.active {
	background: #B5113D;
	height: 8px;
}


.teaser-box {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    width: 17%;
    bottom: 0;
}

.teaser-box {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    width: 25%;
    bottom: 0;
    flex-direction: column;
    display: flex;
    padding: 15px;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: 260px;
}

.teaser-box p {
    font-size: 18px;
    line-height: 150%;
}

.teaser-box p strong {
    color: #B5113D;
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 140%;
    margin-top: 20px;
}

.teaser-box p em {
    font-style: normal;
    color: black;
    font-weight: 900;
    font-size: 24px;
    display: block;
    line-height: 140%;
    margin: 5px 0;
}

.header-full {
	background-image: url("../img/bg_header.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 20px;
}
.header-full-title {
	background: none;
	float: none;
}
.header-full-title h1 {
	margin-top: 9px;
}
.header-full-title a {
    float: right;
    text-indent: -9999px;
    padding: 0 10px 0 20px;
    background: white url("../img/logo.png") 12px center no-repeat;
    display: block;
    width: 232px;
    height: 52px;
}

.navbar-dark .megamenu-block-title a, .navbar-dark .megamenu-block-title span {
    padding: 15px 20px 10px 20px;
    display: block;
}

.navbar-dark .megamenu-block-title a:hover {
	background: #B5113D;
	text-decoration: none;
}

.navbar-dark .megamenu-block-title {
	padding: 0;
}

.vertical-tabs-left .tab-content, .vertical-tabs-right .tab-content {
	width: 100%;
}

.download-list {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

a.text-teaser-link:hover {
    text-decoration: none;
}

@media screen and (max-width: 620px) {
    .top-nav-social, .top-nav .dropdown {
        margin-left: 0;
    }
}
@media screen and (max-width: 450px) {
    .top-nav-social:first-child {
        display: none;
    }

    .header-full-title h1 a {
        float: none;
        margin: 0 auto -6px;
    }

    .header-full-title {
        padding: 0;
    }
}

@media (min-width: 992px) {
	.row-same-height {
		display: table;
		margin-bottom: 30px;
	}
	.col-same-height {
	    display: table-cell;
	    float: none;
	    vertical-align: top;
	    position: relative;
	    height: 100%;
	}

	.col-same-height .carousel {
		position: absolute;
		width: auto;
		height: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		overflow:hidden;
	}

	.col-same-height .carousel-inner>.item>img {
		max-width: none;
		height: 100%;
	}

	.col-same-height .panel {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	    width: 30px;
	    height: 30px;
	    margin-top: -16px;
	    font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	    margin-left: -15px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	    margin-right: -16px;
	}
}
