/*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*/

/*  background  */
.ligiletu.default {
		font-size: 18px;

}
.ligiletu.default.pagebg {
	background-color: #fff;
	background-image: url(assets/ligiletu-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.ligiletu.default .divider-line {
	height: 1px;
	border-top: 1px solid #000;
}
.ligiletu.default .divider-line-2 {
	height: 1px;
	border-top: 1px solid #000;
}
.ligiletu .rounded-corners {
	border-radius: 20px;
}
.ligiletu.default .header-bg {
	background-image: url(assets/ligiletu-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}




.ligiletu.default .nav-bg {
	background-color: #000;
}
/*---------------------------------*/

/****************/
/* neo main nav */
/****************/
.ligiletu.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Oswald, sans-serif;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 50px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	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:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #f8db25;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
}
.ligiletu.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #f8db25;
}

/***************/
/* neo sub nav */
/***************/
.ligiletu.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.ligiletu.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', 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: #f8db25;
	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;
}
.ligiletu.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.ligiletu.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}
.ligiletu.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #f8db25;
}
.ligiletu.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}
.ligiletu.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #f8db25;
} 


/*--------------------------------*/


/* header logo */

.ligiletu.default .box-size {
	box-sizing: border-box;
}
/* text styles */
.ligiletu.default h1 {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 24px;
	color: #000;
	margin: 0;
}
.ligiletu.default .cn-light {
	font-weight: 300;
}
.ligiletu.default .h1-hours {
	font-family: 'Kameron', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	text-align: right;
	font-style: normal;
}
.ligiletu.default .phone-size {
	font-family: 'Kameron', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #000;
	margin: 0;
	text-align: right;
}
.ligiletu.default h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	margin: 0;
	font-weight: 400;
}
.ligiletu.default h3 {
	font-family: 'Coda', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636463;
	margin: 3px;
}
.ligiletu.default .home-li {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin: 0 0 20px 15px;
	list-style-image: url(assets/ligiletu-bullet.png);
}
.ligiletu.default h4 {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #d4b700;
	margin: 12px;
	text-align: center;
	font-weight: normal;
}
.ligiletu.default h5 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 24px;
}
.ligiletu.default p {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	line-height: 28px;
}
.ligiletu .text-plugin li, 
.ligiletu .text-plugin ul, 
.ligiletu .text-plugin ol {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	line-height: 28px;
}
/* Form */
.ligiletu.default #FormHeading-id {
	display: none;
}
/* table container */
.ligiletu.default div[id^='webcom-component-form'] {
	padding: 20px;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
}
/* inputs & textarea*/
.ligiletu.default .form-element-label {
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
.ligiletu.default form textarea{
	background-color: #e0dcd8;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	height: 120px;
}
.ligiletu.default input.form-element[type='text'] {
	background-color: #e0dcd8;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #000;
	line-height: 27px;
}
/*submit*/
.ligiletu.default input.form-element[type='submit'] {
	background-color: #f8db25;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0 8px;
	margin-top: 20px;
}

.ligiletu.default form select{
	background-color: #e0dcd8;
	font-family: 'Vollkorn', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-radius: 15px;
}
.ligiletu.default .form-element-wrapper{
	padding: 0 0 5px 0;
}