/**/
/* toggles*/
/**/
.accordion, .toggles {
	color: #595959;
	font-size: 15px;
}
.toggles + * {
	margin-top: 15px;
}
.toggles .content, .toggles .content {
	display: none;
}
.toggles .content-title, .toggles .content-title {
	font-weight: 500;
	padding: 5px 0 8px 40px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.toggles .content-title {
	border: 1px solid #e6e6e6;
	padding: 2px 0 2px 40px;
	margin-top: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.toggles .content-title:hover {
	border-color: #b0b0b0;
}
.toggles .content-title:after, .toggles .content-title:after {
	border: 1px solid #18bb7c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #18bb7c;
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.toggles .content-title.active:after, .toggles .content-title.active:after {
	content: "\f068";
	background-color: #18bb7c;
	color: #ffffff;
}
.toggles .content-title:after {
	color: #b1b1b1;
	background-color: transparent !important;
	border: none;
	height: 28px;
	line-height: 28px;
	top: 0;
}
.toggles .content-title.active:after {
	background-color: #f27c66;
}
.toggles .content {
	padding: 0px 0 8px 40px;
}
.toggles .content {
	padding: 5px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #e6e6e6;
	border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-ms-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-ms-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
.toggles .content-title.active {
	color: #ffffff;
	background-color: #18bb7c;
	border-color: #18bb7c;
	border-bottom: 0;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.15);
}
.toggles .content-title:hover {
background-color: #18bb7c;
	color: #ffffff;
}
.toggles .content-title.active {
background-color: #18bb7c;
	color: #ffffff;
}

aside .carousel-button .next,
.quotes-carousel .carousel-button .next,
.grid-col-4 .carousel-button .next,
.carousel-button .next,
.toggles .content-title:after,
.woocommerce .title .button-back i{
	border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}