/*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 */

.andando.default.home {
	background: url('assets/andando-home-bg.jpg') no-repeat center 200px #ebecee;
}
.andando.default.about {
	background: url('assets/andando-about-bg.jpg') no-repeat center 200px #ebecee;
}
.andando.default.services {
	background: url('assets/andando-services-bg.jpg') no-repeat center 200px #ebecee;
}
.andando.default.contact {
	background: url('assets/andando-contact-bg.jpg') no-repeat center 200px #ebecee;
}
.andando.default .header-bg {
	background: url('assets/andando-header-bg.jpg') repeat-x center 128px #1a1a1a;
}
.andando.default .text-plugin{
	font-family: 'Advent Pro', sans-serif;
	font-size: 18px;
	color: #1a1a1a;
}
.andando.default .text-plugin ul{
	padding-left: 4em;
}
.andando.default .text-plugin ol{
	padding-left: 7em;
}
.andando.default #footer{
	font-size: 24px;
	background: #fff;
}
.andando.default h1,
.andando.default h2,
.andando.default h3,
.andando.default h4,
.andando.default h5,
.andando.default h6{
	font-family: 'Advent Pro', sans-serif;
	color:#1a1a1a;
	margin: 0;
	letter-spacing: 5px;
	font-weight: normal;
}
.andando.default h1{
	font-size: 65px;
	letter-spacing: 3px;
	color: #ebecee;
	font-weight: 500;
}
.andando.default h2{
	font-size: 36px;
}
.andando.default h3{
	font-size: 30px;
}
.andando.default h4{
	font-size: 24px;
	letter-spacing: 4px;
}
.andando.default h5{
	font-size: 20px;
	letter-spacing: 4px;
}
.andando.default h6{
	font-size: 18px;
	letter-spacing: 4px;
}
.andando.default .slogan{
	font-size: 78px;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 3px 3px #fff;
}
.andando.default .home-desc{
	text-align: center;
}
.andando.default .center-align{
	text-align: center;
}
.andando.default .right-align{
	text-align: right;
}
.andando.default .white{
	color: #ffffff;
}
.andando.default .section{
	font-size: 20px;
}
.andando.default .underline-black{
	border-bottom: 5px solid #000;
}
.andando.default .red-box{
	background: #f26c51;
}
.andando.default .radius-377{
	border-radius: 188px;
	background: #fff;
}
.andando.default .radius-248{
	border-radius: 124px;
	border: 5px solid #fff;
}


/****************/
/* neo main nav */
/****************/

.andando.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 25px;
	padding-right: 28px;
	padding-bottom: 25px;
	padding-left: 28px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;

	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-style: none;
	border-bottom-width: 0;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}

.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #ebecee;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #000;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #ebecee;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #000;
}

/***************/
/* neo sub nav */
/***************/

.andando.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #f26c51;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;

	border-left-color: rgb(51, 51, 51);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgb(51, 51, 51);
	border-right-style: none;
	border-right-width: 0;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(51, 51, 51);
	border-top-style: none;
	border-top-width: 0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.andando.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #ebecee;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #000;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #ebecee;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Comfortaa', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #000;
} 








.andando.default .navigation-2-plugin.ui-draggable{
	margin-top: -1px;
}

/* CONTACT */
/*header*/

/* labels style */
.andando.default .web_com_custom_form label{
	font-weight: normal;
	font-family: sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

/*CUSTOM*/
/* first & last name */
.andando.default .web_com_custom_form .FirstName label,
.andando.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
}

.andando.default .web_com_custom_form input[type='text'],
.andando.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 1px solid #1a1a1a;
	background:  #fff; 
}

.andando.default .web_com_custom_form input[type='submit']{
	color: #000;
	border-radius: 3px;
	border: 2px solid #000;
	background: #fff; 
	font-size: 16px;
	padding: 4px 12px;
	display: block;
	margin: 0 auto;
}


