﻿body {
    margin: 0px;
    padding: 0px;
}
ul.resp-tabs-list {
    margin: 0;
    padding: 0;
	line-height:24px;
	font-size:14px;
	color:#1e1e1e;
	font-weight:300
}


ul.resp-tabs-list>a:link {
    margin: 0;
    padding: 0;
	line-height:24px;
	font-size:14px;
	color:#1e1e1e;
	font-weight:300
}

ul.resp-tabs-list>a:visited {
    margin: 0;
    padding: 0;
	line-height:24px;
	font-size:14px;
	color:#1e1e1e;
	font-weight:300
}

ul.resp-tabs-list>a:link {
    margin: 0;
    padding: 0;
	line-height:24px;
	font-size:14px;
	color:#1e1e1e;
	font-weight:300
}

ul.resp-tabs-list>a:active {
    margin: 0;
    padding: 0;
	line-height:24px;
	font-size:14px;
	color:#1e1e1e;
	font-weight:300
}


.resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding:0px;
}


.resp-tab-active {
    background-color: #f5f5f5;
	border: #e4e4e4 1px solid;
	border-left: #c52b2d 2px solid;
	 border-bottom: none;
    margin-bottom: -1px !important;
	  padding: 10px 14px 10px 14px !important;
	color:#c52b2d;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #e4e4e4;
	background-color:#f5f5f5;
	border-left: #c52b2d 2px solid;
	padding:20px;
	height:100%;
	min-height:100%;
	  margin: 0 auto;
  overflow: hidden;

}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #e6e6e6;
    border-top: 0px solid #e6e6e6;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 0px !important;
    padding: 10px 30px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e6e6e6 !important;
    background: blue;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #f2f2f2 !important;
	 border: 1px solid #e6e6e6;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
	color:#c52b2d;
}
	

#AccordionTab h2.resp-tab-active {
    background: #c52b2d !important;
	border: 1px solid #c52b2d !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 5px 14px 5px 14px !important;
	color:#fff !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

	
}

#AccordionTab h2.resp-tab-active img {
visibility:hidden;
float:right;
}

#AccordionTab h2.resp-accordion img {
	width:110px;
	padding: -5px -14px -5px 0 !important;

}


/*#AccordionTab h2.resp-tab-active:after {
  position: absolute;
  right: 10px;
   height: 25px;
   font-size:15px;
  width: 25px;
  content: "\f107" !important;
    text-align: center;
  line-height: 25px;
  vertical-align:middle;
  font-family: FontAwesome;
  color: white !important;
}*/


#AccordionTab h2.resp-tab-active:hover {
	color:#fff;
}


#AccordionTab h2.resp-accordion {
    cursor: pointer;
  	background-color:#f6f6f6;
	color:#000;
	font-size:14px;
	margin-bottom:30px;
	border-radius:5px;
	padding: 0 !important;
	border:1px solid #e9e9e9;
	position: relative;


}


/*#AccordionTab h2.resp-accordion:after {
  position: absolute;
  right: 10px;
   height: 25px;
   font-size:15px;
  width: 25px;
  content: "\f105";
  text-align: center;
  line-height: 25px;
  vertical-align:middle;
  font-family: FontAwesome;
  color: black;
}*/

#AccordionTab .resp-tab-content {
    display: none;
    padding: 15px;
}

#AccordionTab h2.resp-accordion:hover {
 	color:#c52b2d;
}


#AccordionTab .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	border:5px;
	margin-bottom:20px;
}

#AccordionTab .resp-tab-content-active {
    display: block;
	margin-bottom:20px;
	min-height:145px;
	height:100%;
}


.resp-easy-accordion  h2.resp-accordion {
   display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e6e6e6;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e6e6e6 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}



.resp-tab-content-active {
    display: block;

}

h2.resp-accordion:first-child {
    border-top: 1px solid #e6e6e6 !important;
	background-color:#f2f2f2
}

/*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;
    }

    .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 #e6e6e6 !important;
    }
}
