.header {

	background-color: rgba(0,0,0,0.5);
	position: absolute;
}

.header-under {
	display: none;
}

/*-------------------------------*/

.p-banner {
    height: calc(100vh - 0px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(35, 20, 95, 0.0);
    overflow: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 73.89%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 73.89%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 73.89%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0.00%, rgba(0, 0, 0, 0.00) 73.89%);
}
.h-banner-inner {
	width: 900px;
	margin: 0px auto;
	max-width: 100%;
}
.p-banner H1 {
    font-size: 40px !important;
    font-family: "libre_baskervilleregular", sans-serif;
    text-transform: none;
    display: block;
    padding: 15px;
    margin: 0.1em auto 0px 0em;
    text-align: center;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.00);
    color: #FFFFFF !important;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.95);
}
.p-banner .h1-span1 {
    font-family: "libre_baskervilleregular", sans-serif;
    text-transform: none;
    padding: 20px 0px 0px 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

.p-banner .btn.btn-primary {
	background-color: rgba(0,0,0,0.53);
	padding: 12px 20px 12px 20px;
	margin: 5px 10px;
}

@media (max-width: 650px) {
	.p-banner H1 {
    font-size: 22px !important;
	line-height: 25px;
	}
	.p-banner H1 span {
        font-size: 17px !important;
	    line-height: 22px;
    }
	.p-banner .btn.btn-primary {
		width: 210px;
		text-align: center;
	}
}
/*--------------------------------*/
.c2a figure, .h-stats-box {
	border-radius: 8px;
	overflow: hidden;
}
.link-c2a {
	position: absolute;
    bottom: 35px;
    left: 28px;
}
.c2a figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: transparent;
    padding: 0.0em 0px;
    /*background-image: url(images/go3.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: auto 20px;
    pointer-events: none;*/
}
.c2a-content {
    padding: 15px 25px 60px 25px;
}

/*----------------------------*/
.center .btn {
	margin: 5px 10px;
}

/*-----------------------------------*/
.quote > small {
    margin-left: 50px;
    opacity: 0.7;
    font-size: 1em;
    display: block;
}






