/*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 */
.rettel.default .text-plugin{
	font-family: 'PT Sans', sans-serif;
}
.rettel.default h1,
.rettel.default h2,
.rettel.default h3,
.rettel.default h4,
.rettel.default h5,
.rettel.default h6{
	margin-top:0px;
}
.rettel.default h1{
	font-family: 'Anton', sans-serif;
	font-size:60px;
	color:#0b153c;
}
.rettel.default h2{
	font-family: 'Anton', sans-serif;
	color:#43b373;
	font-size:30px;
}
.rettel.default .bg-color1{
	background-color:#43b373;
}
.rettel.default .bg-color2{
	background-color:#0b153c;
	/*red*/
}
.rettel.default .bg-color3{
	background-color:;
	/*white opacity*/
}
.rettel.default .bg-color4{
	background-color:;
	/*darkish grat*/
}
.rettel.default .color1{
	color:#43b373; 
	/*light green*/
}
.rettel.default .color2{
	color:#000;
	/*^black*/
}
.rettel.default .color3{
	color:#666666;
	/*^gray*/
}
.rettel.default .color4{
	color:#0b153c;
	/*dark blue*/
}
.rettel.default .fs-14{
	font-size:14px;
}
.rettel.default .fs-16{
	font-size:16px;
}
.rettel.default .fs-18{
	font-size:18px;
}
.rettel.default .fs-24{
	font-size:24px;
}
.rettel.default .fs-26{
	font-size:24px;
}
.rettel.default .fs-30{
	font-size:30px;
}
.rettel.default .fs-36{
	font-size:36px;
}
.rettel.default .fs-48{
	font-size:48px;
}
.rettel.default .ff-1{
	font-family: 'Crimson Text', serif;
}
.rettel.default .ff-2{
	font-family: 'Anton', sans-serif;
}
.rettel.default .ff-3{
	font-family: 'Cabin', sans-serif;
}
.rettel.default .lh-30{
	line-height: 30px;
}
.rettel.default .border1{
	border:1px solid #000;
}
.rettel.default .divider{
	border-bottom:3px dotted #000;
}
.rettel.default .dividerH{
	background-color: #cccccc;
}
.rettel.default .center-align{
	text-align: center;
}
.rettel.default .right-align{
	text-align: right;
}

.rettel.default .pattern1{
	background:url(assets/pattern.png) repeat;
}
.rettel.default .circle1{
	border-radius:25px;
}
/****************/
/* neo main nav */
/****************/
.rettel.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}

.rettel.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Cabin', sans-serif;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li {
	background-color: transparent;
	font-size:18px;
	font-family: 'Cabin', sans-serif;
	text-align: left;
	border-right-width:0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width:0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	border-bottom-color: #43b373;
	border-bottom-width:3px;
	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;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#43b373;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-family: 'Cabin', sans-serif;
	text-align: left;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-color: #43b373;
	border-bottom-width:3px;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.rettel.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#43b373;
}
/***************/
/* neo sub nav */
/***************/
.rettel.default .navigation-2-plugin ul ul > li {
	background-color: transparent;
	font-size:18px;
	font-family: 'Cabin', sans-serif;
	text-align: left;
	border-right-width:0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width:0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.rettel.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.rettel.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #43b373;
	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;
}
.rettel.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.rettel.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #43b373;
	font-weight:lighter;
	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;
}
.rettel.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 
/* CONTACT */
/*header*/

/* labels style */
.rettel.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.rettel.default .web_com_custom_form .FirstName label,
.rettel.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.rettel.default .web_com_custom_form input[type='text'],
.rettel.default .web_com_custom_form textarea, 
.rettel.default .form-element.form-element-size-medium,
.rettel.default .form-element.form-element-size-large,
.rettel.default .form-element.form-element-size-small{
	border-radius: 4px !important;
	border: 2px transparent #dadada;
	background-color:  #fff; 
}

.rettel.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;
}
.rettel.default .form-result-ok{
	color:rgb(0,0,0);
}
