/*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 */

.dooba.default{
	background: url('assets/dooba-bg.jpg') top center;
}

.dooba.default .text-plugin{
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #fff;
}

.dooba.default h1,
.dooba.default h2,
.dooba.default h3,
.dooba.default h4,
.dooba.default h5,
.dooba.default h6{
	font-family: 'Cabin', sans-serif;
	font-weight: normal;
	margin-top: 0;
	color: #fff;
}
.dooba.default h1{
	font-family: 'Questrial', sans-serif;
	font-size: 60px;
	color: #fff;
}
.dooba.default h2{
	font-size: 30px;
}
.dooba.default h3{
	font-size: 24px;
}
.dooba.default h4{
	font-size: 22px;
}
.dooba.default h5{
	font-size: 20px;
}
.dooba.default h6{
	font-size: 18px;
}
.dooba.default .left-col{
	background: #d24141;
}
.dooba.default .slogan{
	font-family: 'Questrial', sans-serif;
}
.dooba.default .home-h2{
	font-size: 36px;
}
.dooba.default .contact-h2{
	font-family: 'Questrial', sans-serif;
}
.dooba.default .custom-bullet{
	padding: 0;
	list-style-type: none;
}
.dooba.default .custom-bullet li{
	background: url('assets/dooba-bullet.png') no-repeat 0 5px;
	padding-left: 15px;
}
.dooba.default .kv-title{
	font-size: 48px;
}
.dooba.default .c1{
	color: #d24141;
}
.dooba.default .c2{
	color: #d3c276;
}
.dooba.default .footer-cn{
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
}
.dooba.default .no-bullet{
	list-style-type: none;
	padding:0;
}


.dooba.default .alpha-bg{
	background: rgba(255,255,255,0.7);
}
.dooba.default .header-phone{
	font-size: 25px;
}
.dooba.default .center-align{
	text-align: center;
}
.dooba.default .right-align{
	text-align: right;
}
.dooba.default .white{
	color: #ffffff;
}
.dooba.default .black{
	color: #000;
}
.dooba.default .lg-text{
	font-size: 22px;
}
.dooba.default .sm-text{
	font-size: 18px;
}


/****************/
/* neo main nav */
/****************/
.dooba.default .navigation-2-plugin .neo-asset-inner > ul{
	font-family: 'Montserrat Alternates', sans-serif;
}

.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 30px;
	margin-bottom: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	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;
}
.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #fff;
}
.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}
.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #d24141;
}
.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}
.dooba.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #d24141;
}

/***************/
/* neo sub nav */
/***************/
.dooba.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.dooba.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #d24141;
	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: #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;
}
.dooba.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.dooba.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #d24141;
	font-style: normal;
	font-weight: nromal;
	font-size: 16px;
	text-align: left;
}
.dooba.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #000;
}
.dooba.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #d24141;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.dooba.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #000;
} 


/* CONTACT */
/*header*/

/* labels style */
.dooba.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #fff;
}

/*CUSTOM*/
/* first & last name */
.dooba.default .web_com_custom_form .FirstName label,
.dooba.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #fff;
}
.dooba.default .web_com_custom_form input[type='text'],
.dooba.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #000;
	background:  #fff; 
}

.dooba.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #d24141; 
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px solid #d24141;
	border-radius: 5px;
}

.dooba.default textarea.form-element{
	height: 70px;
}

.dooba.default .form-element-wrapper{
	padding: 3px 0 5px;
}