/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/
/* site */
.kero.default .text-plugin {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	margin-top: 0px;
}
.kero.default .center-align {
	text-align: center;
}
.kero.default .right-align {
	text-align: right;
}
/***** BACKGROUNDS *****/
.kero.default.pagebg {
	background-color: #FFFFFF;
}
.kero.default .headerbg {
	background-color: #EEEFEF;
}
.kero.default .footerbg {
	background-color: #EEEFEF;
}
/***** HEADINGS *****/
.kero.default h1, .kero.default h2, .kero.default h3, .kero.default h4, .kero.default h5, .kero.default h6 {
	margin: 0px;
	font-weight: bold;
	font-family: 'Droid Serif', serif;
	color: #000;
}
.kero.default h1 {
	font-size: 59px;
	line-height: 66px;
	letter-spacing: 1px;
}
.kero.default h2 {
	font-size: 44px;
	line-height: 51px;
	letter-spacing: 1px;
}
.kero.default h3 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0px;
}
.kero.default h4 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0px;
}
.kero.default h5 {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0px;
}
.kero.default h6 {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0px;
}
/***** TEXT STYLES *****/
.kero.default .ff-1 {
	font-family: 'PT Sans', sans-serif;
}
.kero.default .ff-2 {
	font-family: 'Droid Serif', serif;
}
.kero.default .fs-15 {
	font-size: 15px;
}
.kero.default .fs-18 {
	font-size: 18px;
}
.kero.default .fs-20 {
	font-size: 20px;
}
.kero.default .fs-25 {
	font-size: 25px;
}
.kero.default .fs-30 {
	font-size: 30px;
}
.kero.default .fs-40 {
	font-size: 40px;
}
.kero.default .fs-60 {
	font-size: 60px;
}
.kero.default .lh-24 {
	line-height: 24px;
}
.kero.default .lh-30 {
	line-height: 30px;
}
.kero.default .lh-42 {
	line-height: 42px;
}
.kero.default .lh-36 {
	line-height: 36px;
}
.kero.default .lh-60 {
	line-height: 60px;
}
/***** LISTS *****/
.kero.default .text-plugin ul li, .kero.default .text-plugin ol li, .kero.default .text-plugin ul, .kero.default .text-plugin ol {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
}
/***** COLORS & BG-COLORS *****/
.kero.default .color1 {
	color: #FFFFFF;
}
.kero.default .color1-bg {
	background-color: #FFFFFF;
}
.kero.default .color2 {
	color: #000;
}
.kero.default .color2-bg {
	background-color: #000;
}
.kero.default .color2-bg-70 {
	background-color: rgba(0,0,0,0.7);
}
.kero.default .color3 {
	color: #EEEFEF;
}
.kero.default .color3-bg {
	background-color: #EEEFEF;
}
.kero.default .color4 {
	color: #70C0C4;
}
.kero.default .color4-bg {
	background-color: #70C0C4;
}
.kero.default .color5 {
	color: #ee8a1d;
}
.kero.default .color5-bg {
	background-color: #ee8a1d;
}
.kero.default .color6 {
	color: #919191;
}
.kero.default .color6-bg {
	background-color: #919191;
}
/***** BORDERS *****/
.kero.default .circle-border {
	border-radius: 110px;
}
/****************/
/* neo main nav */
/****************/
.kero.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Droid Serif', sans-serif;
	font-weight: normal;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding: 1px;
	background-color: transparent;
	margin-left: 0px;
	margin-right:11px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	box-shadow: none;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 18px;
	border-left:1px solid #919191;
	padding-left:6px;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #919191;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 18px;
	border-left:1px solid #919191;
	padding-left:6px;
}
.kero.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #919191;
}
/***************/
/* neo sub nav */
/***************/
.kero.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.kero.default .navigation-2-plugin ul ul > li {
	font-family: 'Droid Serif', sans-serif;
	padding: 6px 12px;
	background-color: rgba(0,0,0,0.88);
	border: 0px;
	text-align: left;
	margin-top: 1px;
	margin-left: 0px;
	font-size: 15px;
}
.kero.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.kero.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Droid Serif', sans-serif;
	font-size: 15px;
	background-color: #343434;
	border: 0px;
	text-align: left;
}
.kero.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ED882A;
}
.kero.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Droid Serif', sans-serif;
	font-size: 15px;
	background-color: #343434;
	border: 0px;
	text-align: left;
}
.kero.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ED882A;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

/* labels style */
.kero.default .web_com_custom_form label {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 0;
	color: #919191;
}
/* first & last name */
.kero.default .web_com_custom_form .FirstName label, .kero.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
	color: #919191;
	margin-top: 1px;
}
/* inputs */
.kero.default .web_com_custom_form input[type='text'], .kero.default .web_com_custom_form textarea, .kero.default form select {
	border-radius: 0px !important;
	border: 1px solid #C3C2C1;
	background: #FFFFFF;
	color: #909090;
}
/* submit btn */
.kero.default .web_com_custom_form input[type='submit'] {
	font-family: 'Droid Serif', serif;
	color: #FFF;
	background-color: #ED882A;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 41px;
	display: block;
	margin: 0px auto;
	border: 0px;
	border-radius: 0px;
}
/* textarea height */
.kero.default form select {
	min-height: none;
}
.kero.default .form-result-ok {
	color: #d01630;
}
