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

/* font-family: 'Ubuntu Condensed', sans-serif; 
font-family: 'Russo One', sans-serif;
*/

.alfombra.default{
	background-image:url('assets/canvas-bg.png');
	background-repeat: no-repeat;
	background-position:top center;
}
.alfombra.default .header-bg{
	background:url(assets/header-bg1.png) repeat-x;
}
.alfombra.default .text-plugin{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:20px;
}
.alfombra.default h1{
	font-family: 'Russo One', sans-serif;
	font-size:43px;
	color:#000;
}
.alfombra.default h3{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:60px;
	color:#fff;
}
.alfombra.default h4{
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:30px;
	color:#fff;
}
.alfombra.default .center-align{
	text-align: center;
}
.alfombra.default .right-align{
	text-align: right;
}
.alfombra.default .footer-bg{
	background-color:#fff;
}
.alfombra.default .content-bg{
	background-color:#fff;
}
.alfombra.default .box-bg1{
	background-color:#000;
}
.alfombra.default .fs-28{
	font-size:28px;
}
.alfombra.default .color1{
	color:#c03523;
}
.alfombra.default .lh-32{
	line-height:32px;
}
.alfombra.default .lh-40{
	line-height:40px;
}
.alfombra.default .ls-1{
	letter-spacing: 2px;
}
.alfombra.default .home-list{
	font-size:30px;
}
.alfombra.default .services-list{
	font-size:27px;
}

.alfombra.default .img-border{
	border:20px solid #fff;
}
/****************/
/* neo main nav */
/****************/
.alfombra.default .navigation-2-plugin .neo-asset-inner ul {
	font-family:'Ubuntu Condensed', sans-serif;
}
.alfombra.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-right:22px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin-right: 19px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	font-family:'Ubuntu Condensed', 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;
}
.alfombra.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.alfombra.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;
	background-color:#c03523;
}
.alfombra.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.alfombra.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color:#c03523;
	font-family:'Ubuntu Condensed', 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;

}
.alfombra.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.alfombra.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top:11px;
	background-color:#000;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	font-family:'Ubuntu Condensed', 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;
}
.alfombra.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.alfombra.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color:#c03523;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	font-family:'Ubuntu Condensed', 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;
}
.alfombra.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color:#fff;
}
.alfombra.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color:#c03523;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	font-family:'Ubuntu Condensed', 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;
}
.alfombra.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 

/* CONTACT */
/*header*/

/* labels style */
.alfombra.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.alfombra.default .web_com_custom_form .FirstName label,
.alfombra.default .web_com_custom_form .LastName label{
	font-size: 14px !important;
	color: #000;
}
.alfombra.default .web_com_custom_form input[type='text'],
.alfombra.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px transparent #dadada;
	background-color:  #fff; 
}

.alfombra.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;
}
.alfombra.default textarea.form-element{
	height: 70px;
}

.alfombra.default .form-result-ok{
	color:rgb(255,255,255);
}
