/*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 */

.klock.default{
	background-color:#fff;
}
.klock.default .text-plugin{
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
.klock.default h1,
.klock.default h2,
.klock.default h3,
.klock.default h4,
.klock.default h5,
.klock.default h6{
	margin-top:0px;
	font-family: 'Anton', sans-serif;
}
.klock.default h1{
	font-size:48px;
}
.klock.default h2{
	font-size:42px;
}
.klock.default h4{
font-family: 'Cabin', sans-serif;
font-size:18px;
}
.klock.default h5{
	font-size:48px;
	color:#ff0000;
}
.klock.default h6{
	font-size:18px;
}

.klock.default .color1{
	color:#d40d12; /*dark red*/
}
.klock.default .color2{
	color:#333333; /*light gray*/
}
.klock.default .color3{
	color:#666666; /*dark gray*/
}
.klock.default .color4{
	color:#94090d;  /*darkish red*/
}
.klock.default .color5{
	color:#fff;  /*white*/
}
.klock.default .box-bg1{
	background-color:#333333;
}
.klock.default .center-align{
	text-align: center;
}
.klock.default .right-align{
	text-align: right;
}
.klock.default .phone-num{
	font-family: 'Cabin', sans-serif;
	font-size:18px;
}
.klock.default .home-box1{
	background-color: transparent;
	border-top:2px solid #ff0000;
	border-bottom:2px solid #660000;
}
.klock.default .home-box1{
	background-color: transparent;
	border-top:2px solid #ff0000;
	border-bottom:2px solid #660000;
}
.klock.default .divider{
	background-color:#cccccc;
}

.klock.default .lh-23{
	line-height: 23px;
}
.klock.default .lh-26{
	line-height: 26px;
}
.klock.default .lh-42{
	line-height: 42px;
}
.klock.default .ff-1{
	font-family: 'Cabin', sans-serif;
}
.klock.default .fs-16{
	font-size:16px;
}
.klock.default .fs-24{
	font-size:24px;
}
.klock.default .fs-30{
	font-size:30px;
}
.klock.default .footer-text{
	font-size:14px;
}
.klock.default .services-list li{
	list-style-image: url(assets/bullet.png);
	padding-left:15px;
}
/****************/
/* neo main nav */
/****************/
.klock.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Cabin', sans-serif;
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-right:0;
	padding-top:0;
	padding-bottom: 0;
	padding-left: 3px;
	margin-right: 19px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Cabin', sans-serif;
	text-align: left;

	border-bottom-color: transparent;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: transparent;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(0,0,0);
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#ff0000;
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-family: 'Cabin', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.klock.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#ff0000;
}
/***************/
/* neo sub nav */
/***************/
.klock.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.klock.default .navigation-2-plugin ul ul > li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Cabin', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.klock.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.klock.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Cabin', sans-serif;
	text-align: left;

	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.klock.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ff0000;
}
.klock.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Cabin', sans-serif;

	text-align: left;
	border-bottom-color: #ffdb6c;
	border-bottom-style: transparent;
	border-bottom-width: 0px;
	border-top-color: #ffdb6c;
	border-top-style: transparent;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.klock.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ff0000;
} 
/* CONTACT */
/*header*/

/* labels style */
.klock.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.klock.default .web_com_custom_form .FirstName label,
.klock.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.klock.default .web_com_custom_form input[type='text'],
.klock.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px transparent #dadada;
	background-color:  #fff; 
}

.klock.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;
}
.klock.default textarea.form-element{
	height: 70px;
}
.klock.default .form-result-ok{
	color:rgb(0,0,0);
}
