/*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 */

.orando.default.page-bg {
	background: url('assets/orando-bg.jpg') no-repeat;
	background-size: cover;
}
.orando.default .text-plugin{
	font-family: 'Radley', serif;
	font-size: 18px;
	color: #000;
}
.orando.default #header{
	background: #ffd850;
}
.orando.default #footer{
	background: #227edf;
}
.orando.default h2,
.orando.default h3,
.orando.default h4,
.orando.default h5,
.orando.default h6{
	font-family: 'Radley', serif;
	font-weight: normal;
	color:#000;
	margin: 0;
}
.orando.default h1{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 72px;
	font-weight: normal;
	color: #227edf;
	margin:0;
}
.orando.default h2{
	font-size: 30px;
	letter-spacing: 5px;
	margin-bottom:10px;
}
.orando.default h3{
	font-size: 22px;
	margin-bottom:10px;
}
.orando.default h4{
	font-size: 20px;
}
.orando.default h5{
	font-size: 18px;
}
.orando.default h6{
	font-size: 16px;
}
.orando.default .phone-holder{
	background: #227edf;
}
.orando.default .phone-header{
	color: #fff;
	text-align: right;
	font-size: 20px;
	padding: 0 10px;
}
.orando.default .slogan-1{
	color: #fff;
	font-size: 47px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
	letter-spacing: 6px;
}
.orando.default .slogan-2{
	font-family: 'Leckerli One', cursive;
	font-size: 60px;
	text-shadow: 1px 1px 0 #fff, 1px 1px 5px #000;
	color: #227edf;
	letter-spacing: normal;
}
.orando.default .white-box{
	background: #fff;
}
.orando.default .small-text{
	font-size: 16px;
}
.orando.default .tiny-text{
	font-size: 14px;
}
.orando.default .center-align{
	text-align: center;
}
.orando.default .right-align{
	text-align: right;
}
.orando.default .white{
	color: #ffffff;
}
.orando.default .contact-form{
	background: #fff;
}


/* NAVIGATION 2 */
.orando.default .navigation-2-plugin.main-nav-fixed-plugin .neo-asset-inner > ul > li {
	width: 130px;
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding: 5px 41px;
	margin-right: 6px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', serif;
	text-align: left;
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', serif;
	text-align: left;
	/*Esteban*/
	background-image: none;
	/*END*/
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
	/*Esteban*/
	text-decoration: none;
	/*END*/
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', serif;
	text-align: left;
}

.orando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/ 
.orando.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}

.orando.default .navigation-2-plugin ul ul > li {
	padding: 6px 20px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', serif;
	text-align: left;
}

.orando.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}

.orando.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', serif;
	text-align: left;
}

.orando.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}

.orando.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', serif;
	text-align: left;
}

.orando.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
}

/*Esteban*/
.orando.default .navigation-2-plugin .neo-asset-inner > ul{
	background-image: none;
}
/*END Esteban*/

/* END NAVIGATION 2 */



/****************/
/* neo main nav */
/****************/

.andando.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 5px;
	padding-right: 41px;
	padding-bottom: 5px;
	padding-left: 41px;
	margin-right: 6px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', sans-serif;
	text-align: left;

	border-left-color: #fff;
	border-left-style: none;
	border-left-width: 0;
	border-right-color: #fff;
	border-right-style: none;
	border-right-width: 0;
	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: #000;
}

.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', serif;
	text-align: left;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Radley', serif;
	text-align: left;
}
.andando.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/

.andando.default .navigation-2-plugin ul ul > li {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', 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: #227edf;
	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: #000;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #227edf;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Radley', sans-serif;
	text-align: left;
}
.andando.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 








/* CONTACT */
/*header*/

/* labels style */
.orando.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
}

/*CUSTOM*/
/* first & last name */
.orando.default .web_com_custom_form .FirstName label,
.orando.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
}

.orando.default .web_com_custom_form input[type='text'],
.orando.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 1px solid #dadada;
	background:  #fff; 
}

.orando.default .web_com_custom_form input[type='submit']{
	color: #fff;
	border-radius: 3px;
	background: #227edf; 
	border: 1px solid #09388c;
	font-size: 16px;
	padding: 2px 20px;
	display: block;
	margin: 0 auto;
}

