/*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 */
.omm.default .text-plugin {
	font-family: 'Cabin', sans-serif;
	font-size:18px;
	margin-top:0px;
	color:#FFF;
}
.omm.default .center-align {
	text-align: center;
}
.omm.default .right-align {
	text-align: right;
}
.omm.default .image-plugin, .omm.default .image-plugin img {
	vertical-align:top;
}
/***** BACKGROUNDS *****/
.omm.default.pagebg {
	background-image: url('assets/omm-pagebg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.omm.default .headerbg {
	background-image: url('assets/omm-headerbg.png');
	background-position:center top;
	background-repeat:repeat-x;
}
/***** HEADINGS *****/
.omm.default h1, .omm.default h2, .omm.default h3, .omm.default h4, .omm.default h5, .omm.default h6 {
	margin: 0px;
	font-weight: normal;
	font-family: 'Cinzel', serif;
}
.omm.default h1 {
	font-size:59px;
	line-height:66px;
	letter-spacing:1px;
}
.omm.default h2 {
	font-size:44px;
	line-height:51px;
	letter-spacing:1px;
}
.omm.default h3 {
	font-size:36px;
	line-height:42px;
	letter-spacing:0px;
}
.omm.default h4 {
	font-size:30px;
	line-height:34px;
	letter-spacing:0px;
}
.omm.default h5 {
	font-size:24px;
	line-height:26px;
	letter-spacing:0px;
}
.omm.default h6 {
	font-size:18px;
	line-height:21px;
	letter-spacing:0px;
}
/***** TEXT STYLES *****/
.omm.default .ff-1{
font-family: 'Cinzel', serif;
}
.omm.default .ff-2{
font-family: 'Changa One', serif;
}
.omm.default .ff-3{
font-family: 'Exo', sans-serif;
}
.omm.default .fs-12{
	font-size:12px;
}
.omm.default .fs-20{
	font-size:20spx;
}
.omm.default .fs-26{
	font-size:26px;
}
.omm.default .fs-35{
	font-size:35px;
}
.omm.default .fs-36{
	font-size:36px;
}
.omm.default .lh-20{
	line-height:20px;
}
.omm.default .lh-27{
	line-height:27px;
}
.omm.default .lh-30{
	line-height:30px;
}
.omm.default .lh-35{
	line-height:35px;
}
.omm.default .ls-1{
	letter-spacing:1px;
}
.omm.default .ls-2{
	letter-spacing:2px;
}
.omm.default .ls-2{
	letter-spacing:2px;
}
.omm.default .sm-caps{
	font-variant:small-caps;
}
/***** LISTS *****/
.omm.default .text-plugin ul li, .omm.default .text-plugin ol li, .omm.default .text-plugin ul, .omm.default .text-plugin ol {
	font-size:14px;
	line-height:24px;
	letter-spacing:0px;
}
/***** COLORS & BG-COLORS *****/
.omm.default .color1 {
	color: #FFFFFF;
}
.omm.default .color1-bg {
	background-color: #FFFFFF;
}
.omm.default .color2 {
	color: #000;
}
.omm.default .color2-bg {
	background-color: #000;
}
.omm.default .color2a-bg {
	background-color: rgba(0,0,0,0.35);
}
.omm.default .color2b-bg {
	background-color: rgba(0,0,0,0.56);
}
/***** BORDERS *****/
.omm.default .circle-border {
	border-radius: 130px;
}
/****************/
/* neo main nav */
/****************/
.omm.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Cabin', sans-serif;
	font-weight: normal;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:0px 0px 10px 0px;
	background-color: transparent;
	margin-right:33px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 14px;
	letter-spacing:1px;
	font-weight:normal;
	border-bottom:2px solid transparent;
	box-shadow:none;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #000;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-size: 14px;
	border-bottom:2px solid #000;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #000;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-size: 14px;
	border-bottom:2px solid #000;
}
.omm.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #000;
}
/***************/
/* neo sub nav */
/***************/
.omm.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.omm.default .navigation-2-plugin ul ul > li {
	font-family: 'Cabin', sans-serif;
	padding:4px 9px;
	background-color: #FFF;
	border:1px #ebebeb solid;
	text-align:left;
	margin-top:3px;
	margin-left:0px;
	font-size: 12px;
}
.omm.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.omm.default .navigation-2-plugin ul ul > li.k-state-hover {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	background-color: #000;
	border:1px #292929 solid;
	text-align:left;
}
.omm.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #FFF;
}
.omm.default .navigation-2-plugin ul ul > li.k-state-active {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	background-color: #000;
	border:1px #292929 solid;
	text-align:left;
}
.omm.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #FFF;
}
/*END NAV 2*/
/***********/
/* CONTACT */
/*header*/

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

/* first & last name */
.omm.default .web_com_custom_form .FirstName label,
.omm.default .web_com_custom_form .LastName label{
	font-size: 11px !important;
	color: #FFFFFF;
	margin-top:1px;
}
/* inputs */
.omm.default .web_com_custom_form input[type='text'],
.omm.default .web_com_custom_form textarea, .omm.default form select{
	border-radius: 0px !important;
	border: none;
	background:  #FFFFFF;
	color:#000000;
}
/* submit btn */
.omm.default .web_com_custom_form input[type='submit']{
	font-family: 'Cabin', sans-serif;
	color: #FFF;
	background-color: #000000; 
	font-size: 18px;
	padding: 3px 14px;
	display: block;
	margin: 0px auto;
	border: 0px;
	border-radius: 4px;
}
/* textarea height */
.omm.default form select{
	min-height:none;
}
.omm.default .form-result-ok {
	font-size:12px;
	color:#d01630;
}