

.js-tabs-container {
	position: relative;	
}

.js-tab-content {
	color: #fff;
	display: none;
}

.no-js .js-tab-content {1
	display: block;
}

.tabs_warp{
	width: 466px;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
	margin-bottom: 60px;
	border-radius: 100px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eed6a8+0,bca463+34,fff1cc+60,bca463+81,c5a971+100 */
background: #eed6a8; /* Old browsers */
background: -moz-linear-gradient(top,  #eed6a8 0%, #bca463 34%, #fff1cc 60%, #bca463 81%, #c5a971 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eed6a8 0%,#bca463 34%,#fff1cc 60%,#bca463 81%,#c5a971 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eed6a8 0%,#bca463 34%,#fff1cc 60%,#bca463 81%,#c5a971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed6a8', endColorstr='#c5a971',GradientType=0 ); /* IE6-9 */
}

.tabs {
	margin: 0 auto;
	width: 460px;
	padding: 0px 5px;
	height: 51px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f7b45+0,c5a971+100 */
background: #8f7b45; /* Old browsers */
background: -moz-linear-gradient(top,  #8f7b45 0%, #c5a971 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8f7b45 0%,#c5a971 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8f7b45 0%,#c5a971 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7b45', endColorstr='#c5a971',GradientType=0 ); /* IE6-9 */
	list-style: none;
	border-radius: 100px;
	-moz-box-shadow:    inset 0 0 3px #000000;
   -webkit-box-shadow: inset 0 0 3px #000000;
   box-shadow:         inset 0 0 3px #000000;
}

.tabs:before,
.tabs:after {
	content: "";
	display: table;
}

.tabs:after {
	clear: both;
	zoom: 1;
}

.tabs li {
	width: 33.333%;
	float: left;
}

.tabs li:first-child {
	margin-left: 0;
}


.tabs li a {
	width: 100% !important;
	padding: 10px 0px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	color: #4a3d1b;
	font-weight: bold;
}

.tabs li a:hover {
	background:;
}

.tabs .tab-active a,
.tabs .tab-active a:hover {
	cursor: default;
	color: #4a3d1b;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eed6a8+0,bca463+100 */
background: #eed6a8; /* Old browsers */
background: -moz-linear-gradient(top,  #eed6a8 0%, #bca463 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eed6a8 0%,#bca463 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eed6a8 0%,#bca463 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed6a8', endColorstr='#bca463',GradientType=0 ); /* IE6-9 */
  box-shadow:0px 1px 2px 0px #8a7644;
}

.js-tab-content-container{
	margin-top: 0px;
}

.js-tab-content-container:focus {
	outline: none;	
}

li.js-tab-toggler {
	display: none;
    float: right;
}

.js-tab-stack li {
	display: none;
}

.js-tab-stack li.tab-available,
.js-tab-stack li.tab-active,
.js-tab-stack-open li,
.js-tab-stack li.js-tab-toggler  {
	display: block;
}

.js-tab-toggler a:after {
	content: " +";
}

.js-tab-stack-open li.js-tab-clone,
.js-tab-stack-open-complete li {
	clear: left;
}

.js-tab-clone-container {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.js-tab-stack-open li.js-tab-clone, 
.js-tab-stack-open li.js-ready-for-anim,
.js-tab-stack-open-complete li {
	margin-left: 0;
}

li.js-ready-for-anim {
	position: absolute;
	transition: all 500ms cubic-bezier(0.130, 0.965, 0.380, 0.985);
}

li.js-ready-for-anim a:hover {
	background: none;
}

.js-tab-stack-open li.tab-active a:hover {
	background: #337AB7;
}

.js-tab-stack-open li.js-tab-toggler {
	display: none;
}

@media only screen and (max-width : 468px) {

	.js-tab-content-container{
	margin-top: 40px !important;
}

	.tabs_warp{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 2px;
	border-radius: 100px;
}

.tabs {
	margin: 0 auto;
	width: 100%;
	padding: 0px 5px;
	height: 39px;
}

.tabs li a {
	font-size: 12px;
	width: 100% !important;
	padding: 6px 0px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	color: #4a3d1b;
	font-weight: bold;
}

}