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

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

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

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

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

.mt-button {
	color: #fff;
	padding: 4px 12px;	
	border: none;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	cursor: pointer;
	margin: 0 2px 20px;
	line-height: 21px; 
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

.mt-button:hover {
	color: #fff;
	background-color: #555;
}

.mt-button.square {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* round buttons */
.mt-button.round {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.mt-button.medium.round {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.mt-button.large.round {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

/* blue1 button */
.mt-button.blue1 {
	background: #52a9f2;
}

.mt-button.blue1:hover {
	background: #3c89ee;
}

/* blue2 button */
.mt-button.blue2 {
	background: #089AB8;
}

.mt-button.blue2:hover {
	background: #046795;
}

/* green1 button */
.mt-button.green1 {
	background: #83BF29;
}

.mt-button.green1:hover {
	background: #629C14;
}

/* green2 button */
.mt-button.green2 {
	background: #00a02a;
}

.mt-button.green2:hover {
	background: #007f1c;
}

/* red button */
.mt-button.red {
	background: #e56442;
}

.mt-button.red:hover {
	background: #db472f;
}

/* yellow button */
.mt-button.yellow {
	background: #FFC526;
}

.mt-button.yellow:hover {
	background: #F7B818;
}

/* orange button */
.mt-button.orange {
	background: #fea538;
}

.mt-button.orange:hover {
	background: #fe812a;
}

/* pink button */
.mt-button.pink {
	background: #ff5b92;
}

.mt-button.pink:hover {
	background: #f7467c;
}

/* purple button */
.mt-button.purple {
	background: #8258be;
}

.mt-button.purple:hover {
	background: #6e48a8;
}

/* grey button */
.mt-button.grey {
	background: #777;
}

.mt-button.grey:hover {
	background: #666;
}

/* black button */
.mt-button.black {
	background: #393939;
}

.mt-button.black:hover {
	background: #111;
}

/* button sizes */
.mt-button.medium {
	padding: 6px 16px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.mt-button.large {
	padding: 8px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
}

.mt-button.full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* ---------------------------- */
/*          Messages
/* ---------------------------- */

.mt-message {
	background: #444;
	color: #d4d4d4;
	padding: 10px 20px;
	margin: 10px 0 20px;
}
.mt-message a {
	color: #fff;
	text-decoration: underline;
}
.mt-message a:hover {
	color: #eee;
}
.mt-message p {
	padding: 10px 0 10px 45px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	color: #fff !important;
}
.mt-message.mt-green {
	background: #83BF29;
	border: 1px solid #629C14;	
}
.mt-message.mt-red {
	background: #e56442;
	border: 1px solid #db472f;
}
.mt-message.mt-yellow {
	background: #fea538;
	border: 1px solid #fe812a;
}
.mt-message.mt-blue {
	background: #52a9f2;
	border: 1px solid #3c89ee;
}
.mt-green .icon {background: url(images/messages/success.png) no-repeat left center;}
.mt-red .icon {background: url(images/messages/error.png) no-repeat left center;}
.mt-yellow .icon {background: url(images/messages/warning.png) no-repeat left center;}
.mt-blue .icon {background: url(images/messages/info.png) no-repeat left center;}

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

.mt-tabs ul.mt-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
}
.mt-tabs ul.mt-tabs-nav li {
	float: left;
	position: relative;
	margin: 0 0 -1px 0 !important;
	z-index: 10;
	list-style: none;
}
.mt-tabs ul.mt-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: 0;
	font-size: 12px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active a {
	height: 40px;
	position: relative;
	border-left-width: 1px;
	border-bottom: 0;
	margin: 0 0 0 -1px;
	-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;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active:first-child a {
	margin-left: 0;
}
.mt-tabs ul.mt-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
.mt-tabs ul.mt-tabs-nav li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.mt-tabs .mt-tabs-content {
	border: 1px solid #ddd;
}
.mt-tabs div.mt-tab {
	margin: 0;
	display: block;
	font-size: 12px;
	padding: 20px 25px;
}
.mt-tabs div.mt-tab.ui-tabs-hide {
	display:none;
	margin-bottom: 0;
}

/* Clearfixing tabs for beautiful stacking */
.mt-tabs ul.mt-tabs-nav:before,
.mt-tabs ul.mt-tabs-nav:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.mt-tabs ul.mt-tabs-nav:after {
	clear: both;
}
.mt-tabs ul.mt-tabs-nav {
	zoom: 1;
}

/* Vetical Tabs */

.mt-tabs.vertical ul.mt-tabs-nav {
	width: 150px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mt-tabs.vertical ul.mt-tabs-nav li {
	width: 150px;	
	height: 100% !important;
	margin: 0 !important;
}
.mt-tabs.vertical ul.mt-tabs-nav li a {
	display: block;
	margin: 0;
	padding: 10px;
	border-width: 1px 0 0 1px !important;
	height: 100% !important;
	line-height: 1.4em;
	border: 1px solid #ddd;
	border-top-color: #ddd !important;
}
.mt-tabs.vertical ul.mt-tabs-nav li.ui-state-active a {
	margin: 0 -1px 0 0 !important;
	height: 100% !important;
	border-left: 1px solid #ff5c01;
}
.mt-tabs.vertical .mt-tabs-content {
	margin-left: 150px;
	margin-top: 0;
}

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

.mt-toggle { margin: 0 0 2em 0; border-bottom: 1px solid #ddd;}

.mt-toggle .mt-toggle-title {
	display: block;
	padding: 13px 10px 13px 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	background-color: #fafafa;
	color: #888;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: pointer;
	outline: none;
	position: relative;
}
.mt-toggle .mt-toggle-title.ui-state-active {
	border-bottom: 1px dashed #ddd;
	color: #555;
	background-color: #fff;
}
.mt-toggle-inner {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
}
.mt-toggle span.ui-icon {
    background: url(images/toggles/acc-closed.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -12px 0 0 0;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	Pricing Table
/*-----------------------------------------------------------------------------------*/

.pricing-table {
	margin: 5px auto 20px;
	font-size: 14px;
	text-align: center;
}
.pt-column {
	position: relative;
	margin: 0;
	z-index: 2;
	border: 1px solid #f2f2f2;
}
.pt-column h3 {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
}
.pt-column.pt-recommended {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); 
	margin-top: -10px;
	z-index: 10;
}
.pt-column.pt-recommended h3 {
	padding: 5px 0;
	position: relative;
}
.pt-cost {
	height: 100px;
	background: #777;
	color: #fff;
}
.pt-cost p {
	font-size: 40px;
	padding-top: 30px;
}
.pt-cost p span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.pt-features ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.pt-features ul li {
	padding: 18px 20px;
	margin-bottom: 0;
	background-color: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	font-size: 12px;
}
.pt-buynow {
	height: 50px;
	padding: 15px 0;
	line-height: 50px;
	background: #777;
}
.pt-recommended .pt-buynow {
	padding: 20px 0;
}
.pt-buynow a {
	font-size: 12px !important;
	padding: 4px 12px !important;
}
.pricing-3-col {
	width: 33.333%;
	float: left;
	margin-left: -2px;
}
.pricing-4-col {
	width: 25%;
	float: left;
	margin-left: -2px;
}