<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common styles
--------------------------------------------------------- */
.sc_float_left {	float: left; }
.sc_float_right {	float: right; }
.sc_float_center {	margin-left: auto; margin-right: auto; }

.sc_align_left {	text-align: left; }
.sc_align_right {	text-align: right; }
.sc_align_center {	text-align: center; }
.sc_align_justify {	text-align: justify; }

.sc_padding_tiny {	padding: 1em 6%; }
.sc_padding_small {	padding: 2em 8%; }
.sc_padding_medium {padding: 3em 10%; }
.sc_padding_large {	padding: 4em 12%; }

.sc_margin_tiny {	margin: 1em 6%; }
.sc_margin_small {	margin: 2em 8%; }
.sc_margin_medium {	margin: 3em 10%; }
.sc_margin_large {	margin: 4em 12%; }

.sc_push_tiny {		margin-top: -2em; }
.sc_push_small {	margin-top: -4em; }
.sc_push_medium {	margin-top: -6em; }
.sc_push_large {	margin-top: -8em; }

.sc_pull_tiny {		margin-bottom: -2em; }
.sc_pull_small {	margin-bottom: -4em; }
.sc_pull_medium {	margin-bottom: -6em; }
.sc_pull_large {	margin-bottom: -8em; }

@media (max-width: 767px) {
	.sc_push_hide_on_mobile {
		margin-top: 0;
	}
	.sc_pull_hide_on_mobile {
		margin-bottom: 0;
	}
}
@media (max-width: 1023px) {
	.sc_push_hide_on_tablet {
		margin-top: 0;
	}
	.sc_pull_hide_on_tablet {
		margin-bottom: 0;
	}
}
/* Hack push elements with WooCommerce products in the IE11 */
[class*="sc_push_"] .woocommerce .products:after {
	display: none;
	clear: none;
}
[class*="sc_push_"] .woocommerce .products {
	overflow: hidden;
}

a .sc_icon_as_image {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	        transition: all .3s ease;
}
a:hover .sc_icon_as_image {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
}


.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
	margin:0;
}
.sc_item_title {
	line-height:1.2em;
}
.sc_item_title &gt; small,
.sc_item_title &gt; big {
	display: inline-block;
	margin-bottom: 0.9em;
}
.sc_item_title + .sc_item_subtitle {
	margin-top: 0.25em;
}
.sc_item_subtitle + .sc_item_title {
	margin-top: 0.6em;
}
.sc_item_subtitle {
	font-size:1em;
	font-style: italic;
	font-weight:400;
	text-transform:none;	
	letter-spacing: 0;
	line-height:1.5em;
}


/* Style 'Shadow' */
.sc_item_subtitle.sc_item_title_style_shadow {
	font-size: 8rem;
	line-height:1.2em;
	font-style:normal;
	font-weight:900;
	color: #f0f0f0;
	opacity:0.1;
	position:absolute;
	z-index:0;
	top:0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
	left: 0;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
	left: auto;
	right: 0;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
	padding: 2.5rem 0;
	margin:0;
}

/* Style 'Accent' */
.sc_item_title.sc_item_title_style_accent {
	display: inline-block;
	position: relative;
}
.sc_item_title.sc_item_title_style_accent b {
	font-size: 6em;
	line-height:0.8em;
	font-style:normal;
	font-weight:900;
	color: #f0f0f0;
	opacity:0.1;
	position:absolute;
	z-index:0;
	top:-0.1em;
	left: 50%;
}
@media (max-width: 639px) {
	.sc_item_title.sc_item_title_style_accent b {
		font-size: 4em;
		line-height:0.8em;
	}
}
@media (max-width: 479px) {
	.sc_item_title.sc_item_title_style_accent b {
		left: 0;
	}
}
.sc_item_title.sc_item_title_style_accent i {
	display: inline-block;
	font-size: 0.4em;
	line-height:1.25em;
	font-weight:bold;
	font-style:normal;
	width: 5em;
	height: 5em;
	padding:1.2em 1em;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	color: #fff;
	background-color: #000;
	text-align:center;
	position:absolute;
	z-index:1;
	right: 0;
	top: 0;
	-webkit-transform:translate(90%, -60%);
	    -ms-transform:translate(90%, -60%);
	        transform:translate(90%, -60%);
}

.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
	margin-top: 1em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_item_descr + .sc_item_content {
	margin-top: 2em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
	margin-top: 2em;
}
.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_content {
	margin-top: 3em;
}
h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
	margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
	margin-top: 1.8em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
	margin-top: 1.6em;
}
h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
	margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
	margin-top: 1.2em;
}
h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
	margin-top: 1em;
}
.sc_item_descr {
	margin-bottom: 2em;
}
.sc_item_descr.sc_align_center {
	max-width: 75%;
	margin-left:auto;
	margin-right:auto;
}
.sc_item_descr:last-child {
	margin-bottom: 0;
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
	max-width:none;
}

.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
	margin-top: 2em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple {
	margin-top: 1.5em;
}
.sc_item_button_image img {
	max-height:8em;
	width:auto;
}

/* Popup with post's details
------------------------------------------ */
#trx_addons_post_details_popup_overlay {
	position: fixed;
	z-index: 100000;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.9);
	display: none;
}
#trx_addons_post_details_popup {
	position: fixed;
	z-index: 100001;
	left:50%;
	top: 50%;
	width: 50%;
	height: 80%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	display: none;
}
.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
	position:absolute;
	z-index: 1;
	top: -2em;
	right:-2em;
	color: #fff;
	font-size: 1.5em;
	padding: 6px;
	cursor:pointer;
}
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
	top: 50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.trx_addons_post_details_popup_prev {
	left: -2em;
	right: auto;
}
#trx_addons_post_details_popup .trx_addons_post_details_content {
	position: absolute;
	z-index: 1;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
#trx_addons_post_details_popup .post_details_page_title {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0.2em 3em 0.2em 0.5em;
	position:relative;
}
#trx_addons_post_details_popup .post_details_page_price {
	position:absolute;
	z-index:1;
	top: 0.2em;
	right: 0.5em;
}
#trx_addons_post_details_popup .post_details_page_header {
	margin-bottom:0;
}
#trx_addons_post_details_popup .post_details_page_content {
	padding: 2em;
}
#trx_addons_post_details_popup .post_details_page_details {
	padding: 0 2em;
}
#trx_addons_post_details_popup .post_details_page_button {
	padding: 1em 2em 2em;
}

@media (max-width: 959px) {
	#trx_addons_post_details_popup {
		width: 80%;
	}
}
</pre></body></html>