
.composer .tta-container {
	margin-bottom: 0
}
.composer .tta.general {
	font-size: 1em
}
.composer .tta.general .tta-panels, .composer .tta.general .tta-panels-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.composer .tta.general .tta-panel {
	display: block;
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 20px;
}
.composer .tta.general .tta-panel-heading {
	border: solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}
.composer .tta.general .tta-panel-title {
	margin: 0;
	line-height: 1
}
.composer .tta.general .tta-panel-title>a {
	background: 0 0;
	display: block;
	padding: 14px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
/*	color: inherit;*/
	color: #70747f;
	position: relative;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-panel-title>a:focus, .composer .tta.general .tta-panel-title>a:hover {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-panel-body {
	border: solid transparent;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 14px 20px;
	display: none;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out
}
.composer .tta.general .tta-panel-body>:last-child {
	margin-bottom: 0
}
.composer .tta.general .tta-panel.active {
	display: block
}
.composer .tta.general .tta-panel.active .tta-panel-body {
	display: block;;
	    border-top: 1px solid #cccccc82;
	    margin-top: 20px;
    padding-top: 30px;
}
.composer .tta.general .tta-panel.active .tta-panel-title>a:hover {
	cursor: default
}
.composer .tta.general .tta-panel.animating .tta-panel-body {
	display: block;
	min-height: 0
}
.composer .tta.general.tta-o-all-clickable .tta-panel .tta-panel-title>a:hover {
	cursor: pointer
}
.composer .tta.general .tta-tabs-container {
	display: block;
	position: relative;
	z-index: 3
}
.composer .tta.general .tta-tabs-list {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.composer .tta.general .tta-tab {
	display: inline-block;
	padding: 0;
	margin: 0
}
.composer .tta.general .tta-tab>a {
	padding: 14px 20px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: inherit;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-tab>a:focus, .composer .tta.general .tta-tab>a:hover {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-tab.active>a {
	cursor: default;
	text-decoration: none;
	color: inherit;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-tab.active>a:hover {
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none
}
.composer .tta.general .tta-tab.active>a::after, .composer .tta.general .tta-tab.active>a::before {
	display: none;
	content: '';
	position: absolute;
	border-width: inherit;
	border-color: inherit;
	border-style: inherit;
	width: 100vw;
	height: 200vw
}
.composer .tta.general .tta-icon {
	font-size: 1.15em;
	line-height: 0;
	display: inline
}
.composer .tta.general .tta-icon::before {
	display: inline
}
.composer .tta.general .tta-title-text:not(:empty):not(:first-child), .composer .tta.general .tta-title-text:not(:empty)~* {
	margin-left: 14px
}
.composer .tta.general .tta-title-text:empty {
	display: inline-block
}
.composer .tta-icon.fa, .composer .tta-icon.li {
	vertical-align: middle
}
.composer .tta.tta-accordion .tta-tabs-container {
	display: none
}
.composer .tta.tta-tabs .tta-tabs-container {
	display: none
}
.non_responsive .composer .tta.tta-tabs .tta-tabs-container, .tta-o-non-responsive .composer .tta.tta-tabs .tta-tabs-container {
	display: block
}
.non_responsive .composer .tta.tta-tabs .tta-panel-heading, .tta-o-non-responsive .composer .tta.tta-tabs .tta-panel-heading {
	display: none
}
@media (min-width:768px) {
.composer .tta.tta-tabs .tta-tabs-container {
	display: block
}
.composer .tta.tta-tabs .tta-panel-heading {
	display: none
}
}
.composer .tta.tta-shape-square .tta-panel-body {
	min-height: 0
}
.composer .tta.tta-shape-square .tta-panel-body, .composer .tta.tta-shape-square .tta-panel-heading {
	border-radius: 0
}
.composer .tta.tta-shape-square .tta-tabs-container {
	margin: 0
}
.composer .tta.tta-shape-square .tta-tab>a {
	border-radius: 0
}
.non_responsive .composer .tta.tta-shape-square.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-shape-square.tta-tabs .tta-panels {
	border-radius: 0
}
@media (min-width:768px) {
.composer .tta.tta-shape-square.tta-tabs .tta-panels {
	border-radius: 0
}
}
.composer .tta.tta-shape-square.tta-o-no-fill .tta-panel-body {
	border-radius: 0
}
.composer .tta.tta-shape-square.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:last-child:not(:first-child) .tta-panel-heading, .composer .tta.tta-shape-square.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:not(:first-child):not(:last-child) .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta.tta-shape-rounded .tta-panel-body {
	min-height: 10px
}
.composer .tta.tta-shape-rounded .tta-panel-body, .composer .tta.tta-shape-rounded .tta-panel-heading {
	border-radius: 5px
}
.composer .tta.tta-shape-rounded .tta-tabs-container {
	margin: 5px
}
.composer .tta.tta-shape-rounded .tta-tab>a {
	border-radius: 5px
}
.non_responsive .composer .tta.tta-shape-rounded.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-shape-rounded.tta-tabs .tta-panels {
	border-radius: 5px
}
@media (min-width:768px) {
.composer .tta.tta-shape-rounded.tta-tabs .tta-panels {
	border-radius: 5px
}
}
.composer .tta.tta-shape-rounded.tta-o-no-fill .tta-panel-body {
	border-radius: 0
}
.composer .tta.tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:last-child:not(:first-child) .tta-panel-heading, .composer .tta.tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:not(:first-child):not(:last-child) .tta-panel-heading {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.composer .tta.tta-shape-round .tta-panel-body {
	min-height: 4em
}
.composer .tta.tta-shape-round .tta-panel-body, .composer .tta.tta-shape-round .tta-panel-heading {
	border-radius: 2em
}
.composer .tta.tta-shape-round .tta-tabs-container {
	margin: 2em
}
.composer .tta.tta-shape-round .tta-tab>a {
	border-radius: 2em
}
.non_responsive .composer .tta.tta-shape-round.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-shape-round.tta-tabs .tta-panels {
	border-radius: 2em
}
@media (min-width:768px) {
.composer .tta.tta-shape-round.tta-tabs .tta-panels {
	border-radius: 2em
}
}
.composer .tta.tta-shape-round.tta-o-no-fill .tta-panel-body {
	border-radius: 0
}
.composer .tta.tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:last-child:not(:first-child) .tta-panel-heading, .composer .tta.tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel.active+.tta-panel:not(:first-child):not(:last-child) .tta-panel-heading {
	border-top-left-radius: 2em;
	border-top-right-radius: 2em
}
.composer .tta-shape-rounded:not(.tta-o-no-fill) .tta-panel.active .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-rounded:not(.tta-o-no-fill) .tta-panel.active .tta-panel-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.non_responsive .composer .tta-shape-rounded.tta-tabs .tta-panel-body::after, .non_responsive .composer .tta-shape-rounded.tta-tabs .tta-panel-body::before, .tta-o-non-responsive .composer .tta-shape-rounded.tta-tabs .tta-panel-body::after, .tta-o-non-responsive .composer .tta-shape-rounded.tta-tabs .tta-panel-body::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: none;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border-style: inherit;
	border-width: inherit
}
@media (min-width:768px) {
.composer .tta-shape-rounded.tta-tabs .tta-panel-body::after, .composer .tta-shape-rounded.tta-tabs .tta-panel-body::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: none;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border-style: inherit;
	border-width: inherit
}
}
.composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:not(:first-child):not(:last-child) .tta-panel-heading {
	border-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:not(:first-child):not(:last-child) .tta-panel-body {
	border-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:first-child:not(:last-child) .tta-panel-body, .composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:first-child:not(:last-child) .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:last-child:not(:first-child) .tta-panel-body, .composer .tta-shape-rounded.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:last-child:not(:first-child) .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child):not(.active) .tta-panel-body, .composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child):not(.active) .tta-panel-heading {
	border-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child).active .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:first-child:not(:last-child):not(.active) .tta-panel-body, .composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:first-child:not(:last-child):not(.active) .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:last-child:not(:first-child) .tta-panel-body, .composer .tta-shape-rounded.tta-o-shape-group.tta-o-no-fill .tta-panel:last-child:not(:first-child) .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-shape-round:not(.tta-o-no-fill) .tta-panel.active .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-round:not(.tta-o-no-fill) .tta-panel.active .tta-panel-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.non_responsive .composer .tta-shape-round.tta-tabs .tta-panel-body::after, .non_responsive .composer .tta-shape-round.tta-tabs .tta-panel-body::before, .tta-o-non-responsive .composer .tta-shape-round.tta-tabs .tta-panel-body::after, .tta-o-non-responsive .composer .tta-shape-round.tta-tabs .tta-panel-body::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: none;
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	border-style: inherit;
	border-width: inherit
}
@media (min-width:768px) {
.composer .tta-shape-round.tta-tabs .tta-panel-body::after, .composer .tta-shape-round.tta-tabs .tta-panel-body::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: none;
	position: absolute;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	border-style: inherit;
	border-width: inherit
}
}
.composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:not(:first-child):not(:last-child) .tta-panel-heading {
	border-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:not(:first-child):not(:last-child) .tta-panel-body {
	border-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:first-child:not(:last-child) .tta-panel-body, .composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:first-child:not(:last-child) .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:last-child:not(:first-child) .tta-panel-body, .composer .tta-shape-round.tta-o-shape-group:not(.tta-o-no-fill) .tta-panel:last-child:not(:first-child) .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child):not(.active) .tta-panel-body, .composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child):not(.active) .tta-panel-heading {
	border-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:not(:first-child):not(:last-child).active .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:first-child:not(:last-child):not(.active) .tta-panel-body, .composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:first-child:not(:last-child):not(.active) .tta-panel-heading {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:last-child:not(:first-child) .tta-panel-body, .composer .tta-shape-round.tta-o-shape-group.tta-o-no-fill .tta-panel:last-child:not(:first-child) .tta-panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta.tta-style-classic .tta-panel-body, .composer .tta.tta-style-classic .tta-panel-heading {
	border-width: 1px
}
.composer .tta.tta-style-classic .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-style-classic .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: -1px
}
.composer .tta.tta-style-classic .tta-panel.active .tta-panel-heading, .composer .tta.tta-style-classic .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: -1px
}
.composer .tta.tta-style-classic .tta-tabs-list {
	padding-left: 1px;
	padding-top: 1px
}
.composer .tta.tta-style-classic .tta-tab {
	margin-left: -1px;
	margin-top: -1px
}
.composer .tta.tta-style-classic .tta-tab>a {
	border-width: 1px
}
.non_responsive .composer .tta.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-style-classic.tta-tabs .tta-panels {
	border: 1px solid transparent
}
.non_responsive .composer .tta.tta-style-classic.tta-tabs .tta-panel, .tta-o-non-responsive .composer .tta.tta-style-classic.tta-tabs .tta-panel {
	margin: -1px
}
@media (min-width:768px) {
.composer .tta.tta-style-classic.tta-tabs .tta-panels {
	border: 1px solid transparent
}
.composer .tta.tta-style-classic.tta-tabs .tta-panel {
	margin: -1px
}
}
.composer .tta.tta-style-modern .tta-panel-body, .composer .tta.tta-style-modern .tta-panel-heading {
	border-width: 1px;
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0, rgba(255,255,255,.01) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,.01)));
	background-image: linear-gradient(to bottom, rgba(255,255,255,.2) 0, rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x
}
.composer .tta.tta-style-modern .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-style-modern .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: -1px
}
.composer .tta.tta-style-modern .tta-panel.active .tta-panel-heading, .composer .tta.tta-style-modern .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: -1px
}
.composer .tta.tta-style-modern .tta-tabs-list {
	padding-left: 1px;
	padding-top: 1px
}
.composer .tta.tta-style-modern .tta-tab {
	margin-left: -1px;
	margin-top: -1px
}
.composer .tta.tta-style-modern .tta-tab>a {
	border-width: 1px;
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0, rgba(255,255,255,.01) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,.01)));
	background-image: linear-gradient(to bottom, rgba(255,255,255,.2) 0, rgba(255,255,255,.01) 100%);
	background-repeat: repeat-x
}
.composer .tta.tta-style-modern .tta-tab.active>a {
	background-clip: border-box
}
.non_responsive .composer .tta.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-style-modern.tta-tabs .tta-panels {
	border: 1px solid transparent
}
.non_responsive .composer .tta.tta-style-modern.tta-tabs .tta-panel, .tta-o-non-responsive .composer .tta.tta-style-modern.tta-tabs .tta-panel {
	margin: -1px
}
@media (min-width:768px) {
.composer .tta.tta-style-modern.tta-tabs .tta-panels {
	border: 1px solid transparent
}
.composer .tta.tta-style-modern.tta-tabs .tta-panel {
	margin: -1px
}
}
.composer .tta.tta-style-outline .tta-panel-body, .composer .tta.tta-style-outline .tta-panel-heading {
	border-width: 2px
}
.composer .tta.tta-style-outline .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-style-outline .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: -2px
}
.composer .tta.tta-style-outline .tta-panel.active .tta-panel-heading, .composer .tta.tta-style-outline .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: -2px
}
.composer .tta.tta-style-outline .tta-tabs-list {
	padding-left: 2px;
	padding-top: 2px
}
.composer .tta.tta-style-outline .tta-tab {
	margin-left: -2px;
	margin-top: -2px
}
.composer .tta.tta-style-outline .tta-tab>a {
	border-width: 2px
}
.non_responsive .composer .tta.tta-style-outline .tta-panel-body::after, .non_responsive .composer .tta.tta-style-outline .tta-panel-body::before, .tta-o-non-responsive .composer .tta.tta-style-outline .tta-panel-body::after, .tta-o-non-responsive .composer .tta.tta-style-outline .tta-panel-body::before, .composer .tta.tta-style-outline .tta-panel-body::after, .composer .tta.tta-style-outline .tta-panel-body::before {
	display: block;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px
}
.non_responsive .composer .tta.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-style-outline.tta-tabs .tta-panels {
	border: 2px solid transparent
}
.non_responsive .composer .tta.tta-style-outline.tta-tabs .tta-panel, .tta-o-non-responsive .composer .tta.tta-style-outline.tta-tabs .tta-panel {
	margin: -2px
}
@media (min-width:768px) {
.composer .tta.tta-style-outline.tta-tabs .tta-panels {
	border: 2px solid transparent
}
.composer .tta.tta-style-outline.tta-tabs .tta-panel {
	margin: -2px
}
}
.tta-o-non-responsive .composer .tta.tta-style-outline.tta-pageable .tta-panel {
	margin: 0
}
@media (min-width:768px) {
.composer .tta.tta-style-outline.tta-pageable .tta-panel {
	margin: 0
}
}
.composer .tta.tta-style-flat .tta-panel-body, .composer .tta.tta-style-flat .tta-panel-heading {
	border-width: 0
}
.composer .tta-pageable .tta-panel-title {
	display: none
}
.composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #4868cf;
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #4868cf
}
.composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-blue.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-blue.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-blue.tta-style-classic .tta-controls-icon::after, .composer .tta-color-blue.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-blue.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-blue.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-blue.tta-style-classic .tta-tab>a {
	border-color: #4868cf;
	background-color: #5472d2;
	color: #fff
}
.composer .tta-color-blue.tta-style-classic .tta-tab>a:focus, .composer .tta-color-blue.tta-style-classic .tta-tab>a:hover {
	background-color: #3c5ecc
}
.composer .tta-color-blue.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #4868cf;
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #4868cf
}
.composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-blue.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-blue.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-blue.tta-style-modern .tta-controls-icon::after, .composer .tta-color-blue.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-blue.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-blue.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-blue.tta-style-modern .tta-tab>a {
	border-color: #4868cf;
	background-color: #5472d2;
	color: #fff
}
.composer .tta-color-blue.tta-style-modern .tta-tab>a:focus, .composer .tta-color-blue.tta-style-modern .tta-tab>a:hover {
	background-color: #3c5ecc
}
.composer .tta-color-blue.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #5472d2;
	background-color: transparent
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-blue.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #5472d2;
	background-color: transparent
}
.composer .tta-color-blue.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-blue.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-controls-icon::after, .composer .tta-color-blue.tta-style-outline .tta-controls-icon::before {
	border-color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-blue.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-blue.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-blue.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-blue.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-blue.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-tab>a {
	border-color: #5472d2;
	background-color: transparent;
	color: #5472d2
}
.composer .tta-color-blue.tta-style-outline .tta-tab>a:focus, .composer .tta-color-blue.tta-style-outline .tta-tab>a:hover {
	background-color: #5472d2;
	color: #fff
}
.composer .tta-color-blue.tta-style-outline .tta-tab.active>a {
	border-color: #5472d2;
	background-color: transparent;
	color: #5472d2
}
.non_responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #5472d2
}
.non_responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #5472d2
}
.composer .tta-color-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-blue.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #4868cf
}
.composer .tta-color-blue.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-blue.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #3c5ecc
}
.composer .tta-color-blue.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-blue.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-blue.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-blue.tta-style-flat .tta-controls-icon::after, .composer .tta-color-blue.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-blue.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-blue.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-blue.tta-style-flat .tta-tab>a {
	background-color: #4868cf;
	color: #fff
}
.composer .tta-color-blue.tta-style-flat .tta-tab>a:focus, .composer .tta-color-blue.tta-style-flat .tta-tab>a:hover {
	background-color: #3c5ecc
}
.composer .tta-color-blue.tta-style-flat .tta-tab.active>a {
	background-color: #5472d2;
	color: #fff
}
.non_responsive .composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels {
	background-color: #5472d2
}
.non_responsive .composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels {
	background-color: #5472d2
}
.composer .tta-color-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #00b3c0;
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #00b3c0
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-turquoise.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-turquoise.tta-style-classic .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-turquoise.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-turquoise.tta-style-classic .tta-tab>a {
	border-color: #00b3c0;
	background-color: #00c1cf;
	color: #fff
}
.composer .tta-color-turquoise.tta-style-classic .tta-tab>a:focus, .composer .tta-color-turquoise.tta-style-classic .tta-tab>a:hover {
	background-color: #00a4b0
}
.composer .tta-color-turquoise.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-turquoise.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #00b3c0;
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #00b3c0
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-turquoise.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-turquoise.tta-style-modern .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-turquoise.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-turquoise.tta-style-modern .tta-tab>a {
	border-color: #00b3c0;
	background-color: #00c1cf;
	color: #fff
}
.composer .tta-color-turquoise.tta-style-modern .tta-tab>a:focus, .composer .tta-color-turquoise.tta-style-modern .tta-tab>a:hover {
	background-color: #00a4b0
}
.composer .tta-color-turquoise.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-turquoise.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #00c1cf;
	background-color: transparent
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #00c1cf;
	background-color: transparent
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-turquoise.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-outline .tta-controls-icon::before {
	border-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-turquoise.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-turquoise.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-tab>a {
	border-color: #00c1cf;
	background-color: transparent;
	color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline .tta-tab>a:focus, .composer .tta-color-turquoise.tta-style-outline .tta-tab>a:hover {
	background-color: #00c1cf;
	color: #fff
}
.composer .tta-color-turquoise.tta-style-outline .tta-tab.active>a {
	border-color: #00c1cf;
	background-color: transparent;
	color: #00c1cf
}
.non_responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #00c1cf
}
.non_responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #00b3c0
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-turquoise.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #00a4b0
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-turquoise.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .tta-tab>a {
	background-color: #00b3c0;
	color: #fff
}
.composer .tta-color-turquoise.tta-style-flat .tta-tab>a:focus, .composer .tta-color-turquoise.tta-style-flat .tta-tab>a:hover {
	background-color: #00a4b0
}
.composer .tta-color-turquoise.tta-style-flat .tta-tab.active>a {
	background-color: #00c1cf;
	color: #fff
}
.non_responsive .composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels {
	background-color: #00c1cf
}
.non_responsive .composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels {
	background-color: #00c1cf
}
.composer .tta-color-turquoise.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #fe5e52;
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #fe5e52
}
.composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-pink.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-pink.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-pink.tta-style-classic .tta-controls-icon::after, .composer .tta-color-pink.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-pink.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-pink.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-pink.tta-style-classic .tta-tab>a {
	border-color: #fe5e52;
	background-color: #fe6c61;
	color: #fff
}
.composer .tta-color-pink.tta-style-classic .tta-tab>a:focus, .composer .tta-color-pink.tta-style-classic .tta-tab>a:hover {
	background-color: #fe5043
}
.composer .tta-color-pink.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #fe5e52;
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #fe5e52
}
.composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-pink.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-pink.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-pink.tta-style-modern .tta-controls-icon::after, .composer .tta-color-pink.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-pink.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-pink.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-pink.tta-style-modern .tta-tab>a {
	border-color: #fe5e52;
	background-color: #fe6c61;
	color: #fff
}
.composer .tta-color-pink.tta-style-modern .tta-tab>a:focus, .composer .tta-color-pink.tta-style-modern .tta-tab>a:hover {
	background-color: #fe5043
}
.composer .tta-color-pink.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #fe6c61;
	background-color: transparent
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-pink.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #fe6c61;
	background-color: transparent
}
.composer .tta-color-pink.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-pink.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-controls-icon::after, .composer .tta-color-pink.tta-style-outline .tta-controls-icon::before {
	border-color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-pink.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-pink.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-pink.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-pink.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-pink.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-tab>a {
	border-color: #fe6c61;
	background-color: transparent;
	color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline .tta-tab>a:focus, .composer .tta-color-pink.tta-style-outline .tta-tab>a:hover {
	background-color: #fe6c61;
	color: #fff
}
.composer .tta-color-pink.tta-style-outline .tta-tab.active>a {
	border-color: #fe6c61;
	background-color: transparent;
	color: #fe6c61
}
.non_responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #fe6c61
}
.non_responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #fe6c61
}
.composer .tta-color-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-pink.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #fe5e52
}
.composer .tta-color-pink.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-pink.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #fe5043
}
.composer .tta-color-pink.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-pink.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-pink.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-pink.tta-style-flat .tta-controls-icon::after, .composer .tta-color-pink.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-pink.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-pink.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-pink.tta-style-flat .tta-tab>a {
	background-color: #fe5e52;
	color: #fff
}
.composer .tta-color-pink.tta-style-flat .tta-tab>a:focus, .composer .tta-color-pink.tta-style-flat .tta-tab>a:hover {
	background-color: #fe5043
}
.composer .tta-color-pink.tta-style-flat .tta-tab.active>a {
	background-color: #fe6c61;
	color: #fff
}
.non_responsive .composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels {
	background-color: #fe6c61
}
.non_responsive .composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels {
	background-color: #fe6c61
}
.composer .tta-color-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #8462c0;
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #8462c0
}
.composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-violet.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-violet.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-violet.tta-style-classic .tta-controls-icon::after, .composer .tta-color-violet.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-violet.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-violet.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-violet.tta-style-classic .tta-tab>a {
	border-color: #8462c0;
	background-color: #8d6dc4;
	color: #fff
}
.composer .tta-color-violet.tta-style-classic .tta-tab>a:focus, .composer .tta-color-violet.tta-style-classic .tta-tab>a:hover {
	background-color: #7c57bb
}
.composer .tta-color-violet.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-violet.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #8462c0;
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #8462c0
}
.composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-violet.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-violet.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-violet.tta-style-modern .tta-controls-icon::after, .composer .tta-color-violet.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-violet.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-violet.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-violet.tta-style-modern .tta-tab>a {
	border-color: #8462c0;
	background-color: #8d6dc4;
	color: #fff
}
.composer .tta-color-violet.tta-style-modern .tta-tab>a:focus, .composer .tta-color-violet.tta-style-modern .tta-tab>a:hover {
	background-color: #7c57bb
}
.composer .tta-color-violet.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-violet.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #8d6dc4;
	background-color: transparent
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-violet.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #8d6dc4;
	background-color: transparent
}
.composer .tta-color-violet.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-violet.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-controls-icon::after, .composer .tta-color-violet.tta-style-outline .tta-controls-icon::before {
	border-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-violet.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-violet.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-violet.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-violet.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-violet.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-tab>a {
	border-color: #8d6dc4;
	background-color: transparent;
	color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline .tta-tab>a:focus, .composer .tta-color-violet.tta-style-outline .tta-tab>a:hover {
	background-color: #8d6dc4;
	color: #fff
}
.composer .tta-color-violet.tta-style-outline .tta-tab.active>a {
	border-color: #8d6dc4;
	background-color: transparent;
	color: #8d6dc4
}
.non_responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #8d6dc4
}
.non_responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-violet.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #8462c0
}
.composer .tta-color-violet.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-violet.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #7c57bb
}
.composer .tta-color-violet.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-violet.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-violet.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-violet.tta-style-flat .tta-controls-icon::after, .composer .tta-color-violet.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-violet.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-violet.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-violet.tta-style-flat .tta-tab>a {
	background-color: #8462c0;
	color: #fff
}
.composer .tta-color-violet.tta-style-flat .tta-tab>a:focus, .composer .tta-color-violet.tta-style-flat .tta-tab>a:hover {
	background-color: #7c57bb
}
.composer .tta-color-violet.tta-style-flat .tta-tab.active>a {
	background-color: #8d6dc4;
	color: #fff
}
.non_responsive .composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels {
	background-color: #8d6dc4
}
.non_responsive .composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels {
	background-color: #8d6dc4
}
.composer .tta-color-violet.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #40a8c5;
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #40a8c5
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-peacoc.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-peacoc.tta-style-classic .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-peacoc.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-peacoc.tta-style-classic .tta-tab>a {
	border-color: #40a8c5;
	background-color: #4cadc9;
	color: #fff
}
.composer .tta-color-peacoc.tta-style-classic .tta-tab>a:focus, .composer .tta-color-peacoc.tta-style-classic .tta-tab>a:hover {
	background-color: #39a0bd
}
.composer .tta-color-peacoc.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-peacoc.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #40a8c5;
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #40a8c5
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-peacoc.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-peacoc.tta-style-modern .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-peacoc.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-peacoc.tta-style-modern .tta-tab>a {
	border-color: #40a8c5;
	background-color: #4cadc9;
	color: #fff
}
.composer .tta-color-peacoc.tta-style-modern .tta-tab>a:focus, .composer .tta-color-peacoc.tta-style-modern .tta-tab>a:hover {
	background-color: #39a0bd
}
.composer .tta-color-peacoc.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-peacoc.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #4cadc9;
	background-color: transparent
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #4cadc9;
	background-color: transparent
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-peacoc.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-outline .tta-controls-icon::before {
	border-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-peacoc.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-peacoc.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-tab>a {
	border-color: #4cadc9;
	background-color: transparent;
	color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline .tta-tab>a:focus, .composer .tta-color-peacoc.tta-style-outline .tta-tab>a:hover {
	background-color: #4cadc9;
	color: #fff
}
.composer .tta-color-peacoc.tta-style-outline .tta-tab.active>a {
	border-color: #4cadc9;
	background-color: transparent;
	color: #4cadc9
}
.non_responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #4cadc9
}
.non_responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #40a8c5
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-peacoc.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #39a0bd
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-peacoc.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .tta-tab>a {
	background-color: #40a8c5;
	color: #fff
}
.composer .tta-color-peacoc.tta-style-flat .tta-tab>a:focus, .composer .tta-color-peacoc.tta-style-flat .tta-tab>a:hover {
	background-color: #39a0bd
}
.composer .tta-color-peacoc.tta-style-flat .tta-tab.active>a {
	background-color: #4cadc9;
	color: #fff
}
.non_responsive .composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels {
	background-color: #4cadc9
}
.non_responsive .composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels {
	background-color: #4cadc9
}
.composer .tta-color-peacoc.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #c8bba1;
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #c8bba1
}
.composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-chino.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-chino.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-chino.tta-style-classic .tta-controls-icon::after, .composer .tta-color-chino.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-chino.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-chino.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-chino.tta-style-classic .tta-tab>a {
	border-color: #c8bba1;
	background-color: #cec2ab;
	color: #fff
}
.composer .tta-color-chino.tta-style-classic .tta-tab>a:focus, .composer .tta-color-chino.tta-style-classic .tta-tab>a:hover {
	background-color: #c3b498
}
.composer .tta-color-chino.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-chino.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #c8bba1;
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #c8bba1
}
.composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-chino.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-chino.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-chino.tta-style-modern .tta-controls-icon::after, .composer .tta-color-chino.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-chino.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-chino.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-chino.tta-style-modern .tta-tab>a {
	border-color: #c8bba1;
	background-color: #cec2ab;
	color: #fff
}
.composer .tta-color-chino.tta-style-modern .tta-tab>a:focus, .composer .tta-color-chino.tta-style-modern .tta-tab>a:hover {
	background-color: #c3b498
}
.composer .tta-color-chino.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-chino.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #cec2ab;
	background-color: transparent
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-chino.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #cec2ab;
	background-color: transparent
}
.composer .tta-color-chino.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-chino.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-controls-icon::after, .composer .tta-color-chino.tta-style-outline .tta-controls-icon::before {
	border-color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-chino.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-chino.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-chino.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-chino.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-chino.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-tab>a {
	border-color: #cec2ab;
	background-color: transparent;
	color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline .tta-tab>a:focus, .composer .tta-color-chino.tta-style-outline .tta-tab>a:hover {
	background-color: #cec2ab;
	color: #fff
}
.composer .tta-color-chino.tta-style-outline .tta-tab.active>a {
	border-color: #cec2ab;
	background-color: transparent;
	color: #cec2ab
}
.non_responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #cec2ab
}
.non_responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #cec2ab
}
.composer .tta-color-chino.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-chino.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #c8bba1
}
.composer .tta-color-chino.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-chino.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #c3b498
}
.composer .tta-color-chino.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-chino.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-chino.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-chino.tta-style-flat .tta-controls-icon::after, .composer .tta-color-chino.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-chino.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-chino.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-chino.tta-style-flat .tta-tab>a {
	background-color: #c8bba1;
	color: #fff
}
.composer .tta-color-chino.tta-style-flat .tta-tab>a:focus, .composer .tta-color-chino.tta-style-flat .tta-tab>a:hover {
	background-color: #c3b498
}
.composer .tta-color-chino.tta-style-flat .tta-tab.active>a {
	background-color: #cec2ab;
	color: #fff
}
.non_responsive .composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels {
	background-color: #cec2ab
}
.non_responsive .composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels {
	background-color: #cec2ab
}
.composer .tta-color-chino.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #484152;
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #484152
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-mulled-wine.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-mulled-wine.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-tab>a {
	border-color: #484152;
	background-color: #50485b;
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-tab>a:focus, .composer .tta-color-mulled-wine.tta-style-classic .tta-tab>a:hover {
	background-color: #413a4a
}
.composer .tta-color-mulled-wine.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-mulled-wine.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #484152;
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #484152
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-mulled-wine.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-mulled-wine.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-tab>a {
	border-color: #484152;
	background-color: #50485b;
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-tab>a:focus, .composer .tta-color-mulled-wine.tta-style-modern .tta-tab>a:hover {
	background-color: #413a4a
}
.composer .tta-color-mulled-wine.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-mulled-wine.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #50485b;
	background-color: transparent
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #50485b;
	background-color: transparent
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-outline .tta-controls-icon::before {
	border-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-mulled-wine.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-tab>a {
	border-color: #50485b;
	background-color: transparent;
	color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-tab>a:focus, .composer .tta-color-mulled-wine.tta-style-outline .tta-tab>a:hover {
	background-color: #50485b;
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-outline .tta-tab.active>a {
	border-color: #50485b;
	background-color: transparent;
	color: #50485b
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #50485b
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #484152
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-mulled-wine.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #413a4a
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-mulled-wine.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-tab>a {
	background-color: #484152;
	color: #fff
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-tab>a:focus, .composer .tta-color-mulled-wine.tta-style-flat .tta-tab>a:hover {
	background-color: #413a4a
}
.composer .tta-color-mulled-wine.tta-style-flat .tta-tab.active>a {
	background-color: #50485b;
	color: #fff
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels {
	background-color: #50485b
}
.non_responsive .composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels {
	background-color: #50485b
}
.composer .tta-color-mulled-wine.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #69d294;
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #69d294
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-vista-blue.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-vista-blue.tta-style-classic .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-vista-blue.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-vista-blue.tta-style-classic .tta-tab>a {
	border-color: #69d294;
	background-color: #75d69c;
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-classic .tta-tab>a:focus, .composer .tta-color-vista-blue.tta-style-classic .tta-tab>a:hover {
	background-color: #5dcf8b
}
.composer .tta-color-vista-blue.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-vista-blue.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #69d294;
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #69d294
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-vista-blue.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-vista-blue.tta-style-modern .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-vista-blue.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-vista-blue.tta-style-modern .tta-tab>a {
	border-color: #69d294;
	background-color: #75d69c;
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-modern .tta-tab>a:focus, .composer .tta-color-vista-blue.tta-style-modern .tta-tab>a:hover {
	background-color: #5dcf8b
}
.composer .tta-color-vista-blue.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-vista-blue.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #75d69c;
	background-color: transparent
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #75d69c;
	background-color: transparent
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-vista-blue.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-outline .tta-controls-icon::before {
	border-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-vista-blue.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-vista-blue.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-tab>a {
	border-color: #75d69c;
	background-color: transparent;
	color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline .tta-tab>a:focus, .composer .tta-color-vista-blue.tta-style-outline .tta-tab>a:hover {
	background-color: #75d69c;
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-outline .tta-tab.active>a {
	border-color: #75d69c;
	background-color: transparent;
	color: #75d69c
}
.non_responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #75d69c
}
.non_responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #69d294
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-vista-blue.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #5dcf8b
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-vista-blue.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .tta-tab>a {
	background-color: #69d294;
	color: #fff
}
.composer .tta-color-vista-blue.tta-style-flat .tta-tab>a:focus, .composer .tta-color-vista-blue.tta-style-flat .tta-tab>a:hover {
	background-color: #5dcf8b
}
.composer .tta-color-vista-blue.tta-style-flat .tta-tab.active>a {
	background-color: #75d69c;
	color: #fff
}
.non_responsive .composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels {
	background-color: #75d69c
}
.non_responsive .composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels {
	background-color: #75d69c
}
.composer .tta-color-vista-blue.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #f6b859;
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #f6b859
}
.composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-orange.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-orange.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-orange.tta-style-classic .tta-controls-icon::after, .composer .tta-color-orange.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-orange.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-orange.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-orange.tta-style-classic .tta-tab>a {
	border-color: #f6b859;
	background-color: #f7be68;
	color: #fff
}
.composer .tta-color-orange.tta-style-classic .tta-tab>a:focus, .composer .tta-color-orange.tta-style-classic .tta-tab>a:hover {
	background-color: #f5b14b
}
.composer .tta-color-orange.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-orange.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #f6b859;
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #f6b859
}
.composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-orange.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-orange.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-orange.tta-style-modern .tta-controls-icon::after, .composer .tta-color-orange.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-orange.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-orange.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-orange.tta-style-modern .tta-tab>a {
	border-color: #f6b859;
	background-color: #f7be68;
	color: #fff
}
.composer .tta-color-orange.tta-style-modern .tta-tab>a:focus, .composer .tta-color-orange.tta-style-modern .tta-tab>a:hover {
	background-color: #f5b14b
}
.composer .tta-color-orange.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-orange.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #f7be68;
	background-color: transparent
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-orange.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #f7be68;
	background-color: transparent
}
.composer .tta-color-orange.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-orange.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-controls-icon::after, .composer .tta-color-orange.tta-style-outline .tta-controls-icon::before {
	border-color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-orange.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-orange.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-orange.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-orange.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-orange.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-tab>a {
	border-color: #f7be68;
	background-color: transparent;
	color: #f7be68
}
.composer .tta-color-orange.tta-style-outline .tta-tab>a:focus, .composer .tta-color-orange.tta-style-outline .tta-tab>a:hover {
	background-color: #f7be68;
	color: #fff
}
.composer .tta-color-orange.tta-style-outline .tta-tab.active>a {
	border-color: #f7be68;
	background-color: transparent;
	color: #f7be68
}
.non_responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f7be68
}
.non_responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f7be68
}
.composer .tta-color-orange.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-orange.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #f6b859
}
.composer .tta-color-orange.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-orange.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #f5b14b
}
.composer .tta-color-orange.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-orange.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-orange.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-orange.tta-style-flat .tta-controls-icon::after, .composer .tta-color-orange.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-orange.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-orange.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-orange.tta-style-flat .tta-tab>a {
	background-color: #f6b859;
	color: #fff
}
.composer .tta-color-orange.tta-style-flat .tta-tab>a:focus, .composer .tta-color-orange.tta-style-flat .tta-tab>a:hover {
	background-color: #f5b14b
}
.composer .tta-color-orange.tta-style-flat .tta-tab.active>a {
	background-color: #f7be68;
	color: #fff
}
.non_responsive .composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f7be68
}
.non_responsive .composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f7be68
}
.composer .tta-color-orange.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #4d9ae1;
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #4d9ae1
}
.composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sky.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-sky.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-sky.tta-style-classic .tta-controls-icon::after, .composer .tta-color-sky.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sky.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sky.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-sky.tta-style-classic .tta-tab>a {
	border-color: #4d9ae1;
	background-color: #5aa1e3;
	color: #fff
}
.composer .tta-color-sky.tta-style-classic .tta-tab>a:focus, .composer .tta-color-sky.tta-style-classic .tta-tab>a:hover {
	background-color: #4092df
}
.composer .tta-color-sky.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-sky.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #4d9ae1;
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #4d9ae1
}
.composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sky.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-sky.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-sky.tta-style-modern .tta-controls-icon::after, .composer .tta-color-sky.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sky.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sky.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-sky.tta-style-modern .tta-tab>a {
	border-color: #4d9ae1;
	background-color: #5aa1e3;
	color: #fff
}
.composer .tta-color-sky.tta-style-modern .tta-tab>a:focus, .composer .tta-color-sky.tta-style-modern .tta-tab>a:hover {
	background-color: #4092df
}
.composer .tta-color-sky.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-sky.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #5aa1e3;
	background-color: transparent
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-sky.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #5aa1e3;
	background-color: transparent
}
.composer .tta-color-sky.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-sky.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-controls-icon::after, .composer .tta-color-sky.tta-style-outline .tta-controls-icon::before {
	border-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-sky.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-sky.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-sky.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sky.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sky.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-tab>a {
	border-color: #5aa1e3;
	background-color: transparent;
	color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline .tta-tab>a:focus, .composer .tta-color-sky.tta-style-outline .tta-tab>a:hover {
	background-color: #5aa1e3;
	color: #fff
}
.composer .tta-color-sky.tta-style-outline .tta-tab.active>a {
	border-color: #5aa1e3;
	background-color: transparent;
	color: #5aa1e3
}
.non_responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #5aa1e3
}
.non_responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sky.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #4d9ae1
}
.composer .tta-color-sky.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-sky.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #4092df
}
.composer .tta-color-sky.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sky.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sky.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-sky.tta-style-flat .tta-controls-icon::after, .composer .tta-color-sky.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sky.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sky.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sky.tta-style-flat .tta-tab>a {
	background-color: #4d9ae1;
	color: #fff
}
.composer .tta-color-sky.tta-style-flat .tta-tab>a:focus, .composer .tta-color-sky.tta-style-flat .tta-tab>a:hover {
	background-color: #4092df
}
.composer .tta-color-sky.tta-style-flat .tta-tab.active>a {
	background-color: #5aa1e3;
	color: #fff
}
.non_responsive .composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels {
	background-color: #5aa1e3
}
.non_responsive .composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels {
	background-color: #5aa1e3
}
.composer .tta-color-sky.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #66a038;
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #66a038
}
.composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-green.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-green.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-green.tta-style-classic .tta-controls-icon::after, .composer .tta-color-green.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-green.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-green.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-green.tta-style-classic .tta-tab>a {
	border-color: #66a038;
	background-color: #6dab3c;
	color: #fff
}
.composer .tta-color-green.tta-style-classic .tta-tab>a:focus, .composer .tta-color-green.tta-style-classic .tta-tab>a:hover {
	background-color: #5f9434
}
.composer .tta-color-green.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-green.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #66a038;
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #66a038
}
.composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-green.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-green.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-green.tta-style-modern .tta-controls-icon::after, .composer .tta-color-green.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-green.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-green.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-green.tta-style-modern .tta-tab>a {
	border-color: #66a038;
	background-color: #6dab3c;
	color: #fff
}
.composer .tta-color-green.tta-style-modern .tta-tab>a:focus, .composer .tta-color-green.tta-style-modern .tta-tab>a:hover {
	background-color: #5f9434
}
.composer .tta-color-green.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-green.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #6dab3c;
	background-color: transparent
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-green.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #6dab3c;
	background-color: transparent
}
.composer .tta-color-green.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-green.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-controls-icon::after, .composer .tta-color-green.tta-style-outline .tta-controls-icon::before {
	border-color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-green.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-green.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-green.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-green.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-green.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-tab>a {
	border-color: #6dab3c;
	background-color: transparent;
	color: #6dab3c
}
.composer .tta-color-green.tta-style-outline .tta-tab>a:focus, .composer .tta-color-green.tta-style-outline .tta-tab>a:hover {
	background-color: #6dab3c;
	color: #fff
}
.composer .tta-color-green.tta-style-outline .tta-tab.active>a {
	border-color: #6dab3c;
	background-color: transparent;
	color: #6dab3c
}
.non_responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #6dab3c
}
.non_responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #6dab3c
}
.composer .tta-color-green.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-green.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #66a038
}
.composer .tta-color-green.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-green.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #5f9434
}
.composer .tta-color-green.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-green.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-green.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-green.tta-style-flat .tta-controls-icon::after, .composer .tta-color-green.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-green.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-green.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-green.tta-style-flat .tta-tab>a {
	background-color: #66a038;
	color: #fff
}
.composer .tta-color-green.tta-style-flat .tta-tab>a:focus, .composer .tta-color-green.tta-style-flat .tta-tab>a:hover {
	background-color: #5f9434
}
.composer .tta-color-green.tta-style-flat .tta-tab.active>a {
	background-color: #6dab3c;
	color: #fff
}
.non_responsive .composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels {
	background-color: #6dab3c
}
.non_responsive .composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels {
	background-color: #6dab3c
}
.composer .tta-color-green.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #f3443f;
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #f3443f
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-juicy-pink.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-juicy-pink.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-tab>a {
	border-color: #f3443f;
	background-color: #f4524d;
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-tab>a:focus, .composer .tta-color-juicy-pink.tta-style-classic .tta-tab>a:hover {
	background-color: #f23630
}
.composer .tta-color-juicy-pink.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-juicy-pink.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #f3443f;
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #f3443f
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-juicy-pink.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-juicy-pink.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-tab>a {
	border-color: #f3443f;
	background-color: #f4524d;
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-tab>a:focus, .composer .tta-color-juicy-pink.tta-style-modern .tta-tab>a:hover {
	background-color: #f23630
}
.composer .tta-color-juicy-pink.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-juicy-pink.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #f4524d;
	background-color: transparent
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #f4524d;
	background-color: transparent
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-outline .tta-controls-icon::before {
	border-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-juicy-pink.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-tab>a {
	border-color: #f4524d;
	background-color: transparent;
	color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-tab>a:focus, .composer .tta-color-juicy-pink.tta-style-outline .tta-tab>a:hover {
	background-color: #f4524d;
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-outline .tta-tab.active>a {
	border-color: #f4524d;
	background-color: transparent;
	color: #f4524d
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f4524d
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #f3443f
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-juicy-pink.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #f23630
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-juicy-pink.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-tab>a {
	background-color: #f3443f;
	color: #fff
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-tab>a:focus, .composer .tta-color-juicy-pink.tta-style-flat .tta-tab>a:hover {
	background-color: #f23630
}
.composer .tta-color-juicy-pink.tta-style-flat .tta-tab.active>a {
	background-color: #f4524d;
	color: #fff
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f4524d
}
.non_responsive .composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f4524d
}
.composer .tta-color-juicy-pink.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #f68a59;
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #f68a59
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-sandy-brown.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sandy-brown.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-tab>a {
	border-color: #f68a59;
	background-color: #f79468;
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-tab>a:focus, .composer .tta-color-sandy-brown.tta-style-classic .tta-tab>a:hover {
	background-color: #f57f4b
}
.composer .tta-color-sandy-brown.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-sandy-brown.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #f68a59;
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #f68a59
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-sandy-brown.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sandy-brown.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-tab>a {
	border-color: #f68a59;
	background-color: #f79468;
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-tab>a:focus, .composer .tta-color-sandy-brown.tta-style-modern .tta-tab>a:hover {
	background-color: #f57f4b
}
.composer .tta-color-sandy-brown.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-sandy-brown.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #f79468;
	background-color: transparent
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #f79468;
	background-color: transparent
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-outline .tta-controls-icon::before {
	border-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sandy-brown.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-tab>a {
	border-color: #f79468;
	background-color: transparent;
	color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-tab>a:focus, .composer .tta-color-sandy-brown.tta-style-outline .tta-tab>a:hover {
	background-color: #f79468;
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-outline .tta-tab.active>a {
	border-color: #f79468;
	background-color: transparent;
	color: #f79468
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f79468
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #f68a59
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-sandy-brown.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #f57f4b
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-sandy-brown.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-tab>a {
	background-color: #f68a59;
	color: #fff
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-tab>a:focus, .composer .tta-color-sandy-brown.tta-style-flat .tta-tab>a:hover {
	background-color: #f57f4b
}
.composer .tta-color-sandy-brown.tta-style-flat .tta-tab.active>a {
	background-color: #f79468;
	color: #fff
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f79468
}
.non_responsive .composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels {
	background-color: #f79468
}
.composer .tta-color-sandy-brown.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #b474b6;
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #b474b6
}
.composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-purple.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-purple.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-purple.tta-style-classic .tta-controls-icon::after, .composer .tta-color-purple.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-purple.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-purple.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-purple.tta-style-classic .tta-tab>a {
	border-color: #b474b6;
	background-color: #b97ebb;
	color: #fff
}
.composer .tta-color-purple.tta-style-classic .tta-tab>a:focus, .composer .tta-color-purple.tta-style-classic .tta-tab>a:hover {
	background-color: #ae6ab0
}
.composer .tta-color-purple.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-purple.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #b474b6;
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #b474b6
}
.composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-purple.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-purple.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-purple.tta-style-modern .tta-controls-icon::after, .composer .tta-color-purple.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-purple.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-purple.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-purple.tta-style-modern .tta-tab>a {
	border-color: #b474b6;
	background-color: #b97ebb;
	color: #fff
}
.composer .tta-color-purple.tta-style-modern .tta-tab>a:focus, .composer .tta-color-purple.tta-style-modern .tta-tab>a:hover {
	background-color: #ae6ab0
}
.composer .tta-color-purple.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-purple.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #b97ebb;
	background-color: transparent
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-purple.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #b97ebb;
	background-color: transparent
}
.composer .tta-color-purple.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-purple.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-controls-icon::after, .composer .tta-color-purple.tta-style-outline .tta-controls-icon::before {
	border-color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-purple.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-purple.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-purple.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-purple.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-purple.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-tab>a {
	border-color: #b97ebb;
	background-color: transparent;
	color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline .tta-tab>a:focus, .composer .tta-color-purple.tta-style-outline .tta-tab>a:hover {
	background-color: #b97ebb;
	color: #fff
}
.composer .tta-color-purple.tta-style-outline .tta-tab.active>a {
	border-color: #b97ebb;
	background-color: transparent;
	color: #b97ebb
}
.non_responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #b97ebb
}
.non_responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #b97ebb
}
.composer .tta-color-purple.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-purple.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #b474b6
}
.composer .tta-color-purple.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-purple.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #ae6ab0
}
.composer .tta-color-purple.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-purple.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-purple.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-purple.tta-style-flat .tta-controls-icon::after, .composer .tta-color-purple.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-purple.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-purple.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-purple.tta-style-flat .tta-tab>a {
	background-color: #b474b6;
	color: #fff
}
.composer .tta-color-purple.tta-style-flat .tta-tab>a:focus, .composer .tta-color-purple.tta-style-flat .tta-tab>a:hover {
	background-color: #ae6ab0
}
.composer .tta-color-purple.tta-style-flat .tta-tab.active>a {
	background-color: #b97ebb;
	color: #fff
}
.non_responsive .composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels {
	background-color: #b97ebb
}
.non_responsive .composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels {
	background-color: #b97ebb
}
.composer .tta-color-purple.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #222;
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #222
}
.composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-black.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-black.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-black.tta-style-classic .tta-controls-icon::after, .composer .tta-color-black.tta-style-classic .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-black.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-black.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-black.tta-style-classic .tta-tab>a {
	border-color: #222;
	background-color: #2a2a2a;
	color: #fff
}
.composer .tta-color-black.tta-style-classic .tta-tab>a:focus, .composer .tta-color-black.tta-style-classic .tta-tab>a:hover {
	background-color: #1b1b1b
}
.composer .tta-color-black.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-black.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #222;
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #222
}
.composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-black.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-black.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-black.tta-style-modern .tta-controls-icon::after, .composer .tta-color-black.tta-style-modern .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-black.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-black.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-black.tta-style-modern .tta-tab>a {
	border-color: #222;
	background-color: #2a2a2a;
	color: #fff
}
.composer .tta-color-black.tta-style-modern .tta-tab>a:focus, .composer .tta-color-black.tta-style-modern .tta-tab>a:hover {
	background-color: #1b1b1b
}
.composer .tta-color-black.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-black.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #2a2a2a;
	background-color: transparent
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #fff
}
.composer .tta-color-black.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #2a2a2a;
	background-color: transparent
}
.composer .tta-color-black.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-black.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-controls-icon::after, .composer .tta-color-black.tta-style-outline .tta-controls-icon::before {
	border-color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-black.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-black.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-black.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-black.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-black.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-tab>a {
	border-color: #2a2a2a;
	background-color: transparent;
	color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline .tta-tab>a:focus, .composer .tta-color-black.tta-style-outline .tta-tab>a:hover {
	background-color: #2a2a2a;
	color: #fff
}
.composer .tta-color-black.tta-style-outline .tta-tab.active>a {
	border-color: #2a2a2a;
	background-color: transparent;
	color: #2a2a2a
}
.non_responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #2a2a2a
}
.non_responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #2a2a2a
}
.composer .tta-color-black.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-black.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #222
}
.composer .tta-color-black.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-black.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #1b1b1b
}
.composer .tta-color-black.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-black.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-black.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #fff
}
.composer .tta-color-black.tta-style-flat .tta-controls-icon::after, .composer .tta-color-black.tta-style-flat .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-black.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-black.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-black.tta-style-flat .tta-tab>a {
	background-color: #222;
	color: #fff
}
.composer .tta-color-black.tta-style-flat .tta-tab>a:focus, .composer .tta-color-black.tta-style-flat .tta-tab>a:hover {
	background-color: #1b1b1b
}
.composer .tta-color-black.tta-style-flat .tta-tab.active>a {
	background-color: #2a2a2a;
	color: #fff
}
.non_responsive .composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels {
	background-color: #2a2a2a
}
.non_responsive .composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels {
	background-color: #2a2a2a
}
.composer .tta-color-black.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-grey.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-classic .tta-controls-icon::after, .composer .tta-color-grey.tta-style-classic .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-grey.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-classic .tta-tab>a {
	border-color: #e3e3e3;
	background-color: #ebebeb;
	color: #666
}
.composer .tta-color-grey.tta-style-classic .tta-tab>a:focus, .composer .tta-color-grey.tta-style-classic .tta-tab>a:hover {
	background-color: #dcdcdc
}
.composer .tta-color-grey.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f0f0f0;
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-grey.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-modern .tta-controls-icon::after, .composer .tta-color-grey.tta-style-modern .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-grey.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-modern .tta-tab>a {
	border-color: #e3e3e3;
	background-color: #ebebeb;
	color: #666
}
.composer .tta-color-grey.tta-style-modern .tta-tab>a:focus, .composer .tta-color-grey.tta-style-modern .tta-tab>a:hover {
	background-color: #dcdcdc
}
.composer .tta-color-grey.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #e3e3e3;
	background-color: transparent
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #666
}
.composer .tta-color-grey.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #ebebeb;
	background-color: transparent
}
.composer .tta-color-grey.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-grey.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-controls-icon::after, .composer .tta-color-grey.tta-style-outline .tta-controls-icon::before {
	border-color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-grey.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-grey.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-grey.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-grey.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-tab>a {
	border-color: #e3e3e3;
	background-color: transparent;
	color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline .tta-tab>a:focus, .composer .tta-color-grey.tta-style-outline .tta-tab>a:hover {
	background-color: #ebebeb;
	color: #666
}
.composer .tta-color-grey.tta-style-outline .tta-tab.active>a {
	border-color: #ebebeb;
	background-color: transparent;
	color: #ebebeb
}
.non_responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #ebebeb
}
.non_responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #ebebeb
}
.composer .tta-color-grey.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-grey.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-grey.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #f0f0f0
}
.composer .tta-color-grey.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-grey.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #f8f8f8
}
.composer .tta-color-grey.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #666
}
.composer .tta-color-grey.tta-style-flat .tta-controls-icon::after, .composer .tta-color-grey.tta-style-flat .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-grey.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-grey.tta-style-flat .tta-tab>a {
	background-color: #e3e3e3;
	color: #666
}
.composer .tta-color-grey.tta-style-flat .tta-tab>a:focus, .composer .tta-color-grey.tta-style-flat .tta-tab>a:hover {
	background-color: #dcdcdc
}
.composer .tta-color-grey.tta-style-flat .tta-tab.active>a {
	background-color: #ebebeb;
	color: #666
}
.non_responsive .composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels {
	background-color: #ebebeb
}
.non_responsive .composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels {
	background-color: #ebebeb
}
.composer .tta-color-grey.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-heading {
	border-color: #f7f7f7;
	background-color: #fff
}
.composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-heading:focus, .composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-heading:hover {
	background-color: #f7f7f7
}
.composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-classic .tta-panel.active .tta-panel-heading {
	border-color: #f7f7f7;
	background-color: #fff
}
.composer .tta-color-white.tta-style-classic .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-body {
	background-color: #fff
}
.composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-body, .composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-body::after, .composer .tta-color-white.tta-style-classic .tta-panel .tta-panel-body::before {
	border-color: #f7f7f7
}
.composer .tta-color-white.tta-style-classic .tta-controls-icon::after, .composer .tta-color-white.tta-style-classic .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-classic .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-white.tta-style-classic .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-classic .tta-tab>a {
	border-color: #f7f7f7;
	background-color: #fff;
	color: #666
}
.composer .tta-color-white.tta-style-classic .tta-tab>a:focus, .composer .tta-color-white.tta-style-classic .tta-tab>a:hover {
	background-color: #f0f0f0
}
.composer .tta-color-white.tta-style-classic .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels, .non_responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels, .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::after, .composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-white.tta-style-classic.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-heading {
	border-color: #f7f7f7;
	background-color: #fff
}
.composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-heading:focus, .composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-heading:hover {
	background-color: #f7f7f7
}
.composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-modern .tta-panel.active .tta-panel-heading {
	border-color: #f7f7f7;
	background-color: #fff
}
.composer .tta-color-white.tta-style-modern .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-body {
	background-color: #fff
}
.composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-body, .composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-body::after, .composer .tta-color-white.tta-style-modern .tta-panel .tta-panel-body::before {
	border-color: #f7f7f7
}
.composer .tta-color-white.tta-style-modern .tta-controls-icon::after, .composer .tta-color-white.tta-style-modern .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-modern .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-white.tta-style-modern .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-modern .tta-tab>a {
	border-color: #f7f7f7;
	background-color: #fff;
	color: #666
}
.composer .tta-color-white.tta-style-modern .tta-tab>a:focus, .composer .tta-color-white.tta-style-modern .tta-tab>a:hover {
	background-color: #f0f0f0
}
.composer .tta-color-white.tta-style-modern .tta-tab.active>a {
	border-color: #f0f0f0;
	background-color: #f8f8f8;
	color: #666
}
.non_responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.non_responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels, .non_responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.non_responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels {
	background-color: #f8f8f8
}
.composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels, .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::after, .composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels::before {
	border-color: #f0f0f0
}
.composer .tta-color-white.tta-style-modern.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-heading {
	border-color: #f7f7f7;
	background-color: transparent
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-heading:focus, .composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-heading:hover {
	background-color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-title>a:hover {
	color: #666
}
.composer .tta-color-white.tta-style-outline .tta-panel.active .tta-panel-heading {
	border-color: #fff;
	background-color: transparent
}
.composer .tta-color-white.tta-style-outline .tta-panel.active .tta-panel-title>a {
	color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-body {
	background-color: transparent
}
.composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-body, .composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-body::after, .composer .tta-color-white.tta-style-outline .tta-panel .tta-panel-body::before {
	border-color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-controls-icon::after, .composer .tta-color-white.tta-style-outline .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::after, .composer .tta-color-white.tta-style-outline .tta-panel-heading:focus .tta-controls-icon::before, .composer .tta-color-white.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::after, .composer .tta-color-white.tta-style-outline .tta-panel-heading:hover .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-outline .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-white.tta-style-outline .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-tab>a {
	border-color: #f7f7f7;
	background-color: transparent;
	color: #fff
}
.composer .tta-color-white.tta-style-outline .tta-tab>a:focus, .composer .tta-color-white.tta-style-outline .tta-tab>a:hover {
	background-color: #fff;
	color: #666
}
.composer .tta-color-white.tta-style-outline .tta-tab.active>a {
	border-color: #fff;
	background-color: transparent;
	color: #fff
}
.non_responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.non_responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels, .non_responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::after, .non_responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::before, .tta-o-non-responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::after, .tta-o-non-responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #fff
}
.non_responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels {
	background-color: transparent
}
.composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels, .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::after, .composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels::before {
	border-color: #fff
}
.composer .tta-color-white.tta-style-outline.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta-color-white.tta-style-flat .tta-panel .tta-panel-heading {
	background-color: #fafafa
}
.composer .tta-color-white.tta-style-flat .tta-panel .tta-panel-heading:focus, .composer .tta-color-white.tta-style-flat .tta-panel .tta-panel-heading:hover {
	background-color: #f2f2f2
}
.composer .tta-color-white.tta-style-flat .tta-panel .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-flat .tta-panel.active .tta-panel-heading {
	background-color: #fff
}
.composer .tta-color-white.tta-style-flat .tta-panel.active .tta-panel-title>a {
	color: #666
}
.composer .tta-color-white.tta-style-flat .tta-panel .tta-panel-body {
	background-color: #fff
}
.composer .tta-color-white.tta-style-flat:not(.tta-o-no-fill) .tta-panel-body {
	color: #666
}
.composer .tta-color-white.tta-style-flat .tta-controls-icon::after, .composer .tta-color-white.tta-style-flat .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-flat .active .tta-panel-heading .tta-controls-icon::after, .composer .tta-color-white.tta-style-flat .active .tta-panel-heading .tta-controls-icon::before {
	border-color: #666
}
.composer .tta-color-white.tta-style-flat .tta-tab>a {
	background-color: #fafafa;
	color: #666
}
.composer .tta-color-white.tta-style-flat .tta-tab>a:focus, .composer .tta-color-white.tta-style-flat .tta-tab>a:hover {
	background-color: #f2f2f2
}
.composer .tta-color-white.tta-style-flat .tta-tab.active>a {
	background-color: #fff;
	color: #666
}
.non_responsive .composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels {
	background-color: #fff
}
.non_responsive .composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels .tta-panel-body, .tta-o-non-responsive .composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels {
	background-color: #fff
}
.composer .tta-color-white.tta-style-flat.tta-tabs .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta.tta-o-no-fill .tta-panels .tta-panel-body {
	border-color: transparent;
	background-color: transparent
}
.non_responsive .composer .tta.tta-o-no-fill.tta-tabs .tta-panels, .tta-o-non-responsive .composer .tta.tta-o-no-fill.tta-tabs .tta-panels {
	border-color: transparent;
	background-color: transparent
}
@media (min-width:768px) {
.composer .tta.tta-o-no-fill.tta-tabs .tta-panels {
	border-color: transparent;
	background-color: transparent
}
}
.composer .tta.tta-o-no-fill.tta-tabs .tta-tabs-container {
	margin: 0
}
.composer .tta.tta-o-no-fill.tta-tabs-position-bottom .tta-panel-body, .composer .tta.tta-o-no-fill.tta-tabs-position-top .tta-panel-body {
	padding-left: 0;
	padding-right: 0
}
.composer .tta.tta-o-no-fill.tta-tabs-position-left .tta-panel-body, .composer .tta.tta-o-no-fill.tta-tabs-position-right .tta-panel-body {
	padding-top: 0;
	padding-bottom: 0
}
.composer .tta.tta-spacing-1 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-1 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 1px
}
.composer .tta.tta-spacing-1 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-1 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 1px
}
.composer .tta.tta-spacing-1 .tta-tabs-list {
	padding: 0;
	margin-top: -1px;
	margin-bottom: 0;
	margin-left: -1px;
	margin-right: 0
}
.composer .tta.tta-spacing-1 .tta-tab {
	margin-top: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	margin-right: 0
}
.composer .tta.tta-spacing-2 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-2 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 2px
}
.composer .tta.tta-spacing-2 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-2 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 2px
}
.composer .tta.tta-spacing-2 .tta-tabs-list {
	padding: 0;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: -1px
}
.composer .tta.tta-spacing-2 .tta-tab {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px
}
.composer .tta.tta-spacing-3 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-3 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 3px
}
.composer .tta.tta-spacing-3 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-3 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 3px
}
.composer .tta.tta-spacing-3 .tta-tabs-list {
	padding: 0;
	margin-top: -2px;
	margin-bottom: -1px;
	margin-left: -2px;
	margin-right: -1px
}
.composer .tta.tta-spacing-3 .tta-tab {
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-right: 1px
}
.composer .tta.tta-spacing-4 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-4 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 4px
}
.composer .tta.tta-spacing-4 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-4 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 4px
}
.composer .tta.tta-spacing-4 .tta-tabs-list {
	padding: 0;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-left: -2px;
	margin-right: -2px
}
.composer .tta.tta-spacing-4 .tta-tab {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px
}
.composer .tta.tta-spacing-5 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-5 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 5px
}
.composer .tta.tta-spacing-5 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-5 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 5px
}
.composer .tta.tta-spacing-5 .tta-tabs-list {
	padding: 0;
	margin-top: -3px;
	margin-bottom: -2px;
	margin-left: -3px;
	margin-right: -2px
}
.composer .tta.tta-spacing-5 .tta-tab {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 2px
}
.composer .tta.tta-spacing-10 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-10 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 10px
}
.composer .tta.tta-spacing-10 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-10 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 10px
}
.composer .tta.tta-spacing-10 .tta-tabs-list {
	padding: 0;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
	margin-right: -5px
}
.composer .tta.tta-spacing-10 .tta-tab {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px
}
.composer .tta.tta-spacing-15 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-15 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 15px
}
.composer .tta.tta-spacing-15 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-15 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 15px
}
.composer .tta.tta-spacing-15 .tta-tabs-list {
	padding: 0;
	margin-top: -8px;
	margin-bottom: -7px;
	margin-left: -8px;
	margin-right: -7px
}
.composer .tta.tta-spacing-15 .tta-tab {
	margin-top: 8px;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-right: 7px
}
.composer .tta.tta-spacing-20 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-20 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 20px
}
.composer .tta.tta-spacing-20 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-20 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 20px
}
.composer .tta.tta-spacing-20 .tta-tabs-list {
	padding: 0;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px
}
.composer .tta.tta-spacing-20 .tta-tab {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px
}
.composer .tta.tta-spacing-25 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-25 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 25px
}
.composer .tta.tta-spacing-25 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-25 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 25px
}
.composer .tta.tta-spacing-25 .tta-tabs-list {
	padding: 0;
	margin-top: -13px;
	margin-bottom: -12px;
	margin-left: -13px;
	margin-right: -12px
}
.composer .tta.tta-spacing-25 .tta-tab {
	margin-top: 13px;
	margin-bottom: 12px;
	margin-left: 13px;
	margin-right: 12px
}
.composer .tta.tta-spacing-30 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-30 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 30px
}
.composer .tta.tta-spacing-30 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-30 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 30px
}
.composer .tta.tta-spacing-30 .tta-tabs-list {
	padding: 0;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
	margin-right: -15px
}
.composer .tta.tta-spacing-30 .tta-tab {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px
}
.composer .tta.tta-spacing-35 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-spacing-35 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 35px
}
.composer .tta.tta-spacing-35 .tta-panel.active .tta-panel-heading, .composer .tta.tta-spacing-35 .tta-panel:not(:last-child) .tta-panel-heading {
	margin-bottom: 35px
}
.composer .tta.tta-spacing-35 .tta-tabs-list {
	padding: 0;
	margin-top: -18px;
	margin-bottom: -17px;
	margin-left: -18px;
	margin-right: -17px
}
.composer .tta.tta-spacing-35 .tta-tab {
	margin-top: 18px;
	margin-bottom: 17px;
	margin-left: 18px;
	margin-right: 17px
}
.composer .tta.tta-gap-1 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-1 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 1px
}
.composer .tta.tta-gap-1 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 1px
}
.composer .tta.tta-gap-1.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 1px
}
.composer .tta.tta-gap-1.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 1px
}
.composer .tta.tta-gap-1.tta-tabs-position-left .tta-tabs-container {
	margin-right: 1px
}
.composer .tta.tta-gap-1.tta-tabs-position-right .tta-tabs-container {
	margin-left: 1px
}
.composer .tta.tta-gap-2 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-2 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 2px
}
.composer .tta.tta-gap-2 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 2px
}
.composer .tta.tta-gap-2.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 2px
}
.composer .tta.tta-gap-2.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 2px
}
.composer .tta.tta-gap-2.tta-tabs-position-left .tta-tabs-container {
	margin-right: 2px
}
.composer .tta.tta-gap-2.tta-tabs-position-right .tta-tabs-container {
	margin-left: 2px
}
.composer .tta.tta-gap-3 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-3 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 3px
}
.composer .tta.tta-gap-3 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 3px
}
.composer .tta.tta-gap-3.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 3px
}
.composer .tta.tta-gap-3.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 3px
}
.composer .tta.tta-gap-3.tta-tabs-position-left .tta-tabs-container {
	margin-right: 3px
}
.composer .tta.tta-gap-3.tta-tabs-position-right .tta-tabs-container {
	margin-left: 3px
}
.composer .tta.tta-gap-4 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-4 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 4px
}
.composer .tta.tta-gap-4 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 4px
}
.composer .tta.tta-gap-4.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 4px
}
.composer .tta.tta-gap-4.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 4px
}
.composer .tta.tta-gap-4.tta-tabs-position-left .tta-tabs-container {
	margin-right: 4px
}
.composer .tta.tta-gap-4.tta-tabs-position-right .tta-tabs-container {
	margin-left: 4px
}
.composer .tta.tta-gap-5 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-5 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 5px
}
.composer .tta.tta-gap-5 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 5px
}
.composer .tta.tta-gap-5.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 5px
}
.composer .tta.tta-gap-5.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 5px
}
.composer .tta.tta-gap-5.tta-tabs-position-left .tta-tabs-container {
	margin-right: 5px
}
.composer .tta.tta-gap-5.tta-tabs-position-right .tta-tabs-container {
	margin-left: 5px
}
.composer .tta.tta-gap-10 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-10 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 10px
}
.composer .tta.tta-gap-10 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 10px
}
.composer .tta.tta-gap-10.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 10px
}
.composer .tta.tta-gap-10.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 10px
}
.composer .tta.tta-gap-10.tta-tabs-position-left .tta-tabs-container {
	margin-right: 10px
}
.composer .tta.tta-gap-10.tta-tabs-position-right .tta-tabs-container {
	margin-left: 10px
}
.composer .tta.tta-gap-15 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-15 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 15px
}
.composer .tta.tta-gap-15 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 15px
}
.composer .tta.tta-gap-15.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 15px
}
.composer .tta.tta-gap-15.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 15px
}
.composer .tta.tta-gap-15.tta-tabs-position-left .tta-tabs-container {
	margin-right: 15px
}
.composer .tta.tta-gap-15.tta-tabs-position-right .tta-tabs-container {
	margin-left: 15px
}
.composer .tta.tta-gap-20 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-20 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 20px
}
.composer .tta.tta-gap-20 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 20px
}
.composer .tta.tta-gap-20.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 20px
}
.composer .tta.tta-gap-20.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 20px
}
.composer .tta.tta-gap-20.tta-tabs-position-left .tta-tabs-container {
	margin-right: 20px
}
.composer .tta.tta-gap-20.tta-tabs-position-right .tta-tabs-container {
	margin-left: 20px
}
.composer .tta.tta-gap-25 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-25 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 25px
}
.composer .tta.tta-gap-25 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 25px
}
.composer .tta.tta-gap-25.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 25px
}
.composer .tta.tta-gap-25.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 25px
}
.composer .tta.tta-gap-25.tta-tabs-position-left .tta-tabs-container {
	margin-right: 25px
}
.composer .tta.tta-gap-25.tta-tabs-position-right .tta-tabs-container {
	margin-left: 25px
}
.composer .tta.tta-gap-30 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-30 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 30px
}
.composer .tta.tta-gap-30 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 30px
}
.composer .tta.tta-gap-30.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 30px
}
.composer .tta.tta-gap-30.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 30px
}
.composer .tta.tta-gap-30.tta-tabs-position-left .tta-tabs-container {
	margin-right: 30px
}
.composer .tta.tta-gap-30.tta-tabs-position-right .tta-tabs-container {
	margin-left: 30px
}
.composer .tta.tta-gap-35 .tta-panel.active+.tta-panel .tta-panel-heading, .composer .tta.tta-gap-35 .tta-panel:not(:first-child) .tta-panel-heading {
	margin-top: 35px
}
.composer .tta.tta-gap-35 .tta-panel:not(:last-child):not(.active) .tta-panel-heading {
	margin-bottom: 35px
}
.composer .tta.tta-gap-35.tta-tabs-position-top .tta-tabs-container {
	margin-bottom: 35px
}
.composer .tta.tta-gap-35.tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 35px
}
.composer .tta.tta-gap-35.tta-tabs-position-left .tta-tabs-container {
	margin-right: 35px
}
.composer .tta.tta-gap-35.tta-tabs-position-right .tta-tabs-container {
	margin-left: 35px
}
.composer .tta-tabs.tta-tabs-position-top .tta-tabs-container {
	overflow: hidden
}
.composer .tta-tabs.tta-tabs-position-top .tta-tabs-list {
	overflow: hidden
}
.non_responsive .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::before, .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::before {
	right: auto;
	bottom: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-right-width: 0;
	border-bottom-width: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::after, .composer .tta-tabs.tta-tabs-position-top .tta-panel-body::after {
	left: auto;
	bottom: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-left-width: 0;
	border-bottom-width: 0
}
.composer .tta-tabs.tta-tabs-position-top.tta-o-shape-group .tta-tab:not(:first-child):not(:last-child)>a {
	border-radius: 0
}
.composer .tta-tabs.tta-tabs-position-top.tta-o-shape-group .tta-tab:first-child:not(:last-child)>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs.tta-tabs-position-top.tta-o-shape-group .tta-tab:last-child:not(:first-child)>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.composer .tta-tabs.tta-tabs-position-bottom .tta-tabs-container {
	overflow: hidden
}
.composer .tta-tabs.tta-tabs-position-bottom .tta-tabs-list {
	overflow: hidden
}
.non_responsive .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::before, .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::before {
	right: auto;
	top: auto;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-right-width: 0;
	border-top-width: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::after, .composer .tta-tabs.tta-tabs-position-bottom .tta-panel-body::after {
	left: auto;
	top: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
	border-top-width: 0
}
.composer .tta-tabs.tta-tabs-position-bottom.tta-o-shape-group .tta-tab:not(:first-child):not(:last-child)>a {
	border-radius: 0
}
.composer .tta-tabs.tta-tabs-position-bottom.tta-o-shape-group .tta-tab:first-child:not(:last-child)>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs.tta-tabs-position-bottom.tta-o-shape-group .tta-tab:last-child:not(:first-child)>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.composer .tta-tabs.tta-tabs-position-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.composer .tta-tabs.tta-tabs-position-left .tta-tabs-container {
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 0;
	margin-left: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-left .tta-tabs-container, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-left .tta-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:768px) {
.composer .tta-tabs.tta-tabs-position-left .tta-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.composer .tta-tabs.tta-tabs-position-left .tta-tabs-list {
	overflow: hidden
}
.non_responsive .composer .tta-tabs.tta-tabs-position-left .tta-tabs-list, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-left .tta-tabs-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (min-width:768px) {
.composer .tta-tabs.tta-tabs-position-left .tta-tabs-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
}
.composer .tta-tabs.tta-tabs-position-left .tta-tab {
	display: block
}
.composer .tta-tabs.tta-tabs-position-left .tta-panels-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
.composer .tta-tabs.tta-tabs-position-left .tta-panels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.non_responsive .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::before, .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::before {
	right: auto;
	bottom: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-right-width: 0;
	border-bottom-width: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::after, .composer .tta-tabs.tta-tabs-position-left .tta-panel-body::after {
	right: auto;
	top: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-width: 0;
	border-top-width: 0
}
.composer .tta-tabs.tta-tabs-position-left.tta-o-shape-group .tta-tab:not(:first-child):not(:last-child)>a {
	border-radius: 0
}
.composer .tta-tabs.tta-tabs-position-left.tta-o-shape-group .tta-tab:first-child:not(:last-child)>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs.tta-tabs-position-left.tta-o-shape-group .tta-tab:last-child:not(:first-child)>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-tabs.tta-tabs-position-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.composer .tta-tabs.tta-tabs-position-right .tta-tabs-container {
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-top: 0;
	margin-right: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-right .tta-tabs-container, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-right .tta-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:768px) {
.composer .tta-tabs.tta-tabs-position-right .tta-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.composer .tta-tabs.tta-tabs-position-right .tta-tabs-list {
	overflow: hidden
}
.non_responsive .composer .tta-tabs.tta-tabs-position-right .tta-tabs-list, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-right .tta-tabs-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (min-width:768px) {
.composer .tta-tabs.tta-tabs-position-right .tta-tabs-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
}
.composer .tta-tabs.tta-tabs-position-right .tta-tab {
	display: block
}
.composer .tta-tabs.tta-tabs-position-right .tta-panels-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}
.composer .tta-tabs.tta-tabs-position-right .tta-panels {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.non_responsive .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::before, .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::before {
	left: auto;
	bottom: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-left-width: 0;
	border-bottom-width: 0
}
.non_responsive .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::after, .composer .tta-tabs.tta-tabs-position-right .tta-panel-body::after {
	left: auto;
	top: auto;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
	border-top-width: 0
}
.composer .tta-tabs.tta-tabs-position-right.tta-o-shape-group .tta-tab:not(:first-child):not(:last-child)>a {
	border-radius: 0
}
.composer .tta-tabs.tta-tabs-position-right.tta-o-shape-group .tta-tab:first-child:not(:last-child)>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs.tta-tabs-position-right.tta-o-shape-group .tta-tab:last-child:not(:first-child)>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.non_responsive .composer .tta-tabs.tta-o-no-fill .tta-panel-body::after, .non_responsive .composer .tta-tabs.tta-o-no-fill .tta-panel-body::before, .non_responsive .composer .tta-tabs[class*=tta-gap] .tta-panel-body::after, .non_responsive .composer .tta-tabs[class*=tta-gap] .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs.tta-o-no-fill .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs.tta-o-no-fill .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs[class*=tta-gap] .tta-panel-body::after, .tta-o-non-responsive .composer .tta-tabs[class*=tta-gap] .tta-panel-body::before, .composer .tta-tabs.tta-o-no-fill .tta-panel-body::after, .composer .tta-tabs.tta-o-no-fill .tta-panel-body::before, .composer .tta-tabs[class*=tta-gap] .tta-panel-body::after, .composer .tta-tabs[class*=tta-gap] .tta-panel-body::before {
	display: none
}
.composer .tta-tabs.tta-o-no-fill .tta-tabs-container, .composer .tta-tabs.tta-o-no-fill .tta-tabs-list, .composer .tta-tabs[class*=tta-gap] .tta-tabs-container, .composer .tta-tabs[class*=tta-gap] .tta-tabs-list {
	overflow: initial
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top .tta-tab>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top .tta-tab.active>a {
	border-bottom-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top .tta-tab.active>a::before {
	display: block;
	height: auto;
	top: 100%;
	right: 100%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top .tta-tab.active>a::after {
	display: block;
	height: auto;
	top: 100%;
	left: 100%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top .tta-tabs-container {
	margin-top: 0;
	margin-bottom: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top.tta-style-classic .tta-tabs-container, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top.tta-style-modern .tta-tabs-container {
	margin-bottom: -1px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top.tta-style-outline .tta-tabs-container {
	margin-bottom: -2px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-top.tta-style-outline:not(.tta-pageable) .tta-panels {
	border-top-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom .tta-tab>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom .tta-tab.active>a {
	border-top-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom .tta-tab.active>a::before {
	display: block;
	height: auto;
	bottom: 100%;
	right: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom .tta-tab.active>a::after {
	display: block;
	height: auto;
	bottom: 100%;
	left: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom .tta-tabs-container {
	margin-top: 0;
	margin-bottom: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom.tta-style-classic .tta-tabs-container, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom.tta-style-modern .tta-tabs-container {
	margin-top: -1px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom.tta-style-outline .tta-tabs-container {
	margin-top: -2px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-bottom.tta-style-outline:not(.tta-pageable) .tta-panels {
	border-bottom-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left .tta-tab>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left .tta-tab.active>a {
	border-right-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left .tta-tab.active>a::before {
	display: block;
	width: auto;
	left: 100%;
	bottom: 100%;
	border-bottom: 0;
	border-top: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left .tta-tab.active>a::after {
	display: block;
	width: auto;
	left: 100%;
	top: 100%;
	border-bottom: 0;
	border-top: 0;
	border-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left .tta-tabs-container {
	margin-left: 0;
	margin-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-style-classic .tta-tabs-container, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-style-modern .tta-tabs-container {
	margin-right: -1px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-style-outline .tta-tabs-container {
	margin-right: -2px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-style-outline .tta-panels {
	border-left-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-round .tta-panels, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-rounded .tta-panels {
	margin-top: 0;
	border-top-left-radius: 0
}
.non_responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-round .tta-panel-body::before, .non_responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-rounded .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-round .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-rounded .tta-panel-body::before, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-round .tta-panel-body::before, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-left.tta-shape-rounded .tta-panel-body::before {
	display: none
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right .tta-tab>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right .tta-tab.active>a {
	border-left-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right .tta-tab.active>a::before {
	display: block;
	width: auto;
	right: 100%;
	bottom: 100%;
	border-bottom: 0;
	border-top: 0;
	border-left: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right .tta-tab.active>a::after {
	display: block;
	width: auto;
	right: 100%;
	top: 100%;
	border-bottom: 0;
	border-top: 0;
	border-left: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right .tta-tabs-container {
	margin-left: 0;
	margin-right: 0
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-style-classic .tta-tabs-container, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-style-modern .tta-tabs-container {
	margin-left: -1px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-style-outline .tta-tabs-container {
	margin-left: -2px
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-style-outline .tta-panels {
	border-right-color: transparent
}
.composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-round .tta-panels, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-rounded .tta-panels {
	margin-top: 0;
	border-top-right-radius: 0
}
.non_responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-round .tta-panel-body::before, .non_responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-rounded .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-round .tta-panel-body::before, .tta-o-non-responsive .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-rounded .tta-panel-body::before, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-round .tta-panel-body::before, .composer .tta-tabs:not([class*=tta-gap]):not(.tta-o-no-fill).tta-tabs-position-right.tta-shape-rounded .tta-panel-body::before {
	display: none
}
.composer .tta-tabs.tta-tabs-position-left.tta-controls-size-xs .tta-tabs-container, .composer .tta-tabs.tta-tabs-position-right.tta-controls-size-xs .tta-tabs-container {
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%
}
.composer .tta-tabs.tta-tabs-position-left.tta-controls-size-sm .tta-tabs-container, .composer .tta-tabs.tta-tabs-position-right.tta-controls-size-sm .tta-tabs-container {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}
.composer .tta-tabs.tta-tabs-position-left.tta-controls-size-md .tta-tabs-container, .composer .tta-tabs.tta-tabs-position-right.tta-controls-size-md .tta-tabs-container {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}
.composer .tta-tabs.tta-tabs-position-left.tta-controls-size-lg .tta-tabs-container, .composer .tta-tabs.tta-tabs-position-right.tta-controls-size-lg .tta-tabs-container {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}
.composer .tta-tabs.tta-tabs-position-left.tta-controls-size-xl .tta-tabs-container, .composer .tta-tabs.tta-tabs-position-right.tta-controls-size-xl .tta-tabs-container {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
.composer .tta.tta-controls-align-left .tta-panel-heading, .composer .tta.tta-controls-align-left .tta-tabs-container {
	text-align: left
}
.composer .tta.tta-controls-align-right .tta-panel-heading, .composer .tta.tta-controls-align-right .tta-tabs-container {
	text-align: right
}
.composer .tta.tta-controls-align-center .tta-panel-heading, .composer .tta.tta-controls-align-center .tta-tabs-container {
	text-align: center
}
.composer .tta-controls-align-left.tta-tabs.tta-tabs-position-top .tta-tabs-container {
	margin-left: 0
}
.non_responsive .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-top .tta-panel-body::before, .tta-o-non-responsive .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-top .tta-panel-body::before, .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-top .tta-panel-body::before {
	display: none
}
.composer .tta-controls-align-left.tta-tabs.tta-tabs-position-top:not([class*=tta-gap]):not(.tta-o-no-fill) .tta-panels {
	border-top-left-radius: 0
}
.composer .tta-controls-align-left.tta-tabs.tta-tabs-position-bottom .tta-tabs-container {
	margin-left: 0
}
.non_responsive .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-bottom .tta-panel-body::before, .tta-o-non-responsive .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-bottom .tta-panel-body::before, .composer .tta-controls-align-left.tta-tabs.tta-tabs-position-bottom .tta-panel-body::before {
	display: none
}
.composer .tta-controls-align-left.tta-tabs.tta-tabs-position-bottom:not([class*=tta-gap]):not(.tta-o-no-fill) .tta-panels {
	border-bottom-left-radius: 0
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-top .tta-tabs-container {
	margin-right: 0
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-top .tta-panel-body::after {
	display: none
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-top:not([class*=tta-gap]):not(.tta-o-no-fill) .tta-panels {
	border-top-right-radius: 0
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-bottom .tta-tabs-container {
	margin-right: 0
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-bottom .tta-panel-body::after {
	display: none
}
.composer .tta-controls-align-right.tta-tabs.tta-tabs-position-bottom:not([class*=tta-gap]):not(.tta-o-no-fill) .tta-panels {
	border-bottom-right-radius: 0
}
.composer .tta-tabs.tta-has-pagination:not(.tta-tabs-position-bottom) {
	padding-bottom: 60px
}
.composer .tta-tabs.tta-has-pagination .pagination {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.composer .tta-tabs.tta-has-pagination.tta-tabs-position-bottom {
	padding-top: 60px
}
.composer .tta-tabs.tta-has-pagination.tta-tabs-position-bottom .pagination {
	top: auto;
	bottom: 100%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}
.composer .tta .tta-controls-icon {
	display: inline-block;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	position: relative;
	font-size: inherit;
	margin: 0
}
.composer .tta .tta-controls-icon:after, .composer .tta .tta-controls-icon:before {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.composer .tta .tta-title-text:not(:empty)~.tta-controls-icon {
	margin-left: 0
}
.composer .tta .tta-controls-icon.tta-controls-icon-plus::before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 2px 0 0 0
}
.composer .tta .tta-controls-icon.tta-controls-icon-plus::after {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	bottom: 0;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 0 0 2px
}
.composer .tta .tta-controls-icon.tta-controls-icon-chevron::before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) translate(-25%, -25%);
	-ms-transform: rotate(45deg) translate(-25%, -25%);
	transform: rotate(45deg) translate(-25%, -25%)
}
.composer .tta .tta-controls-icon.tta-controls-icon-triangle::before {
	content: '';
	display: block;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 6px;
	border-bottom-color: transparent!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%)
}
.composer .tta .active .tta-controls-icon.tta-controls-icon-plus::after {
	display: none
}
.composer .tta .active .tta-controls-icon.tta-controls-icon-chevron::before {
	-webkit-transform: rotate(225deg) translate(-25%, -25%);
	-ms-transform: rotate(225deg) translate(-25%, -25%);
	transform: rotate(225deg) translate(-25%, -25%)
}
.composer .tta .active .tta-controls-icon.tta-controls-icon-triangle::before {
	-webkit-transform: rotate(180deg) translateY(25%);
	-ms-transform: rotate(180deg) translateY(25%);
	transform: rotate(180deg) translateY(25%)
}
.composer .tta.tta-accordion .tta-controls-icon-position-left.tta-panel-title>a {
	padding-left: 46px
}
.composer .tta.tta-accordion .tta-controls-icon-position-left .tta-controls-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px
}
.composer .tta.tta-accordion .tta-controls-icon-position-right.tta-panel-title>a {
	padding-right: 42px;
	    display: flex;
    align-items: center;
}
.composer .tta.tta-accordion .tta-controls-icon-position-right .tta-controls-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px
}
.tta-panel-title img{
	width: 50px
}
.wpb_wrapper ul li{
	    font-size: 17px;
    line-height: 27px;
    color: #70747f;
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 400;
}
.wpb_wrapper p{
	font-size: 17px;
    line-height: 30px;
    color: #70747f;
    text-align: justify;
    margin-bottom: 20px;
	font-weight: 400
}
.mt-20{
	margin-top: 20px
}
@media (max-width:768px) {
.composer .tta-container .tta:not([class*=tta-pageable]) .pagination {
	display: none
}
}