/*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*/

.restae.default  {
	font-size: 16px;

}
/*  background  */
.restae.default.pagebg {
	background-image: url(assets/restae-kv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.restae.default.subpagebg {
	background-image: url(assets/restae-bg.jpg);
	background-repeat: repeat;
	background-position: top left;
}

.restae.default .divider-line-b {
	border-top: 2px solid #000;
}
.restae.default .content-bg {
	border-bottom: 5px solid #983a3a;
}
.restae.default .header-bg {
	background-image: url(assets/restae-header-bg.jpg);
	background-repeat: no-repeat;
}
.restae.default .home-info {
	background-color: #FFF;
	opacity: .8;
}
.restae.default .hor-divider {
	border-bottom: 2px solid #000;
}

/****************/
/* neo main nav */
/****************/
.restae.default .navigation-2-plugin .neo-asset-inner{
	background: rgba(0,0,0,0.8);
	border-bottom: 5px solid #983a3a;
}
.restae.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Muli, sans-serif;
}

.restae.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 4px;
	padding-left: 60px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	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;
}
.restae.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.restae.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #983a3a;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}
.restae.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.restae.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #983a3a;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;	
	text-align: left;
}
.restae.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.restae.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.restae.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #983a3a;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	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: #000;
	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;
}
.restae.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.restae.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}
.restae.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.restae.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.restae.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 



/* header logo */


.restae.default .company-slogan2 {
	box-sizing: border-box;
	background-color: #bd9a3e;
}
.restae.default .company-slogan3 {
	background-color: #000;
	opacity: 0.8;
}
.restae.default .company-name {
	box-sizing: border-box
}
/* text styles */
.restae.default h1 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 14px;
	padding: 20px 20px 10px 20px;
	text-transform: uppercase;
}
.restae.default .h1-contact {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #813231;
	margin: 0;
	line-height: 14px;
	padding: 20px 20px 10px 20px;
	text-transform: none;
}
.restae.default h2 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2db59c;
	padding: 10px;
	margin: 0;
	line-height: 25px;
}
.restae.default h3 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #983a3a;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
.restae.default h4 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #813231;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}
.restae.default h4.h4-home {
	font-family: 'Cabin', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-transform: none;
	text-align: right;
}
.restae.default .h4-about {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #813231;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}
.restae.default .h4-services {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #813231;
	font-weight: bold;
	margin: 0;
	padding: 20px;
}
.restae.default h5 {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2db59c;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
.restae.default .text-plugin {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 24px;
}
.restae.default .p-company {
	font-family: 'Great Vibes', Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #000;
	line-height: 72px;
	display: inline;
	margin: 3px;
	
}
.restae.default .p-slogan {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 39px;
	color: #fff;
	line-height: 66px;
	display: inline;
}
.restae.default .p-home {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 10px;
	margin: 0;
	line-height: 27px;
	text-align: right;
}
.restae.default .ul-home-info {
	list-style: url(assets/bullet.png);
	margin: 0;
}
.restae.default .home-info-img {
	border: 3px solid #fff;
	border-radius: 60px;
}
.restae.default .services-info-img {
	border: 3px solid #fff;
	border-radius: 84px;
}
.restae.default .home-title {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #983a3a;
	margin: 0;
	text-transform: none;
	font-weight: bold;
	padding: 10px;
}
.restae.default .h2-copy {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bd9a3e;
	margin: 2px;
	line-height: 18px;
	font-weight: bold;
}
.restae.default .p-copy {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
}
.restae.default .text-plugin li,
.restae.default .text-plugin ul, 
.restae.default .text-plugin ol {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 27px;
}
/* Services */
.restae.default .text-bg-1 {
	background: rgba(255,255,255,0.8);
}
.restae.default .text-bg-2 {
	background-color: #bd9a3e;
	opacity: .8;
}
.restae.default .p-services {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 23px;
	padding: 0px 20px;
	display: block;
}
.restae.default .p-about {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 23px;
}
.restae.default .p-contact {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 23px;
	padding: 0px 20px 10px 20px;
	display: block;
}
.restae.default .p-top {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.restae.default .p-top-services {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0 20px;
	line-height: 24px;
	display: block;
}
/* Form */
.restae.default #FormHeading-id {
	display: none;
}
/* table container */
.restae.default div[id^='webcom-component-form'] {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* inputs & textarea*/
.restae.default .form-element-label {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
.restae.default form textarea{
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	height: 110px;
}
.restae.default form input[type='text'] {
	background-color: #fff;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	color: #000;
}
/*submit*/
.restae.default input.form-element[type='submit'] {
	background-color: #983a3a;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 27px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	-webkit-box-shadow:-2px -2px 5px #3c3c3c;
	box-shadow:-2px -2px 5px #3c3c3c;
	border:0;
}
.restae.default #Submit-id div {
	text-align: center !important
}

.restae.default form select{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
.restae.default .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}