/*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 */
.vocalo.default h1, h2, h3, h4, h5, h6 {
	margin: 0 !important;
	padding: 0 !important;
}
.vocalo.default p {
	margin: 0;
	padding: 0;
}
.vocalo.default.page-bg {
	background-color: #e9e9e9;
}
.vocalo.default {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #868686;
	line-height: 20px;
}
.vocalo.default h1 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 48px;
	color: #525252;
	text-shadow: 1px 1px 1px white;
}
.vocalo.default .company-h1 {
	font-family: 'Bitter', sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #525252;
	text-shadow: 1px 1px 1px white;
}
.vocalo.default h2 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 36px;
	color: #c5c5c4;
	padding: 0 30px;
}
.vocalo.default h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #737373;
	text-shadow: 1px #fff;
}
.vocalo.default h4 {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #494848;
}
.vocalo.default h5 {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 18px;
	color: #504f4f;
}
.vocalo.default h6 {
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
	color: #494848;
}
.vocalo.default .title {
	color: #fff;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 25px;
}
.vocalo.default .title-2 {
	color: #fff;
	font-family: 'Bitter', sans-serif;
	font-size: 24px;
}
.vocalo.default .little-1 {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
.vocalo.default ul {
	padding: 0 0 0 1.2em;
	margin: 0;
}
.vocalo.default .white-bg {
	background-color: #f6f6f6;
}
.vocalo.default .box-1 {
	background-color: #8eb799;
}
.vocalo.default .box-2 {
	background-color: #91c437;
}
.vocalo.default .box-3 {
	background-color: #333333;
}
.vocalo.default .p-top {
	font-family: Arial;
	font-size: 11px;
	color: #ababab;
}
.vocalo.default .divider {
	border-bottom: 1px solid #dbdbdb;
}
.vocalo.default .center-align {
	text-align: center;
}
.vocalo.default .right-align {
	text-align: right;
}
/* header */
.vocalo.default .header-bg {
	background-image: url(assets/vocalo-header-bg.png);
	background-repeat: repeat-x
}
.vocalo.default .opacity-bg {
	background-color: #000;
	opacity: .8;
}
.vocalo.default .read-more {
	color: #949494;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 14px;
}
/* nav */
.vocalo.default .navigation-plugin {
	background: none !important;
	border: none;
	text-align: right;
}
/*ul*/
.vocalo.default .k-menu {
	background: none !important;
	border: none;
	text-align: left;
}
/*li*/
.vocalo.default .k-item {
	font-size: 14px !important;
	line-height: 1 !important;
	margin-left: 12px !important;
	border: none !important;
}
/*a*/
.vocalo.default .k-link {
	color: #1e1e1e !important;
	display: block !important;
	font-family: 'Bitter', sans-serif !important;
	font-size: 16px;
	line-height: 1 !important;
	padding: 8px 11px !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	border-radius: 10px !important;
	border: 1px solid transparent !important;
}
/* li selected */
.vocalo.default .selected-page {
	border: none !important;
}
/*li selected hover*/
.vocalo.default .selected-page.k-state-hover {
	border: none !important;
}
/* a selected */
.vocalo.default .selected-page > .k-link {
	color: #ffffff !important;
	border: none !important;
	background: -webkit-linear-gradient(#4d4d4d, #252525) !important;
	background: -moz-linear-gradient(#4d4d4d, #252525) !important;
	background: linear-gradient(#4d4d4d, #252525) !important;
	border-top: 1px solid #0f0f0f !important;
	border-left: 1px solid #0f0f0f !important;
	border-right: 1px solid #232323 !important;
	border-bottom: 1px solid #232323 !important;
}
}
/* a selected hover */
.vocalo.default .selected-page.k-state-hover > .k-link {
	color: #ffffff !important;
	border: none !important;
	background: -webkit-linear-gradient(#4d4d4d, #252525) !important;
	background: -moz-linear-gradient(#4d4d4d, #252525) !important;
	background: linear-gradient(#4d4d4d, #252525) !important;
	border-top: 1px solid #0f0f0f !important;
	border-left: 1px solid #0f0f0f !important;
	border-right: 1px solid #232323 !important;
	border-bottom: 1px solid #232323 !important;
}
/*li hover*/
.vocalo.default .k-state-hover {
	background: none !important;
}
/*a hover*/
.vocalo.default .k-state-hover > .k-link {
	color: #ffffff !important;
	border: none !important;
	background: -webkit-linear-gradient(#4d4d4d, #252525) !important;
	background: -moz-linear-gradient(#4d4d4d, #252525) !important;
	background: linear-gradient(#4d4d4d, #252525) !important;
	border-top: 1px solid #0f0f0f !important;
	border-left: 1px solid #0f0f0f !important;
	border-right: 1px solid #232323 !important;
	border-bottom: 1px solid #232323 !important;
}
.vocalo.default .k-state-highlight, .vocalo.default .k-state-active, .vocalo.default .k-state-active:hover, .vocalo.default .k-active-filter, .vocalo.default .k-tabstrip .k-state-active {
	background: none;
	border: none;
}
.vocalo.default .k-menu-vertical {
	padding: 0 !important;
}
.vocalo.default .k-menu-vertical .k-item {
	margin: 0 !important;
}
.vocalo.default .k-menu-vertical .k-icon {
	right: 0 !important;
}
/*Dropdown Light*/
/*container*/
.vocalo.default .k-animation-container {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
/*ul*/
.vocalo.default .navigation-plugin .k-menu .k-animation-container ul.k-group {
	background: #d6d5d5 !important;
	margin: 0 !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	padding: 0 !important;
}
/*li*/
.vocalo.default .k-group .k-item {
	margin: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #000000 !important
}
/*a*/
.vocalo.default .k-group .k-item .k-link {
	font-size: 14px;
	text-transform: none;
	color: #5d5b5b !important;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 5px !important;
	line-height: 1 !important;
	border-radius: 0 !important;
	background: none !important;
	border: none !important;
}
/*hover*/
.vocalo.default .k-group .k-item.k-state-hover a {
	background-color: #b6b7b7 !important;
	color: #000000 !important;
}
/*selected page*/
.vocalo.default .k-group .selected-page a.k-link {
	color: #fff !important;
}
.vocalo.default .k-icon {
	background-image: url('assets/vocalo-sprite.png');
}
/*footer*/
.vocalo.default .footer-list {
	color: #898787;
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	list-style: none;
	padding: 0;
	line-height: normal;
}
.vocalo.default .footer-date {
	color: #a2565e;
}
/* SUBPAGES */
.vocalo.default .subpage-title {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 30px;
	color: #737373;
	text-shadow: 1px 1px 1px white;
}
.vocalo.default .about-box {
	background-color: #f2f2f2
}
.vocalo.default .about-box-1 {
	background-color: #dddddd
}
.vocalo.default .italic {
	font-style: italic;
}
.vocalo.default .name {
	color: #343434;
}
.vocalo.default .subpage-bg {
	background-image: url(assets/vocalo-about-layout.png);
	background-repeat: repeat-y
}
.vocalo.default .testimonial {
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 18px;
	color: #494949;
}
.vocalo.default .services-ul li {
	list-style-image: url(assets/vocalo-bullet.png);
	margin-left: 15px;
}
/*header*/
.vocalo.default #FormHeading-id {
	display: none;
}
/* make content adaptive */
.vocalo.default div[id^='webcom-component-form'] > table > tbody > tr > td:first-child, .vocalo.default div[id^='webcom-component-form'] > table > tbody > tr > td:last-child, .vocalo.default div[id='preview_id_only'] > table > tbody > tr > td:first-child, .vocalo.default div[id='preview_id_only'] > table > tbody > tr > td:last-child {
	display: none;
}
.vocalo.default div[id^='webcom-component-form'] > table > tbody > tr > td, .vocalo.default div[id='preview_id_only'] > table > tbody > tr > td, .vocalo.default .web_com_custom_form .form-element-size-large[type="text"], .vocalo.default .web_com_custom_form table.form-element-size-large, .vocalo.default .web_com_custom_form textarea.form-element-size-large, .vocalo.default .web_com_custom_form select.form-element-size-large, .vocalo.default .web_com_custom_form table.personName-large {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}
/* end content adaptive */

/* labels style */
.vocalo.default .web_com_custom_form label {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	color: #868686;
}
/* spacing between rows */
.vocalo.default .web_com_custom_form .form-element-wrapper {
	padding: 0;
	margin-bottom: 5px;
}
/* email & phone */
/* display email & phone in the same row */

.vocalo.default .web_com_custom_form #email-id, .vocalo.default .web_com_custom_form #phone-id {
	display: inline-block !important;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.vocalo.default .web_com_custom_form #email-id {
	padding-right: 5px;
	float:left;
}
.vocalo.default .web_com_custom_form #phone-id {
	padding-left: 5px;
}
/* end display in one row */
/* full width */
.vocalo.default .web_com_custom_form #email-id input, .vocalo.default .web_com_custom_form #phone-id input {
	width: 100% !important;
	min-width: 100% !important;
}
.vocalo.default .web_com_custom_form textarea {
	height: 130px;
	resize: none;
}
/*CUSTOM*/
/* first & last name */
.vocalo.default .web_com_custom_form .FirstName label, .vocalo.default .web_com_custom_form .LastName label {
	font-size: 12px !important;
}
.vocalo.default .web_com_custom_form input[type='text'], .vocalo.default .web_com_custom_form textarea {
	border: none;
	background: #a2565e;
}
.vocalo.default .web_com_custom_form input[type='submit'] {
	color: #fff;
	border: 1px solid #000;
	border-top: none;
	border-left: none;
	border-radius: 7px;
	background: -webkit-linear-gradient(#4d4d4d, #252525);
	background: -moz-linear-gradient(#4d4d4d, #252525);
	background: linear-gradient(#4d4d4d, #252525);
	font-size: 14px;
	font-family: 'Bitter', sans-serif;
	padding: 4px 12px;
}
.vocalo.default .k-group .selected-page .k-link {
	color: #fff !important;
}