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

.azhi.default{
	background:url(assets/header-bg.jpg) no-repeat top center;
}
.azhi.default .text-plugin{
	font-family: 'PT Sans', sans-serif;
}
.azhi.default h1,
.azhi.default h2,
.azhi.default h3,
.azhi.default h4,
.azhi.default h5,
.azhi.default h6{
	margin-top:0px;
}
.azhi.default h1{
	font-family: 'Francois One', sans-serif;
	font-size:82px;
	color:#333333;
}

.azhi.default .bg-color1{
	background-color:#a9a9a9;
}
.azhi.default .bg-color2{
	background-color:#333333;
}
.azhi.default .color1{
	color:#000;
}
.azhi.default .color2{
 	color:#fff;
}
.azhi.default .color3{
	color:#333333;
}
.azhi.default .color4{
	color:#a9a9a9;
}
.azhi.default .color5{
	color:#26ade4;
}
.azhi.default .lh-55{
	line-height: 55px;
}
.azhi.default .fs-24{
	font-size:24px;
}
.azhi.default .fs-17{
	font-size:17px;
}
.azhi.default .fs-50{
	font-size:50px;
}
.azhi.default .fs-40{
	font-size:40px;
}
.azhi.default .fs-90{
	font-size:90px;
}
.azhi.default .fs-20{
	font-size:20px;
}
.azhi.default .fs-12{
	font-size:12px;
}
.azhi.default .lh-70{
	line-height: 70px;
}
.azhi.default .ff-1{
	font-family: 'PT Sans', sans-serif;
}

.azhi.default .ff-2{
	font-family: 'Francois One', sans-serif;
}

.azhi.default .center-align{
	text-align: center;
}
.azhi.default .right-align{
	text-align: right;
}
.azhi.default .circled{
	border-radius:278px;
}

.azhi.default .box{
	background-color: red;
	border-top-right-radius:190px;
}
/****************/
/* neo main nav */
/****************/
.azhi.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}

.azhi.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'PT Sans', sans-serif;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.6);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:33px;
	padding-top:35px;
	border-right-color:rgba(255,255,255,0.5);
	border-right-width:1px;
	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;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.8);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:33px;
	padding-top:35px;
	border-right-color:rgba(255,255,255,0.5);
	border-right-width:1px;
	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;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#fff;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.8);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:33px;
	padding-top:35px;
	border-right-color:rgba(255,255,255,0.5);
	border-right-width:1px;
	border-right-width:1px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.azhi.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#fff;
}
/***************/
/* neo sub nav */
/***************/
.azhi.default .navigation-2-plugin ul ul > li {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.6);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:10px;
	padding-top:10px;
	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;
}
.azhi.default .navigation-2-plugin ul ul > li > a {
	color:#fff;
}
.azhi.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.8);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:10px;
	padding-top:10px;
	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;
}
.azhi.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color:#fff;
}
.azhi.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	background-color:rgba(0,0,0,0.8);
	padding-left:76px;
	padding-right:76px;
	padding-bottom:10px;
	padding-top:10px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-top-width: 0px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.azhi.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color:#fff;
} 
/* CONTACT */
/*header*/

/* labels style */
.azhi.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
	font-family: 'PT Sans', sans-serif;
}

/*CUSTOM*/
/* first & last name */
.azhi.default .web_com_custom_form .FirstName label,
.azhi.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.azhi.default .web_com_custom_form input[type='text'],
.azhi.default .web_com_custom_form textarea, 
.azhi.default .form-element.form-element-size-medium,
.azhi.default .form-element.form-element-size-large,
.azhi.default .form-element.form-element-size-small{
	border: 2px solid #dadada;
	background-color:  #fff; 
}

.azhi.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background-color: #26ade4;
	font-size: 16px;
	padding: 10px 25px;
	display: block;
	margin: 0 auto;
	border-radius: 0px;
}
.azhi.default .form-result-ok{
	color:rgb(0,0,0);
}
