/*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 */
/*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 */

.muranox.default {
	background: url(assets/muranox-bg.jpg) top center repeat;
}
.muranox.default .header-bg {
	background: url(assets/muranox-header.jpg) top center repeat;
}
.muranox.default .img-border {
	border: 10px solid #fff;
}
.muranox.default .text-plugin {
	font-family: 'Dosis', cursive;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	letter-spacing: 1px;
}
.muranox.default h1, .muranox.default h2, .muranox.default h3, .muranox.default h4, .muranox.default h5, .muranox.default h6 {
	font-weight: normal;
	margin: 0;
}
.muranox.default h1 {
	font-family: 'Della Respira', serif;
	font-size: 46px;
	color: #fff;
	line-height: 62px;
	letter-spacing: 3px;
}
.muranox.default h2 {
	font-family: 'Dosis', cursive;
	font-size: 22px;
	color: #fff;
	line-height: 62px;
	letter-spacing: 10px;
}
.muranox.default h3 {
	font-family: 'Della Respira', serif;
	font-size: 28px;
	color: #000;
	line-height: 36px;
	margin-bottom: 30px;
	letter-spacing: normal;
}
.muranox.default h4 {
	font-family: 'Della Respira', serif;
	font-size: 24px;
	color: #000;
}
.muranox.default h5 {
	font-family: 'Dosis', cursive;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.muranox.default h6 {
	font-family: 'Della Respira', serif;
	font-size: 12px;
	color: #fff;
}
.muranox.default .header-phone {
	font-size: 24px;
	color: #000;
	font-family: 'Dosis', cursive;
}
.muranox.default color1 {
	color: #fff;
}
.muranox.default .center-align {
	text-align: center;
}
.muranox.default .right-align {
	text-align: right;
}
.muranox.default .white {
	color: #ffffff;
}
.muranox.default .small-text {
	font-size: 14px;
	line-height: 27px;
}
/****************/
/* neo main nav */
/****************/
.muranox.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Dosis, cursive;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 40px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #fff;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}
/***************/
/* neo sub nav */
/***************/
.muranox.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.muranox.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: bold;
	font-size: 14px;
	font-family: Dosis, cursive;
	text-align: left;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.muranox.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Dosis, cursive;
	text-align: left;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.muranox.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Dosis, cursive;
	text-align: left;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 13px;
}
.muranox.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
}
/* CONTACT */
/*header*/
.muranox.default .form-bg {
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 2px 2px 0px #999;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
/* labels style */
.muranox.default .web_com_custom_form label {
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}
/*CUSTOM*/
/* first & last name */
.muranox.default .web_com_custom_form .FirstName label, .muranox.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
	color: #727272;
}
.muranox.default .web_com_custom_form input[type='text'], .muranox.default .web_com_custom_form textarea {
	border-radius: 4px !important;
	border: 1px solid #dadada;
	background: #fff;
	color: #727272;
}
.muranox.default .web_com_custom_form input[type='submit'] {
	color: #fff;
	background: #000;
	font-size: 16px;
	font-family: 'Dosis', cursive;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 5px;
}
.muranox.default textarea.form-element {
	height: 100px;
}
