ul.tabs {
	margin: 0 0 70px;
	padding: 0 0%;
	/* float: left; */
	list-style: none;
	display: inline-block;
	/* height: 32px; */
	/* border-bottom: 1px solid #333; */
	width: 70%;
}

ul.tabs li {
	/* float: left; */
	display: inline-block;
	margin: 0px 1.5% 0px;
	cursor: pointer;
	padding: 0px 2% 8px;
	/* height: 31px; */
	line-height: 20px;
	/* border-top: 1px solid #333; */
	/* border-left: 1px solid #333; */
	/* border-bottom: 1px solid #333; */
	/* background-color: #666; */
	color: #fff;
	font-size: 18px;
	font-family: 'OswaldLight';
	overflow: hidden;
	position: relative;
	text-transform:uppercase;
}
ul.tabs li:first-child{
	margin-left:0px;
}
ul.tabs li:last-child{
	margin-right:0px;
}
.tab_last { /* border-right: 1px solid #333; */ }

ul.tabs li:hover {
  
}

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

.tab_container {
	 
 
	clear: both;
	float: left;
	width: 100%;
	/* background: #fff; */
	 
}

.tab_content {
	padding: 0px 0px;
	display: none;
    float: left;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width:685px) {
	.tabs {
		display: none !important;
	}
	.tab_drawer_heading {
		 
		margin: 0 0 1px;
		padding: 10px 20px 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;
	
		color: #033E52;    font-size: 18px;    font-family: 'OswaldLight';    overflow: hidden;    position: relative;    text-transform: uppercase;
		background-color: #fff;
		font-weight: bold;
}

.blog_right_box h3.tab_drawer_heading{
          float: left;
  
          margin: 0px 0 0px;
  cursor: pointer;
  padding: 5%;
    background-color: #efefef;
  
          /* line-height: 20px; */
    width: 90%;
  color: #818285;
  font-size: 14px;
  font-family: 'OpenSansRegular';

          border-bottom: 1px solid #fff;

    }
    .features h3.tab_drawer_heading{
          float: left;
  
          margin: 0px 0 0px;
  cursor: pointer;
  padding: 2% 5%;
    
          background-color: #0284be;
  
          /* line-height: 20px; */
    width: 90%;
  
          color: #fff;
  font-size: 14px;
  font-family: 'OpenSansRegular';

          border-bottom: 1px solid #fff;

    }
    .features .tab_content {
  padding-top: 0em;
}
     
}