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

.zemow.default.page-bg {
	background: #fff;
}
.zemow.default .text-plugin{
	font-family: 'Cabin', serif;
	font-size: 16px;
	color: #4d3b37;
}
.zemow.default h1,
.zemow.default h2, 
.zemow.default h3, 
.zemow.default h4,
.zemow.default h5,
.zemow.default h6{
	margin: 0 0 10px 0;
	line-height: 100%;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
}
.zemow.default h1{
	color: #ffffff;
	font-size: 53px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
}
.zemow.default h2{
	color: #4d3b37;
	font-size: 48px;
}
.zemow.default h2.category{
	color: #ffffff;
	font-weight: 300;
	font-size: 50px;
	font-family: 'Allura', cursive;
}
.zemow.default h2.slogan{
	font-size: 26px;
	margin-top: 25px;
	height: 42px;
}
.zemow.default h2.slogan strong{
	font-family: 'Allura', cursive;
	font-weight: 300;
	font-size: 56px;
	display: inline-block;
	margin: 0 10px;	
}
.zemow.default h3{
	color: #0b5d91;
	font-size: 20px;
}
.zemow.default h4{
	color: #0b5d91;
	font-size: 30px;
}
.zemow.default h5,
.zemow.default h6{
	font-size: 20px;
	color: #4d3b37;
}
.zemow.default .text-plugin ul{
	padding: 0 0 0 1.2em;
	margin: 0;
}
.zemow.default ul.tick{
	padding: 0;
}
.zemow.default ul.tick li{
	padding-left: 30px;
	background: url('assets/tick.gif') no-repeat 8px 6px;
}
.zemow.default .divider{
	border-bottom: 1px #ec910f solid;
}
.zemow.default ul.no-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.zemow.default .center-align{
	text-align: center;
}
.zemow.default .right{
	text-align: right;
}
.zemow.default .text-small{
	font-size: 14px;
}
.zemow.default .extra-text{
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
}
.zemow.default .footer-text{
	font-family: 'Cabin', sans-serif;
}

/* header */
.zemow.default .header-bg{
	background: url('assets/zemow-header-bg.png') repeat-x top;
}
.zemow.default.home{
	background: #4d3b37 url('assets/zemow-home-bg.jpg') no-repeat center top;
}
.zemow.default.about{
	background: #4d3b37 url('assets/zemow-about-bg.jpg') no-repeat center top;
}
.zemow.default.services{
	background: #4d3b37 url('assets/zemow-services-bg.jpg') no-repeat center top;
}
.zemow.default.contact{
	background: #4d3b37 url('assets/zemow-contact-bg.jpg') no-repeat center top;
}
.zemow.default .slogan-bg{
	background: rgba(255,255,255,0.8);
}

/*content*/
.zemow.default .content-bg{
	background: #fff;
}

/*footer*/
.zemow.default .footer-bg{
	background: #fff url('assets/zemow-footer-bg.jpg') repeat-x center bottom;
}


/* home offer */
.zemow.default .offer{
	font-family: 'Impact', sans-serif;
	font-size: 23px;
	color: #ffffff;
	margin-top: 4px;
	transform:scale(1,1.5);
    -webkit-transform:scale(1,1.5); 
    -moz-transform:scale(1,1.5); 
    -ms-transform:scale(1,1.5); 
    -o-transform:scale(1,1.5); 
}
.zemow.default .offer-10{
	font-family: 'Impact', serif;
	font-size: 48px;
	color:#ffffff;
	margin-top: 4px;
	display: block;
	transform:scale(1,1.5); 
    -webkit-transform:scale(1,1.5);
    -moz-transform:scale(1,1.5); 
    -ms-transform:scale(1,1.5); 
    -o-transform:scale(1,1.5); 
}
.zemow.default .offer-off{
	font-family: 'Impact', serif;
	font-weight: bold;
	font-size: 85px;
	text-shadow: rgba(0,0,0,0.8) -2px 2px 5px;
	color:#ffffff;
	display: block;
	transform:scale(1,1.5); 
    -webkit-transform:scale(1,1.5);
    -moz-transform:scale(1,1.5); 
    -ms-transform:scale(1,1.5); 
    -o-transform:scale(1,1.5); 
}
.zemow.default .offer-bg{
	background: #4d3b37;
}
.zemow.default .offer-desc{
	font-family: 'Impact', sans-serif;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.7;
}
.zemow.default .offer-dot{
	border: 1px dashed #ffffff;
}

/****************/
/* neo main nav */
/****************/
.zemow.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cabin, sans-serif;
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 80px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	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;
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: rgba(255,255,255,0.65);
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding-top: 0;
}
.zemow.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #fff;
}

/***************/
/* neo sub nav */
/***************/
.zemow.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.zemow.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #4d3b37;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	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;
}
.zemow.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.zemow.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #4d3b37;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.zemow.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: rgba(255,255,255,0.65);
}
.zemow.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #4d3b37;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.zemow.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: rgba(255,255,255,0.65);
} 



/* CONTACT */
/*header*/
.zemow.default #FormHeading-id{
	display: none;
}

/* inputs & textarea*/
/*set bg color, font color, borders, here */
.zemow.default form input[type="text"], 
.zemow.default form textarea{
	border-radius: 10px;
	background: #ffffff !important;
	color: #505005 !important;
	border: 1px solid #c2c2c2 !important;
}
/*set height of inputs here*/
.zemow.default form input[type="text"]{
	height: 30px;
}
.zemow.default #name-id table .FirstName label, 
.zemow.default #name-id table .LastName label{
	font-size: 12px !important;
	text-align: left;
}
.zemow.default #name-id table td.FirstName{
	padding-right: 0px;
}
.zemow.default #message-id textarea{
	height: 120px;
}

.zemow.default .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}
/*submit*/
.zemow.default div[id^='webcom-component-form'] > table form input[type="submit"],
.zemow.default div[id='preview_id_only'] > table form input[type="submit"]{
	font-size: 16px;
	padding: 5px 10px;
	background: #4d3b37 !important;
	border: none !important;
	color: #ffffff;
	float: right;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.8) 2px 2px 5px;
}