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

.kollai.default{
	background:url(assets/canvas-bg.png) no-repeat center top #20140c;
}
.kollai.default h1,
.kollai.default h2,
.kollai.default h3,
.kollai.default h4,
.kollai.default h5,
.kollai.default h6{
	margin-top:0px;
}
.kollai.default h1{
font-family: 'Russo One', sans-serif;
font-size:100px;
color:#ff952d;
letter-spacing: 15px;
line-height: 90px;
}
.kollai.default .bg-color1{
	background-color:#ff952d;
}
.kollai.default .bg-color2{
	background-color:#fff;
}
.kollai.default .bg-color3{
	background-color:#6f4a30;
}
.kollai.default .color1{
	color:#fff;
}
.kollai.default .color2{
 	color:#ff952d;
}
.kollai.default .color3{
	color:#484848;
}
.kollai.default .color4{
	color:#482e1c;
}
.kollai.default .color5{
	color:#8d6346;
}
.kollai.default .fs-14{
	font-size:14px;
}
.kollai.default .fs-18{
	font-size:18px;
}
.kollai.default .fs-30{
	font-size:30px;
}
.kollai.default .fs-100{
	font-size:100px;
}
.kollai.default .ff-1{
	font-family: 'Roboto', sans-serif;
}
.kollai.default .ff-2{
	font-family: 'Russo One', sans-serif;
}
.kollai.default .lh-90{
	line-height: 90px;
}
.kollai.default .ls-3{
	letter-spacing: 4px;
}
.kollai.default .ls-4{
	letter-spacing: 4px;
}
.kollai.default .ls-6{
	letter-spacing: 6px;
}
.kollai.default .ls-15{
	letter-spacing: 15px;
}
.kollai.default .lh-32{
	line-height: 32px;
}
.kollai.default .center-align{
	text-align: center;
}
.kollai.default .right-align{
	text-align: right;
}
.kollai.default .border1{
	border-radius:40px;
}
/****************/
/* neo main nav */
/****************/
.kollai.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.kollai.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Russo One', sans-serif;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color: transparent;
	margin-right:40px;
	margin-left:40px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:0px;
	border-bottom: 4px solid transparent;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color: transparent;
	margin-right:40px;
	margin-left:40px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:0px;
	border-bottom: 4px solid #ff952d;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#ff952d;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color: transparent;
    margin-right:40px;
	margin-left:40px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-top:0px;
	border-bottom: 4px solid #ff952d;
}
.kollai.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#ff952d;
}
/***************/
/* neo sub nav */
/***************/
.kollai.default .navigation-2-plugin ul ul > li {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color:transparent;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.kollai.default .navigation-2-plugin ul ul > li > a {
	color:#fff;
}
.kollai.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color:transparent;
}
.kollai.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color:#ff952d;
}
.kollai.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Russo One', sans-serif;
	font-size:18px;
	background-color:transparent;
}
.kollai.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color:#ff952d ;
} 
/* CONTACT */
/*header*/
/* labels style */
.kollai.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #926646;
}
/*CUSTOM*/
/* first & last name */
.kollai.default .web_com_custom_form .FirstName label,
.kollai.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #926646;
}
.kollai.default .web_com_custom_form input[type='text'],
.kollai.default .web_com_custom_form textarea, 
.kollai.default .form-element.form-element-size-medium,
.kollai.default .form-element.form-element-size-large,
.kollai.default .form-element.form-element-size-small{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background-color:  #fff; 
}

.kollai.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background-color: #000;
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px transparent #fff;
	border-radius: 5px;
}
.kollai.default .form-result-ok{
	color:rgb(0,0,0);
}
.kollai.default form p,
.kollai.default form span{
	color: #926646;
}