/*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 */

.moqueta.default{
	background: url('assets/moqueta-bg.jpg') 0 380px;
}
.moqueta.default.home{
	background: #fff;
}
.moqueta.default .text-plugin{
	font-family: 'Carme', sans-serif;
	font-size: 20px;
	color: #3f3f3f;
}
.moqueta.default #footer{
	background: #424242;
}
.moqueta.default #header{
	background: url('assets/moqueta-header-bg.jpg') no-repeat top center;
}
.moqueta.default h1,
.moqueta.default h2,
.moqueta.default h3,
.moqueta.default h4,
.moqueta.default h5,
.moqueta.default h6{
	font-weight: normal;
	margin-top: 0;
	font-family: 'Carme', sans-serif;
}
.moqueta.default h1{
	font-family: 'Audiowide', sans-serif;
	font-size: 63px;
	color: #fff;
}
.moqueta.default h2{
	font-size: 37px;
	color: #62c172;
}
.moqueta.default h3{
	font-size: 27px;
}
.moqueta.default h4{
	font-size: 24px;
}
.moqueta.default h5{
	font-size: 22px;
}
.moqueta.default h6{
	font-size: 20px;
}
.moqueta.default .white-bg{
	background: #fff;
}
.moqueta.default .header-phone{
	font-size: 22px;
	color: #66ca77;
	font-family: 'Audiowide', sans-serif;
}
.moqueta.default .slogan{
	font-size: 30px;
	color: #fff;
	letter-spacing: 15px;
}
.moqueta.default .bg-word{
	color: rgba(0,0,0,0.1);
	font-size: 50px;
	text-align: center;
}
.moqueta.default .bg-word2{
	color: rgba(0,0,0,0.1);
	font-size: 70px;
	text-align: center;
}
.moqueta.default .fg-word{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.moqueta.default .fg-word{
	color: #fff;
}
.moqueta.default .divider{
	background: #7d7d7d;
}
.moqueta.default .img-border{
	border: 6px solid #fff;
	box-shadow: 0 0 0 4px #7d7d7d;
}
.moqueta.default .color1{
	color: #62c172;
}
.moqueta.default .small-text{
	font-size: 18px;
}
.moqueta.default .dark{
	color: #3f3f3f;
}
.moqueta.default .center-align{
	text-align: center;
}
.moqueta.default .right-align{
	text-align: right;
}
.moqueta.default .white{
	color: #ffffff;
}



/****************/
/* neo main nav */
/****************/
.moqueta.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Carme, sans-serif;
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #3f3f3f;
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #62c172;
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	/*Esteban*/
	padding-top: 0;
	/*END*/
}
.moqueta.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #62c172;
}

/***************/
/* neo sub nav */
/***************/
.moqueta.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.moqueta.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Carme', sans-serif;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: #3f3f3f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.moqueta.default .navigation-2-plugin ul ul > li > a {
	color: #3f3f3f;
}
.moqueta.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Carme', sans-serif;
	text-align: left;
}
.moqueta.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #62c172;
}
.moqueta.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Carme', sans-serif;
	text-align: left;
}
.moqueta.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #62c172;
} 

/* CONTACT */
/*header*/

/* labels style */
.moqueta.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #3f3f3f;
	font-size: 14px;
}

/*CUSTOM*/
/* first & last name */
.moqueta.default .web_com_custom_form .FirstName label,
.moqueta.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #3f3f3f;
}
.moqueta.default .web_com_custom_form input[type='text'],
.moqueta.default .web_com_custom_form textarea{
	border-radius: 3px !important;
	border: 3px solid #dadada;
	background:  #fff; 
}

.moqueta.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #62c172; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}

.moqueta.default textarea.form-element{
	height: 50px;
}

.moqueta.default .form-element-wrapper{
	padding: 0 0 5px;
}