﻿body{ font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important; margin:0px;}
h1{margin:0px; font-weight:normal}
.main-bg{
	background:url("../images/promotion-banner.jpg");
	background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: center center;
	
	}

.promotion-logo { text-align:center; padding:40px 0 20px 0}
.promotion-logo img{ display:block; margin:auto; width:250px}

.thanks-wrapper{
	padding-bottom: 40px;
    padding-top: 15px;
    border-color: rgba(53, 53, 53, 0.35);
    outline: none;
    background-color: rgba(71, 71, 71, 0.84);
    opacity: 1;
    position: relative;
    transform: scaleX(1) scaleY(1);
	/* width:700px; */
	margin-bottom:30px;
}
.thanks-wrapper {color:#fff; text-align:center}
.thanks-wrapper h1{font-size:48px; margin-bottom:10px;}
.thanks-wrapper p{ font-size:26px;}
.thanks-wrapper-inner {padding:0px 40px}
@media screen and (max-width: 600px) {
	.thanks-wrapper{ margin:auto; width:94%}
	
	}