

.thacontent h1,
.thacontent h2,
.thacontent h3,
.thacontent h4,
.thacontent h5,
.thacontent h6 {
	display: block;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #232323;
	font-size: 20px;
	line-height: 120%;
}

.thacontent h1 a,
.thacontent h2 a,
.thacontent h3 a,
.thacontent h4 a,
.thacontent h5 a,
.thacontent h6 a {
	color: #232323;
}

.thacontent h1 a:hover,
.thacontent h2 a:hover,
.thacontent h3 a:hover,
.thacontent h4 a:hover,
.thacontent h5 a:hover,
.thacontent h6 a:hover {
	color: #232323;
	text-decoration: underline;
}

.thacontent h1 {
	font-size: 25px;
}

.thacontent h2 {
	font-size: 21px;
}

.thacontent h3 {
	font-size: 20px;
}

.thacontent h4 {
	font-size: 18px;
}

.thacontent h5 {
	font-size: 16px;
}

.thacontent h6 {
	font-size: 14px;
}

.thacontent p {
	display: block;
	margin-bottom: 15px;
}

.le-button {
	display: inline-block;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	background: #71b33a;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 14px 7px 14px;
	border: 0px;
	box-shadow: inset 0px -3px 0px 1px rgba(255,255,255,0.12), inset 0px 2px 0px 0px rgba(255,255,255,0.12), inset 0px -2px 0px 1px rgba(0,0,0,0.25), inset 0px 1px 0px 0px rgba(0,0,0,0.25), 0px 2px 0px 0px rgba(0,0,0,0.08), inset 0px 0px 0px 50px rgba(255,255,255,0.12);
	border-radius: 2px;
	line-height: 150%;
	-moz-border-radius: 2px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	cursor: pointer;
	margin-right: 6px;
	vertical-align: bottom;
}

.le-button .icon-text {
	display: inline-block;
	padding-right: 6px;
	padding-top: 1px;
	margin-bottom: -1px;
}

.le-button:hover {
	color: #fff;
	box-shadow: inset 0px -3px 0px 1px rgba(255,255,255,0.12), inset 0px 2px 0px 0px rgba(255,255,255,0.12), inset 0px -2px 0px 1px rgba(0,0,0,0.25), inset 0px 1px 0px 0px rgba(0,0,0,0.25), 0px 2px 0px 0px rgba(0,0,0,0.08);
}

.le-button:active {
	color: #fff;
	margin-top: 2px!important;
	padding: 5px 14px 5px 14px;
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.12), inset 0px 0px 0px 0px rgba(255,255,255,0.12), inset 0px 0px 0px 1px rgba(0,0,0,0.25), inset 0px 0px 0px 0px rgba(0,0,0,0.25), inset 0px 2px 2px 0px rgba(0,0,0,0.08);
}

.le-button.big {
	font-size: 15px;
	padding: 7px 18px 9px 18px;
}

.le-button.big:active {
	padding: 7px 18px 7px 18px;
}

.page-without-sidebar .thacontent .wp-caption {
	max-width: 71%!important;
}

.thacontent .wp-caption {
	display: block;
	position: relative;
	text-align: center;
	max-width: none!important;
	margin-bottom: 15px!important;
	background: transparent!important;
	border: 0px!important;
	padding: 0px!important;
	width: auto;
}

.thacontent .wp-caption img {
	max-width: 100%!important;
	height: auto!important;
	border: 0px!important;
	margin: 0px!important;
	padding: 0px!important;
}

.thacontent .wp-caption .wp-caption-text {
	display: block;
	position: absolute;
	background: #fff;
	padding: 15px 20px;
	margin: 20px;
	bottom: 0px;
	width: auto;
	text-align: left;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}

.thacontent .wp-caption .wp-caption-text:before {
	position: absolute;
	display: block;
	content: '';
	width: 17px;
	height: 16px;
	top: -16px;
	left: 20px;
	background: url(../images/spray-image-caption-arrow.png) no-repeat center;
}

.thacontent .wp-yt-embed {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.thacontent .wp-yt-embed .frame:after {
	display: block;
	width: 480px;
	height: 270px;
	content: '';
	position: absolute;
	z-index: 4;
	background: #ccc;
	top: 0px;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	left: 50%;
	margin-left: -248px;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

.thacontent .wp-yt-embed .frame {
	display: inline-block;
	width: 480px;
	height: 270px;
	margin-top: 1px;
	border: 1px solid #dfdfdf;
	padding: 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	z-index: 5;
	background: #fff;
	transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}

.thacontent .wp-yt-embed .frame a {
	position: relative;
	z-index: 5;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

.thacontent .wp-yt-embed .yt-video {
	display: inline-block;
	width: 480px;
	height: 270px;
	overflow: hidden;
}

.thacontent .wp-yt-embed .yt-video img {
	display: block;
	margin-top: -45px;
}

.hover-img.yt-video:before {
	background: url(../images/image-icon-play.png);
}



.thacontent .photo-gallery-preview {
	display: block;
	padding-top: 10px;
	position: relative;
	max-width: 640px;
	margin: 0px auto 15px auto;
}

.thacontent ul li:not(.styled):before {
	width: 6px;
	height: 6px;
	content: '';
	display: block;
	left: 3px;
	top: 6px;
	background: #7c7c7c;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
}



.thacontent .photo-gallery-preview .te-container {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

.thacontent .photo-gallery-preview .gallery-content {
	display: block;
	float: right;
	width: 310px;
	margin-right: 30px;
	padding-top: 10px;
}

.thacontent .photo-gallery-preview .gallery-content {
	text-align: justify;
}

.thacontent .photo-gallery-preview .te-container .te-wrapper {
	position: relative;
	z-index: 2;
}

.thacontent .photo-gallery-preview .te-cover img,
.thacontent .photo-gallery-preview .te-transition img {
	margin: -3px;
	padding: 3px;
	box-shadow: 0px 0px 0px 1px #e0e0e0;
	background: #fff;
}


.thacontent .photo-gallery-preview .te-container:before {
	content: '';
	background: url(../images/gallery-fake.png) no-repeat center;
	display: block;
	z-index: 1;
	width: 250px;
	height: 198px;
	position: absolute;
	top: -9px;
	left: -7px;
}

.total-info {
	display: inline-block;
	color: #b6b6b6;
	font-weight: bold;
	font-size: 11px;
}

.total-info .icon-text {
	display: inline-block;
	padding-right: 6px;
}


.thacontent .spacer-style-1 {
	display: block;
	background: #e2e2e2;
	color: #e2e2e2;
	height: 1px;
	text-align: center;
	margin-left: -19px;
	margin-right: -19px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.thacontent .spacer-style-1 .icon-text {
	font-size: 20px;
	color: inherit;
	display: inline-block;
	margin-top: -9px;
	background: #fff;
	padding: 0px 20px;
	cursor: default;
}


.thacontent .spacer-style-2 {
	display: block;
	background: #e2e2e2;
	color: #e2e2e2;
	height: 3px;
	text-align: center;
	margin-left: -19px;
	margin-right: -19px;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.thacontent .spacer-style-2:before {
	display: block;
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	top: 1px;
	left: 0px;
	z-index: 1;
}

.thacontent .spacer-style-2 .icon-text {
	font-size: 20px;
	color: inherit;
	display: inline-block;
	margin-top: -8px;
	background: #fff;
	padding: 0px 20px;
	position: relative;
	z-index: 2;
	cursor: default;
}


.thacontent .spacer-style-3 {
	display: block;
	background: #e2e2e2 url(../images/spacer-1.png) repeat-x left center;
	color: #e2e2e2;
	height: 5px;
	text-align: center;
	margin-left: -19px;
	margin-right: -19px;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.thacontent .spacer-style-3 .icon-text {
	font-size: 20px;
	color: inherit;
	display: inline-block;
	margin-top: -8px;
	background: #fff;
	padding: 0px 20px;
	position: relative;
	z-index: 2;
	cursor: default;
}

.thacontent blockquote:not(.style-2) {
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px 20px;
	margin-bottom: 15px;
}

.thacontent blockquote.style-2 {
	padding: 0px 50px;
	margin-bottom: 15px;
	position: relative;
	color: #989898;
}

.thacontent blockquote.style-2:before {
	position: absolute;
	content: '';
	display: block;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 24px;
	background: url(../images/icon-quote-1.png) no-repeat center;
}

.thacontent blockquote.style-2:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0px;
	right: 0px;
	width: 26px;
	height: 24px;
	background: url(../images/icon-quote-2.png) no-repeat center;
}



.thacontent .paragraph-double {
	display: block;
	font-size: 0;
	margin-bottom: 15px;
	text-align: justify;
}

.thacontent .paragraph-double .paragraph-block {
	display: inline-block;
	font-size: 13px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thacontent .paragraph-double .paragraph-block:first-child {
	padding-right: 10px;
}

.thacontent .paragraph-double .paragraph-block:last-child {
	padding-left: 10px;
}

.thacontent .paragraph-left {
	display: block;
	font-size: 0;
	margin-bottom: 15px;
	text-align: justify;
}

.thacontent .paragraph-left .paragraph-block {
	display: inline-block;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thacontent .paragraph-left .paragraph-block:first-child {
	padding-right: 10px;
	width: 25%;
}

.thacontent .paragraph-left .paragraph-block:last-child {
	padding-left: 10px;
	width: 75%;
}


/**/

.thacontent .paragraph-right {
	display: block;
	font-size: 0;
	margin-bottom: 15px;
	text-align: justify;
}

.thacontent .paragraph-right .paragraph-block {
	display: inline-block;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thacontent .paragraph-right .paragraph-block:first-child {
	padding-right: 10px;
	width: 75%;
}

.thacontent .paragraph-right .paragraph-block:last-child {
	padding-left: 10px;
	width: 25%;
}

/**/

.thacontent .paragraph-triple {
	display: block;
	font-size: 0;
	margin-bottom: 15px;
	text-align: justify;
}

.thacontent .paragraph-triple .paragraph-block {
	display: inline-block;
	font-size: 13px;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thacontent .paragraph-triple .paragraph-block:first-child {
	padding-right: 22px;
}

.thacontent .paragraph-triple .paragraph-block:last-child {
	padding-left: 22px;
}





.thacontent ul {
	list-style: none;
	padding-bottom: 15px;
}



.thacontent ul li {
	display: block;
	padding-bottom: 7px;
	padding-left: 24px;
	position: relative;
}

.thacontent ul li.styled .icon-text {
	display: block;
	position: absolute;
	left: 0px;
	cursor: default;
	color: #7c7c7c;
}

.thacontent ol li,
.thacontent ol {
	list-style: decimal;
}

.thacontent ol {
	padding-bottom: 15px;
}

.thacontent ol li {
	margin-left: 20px;
	padding-bottom: 7px;
	padding-left: 6px;
	position: relative;
}


.thacontent table {
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.04), inset 0px 0px 0px 1px #e8e8e8;
	margin-bottom: 15px;
}

.thacontent table thead {
	background: #298cc3;
	color: #fff;
}

.thacontent table thead th {
	padding: 10px 15px;
	text-align: left;
}

.thacontent table tbody td {
	padding: 9px 15px;
	border-bottom: 1px solid #e8e8e8;
}

.thacontent table tbody tr:nth-child(odd) td {
	background: #f7f7f7;
}

.thacontent table tbody tr:nth-child(odd) td:first-child {
	box-shadow: inset 1px 0px 0px 0px #e8e8e8;
}

.thacontent table tbody tr:nth-child(odd) td:last-child {
	box-shadow: inset -1px 0px 0px 0px #e8e8e8;
}

.marker {
	display: inline-block;
	padding: 0px 5px;
	background: #298cc3;
	margin: 0px 3px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.thacontent .tab-block li {
	padding: 0px;
}

.thacontent .le-button {
	margin-bottom: 15px;
}

.thacontent .tab-block {
	display: block;
	margin-bottom: 15px;
}

.thacontent .tab-block .tab-content {
	border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.04);
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 15px 15px 0px 15px;
}

.thacontent .tab-block .tab-content li.active {
	display: block;
}

.thacontent .tab-block .tab-content li {
	display: none;
}

.thacontent .tabs {
	display: block;
}

.thacontent .tabs ul {
	display: block;
	font-size: 0;
	padding-bottom: 0px;
}

.woocommerce ul li {
    padding-left: 8px!important;
}

.woocommerce ul li:before, .thacontent .tabs ul li:before, .thacontent .tab-block .tab-content li:before, .full-pricelist .pricelist-item .price-features ul li:before {
	display: none!important;
}

.thacontent .tabs ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 2px;
	font-family: 'Titillium Web', sans-serif;
}

.thacontent .tabs ul li.active a {
	display: block;
	font-weight: bold;
	color: #232323;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	margin-bottom: -2px;
	padding: 9px 15px;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}

.thacontent .tabs ul li:not(.active) a {
	display: block;
	font-weight: bold;
	color: #686868;
	background: #f0f0f0;
	border: 1px solid #e8e8e8;
	border-top: 2px solid #e8e8e8;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding: 8px 15px;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	text-shadow: 0px 1px 0px #fff;
}

.thacontent .tabs ul li:not(.active) a:hover {
	background: #f7f7f7;
}

.thacontent .accordion {
	display: block;
	margin-bottom: 15px;
}

.thacontent .accordion > div {
	display: block;
	margin-bottom: 3px;
}

.thacontent .accordion > div > a {
	display: block;
	background: #298cc3;
	color: #fff;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	padding: 9px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	position: relative;
}

.thacontent .accordion > div.active > a {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}

.thacontent .accordion > div > a:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	right: 15px;
	top: 11px;
	background: url(../images/icon-toggle-plus.png) no-repeat center;
}

.thacontent .accordion > div.active > a:before {
	background: url(../images/icon-toggle-minus.png) no-repeat center;
}


.thacontent .accordion > div.active > div {
	display: block;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.04);
	border: 1px solid #e8e8e8;
	border-top: 0px;
	background: #fff;
	padding: 15px 15px 0px 15px;
}

.thacontent .accordion > div:not(.active) > div {
	display: none;
}

.thacontent .social-icon {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 27px;
}

.alert-box {
	display: block;
	margin-bottom: 15px;
	background: #f0ad1e;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	overflow: hidden;
	padding: 8px 30px;
}

.alert-box .alert-text {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
}

.alert-box .icon-text {
	display: block;
	position: absolute;
	cursor: default;
	z-index: 1;
	font-size: 43px;
	left: -6px;
	top: 0px;
	color: rgba(0,0,0,0.1);
}

.alert-box .closebutton {
	display: block;
	position: absolute;
	font-size: 0;
	width: 16px;
	height: 16px;
	background: url(../images/alert-icon-close.png) no-repeat center;
	right: 9px;
	top: 9px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert-box .closebutton:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



.thacontent .toggle {
	display: block;
	margin-bottom: 15px;
}

.thacontent .toggle > a {
	display: block;
	background: #ececec;
	color: #777777;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	padding: 9px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
	position: relative;
	text-shadow: 0px 1px 0px #fff;
}


.thacontent .toggle.active > a {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}

.thacontent .toggle > a:before {
	display: block;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	right: 15px;
	top: 11px;
	background: url(../images/icon-toggle-plus-black.png) no-repeat center;
}

.thacontent .toggle.active > a:before {
	background: url(../images/icon-toggle-minus-black.png) no-repeat center;
}


.thacontent .toggle.active > div {
	display: block;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.04);
	border: 1px solid #e8e8e8;
	border-top: 0px;
	background: #fff;
	padding: 15px 15px 0px 15px;
}

.thacontent .toggle:not(.active) > div {
	display: none;
}

.thacontent .full-pricelist {
	margin-bottom: 15px;
}

.thacontent .full-pricelist li {
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 10px;
}

.thacontent .full-pricelist .le-button {
	margin: 0px;
}


.thacontent .article-header {
	margin: 0px 0px 15px 0px;
	width: auto;
}

