/*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 */

.leerox.default.page-bg {
	background: url('assets/leerox-bg.jpg') no-repeat center top #000;
}
.leerox.default.subpage-bg {
	background: url('assets/leerox-bg-2.jpg') no-repeat center top #000;
}
.leerox.default .footer-bg {
	background-color: #000;
}
.leerox.default {
	font-family: Alef, sans-serif;
	font-size: 18px;
	color: #000;
}
.leerox.default #footer {
	font-family: 'Gruppo', sans-serif;
}
.leerox.default h1, .leerox.default h2, .leerox.default h3, .leerox.default h4, .leerox.default h5, .leerox.default h6 {
	font-family: Alef, sans-serif;
	color: #fff;
	margin: 0;
	font-weight: normal;
}
.leerox.default h1 {
	font-size: 65px;
}
.leerox.default h2 {
	font-size: 60px;
}
.leerox.default h3 {
	font-size: 30px;
	letter-spacing: 7px;
	line-height: 37px;
}
.leerox.default h4 {
	font-size: 24px;
	letter-spacing: 4px;
}
.leerox.default h5 {
	font-size: 20px;
	letter-spacing: 4px;
}
.leerox.default h6 {
	font-size: 18px;
	letter-spacing: 4px;
}
.leerox.default .text-plugin ul {
	margin: 0;
}
.leerox.default .logo {
	font-family: 'Wire One', sans-serif;
	letter-spacing: 25px;
}
.leerox.default .slogan {
	font-size: 20px;
	letter-spacing: 50px;
}
.leerox.default .home-desc {
	line-height: 27px;
}
.leerox.default .center-align {
	text-align: center;
}
.leerox.default .right-align {
	text-align: right;
}
.leerox.default .white {
	color: #000;
}
.leerox.default .section {
	font-size: 20px;
}
.leerox.default .opacity-bg {
	background-color: #fff;
	opacity: .7;
}
.leerox.default .opacity-bg-2 {
	background-color: #000;
	opacity: .8;
}
.leerox.default .sub-txt {
	color: #fff;
}
/****************/
/* neo main nav */
/****************/

.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(255, 255, 255);
}
.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #000;
}
.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #000;
}
/***************/
/* neo sub nav */
/***************/ 

.leerox.default .navigation-2-plugin ul ul > li {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-bottom: 0;
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin ul ul > li > a {
	color:#000;
}
.leerox.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color:#fff;
}
.leerox.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Alef', sans-serif;
	text-align: left;
}
.leerox.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
}
/****************/
/* END neo main nav */
/****************/



/* labels style */
.leerox.default .web_com_custom_form label {
	font-weight: normal;
	margin-bottom: 0;
}
/*CUSTOM*/
/* first & last name */
.leerox.default .web_com_custom_form .FirstName label, .leerox.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
}
.leerox.default .web_com_custom_form input[type='text'], .leerox.default .web_com_custom_form textarea {
	border-radius: 4px !important;
	border: 1px solid #000;
	background: #fff;
}
.leerox.default .web_com_custom_form input[type='submit'] {
	color: #fff;
	border-radius: 3px;
	border: 1px solid #000;
	background: #000;
	font-size: 16px;
	padding: 4px 12px;
	display: block;
	margin: 0 auto;
}
.leerox.default .contact-form {
	background-color: #fff;
}
