/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */



.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: 1px solid transparent;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 20px 0 0 12px;
	padding: 0;
	position: relative;
     float: left;
     left: 50%;
     margin: 0 auto;
	 margin-bottom:20px;
}

.responsive-tabs .responsive-tabs__list__item {
	background: #98989C;
	color:#fff;
	font-size:22px;
	font-weight:600;
	float: left;
	position: relative;
     float: left;
	 right: 50%;
	width: 150px; height: 150px; margin-left: 20px; margin-right: 20px; text-align: center; 
	border-radius: 75px; -moz-border-radius: 75px;; -webkit-border-radius: 75px;
/*	border: 1px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 1px 12px 0 0;
	padding: 10px 12px 10px;
	white-space: nowrap;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	}

.responsive-tabs .responsive-tabs__list__item p {padding-top:46px;line-height:28px;}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	color: #fff;
	background: #97bf00;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #97bf00;
/*	border-color: #97bf00;
	color: #666;
	padding-bottom: 11px;
	margin-top: 0;
	position: relative;
	top: 1px;*/
	color:#fff;
	width: 150px; height: 150px;  margin-left: 20px; margin-right: 20px; text-align: center; border-radius: 75px; -moz-border-radius: 75px;; -webkit-border-radius: 75px;
}

.responsive-tabs .responsive-tabs__panel {
	background: none;
/*	border: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 20px 20px 0;
	word-wrap: break-word; 
	font-size:18px;
	color:#414141;
	text-align:center;
}

.responsive-tabs .responsive-tabs__heading { 
text-align:center;
}

.responsive-tabs .responsive-tabs__panel:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

.responsive-tabs-wrapper .responsive-tabs  {
text-align:center;
}

.responsive-tabs__heading p {
line-height:28px;
padding-top:32px;
}

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {
		border:none;
	}

	.responsive-tabs .responsive-tabs__heading {
	background: #98989C;
	color:#fff;
	font-size:22px;
	font-weight:600;
margin:0 auto;
	width: 120px; height: 120px; margin:0 auto; margin-top:30px; text-align: center; 
	border-radius: 60px; -moz-border-radius: 60px;; -webkit-border-radius: 60px;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {

	}
	
	h2.responsive-tabs__heading {margin-bottom:0px;}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #97bf00;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading:hover:after {
		
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #97bf00;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		
	}

	.responsive-tabs .responsive-tabs__panel {
		background: none;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin-bottom: 30px;

	}
}