/*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 */
.editay.default .text-plugin {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	color:#000;
}
.editay.default .text-plugin p{
	margin-top:0px;
}
.editay.default .center-align {
	text-align: center;
}
.editay.default .right-align {
	text-align: right;
}
.editay.default .editay-imgvtop{
	vertical-align:top;
}
/***** BACKGROUNDS *****/
.editay.default.pagebg {
	background-image: url('assets/editay-pagebg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.editay.default.pagebg-about {
	background-image: url('assets/editay-pagebg-about.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.editay.default.pagebg-projects {
	background-image: url('assets/editay-pagebg-projects.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.editay.default.pagebg-contact {
	background-image: url('assets/editay-pagebg-contact.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.editay.default .headerbg {
	background-image: url('assets/editay-headerbg.jpg');
	background-position:center top;
	background-repeat:repeat-x;
}
/***** HEADINGS *****/
.editay.default h1, .editay.default h2, .editay.default h3, .editay.default h4, .editay.default h5, .editay.default h6 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	color:#a40101;
}
.editay.default h1.heading-alt-color1, .editay.default h2.heading-alt-color1, .editay.default h3.heading-alt-color1, .editay.default h4.heading-alt-color1, .editay.default h5.heading-alt-color1, .editay.default h6.heading-alt-color1 {
	color:#000;
}
.editay.default h1 {
	font-size:48px;
	line-height:52px;
	letter-spacing:0px;
}
.editay.default h2 {
	font-size:36px;
	line-height:40px;
	letter-spacing:0px;
}
.editay.default h3 {
	font-size:30px;
	line-height:34px;
	letter-spacing:0px;
}
.editay.default h4 {
	font-size:24px;
	line-height:30px;
	letter-spacing:0px;
}
.editay.default h5 {
	font-size:20px;
	line-height:26px;
	letter-spacing:0px;
}
.editay.default h6 {
	font-size:17px;
	line-height:21px;
	letter-spacing:0px;
}
/***** TEXT STYLES *****/
.editay.default .ff-1, .editay.default h3.ff-1{
	font-family: 'Oswald', sans-serif;
}
.editay.default .ff-2{
	font-family: 'Michroma', sans-serif;
}
.editay.default .ff-3{
	font-family: 'Archivo Narrow', sans-serif;
}
.editay.default .ff-4{
	font-family: 'Constantia', serif;
}
.editay.default .ff-5{
	font-family: 'Cabin', sans-serif;
}
.editay.default .fs-14{
	font-size:14px;
}
.editay.default .fs-24{
	font-size:24px;
}
.editay.default .fs-72{
	font-size:72px;
}
.editay.default .fs-95{
	font-size:95px;
}
.editay.default .fs-100{
	font-size:100px;
}
.editay.default .lh-17{
	line-height:17px;
}
.editay.default .lh-24, .editay.default p.lh-24{
	line-height:24px;
}
.editay.default .lh-80{
	line-height:80px;
}
.editay.default .lh-110{
	line-height:110px;
}
.editay.default .ls-n1 {
	letter-spacing:-1px;
}
.editay.default a:link.proj-link-txt{
	color: #999;
}
.editay.default a:visited.proj-link-txt{
	color: #999;
}
.editay.default a:hover.proj-link-txt{
	color: #999;
}
.editay.default a:active.proj-link-txt{
	color: #999;
}
/***** LISTS *****/
.editay.default .text-plugin ul li, .editay.default .text-plugin ol li, .editay.default .text-plugin ul, .editay.default .text-plugin ol {
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
}
.editay.default ul.editay-custom-list, .editay.default ol.editay-custom-list  {
	list-style-image: url('assets/editay-custom-list.png');
	padding-left:1em;
}
/***** COLORS & BG-COLORS *****/
.editay.default .color1 {
	color: #FFFFFF;
}
.editay.default .color1-bg {
	background-color: #FFFFFF;
}
.editay.default .color1-a55-bg {
	background-color: rgba(255,255,255,0.55);
}
.editay.default .color1-a40-bg {
	background-color: rgba(255,255,255,0.4);
}
.editay.default .color2 {
	color: #000;
}
.editay.default .color2-bg {
	background-color: #000;
}
.editay.default .color3 {
	color: #A30008;
}
.editay.default .color3-bg {
	background-color: #A30008;
}
.editay.default .color4 {
	color: #D8DADA;
}
.editay.default .color4-bg {
	background-color: #D8DADA;
}
.editay.default .color5 {
	color: #333;
}
.editay.default .color5-bg {
	background-color: #333;
}
.editay.default .color6 {
	color: #999;
}
.editay.default .color6-bg {
	background-color: #999;
}
.editay.default .color7 {
	color: #DAD8D9;
}
.editay.default .color7-bg {
	background-color: #DAD8D9;
}

/***** BORDERS *****/
.editay.default .circle-border {
	border-radius: 110px;
}
.editay.default .border-10-color1 {
	border: 10px solid #FFF;
}
.editay.default .border-4-color1 {
	border: 4px solid #FFF;
}
.editay.default .border-2-color1 {
	border: 2px solid #FFF;
}
.editay.default .border-1-color1 {
	border: 1px solid #FFF;
}
.editay.default .border-1-color2 {
	border: 1px solid #000;
}
.editay.default .drop-shdw-1 {
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.editay.default .drop-shdw-2 {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
/****************/
/* neo main nav */
/****************/
.editay.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px;
	padding-left:30px;
	background-color: transparent;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 18px;
	letter-spacing:0px;
	box-shadow:none;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 18px;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #A30008;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 18px;
}
.editay.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #A30008;
}
/***************/
/* neo sub nav */
/***************/
.editay.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.editay.default .navigation-2-plugin ul ul > li {
	font-family: 'Archivo Narrow', sans-serif;
	padding:6px 12px;
	background-color: #A30008;
	border:0px;
	text-align:left;
	margin-top:4px;
	margin-left:0px;
	font-size: 16px;
}
.editay.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.editay.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	background-color: #4D4946;
	border:0px;
	text-align:left;
}
.editay.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.editay.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	background-color: #4D4946;
	border:0px;
	text-align:left;
}
.editay.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

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

/* first & last name */
.editay.default .web_com_custom_form .FirstName label,
.editay.default .web_com_custom_form .LastName label{
	font-size: 11px !important;
	color: #000;
	margin-top:3px;
}
/* inputs */
.editay.default .web_com_custom_form input[type='text'],
.editay.default .web_com_custom_form textarea, .editay.default form select{
	border-radius: 0px !important;
	border: 1px solid #D3D2D2;
	background-color:  #F9F9F9;
	color:#000;
}
/* submit btn */
.editay.default .web_com_custom_form input[type='submit']{
	font-family: 'Cabin', sans-serif;
	color: #000;
	font-size: 14px;
	padding: 4px 20px;
	display: block;
	margin: 0px auto;
	border: 1px solid #D3D2D2;
	background:  #F9F9F9;
	border-radius: 0px;
}
/* textarea height */
.editay.default form select{
	min-height:none;
}
.editay.default .form-result-ok {
	color:#d01630;
}