/***************************************
*      CSS      *
***************************************/

#background {
	background-image: url(../images/bg-repeat.png);
	background-repeat:repeat-x;
	background-color: #9ae3ff;
}

#background-image {
	background-image:url(../images/bg-image.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-size: 100% 100% auto;
}

#section {
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100% auto;
	padding-left: 10px;
}

#section-mobile {
	width: 300px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-size: 100% 100% auto;
}

.ask-one-free-align {
	padding-bottom: 30px;
}

.roundformshadow {
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

.form-padding {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.form-text-padding {
	padding: 5px;
}

.form-text1 {
	font-family: 'Arial', serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
}

.form-text2 {
	font-family: 'Arial', serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 700;
}

.footer {
	width:100%;
	bottom:0;
	left:0;
}

.legal-all-rights {
	font-family: 'Arial', serif;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}

.legal-all-rights-address {
	font-family: 'Arial', serif;
	font-size: 10px;
	color: #666666;
	font-weight: 400;
}

.legal {
	font-family: 'Arial', serif;
	font-size: 14px;
	color: #007194;
	font-weight: 400;
}

.legal-font {
	font-family: 'Bree Serif', serif;
	font-size: 12px;
	color: #11375a;
	font-weight: 400;
}

.legal-padding {
	padding: 20px;
}

.mobile-seal {
	margin-top: -25px;
	margin-left: 215px;
	position: absolute;
}

.mobile-form-border {
	border: thick;
	border-bottom: inset;
	border-bottom-color: #0099c5;
	border-top: inset;
	border-top-color: #0099c5;
	border-left: inset;
	border-left-color: #0099c5;
	border-right: inset;
	border-right-color: #0099c5;
}

.thank-you-call-now-text {
	font-family: 'Arial', serif;
	font-size: 36px;
	color: #005c79;
	font-weight: 700;
}

.thank-you-font1 {
	font-family: 'Bree Serif', serif;
	font-size: 36px;
	color: #f48b2c;
	font-weight: 700;
}

.thank-you-font2 {
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	color: #333333;
	font-weight: 700;
}

.thank-you-font3 {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	color: #005c79;
	font-weight: 700;
}

.thank-you-font4 {
	font-family: 'Bree Serif', serif;
	font-size: 24px;
	color: #005c79;
	font-weight: 700;
}

.thank-you-font-mobile1 {
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
}

.thank-you-font-mobile2 {
	font-family: 'Bree Serif', serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
}

.thank-you-font-mobile3 {
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	color: #005c79;
	font-weight: 400;
}

.thank-you-font-mobile4 {
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	color: #005c79;
	font-weight: 400;
}

.thank-you-text-padding {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -15px;
}

.thank-you-text-mobile-padding {
	padding: 10px;
}

.TCPA {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 12px;
	color:#666666;
}

.show-in-desktop-view {
	display: block;
}

.show-in-mobile-view {
	display: none;
}


@media only screen and (max-width : 560px){

.show-in-desktop-view {
	display: none;
}

.show-in-mobile-view {
	display: block;
}

#background {
	background-image: url(../images/bg-repeat.png);
	background-repeat:repeat-x;
	background-color: #9ae3ff;
}

#background-image {
	background-image:url(../images/bg-image.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-size: 100% 100% auto;
}

.form-text1 {
	font-family: 'Arial', serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}

.form-text2 {
	font-family: 'Arial', serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 20px;
}

.thank-you-call-now-text {
	font-family: 'Arial', serif;
	font-size: 18px;
	color: #005c79;
	font-weight: 700;
}

}
