<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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*/

.melodia.default {
	font-size: 16px;
}
/*  background  */

.melodia.default.pagebg {
		background-image: url(assets/melodia-bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}
.melodia.default.subpagebg {
	background-image: url(assets/melodia-bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}

.melodia.default .header-bg {
	background-color: #000;
}



/****************/
/* neo main nav */
/****************/
.melodia.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Comfortaa, sans-serif;
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li {
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 55px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	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;
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li &gt; a {
	color: rgb(0, 0, 0);
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li.k-state-hover &gt; a {
	color: #313131;
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	padding-top: 0;
}
.melodia.default .navigation-2-plugin .neo-asset-inner &gt; ul &gt; li.k-state-active &gt; a {
	color: #000;
}

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



/* header logo */



.melodia.default .footer-bg {
	background-color: #000;
}
.melodia.default .content-bg {
	background-color: #000;
}
.melodia.default .content-bg-2 {
	background-color: #000;
}
.melodia.default .company-name {
	box-sizing: border-box;
}
/* text styles */
.melodia.default h1 {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	line-height: 14px;
	padding: 20px 20px 10px 20px;
	text-transform: normal;
}
.melodia.default h2 {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	padding: 10px;
	margin: 0;
	line-height: 25px;
}
.melodia.default h3 {
	font-family: 'Audiowide', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	padding: 10px;
	margin: 0;
	text-transform: normal;
	text-align:center
}
.melodia.default .h3-slogan {
	text-align: center
}
.melodia.default .divider-dots {
	background-image:url(assets/melodia-dots.png);
	background-repeat:no-repeat;
	background-position:center;
}
.melodia.default h4 {
	font-family: 'Audiowide', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align:center
}
.melodia.default h5 {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
.melodia.default .text-plugin {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 24px;
}
.melodia.default .p-about {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 24px;
	text-align:center
}
.melodia.default .p-company {
	font-family: 'Audiowide', Arial, Helvetica, sans-serif;
	font-size: 41px;
	color: #fff;
	text-align: center;
	margin:10px 0;
	line-height:60px;
	
}
.melodia.default .p-center {

	text-align: center;
	font-size:22px;
	color:#fff;
	letter-spacing:14px;

	
}
.melodia.default .p-contact {

	text-align: center;
	

	
}
.melodia.default .p-home {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 27px;
	text-align: center;
	padding:10px;
}
.melodia.default .p-contact {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding:19px;
	line-height: 27px;
	text-align: center;
}
.melodia.default .p-copy {
	font-family: 'Gruppo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.melodia.default .map-corners {
	border-radius:5px;
	
}
.melodia.default .text-plugin li,
.melodia.default .text-plugin ul,
.melodia.default .text-plugin ol {
	font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
/*form*/

.melodia.default #FormHeading-id {
	display: none;
}
.melodia.default div.form-plugin label {	font-family: 'Julius Sans One', sans-serif;
font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-bottom: 2px;
}
.melodia.default div.form-plugin table table label {
	font-weight: normal;
}
.melodia.default div.form-plugin input[type="text"], .melodia.default div.form-plugin textarea {
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #fff;
	outline: none;
	padding: 5px;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	color: #000;
}

.melodia.default div.form-plugin .form-element-wrapper {
	padding-bottom: 4px;
}

.melodia.default div.form-plugin .form-element-wrapper#email-id {
	margin-right: 12px;
}
.melodia.default div.form-plugin input[type="submit"] {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	padding: 6px 15px;
	margin: 10px auto;
	display: block;
	border: 1px solid #000;
}
/*form end*/
.melodia.default #Submit-id div {
	text-align: center !important
}

.melodia.default .map {
	background-color:#fff;
  
}
.melodia.default .p-18 {
	font-size:18px;
	text-align:center;
	
	
}</pre></body></html>