<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ANIMATIONS */
@keyframes rotate360 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}

}

@keyframes rotate-360 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}

}

/* HTML Default */
html, body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif, Helvetica;
	top: 0px!important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul,
fieldset, form, label, legend, caption,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	background:transparent;
}

tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
}

ol, ul {
	margin-left: 20px;
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

header, footer { width:100%; clear:both; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; font-size: 1px; line-height: 1px;}

html, body, input, textarea, select, button { font-size: 13px;line-height: 17px; vertical-align:middle; }

select {-webkit-appearance: auto;}

img {
	border: 0px;
	vertical-align: middle;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

a { text-decoration: none; cursor: pointer; margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

a:hover { text-decoration: none; }

.clear { clear: both; }

.hidden { display: none !important; }

.block { display: block !important; }

nav ul { list-style: none;}

nav ul, nav ul li { padding: 0px;margin: 0px; }

nav ul { margin-left: 20px; }

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: bold}

h1 {font-size: 32px; line-height: 37px; margin-bottom: 17px;}
h2 {font-size: 24px; line-height: 27px; margin-bottom: 17px;}
h3 {font-size: 19px; line-height: 23px; margin-bottom: 17px;}
h4 {font-size: 16px; line-height: 20px; margin-bottom: 17px;}
h5 {font-size: 13px; line-height: 16px; margin-bottom: 17px;}
h6 {font-size: 10px; line-height: 13px; margin-bottom: 17px;}

#old-browser {font-size: 11px;color: #666;text-align: center;display: block; margin-bottom: 15px;}

img[src$=".gif"], img[src$=".png"] {
    /*image-rendering: -moz-crisp-edges;*/         /* Firefox */
    /*image-rendering:   -o-crisp-edges;*/         /* Opera */
    /*image-rendering: -webkit-optimize-contrast;*//* Webkit (non-standard naming) */
    /*image-rendering: crisp-edges;*/
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/* lioWEB Widgets */

/* COLUMNS */
.column-grid-1, .column-grid-2, .column-grid-3,
.column-grid-4, .column-grid-5, .column-grid-6,
.column-grid-7, .column-grid-8, .column-grid-9 {
	width: 100%;
}

.column-grid-1 .column, .column-grid-2 .column, .column-grid-3 .column,
.column-grid-4 .column, .column-grid-5 .column, .column-grid-6 .column,
.column-grid-7 .column, .column-grid-7 .column, .column-grid-8 .column,
.column-grid-9 .column  {
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
}

.column-grid-1 .column {
	width: 100%;
	margin-left: 0;
}

.column-grid-2 .column {
	width: 48%;
}

.column-grid-3 .column {
	width: 31%;
}

.column-grid-4 .column {
	width: 22.6%;
}

.column-grid-5 .column {
	width: 18.4%;
}

.column-grid-6 .column {
	width: 15%;
}

.column-grid-7 .column {
	width: 12.57142857142857%;
}

.column-grid-8 .column {
	width: 10.75%;
}

.column-grid-9 .column {
	width: 9.333333333333333%;
}

.column-grid-2 .column:nth-child(2n-1), .column-grid-3 .column:nth-child(3n-2), .column-grid-4 .column:nth-child(4n-3),
.column-grid-5 .column:nth-child(5n-4), .column-grid-6 .column:nth-child(6n-5), .column-grid-7 .column:nth-child(7n-6),
.column-grid-8 .column:nth-child(8n-7), .column-grid-9 .column:nth-child(9n-8) {
	margin-left: 0;
	clear: both;
}

/* Google Map */
.widget-google-api-map-content {
	width: 100%;
	height: 400px;
}



/* SURVEY */
.widget-survey {
}

.widget-survey .caption {
	display: none;
}

.widget-survey .question {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.widget-survey .progress {
	height: 3px;
	background: #9A9A9A;
	margin-bottom: 13px;
	margin-top: 2px;
}

.widget-survey .percent {
	font-size: 11px;
}

/* WEATHER */
.widget-weather {
}

.widget-weather .item {
	width: 109px;
	text-align: center;
	margin-bottom: 30px;
}

.widget-weather .title {
	font-weight: bold;
}

/* SEARCHBOX */
.widget-searchbox {
}

.widget-searchbox .keyword {
	width: 152px;
}

.widget-searchbox .submit {
	width: 50px;
}

/* SEACH REUSLT PAGE */
#lioweb-search-result .item {
	margin-top: 25px;
}

#lioweb-search-result h2 {
	margin: 0;
}

/* NEWS */
.widget-news {
}

.widget-news .item {
	margin-bottom: 30px;
	position: relative;
}

.widget-news .stamp {
	position: absolute;
	left: 0px;
	top: 0px;
}

.widget-news .datetime {
	font-size: 11px;
	margin-bottom: 3px;
}

.widget-news .title {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 3px;
}

.widget-news .text {
	font-size: 13px;
	line-height: 17px;
	padding-left: 20px;
}

.widget-news .text a {
	text-decoration: underline;
}

/* BREADCRUMBS */
.widget-breadcrumbs {
	margin-bottom: 3px;
}

.widget-breadcrumbs a {
	text-decoration: none;
	font-size: 11px;
}

.widget-breadcrumbs a:hover {
	text-decoration: underline;
}

.widget-breadcrumbs .separator {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
}

/* GALLERY LIST */
.widget-gallery-list .item {
	margin-bottom: 20px;
}

.widget-gallery-list img {
	width: 100%;
}


/* CATALOG CART */
.widget-catalog-cart
{
	position: relative;
	background: url(../images/lioweb/shopping-cart.png) no-repeat 10px 0px;
}

.widget-catalog-cart .caption
{
	height: 48px;
	padding-left: 60px;
	padding-top: 10px;
}

.widget-catalog-cart .items
{
	width: 100%;
}

.widget-catalog-cart .items td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget-catalog-cart .items .even {
	background-color: #f7f7f7;
}

.widget-catalog-cart .items .item
{
	margin-bottom: 5px;
}

.widget-catalog-cart .items .item .remove
{
	padding-top: 7px;
}

.widget-catalog-cart .items .item .remove a {
	cursor: poiner;
	display: block;
	background: url(../images/lioweb/cart-close.gif) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
}

.widget-catalog-cart .items .item .quantity
{
	width: 45px;
	text-align: right;
}

.widget-catalog-cart .items .item .title
{
	width: 150px;
}

.widget-catalog-cart .total
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.widget-catalog-cart .order-button
{
	margin-top: 10px;
}

#lioweb-product-checkout, #lioweb-product-order {
	padding: 10px;
}

#lioweb-product-checkout table {
	width: 100%;
}

#lioweb-product-checkout table th {
	text-align: left;
}

#lioweb-product-checkout table th, #lioweb-product-checkout table td {
	padding-right: 5px;
	padding-bottom: 3px;
	vertical-align: top;
}

#lioweb-product-checkout .text, #lioweb-product-checkout textarea {
	width: 200px;
}

#lioweb-product-checkout .error, #lioweb-product-checkout .required {
	color: red;
}

/* MENU */
.widget-menu ul {
	list-style: none;
	display: block;
}

.widget-menu ul ul {
}

.widget-menu .icon img {
	max-width: 32px;
	max-height: 32px;
	margin: 0 5px;
}

/* VERTICAL MENU */
.widget-menu-vertical ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

.widget-menu-vertical ul li {
	position: relative;
}

.widget-menu-vertical ul .item-title {
	padding: 11px 50px 11px 20px;
	display: block;
	box-sizing: border-box;
	background: #ccc;
	border-bottom: 1px solid #fff;
}


.widget-menu-vertical ul ul .item-title {
	padding-left: 40px;
	background: #ddd;
}

.widget-menu-vertical ul ul ul .item-title {
	padding-left: 60px;
	background: #eee;
}


/* VERTICAL MENU - DROPDOWN */
.widget-menu-vertical-dropdown ul ul {
	display: none;
}

.widget-menu-vertical-dropdown li.expanded &gt; ul {
	display: block;
}

.widget-menu-vertical .buttonExpand {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: red;
	height: 39px;
	width: 40px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.widget-menu-vertical li.expanded &gt; .buttonExpand {
	background: blue;
}

/* TABBED MENU */
.widget-menu-tabbed ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.widget-menu-tabbed ul li {
	padding: 0;
	margin: 0;
}

.widget-menu-tabbed .content &gt; ul {
	display: block;

}

.widget-menu-tabbed .content &gt; ul &gt; li {
	position: relative;
	display: block;
	float: left;
}

.widget-menu-tabbed .content .submenu-content {
	display: inline-block;
	background: white;
}

.widget-menu-tabbed .content .submenu-container {
	position: absolute;
	display: block;
	left: 0px;
	width: 500px;
	height: 1px;
	display: none;
	z-index: 1200;
}

.widget-menu-tabbed .content .submenu-content ul {
	float: left;
	display: block;
}

/* DYNAMIC MENU */
.widget-menu-horizontal-dynamic ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-menu-horizontal-dynamic li {
	position: relative;
}

.widget-menu-horizontal-dynamic ul ul, .widget-menu-horizontal-dynamic ul ul li {
	display: block;
}

.widget-menu-horizontal-dynamic ul ul {
	position: absolute;
	z-index: 1000;
}

.widget-menu-horizontal-dynamic li.ll-menu-hover ul {
	z-index: 1001;
}

/* HORIZONTAL COLUMNS MENU */
.widget-menu-horizontal-columns {
	position: absolute;
    top: 0;
    height: 100%;
    max-width: 1100px;
    z-index: 999;
}

.widget-menu-horizontal-columns .widget-menu-hamburger {
	display: none;
	cursor: pointer;
}

.width-gt-980 #menu-main-columns a.item-title {
	display: block;
	position: relative;
	text-decoration: none;
}

.widget-menu-horizontal-columns .content &gt; ul &gt; li {
	display: inline-block;
	position: relative;
}

.widget-menu-horizontal-columns ul.level-2 {
	display: none;
	background:  white;
	position: absolute;
}

.widget-menu-horizontal-columns .content &gt; ul &gt; li:hover ul.level-2 {
	display: flex;
}

#menu-main .icon {
	display: none;
}


/** NEWSLETTER */
.widget-newsletter .messages .ok {
	color: green;
}

.widget-newsletter .messages .error {
	color: red;
}

.widget-newsletter .ajax-loader {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/lioweb/ajax-loader-newsletter.gif) no-repeat center center;
	vertical-align: middle;
}

/** GALLERY **/
.widget-gallery-table .item {
	margin-bottom: 10px;
}

.widget-gallery-table .item .title {
	padding: 5px;
	background: white;
	text-align: center;
}

.widget-gallery-table img {
	display: block;
	width: 100%;
}

.widget-gallery-firstBigger .item {
	float: left;
}

.widget-gallery-firstBigger .item.first, .widget-gallery-firstBigger .item.big {
	clear: both;
	margin-left: 0px !important;
}

.widget-gallery-firstBigger img {
	display: block;
}

/** NEWS SLIDER **/
.widget-news-slider .slider-caption {
	display: none;
}

.widget-news-slider {
	background: url(../images/lioweb/ajax-preloader-64x64.gif) white no-repeat center center;
	min-height: 80px;
}

.widget-news-slider .nivoSlider {
	background: none !important;
	box-shadow: none !important;
}

.widget-news-slider .slider-wrapper {
	position: relative;
}

.widget-news-slider .nivo-caption span {
	display: inline-block;
}

#lioweb-files .caption {
}

#lioweb-files ul
{
	list-style: none;
}

#lioweb-files ul, #lioweb-files ul li
{
    margin: 0px;
	padding: 0px;
}

#lioweb-files ul li
{
	line-height: 23px;
	padding-left: 20px;
	background: none;
}

#lioweb-files ul li .size {
	font-size: 11px;
	color: #7A7A7A;
}

#lioweb-files ul li a
{
	display: inline-block;
	line-height: 16px;
    text-decoration: none;
	padding-left: 25px;
    background: url(../images/filetypes/_none.gif) no-repeat;
    margin-bottom: 6px;
}

#lioweb-files ul li.pdf a
{
	background-image: url(../images/filetypes/pdf.gif);
}

#lioweb-files ul li.doc a, #lioweb-files ul li.docx a, #lioweb-files ul li.rtf a,
#lioweb-files ul li.docm a, #lioweb-files ul li.dotm a
{
	background-image: url(../images/filetypes/doc.gif);

}

#lioweb-files ul li.xls a, #lioweb-files ul li.csv a, #lioweb-files ul li.xlsx a,
#lioweb-files ul li.xlsm a, #lioweb-files ul li.xlsb a, #lioweb-files ul li.xltm a,
#lioweb-files ul li.xlam a
{
	background-image: url(../images/filetypes/xls.gif);
}

#lioweb-files ul li.pptx a, #lioweb-files ul li.pptm a, #lioweb-files ul li.potx a,
#lioweb-files ul li.potm a, #lioweb-files ul li.ppam a, #lioweb-files ul li.ppsx a,
#lioweb-files ul li.ppsm a, #lioweb-files ul li.sldx a, #lioweb-files ul li.sldm a,
#lioweb-files ul li.thmx a, #lioweb-files ul li.ppt a
{
	background-image: url(../images/filetypes/powerpoint.gif);

}

#lioweb-files ul li.bmp a, #lioweb-files ul li.jpg a, #lioweb-files ul li.gif a,
#lioweb-files ul li.png a, #lioweb-files ul li.jpeg a, #lioweb-files ul li.tif a,
#lioweb-files ul li.ico a
{
	background: url(../images/filetypes/image.gif) no-repeat 0px 1px;
}

#lioweb-files ul li.zip a, #lioweb-files ul li.rar a, #lioweb-files ul li.gz a,
#lioweb-files ul li.tar a, #lioweb-files ul li.ace a,
#lioweb-files ul li.bz2 a, #lioweb-files ul li.tgz a {
	background-image: url(../images/filetypes/archive.gif);
}

#lioweb-files ul li a:hover
{
    text-decoration: underline;
}


/**** STATICPAGE-LIST ***************************************/
#lioweb-staticpage-list
{
}

#lioweb-staticpage-list h2
{
}

#lioweb-staticpage-list .items
{
	margin-bottom: 20px;
	display: block;
}

#lioweb-staticpage-list .item .title {
	font-weight: bold;
	font-size: 20px;
}

#lioweb-staticpage-list .items-layout-grid .item
{
	float: left;
	margin-left: 10px;
}

#lioweb-staticpage-list .items-layout-grid .item
{
	width: 130px;
	position: relative;
	height: 240px;
}

#lioweb-staticpage-list .items-layout-grid .item .image
{
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

#lioweb-staticpage-list .items-layout-grid .item a.title
{
	display: block;
	text-align: center;
	text-decoration: none;
}

#lioweb-staticpage-list .items-layout-grid .item a.title:hover {
	text-decoration: underline;
}

#lioweb-staticpage-list .items-layout-grid .item .price {
	position: absolute;
	right: 10px;
	top: 150px;
}

#lioweb-staticpage-list .items-layout-grid .item .quantity {
	position: absolute;
	left: 10px;
	top: 170px;
	width: 30px;
}

#lioweb-staticpage-list .items-layout-grid .item .button-cart {
	position: absolute;
	right: 10px;
	top: 170px;
	width: 70px;
}

#lioweb-staticpage-list .items-layout-grid .item .description {
	display: none;
}

#lioweb-staticpage-list .items-layout-list .item
{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 120px;
	border-bottom: 1px dashed #B0B0B0;
	overflow: hidden;
}

#lioweb-staticpage-list .items-layout-list .item .image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#lioweb-staticpage-list .items-layout-list .item .title {
	position: absolute;
	top: 0px;
	left: 120px;
	text-decoration: none;
}

#lioweb-staticpage-list .items-layout-list .item .title:hover {
	text-decoration: underline;
}

#lioweb-staticpage-list .items-layout-list .item .price {
	position: absolute;
	top: 35px;
	right: 0px;
}

#lioweb-staticpage-list .items-layout-list .item .quantity {
	position: absolute;
	top: 55px;
	right: 0px;
}

#lioweb-staticpage-list .items-layout-list .item .button-cart {
	position: absolute;
	top: 80px;
	right: 0px;
}

#lioweb-staticpage-list .items-layout-list .item .description {
	position: absolute;
	top: 34px;
	left: 120px;
	width: 330px;
}

.list-controller {
	width: 100%;
	position: relative;
	height: 40px;
	background-color: #F1F1F1;
}

.list-view-switcher {
	position: absolute;
	right: 10px;
	font-size: 11px;
	color: #303030;
	margin-top: 8px;
	height: 26px;
}

.list-view-switcher span {
	line-height: 26px;
	display: block;
	width: 30px;
	height: 26px;
	float: right;
}

.list-view-switcher span.text {
	width: 100px;
	text-align: right;
	padding-right: 8px;
}

.list-view-switcher .grid, .list-view-switcher .list {
	background: url(../images/lioweb/switch-layout-grid-listing.png);
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

.list-view-switcher .grid:hover, .list-view-switcher .grid.selected {
	background-position: 0px 26px;
}

.list-view-switcher .list:hover, .list-view-switcher .list.selected {
	background-position: 26px 26px;
}

.list-view-switcher .list {
	background-position: 26px 0px;
}

.list-view-switcher .grid {
	background-position: 0px 0px;
}



/****** lioProduct ******************************************/

#lioweb-product-checkout, #lioweb-product-order
{
	padding: 10px;
}

#lioweb-product-checkout table td
{
	vertical-align: top;
	padding: 2px;
	padding-right: 5px;
	text-align: right;
}

#lioweb-product-checkout table td input.text, #lioweb-product-checkout table td textarea {
	width: 300px;
}

#lioweb-product-checkout table td, #lioweb-product-checkout table th {
    padding: 2px 8px 2px 2px;
    text-align: left;
    vertical-align: top;
}

#lioweb-product-checkout table td.left {
    text-align: left;
}

#lioweb-product-checkout table td textarea
{
	font-size: 13px;
}

#lioweb-product-checkout span.error
{
	color: red;
}

#lioweb-product-checkout table {
	width: 500px;
}

/********* PRODUCT ****************/
#lioweb-staticpage-product .images {
	float: left;
	width: 150px;
	margin-right: 20px;
}

#lioweb-staticpage-product .text {
	margin-left: 290px;
}

#lioweb-staticpage-product .price {
	font-weight: bold;
}

/* FORM */
.form {
	padding: 20px 20px;
	background: none;
	margin-top: 20px;
}

.form .status-message {
	font-weight: bold;
}

.form .status-message.hidden {
	display: none;
}

.form .status-message.success {
	color: green;
}

.form .status-message.error {
	color: red;
}

.form .status-errors {
	color: red;
}

.form .formContent {
	margin-top: 30px;
}

.form .required {
	color: inherit;
}

.form .fields {
	width: 100%;
	table-layout: fixed;
}

.form td.title {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	font-weight: 600;
	vertical-align: top;
	padding-top: 5px;
}

.form .field {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 30px;
	line-height: 20px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.form .field:focus {
	outline: none;
}

.form .field.error, .form .fieldset.error {
	border: 1px solid red;
	-moz-box-shadow: 0 0 3px red;
	-webkit-box-shadow: 0 0 3px red;
	box-shadow: 0 0 3px red;
}

.form .fieldset.error {
	border: 1px solid red;
	padding: 5px;
	-moz-box-shadow: 0 0 3px red;
	-webkit-box-shadow: 0 0 3px red;
	box-shadow: 0 0 3px red;
}

.form .field-file {
	padding: 2px 0px;
	height: auto;
}

.form textarea.field-textarea {
	padding-top: 4px;
	width: 100%;
	height: 100px;
	resize: vertical;
}

.form .field-submit {
	line-height: 13px;
	cursor: pointer;
	border: 0;
	height: auto;
}

.form .field-checkbox, .form .field-radio {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

.form .label-radio, .form .label-checkbox {
	display: block;
	margin-top: 5px;
}

.form .submit-sending {
	display: none;
	line-height: 32px;
	font-weight: bold;
	overflow: hidden;
}

.form .submit-sending .icon {
	display: inline-block;
	width: 43px;
	height: 43px;
	font-size: 40px;
	animation: rotate-360 1s infinite linear;
	text-align: center;
	vertical-align: middle;
	margin-right: 20px;

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

}

.form .field.message {
	height: 260px;
}

.form .captcha-image {
	margin: 0 !important;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	display: none;
}

.form .captcha-reload {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	opacity: .5;
	text-decoration: none;
	text-align: center;

	margin-left: 10px;

	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.form .captcha-reload:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.form .captcha-reload .icon {
	font-size: 40px;


	-webkit-transform-origin: 30px 40.5px;
	-moz-transform-origin: 30px 40.5px;
	-ms-transform-origin: 30px 40.5px;
	-o-transform-origin: 30px 40.5px;

	transform-origin: 42.85% 50%;

	line-height: 80px;
}

.form .captcha-reload.loading .icon {
	animation: rotate360 1s infinite linear;
}

.form .field-captcha {
	clear: both;
	margin-top: 5px;
}

.form .colLast {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

.form .value-info {
	color: #9A9A9A;
	font-style: italic;
}


/* skrytie google transl pluginu */

.goog-te-banner-frame {
	display: none;
}

.goog-te-banner-frame.skiptranslate {
	display: none!important;
}

/* Skype highlight fix */
span.skype_c2c_container img.skype_c2c_logo_img {
	display: none !important;
}


/* 404 page */
.error-image {
	padding: 40px 0;
	background: white;
	text-align: center;
}

.error-title {
	text-align: center;
}


/* Autofill bg color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,1) inset;
}

/* REAL ESTATE - START */
.realEstate-wrapper {
	position: relative;
	height: 55vw;
	max-height: 100vh;
	background: #849576;
	background-size: cover;
	overflow: hidden;
}

.width-lt-980 .realEstate-wrapper {
	padding-top: 60px;
	height: 90vh;
}

.width-lt-640 .realEstate-wrapper {
	height: 100vh;
}


#realestateAppContainer {
	height: 100%;
}

.width-lt-980 #realestateAppContainer {
	position: absolute;
	width: auto;
	max-height: 150vh;
}

.width-lt-640 #realestateAppContainer {
	position: absolute;
	width: auto;
	max-height: 100vh;
}
/* REAL ESTATE - END */

/* COOKIE LAW BOX - BEGIN */
#cookie-law-box {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgb(238, 238, 238);
	opacity: 0.9;
	padding: 15px 10px;
	width: 100%;
	z-index: 1000;
	flex-direction: row;
	align-items: center;
	display: none;
	box-sizing: border-box;
}

#cookie-law-box .message {
	flex: 1 1 auto;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 30px;
}

#cookie-law-box .message a {
	color: blue;
}

#cookie-law-box .button-accept {
	padding: 5px 40px;
	border: 2px solid rgb(0, 0, 0);
	line-height: 30px;
	transition: 0.3s;
	font-size: 16px;
	font-weight: bold;
}

#cookie-law-box .button-accept:hover {
	background: #D0D0D0;
}
/* COOKIE LAW BOX - END  */</pre></body></html>