/*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 */

.curol.default .text-plugin {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color: #c7c7c7;
	line-height: 36px;
}
.curol.default.page-bg {
	background: url(assets/curol-bg.jpg) top center repeat #000;
}
.curol.default .footer-bg {
	background: #fff;
}
.curol.default .img-radius {
	border-radius: 20px;
	border: 2px solid #fff;
	background-color: #fff;
}
.curol.default .img-box {
	border-radius: 20px;
	border: 2px solid #666666;
	background-color: #333333;
}
.curol.default h1, .curol.default h2, .curol.default h3, .curol.default h4, .curol.default h5, .curol.default h6 {
	font-family: 'Cousine', cursive;
	color: #fff;
	margin: 0;
	font-weight: normal;
}
.curol.default h1 {
	font-family: 'Just Another Hand', cursive;
	font-size: 90px;
	color: #fe0101;
}
.curol.default h2 {
	font-size: 30px;
	line-height: 48px;
	font-family: 'Cousine', cursive;
	color: #fff;
}
.curol .color-2 {
	color: #ff0000;
}
.curol.default h3 {
	font-size: 60px;
	line-height: 60px;
	font-family: 'Cousine', cursive;
	color: #999999;
}
.curol.default h4 {
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	font-family: 'Cousine', cursive;
}
.curol.default h5 {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	font-family: 'Raleway', cursive;
}
.curol.default .h5-right {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	font-family: 'Cousine', cursive;
}
.curol.default h6 {
	font-size: 44px;
	color: #840b42;
	font-family: 'Cousine', cursive;
	line-height: 48px;
	letter-spacing: 2px;
}
.curol.default .center-align {
	text-align: center;
}
.curol.default .right-align {
	text-align: right;
}
.curol.default .white {
	color: #ffffff;
}
.curol.default .black {
	color: #000;
}
.curol.default .small-text {
	font-size: 36px;
	color: #000;
	font-family: 'Just Another Hand', cursive;
	line-height:40px;
}
.curol.default .small-text-2 {
	font-size: 18px;
	color: #000;
	font-family: 'Raleway', cursive;
}
.curol.default .small-text-3 {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', cursive;
}
/****************/
/* neo main nav */
/****************/
.curol.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cousine, sans-serif;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 70px;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: inherit;
	text-align: left;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: inherit;
	text-align: left;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #ff0000;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: inherit;
	text-align: left;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
}
.curol.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #ff0000;
}
/***************/
/* neo sub nav */
/***************/

.curol.default .navigation-2-plugin ul ul > li {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: inherit;
	text-align: left;
}
.curol.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.curol.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: inherit;
	text-align: left;
}
.curol.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #ff0000;
}
.curol.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: inherit;
	text-align: left;
}
.curol.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ff0000;
}
/*END NAV 2*/
/***********/


/* CONTACT */
/*header*/

/* labels style */
.curol.default .web_com_custom_form label {
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
}
/*CUSTOM*/
/* first & last name */
.curol.default .web_com_custom_form .FirstName label, .curol.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
	color: #fff;
}
.curol.default .web_com_custom_form input[type='text'], .curol.default .web_com_custom_form textarea {
	border: 1px solid #d3d2d2;
	background: #fff;
}
.curol.default .web_com_custom_form input[type='submit'] {
	color: #000;
	border: 1px solid #d3d2d2;
	background: #fff;
	font-size: 14px;
	padding: 4px 25px;
	display: block;
	margin: 0 auto;
	font-weight: normal;
	font-family: 'Verdana';
}

.curol.default .form-result-ok{
	color: #fff;
}