<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset &amp; Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset &amp; Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	/* [disabled]border: 0; */
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	height: 100%
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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


/* #Basic Styles
================================================== */
body {
	background: #fcfcf9 url(../images/bg_main.png) repeat;
	font: 100 14px/1.666em Helvetica, Arial, sans-serif;
	color: #444444;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5 {
	color: #000000;
	font-family: "OswaldLight";
	font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 32px;
	line-height: 42px;
	margin-top: 12px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}

h4 {
	font-size: 21px;
	line-height: 40px;
	margin: 5px 0 15px;
}

h5 {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 15px 0
}

h6 {
	color: #3d3c3c;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
}

.subheader {
	color: #777;
}

.aside h4 {
	color: #a8a8a8;
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: normal;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 80%;
}

h3.iconed_title {
	margin: -10px 0 10px 0;
	padding: 0 0 0 35px;
	font-size: 16px;
	color: #EE2214;
	text-transform: uppercase;
	line-height: 22px
}

h3.iconed_title a {
	font-size: 16px;
	color: #68aebe;
	text-transform: uppercase;
	line-height: 22px;
	text-decoration: none
}

h3.iconed_title a:hover {
	text-decoration: underline
}

.ico_develop {
	background: url(../images/ico_develop.png) no-repeat left top;
}

.ico_integrate {
	background: url(../images/ico_integrate.png) no-repeat left top;
}

.ico_complete {
	background: url(../images/ico_complete.png) no-repeat left top;
}

.ico_support {
	background: url(../images/ico_support.png) no-repeat left top;
}

h4.offset {}

.sub_ttl1 {
	color: #68aebe;
	margin-bottom: 2px;
	display: block;
	font-size: 16px;
	line-height: 18px
}

/*	Blockquotes  */
blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}


/* #Links
================================================== */
a,
a:visited {
	color: #EE2214;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #999999;
	text-decoration: none
}

p a,
p a:visited {
	line-height: inherit;
}

a.readmore_news {
	color: #EE2214;
	font-size: 12px;
	display: block;
	background: url(../images/arrow_readmore.png) no-repeat right center;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding-right: 30px;
	width: auto;
	float: left
}

a.readmore_news:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

a.readmore_news1 {
	color: #EE2214;
	font-size: 12px;
	display: block;
	height: 16px;
	line-height: 20px;
	text-decoration: none;
	margin: 10px 25px;
	width: auto;
	float: none;
	text-align: center;
}

a.readmore_news1:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
}

/* #Lists
================================================== */
ul,
ol {
	margin-bottom: 20px;
	line-height: 1.666em;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

ul.marked_list1 {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.marked_list1 li {
	background: url(../images/marker1.png) no-repeat 0 6px;
	margin-left: 16px;
	padding: 0 0 0 12px;
}

ul.marked_list1 li a {
	line-height: 16px;
	font-size: 12px;
	color: #EE2214;
	text-decoration: none
}

ul.marked_list1 li a:hover {
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

ul.non-marked-list {
	list-style-position: outside !important;
	list-style-type: lower-alpha !important;
	padding: 0 20px;
	margin-left: 16px;

}

ul.non-marked-list li {
	margin-left: -8px;

}

.lh18 li {
	padding-bottom: 2px !important
}

.left_pad10 {
	padding-left: 10px !important;
	margin-bottom: 10px !important
}

ul.marked_list2 {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.marked_list2 li {
	padding: 4px 0 6px 0 !important;
	line-height: 16px;
	font-size: 12px;
	color: #707070;
	background: url(../images/bg_marked_list2.png) repeat-x bottom left;
	margin: 0
}

ul.marked_list2 li a {
	background: url(../images/marker2.png) 1px center no-repeat;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	text-decoration: none;
	display: block
}

ul.marked_list2 li a:hover {
	color: #EE2214;
	text-decoration: none
}

ul.list_news {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list_news li {
	margin: 0;
	padding: 10px 0;
	border-top: #ebebeb 1px solid;
}

/*	ul.list_news li:first-child { padding-top:0; border:none}  */
ul.list_news li span {
	color: #000000;
	display: block;
	padding: 0 0 5px 0;
	font-weight: 500;
}

ul.list_blog {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list_blog li {
	margin: 0;
	padding: 12px 0 15px 0;
	border-top: #ebebeb 1px solid;
}

ul.list_blog li:first-child {
	padding-top: 0;
	border: none
}

ul.list_blog li span.day {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal
}

ul.list_blog li span.month {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal
}

ul.list_blog li span.blog_ttl {
	color: #919090;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: bold
}

ul.list_history {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.list_history li {
	margin: 0 0 10px 0;
	padding: 0;
}

ul.list_history li .date {
	float: left;
	color: #68aebe;
	width: 45px;
	font-family: 'CuprumRegular';
	font-size: 16px;
	line-height: 18px;
	padding-top: 1px
}

ul.list_history li .history {
	overflow: hidden
}

ul.list_people {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.list_people li {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 17%;
}

ul.list_people li:first-child {
	margin: 0
}

ul.list_people li img {
	margin-bottom: 10px;
}


ul.activities {
	margin: 0px 0px 15px;
	padding: 0;
	list-style: none;
}

ul.activities li {
	background: url(../images/marker1.png) no-repeat 0 6px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	font-size: 12px;
	display: block;
	width: 11.4%;
}

ul.activities li a {
	line-height: 16px;
	font-size: 12px;
	color: #EE2214;
	text-decoration: none
}

ul.activities li a:hover {
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

ul.partners {
	margin: 7px 0px 0px;
	padding: 0;
	list-style: none;
	display: block;
}

ul.partners li {
	background: url(../images/marker1.png) no-repeat 0 6px;
	margin: 0 25px 0 0;
	padding: 0 0 0 10px;
	float: left;
	font-size: 12px;
	display: block;
}

ul.partners li a {
	line-height: 16px;
	font-size: 12px;
	color: #EE2214;
	text-decoration: none
}

ul.partners li a:hover {
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}



/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px
}

.aligned_left {
	margin: 0 10px 5px 0;
	float: left
}

.aligned_right {
	margin: 0 0px 5px 10px;
}

.aligned_center {
	margin: 0 auto 10px auto;
	align: middle
}

.pic_partner {
	margin-bottom: 0px;
	border: #e5e5e5 3px solid;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #EE2214;
	/* Old browsers */
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	border: none
}

.btn_send {
	width: 100px
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border &amp; padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}

ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}

ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs li:first-child a.active {
	margin-left: 0;
}

ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs-content {
	margin: 0;
	display: block;
}

ul.tabs-content &gt; li {
	display: none;
}

ul.tabs-content &gt; li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

ul.tabs:after {
	clear: both;
}

ul.tabs {
	zoom: 1;
}


/* #Forms
================================================== */

form {
	/*margin-bottom: 20px;*/
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	-moz-box-shadow: inset 1px 1px 1px #cccccc;
	-webkit-box-shadow: inset 1px 1px 1px #cccccc;
	box-shadow: inset 1px 1px 1px #cccccc;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	padding: 1px 9px;
	line-height: 25px;
	color: #cccccc;
	font-size: 13px;
	width: 90%;
	height: 25px;
	margin: 0 0 11px;
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	/*border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); */
}

textarea {
	height: 75px;
	width: 90%;
	resize: none
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}


/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.testimonial_content {
	overflow: hidden
}

.fleft {
	float: left
}

.fright {
	float: right
}

.arrow_buttons {
	float: right;
	width: 35px;
	height: 15px;
	padding-top: 10px
}

.btn_testimonials_down {
	background: url(../images/btn_down.png) no-repeat;
	width: 17px;
	height: 15px;
	display: block;
	float: left
}

.btn_testimonials_up {
	background: url(../images/btn_up.png) no-repeat;
	width: 17px;
	height: 15px;
	display: block;
	margin-left: 1px;
	float: left
}

.signature {
	text-align: right;
	padding-top: 15px
}

.signature span {
	font-family: 'OswaldLight';
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding: 0 0 2px 0;
	color: #000000
}

.service_block {}

.dropcap_number {
	background: #e5e5e5;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 39px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 7px 10px 0px
}

.jus {
	text-align: justify
}

.dropcap_block {
	margin-bottom: 15px !important
}

.faq_question {
	background: none;
	color: #68aebe
}

.faq_answer {
	background: none;
	padding: 0 0 0px 38px
}

.faq_sep {
	background: url(../images/bg_cont_seperator2h.png) repeat-x;
	margin-top: 15px;
	height: 17px;
	display: block;
}

.map {
	width: 100%;
	margin-bottom: 25px
}

.f14_blue {
	color: #68aebe;
	font-size: 14px;
	line-height: 18px;
}

.contact_address {
	background: url(../images/ico_address.png) no-repeat left top;
	padding: 0 0 25px 30px;
	min-height: 30px
}

.contact_phones {
	background: url(../images/ico_contacts.png) no-repeat left top;
	padding: 0 0 0px 30px;
	min-height: 30px
}

.contact_address a,
.contact_phones a {
	color: #9d9d9d;
	text-decoration: none
}

.contact_address a:hover,
.contact_phones a:hover {
	color: #9d9d9d;
	text-decoration: underline
}

.overflow {
	overflow: hidden
}

h5.readmore_news {
	padding-top: 18px;
}

.button2 {
	padding: 18px;
}

.aside_block.container .five.columns a {
	color: #EE2214;
}

a.read_button {
	color: rgba(238, 34, 20, 1);
	padding: 0px;
	display: block;
	height: auto;
	margin: 0px;
	clear: both;
}

ul.list_news li.float-left {
	float: left;
}

ul.list_news li.float-left img {
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
}

.caption-top,
p.caption-top {
	font-size: 11px !important;
	line-height: 1em !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.project-container {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.col-right {
	width: 33%;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	float: right;
}

.col-left {
	width: 66%;
	margin: 0 !important;
	padding: 6px 0 0 0 !important;
	display: block;
	float: left;
}
</pre></body></html>