﻿body {}

ul.resp-tabs-list, p
{
	margin: 0px;
	padding: 0px;
}

.resp-tabs-list li
{
	/*font-weight: 600;*/
	background-color:#9b9b9b;
	color: #fff;
	display: inline-block;
	padding: 10px 6px 11px 6px !important;
	margin: 0 1px -3px 0 !important;
	list-style: none;
	cursor: pointer;
	float: left;
	border-top: 5px solid #FFFFFF;
	font-size: .96em;
}

.resp-tabs-container
{
	padding: 0px;
	background-color: #fff;
	clear: left;
}

h2.resp-accordion
{
	cursor: pointer;
	padding: 5px;
	display: none;
	/*width: 93%;*/
	text-align: left;
}

.resp-tab-content
{
	display: none;
	padding: 15px;
}

.resp-tabs-list li.resp-tab-active
{
    border: 1px solid #D01848;
    border-bottom: 1px solid #FFFFFF;
    color: #000;
    margin-bottom: -1px !important;
    padding: 15px 6px 10px 6px !important;
    background-color: #fff;
}


.resp-tabs-list li:nth-last-child(1){
	background:#D01848;
    padding: 5px 6px 11px 6px !important;
	border-top: 1px solid;
    color: #fff;
}

.resp-tabs-list li:nth-last-child(2){
	background:#D01848;
    padding: 5px 6px 11px 6px !important;
	border-top: 1px solid;
    color: #fff;
}

.resp-tabs-list li.resp-tab-active:nth-last-child(1) {
	background-color: #FFF;
    border-top: 1px solid red;
    padding: 5px 6px 11px 6px !important;
    color: #000;
}
.resp-tabs-list li.resp-tab-active:nth-last-child(2) {
	background-color: #FFF;
    border-top: 1px solid red;
    padding: 5px 6px 11px 6px !important;
    color: #000;
}

@media screen\0 {
	/* this for IE10 only */
	.resp-tabs-list li:nth-last-child(1),
	.resp-tabs-list li:nth-last-child(2),
	.resp-tabs-list li.resp-tab-active:nth-last-child(1),
	.resp-tabs-list li.resp-tab-active:nth-last-child(2)
	{
		padding: 5px 6px 12px 6px !important;
	}
}


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;
}

.buytext {
    font-family: "Syncopate",Helvetica,Arial,Verdana,sans-serif;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -5px;
    padding-bottom: 5px;
 }



.resp-tabs-list li.resp-content-active,
.resp-tabs-list li.resp-accordion-active { display: block; }
/*.resp-tab-content { border: 1px solid #c1c1c1; }*/


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list
{
	float: left;
	width: 30%;
	margin: 0 !important;
}

.resp-vtabs .resp-tabs-list li
{
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}

.resp-vtabs .resp-tabs-container
{
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active
{
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #f5f5f5;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}

.resp-arrow
{
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid rgba(0,0,0, .2);
}

h2.resp-tab-active span.resp-arrow
{
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid rgba(0,0,0, .4);
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active { background-color: #f5f5f5; }
.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; }


h2.resp-accordion {
	text-decoration: none;
	font-family: "antoniolight",Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px !important;
	text-transform: uppercase;
	color: #FFF;
	border: 0px solid;
	border-top: 1px solid rgba(0,0,0,.3);
	margin: 0px !important;
	padding: 10px 15px;
	background-color: #D01848;
}

h2.resp-tab-active
{
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: #000;
    margin-bottom: -1px !important;
	padding: 10px 15px;
    background-color: #fff;
}

/* ==[ this might be broken works May 5, 2014, 8:54 AM ]== */
h2.resp-accordion:nth-child(-n+14){
	background:#9b9b9b;
	padding: 10px 15px;
	border-top: 1px solid rgba(0,0,0,.2);
    color: #fff;
}



h2.resp-tab-active span.resp-arrow
{
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid rgba(0,0,0, .6);
}




.resp-jfit
{
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active { display: block; }
h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 1023px)
{
	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 #c1c1c1 !important; }
}

@media only screen and (max-width: 760px) {
.resp-tab-content
{
	display: none;
	padding: 0px;
}
}
