/*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 */
.chumin.default .text-plugin {
	font-family: 'Open Sans Light', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:26px;
	color:#777;
}
.chumin.default .text-plugin p{
	margin-top:0px;
}
.chumin.default .center-align {
	text-align: center;
}
.chumin.default .right-align {
	text-align: right;
}
/***** BACKGROUNDS *****/
.chumin.default.pagebg {
	background-color: #f8f8f8;
}
.chumin.default .center-bg {
	background-image: url('assets/chumin-center-bg.jpg');
	background-repeat: no-repeat;
	background-position:left top;
}
.chumin.default .header-bg {
	background-image: url('assets/chumin-header-bg.jpg');
	background-repeat: no-repeat;
	background-position:center top;
}
.chumin.default .footer-bg {
	background-color: #3A3A3A;
}
/***** HEADINGS *****/
.chumin.default h1, .chumin.default h2, .chumin.default h3, .chumin.default h4, .chumin.default h5, .chumin.default h6 {
	margin: 0px;
	padding:0px;
	font-weight: normal;
	font-family: 'Open Sans', serif;
}
.chumin.default h1 {
	font-size:50px;
	line-height:60px;
	letter-spacing:0px;
}
.chumin.default h2 {
	font-size:42px;
	line-height:42px;
	letter-spacing:0px;
	color: #444444;
}
.chumin.default h3 {
	font-size:36px;
	line-height:40px;
	letter-spacing:0px;
	color: #444444;
}
.chumin.default h4 {
	font-size:30px;
	letter-spacing:0px;
	color: #444444;
}
.chumin.default h5 {
	font-size:18px;
	letter-spacing:0px;
}
.chumin.default h6 {
	font-size:14px;
	letter-spacing:0px;
}
/***** TEXT STYLES *****/
.chumin.default .footer-txt {
	font-family: 'Open Sans', serif;
	font-size:14px;
	line-height:17px;
}
.chumin.default .comp-name {
	font-family: 'Open Sans Bold', sans-serif;
	font-size:15px;
	line-height:18px;
}
.chumin.default .large-blurb-txt {
	font-size:18px;
	line-height:24px;
}
.chumin.default .xlarge-digits{
	font-family: 'Open Sans', sans-serif;
	font-size:90px;
	line-height:93px;
}
/***** LISTS *****/

.chumin.default .text-plugin .produce-list li {
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	letter-spacing:1px;
}
/***** COLORS & BG-COLORS *****/
.chumin.default .color1 {
	color: #FFF;
}
.chumin.default .color1-bg {
	background-color: #FFF;
}
.chumin.default .color2 {
	color: #000;
}
.chumin.default .color2-bg {
	background-color: #000;
}
.chumin.default .color2-bg-60pct {
	background-color: rgba(0,0,0,0.6);
}
.chumin.default .color2-bg-45pct {
	background-color: rgba(0,0,0,0.45);
}
.chumin.default .color3 {
	color: #444444;
}
.chumin.default .color3-bg {
	background-color: #444444;
}
.chumin.default .color4 {
	color:#e5e5e5;
}
.chumin.default .color4-bg {
	background-color: #e5e5e5;
}
.chumin.default .color5 {
	color:#444;
}
/***** BORDERS *****/
.chumin.default .circle-border-radius {
	border-radius:100px;
}
.chumin.default .map-rounded {
	border-radius:6px;
}
/****************/
/* neo main nav */
/****************/
.chumin.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:6px 22px 6px 22px;
	background-color: transparent;
	border-bottom:2px solid transparent;
	border-radius:0px;
	margin-right:5px;
	margin-bottom:3px;
	font-size: 14px;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	font-size: 14px;
	background-color: rgba(255,255,255,0.15);
	border-bottom:2px solid #000;
	box-shadow: 0px 3px 0px rgba(255,255,255,0.12);
	border-radius:0px;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-size: 14px;
	background-color: #1f1f1f;
	border-bottom:2px solid #000;
	box-shadow: 0px 3px 0px rgba(255,255,255,0.12);
	border-radius:0px;
}
.chumin.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}
/***************/
/* neo sub nav */
/***************/
.chumin.default .navigation-2-plugin ul ul > li {
	font-family: 'Open Sans', serif;
	padding:6px 22px 6px 22px;
	margin-top: 3px;
	background-color: rgba(255,255,255,0.7);
	font-size: 14px;
	border:1px solid rgba(0,0,0,0.7);
	text-align:center;
	margin-top:3px;
}
.chumin.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.chumin.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.9);
	font-size: 14px;
	border:1px solid rgba(0,0,0,0.9);
	text-align:center;
}
.chumin.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #000;
}
.chumin.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.9);
	font-size: 14px;
	border:1px solid rgba(0,0,0,0.9);
	text-align:center;
}
.chumin.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #000;
}
/*END NAV 2*/
/* CONTACT */
/*header*/

/* labels style */
.chumin.default .web_com_custom_form label{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom: 0;
	color: #777;
}

/* first & last name */
.chumin.default .web_com_custom_form .FirstName label,
.chumin.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #777;
}
/* inputs */
.chumin.default .web_com_custom_form input[type='text'],
.chumin.default .web_com_custom_form textarea{
	border-radius: 5px !important;
	border: 1px solid transparent;
	background:  #fff; 
}
/* submit btn */
.chumin.default .web_com_custom_form input[type='submit']{
	font-family: 'Open Sans', sans-serif;
	color: #444;
	text-decoration:underline;
	text-transform: uppercase;
	background: transparent; 
	font-size: 14px;
	padding: 5px 5px;
	display: block;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 0px;
}
/* textarea height */
.chumin.default textarea.form-element{
	height: 60px;
}
/* form submission message color */
.chumin.default .form-result-ok {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#444;
}