/*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 */

.padips.default.page-bg {
	background: #fff url('assets/padips-bg.jpg') repeat-x left 146px;
}
.padips.default.page-bg.home {
	background: #fff url('assets/padips-bg-home.jpg') repeat-x left 146px;
}
.padips.default{
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #373737;
}
.padips.default h1,
.padips.default h2,
.padips.default h3,
.padips.default h4,
.padips.default h5,
.padips.default h6{
	margin: 0;
}
.padips.default h1{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size:48px;
	color:#f76310;
	line-height: 1.2;
	margin: 0;
}
.padips.default h2{
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	color:#727272;
	font-weight: normal;
}
.padips.default h3{
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	color:#f76310;
}
.padips.default h4{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#000;
}
.padips.default h5{
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color:#bababa;
}
.padips.default h6{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color:#000;
}
.padips.default ul{
	padding: 0 0 0 2em;
	margin: 0;
}
.padips.default .header-bg{
	background: url('assets/padips-bg-header.jpg') repeat-x;
}
.padips.default .main-home{
	font-size: 36px;
	font-weight: normal;
	text-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin: 0;
}
.padips.default .main-featured{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 1;
}
.padips.default .title{
	font-family: 'Abel', sans-serif;
	font-size: 24px;
	color:#000;
	margin-bottom: 20px;
}
.padips.default .divider{
	border-bottom: 1px solid #dbdbdb;
}
.padips.default .free{
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	color:#fff;
	margin: 0;
	line-height: 1;
}
.padips.default .banner-text{
	color: #fff;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 0.9;
}
.padips.default .logo-banner{
	color:#fff;
	font-size: 31px;
	line-height: 1;
	margin: 0;
}
.padips.default .button{
	color: #666666;
	border: 1px solid #dadada;
	border-radius: 3px;
	background: -webkit-linear-gradient(#f4f4f4, #ececec); 
	background: -moz-linear-gradient(#f4f4f4, #ececec);
	background: linear-gradient(#f4f4f4, #ececec);
	font-size: 10px;
	font-family: 'Muli', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	padding: 2px 8px;
}
.padips.default .read-more{
	color: #f76310;
	font-family: 'Times', serif;
	font-weight: bold;
}
.padips.default .quote{
	font-size: 14px;
	font-family: 'Ubuntu';
	color: #000;
	margin: 0;
}
.padips.default .author{
	font-size: 14px;
	font-family: 'Ubuntu';
	color: #7e7e7e;
	font-weight: 700;
	font-style: italic;
}
.padips.default .op{
	opacity: 0.3;
}
.padips.default .v-top{
	vertical-align: top;
}
.padips.default .blue{
	color: #f76310;
}
.padips.default .black{
	color: #000;
}
.padips.default ul.blue{
	line-height: 2;
	margin-bottom: 10px;
}
.padips.default .no-list{
	padding: 0;
}
.padips.default .no-list li{
	list-style-type: none;
	line-height: 1.5;
	margin-bottom: 15px;
}
.padips.default .footer-list{
	color: #7b7b7b;
	padding: 0;
	margin-top: 10px;
}
.padips.default .footer-list li{
	list-style-type: none;
	border-bottom: 1px solid rgba(123,123,123,0.3);
	padding: 5px 0;
}
.padips.default .footer-list li:last-child{
	border: none;
}
.padips.default .copy{
	color: #a9a9a9;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
}
.padips.default .center-align{
	text-align: center;
}
.padips.default .right-align{
	text-align: right;
}
.padips.default .white{
	color: #ffffff;
}
.padips.default .quote-bg{
	background: url('assets/padips-bg-quote.jpg') repeat-x;
}

/* nav */
.padips.default .navigation-plugin {
	background: none !important;
	border: none;
	text-align: right;
}
/*ul*/
.padips.default .k-menu {
	background: none !important;
	border: none;
	text-align: left;
}
/*li*/
.padips.default .k-item{
	font-size: 14px !important;
	line-height: 1 !important;
	margin-left: 12px !important;
	/*
	border-radius: 5px !important;
	border: 1px solid transparent !important;
	*/
	border: none !important;
}
/*a*/
.padips.default .k-link {
	color: #505050 !important;
	display: block !important;
	font-family: 'Ubuntu', sans-serif !important;
	line-height: 1 !important;
	padding: 8px 11px !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
	border: 1px solid transparent !important;
}
/* li selected */
.padips.default .selected-page{
	/*
	border-top: 1px solid #fff !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #cdcdcd !important;
	border-bottom: 1px solid #cdcdcd !important;
	*/
	border: none !important;
}
/*li selected hover*/
.padips.default .selected-page.k-state-hover{
	/*
	border-top: 1px solid #cdcdcd !important;
	border-left: 1px solid #cdcdcd !important;
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	*/
	border: none !important;
}
/* a selected */
.padips.default .selected-page > .k-link{
	color: #23578d  !important;
	border: none !important;
	background: -webkit-linear-gradient(#f4f4f4, #ececec) !important; 
	background: -moz-linear-gradient(#f4f4f4, #ececec) !important;
	background: linear-gradient(#f4f4f4, #ececec) !important;
	border-top: 1px solid #fff !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #cdcdcd !important;
	border-bottom: 1px solid #cdcdcd !important;
}
/* a selected hover */
.padips.default .selected-page.k-state-hover > .k-link{
	color: #23578d  !important;
	border: none !important;
	background: -webkit-linear-gradient(#ececec,#f4f4f4) !important; 
	background: -moz-linear-gradient(#ececec,#f4f4f4) !important;
	background: linear-gradient(#ececec,#f4f4f4) !important;
	border-top: 1px solid #cdcdcd !important;
	border-left: 1px solid #cdcdcd !important;
	border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}
/*li hover*/
.padips.default .k-state-hover {
	background: none !important;
	/*border: 1px solid #fff !important;*/
}
/*a hover*/
.padips.default .k-state-hover > .k-link{
	color: #23578d !important;
	border: 1px solid #fff !important;
	background: -webkit-linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.1),rgba(255,255,255,0.5)) !important; 
	background: -moz-linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.1),rgba(255,255,255,0.5)) !important;
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.1),rgba(255,255,255,0.5)) !important;
}

.padips.default .k-state-highlight, 
.padips.default .k-state-active, 
.padips.default .k-state-active:hover, 
.padips.default .k-active-filter, 
.padips.default .k-tabstrip .k-state-active{
	background: none !important;
	border: none;
}
.padips.default .k-icon{
	background-image: url('assets/padips-sprite.png');
}
.padips.default .k-menu-vertical{
	padding: 0 !important;	
}
.padips.default .k-menu-vertical .k-item{
	margin: 0 !important;
}
.padips.default .k-menu-vertical .k-icon{
	right: 0 !important;
}

/*Dropdown Light*/
/*container*/
.padips.default .k-animation-container{
	padding-left: 0 !important;
	margin-left: 0 !important;
}
/*ul*/
.padips.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*/
.padips.default .k-group .k-item{
	margin: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #000000 !important
}
/*a*/
.padips.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*/
.padips.default .k-group .k-item.k-state-hover a {
	background-color: rgba(255,255,255,0.5) !important;
	color: #000000 !important;
}
/*selected page*/
.padips.default .k-group .selected-page a.k-link{
	color: #fff !important;
}


/*footer*/
.padips.default .footer-bg{
	background: #2d2d2d url('assets/padips-bg-footer.jpg') repeat-x left bottom;
}

/* CONTACT */
/*header*/
.padips.default #FormHeading-id{
	display: none;
}

/* make content adaptive */
.padips.default div[id^='webcom-component-form'] > table > tbody > tr > td:first-child,
.padips.default div[id^='webcom-component-form'] > table > tbody > tr > td:last-child,
.padips.default div[id='preview_id_only'] > table > tbody > tr > td:first-child,
.padips.default div[id='preview_id_only'] > table > tbody > tr > td:last-child{
	display: none;
}
.padips.default div[id^='webcom-component-form'] > table > tbody > tr > td,
.padips.default div[id='preview_id_only'] > table > tbody > tr > td,
.padips.default .web_com_custom_form .form-element-size-large[type="text"], 
.padips.default .web_com_custom_form table.form-element-size-large, 
.padips.default .web_com_custom_form textarea.form-element-size-large, 
.padips.default .web_com_custom_form select.form-element-size-large,
.padips.default .web_com_custom_form table.personName-large{
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}
/* end content adaptive */

/* labels style */
.padips.default .web_com_custom_form label{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
	color: #f76310;
}

/* spacing between rows */
.padips.default .web_com_custom_form .form-element-wrapper{
	padding: 0;
	margin-bottom: 5px;
}

/* email & phone */
/* display email & phone in the same row */

.padips.default .web_com_custom_form #email-id,
.padips.default .web_com_custom_form #phone-id{
	display: inline-block !important;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.padips.default .web_com_custom_form #email-id{
	padding-right: 5px;
}
.padips.default .web_com_custom_form #phone-id{
	padding-left: 5px;
}

/* end display in one row */
/* full width */
.padips.default .web_com_custom_form #email-id input,
.padips.default .web_com_custom_form #phone-id input{
	width: 100% !important;
	min-width: 100% !important;
}

.padips.default .web_com_custom_form textarea{
	height: 130px;
	resize: none;
}

/*CUSTOM*/
/* first & last name */
.padips.default .web_com_custom_form .FirstName label,
.padips.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
}

.padips.default .web_com_custom_form input[type='text'],
.padips.default .web_com_custom_form textarea{
	border: none;
	color:#f76310;
	background:  #f7f5f5; 
}

.padips.default .web_com_custom_form input[type='submit']{
	color: #27619c;
	border: 1px solid #dadada;
	border-top: none;
	border-left: none;
	border-radius: 3px;
	background: -webkit-linear-gradient(#f4f4f4, #ececec); 
	background: -moz-linear-gradient(#f4f4f4, #ececec);
	background: linear-gradient(#f4f4f4, #ececec);
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	text-shadow: 1px 1px 1px #fff;
	padding: 4px 12px;
}