/*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 */
.saeo.default .text-plugin {
	font-family: 'Cabin', sans-serif;
	font-size:18px;
	margin-top:0px;
}
.saeo.default .center-align {
	text-align: center;
}
.saeo.default .right-align {
	text-align: right;
}
/***** BACKGROUNDS *****/
.saeo.default.pagebg {
	background-image: url('assets/saeo-pagebg.png');
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
/***** HEADINGS *****/
.saeo.default h1, .saeo.default h2, .saeo.default h3, .saeo.default h4, .saeo.default h5, .saeo.default h6 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Alegreya', serif;
	color:#373737;
}
.saeo.default h1 {
	font-size:46px;
	line-height:50px;
	letter-spacing:1px;
}
.saeo.default h2 {
	font-size:38px;
	line-height:42px;
	letter-spacing:1px;
}
.saeo.default h3 {
	font-size:30px;
	line-height:36px;
	letter-spacing:0px;
}
.saeo.default h4 {
	font-size:24px;
	line-height:28px;
	letter-spacing:0px;
}
.saeo.default h5 {
	font-size:21px;
	line-height:24px;
	letter-spacing:0px;
}
.saeo.default h6 {
	font-size:18px;
	line-height:21px;
	letter-spacing:0px;
}
/***** TEXT STYLES *****/
.saeo.default .ff-1{
font-family: 'Alegreya', serif;
}
.saeo.default .ff-2{
font-family: 'Bentham', serif;
}
.saeo.default .fs-24{
	font-size:24px;
}
.saeo.default .fs-48{
	font-size:48px;
}
.saeo.default .fs-60{
	font-size:60px;
}
.saeo.default .fs-150{
	font-size:150px;
}
.saeo.default .lh-24{
	line-height:24px;
}
.saeo.default .lh-26{
	line-height:26px;
}
.saeo.default .lh-50{
	line-height:50px;
}
.saeo.default .lh-62{
	line-height:62px;
}
.saeo.default .lh-152{
	line-height:152px;
}
.saeo.default .ls-5{
	letter-spacing:5px;
}
.saeo.default .ls-9{
	letter-spacing:9px;
}
/***** LISTS *****/
.saeo.default .text-plugin ul li, .saeo.default .text-plugin ol li, .saeo.default .text-plugin ul, .saeo.default .text-plugin ol {
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
}
/***** COLORS & BG-COLORS *****/
.saeo.default .color1 {
	color: #FFFFFF;
}
.saeo.default .color1-bg {
	background-color: #FFFFFF;
}
.saeo.default .color2 {
	color: #000;
}
.saeo.default .color2-bg {
	background-color: #000;
}
.saeo.default .color3 {
	color: #A9BDC0;
}
.saeo.default .color3-bg {
	background-color: #A9BDC0;
}
.saeo.default .color4 {
	color: #A8AEB0;
}
.saeo.default .color4-bg {
	background-color: #A8AEB0;
}
.saeo.default .color5 {
	color: #F0EFEF;
}
.saeo.default .color5-bg {
	background-color: #F0EFEF;
}
.saeo.default .color6 {
	color: #bcbdbd;
}
.saeo.default .color6-bg {
	background-color: #bcbdbd;
}
.saeo.default .color7 {
	color: #666;
}
.saeo.default .color7-bg {
	background-color: #666;
}
.saeo.default .color8 {
	color: #D2DCDF;
}
.saeo.default .color8-bg {
	background-color: #D2DCDF;
}
.saeo.default .color9 {
	color: #a9bdc0;
}
.saeo.default .color9-bg {
	background-color: #a9bdc0;
}
.saeo.default .color10 {
	color: #a8aeb0;
}
.saeo.default .color10-bg {
	background-color: #a8aeb0;
}
/***** BORDERS *****/
.saeo.default .circle-border {
	border-radius: 110px;
}
/****************/
/* neo main nav */
/****************/
.saeo.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'PT SANS', sans-serif;
	font-weight: normal;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px;
	background-color: transparent;
	padding-left:30px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 18px;
	letter-spacing:0px;
	font-weight:normal;
	box-shadow:none;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #FFF;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 18px;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #666666;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 18px;
}
.saeo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #666666;
}
/***************/
/* neo sub nav */
/***************/
.saeo.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.saeo.default .navigation-2-plugin ul ul > li {
	font-family: 'PT SANS', sans-serif;
	padding:9px 15px;
	background-color: #666;
	border:1px solid #FFF;
	text-align:left;
	margin-top:4px;
	margin-left:0px;
	font-size: 16px;
}
.saeo.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.saeo.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'PT SANS', sans-serif;
	font-size: 16px;
	background-color: #666;
	border:1px solid #D2DCDF;
	text-align:left;
}
.saeo.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #D2DCDF;
}
.saeo.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'PT SANS', sans-serif;
	font-size: 16px;
	background-color: #666;
	border:1px solid #D2DCDF;
	text-align:left;
}
.saeo.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #D2DCDF;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

/* labels style */
.saeo.default .web_com_custom_form label{
	font-family: 'Cabin', sans-serif;
	font-size:15px;
	margin-bottom: 0;
	color: #272727;
}

/* first & last name */
.saeo.default .web_com_custom_form .FirstName label,
.saeo.default .web_com_custom_form .LastName label{
	font-size: 11px !important;
	color: #272727;
	margin-top:2px;
}
/* inputs */
.saeo.default .web_com_custom_form input[type='text'],
.saeo.default .web_com_custom_form textarea, .saeo.default form select{
	border-radius: 0px !important;
	border: 1px solid #D3D2D2;
	background:  #FDFCFC;
	color:#272727;
}
/* submit btn */
.saeo.default .web_com_custom_form input[type='submit']{
	font-family: 'Alegreya', serif;
	color: #272727;
	background-color: #FDFCFC; 
	font-size: 17px;
	padding: 9px 41px;
	display: block;
	margin: 0px auto;
	border: 1px solid #D3D2D2;
	border-radius: 0px;
}
/* textarea height */
.saeo.default form select{
	min-height:none;
}
.saeo.default .form-result-ok {
	color:#d01630;
}