/* Tabs container */
.r-tabs {
	position: relative;

	/*background-color: #00c5ad;
	border-top: 1px solid #00c5ad;
	border-right: 1px solid #00c5ad;
	border-left: 1px solid #00c5ad;
	border-bottom: 4px solid #00c5ad;
	border-radius: 4px;*/

}

/* Tab element */
/*.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #00c5ad;
}*/

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
/*.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
*/
/* Active state tab anchor */
/*.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	text-shadow: none;

	background-color: white;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}*/

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}
.r-tabs .r-tabs-nav {
    /*margin: 0;
    padding: 0;*/
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
	min-height: 615px;
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1280px) {
	.r-tabs .r-tabs-panel.r-tabs-state-active {
		margin-bottom: 20%;
	}
}
@media only screen and (max-width: 1024px) {
	.r-tabs .r-tabs-nav {
        display: none;
    }
	.r-tabs {
		position: relative;
		padding: 0 5% 20%;
	}
	.r-tabs .r-tabs-accordion-title {
        display: inline-block;
		padding: 10px;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
     display: block;
	min-height: 615px;
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
} 
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
	.r-tabs {
    position: relative;
    padding: 0 5% 20%;
    /* width: 100%; */
}
    .r-tabs .r-tabs-accordion-title {
        display: inline-block;
		padding: 5px;
    }
}
@media only screen and (max-width: 480px) {
	.r-tabs .r-tabs-panel.r-tabs-state-active {
		display: block;
		/* min-height: 771px; */
		width: 100%;
		position: relative;
		background: #F9F9E6;
		 top: 0; 
		/* left: 0; */
		/* width: 100%; */
		margin-top: 10px;
		text-align: left;
		 height: 100%; 
		overflow: hidden;
		font-style: arial,vardana;
		font-weight: normal;
	}
}
@media only screen and (max-width: 360px) {
	.r-tabs .r-tabs-accordion-title {
        display: block;
		margin: 5% 25%;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    /* min-height: 771px; */
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
     height: 100%; 
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
}
@media only screen and (max-width: 320px) {
	.r-tabs .r-tabs-accordion-title {
        display: block;
		margin: 5% 25%;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    /* min-height: 771px; */
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
     height: 100%; 
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Tabs container */
.r-tabs {
	position: relative;

	/*background-color: #00c5ad;
	border-top: 1px solid #00c5ad;
	border-right: 1px solid #00c5ad;
	border-left: 1px solid #00c5ad;
	border-bottom: 4px solid #00c5ad;
	border-radius: 4px;*/

}

/* Tab element */
/*.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #00c5ad;
}*/

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
/*.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
*/
/* Active state tab anchor */
/*.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	text-shadow: none;

	background-color: white;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}*/

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}
.r-tabs .r-tabs-nav {
    /*margin: 0;
    padding: 0;*/
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
	min-height: 615px;
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1280px) {
	.r-tabs .r-tabs-nav {
        display: none;
    }
	.r-tabs {
		position: relative;
		padding: 0 5% 20%;
	}
	.r-tabs .r-tabs-accordion-title {
        display: inline-block;
		padding: 10px;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
     display: block;
	min-height: 615px;
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
}
@media only screen and (max-width: 1024px) {
	.r-tabs .r-tabs-nav {
        display: none;
    }
	.r-tabs {
		position: relative;
		padding: 0 5% 20%;
	}
	.r-tabs .r-tabs-accordion-title {
        display: inline-block;
		padding: 10px;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
     display: block;
	min-height: 615px;
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
} 
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
	.r-tabs {
    position: relative;
    padding: 0 5% 20%;
    /* width: 100%; */
}
    .r-tabs .r-tabs-accordion-title {
        display: inline-block;
		padding: 5px;
    }
}
@media only screen and (max-width: 435px) {
	.r-tabs .r-tabs-panel.r-tabs-state-active {
		display: block;
		/* min-height: 771px; */
		width: 100%;
		position: relative;
		background: #F9F9E6;
		 top: 0; 
		/* left: 0; */
		/* width: 100%; */
		margin-top: 10px;
		text-align: left;
		 height: 100%; 
		overflow: hidden;
		font-style: arial,vardana;
		font-weight: normal;
	}
}
@media only screen and (max-width: 385px) {
	.r-tabs .r-tabs-accordion-title {
        display: block;
		margin: 5% 25%;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
		display: block;
		/* min-height: 771px; */
		width: 100%;
		position: relative;
		background: #F9F9E6;
		/* top: auto; */
		/* left: 0; */
		/* width: 100%; */
		margin-top: 10px;
		text-align: left;
		 height: 100%; 
		overflow: hidden;
		font-style: arial,vardana;
		font-weight: normal;
	}
}
@media only screen and (max-width: 360px) {
	.r-tabs .r-tabs-accordion-title {
        display: block;
		margin: 5% 25%;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    /* min-height: 771px; */
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
     height: 100%; 
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
}
@media only screen and (max-width: 320px) {
	.r-tabs .r-tabs-accordion-title {
        display: block;
		margin: 5% 25%;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
    /* min-height: 771px; */
    width: 100%;
    position: relative;
    background: #F9F9E6;
    /* top: auto; */
    /* left: 0; */
    /* width: 100%; */
    margin-top: 10px;
    text-align: left;
     height: 100%; 
    overflow: hidden;
    font-style: arial,vardana;
    font-weight: normal;
}
}	
}