/* Tabs container */
.r-tabs {
	position: relative;
	width:100%;
	float:left;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #009bce;
	float:left;
	margin-right:1px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding:10px 20px;
	text-decoration: none;
	font-family:'GothamBook';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color: #000;
	text-transform:uppercase;
}

/* 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: #fff;
	text-shadow: none;
	font-family:'GothamBold';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	background-color:  #70b943;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	width:92%;
	float:left;
	padding:4%;
	background-color: #70b943;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding:10px 0 0 10px;
	font-family:'GothamBook';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	background:#009bce url(../images/plusM.png) no-repeat right top;
	color: #000;
	text-decoration: none;
	border-top:1px solid #fff;
	height:25px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background:#427821 url(../images/plusM.png) no-repeat right bottom;
	color: #FFF;
	text-shadow: none;
	border-top:1px solid #427821;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 

.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 {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
	font-family:'GothamBold';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 959px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
		width:100%;
		float:left;
    }
}
/* progess loader */
.pie_progress2 {
  text-align: center;
  background:url(../images/fact.png) no-repeat center;
   width:65px;
  height:65px;
     font-family:'GothamBold';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color:#fff;
	padding-top:0px;
  
}
.pie_progress {
  text-align: center;
  background:url(../images/fact.png) no-repeat center;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;

}
.pie_progress svg {
  margin: 0 auto;
}
.pie_progress__content,
.pie_progress__number,
.pie_progress__label,
.pie_progress__icon {
  width: 100%;
  position: absolute;
   top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pie_progress__number {
   font-family:'GothamBold';
	font-size: 14px;
	font-weight: normal;
	font-style:normal;
	color:#fff;
}
.pie_progress__label {
  margin-top: 32px;
  font-size: 12px;
}
.pie_progress__svg {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.pie_progress__svg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

