/* REQUIRED for core functionality */

.responsive-tabs__heading {
	display: none;
}
.responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}
.top {
	padding: 10px;
	border: 1px solid #eee;
	clear:both;
}
 @media (max-width: 767px) {
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}
}
 @media (min-width: 768px) and (max-width: 1024px) {
.responsive-tabs__panel--closed-accordion-only {
	display: block !important;
}
.responsive-tabs__list__item {
	padding: 0px 13px !important;
	margin-right: 0.2em !important;
}
.top p img.tab-about-image
{
	float:none !important;
	margin:0 0 0 !important;
}
}
/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
	margin-top: 0;
}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}
.responsive-tabs-wrapper:after {
	clear: both;
}
.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}
.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
	outline: none !important;
}
.responsive-tabs__list {
	margin: 0em 0 0 0;
	padding: 0;
	border-bottom: 0px solid #ddd;
	padding-bottom: 15px;
	line-height: 1em;
}
.responsive-tabs__list__item {
	background: #000000;
	padding: 0px 30px;
	margin-right:0.4em;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
	float:left;
	height:45px;
	line-height:45px;
}
.responsive-tabs__list__item:hover {
	background: #0000f6;
	color: #fff;
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
	background: #0000f6;
	color: #fff;
	border-bottom-color: #fff;
}
.responsive-tabs__panel {
	margin-bottom: 0px;
}
 @media (max-width: 767px) {
.responsive-tabs__heading {
	padding: 0.5em;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	background: #000;
	position: relative;
	color: #fff;
	font-size: 18px !important;
	margin-top: 0px;
}
.responsive-tabs__heading:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 40%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}
.responsive-tabs__heading:hover,  .responsive-tabs__heading--active:hover {
	background-color: #000200 !important;
}
.responsive-tabs__heading--active:after {
	border-bottom: 10px solid #fff;
	border-top: 0;
}
.responsive-tabs__list__item:focus {
	background-color: #000200 !important;
}
.top p img.tab-about-image
{
	float:none !important;
	margin:0 0 0 !important ;
	width:100% !important;
}
}
/* END - Optional - Basic Skin */
.top p {
	color: #000000;
	font-size: 14px;
}

.top ul li {
	color: #000000;
	font-size: 14px;
	list-style-type:disc;
	margin:0 0 0 15px;
	line-height:22px;
}

.top p img.tab-about-image
{
	float:right;
	margin:0 0 0 20px;
}
