@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('myriadpro-regular.eot');
	src: url('myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('myriadpro-regular.woff') format('woff'), url('myriadpro-regular.ttf') format('truetype'), url('myriadpro-regular.svg#myriadpro-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bicks-font';
	src: url('OpenSans-Regular-webfont.eot');
	src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('OpenSans-Bold-webfont.eot');
	src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Bold-webfont.woff') format('woff'), url('OpenSans-Bold-webfont.ttf') format('truetype'), url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('OpenSans-Regular-webfont.eot');
	src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
}
h1 h2 h3 h4 h5 h6 {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#weaper {
	width: 952px;
	height: auto;
	margin: auto;
}
/*header part css*/

#header_main {
	width: 952px;
	height: auto;
	float: left;
	background-image: url(../img/header-back.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#header_left {
	width: 147px;
	height: 196px;
	float: left;
}
#header_mid {
	width: 555px;
	height: 196px;
	float: left;
	text-align: center;
}
#header_right {
	width: 250px;
	height: auto;
	float: right;
}
#header_right h1 {
	font-family: 'OpenSansBold';
	font-size: 28px;
	color: #d1cfcf;
	font-weight: bolder;
	margin: 90px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	float: left;
}
#header_right h1 {
 *padding:0px 0px 0px 45px;
 *font-size:22px;
	padding: 0px 0px 0px 45px\9;
	font-size: 22px\9;
	_padding: 0px 0px 0px 45px;
	_font-size: 22px;
}
#header_right h1 img {
	float: left;
	margin: 6px 11px 0 0;
	padding: 0;
	width: 23px;
}
#header_right h2 {
	float: left;
	margin: 2px 0 0;
	padding: 0 0 0 96px;
}
#header_right h2 span {
	font-family: 'OpenSansRegular';
	font-size: 15px;
	color: #fff;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header_right h2 img {
	float: left;
	margin: 0px 0px 0px 5px;
}
/*nav part css*/

/* ================= Header Menu ================= */

.main-menu {
	margin: 0px 0 10px 0;
	float: left;
	width: 952px;
	height: 51px;
	/*background-color:#666666;*/

	background-image: url(../img/menu-bg.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.main-menu ul {
	margin: 0;
	padding: 0 0 0 12px;
}
.main-menu li ul {
	padding: 0px 0px 0px 0px;
	left: -2px;
}
.main-menu li ul li {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	min-width: 150px;
}
.main-menu li {
	white-space: nowrap;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 100;
	background-image: url(../img/menu-bot.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.main-menu li.last {
	background-image: none;
}
.main-menu a {
	display: block;
	position: relative;
	font-size: 12px;
	font-family: 'OpenSansRegular';
	color: #b9b9b9;
	text-transform: uppercase;
	line-height: 51px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer !important;
}
.main-menu li .active {
	color: #ff8e01;
}
.main-menu a:hover {
	text-decoration: none;
	color: #ff8e01;
}
.main-menu li.submenu > a {
	padding-right: 0px;
	/*background:url(../img/menu_down_arrow.png) no-repeat right;*/

	cursor: default;
}
.main-menu > ul > li {
	float: left;
	padding: 0px 10px 0px 9px;
}
/*hack ie8*/

html>/**/body.main-menu ul li {
	padding: 0px 5px;
}
/*hack ie8*/



.main-menu > ul > li:last-child {
	padding-right: 0;
}
.main-menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 100;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu li ul li.submenu > a {
	padding-right: 15px;
	background: #161616 url(../img/submenu_left_arrow.png) no-repeat right;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-family: 'OpenSansRegular';
}
.main-menu li ul li.submenu > a:hover {
	padding-right: 10px;
	color: #fff;
	background: #FF8A00 url(../img/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li {
	border-bottom: 0px solid #534a42;/*background:#fff;*/
	font-family: 'OpenSansRegular';
}
.main-menu li ul li a:hover {
	background: #ff8a00;
	color: #fff;
}
.main-menu li ul li:last-child {
	border-bottom: 0px solid #2e2823;
}
.main-menu li ul li a {
	padding: 0 25px 0 12px;
	line-height: 33px;
	background: #161616;
	margin: 1px 0 0 0;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-size: 12px;
	font-family: 'OpenSansRegular';
	color: #b9b9b9;
	text-transform: uppercase;
	font-weight: normal;
}
.main-menu li ul li a {
*padding-top:4px;
*padding-bottom:4px;
*line-height:19px;
}
.main-menu li ul li ul {
	top: -1px !important;
	left: 100% !important;
	padding: 0 !important;
	margin: 0px;
}
/* ================= Header Menu closed ================= */







/*banner part css*/

/* =================  Banner ================= */



.flex-control-nav {
	display: none;
}
\ .flex-direction-nav {
	display: none;
}
.bannerbg {
}
.MT0 {
	margin-top: 0px !important;
}
/* CSS3 buttons */



.red-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient( top, #f69890 0%, #f59186 50%, #f37f74);
	background: -webkit-gradient( linear, left top, left bottom, from(#f69890), color-stop(0.50, #f59186), to(#f37f74));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #483936;
	-moz-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 1px 0px rgba(69, 61, 52, 0.6), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.red-button:hover {
	padding: 11px 20px;
	background: -moz-linear-gradient( top, #f37f74 0%, #f59186 50%, #f69890);
	background: -webkit-gradient( linear, left top, left bottom, from(#f37f74), color-stop(0.50, #f59186), to(#f69890));
	border: 1px solid #483936;
	text-decoration: none;
}
.red-button:active {
	background: -moz-linear-gradient( top, #df776c 0%, #f59186 50%, #f69890);
	background: -webkit-gradient( linear, left top, left bottom, from(#df776c), color-stop(0.50, #f59186), to(#f69890));
	border: 1px solid #483936;
}
.green-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 11px 20px;
	background: -moz-linear-gradient( top, #88b272 0%, #7fab68 50%, #6c9b55);
	background: -webkit-gradient( linear, left top, left bottom, from(#88b272), color-stop(0.50, #7fab68), to(#6c9b55));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #3d4536;
	-moz-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(000, 000, 000, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.5);
	text-shadow: 0px 1px 0px rgba(69, 61, 52, 0.6), 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.green-button:hover {
	padding: 11px 20px;
	background: -moz-linear-gradient( top, #6c9b55 0%, #7fab68 50%, #88b272);
	background: -webkit-gradient( linear, left top, left bottom, from(#6c9b55), color-stop(0.50, #7fab68), to(#88b272));
	border: 1px solid #483936;
	text-decoration: none;
}
.green-button:active {
	background: -moz-linear-gradient( top, #618f4b 0%, #7fab68 50%, #88b272);
	background: -webkit-gradient( linear, left top, left bottom, from(#618f4b), color-stop(0.50, #7fab68), to(#88b272));
	border: 1px solid #483936;
}
.big_link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
/* =================  Banner closed ================= */









/*section part css*/

#content_main {
	width: 952px;
	height: auto;
	float: left;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	margin-bottom: 15px;
}
#content_left {
	width: 587px;
	height: auto;
	float: left;
	margin: 0 0px 0 0;
	padding: 0 10px;
	overflow: hidden;
}
#content_left h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: 'bicks-font';
	font-size: 24px;
	line-height: 40px;
	color: #e3b902;
	text-transform: uppercase;
}
#content_left p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afafae;
	line-height: 21px;
	font-weight: normal;
	text-align: justify;
}
.second {
	color: #fff !important;
}
#content_left a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7e01;
	line-height: 20x;
	float: right;
	margin: 0 7px 0 0;
}
#content_left a:hover {
	text-decoration: none;
}
/*content right part css*/



#content_right {
	width: 334px;
	height: auto;
	float: left;
	margin: 0 0 0 11px;
}
#content_right h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: 'bicks-font';
	font-size: 24px;
	line-height: 40px;
	color: #e3b902;
	text-transform: uppercase;
}
#content_right h1 a {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: 'bicks-font';
	font-size: 21px;
	line-height: 40px;
	color: #e3b902;
	text-transform: uppercase;
	text-decoration: none;
}
#content_right ul {
	margin: 0px;
	padding: 0px;
}
#content_right ul li {
	float: left;
	list-style: none;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
#content_right ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 29px;
	color: #ff7e01;
	padding: 0px 0px 0px 15px;
	width: 152px;
	height: auto;
	float: left;
}
#content_right ul li a:hover {
	text-decoration: underline;
}
#content_right h2 {
	margin: 0 24px;
	padding: 0px;
	text-align: left;
}
#content_right h2 img {
	margin: 15px 0px 0px 0px;
}
#content_right h3 {
	margin: 0px;
	padding: 0px 0px 0px 100px;
}
#content_right h3 img {
	float: left;
	margin: 15px 0px 0px 10px;
}
/*footer part css*/



#footer_box {
	width: 100%;
	height: auto;
	float: left;
	background-color: #000000;
	padding: 10px 0px 10px 0px;
}
#footer_main {
	width: 952px;
	height: auto;
	margin: auto;
}
#footer_main ul {
	margin: 0px;
	padding: 0px 0px 0px 150px;
}
#footer_main ul li {
	float: left;
	list-style: none;
	display: block;
}
#footer_main ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd992a;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #fd992a;
}
#footer_main ul li a:hover {
	text-decoration: underline;
}
#footer_main ul li a.last {
	border-right: none;
}
#footer_main h1 {
	width: 952px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd992a;
	line-height: 20px;
	text-align: center;
}
#footer_main h2 {
	width: 952px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #918f8d;
	line-height: 16px;
	text-align: center;
}
.footer-link {
	text-align: center;
	color: #FD992A;
}
.footer-link a {
	color: #FD992A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-align: center;
}
/*inner page rightportion*/







.testi {
	height: auto;
	float: left;
	background: url(../img/testi-back.jpg) repeat-x;
	background-position: top center;
	width: 320px;
	border-radius: 4px;
	margin: 15px 0px;
	border: 1px solid #f6a922;
	background-color: #e96620;
	height: 345px;
}
.testi h1 {
	color: #fff !important;
	font-family: 'bicks-font';
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;
}
.testi h2 {
	color: #e3ba00;
	font-family: 'bicks-font';
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: left !important;
}
.testi span {
	float: left;
	width: 117px;
	margin: 9px 14px 0 12px;
	padding: 0px;
}
.testi p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-align: justify;
	margin: 5px 14px 10px;
	padding: 0px;
}
.gallery {
	height: auto;
	float: left;
}
.gallery ul {
	margin: 9px 0px 0px 0px !important;
	padding: 0px !important;
}
.gallery ul li {
	float: left;
	list-style: none;
	height: 94px;
	padding: 0px;
	margin: 0 11px 11px 0 !important;
}
/*wedding ceremony page*/



#content_left span {
	float: left;
	margin: 11px 14px 0 0;
	padding: 0px;
}
#content_left p.call {
	color: #FF8E01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 33px;
	text-align: center;
	float: left;
}
#content_left p b {
	color: #FF8E01;
	font-weight: normal;
}
/*karaoke*/



#content_left h3 {
	color: #FF8E01;
	font-family: 'bicks-font';
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
.karaoke h4 {
	color: #FF8E01;
	font-family: 'bicks-font';
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.karaoke ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.karaoke ul li {
	background-image: url("../img/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #AFAFAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 10px 0 11px 15px;
	text-decoration: none;
	list-style: none;
	width: 415px;
}
.karaoke h5 {
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
	height: 266px;
}
.karaoke h6 {
	margin: 0px 0 0 0;
	padding: 0px;
	color: #FF8E01;
	font-family: 'bicks-font';
	font-size: 16px;
	text-align: center
}
#content_left p.mid {
	color: #FF8E01;
	text-align: center;
}
.karaoke-content h2 {
	color: #FF8E01;
	font-family: 'bicks-font';
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 8px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
/*wedding planner page*/

	

#content_left p a.click {
	margin: 0 200px 0 0;
}
/*faq about your dj*/

.faq-dj ul {
	margin: 0px;
	padding: 0px;
}
.faq-dj ul li {
	background-image: url("../img/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #AFAFAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 10px 0 11px 15px;
	text-decoration: none;
	list-style: none;
}
/*testimonials page*/

		

		

.testi-page {
	background: url("../img/testi-back.jpg") repeat-x scroll center top #e96620;
	border: 1px solid #F6A922;
	border-radius: 4px 4px 4px 4px;
	float: left;
	margin: 10px 0;
	min-height: 143px;
}
.testi-page h6 {
	color: #fff;
	font-family: 'bicks-font';
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left !important;
}
.testi-page span {
	float: left;
	width: 117px;
	margin: 11px 11px 0 11px!important;
	padding: 0px;
}
.testi-page p {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-align: justify;
	margin: 5px 14px 0px 10px !important;
	padding: 0px;
}
/*quote packages*/





#content_left h4 {
	color: #FF8E01;
	font-family: 'bicks-font';
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 8px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#content_left h3 a {
	margin: 0 0 0 180px;
	float: left;
}
.small-slider {
	width: 143px;
}
.medium-slider {
	width: 247px;
}
.slides li {
	background: none repeat scroll 0 0 transparent !important;
	padding: 0 !important;
}
.flex-direction-nav {
	display: none;
}
.gallery-main li {
	border: 1px solid #fe7701;
	border-radius: 6px 6px 6px 6px;
	float: left;
	margin-bottom: 24px;
	margin-left: 24px;
	height: 195px;
}
.gallery-main img {
	border-radius: 6px 6px 6px 6px;
}
.gallery-main li a {
	margin: 0 !important;
	padding: 0
}
.submenu ul li {
	min-width: 150px;
}
.gallery-main ul li a {
	float: left !important;
}
#af-form-1839373614 .af-body .af-textWrap {
	display: block;
	float: none;
	width: 95%;
}
#af-form-1839373614 .af-body .privacyPolicy {
	color: #e4196c;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
#af-form-1839373614 .af-body a {
	color: #000;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
#af-form-1839373614 .af-body input.text, #af-form-1839373614 .af-body textarea {
	background-color: #e9ac60;
	border-color: #e9ac60;
	border-radius: 3px;
	border-style: solid;
	border-width: 5px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 15px !important;
	text-decoration: none;
}
/*#af-form-1839373614 .af-body input.text:focus, #af-form-1839373614 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}*/

#af-form-1839373614 .af-body label.previewLabel {
	color: #000;
	display: block;
	float: none;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	width: auto;
}
#af-form-1839373614 .af-body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 3px;
}
#af-form-1839373614 .af-footer {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: none;
	border-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#af-form-1839373614 .af-header {
	background: url("../img/new-head-back.png") repeat-x scroll left bottom #F4C600;
	border-style: none;
	border-width: 1px;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	min-height: 143px;
	padding: 0;
}
#af-form-1839373614 .af-quirksMode .bodyText {
	padding-top: 2px;
	padding-bottom: 2px;
}
#af-form-1839373614 .af-quirksMode {
	padding-right: 50px;
	padding-left: 50px;
}
#af-form-1839373614 .af-standards .af-element {
	padding-right: 20px;
	padding-left: 20px;
}
#af-form-1839373614 .bodyText p {
	color: #000000;
	font-family: 'bicks-font';
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	margin: 0 0 4px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
#af-form-1839373614 .buttonContainer input.submit {
	background-color: #0479c2;
	background-image: url("http://aweber.com/images/forms/cresswell/orange/button.png");
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}
#af-form-1839373614 .buttonContainer input.submit {
	width: auto;
}
#af-form-1839373614 .buttonContainer {
	text-align: center;
}
#af-form-1839373614 body, #af-form-1839373614 dl, #af-form-1839373614 dt, #af-form-1839373614 dd, #af-form-1839373614 h1, #af-form-1839373614 h2, #af-form-1839373614 h3, #af-form-1839373614 h4, #af-form-1839373614 h5, #af-form-1839373614 h6, #af-form-1839373614 pre, #af-form-1839373614 code, #af-form-1839373614 fieldset, #af-form-1839373614 legend, #af-form-1839373614 blockquote, #af-form-1839373614 th, #af-form-1839373614 td {
	float: none;
	color: inherit;
	position: static;
	margin: 0;
	padding: 0;
}
#af-form-1839373614 button, #af-form-1839373614 input, #af-form-1839373614 submit, #af-form-1839373614 textarea, #af-form-1839373614 select, #af-form-1839373614 label, #af-form-1839373614 optgroup, #af-form-1839373614 option {
	float: none;
	position: static;
	margin: 0;
}
#af-form-1839373614 div {
	margin: 0;
}
#af-form-1839373614 fieldset {
	border: 0;
}
#af-form-1839373614 form, #af-form-1839373614 textarea, .af-form-wrapper, .af-form-close-button, #af-form-1839373614 img {
	float: none;
	color: inherit;
	position: static;
	background-color: none;
	border: none;
	margin: 0;
	padding: 0;
}
#af-form-1839373614 input, #af-form-1839373614 button, #af-form-1839373614 textarea, #af-form-1839373614 select {
	font-size: 100%;
}
#af-form-1839373614 p {
	color: inherit;
}
#af-form-1839373614 select, #af-form-1839373614 label, #af-form-1839373614 optgroup, #af-form-1839373614 option {
	padding: 0;
}
#af-form-1839373614 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#af-form-1839373614 ul, #af-form-1839373614 ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
}
#af-form-1839373614, #af-form-1839373614 .quirksMode {
	width: 320px;
	float: left;
}
#af-form-1839373614.af-quirksMode {
	overflow-x: hidden;
}
#af-form-1839373614 {
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
}
#af-form-1839373614 {
	display: block;
}
#af-form-1839373614 {
	overflow: hidden;
	margin-bottom: 15px;
}
.af-body .af-textWrap {
	text-align: left;
}
.af-body input.image {
	border: none!important;
}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
	float: none!important;
}
.af-body input.text {
	width: 100%;
	float: none;
	padding: 2px!important;
	width: 94%;
}
.af-body.af-standards input.submit {
	padding: 4px 12px;
}
.af-clear {
	clear: both;
}
.af-element label {
	text-align: left;
	display: block;
	float: left;
}
.af-element {
	padding: 5px 0;
	text-align: center;
}
.af-form-wrapper {
	float: left;
	text-indent: 0;
	width: 96%;
}
.af-form {
	text-align: left;
	margin: auto;
}
.af-header, .af-footer {
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
}
.af-quirksMode .af-element {
	padding-left: 0!important;
	padding-right: 0!important;
}
.lbl-right .af-element label {
	text-align: right;
}
.thanks p {
	color: #FF8E01 !important;
	font-family: 'bicks-font' !important;
	font-size: 17px !important;
	font-weight: normal !important;
	padding: 10px 0 !important;
	text-align: center !important;
}
.thanks p a {
	float: none !important;
}
.packages {
	float: left;
	margin-left: 38px;
	text-align: left;
	width: 243px;
}
.packages a {
	margin: 0 !important;
}
#af-form-668601836 {
	border-color: #FFFFFF;
	border-radius: 7px;
	border-style: solid;
	border-width: 1px;
	background: #FFF;
	width: 100%;
}
#af-header-668601836 {
	background: url("../img/new-head-back.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border-style: none;
	border-width: 1px;
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	padding: 155px 0 0;
	border-radius: 7px;
}
#awf_field-58839365 {
	background-color: #E9AC60;
	border-color: #E9AC60;
	border-radius: 3px;
	border-style: solid;
	border-width: 5px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 15px !important;
	text-decoration: none;
}
#af-body-668601836 {
	padding: 0 20px 13px 20px;
}
.af-element label {
	color: #000000;
	display: block;
	float: none;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-decoration: none;
	width: auto;
}
#awf_field-58839366 {
	background-color: #E9AC60;
	border-color: #E9AC60;
	border-radius: 3px;
	border-style: solid;
	border-width: 5px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 15px !important;
	text-decoration: none;
}
.privacyPolicy {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.privacyPolicy {
	color: #E4196C;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.reviewshakeWidget[data-breakpoint="1"] .reviewshakeWidget__reviewsContainer {
	padding: 2em 0 !important;
}
.reviewshakeWidget__averageTitle {
	color: #FFF !important;
}
.reviewshakeWidget__top .reviewshakeWidget__ratingBody > * {
	padding: .4em 0;
	color: #FFF !important;
}
.reviewshakeWidget__averageReviews {
	color: #FFF;
}
.reviewshakeWidget__reviewText {
	overflow: hidden;
}
.reviewshakeWidget__reviewFooter {
	display: block
}
