	/* Standard */
	.tabs-panel h5{font-weight:bold;/*color:#EF7D34;*/}
		.tabs {
			margin: 0;
			padding: 0;
			list-style-type: none;
			position: relative;
                        z-index:1000;
		}

		.tabs.bm-remove		{ margin-bottom: 0;    }
		.tabs.bm-smaller	{ margin-bottom: 5px;  }
		.tabs.bm-small		{ margin-bottom: 10px; }
		.tabs.bm-medium		{ margin-bottom: 20px; }
		.tabs.bm-large		{ margin-bottom: 30px; }
		.tabs.bm-large		{ margin-bottom: 40px; }

		.tabs li {
			width: 25%;
			margin: 0;
			text-align: center;
			line-height: 40px;
			float: left;
		}

		.tabs li a {
			display: block;
			padding: 0 10px;
			text-decoration: none;
		}

		.tabs li.active { font-weight: normal;width:25%; }

		.tabs-content { margin-bottom: 20px; }

		.tabs-content.bm-remove		{ margin-bottom: 0;    }
		.tabs-content.bm-smaller	{ margin-bottom: 5px;  }
		.tabs-content.bm-small		{ margin-bottom: 10px; }
		.tabs-content.bm-medium		{ margin-bottom: 20px; }
		.tabs-content.bm-large		{ margin-bottom: 30px; }
		.tabs-content.bm-larger		{ margin-bottom: 0; float:left;width:100%;}

		.tabs-content .tabs-panel { padding: 20px; }

		.tabs-content .tabs-panel .tab-title { display: none; }

	/* Tabs Left */
		.tabs.tabs-left {
			width: 150px;
			float: left;
		}

		.tabs.tabs-left li {
			text-align: left;
			float: none;
		}

		.tabs-content.tabs-left { overflow: hidden; }

	/* Tabs Right */
		.tabs.tabs-right {
			width: 150px;
			float: right;
		}

		.tabs.tabs-right li {
			text-align: right;
			float: none;
		}

		.tabs-content.tabs-right { overflow: hidden; }

	@media only screen and (max-width: 767px) {
		.tabs li { display: none; }

		.tabs-content .tabs-panel,
		.tabs-content .tabs-panel .tab-title { display: block; }
	}


/*	#Themes
//	================================================== */

	/* Standard */
		.tabs-default .tabs li {
			border: 1px solid #DDD;
			border-right: 0;
			background: #EEE;
			cursor: pointer;
			position: relative;
			z-index: 999999;
		}

		.tabs-default .tabs li:last-child {
			border-right: 1px solid #DDD;
		}

		.tabs-default .tabs li.active {
			border-bottom: 1px solid #FFF;
			background: #FFF;
			border-top: 2px solid #EF7D34;
		}
.tabs-default .tabs li.active:first-child , .tabs-default .tabs li:first-child {
border-top-left-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-top-left-radius:5px;-o-border-top-left-radius:5px;-khtml-border-top-left-radius:5px;
}
.tabs-default .tabs li.active:last-child , .tabs-default .tabs li:last-child {
border-top-right-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-top-right-radius:5px;-o-border-top-right-radius:5px;-khtml-border-top-right-radius:5px;
}
		.tabs-default .tabs-content {
			border: 1px solid #DDD;
			background: #FFF;
			position: relative;
			top: -4px;
			z-index: 999;
			border-bottom-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-bottom-left-radius:5px;-o-border-bottom-left-radius:5px;-khtml-border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-bottom-right-radius:5px;-o-border-bottom-right-radius:5px;-khtml-border-bottom-right-radius:5px;
		}

		.tabs-default .tabs-content .tab-title { color: #0B8593; }

	/* Tabs Left */
		.tabs-default .tabs.tabs-left { left: 1px; }

		.tabs-default .tabs.tabs-left li {
			width: 100%;
			border-right: 1px solid #DDD;
			border-bottom: 0;
			line-height: 50px;
		}

		.tabs-default .tabs.tabs-left li:last-child { border-bottom: 1px solid #DDD; }

		.tabs-default .tabs.tabs-left li.active { border-right: 1px solid #FFF;}

		.tabs-default .tabs-content.tabs-left { top: 0; }

	/* Tabs Right */
		.tabs-default .tabs.tabs-right { right: 1px; }

		.tabs-default .tabs.tabs-right li {
			width: 100%;
			border-right: 1px solid #DDD;
			border-bottom: 0;
			border-left: 1px solid #DDD;
			line-height: 50px;
		}

		.tabs-default .tabs.tabs-right li:last-child { border-bottom: 1px solid #DDD; }

		.tabs-default .tabs.tabs-right li.active { border-left: 1px solid #FFF;}

		.tabs-default .tabs-content.tabs-right { top: 0; }