/*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 */

.techu.default{
	background-image:url(assets/canvas-bg.jpg);
}
.techu.default .text-plugin{
	font-family:'arial', sans-serif;
}
.techu.default h1,
.techu.default h2,
.techu.default h3,
.techu.default h4,
.techu.default h5,
.techu.default h6{
	margin-top:0px;
}
.techu.default h1{
font-family: 'Sacramento', cursive;
color:#ff5857;
font-size:84px;
}
.techu.default .bg-color1{
	background-color: #ffffff;
}
.techu.default .bg-color2{
	background-color:#f3f3f3 ;
	/*red*/
}
.techu.default .bg-color3{
	background-color:;
	/*white opacity*/
}
.techu.default .bg-color4{
	background-color:;
	/*darkish grat*/
}

.techu.default .ff-1{
 	font-family: 'Roboto Slab', serif;
} 

.techu.default .ff-2{
 	font-family: 'Sacramento', cursive;
} 
.techu.default .color1{
color:#659eac;
/*light blue*/
}
.techu.default .color2{
color:#ff5857;
/*soft red*/
}
.techu.default .color3{
color:#a4a4a4;
/*gray*/
}
.techu.default .color4{
color:#2f3d40;
/* darkish gray*/
}
.techu.default .color5{
	color:#dddddd;
}

.techu.default .color6{
	color:#2f3d40;
}
.techu.default .border1{
	background-image:url(assets/line.png);
	background-image: repeat-x;
}
.techu.default .fs-14{
	font-size:14px;
}
.techu.default .fs-20{
	font-size:20px;
}
.techu.default .fs-22{
	font-size:22px;
}
.techu.default .fs-24{
	font-size:24px;
}
.techu.default .fs-30{
	font-size:30px;
}
.techu.default .fs-34{
	font-size:34px;
}
.techu.default .fs-48{
	font-size:48px;
}
.techu.default .fs-57{
	font-size:57px;
}
.techu.default .fs-172{
	font-size:172px;
}
.techu.default .lh-25{
	line-height:25px;
}
.techu.default .lh-35{
	line-height:35px;
}
.techu.default .lh-40{
	line-height:40px;
}
.techu.default .lh-140{
	line-height:140px;
}
.techu.default .ls-1{
	letter-spacing: 1px;
}
.techu.default .center-align{
	text-align: center;
}
.techu.default .right-align{
	text-align: right;
}
.techu.default .services-list{
	padding-left:20px;
}
.techu.default .services-list li{
font-size:16px;
color:#659eac;
list-style-image: url(assets/bullet1.png);
padding-bottom:5px;
}
.techu.default .services-list2{
	padding-left:20px;
}
.techu.default .services-list2{
font-size:16px;
color:#659eac;
list-style-image: url(assets/bullet1.png);
}

.techu.default .services-list2 li{
	padding-bottom:16px;
}
/****************/
/* neo main nav */
/****************/
.techu.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Roboto Slab', serif;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li {
	background-color: transparent;
	
	padding-left:25px;
	background: url(assets/button1.png) no-repeat 0px 9px;

	font-size:18px;
	font-family: 'Roboto Slab', 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;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #659eac;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	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;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#ff5857;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	font-family: 'Roboto Slab', serif;
	background-color: transparent;
	text-align: left;
	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;
}
.techu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#ff5857;
}
/***************/
/* neo sub nav */
/***************/
.techu.default .navigation-2-plugin ul ul > li {
	background-color: #fff;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	padding-top:15px;
	font-size:16px;
	font-family: 'Roboto Slab', 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;
}
.techu.default .navigation-2-plugin ul ul > li > a {
	color: #659eac;
}
.techu.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color:  #fff;
	font-size:16px;
	font-family: 'Roboto Slab', 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;
}
.techu.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ff5857;
}
.techu.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #fff;
	font-weight:lighter;
	font-size: 18px;
	font-family: 'Roboto Slab', 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;
}
.techu.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ff5857;
} 
/* CONTACT */
/*header*/

/* labels style */
.techu.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.techu.default .web_com_custom_form .FirstName label,
.techu.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.techu.default .web_com_custom_form input[type='text'],
.techu.default .web_com_custom_form textarea, 
.techu.default .form-element.form-element-size-medium,
.techu.default .form-element.form-element-size-large,
.techu.default .form-element.form-element-size-small{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background-color:  #fff; 
}

.techu.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;
}
.techu.default .form-result-ok{
	color:rgb(0,0,0);
}
