@charset "utf-8";
/* CSS Document */
#afm-online-outer{
	background: #006857;
	/*padding: 6px;*/
	padding: 10px 6px 0;
	max-width: 672px;
	width: 100%;
	/*overflow: hidden;*/
	float: left;
	margin: 10px auto 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px !important;
}
#afm-online-outer .afm-in-area h2{
	color: #ffffff !important;
	float: left;
	font-size: 1.3em !important;
	font-weight: normal;
	margin: 24px 0 24px 5px;
	max-width: 354px;
	text-transform: uppercase;
}
#afm-online-outer .afm-in-area{
	background: #037e6a;
	min-height: 75px;
	box-sizing: content-box;
}
#afm-online-outer .afm-in-area .afm-click-here {
	display: block;
	background: #ffee5f;
	border-radius: 4px;
	float: right;
	max-width: 248px;
	width: 100%;
	padding: 10px;
	box-sizing: padding-box;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #006857;
	font-size: 14px;
	-webkit-box-shadow: 0 5px 0;
	-moz-box-shadow: 0 5px 0;
	box-shadow: 0 5px 0;
	margin-right: 20px;
}
#afm-online-outer .afm-in-area .afm-click-here:hover{
	box-shadow: none;
	font-size: 15px;
}
#afm-popup-outer{
	overflow: hidden;
	max-width: 780px;
	width: 100%;
	padding: 20px 0px;
	/*margin: 45px auto 0;*/
	background: url(../images/popup-bg.jpg);
	background-repeat: repeat-x y;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#afm-popup-outer .afm-logo{
	text-align: center;
}
#afm-popup-outer h2{
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	background: #006857;
	color: #fff !important;
	font-size: 22px !important;
	padding: 10px 0px;
	text-transform: uppercase;
}
#afm-popup-outer .afm-form-outer{
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
}
#afm-popup-outer .afm-form-outer input[type="text"], #afm-popup-outer .afm-form-outer input[type="email"], #afm-popup-outer .afm-form-outer input[type="tel"],
#afm-popup-outer .afm-form-outer select, #afm-popup-outer .afm-form-outer textarea, #afm-popup-outer .afm-form-outer input[type="number"]{
	border: 1px solid #333;
	background: url(../images/popup-bg.jpg);
	background-repeat: repeat-x y;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	margin: 0 0 10px;
	box-sizing: border-box;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#afm-popup-outer .afm-form-outer input:hover,
#afm-popup-outer .afm-form-outer select:hover,
#afm-popup-outer .afm-form-outer textarea:hover{
	-webkit-border: 1px solid #006857;
	-moz-border: 1px solid #006857;
	border: 1px solid #006857;
}
#afm-popup-outer .afm-form-outer label{
	max-width: 120px;
	/*width: 100%;*/
	/*float: left;*/
	vertical-align: top;
	margin-top: 3px;
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#afm-popup-outer .afm-form-outer textarea{
	/*min-height: 100px;*/
}
#afm-popup-outer .afm-form-outer input[type="submit"],
#afm-popup-outer .afm-form-outer input[type="button"]{
	background: #076b5a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
	border: none;
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	-webkit-box-shadow: 0 4px 0 #0e967f;
	-moz-box-shadow: 0 4px 0 #0e967f;
	box-shadow: 0 4px 0 #0e967f;
	/*margin-left: 111px;*/
}
#afm-popup-outer .afm-form-outer input[type="submit"]:hover{
	box-shadow: none;
}

/* old */
.afm-error{
	color: #f00;
	margin: -10px 0 10px;
}
.afm-success{
	color: #108100;
}
.afm-form{
	width: 100%;
	max-width: 400px;
	margin: 10px;
}
.afm-form input[type="text"],
.afm-form input[type="email"],
.afm-form input[type="tel"],
.afm-form textarea{
	width: 100%;
	max-width: 400px;
}
.afm-form input[type="submit"]{
	width: 100%;
	max-width: 150px;
}
#afm-popup-outer .afm-form-outer #captcha{
	margin: 5px 0 15px;
}
#afm-clearall{
	clear: both;
}
.afm-null-error,
.afm-valid-error{
	display: none;
}
.afm-err-show{
	display: inline;
}
#ajaxcontact-response{
	display: none;
}
.frmb.ui-sortable{
	list-style-type: none;
}
.frmb.ui-sortable li.form-field span.tooltip-element,.frmb.ui-sortable li.form-field span.required-asterisk{
	display: none;
}
.frmb.ui-sortable li.form-field span.required-asterisk{
	color: #f00;
}
[id^="frmb-"][id$="-form-wrap"] .tooltip-element {
    background: #000 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin: 0 5px;
    text-align: center;
    visibility: visible;
    width: 16px;
}
[id^="frmb-"][id$="-form-wrap"] [tooltip] {
    position: relative;
}
[id^="frmb-"][id$="-form-wrap"] [tooltip]:hover::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #222 transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: "";
    cursor: default;
    left: 2px;
    position: absolute;
    z-index: 99;
}
[id^="frmb-"][id$="-form-wrap"] [tooltip]:hover::after {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    cursor: default;
    font-size: 12px;
    left: 2px;
    line-height: 1.5em;
    padding: 10px 5px;
    position: absolute;
    text-shadow: none;
    width: 230px;
    z-index: 98;
}
.kc-toggle {
    position: relative;
    margin: 4px 0 0 2px;
    width: 60px;
    height: 21px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    border: 1px solid #cbcbcb;
    vertical-align: bottom;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.kc-toggle input {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.kc-toggle .kct-inner {
	position: absolute;
	top: 0;
	left: -28px;
	width: 115px;
	height: 100%;
	-webkit-transition: left 150ms ease;
	transition: left 150ms ease;
}
.kc-toggle.on .kct-inner{
	background: #e2e2e2;
	background: -webkit-linear-gradient(top,#e2e2e2 0,#fff 100%);
	background: linear-gradient(to bottom,#e2e2e2 0,#fff 100%);
	left: 0
}
.kct-handle {
    height: 17px;
    background: #fff;
    background: -webkit-linear-gradient(top,#fff 0,#cecece 100%);
    background: linear-gradient(to bottom,#fff 0,#cecece 100%);
    border: 1px solid #999;
    font-weight: 100;
    color: #4b4b4b;
    text-shadow: none;
    border-radius: 3px;
    margin: 1px;
}
.kct-off {
    color: #666;
}
.kct-handle, .kct-off, .kct-on {
	width: 28px;
	height: 100%;
	font-family: Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
	float: left;
}
.kc-toggle .kct-on {
	color: #12a912;
}
.form-wrap, .kct-handle, .kct-off, .kct-on {
	position: relative;
}
#afm-popup-outer .afm-form-outer .stage-wrap{
	width: 100%;
}
#afm-popup-outer .afm-form-outer .checkbox-field label{max-width: 100%; display: inline;}
#afm-popup-outer .afm-form-outer .form-field{margin: 5px 0;}
#afm-popup-outer .afm-form-outer .frmb{margin: 0 10px;}
@media only screen and (max-width: 995px){
#afm-online-outer{
	padding: 0;
	max-width: 100%;
}
#afm-online-outer .afm-in-area h2{
	margin: 24px auto;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 27% 10px 0;
}
}
@media only screen and (max-width: 600px){
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 25% 10px 0;
}
}
@media only screen and (max-width: 480px){
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 20% 10px 0;
}
}
@media only screen and (max-width: 420px){
#afm-online-outer .afm-in-area{
	padding: 0 15px;
	min-height: 105px;
}
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 13% 10px 0;
}
}
@media only screen and (max-width: 360px){
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 5% 10px 0;
}
}
@media only screen and (max-width: 320px){
#afm-online-outer .afm-in-area .afm-click-here{
	margin: 0 0 10px;
}
}
