.promo-container {
margin-bottom:-40px;
}
.fields {
color:transparent;
}
section.title {
background:#fff;
}
.title h2 {
color:#132c43;
}

.form {
background:transparent;
min-height:627px;
border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
}
.form h2 {
color:#fff;
margin-top:33px;
}
.form p {
color:#cfdfef;
}
.fields small {
color:#cfdfef;
}
.fields input {
border:0;
box-shadow:0 0 0;
}
.fields input, .fields select {
height:50px;
margin:5px;
}
a.btn {
margin-top:30px;
}
.fields .phone {
width:32.33%;
}
.phonewrap {
margin:0 5px;;
}
.title h2 {
color:#006495;
}
.bbb {
margin-top:25px;
}
section.yellow {
background:#69b;
}
.copy h1 {
	color: #fff;
}
.copy h2 {
	color: #fff;
}
.copy p {
	color: #cfdfef;
}
div.discount {
	display: none;
}
a.btn {
	background: #ff5113;
}
a.btn:hover {
	background: #ff6123;
}
.copy h2 {
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	text-transform: none;
	max-width: 400px;
}
.copy h2 strong {
	font-size: 60px;
	display: block;
}
.main-menu {
	margin-top: 8px !important;
	margin-bottom: 7px !important;
}


@media (max-width:1200px) {

.form {
min-height:auto;
height:583px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.form h2 {
margin-top:20px;
}
a.btn {
margin-top:25px;
}

	}

@media (max-width:480px) {

.form {
height:auto;
padding-bottom:15px;
}
.form h2 {
font-size:27px;
}
.form p {
display:none;
}
.fields input, .fields select {
height:40px;
}
a.btn {
	font-size: 18px;
	padding: 15px;
}
img.lock {
	display: none;
}
.fields small {
	font-size: 10px;
}
.copy h2, .copy p {
	display: none;
}

	}