@charset "utf-8";
/* CSS Document */

.main-container {
    background-color: #fff !important;
}

.main.container {
    background-color: #fff !important;
}

.alpha-onepager .content {
    background: #fff !important;
}

.alpha-onepager input:checked + label {
    background: #fff;
    color: #999;
}

input:checked + .tab_arrow_box::before {
    border-color: rgba(255, 255, 255, 0);
        border-top-color: rgba(255, 255, 255, 0);
    border-top-color: #999;
    border-width: 7px;
    margin-left: -7px;
}

input:checked + .tab_arrow_box::after {
    border-color: rgba(0, 0, 0, 0);
        border-top-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.alpha-onepager label {
	font-size: 24px;
	font-weight: bold;
	font-family: Tungsten A, Tungsten B;
}

.alpha-onepager label:hover {
	color: #999;
	font-style: italic;
}

.heading1-alpha-italic, .blockright .heading, .blockleft .heading, .alpha-onepager .content {
	color: #999;
}

.centerimg {
	margin: 0 auto;
}

.content {
	margin-top: 20px;
border-top: 2px solid #999;
padding-top: 20px;
}

.heading {
		font-size: 50px;
	font-weight: bold;
	font-family: Tungsten A, Tungsten B;
	text-transform:uppercase;
}

.heading span {
		font-size: 50px;
	font-weight: normal;
	font-family: Tungsten A, Tungsten B;
	text-transform:uppercase;
	font-style:italic;
}

.content p {
		font-size: 16px;
	font-weight: bold;
	width: 40%;
display: block;
}

.linkborder-qre a {
	color: #000;
	font-family: Tungsten A, Tungsten B;
	text-transform:uppercase;
	font-style:italic;
			font-size: 50px;
			display: block;
			margin: 100px 0 50px 0;
			font-weight: bold;
}