/*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 */

.taxotopia.default.page-bg{
	background: url('assets/taxotopia-bg.jpg') no-repeat;
	background-size: cover;
}
.taxotopia.default #header{
	background: url('assets/taxotopia-header-bg.png') repeat-x;
}
.taxotopia.default #footer{
	background: url('assets/taxotopia-footer-bg.png') repeat-x;
}
.taxotopia.default .text-plugin{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fff;
}
.taxotopia.default h1,
.taxotopia.default h2,
.taxotopia.default h3,
.taxotopia.default h4,
.taxotopia.default h5,
.taxotopia.default h6{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	margin: 0;
	color: #fff;
}
.taxotopia.default h1{
	font-size: 64px;
}
.taxotopia.default h2{
	font-size: 34px;
	letter-spacing: -1px;
}
.taxotopia.default h3{
	font-size: 26px;
}
.taxotopia.default h4{
	font-size: 24px;
}
.taxotopia.default h5{
	font-size: 22px;
}
.taxotopia.default h6{
	font-size: 20px;
}
.taxotopia.default .color1{
	color: #f8750a;
}
.taxotopia.default .color1-divider{
	background-color: #f8750a;
}
.taxotopia.default .contact-header{
	font-size: 20px;
}
.taxotopia.default .slogan{
	color: #f8750a;
	font-size: 20px;
}
.taxotopia.default .slogan strong{
	font-weight: 900;
}
.taxotopia.default .black-bg{
	background: rgba(0,0,0,0.7)
}
.taxotopia.default .home-title{
	font-size: 38px;
	font-weight: 200;
	margin-bottom: 5px;
}
.taxotopia.default .home-ul{
	font-size: 17px;
	padding-left: 25px;
}
.taxotopia.default .site-banner-tittle{
	font-size: 28px;
	font-weight: 200;
}
.taxotopia.default .site-banner-cont{
	font-size: 17px;
}
.taxotopia.default .site-banner-small{
	font-size: 15px;
	font-weight: 300;
}
.taxotopia.default .bottom-border{
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
.taxotopia.default .tiny-text{
	font-size: 12px;
}
.taxotopia.default .black-divider{
	background: rgba(0,0,0,0.2);
}
.taxotopia.default .white-divider{
	background: rgba(255,255,255,0.35);
}
.taxotopia.default .footer-text{
	font-size: 13px;
}
.taxotopia.default .contact-bg{
	background-image: url('assets/taxotopia-white-gradient.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.taxotopia.default .disclaimer{
	font-size: 12px;
	color: #6c7377;
}
.taxotopia.default .triangle{
	background: url('assets/taxotopia-triangle.png') no-repeat;
}
.taxotopia.default .center-align{
	text-align: center;
}
.taxotopia.default .right-align{
	text-align: right;
}



/****************/
/* neo main nav */
/****************/

.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Source Sans Pro', 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: 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:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: rgb(255, 255, 255);
}

.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #f87d14;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #f87d14;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.taxotopia.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/

.taxotopia.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #f87d14;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Source Sans Pro', 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: #fff;
	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;
}
.taxotopia.default .navigation-2-plugin ul ul > li > a {
	color: rgb(255, 255, 255);
}
.taxotopia.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #f87d14;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.taxotopia.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.taxotopia.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #f87d14;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
.taxotopia.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 




/* CONTACT */
/*header*/

/* labels style */
.taxotopia.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
}

/*CUSTOM*/
/* first & last name */
.taxotopia.default .web_com_custom_form .FirstName label,
.taxotopia.default .web_com_custom_form .LastName label{
	font-size: 10px !important;
}

.taxotopia.default .web_com_custom_form input[type='text'],
.taxotopia.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background:  #fff; 
}
.taxotopia.default .web_com_custom_form textarea{
	height: 45px;
}

.taxotopia.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #f8750a;
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
}

.taxotopia.default .form-element-wrapper{
	padding: 0 0 5px 0;
}
