ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding-right:2px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
#navigation .resp-tabs-list li {margin-right:2px !important;}
.resp-tabs-list li a {
    background: url(../images/navigationbg.png) repeat-x left top #0067af;
	height: 25px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	width:152px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	bottom: -2px;
	position: relative;
	display: inline-block;
	outline: none;
	border: 1px solid #005d9e;
	border-radius: 5px 5px 0 0;
	min-height: 1px;
	
}

.resp-tabs-container {
    background: url(../images/navigation-subbg.gif) repeat-x left top #f6f6f5;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
	border-radius: 0 0 5px 5px;
	min-height: 46px;
    clear: left;
}

div.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0px;
}

.resp-tab-active {
    margin-bottom: -1px !important;
    /*padding-right: 2px !important;*/
}


.resp-tabs-list .resp-tab-active a {
    background: url(../images/navigationbg.png) repeat-x left -113px #f6f6f5 !important;
	outline: none;
	color: #666666;
	padding: 4px 0px 0px 0px;
	border: 1px solid #e3e3e3;
	border-width: 1px 1px 0;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /*border: 1px solid #e3e3e3;*/
}

div.resp-accordion {
    font-size: 13px;
    border: 1px solid #e3e3e3;
    border-top: 0px solid #e3e3e3;
    margin: 0px;
    padding: 0px 10px;
	border-left:none;
	border-right:none;
}

div.resp-tab-active {
    border-bottom: 0px solid #e3e3e3 !important;
    margin-bottom: 0px !important;
    /*padding: 10px 15px !important;*/
}

div.resp-tab-title:last-child {
    border-bottom: 12px solid #e3e3e3 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.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 #e3e3e3;
    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 #e3e3e3;
    border-right: none;
    background-color: #fff;
    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: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #e3e3e3;
}

div.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #15da59;
}

/*-----------Accordion styles-----------*/
div.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  div.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e3e3e3;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e3e3e3 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
	/*border-bottom: 1px solid #e3e3e3;*/
}

div.resp-accordion:first-child {
    border-top: 1px solid #e3e3e3 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 979px) {
	#main { padding:0px 15px; }
    ul.resp-tabs-list {
        display: none;
    }

    div.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e3e3e3;
    }

    .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 #e3e3e3 !important;
    }
	
	.resp-tabs-container {
		background: none;
		border: 1px solid #e3e3e3;
		border-width: 0 1px 1px;
		border-radius: 0;
		min-height: 42px;
		clear: left;
		border-bottom:none;
	}
	
	.nav-lnk li, .nav-lnk li.active, .nav-lnk li:hover { float:none; background:none; }
	.nav-lnk li a { display:block; padding:5px 10px; }
	
}

.tab-typ2 {
	background-color:#ffffff;
	}
.tab-typ2 .resp-tabs-list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-bottom:2px solid #0068b0;
	border-left:1px solid #d8d8d8;
	}
.tab-typ2 .resp-tabs-list li {
	float:left;
	width:20%;
	padding:0px;
	margin:0px;
	min-height:27px;
	list-style-type:none;
	}
.tab-typ2 .resp-tabs-list li a {
	min-height:19px;
	text-align:center;
	display:block;
	background:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005d9e;
	line-height:13px;
	width:auto;
	border:1px solid #d8d8d8;
	border-width:1px 1px 0 0;
	border-radius:0px;
	bottom:0px !important;
	padding:7px 0 0 0;
	margin:0px 0 0 0;
	height:auto;
	}
.tab-typ2 .resp-tabs-list li.resp-tab-active a {
	background:#0068b1 !important;
	color:#ffffff;
	border:1px solid #005d9e;
	}
.tab-typ2 .resp-tabs-container { 
	background:#ffffff;
	border-radius:0px;
	min-height:1px;
	border-width:0 0 0 0;
	}