<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
    margin: 0 0 10px;
}

/* RokSprocket
 ========================================================================== */
/* Mosaic Overlay Image effect */
img.sprocket-mosaic-image { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.sprocket-mosaic-image:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
/*Search under Logo
 ------------------------------------------------*/
.uk-search {
	margin:24px 20px 0 0;
	display:block;
	text-align:center;
}
/* No Space
-------------------------------------------------*/
.no-space {
	padding:0!important;
	background:none!important;
}

/* Bg Wrapper
-------------------------------------------------*/
.uk-container {
	background-color:#fff;
}
/* Toolbar
-------------------------------------------------*/
.tm-toolbar {
	padding:10px 0!important;

}
.toolbar-outer {
	color:#ccc;
}
.toolbar-outer a:hover{
	text-decoration:underline;
	color:#ccc;

}

/* Absolute Module Position
 ========================================================================== */
.absolute {
	position: fixed;
	right:10px;
	top:20%;
	z-index:999;
}
.uk-dotnav li a {border:1px solid rgba(0, 0, 0, 0.1)}
.uk-dotnav li a {background:rgba(255, 255, 255, 0.8)}

/* Main Menu 
 ========================================================================== */
.menu-inner {
	position:relative;
	z-index:980;
	z-index:99;
}
.menu-inner.uk-active{
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	padding:0;

}
.uk-navbar-nav {
    float: left;
    list-style: outside none none;
    margin: 0;
	padding:0
}
.uk-dropdown .uk-nav {
    text-align: left;
}
.uk-navbar-nav &gt; li.uk-parent &gt; a:after {
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.uk-navbar-nav &gt; li.uk-parent &gt; a {
  padding-right: 25px;
  position: relative;
}
/*Center the Footer Menu
 ------------------------------------------------*/
.uk-subnav {
    display: inline-flex!important
}
.tm-footer {
	padding:20px;
}
.tm-footer,
.uk-subnav li a {
	font-size:12px;
}
.tm-footer,
.uk-subnav li a:hover {
	font-size:12px;
}

/* Off Canvas Menu Icon
 ========================================================================== */
.uk-navbar-toggle:after {
  content: "\f039";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f039";
}
.uk-offcanvas-bar {
    text-align: left;
}
/* Logo and Icons
 ========================================================================== */
.logo {
	float:left;
}
a.tm-logo {
	text-decoration:none;
}

/* Mobile Logo
 ========================================================================== */

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: auto;
}

/* Breadcrumbs
 ========================================================================== */

.uk-breadcrumb {
	margin-bottom:30px;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
}
/* Joomla Module
 ========================================================================== */
.uk-panel-border {
	border:1px solid #ededed;
}
.uk-panel-shadow {
	-webkit-box-shadow: 5px #dddddd;
	box-shadow:0 0 5px #dddddd;
	-moz-box-shadow:5px #dddddd;
	background:#f9f9f9;
		border:1px solid #fff;

}
.uk-panel-grey {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f7f7f7;
}
.uk-panel-box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Center Title with Border
----------------------------------------------------------------------------------------------------*/
.headline-border h3.uk-panel-title {
    overflow: hidden;
    text-align: center;
	font-size:200%;
	padding:20px 0;
	margin-bottom:20px;
}
.headline-border h3.uk-panel-title:before,
.headline-border h3.uk-panel-title:after {
    background-color: #ededed;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.headline-border h3.uk-panel-title:before {
    right: 0.4em;
    margin-left: -50%;
}
.headline-border h3.uk-panel-title:after {
    left: 0.4em;
    margin-right: -50%;
}

/* Article Title
 ========================================================================== */
h3.uk-panel-title{
	margin-bottom: 20px;
	padding-bottom: 10px;
	position:relative;
}

h3.uk-panel-title::after{
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}

/* Module Title
 ========================================================================== */
h1.uk-article-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	position:relative;
}

h1.uk-article-title::after{
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}
/* TopScroller
 ========================================================================== */
.tm-totop-scroller {
    color: #4c4c4c;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    bottom: 20px;
	top:auto!important;
    transition: all 0.05s linear 0s;
    width: 20px;
    z-index: 1000;
	padding: 15px;
	border:1px solid rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/* Font Awesome Plus Icon for ul li list
 ========================================================================== */
ul.plus { padding-left:20px; list-style:none; }
ul.plus li { margin-bottom:10px; }
ul.plus li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin:0 10px 0 -15px;
}
ul.check { padding-left:20px; list-style:none; }
ul.check li { margin-bottom:10px; }
ul.check li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -15px;
}


/* Modern Font Face
----------------------------------------------------------------------------------------------------*/
span.ico {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:10%;
	display: block;
	font-family: FontAwesome;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 12px;
	width: 100px;
	text-align:center;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
span.ico:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

figure img {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	background-color: rgba(0,0,0,0) 
}
figure img:hover {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	background-color: rgba(0,0,0,0.5) 
}
.footer-color * {
	color:#fff!important;
}
/* HR Styles
----------------------------------------------------------------------------------------------------*/
/*HR Margin
 ------------------------------------------------*/
.uk-grid-divider:empty {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: 'à¸¢à¸‡';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

hr.style-one { 
	border: 0; 
	height: 1px; 
	margin:40px 0 0 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}

hr.style-two { 
	padding: 0; 
	border: none; 
	border-top: medium double #ededed; 
	color: #ddd;
	text-align: center; 
	margin:40px 0;
} 
hr.style-two:after { 
	content: "v"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white;
 }
 
hr.style-three {
	padding: 5px 0;
	border:none;
	border-bottom: solid 3px pink;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
	width:200px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:30px;
}

hr.style-three:after {
	content: '';
	border-bottom: solid 3px blue;
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right:0;
	margin:0 auto;
}
/* IMG Styles
----------------------------------------------------------------------------------------------------*/
.img-border {
	max-width:100%;
	padding:10px;
	border:1px solid #eee;

}
.shadow-img {
	-moz-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 -4px 25px rgba(0, 0, 0, 0.3);
    box-shadow:  0 -4px 25px rgba(0, 0, 0, 0.3);
	max-width:100%;
	margin:30px 0 60px 0;

}
.shadow {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:100%;
	margin:10px 0;

}
.polaroid {
	-moz-box-shadow: 0 0 0 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px 0px #ccc;
    box-shadow:  0px 0px 10px 0px #ccc;
	max-width:99%;
	padding:1%;
	background:#fff;
}
.screenshots {
	float:left;
	margin:20px 10px 5px 0;
	border:1px solid #ccc;
	padding:10px;
}

/* Opacity for Google Map
 ========================================================================== */
.map {
	opacity:0.5;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.map:hover {
	opacity:1;
}

@media screen and (max-width: 768px) {
	h1,h2,h3,h4,h5,h6 {font-size:180% !important;line-height:110% !important}
	.sprocket-features-content {display:none}
}
/* Video Iframe
 ========================================================================== */
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
margin:20px 0;
}</pre></body></html>