﻿
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 18px;
    display: inline-block;
    padding: 13px 16px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	background:#274353;
}
.resp-tabs-list li:hover {
	background-color: #35617a;
	color:#FFF;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #cecac9;
    clear: left;
}

.resp-tabs-container p{
	margin-bottom:10px;
}

.resp-tabs-container ul {
    list-style-image:url(../images/icon.html);
	margin-left:30px;
	margin-top:5px;
	line-height:22px;
}
.resp-tabs-container ul li {
	margin-bottom:8px;
}


h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0px 0px 10px 30px;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
	color:#e53f4b;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #cecac9;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    margin: 0px;
    padding: 15px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 15px 15px !important;
}

h2.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%;
	background-color: #cacaca;
	
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 20px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
	font-size:20px;
	font-family: 'Raleway', sans-serif;
	border-bottom:1px solid #526975;
	
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #FFFFFF;
    float: left;
    width: 77%;
    clear: none;
	font-size:13px;
	line-height:22px;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-right: none;
    background-color: #e5b547;
    position: relative;
    z-index: 1;
    margin-right: 0px !important;
    padding: 20px 14px 20px 14px !important;
	color:#FFF;
	position: relative;
}

.resp-vtabs li.resp-tab-active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #e5b547;
	border-width: 10px;
	margin-top: -10px;
}








.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #FFFFFF;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFFFFF;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #e5b547 !important;
	color:#FFF !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #FFFFFF;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #FFFFFF !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #FFFFFF !important;
}


@media screen and (max-width: 1000px) {
	.resp-vtabs ul.resp-tabs-list {
    width: 25%;}
	.resp-vtabs .resp-tabs-container {
    width: 74%;}
}
@media screen and (max-width: 900px) {
	.resp-vtabs ul.resp-tabs-list {
    width: 30%;}
	.resp-vtabs .resp-tabs-container {
    width: 69%;}
}

/*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;
		color:#FFF;
		font-family: 'Raleway', sans-serif;
		background:#274353;
		font-size:16px;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #FFFFFF;
    }

    .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-tab-content {
    display: none;
    padding: 10px 10px 0px 15px;
	}
}
