/*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 */

.koob.default.page-bg {
	background: url('assets/koob-bg.jpg') repeat center top;
}
.koob.default .text-plugin{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
}
.koob.default .text-plugin p,
.koob.default .text-plugin ul,
.koob.default .text-plugin ol{
	letter-spacing: 2px;
}
.koob.default #header{
	background: url('assets/koob-bg.jpg') repeat center;
}

.koob.default h2,
.koob.default h3,
.koob.default h4,
.koob.default h5,
.koob.default h6{
	font-weight: normal;
	color:#201f1f;
	margin: 0;
}
.koob.default h1{
	font-family: 'PT Sans', sans-serif;
	font-size: 72px;
	color: #03a0f9;
	margin:0;
}
.koob.default h2{
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
}
.koob.default h3{
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
}
.koob.default h4{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #efa70f;
	margin-bottom: 5px;
}
.koob.default h5{
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
}
.koob.default h6{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #efa70f;
}

.koob.default .divider{
	background: #a4a4a4;
}
.koob.default .slogan{
	color: #bfc0c0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.koob.default .main-home-1{
	font-family: 'PT Sans', sans-serif;
	font-size: 60px;
	color: #1f1f1f;
}
.koob.default .main-home-2{
	font-family: 'PT Sans', sans-serif;
	font-size: 48px;
	color: #1f1f1f;
}
.koob.default .blue{
	color: #008fd3;
}
.koob.default .yellow{
	color: #efa70f;
}
.koob.default .grey{
	color: #666666;
}
.koob.default .img-rounded{
	border-radius: 5px;
}
.koob.default .koob-tags{
	border-radius: 5px;
	background: #e9e6e6;
}
.koob.default .tag-text{
	font-family: 'Lato', sans-serif;
	margin-top: 7px;
}
.koob.default .text-plugin .footer-text{
	font-family: 'Lato', sans-serif;
	letter-spacing: normal;
}
.koob.default .under-dooted{
	border-bottom: 1px dotted #000;
}
.koob.default .arrow-bullet{
	margin: 0;
	padding: 0;
}
.koob.default .arrow-bullet li{
	padding-left: 40px;
	background: url('../images/koob-arrow.png') no-repeat 0px 5px; 
}
.koob.default .center-align{
	text-align: center;
}
.koob.default .right-align{
	text-align: right;
}
.koob.default .white{
	color: #ffffff;
}



/****************/
/* neo main nav */
/****************/
.koob.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: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-align: left;

	border-left-color: rgba(255,255,255,0.2);
	border-left-style: none;
	border-left-width: 0;
	border-right-color: rgba(255,255,255,0.2);
	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;
}
.koob.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #9f9e9e;
}
.koob.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.koob.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #efa70f;
}
.koob.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.koob.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #efa70f;
}

/***************/
/* neo sub nav */
/***************/

.koob.default .navigation-2-plugin ul ul > li {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0;
	background-color: #008fd3;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	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: rgba(255,255,255,0.3);
	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;
}
.koob.default .navigation-2-plugin ul ul > li > a {
	color: #fff;
}
.koob.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #008fd3;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.koob.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #efa70f;
}
.koob.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #008fd3;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-align: left;
}
.koob.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #efa70f;
} 

/*END NAV 2*/
/***********/








/* CONTACT */
/*header*/

/* labels style */
.koob.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
}

/*CUSTOM*/
/* first & last name */
.koob.default .web_com_custom_form .FirstName label,
.koob.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
}

.koob.default .web_com_custom_form input[type='text'],
.koob.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px solid #dadada;
	background:  #fff; 
}

.koob.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background: #201f1f; 
	font-size: 16px;
	padding: 3px 15px;
	display: block;
	margin: 0 auto;
}

