.ixo-clear-floats {
	clear: both;
}

.ixo-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.ixo-spacing {
	display: block;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	outline: none !important;
}

.ixo-social-icon{
	display: inline-block;
	margin-right: 5px;
}
.ixo-social-icon img{
	display: inline;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}
.ixo-social-icon img:hover{
	opacity: 0.8;
}

.ixo-one-half {
	width: 48%;
}

.ixo-one-third {
	width: 30.66%;
}

.ixo-two-third {
	width: 65.33%;
}

.ixo-one-fourth {
	width: 22%;
}

.ixo-three-fourth {
	width: 74%;
}

.ixo-one-fifth {
	width: 16.8%;
}

.ixo-two-fifth {
	width: 37.6%;
}

.ixo-three-fifth {
	width: 58.4%;
}

.ixo-four-fifth {
	width: 67.2%;
}

.ixo-one-sixth {
	width: 13.33%;
}

.ixo-five-sixth {
	width: 82.67%;
}

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

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

.ixo-button {
	font-family: "afnt", Helvetica Nue, Helvetica, Arial, sans-serif;
	margin: 5px 5px 5px 0;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	nowhitespace: afterproperty;
	text-align: center;
	outline: none;
	/*border: 1px dashed #ddd;*/
	background: #aaaaaa;
	text-decoration: none !important;
}

.ixo-button span.ixo-button-inner {
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight:700;
	padding: 1.1em 1.4em;
	line-height: 0.8em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.ixo-button:active {
	text-decoration: none;
	background: #7e7e7e;
}

.ixo-button:hover {
	text-decoration: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}

.ixo-button.black {
	background: #505050;
}

.ixo-button.black:active {
	background: #101010;
}

.ixo-button.black span.ixo-button-inner {
	/*border-top: 1px solid #6e6e6e;*/
}

.ixo-button.red {
	background: #d01d10;
}

.ixo-button.red span.ixo-button-inner {
	/*border-top: 1px solid #f69a93;*/
}

.ixo-button.red:active {
	background: #d01d10;
}

.ixo-button.orange {
	background: #fa9e19;
}

.ixo-button.orange span.ixo-button-inner {
	/*border-top: 1px solid #fcc87d;*/
}

.ixo-button.orange:active {
	background: #fb6909;
}

.ixo-button.blue {
	background: #008BC8;
}

.ixo-button.blue span.ixo-button-inner {
	/*border-top: 1px solid #84c6fd;*/
}

.ixo-button.blue:active {
	background: #1571f0;
}

.ixo-button.rosy {
	background: #f295a2;
}

.ixo-button.rosy:active {
	background: #e84a5f;
}

.ixo-button.rosy span.ixo-button-inner {
	/*border-top: 1px solid #f3a4af;*/
}

.ixo-button.pink {
	background: #e3618d;
}

.ixo-button.pink:active {
	background: #cb245c;
}

.ixo-button.pink span.ixo-button-inner {
	border-top: 1px solid #eb8cac;
}

.ixo-button.green {
	color: #fff;
	background: #88dd48;
}

.ixo-button.green span.ixo-button-inner {
	border-top: 1px solid #b7ea90;
}

.ixo-button.green:active {
	background: #5fb139;
}

.ixo-button.brown {
	background: #876565;
}

.ixo-button.brown:active {
	background: #604848;
}

.ixo-button.brown span.ixo-button-inner {
	border-top: 1px solid #ae9393;
}

.ixo-button.purple {
	background: #524656;
}

.ixo-button.purple:active {
	background: #372f3a;
}

.ixo-button.purple span.ixo-button-inner {
	border-top: 1px solid #7e6c85;
}

.ixo-button.gold {
	background: #ffc750;
}

.ixo-button.gold:active {
	background: #faaa00;
}

.ixo-button.gold span.ixo-button-inner {
	color: #9C6533;
	text-shadow: 1px 1px 1px #ffe2a5;
	border-top: 1px solid #ffd783;
}

.ixo-button.teal {
	background: #3c9091;
}

.ixo-button.teal:active {
	background: #286061;
}

.ixo-button.teal span.ixo-button-inner {
	border-top: 1px solid #63bdbf;
}

.ixo-button.navy {
	background: #2c76cf;
}

.ixo-button.navy:active {
	background: #1d4e89;
}

.ixo-button.navy span.ixo-button-inner {
	border-top: 1px solid #619ade;
}

.ixo-button {
	font-size: 13px;
}

.ixo-button.large {
	font-size: 16px;
}

.ixo-button.giant {
	font-size: 18px;
}

.ixo-button.left {
	float: left;
}

.ixo-button.right {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.ixo-testimonial-content {
	font-style: italic;
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ixo-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;
}

.ixo-testimonial-content p:last-child {
	margin: 0;
}

.ixo-testimonial-author {
	font-size: 1em;
	margin-top: 25px;
	margin-left: 15px;
	color: #000;
	font-weight: bold;
}

.ixo-highlight-yellow,
.ixo-highlight-yellow a {
	background-color: #FFF7A8;
	color: #695D43;
}

.ixo-highlight-blue,
.ixo-highlight-blue a {
	color: #5091b2;
	background: #e9f7fe;
}

.ixo-highlight-green,
.ixo-highlight-green a {
	color: #5f9025;
	background: #ebf6e0;
}

.ixo-highlight-red,
.ixo-highlight-red a {
	color: #de5959;
	background: #ffe9e9;
}

.ixo-highlight-gray,
.ixo-highlight-gray a {
	color: #666;
	background: #f9f9f9;
}

.ixo-box {
	display: block;
	float: left;
	padding: 15px;
	margin: 10px 0;
	font-size: 1em;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ixo-box p:last-child {
	margin: 0;
}

.ixo-box.left {
	float: left;
}

.ixo-box.right {
	float: right;
}

.ixo-box.gray {
	color: #666;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.ixo-box.red {
	color: #de5959;
	background: #ffe9e9;
	border: 1px solid #fbc4c4;
}

.ixo-box.green {
	color: #5f9025;
	background: #ebf6e0;
	border: 1px solid #b3dc82;
}

.ixo-box.blue {
	color: #5091b2;
	background: #e9f7fe;
	border: 1px solid #b6d7e8;
}

.ixo-box.yellow {
	color: #c4690e;
	background: #fffdf3;
	border: 1px solid #f2dfa4;
}

.ixo-toggle .ixo-toggle-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	/*border: 1px solid #ddd;*/
	border: 1px dashed #CCC !important;
	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;
}

.ixo-toggle .ixo-toggle-trigger:hover {
	background-color: #eee;
	text-decoration: none;
}
.ixo-toggle .ixo-toggle-trigger.active,
.ixo-toggle .ixo-toggle-trigger.active:hover {
	color: #000;
	background-color: #eee;
	background-image: url("images/minus.png");
	text-decoration: none;
}

.ixo-toggle .ixo-toggle-container {
	display: none;
	overflow: hidden;
	padding: 15px;
	/*border: 1px solid #ddd;*/
	border-top: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px dashed #CCC !important;
}

.ixo-accordion h3.ixo-accordion-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	/*border: 1px solid #ddd;*/
	border: 1px dashed #CCC !important;
	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;
}

.ixo-accordion h3.ixo-accordion-trigger a {
	color: #555;
	text-decoration: none !important;
}

.ixo-accordion .ui-state-focus {
	outline: none;
}

.ixo-accordion .ixo-accordion-trigger:hover {
	background-color: #eee;
	text-decoration: none;
}

.ixo-accordion .ixo-accordion-trigger.ui-state-active {
	background-color: #eee;
	background-image: url("images/minus.png");
	text-decoration: none;
}

.ixo-accordion .ixo-accordion-trigger.ui-state-active a {
	color: #000;
}

.ixo-accordion .ui-accordion-content {
	background-color: #fff;
	padding: 15px;
	/*border: 1px solid #ddd;*/
	border-top: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px dashed #CCC !important;
}

.ixo-accordion .ui-accordion-content p:last-child {
	margin: 0px;
}

.ixo-accordion .ui-icon {
	margin-right: 7px;
}

.ixo-tabs ul.ui-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	margin-left: 1px;
}

.ixo-tabs ul.ui-tabs-nav li {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 !important;
	float: left !important;
	margin: 0 !important;
	outline: none;
}

.ixo-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;
}

.ixo-tabs ul.ui-tabs-nav li a:hover {
	color: #333;
	background: #eee;
}

.ixo-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;
}

.ixo-tabs ul.ui-tabs-nav .ui-state-active a:hover {
	background: #fff;
}

.ixo-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
	margin-left: 0;
}

.ixo-tabs ul.ui-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
}

.ixo-tabs .tab-content {
	background: #fff;
	padding: 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.ixo-tabs ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.ixo-tabs ul.tabs:after {
	clear: both;
}

.ixo-tabs ul.tabs {
	zoom: 1;
}

.ixo-tabs .ui-tabs-hide {
	display: none;
}

.ixo-tabs:before, ul.ixo-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.ixo-tabs:after {
	clear: both;
}

.ixo-tabs {
	zoom: 1;
}

.ixo-tabs .ui-tabs-hide {
	display: none;
}

.ixo-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.ixo-pricing-table div {
	list-style: none;
}

.ixo-pricing-table > div {
	margin-right: 4%;
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
	border: 1px solid #ddd;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	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);
}

.ixo-pricing-table .ixo-pricing-header {
	background: #333;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #111;
}

.ixo-pricing-table .ixo-pricing-header h5 {
	color: #fff;
	font-size: 1.313em;
	margin: 0;
	padding: 0 20px 10px;
	font-weight: bold;
	background: url("images/dotted-border-half.png") bottom repeat-x;
	border-bottom: 1px solid #111;
}

.ixo-pricing-table .ixo-pricing-cost {
	color: #fff;
	font-size: 1.500em;
	line-height: 1em;
	padding-top: 20px;
	border-top: 1px solid #444;
}

.ixo-pricing-table .featured .ixo-pricing-header {
	background: #fd5c41;
	margin: -1px;
	color: #fff;
	border-bottom: 1px solid #e72302;
}

.ixo-pricing-table .featured .ixo-pricing-header h5 {
	color: #fff;
	border-bottom: 1px solid #e72302;
}

.ixo-pricing-table .featured .ixo-pricing-cost {
	border-top: 1px solid #fe8773;
}

.ixo-pricing-table .ixo-pricing-per {
	font-size: 0.786em;
	color: #fff;
}

.ixo-pricing-table .ixo-pricing-content {
	background: #fff;
	font-size: 0.857em;
	text-align: center;
}

.ixo-pricing-table .ixo-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
}

.ixo-pricing-table .ixo-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
}

.ixo-pricing-table .ixo-pricing-content ul li:nth-child(2n+2) {
	background: #f9f9f9;
}

.ixo-pricing-table .ixo-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}

.ixo-pricing-table .ixo-pricing-button .ixo-button {
	float: none;
	margin: 0 auto;
}