﻿.demo {
	width: 100%;
	margin: 0px auto;
}
.demo h1 {
		margin:33px 0 25px;
	}
.demo h3 {
		margin: 10px 0;
	}
ul.resp-tabs-list {
    margin: 10px 0 0 0;
    padding: 0px;
	background:#949494 !important; width:100%; min-height:38px
}

.resp-tabs-list li {
	font-family: 'Calibrib';
	font-size: 13px;
    display: inline-block;
    padding: 9px 30px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	text-transform:uppercase;
	background:#949494; margin-right:1px; color:#FFF;border-right:1px solid #000;border-bottom:1px solid #000
}
.resp-tabs-list li:last-child{ border-right:none}
.resp-tabs-container {
    padding: 0px;
    background-color: #6CB22E;
    clear: left;
	color:#FFF
}
.resp-tabs-container .col-md-2 {
    width: 19.666666666666664%;
  }
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none !important;
    margin-bottom: -1px !important;
    padding: 9px 30px 10px 30px !important;
	background:url(../images/tab-arw.png) 92% 50% no-repeat !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #6CB22E !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}


h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
	color:#000;text-transform:uppercase
}
.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;text-transform:uppercase
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-tabs-container .col-md-2 {
    width: 100%;
  }
  .subul{ float:left; margin:20px 20px}
}
@media only screen and (max-width: 780px) {
.demo {
		margin: 0;
		width: 100%;
 }
	
}
 @media only screen and (max-width: 1024px) {
.resp-tabs-list li {
    padding: 9px 13px !important;
}
 }
@media only screen and (max-width: 1280px) {
.resp-tabs-list li {
    padding: 9px 25px;
}
}
 
 
 .demo {
	width: 100%;
	margin: 0px auto;
}
.demo h1 {
		margin:33px 0 25px;
	}
.demo h3 {
		margin: 10px 0;
	}
ul.resp-tabs-list {
    margin: 10px 0 0 0;
    padding: 0px;
	background:#949494 !important; width:100%; min-height:38px
}

.resp-tabs-list li {
	font-family: 'Calibrib';
	font-size: 13px;
    display: inline-block;
    padding: 9px 30px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	text-transform:uppercase;
	background:#949494; margin-right:1px; color:#FFF;border-right:1px solid #000;border-bottom:1px solid #000
}
.resp-tabs-list li:last-child{ border-right:none}
.resp-subtabs-container {
   padding: 5px;
background-color: #333;
clear: left;
color: #FFF;
margin-top: 10px;
}
.resp-subtabs-container .col-md-2 {
    width: 19.666666666666664%;
  }
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none !important;
    margin-bottom: -1px !important;
    padding: 9px 30px 10px 30px !important;
	background:url(../images/tab-arw.png) 92% 50% no-repeat !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #6CB22E !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}


h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
	color:#000;text-transform:uppercase
}
.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;text-transform:uppercase
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-subtabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-subtabs-container .col-md-2 {
    width: 100%;
  }
  .subsubul{ float:left; margin:0px 20px;width: 24%;}
}
 @media only screen and (max-width: 580px) {
  .subsubul{ float:left; margin: 0px 20px;width: 30%;}
 }
 @media only screen and (max-width: 340px) {
  .subsubul{ float:left; margin: 0px 20px;width: 40%;}
 }
@media only screen and (max-width: 240px) {
  .subsubul{ float:left; margin: 0px 20px;width: 40%;}
 }
 @media only screen and (max-width: 1024px) {
.resp-tabs-list li {
    padding: 9px 13px !important;
}
 }
@media only screen and (max-width: 1280px) {
.resp-tabs-list li {
    padding: 9px 25px;
}
}
 