/*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 */

.balash.default.page-bg {
	background: url('assets/balash-bg.jpg') repeat center top;
}
.balash.default{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	color: #000;
}
.balash.default #header{
	background: url('assets/balash-bg.jpg') repeat center;
}

.balash.default h2,
.balash.default h3,
.balash.default h4,
.balash.default h5,
.balash.default h6{
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 500;
	color:#3f1e07;
	margin: 0;
}
.balash.default h1{
	font-family: 'Amatic SC', sans-serif;
	font-size: 62px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #000;
	margin:0;
}
.balash.default h2{
	font-size: 24px;
}
.balash.default h3{
	font-size: 22px;
}
.balash.default h4{
	font-size: 20px;
}
.balash.default h5{
	font-size: 18px;
}
.balash.default h6{
	font-size: 16px;
}
.balash.default .text-plugin ul{
	margin: 0;
}
.balash.default .slogan{
	font-weight: normal;
	color: #3f1e07;
}
.balash.default .white-box{
	background: #fff;
}
.balash.default .home-title{
	font-size:47px;
	font-weight: normal;
	color: #000;
}
.balash.default .bg-box{
	background: url('assets/balash-bg.jpg') repeat;
}
.balash.default .center-align{
	text-align: center;
}
.balash.default .right-align{
	text-align: right;
}
.balash.default .white{
	color: #ffffff;
}
.balash.default .custom-right{
	float: right;
}
/****************/
/* neo main nav */
/****************/
.balash.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Alegreya Sans', sans-serif;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px;
	font-size:16px;
	background-color:transparent;
	margin-left:35px;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	font-size:16px;
	background-color:transparent;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #3f1e07;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-size:16px;
	font-weight:bold;
	background-color:transparent;
}
.balash.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #3f1e07;
}
/***************/
/* neo sub nav */
/***************/
.balash.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 140px;
}
.balash.default .navigation-2-plugin ul ul > li {
	padding: 10px;
	margin-top: 3px;
	background-color: #582A36;
	font-size: 16px;
	text-align: left;
}
.balash.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.balash.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #753836;
	font-size: 16px;
	text-align: left;
}
.balash.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.balash.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #345245;
	font-size: 16px;
	text-align: left;
}
.balash.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
} 
/****************/
/* END NEO NAV2 */
/****************/
/* CONTACT */
/*header*/

/* labels style */
.balash.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
}

/*CUSTOM*/
/* first & last name */
.balash.default .web_com_custom_form .FirstName label,
.balash.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
}

.balash.default .web_com_custom_form input[type='text'],
.balash.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background:  #fff; 
}

.balash.default .web_com_custom_form input[type='submit']{
	color: #fff;
	border-radius: 3px;
	background: #000; 
	font-size: 16px;
	padding: 2px 20px;
	display: block;
	margin: 0 auto;
}

.balash.default .contact-form{
	background: #edeae3;
}