ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 70px;
    /*border-bottom: 3px solid #ed2129;*/
    width: 100%;
	margin-top: -70px;
}

ul.tabs li {
    float: left;
    margin: 0;
	margin-right:2px;
    cursor: pointer;
    padding: 0px 21px;
    height: 70px;
    line-height: 70px;
	font-size:18px;
    /* border-top: 1px solid #333; */
    /* border-left: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    /*border-right: 2px solid #252525;*/
    color: #FFF;
    overflow: hidden;
    position: relative;
    /*text-transform: uppercase;
	border-radius: 5px 5px 0px 0px;*/
}

/*.tab_last { 
    background-color: #C00 !important;
    color: #FFF !important;
}*/

ul.tabs li:hover {
	color: #fff;
	border-bottom: 3px solid #FFC107;
}

ul.tabs li.active {
	/*background-color: #ed2129;*/
    color: #FFF;
    border-bottom: 3px solid #FFC107;
    display: block;
}

.tab_container {
    /* border: 1px solid #333; */
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    /*background: #1d1d1d;*/
    overflow: auto;
}

.tab_container h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
	padding-bottom:10px;
}

@media (max-width: 768px){
.tab_container h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
	padding-bottom:10px;
}
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 580px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #383838;
		color: #FFFFFF;
		border-bottom: 2px solid #FFC107;
		margin: 0;
		padding: 14px 10px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-transform: uppercase;
		text-align:center;
	}
	.d_active {
		background-color: #FFC107;
		color: #000;
	}
}


@media screen and (max-width: 979px) {
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 11px;
    height: 41px;
    line-height: 41px;
    /* border-top: 1px solid #333; */
    /* border-left: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    border-right: 2px solid #FFFFFF;
    background-color: #383838;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
	border-radius: 0px 0px 0px 0px;
	font-size:12px;
}
}