@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	position: relative;
}
.top {
	width: 100%;
	height: 70px;
}
.logo-left {
	float: left;
}
.logo-right {
	float: right;
}
.formwrap{
	display: inline;
}
.banner {
	width: 100%;
	background-image: url(../img/topbg.png);
	background-position: center;
	height: 390px;
}
.content {
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.cont-title {
	text-align: center;
	padding-top: 50px;
}
.banner-text {
	text-align: center;
}
.main {
	width: 100%;
	background-image: url(../img/mainbg.png);
	background-position: top center;
	display: inline-block;
}
.box320 {
	max-width: 960px;
	margin: 0 auto;
}
h1 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 58px;
	margin: 0;
	padding-top: 75px
}
h2 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 51.5px;
	line-height: 40px;
	margin: 0;
}
.b4{
    font-size: 59px;
    line-height: 55px;
}
h3 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 44px;
	margin: 0;
	color: white;
}
h4 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 63px;
	line-height: 50px;
	margin: 0;
	color: white;
}
h5 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 39px;
	line-height: 37px;
	margin: 10px;
	color: #e20074;
}
h6 {
	color: white;
	font-family: Tele-GroteskNor;
	font-size: 20px;
	margin: 0;
	line-height: 38px;
	display: inline;
	margin-left: 20px;
}
h7 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	font-size: 55px;
}
.bold {
	font-family: Tele-GroteskFet;
}
option.select-hr {
	border-bottom: 1px dotted #000;
}
.box320_2 {
	font-size: 22px;
	margin-left: 5%;
	font-family: Tele-GroteskHal;
}
.btn4 {
	background: #e20074;
	border: 1px solid #E20074;
	color: white;
	font-family: Tele-GroteskFet, Arial, Tahoma, Helvetica;
	font-size: 22px;
	height: auto;
	letter-spacing: -0.5px;
	line-height: auto;
	padding: 9px 35px;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	display: inline-block;
	margin: 0 auto;
	float: right;
}
.tabwrap {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.tab {
	cursor: pointer;
	text-transform: uppercase;
	text-align: left;
	background: #999;
	border: 0;
	color: white;
	font-family: Tele-GroteskNor;
	font-size: 25px;
    line-height: 0px;
	height: auto;
	text-decoration: none !important;
	white-space: nowrap;
	display: inline-block;
	margin: 10px;
}
.tab p {
	padding: 0 30px;
}
.active {
	background: #e20074;
}
.activetab {
	display: block!important;
}
.btn-wrapper {
	width: 570px;
	margin: 0 auto;
}
form input {
	margin-right: 5px;
	text-align: center;
}
form input[type="submit"] {
	border: 1px solid #e20074;
	cursor: pointer;
	width: auto;
	display: inline-block;
	padding: 5px 72px;
	margin-top: 5px;
}
.circle {
	position: absolute;
	background-color: black;
	right: 18%;
	top: 20px;
	color: white;
	padding: 15px;
	width: 75px;
	text-transform: uppercase;
	font-family: Tele-GroteskUltra;
	font-size: 20px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.girl {
	position: absolute;
	right: 4%;
	bottom: 0;
	background-image: url(../img/girl.png);
	width: 236px;
	height: 379px;
	z-index: 10;
}
.pl-form {
	display: none;
}
.form-box {
	width: 100%;
}
.form-box ol {
	counter-reset: item;
	font-family: Tele-GroteskHal;
	font-size: 26px;
	max-width: 460px;
	list-style-position: outside;
	margin: 50px auto;
	text-indent: -2em;
}
.form-box ol li {
	display: block;
	margin-top: 30px;
	margin-left: 30px;
	text-align: left;
}
.form-box ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: white;
	background-color: #e20074;
	padding: 5px 5px 5px 10px;
	margin-right: 8px;

	vertical-align: bottom;
	    line-height: 10px;
}

fieldset {
	border: 0;
	max-width: 530px;
	margin: 0 auto;
	padding: 0;
}
.form-wrap {
}
.fieldbox {
	background-color: #999;
	color: white;
	padding: 5px 0;
	margin: 24px auto;
	font-family: Tele-GroteskNor;
	text-align: left;
	width: 100%;
}
form input[type="text"] {
	width: 215px;
	height: 38px;
	background-color: white;
	border: 0;
	padding: 0 18px;
	color: #e20074;
	font-family: Tele-GroteskNor;
	float: right;
	font-size: 21px;
}
.legal {
	font-family: Tele-GroteskNor;
	font-size: 10px;
	margin: 25px auto;
	max-width: 530px;
	float: left;
	text-align: left;
}
.error {
	float: right;
    color: #e20074;
    padding-top: 4px;
    text-transform: uppercase;
	font-family: Tele-GroteskUltra;
}
/* .squaredTwo */
.squaredTwo {
	float: left;
	width: 18px;
	height: 18px;
	margin-left: 40px;
	position: relative;
	background: #e20074;
}
.squaredTwo label {
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	left: 3px;
	top: 3px;
	background: linear-gradient(to bottom, white 0%, white 100%);
}
.squaredTwo .error {
	font-family: Tele-GroteskNor;
	color: red;
	margin-top: -40px;
	background: none;
	box-shadow: none;
}
.squaredTwo label:after {
	content: '';
	width: 5px;
	height: 4px;
	position: absolute;
	top: 1px;
	left: 2px;
	border: 3px solid #e20074;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
	opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
	visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.fieldbox label {
	text-align: right;
	width: 100%;
}
select {
	background-color: white;
	border: 0;
	padding: 6px 8px;
	margin: 0 5px;
	color: #e20074;
	font-family: Tele-GroteskNor;
	float: right;
	font-size: 21px;
}
.bigthx{
font-size: 74px;
    line-height: 30px;
    padding: 0;
    margin: 0px;

}
#thx, #thx2 {
	padding: 30px 0px;
	text-align: center;
	font-family: Tele-GroteskUltra;
	font-size: 26px;
}
.banner-text {
	max-width: 720px;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
.girl {
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: cover;
	width: 200px;
	height: 320px;
	z-index: 10;
}
.circle {
	right: 126px;
	top: 45px;
}
}

@media screen and (max-width: 1199px) {
.content {
	max-width: 960px;
}
.box320_2 {
	max-width: 960px;
}
h1 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 55px;
	margin: 0;
	padding-top: 75px
}
h2 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 49px;
	line-height: 40px;
	margin: 0;
}
.b4{
    font-size: 56px;
}
h3 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 41px;
	margin: 0;
	color: white;
}
h4 {
	font-family: Tele-GroteskUltra;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 50px;
	margin: 0;
	color: white;
}
.banner-text {
	text-align: left;
	margin-left: 60px;
}
.fieldbox {
}
.btn-wrapper {
	width: 100%;
}
}

@media screen and (max-width: 959px) {
.box320_2 {
	margin-left: 10%;
}
.banner-text {
}
	.tab p {
    padding: 0 15px;
}
.tab{
	font-size:20px;
}
h1 {
	padding-top: 10px;
}
.girl {
	width: 157px;
	height: 179px;
}
.circle {
	right: 198px;
	top: 208px;
}

.girl {
	display: none;
}
.circle {
	display: none;
}
.content {
	max-width: 640px;
}
.box320_2 {
	width: 100%;
	text-align: center;
	font-family: Tele-GroteskHal;
	margin: 0;
	font-size: 16px;
}
.banner-text, .box320 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h1 {
	padding-top: 60px;
	font-size: 51px;
}
h2 {
	font-size: 45px;
}
.b4 {
    font-size: 52px;
}
h3 {
	font-size: 38px;
}
h4 {
	font-size: 55px;
}
h5 {
	font-size: 34px;
	line-height: 28px;
}

h7 {
	font-size: 48px;
}
.banner {
	height: 350px;
}
.form-box {
	width: 100%;
}

.squaredTwo {
	margin-left: 15px;
}
}

@media screen and (max-width: 639px) {



form input[type="text"] {
	width: 90px;
}	
h6 {
	font-size: 14px;
	margin-left: 20px;
}

.form-box ol {
	margin-left: 0;
	max-width: none;
}
.legal {
	font-family: Tele-GroteskNor;
	font-size: 10px;
}
form input[type="text"] {
	font-size: 14px;
}
banner {
	height: 405px;
}
h1 {
	padding-top: 25px;
	line-height: 44px;
}
.b1 {
	font-size: 56px;
}
.b2 {
	font-size: 45px;
	line-height: 10px;
}
h2 {
	line-height: 19px;
}
.b3 {
	font-size: 21.5px;
}
.b4 {
	font-size: 45px;
	    line-height: 42px;
}
.b7{
font-size:59px;
}
h3 {
	font-size: 39px;
	line-height: 36px;
}
.b5 {
	font-size: 34px;
}
h4 {
	font-size: 25px;
	line-height: 20px;
}
h5 {
	font-size: 17px;
	margin: 0;
}
h7 {
	font-size: 24px;
	line-height: 20px;
}
.b6 {
	font-size: 25px;
}
.tab {
	width: 95%;
	    margin: 10px 0;
}
.form-box ol {
	margin-left: -25px;
	font-size: 20px;
}
.form-box li {
	text-indent: -40px;
}
.content {
	max-width: 320px;
}
.fieldbox {
	width: 95%;
}
form input[type="submit"] {
	padding: 5px 54px;
	margin-right: 2.5%;
}
.formwrap {
	width: 20px;
}
.fieldbox {
	height: 38px;
}
.formwrap {
	width: 120px;
	float: left;
}
.formwrap h6 {
	line-height: 18px;
	display: block;
}
}
