/*-----------------------------------------------------------------------------------*/
/*	Column Styles
/*-----------------------------------------------------------------------------------*/

.zilla-one-half { width: 48%; }
.zilla-one-third { width: 30.66%; }
.zilla-two-third { width: 65.33%; }
.zilla-one-fourth { width: 22%; }
.zilla-three-fourth { width: 74%; }
.zilla-one-fifth { width: 27.8%; }
.zilla-two-fifth { width: 37.6%; }
.zilla-three-fifth { width: 58.4%; }
.zilla-four-fifth { width: 67.2%; }
.zilla-one-sixth { width: 13.33%; }
.zilla-five-sixth { width: 82.67%; }

.zilla-one-half,
.zilla-one-third,
.zilla-two-third,
.zilla-three-fourth,
.zilla-one-fourth,
.zilla-one-fifth,
.zilla-two-fifth,
.zilla-three-fifth,
.zilla-four-fifth,
.zilla-one-sixth,
.zilla-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 2em;
	float: left;
	}

.zilla-column-last {
	margin-right: 0!important;
	clear: right;
	}

/*-----------------------------------------------------------------------------------*/
/*	Button Styles
/*-----------------------------------------------------------------------------------*/

a.zilla-button,
a.zilla-button:visited {
	display: inline-block;
	font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff!important;
	letter-spacing: 1px;
	text-decoration: none!important;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	line-height: 1em;
	padding: 7px 13px!important;
	cursor: pointer;
	border: 1px solid #0d507a;
	margin: 0 0.1em 1.5em 0!important;
	vertical-align: middle;
	background: #0c6fb1;
	border: 1px solid #8A8A8A;
	}
	
a.zilla-button.square {
	border-radius: 2px!important;
		-webkit-border-radius: 2px!important;
		-moz-border-radius: 2px!important;
		-o-border-radius: 2px!important;
	}

	a.zilla-button.small	{
	padding: 8px 12px !important;
	font-size: 12px;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
	}
	
	
a.zilla-button.medium {
	padding: 12px 16px !important;
	font-size: 16px;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

a.zilla-button.large {
	padding: 15px 20px!important;
	font-size: 18px;
	border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-o-border-radius: 12px;
	}

a.zilla-button:hover {
	text-decoration: none;
	}
	
a.zilla-button:active {
	position: relative;
	}
	
a.zilla-button.green {
	border-color: #76932F;
	background: #94C03E
	}
	
a.zilla-button.green:hover {
	background: #6E8C23;
	}
	
a.zilla-button.light-blue {
	border-color: #6CB1C1;
	background: #83D4DB;
	}

a.zilla-button.light-blue:hover {
	background: #50BFC9;
	}

a.zilla-button.blue {
	background: none repeat scroll 0 0 #2070A1;
	border: #0d507a!important;
	}
	
a.zilla-button.blue:hover {
	background: #195B7C;
	}

a.zilla-button.red {
	border-color: #ab4b44;
	background: #D54A0D;
	}
	
a.zilla-button.red:hover {
	background: #BA4820;

	}
	
a.zilla-button.orange {
   border-color: #D1B219;
   background: #F2CD3E;
	}
	
a.zilla-button.orange:hover {
   background: #EEBC0E;

	}

a.zilla-button.purple {
   border-color: #996192;
   background: #B463A8;
	}
	
a.zilla-button.purple:hover {
   background: #A8339A;
	}
	
a.zilla-button.grey {
	color: #555!important;
	border-color: #acacac;
	background: #e5e5e5;
	}
	
a.zilla-button.grey:hover {
	background: #f6f6f6;
	}
	
a.zilla-button.black {
	border-color: #323232;
	background: #222222;
	}
	
a.zilla-button.black:hover {
	background: #444444;
	}


/*-----------------------------------------------------------------------------------*/
/*	Alert Styles
/*-----------------------------------------------------------------------------------*/

.zilla-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
	}

.zilla-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
	}

.zilla-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
	}

.zilla-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
	}

.zilla-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
	}
	
.zilla-alert.grey {
    background: #444444;
    border: 1px solid #dfdfdf;
    color: #ffffff;
	}

/*-----------------------------------------------------------------------------------*/
/*	Tab Styles
/*-----------------------------------------------------------------------------------*/

.zilla-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
	}

.zilla-tabs {
	background: none;
	margin: 0 0 2em 0;
	}

.zilla-tabs ul.zilla-nav {
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	background: none;
	border: 0;
	float: none;
	}

.zilla-tabs ul.zilla-nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0!important;
	z-index: 10;
	list-style: none!important;
	}
	

.zilla-tabs ul.zilla-nav li a {
	border-bottom: none!important;
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	height: auto;
	margin: 0!important;
	text-decoration: none;
	font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: none repeat scroll 0 0 #2070A1;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	}
	
.zilla-tabs ul.zilla-nav li a:hover {
	background:none repeat scroll 0 0 #4AA3D6;
	margin: 0!important;
	}

.zilla-tabs ul.zilla-nav li.ui-state-active a {
	height: auto;
	background:none repeat scroll 0 0 #2590CE;
	}

.zilla-tabs ul.zilla-nav li.ui-tabs-selected a {
	height: 32px;
	background:none repeat scroll 0 0 #2590CE;
	}

.zilla-tabs .zilla-tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #dfdfdf;
	font-size: 0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.ui-widget-content {
border: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Toggle Styles
/*-----------------------------------------------------------------------------------*/

.zilla-toggle {
	display: block;
	background: none repeat scroll 0 0 #2070A1;
	cursor: pointer;
	outline: none;
	position: relative;
	border: 1px solid #0D507A!important;
	border-radius: 8px;
	}
	
.zilla-toggle-title {
	background: none repeat scroll 0 0 #2070A1;
    color: #FFFFFF;
    display: block;
	font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
    font-size: 1.5em;
	font-weight: bold;
    outline: medium none;
    padding: 3px 10px 5px 35px;
	text-transform: uppercase;
	line-height: 1.3em;
	border-radius: 8px;
	}

.zilla-toggle-inner {
	background: none repeat scroll 0 0 #2070A1;
    color: #FFFFFF;
	font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
    font-size: 1em;
	line-height: 25px;
	border-radius: 8px;
    height: auto !important;
    overflow: hidden;
	}

.zilla-toggle-inner .zilla-one-half,
.zilla-toggle-inner .zilla-one-third, 
.zilla-toggle-inner .zilla-two-third, 
.zilla-toggle-inner .zilla-three-fourth, 
.zilla-toggle-inner .zilla-one-fourth, 
.zilla-toggle-inner .zilla-one-fifth, 
.zilla-toggle-inner .zilla-two-fifth, 
.zilla-toggle-inner .zilla-three-fifth, 
.zilla-toggle-inner .zilla-four-fifth, 
.zilla-toggle-inner .zilla-one-sixth, 
.zilla-toggle-inner .zilla-five-sixth {
	margin-bottom: 5px;
}

.zilla-toggle-inner a {
	color: #7ED2DA;
	font-weight: 600;
	}

.zilla-toggle span.ui-icon {
background: url("images/toggles/toggle-closed.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 25px;
    margin-left: -20px;
    width: 25px;
	}

.zilla-toggle .ui-state-active .ui-icon { background: url(images/toggles/toggle-open.png) no-repeat; }

.ui-accordion .ui-accordion-content {
padding: 0.2em 1.2em 1.2em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: none;
}

.ui-accordion .ui-accordion-header .ui-icon {
margin-top: 5px;
margin-right: 10px;
}

/* Clearfix */
.zilla-clearfix:before,
.zilla-clearfix:after { content:""; display:table; }
.zilla-clearfix:after { clear: both; }
.zilla-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

/* Responsive CSS */

@media (max-width: 550px) {

.zilla-one-half, .zilla-one-third, .zilla-two-third, .zilla-three-fourth, .zilla-one-fourth, .zilla-one-fifth, .zilla-two-fifth, .zilla-three-fifth, .zilla-four-fifth, .zilla-one-sixth, .zilla-five-sixth {
	width: 100%;
}

.zilla-tabs ul.zilla-nav li {
width: 100%;
}

}
