/*-----------------------------------------------------------------------------------*/
/*	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: 79.2%; }
.mt-one-sixth { width: 13.33%; }
.mt-five-sixth { width: 82.67%; }
.mt-full-width { width: 100%; }

.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: 20px;
	float: left;
}

.mt-full-width {
	position: relative;
	margin-bottom: 20px;
}

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

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

.mt-button, input.wpcf7-submit, #cancel-comment-reply-link, .reply .comment-reply-link, .logged-in-as a {
	color: #fff;
	padding: 4px 12px;	
	height: 21px;
	line-height: 21px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	margin: 0 2px 20px;
	background: #ffce4f;
	background: -moz-linear-gradient(top, #ffce4f 0%, #ffb132 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce4f), color-stop(100%,#ffb132));
	background: -webkit-linear-gradient(top, #ffce4f 0%,#ffb132 100%);
	background: -o-linear-gradient(top, #ffce4f 0%,#ffb132 100%);
	background: -ms-linear-gradient(top, #ffce4f 0%,#ffb132 100%);
	background: linear-gradient(to bottom, #ffce4f 0%,#ffb132 100%);
	border: 1px solid #dc9014;
}
.mt-button:hover, input.wpcf7-submit:hover, #cancel-comment-reply-link:hover, .reply .comment-reply-link:hover, .logged-in-as a:hover {
	color: #fff;
	background: #ffb132;
	background: -moz-linear-gradient(top, #ffb132 0%, #ffce4f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb132), color-stop(100%,#ffce4f));
	background: -webkit-linear-gradient(top, #ffb132 0%,#ffce4f 100%);
	background: -o-linear-gradient(top, #ffb132 0%,#ffce4f 100%);
	background: -ms-linear-gradient(top, #ffb132 0%,#ffce4f 100%);
	background: linear-gradient(to bottom, #ffb132 0%,#ffce4f 100%);
}
.mt-button [class^="icon-"], .mt-button [class*="icon-"] {
	border-left: 1px solid #dc9014;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	height: 21px;	
	margin: -4px 0 0 10px;
	padding: 4px 0 4px 10px;
}
.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;
}
.mt-button.green {
	border-color: #69963b!important;
	background: #7fc33c;
	background: -webkit-gradient(linear, left top, left bottom, from(#b1d960), to(#7fc33c));
	background: -webkit-linear-gradient(top, #b1d960, #7fc33c);
	background: -moz-linear-gradient(top, #b1d960, #7fc33c);
	background: -ms-linear-gradient(top, #b1d960, #7fc33c);
	background: -o-linear-gradient(top, #b1d960, #7fc33c);
}	
.mt-button.green:hover {
	background: #8dd242;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9e46a), to(#8dd242));
	background: -webkit-linear-gradient(top, #b9e46a, #8dd242);
	background: -moz-linear-gradient(top, #b9e46a, #8dd242);
	background: -ms-linear-gradient(top, #b9e46a, #8dd242);
	background: -o-linear-gradient(top, #b9e46a, #8dd242);
}
.mt-button.green [class^="icon-"], .mt-button.green [class*="icon-"] {
	border-left: 1px solid #69963b !important;
}	
.mt-button.light-blue {
	border-color: #2681a2!important;
	background: #2caada;
	background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
	background: -webkit-linear-gradient(top, #46cae8, #2caada);
	background: -moz-linear-gradient(top, #46cae8, #2caada);
	background: -ms-linear-gradient(top, #46cae8, #2caada);
	background: -o-linear-gradient(top, #46cae8, #2caada);
}
.mt-button.light-blue:hover {
	background: #32bcef;
	background: -webkit-gradient(linear, left top, left bottom, from(#50d6f5), to(#32bcef));
	background: -webkit-linear-gradient(top, #50d6f5, #32bcef);
	background: -moz-linear-gradient(top, #50d6f5, #32bcef);
	background: -ms-linear-gradient(top, #50d6f5, #32bcef);
	background: -o-linear-gradient(top, #50d6f5, #32bcef);
}
.mt-button.light-blue [class^="icon-"], .mt-button.light-blue [class*="icon-"] {
	border-left: 1px solid #2681a2 !important;
}
.mt-button.blue {
	border-color: #0d507a!important;
	background: #0c6fb1;
	background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
	background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
	background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}	
.mt-button.blue:hover {
	background: #1188d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1bb6e6), to(#1188d6));
	background: -webkit-linear-gradient(top, #1bb6e6, #1188d6);
	background: -moz-linear-gradient(top, #1bb6e6, #1188d6);
	background: -ms-linear-gradient(top, #1bb6e6, #1188d6);
	background: -o-linear-gradient(top, #1bb6e6, #1188d6);
}
.mt-button.blue [class^="icon-"], .mt-button.blue [class*="icon-"] {
	border-left: 1px solid #0d507a !important;
}
.mt-button.red {
	border-color: #ab4b44!important;
	background: #e3514a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed8376), to(#e3514a));
	background: -webkit-linear-gradient(top, #ed8376, #e3514a);
	background: -moz-linear-gradient(top, #ed8376, #e3514a);
	background: -ms-linear-gradient(top, #ed8376, #e3514a);
	background: -o-linear-gradient(top, #ed8376, #e3514a);
}	
.mt-button.red:hover {
	background: #ff5e56;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff988c), to(#ff5e56));
	background: -webkit-linear-gradient(top, #ff988c, #ff5e56);
	background: -moz-linear-gradient(top, #ff988c, #ff5e56);
	background: -ms-linear-gradient(top, #ff988c, #ff5e56);
	background: -o-linear-gradient(top, #ff988c, #ff5e56);
}
.mt-button.red [class^="icon-"], .mt-button.red [class*="icon-"] {
	border-left: 1px solid #ab4b44 !important;
}	
.mt-button.orange {
	border-color: #dc9014!important;
	background: #ffb031;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffce4f), to(#ffb031));
	background: -webkit-linear-gradient(top, #ffce4f, #ffb031);
	background: -moz-linear-gradient(top, #ffce4f, #ffb031);
	background: -ms-linear-gradient(top, #ffce4f, #ffb031);
	background: -o-linear-gradient(top, #ffce4f, #ffb031);
}	
.mt-button.orange:hover {
	background: #ffc531;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffdb4f), to(#ffc531));
	background: -webkit-linear-gradient(top, #ffdb4f, #ffc531);
	background: -moz-linear-gradient(top, #ffdb4f, #ffc531);
	background: -ms-linear-gradient(top, #ffdb4f, #ffc531);
	background: -o-linear-gradient(top, #ffdb4f, #ffc531);
}
.mt-button.orange [class^="icon-"], .mt-button.orange [class*="icon-"] {
	border-left: 1px solid #dc9014 !important;
}
.mt-button.purple {
	border-color: #996192!important;
	background: #d17ac6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
	background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
	background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
	background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
	background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}	
.mt-button.purple:hover {
	background: #eb90e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3baec), to(#eb90e0));
	background: -webkit-linear-gradient(top, #f3baec, #eb90e0);
	background: -moz-linear-gradient(top, #f3baec, #eb90e0);
	background: -ms-linear-gradient(top, #f3baec, #eb90e0);
	background: -o-linear-gradient(top, #f3baec, #eb90e0);
}
.mt-button.purple [class^="icon-"], .mt-button.purple [class*="icon-"] {
	border-left: 1px solid #996192 !important;
}	
.mt-button.grey {
	color: #555!important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-color: #acacac!important;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
	background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
	background: -moz-linear-gradient(top, #efefef, #e5e5e5);
	background: -ms-linear-gradient(top, #efefef, #e5e5e5);
	background: -o-linear-gradient(top, #efefef, #e5e5e5);
}	
.mt-button.grey:hover {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6));
	background: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
	background: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
	background: -ms-linear-gradient(top, #fcfcfc, #f6f6f6);
	background: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
}
.mt-button.grey [class^="icon-"], .mt-button.grey [class*="icon-"] {
	border-left: 1px solid #acacac !important;
}	
.mt-button.black {
	border-color: #323232!important;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#444444));
	background: -webkit-linear-gradient(top, #6c6c6c, #444444);
	background: -moz-linear-gradient(top, #6c6c6c, #444444);
	background: -ms-linear-gradient(top, #6c6c6c, #444444);
	background: -o-linear-gradient(top, #6c6c6c, #444444);
}	
.mt-button.black:hover {
	background: #575757;
	background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#575757));
	background: -webkit-linear-gradient(top, #8d8d8d, #575757);
	background: -moz-linear-gradient(top, #8d8d8d, #575757);
	background: -ms-linear-gradient(top, #8d8d8d, #575757);
	background: -o-linear-gradient(top, #8d8d8d, #575757);
}
.mt-button.black [class^="icon-"], .mt-button.black [class*="icon-"] {
	border-left: 1px solid #323232 !important;
}
/* button sizes */
.mt-button.medium {
	padding: 6px 16px;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;	
	text-transform: uppercase;
}
.mt-button.medium [class^="icon-"], .mt-button.medium [class*="icon-"] {
	height: 24px;	
	margin: -6px -4px 0 16px;
	padding: 6px 0 6px 12px;
}
.mt-button.large {
	padding: 8px 30px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.mt-button.large [class^="icon-"], .mt-button.large [class*="icon-"] {
	height: 26px;
	margin: -8px -10px 0 30px;
	padding: 8px 0 8px 20px;	
}

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

.mt-alert {
	background: #444;
	color: #d4d4d4;
	padding: 15px 40px 15px 20px;
	margin: 10px 0 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.mt-alert span {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 10px;
	line-height: 10px;
}
.mt-alert a {
	color: #444;
	text-decoration: underline;
}
.mt-alert a:hover {
	color: #aaa;
}
.mt-alert p {
	margin-bottom: 0 !important;
}
.mt-green {
	background: #ebfecf;
	border: 1px solid #abd272;
	color: #789f3f;
}
.mt-red {
	background: #fecfcf;
	border: 1px solid #d87c7c;
	color: #9f3f3f;
}
.mt-yellow {
	background: #fef8cf;
	border: 1px solid #d8c330;
	color: #c89202;
}
.mt-blue {
	background: #cff8fe;
	border: 1px solid #8fc3f3;
	color: #3f719f;
}
.mt-alert .closeit a {text-decoration: none;}
.mt-alert.mt-green .closeit a {color:#789f3f;}
.mt-alert.mt-red .closeit a {color:#9f3f3f;}
.mt-alert.mt-yellow .closeit a {color:#c89202;}
.mt-alert.mt-blue .closeit a {color:#3f719f;}

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

.mt-tabs {
	margin-bottom: 20px;
}
.mt-tabs ul.mt-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom-color: #ddd;
}
.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: 49px;
	padding: 0px 20px;
	line-height: 50px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: 0;
	font-weight: bold;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	border-color: #ddd;
	background-color: #f6f6f6;
	color: #aaa;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active a {
	height: 50px;
	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;
	background-color: #fff;
	color: #777;
	border-top-color: #ffce4f;
}
.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;
	background-color: #fff;
}
.mt-tabs div.mt-tab {
	margin: 0;
	display: block;
	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 #ffce4f;
}
.mt-tabs.vertical .mt-tabs-content {
	margin-left: 150px;
	margin-top: 0;
}

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

.mt-toggle, .mt-accordion {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
.mt-toggle .mt-toggle-inner.closed {display: none;}
.mt-toggle .mt-toggle-title, .mt-accordion .ui-accordion-header {
	display: block;
	min-height: 18px;
	line-height: 18px;
	padding: 15px;
	font-weight: bold;
	margin: 0;
	background-color: #f6f6f6;
	color: #aaa;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: pointer;
	outline: none;
	position: relative;
}
.mt-accordion .ui-accordion-header a {
	color: #aaa;
}
.mt-accordion .ui-accordion-header.ui-state-active a {
	color: #555;
}
.mt-toggle.active .mt-toggle-title, .mt-accordion .ui-accordion-header.ui-state-active {
	border-bottom: 1px solid #ddd;
	color: #555;
	background-color: #fff;
}
.mt-toggle-inner, .mt-accordion .ui-accordion-content {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	border-top: none;
}
.mt-toggle span.ui-icon:before, .mt-accordion span.ui-icon:before {;    
    font-family: 'icomoon-essential';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\e0b9";
	margin: -15px 15px -15px -15px;
	padding: 15px 0 17px;
	border-right: 1px solid #ddd;
	min-height: 18px;
	width: 50px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
}
.mt-accordion span.ui-icon:before {
	padding: 16px 0 18px;
}
.mt-toggle.active .ui-icon:before, .mt-accordion .ui-state-active .ui-icon:before {
	font-family: 'icomoon-essential';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\e0b8";
}
.mt-accordion h3.ui-accordion-header {
	font-size: 14px;
}

/* 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;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.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;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.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;
}