/* Clear Floats
================================================== */
.tboot-clear-floats {
	clear: both;
}

.tboot-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Spacing
================================================== */
.tboot-spacing {
	display: block;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	outline: none !important;
}



/* Buttons
================================================== */
.btn {
	margin: 5px 0 5px 0;
}


/* Testimonial
================================================== */
.tboot-testimonial-content {
	font-style: italic;
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.tboot-testimonial-content:after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -15px;
	width: 0px;
	height: 0px;
	border-bottom: 15px solid rgba(255,255,255,0);
	border-top: 15px solid rgba(255,255,255,0);
	border-right: 15px solid #f5f5f5;
	font-size: 0px;
	line-height: 0px;
}

.tboot-testimonial-content p:last-child {
	margin: 0;
}

.tboot-testimonial-author {
	font-size: 1em;
	margin-top: 25px;
	margin-left: 15px;
	color: #000;
	font-weight: bold;
}


/* Toggle
================================================== */
.tboot-toggle .tboot-toggle-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	border: 1px solid #ddd;
	/* background: #f9f9f9 url("images/plus.png") no-repeat 15px center; */
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	margin-top: 10px;
	cursor: pointer;
}

.tboot-toggle .tboot-toggle-trigger:hover {
	background-color: #eee;
	text-decoration: none;
}
.tboot-toggle .tboot-toggle-trigger.active,
.tboot-toggle .tboot-toggle-trigger.active:hover {
	color: #000;
	background-color: #eee;
	/* background-image: url("images/minus.png"); */
	text-decoration: none;
}

.tboot-toggle .tboot-toggle-container {
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}

/* Accordion
================================================== */
.tboot-accordion h3.tboot-accordion-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	border: 1px solid #ddd;
	/* background: #f9f9f9 url("images/plus.png") no-repeat 15px center; */
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin:10px 0 0 !important;
	cursor: pointer;
}

.tboot-accordion h3.tboot-accordion-trigger a {
	color: #555;
	text-decoration: none !important;
}

.tboot-accordion .ui-state-focus {
	outline: none;
}

.tboot-accordion .tboot-accordion-trigger:hover {
	background-color: #eee;
	text-decoration: none;
}

.tboot-accordion .tboot-accordion-trigger.ui-state-active {
	background-color: #eee;
	/* background-image: url("images/minus.png"); */
	text-decoration: none;
}

.tboot-accordion .tboot-accordion-trigger.ui-state-active a {
	color: #000;
}

.tboot-accordion .ui-accordion-content {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}

.tboot-accordion .ui-accordion-content p:last-child {
	margin: 0px;
}

.tboot-accordion .ui-icon {
	margin-right: 7px;
}

/* Tabs
================================================== */
.tboot-tabs ul.ui-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	margin-left: 1px;
}

.tboot-tabs ul.ui-tabs-nav li {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 !important;
	float: left;
	margin: 0 !important;
	outline: none;
}

.tboot-tabs ul.ui-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background-color: #f5f5f5;
	font-size: 1em;
	color: #444;
	outline: none;
}

.tboot-tabs ul.ui-tabs-nav li a:hover {
	color: #333;
	background: #eee;
}

.tboot-tabs ul.ui-tabs-nav .ui-state-active a {
	background: #fff;
	height: 40px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111 !important;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

.tboot-tabs ul.ui-tabs-nav .ui-state-active a:hover {
	background: #fff;
}

.tboot-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
	margin-left: 0;
}

.tboot-tabs ul.ui-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
}

.tboot-tabs .tab-content {
	background: #fff;
	padding: 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.tboot-tabs ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.tboot-tabs ul.tabs:after {
	clear: both;
}

.tboot-tabs ul.tabs {
	zoom: 1;
}

.tboot-tabs .ui-tabs-hide {
	display: none;
}

.tboot-tabs:before, ul.tboot-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.tboot-tabs:after {
	clear: both;
}

.tboot-tabs {
	zoom: 1;
}

.tboot-tabs .ui-tabs-hide {
	display: none;
}

/* Pricing Table
================================================== */
.tboot-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.tboot-pricing  {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #DDDDDD;
}

.tboot-pricing-table div {
	list-style: none;
}

.tboot-pricing-table > div {
	margin-right: 4%;
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.tboot-pricing-table .tboot-pricing-header {
	background: #333;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #111;
}

.tboot-pricing-table .tboot-pricing-header h5 {
	color: #fff;
	font-size: 1.313em;
	margin: 0;
	padding: 0 20px 10px;
	font-weight: bold;
	border-bottom: 1px solid #111;
}

.tboot-pricing-table .tboot-pricing-cost {
	color: #fff;
	font-size: 1.500em;
	line-height: 1em;
	padding-top: 20px;
	border-top: 1px solid #444;
}

.tboot-pricing-table .featured .tboot-pricing-header {
	background: #006DCC;
	margin: -1px;
	color: #fff;
	border-bottom: 1px solid #002A80;
}

.tboot-pricing-table .featured .tboot-pricing-header h5 {
	color: #fff;
	border-bottom: 1px solid #08C;
}

.tboot-pricing-table .featured .tboot-pricing-cost {
	border-top: 1px solid #04C;
}

.tboot-pricing-table .tboot-pricing-per {
	font-size: 0.786em;
	color: #fff;
}

.tboot-pricing-table .tboot-pricing-content {
	background: #fff;
	font-size: 0.857em;
	text-align: center;
}

.tboot-pricing-table .tboot-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
}

.tboot-pricing-table .tboot-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
}

.tboot-pricing-table .tboot-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9;
}

.tboot-pricing-table .tboot-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}

.tboot-pricing-table .tboot-pricing-button .tboot-button {
	float: none;
	margin: 0 auto;
}

@media only screen and (max-width: 979px) {
	.tboot-pricing {
		margin-bottom: 25px;
	}
}