.top{
	position: relative;
	  z-index: 1;
	  padding: 10px 15px 10px 14px !important;
	  border: 0px !important;
	  background: #8dc63f;
	  color: #fff;
	  border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		margin-bottom:2px;
}
.top_grain{
	  background: #F47922;
}
#GrainProducts li.resp-tab-active {
  color: #F47922 !important;
}
#GrainProducts h2.resp-tab-active {
  background: #fff !important;
  color: #F47922 !important;
}
.top_milk{
	  background: #00aad8;
}
#MilkAndAlternatives li.resp-tab-active {
  color: #029fc9 !important;
}
#MilkAndAlternatives h2.resp-tab-active {
  background: #fff !important;
  color: #00aad8 !important;
}
.top_meat{
	  background: #ed1c24;
}
#MeatAndAlternatives li.resp-tab-active {
  color: #ed1c24 !important;
}
#MeatAndAlternatives h2.resp-tab-active {
  background: #fff !important;
  color: #ed1c24 !important;
}
.top_fats{
	  background: #fdb813;
}
#Fats li.resp-tab-active {
  color: #fdb813 !important;
}
#Fats h2.resp-tab-active {
  background: #fff !important;
  color: #fdb813 !important;
}
.top_sweet{
	  background: #ec008c;
}
#SweetAndSaltyFoods li.resp-tab-active {
  color: #ec008c !important;
}
#SweetAndSaltyFoods h2.resp-tab-active {
  background: #fff !important;
  color: #ec008c !important;
}
.top_beverages{
	  background: #8b5d3b;
}
#Beverages li.resp-tab-active {
  color: #8b5d3b !important;
}
#Beverages h2.resp-tab-active {
  background: #fff !important;
  color: #8b5d3b !important;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
	height: 38px;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#fff;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 3px 15px 15px;
}

.resp-tab-active {
	border: 0px solid #5AB1D0 !important;
	border-bottom: none;
	height: 38px;
	margin-bottom: 1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 0px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 0px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
	margin-bottom:1px;
	  color: #fff;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h4.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 23%;
	padding-top:4px;
	padding-left:6px;
	padding-bottom:3px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 4px 10px !important;
	line-height: 1.1;
    margin: 0 0 1px;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-list li.empty{
    margin-bottom: 0;
    cursor: default;
}
.resp-vtabs .resp-tabs-list li:last-child  {
    border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.resp-tabs-container:last-child  {
    border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 77%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-tabs-container .col-md-8{
    padding-right: 0;
    width: 63%;
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
	position: relative;
	z-index: 1;
	line-height: 1.1;
	margin-right: -1px !important;
	padding: 4px 15px 15px 10px !important;
	border:0px !important;
	color: #8dc63f;
}

.resp-arrow {
	display:none;
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
     background: #fff !important;
	 color:#8dc63f !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		font-size: 14px !important;
    }

    .resp-vtabs .resp-tab-content {
        border: 0px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tabs-container .col-md-8{
        padding-right: 0;
        width: 100%;
    }    


}
