/*============================================
 * Bootstrap Overrides
 *
 *  #Item 1
 *	#Item 2

 * ==========================================*/

.container {
 	max-width: 1200px;
 	padding: 0 30px;
 	position: relative;
 	width: 100%;
}

.carousel img {
	height: auto;
	width: 100%;
}

.equal-row {
	display: table;
	width: 100%;
}

.equal-column {
	display: table-cell;
}

.tab-content {
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px 15px;
}

/*.nav-tabs li {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: -2px;
	margin-right: 2px;
	overflow: hidden;
	z-index: 1;
}*/

.nav-tabs a {
	background: #fff;
	border: 1px solid #ccc !important;
	margin-bottom: -1px;
}

.nav-tabs .active a {
	background: #f77023 !important;
	border-bottom: 1px solid #f77023 !important;
	color: #fff !important;
}



