/*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 */
.thocher.default .text-plugin {
	font-family: 'Cabin', sans-serif;
	font-size:18px;
	margin-top:0px;
	color:#333;
}
.thocher.default .center-align {
	text-align: center;
}
.thocher.default .right-align {
	text-align: right;
}
.thocher.default .image-plugin, .thocher.default .image-plugin img {
	vertical-align:top;
}
/***** BACKGROUNDS *****/
.thocher.default.pagebg {
	background-image: url('assets/thocher-pagebg.jpg');
	background-position:center top;
	background-repeat:repeat;
	background-color:#FFFFFF;
}
.thocher.default .headerbg {
	background-color:transparent;
	background-image: url('assets/thocher-headerbg.png');
	background-repeat:repeat-x;
}
.thocher.default .hrulebg {
	background-color:transparent;
	background-image: url('assets/thocher-hrule.png');
	background-repeat:repeat-x;
}
/***** HEADINGS *****/
.thocher.default h1, .thocher.default h2, .thocher.default h3, .thocher.default h4, .thocher.default h5, .thocher.default h6 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Kameron', serif;
}
.thocher.default h1 {
	font-size:59px;
	line-height:66px;
	letter-spacing:1px;
}
.thocher.default h2 {
	font-size:44px;
	line-height:51px;
	letter-spacing:1px;
}
.thocher.default h3 {
	font-size:36px;
	line-height:42px;
	letter-spacing:0px;
}
.thocher.default h4 {
	font-size:30px;
	line-height:34px;
	letter-spacing:0px;
}
.thocher.default h5 {
	font-size:24px;
	line-height:26px;
	letter-spacing:0px;
}
.thocher.default h6 {
	font-size:18px;
	line-height:21px;
	letter-spacing:0px;
}
/***** TEXT STYLES *****/
.thocher.default .ff-1{
	font-family: 'Kameron', serif;
}
.thocher.default .fs-14{
	font-size:14px;
}
.thocher.default .fs-18{
	font-size:18px;
}
.thocher.default .fs-23{
	font-size:23px;
}
.thocher.default .fs-30{
	font-size:30px;
}
.thocher.default .fs-36{
	font-size:36px;
}
.thocher.default .fs-60{
	font-size:60px;
}
.thocher.default .fs-72{
	font-size:72px;
}
.thocher.default .fs-150{
	font-size:150px;
}
.thocher.default .lh-17{
	line-height:17px;
}
.thocher.default .lh-21{
	line-height:21px;
}
.thocher.default .lh-24{
	line-height:24px;
}
.thocher.default .lh-25{
	line-height:25px;
}
.thocher.default .lh-30{
	line-height:30px;
}
.thocher.default .lh-36{
	line-height:36px;
}
.thocher.default .lh-60{
	line-height:60px;
}
.thocher.default .lh-72{
	line-height:72px;
}
.thocher.default .lh-150{
	line-height:150px;
}
.thocher.default .ls-5{
	letter-spacing:5px;
}
/***** LISTS *****/
.thocher.default .text-plugin ul li, .thocher.default .text-plugin ol li, .thocher.default .text-plugin ul, .thocher.default .text-plugin ol {
	font-size:18px;
	line-height:24px;
	letter-spacing:0px;
}
.thocher.default .products-list{
	font-family: 'Cabin', sans-serif;
	border-bottom: 2px solid #999;
	list-style-image: url('assets/thocher-prodbul.jpg');
	color:#333;
	font-weight:bold;
	padding-left:4px;
	padding-top:3px;
	padding-bottom:3px;
}
/***** COLORS & BG-COLORS *****/
.thocher.default .color1 {
	color: #FFFFFF;
}
.thocher.default .color1-bg {
	background-color: #FFFFFF;
}
.thocher.default .color2 {
	color: #333;
}
.thocher.default .color2-bg {
	background-color: #333;
}
.thocher.default .color3 {
	color: #FFC927;
}
.thocher.default .color3-bg {
	background-color: #FFC927;
}
.thocher.default .color4 {
	color: #CEFC2E;
}
.thocher.default .color4-bg {
	background-color: #CEFC2E;
}
.thocher.default .color5 {
	color: #9BCA23;
}
.thocher.default .color5-bg {
	background-color: #9BCA23;
}
.thocher.default .color6 {
	color: #666;
}
.thocher.default .color6-bg {
	background-color: #666;
}
.thocher.default .color7 {
	color: #FD0010;
}
.thocher.default .color7-bg {
	background-color: #FD0010;
}
.thocher.default .color8 {
	color: #CC971B;
}
.thocher.default .color8-bg {
	background-color: #CC971B;
}
.thocher.default .color9 {
	color: #D43236;
}
.thocher.default .color9-bg {
	background-color: #D43236;
}
.thocher.default .color10 {
	color: #999;
}
.thocher.default .color10-bg {
	background-color: #999;
}
/***** BORDERS *****/
.thocher.default .circle-border {
	border-radius: 180px;
}
.thocher.default .rounded-corners-1 {
	border-radius: 9px;
}
.thocher.default .border-10-1 {
	border:10px solid #333;
}
.thocher.default .border-5-1 {
	border:5px solid #333;
}
/****************/
/* neo main nav */
/****************/
.thocher.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Kameron', sans-serif;
	font-weight: bold;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px;
	background-color: transparent;
	margin-left:40px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 24px;
	letter-spacing:0px;
	font-weight:normal;
	box-shadow:none;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 24px;
	border-bottom:1px solid #FD0010;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #FD0010;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 24px;
	border-bottom:1px solid #FD0010;
}
.thocher.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #FD0010;
}
/***************/
/* neo sub nav */
/***************/
.thocher.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.thocher.default .navigation-2-plugin ul ul > li {
	font-family: 'Kameron', serif;
	padding:6px 12px;
	background-color: #CCCCCC;
	border:0px;
	text-align:left;
	margin-top:3px;
	margin-left:0px;
	font-size: 18px;
}
.thocher.default .navigation-2-plugin ul ul > li > a {
	color: #333;
}
.thocher.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Kameron', serif;
	font-size: 18px;
	background-color: #FFC927;
	border:0px;
	text-align:left;
}
.thocher.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #333;
}
.thocher.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Kameron', serif;
	font-size: 18px;
	background-color: #FFC927;
	border:0px;
	text-align:left;
}
.thocher.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #333;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

/* labels style */
.thocher.default .web_com_custom_form label{
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	margin-bottom: 0;
	color: #000;
}

/* first & last name */
.thocher.default .web_com_custom_form .FirstName label,
.thocher.default .web_com_custom_form .LastName label{
	font-size: 11px !important;
	color: #000;
	margin-top:1px;
}
/* inputs */
.thocher.default .web_com_custom_form input[type='text'],
.thocher.default .web_com_custom_form textarea, .thocher.default form select{
	border-radius: 0px !important;
	border: 1px solid #D3D2D2;
	background:  #F5F4F4;
	color:#000;
}
/* submit btn */
.thocher.default .web_com_custom_form input[type='submit']{
	font-family: 'Cabin', sans-serif;
	color: #000;
	background-color: #F5F4F4; 
	font-size: 16px;
	padding: 6px 23px;
	display: block;
	margin: 0px auto;
	border: 1px solid #D3D2D2;
	border-radius: 0px;
}
/* textarea height */
.thocher.default form select{
	min-height:none;
}
.thocher.default .form-result-ok {
	color:#d01630;
}