<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #2c2c2c;
	width: 100%;
	min-width: 320px;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #006DC9;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
h2, .h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color:#058FA4;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
h3, .h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color:#5F619B;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

a {
	color: #006EC9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
ul {
	list-style-image: url(images/icon_bullet.png);
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
	font-size:14px;
}
img {
	border: none;
}


/* forms styles
-----------------------------------------------------------------------------*/
.form, form {	
	display: table;
	width: 100%;
	margin: 0 auto;
}

fieldset {
	border: 0px solid transparent;
}
input, textarea, select {	
	box-sizing: border-box;
	color: #000;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

input.submit, input.button {
	height: 24px;
	padding: 0 10px 0 10px;
	border: none;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background: #35438B;	
}
fieldset.edit {
	width: 100%;
	padding: 10px 5px 10px 10px;
	border: 1px solid #a39d8a;	
}
fieldset.edit legend {
	font-weight: bold;
	color: #673334;
}

label.edit {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 5px 5px 0;
	color: #3c3c3c;
}
label.edit_full {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 5px 5px 0;
	color: #3c3c3c;
}
label.edit_half {
	float: left;
	width: 25%;	
	padding: 0 5px 5px 0;
	color: #3c3c3c;
}
input.edit {
	width: 100%;
	height: auto;
	padding: 3px;	
	border: 1px solid #666666;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #ccc;
	background: #fff url(images/input_bg.gif) top repeat-x;	
}
input.edit_file {
	width: 100%;
	padding: 3px;
}
select.edit {
	width: 100%;
	padding: 3px;
	border: 1px solid #666666;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #ccc;
	background: #fff url(images/input_bg.gif) top repeat-x;	
}
textarea.edit {
	width: 100%;
	padding: 3px;
	border: 1px solid #666666;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #ccc;
	background: #fff url(images/input_bg.gif) top repeat-x;	
}
.scode_block {
	width: 100%;
	text-align: center;
	line-height: normal;
}
.scode_block table {
	padding: 5px 2px 5px 2px;
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;	
}
.scode_block table td {
	padding: 0 3px 0 3px;
}
.scode_block td {
    vertical-align: top;
}

input.scode {
	text-transform: uppercase;
	text-align: center;
}
.scode_block input.scode {
	width: 82px;
	height: 22px;
}
.scode_block .submit {
	width: 100px;
	text-align: center;
}

.required {
	color: #F00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #000;
	text-overflow: ellipsis;
}


/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.visible {
	display: block;
}
.hidden {
	display: none;
}

.desktop_only {
	display: none;
}
.mobile_only {
}

.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right, .images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
table .img, table .img_left, table .img_right, table .images, table .images_left, table .images_right {
	width: 100%;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.images, .images_left, .images_right, .images_full {
	border: 0px;
}



hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #e6e3dc;
	border: 0px;
}

a.a_button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	background: #ffb04a;
	text-align: center;
	padding: 5px 10px 5px 10px;
}
a.a_button:hover {
	text-decoration: none;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
	
}
ul.columns_list &gt; li {
	list-style-images: none;
	display: inline-block;
	padding: 10px 0px 10px 0px;
	margin: 0px 3% 0px -4px;
	vertical-align: top;
	max-width: 100%;
	min-width: 270px;
}

ul.columns_list &gt; li, ul.columns_list[data-columns-count="2"] &gt; li {
	width: 47%;
}
ul.columns_list[data-columns-count="3"] &gt; li {
	width: 30%;
}
ul.columns_list[data-columns-count="4"] &gt; li {
	width: 22%;
}
ul.columns_list[data-columns-count="5"] &gt; li {
	width: 17%;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #231f20;
	background: #eee;
	padding: 2px 6px 2px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 3px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #231f20;
	background: #ABB073;
	padding: 2px 6px 2px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 3px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #666666;
}

.imagemediumname {
	color: #666666; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

#portfolio_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
	margin-right:-0px;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
	font-size: 11px;
	line-height: 11px;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_plan_bg.png) top repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #fff;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* Table_plan
-----------------------------------------------------------------------------*/
.table_plan {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table_plan tr {
	vertical-align: middle;
}
.table_plan tr td:nth-child(even) {
	background: #efede8;
}
.table_plan tr th, .table_plan tr td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
	background: #f5f3ee;
	font-size: 11px;
	line-height: 11px;
}
.table_plan thead td, .table_plan tfoot td {
	background: #efae40 url(images/table_plan_bg.png) top repeat-x !important;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table_plan tr th {
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #fff;
}

.price_old {
	color: #666;
	font-size: 12px;
	line-height: 12px;
	position: relative;
}
.price_old:before {
	border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}
.price_new {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.price {
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}


/* Header
-----------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 104px;
	padding: 0;
	text-align: center;
	background: #111 url(images/mobile_header.jpg) center top repeat-x;	
}

#banner
{
	width: 100%;
	height: 224px;
	padding: 0;
	text-align: center;
	background: #fff url(images/mobile_banner.jpg) center top no-repeat;	
}

/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: url(images/mobile_nav1.jpg) top repeat-x;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
    font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	padding: 0px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin-right: 5px;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: #fff url(images/mobile_nav2.jpg) top repeat-x;
}
#menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 9px 0px 9px 0px;
	text-transform: uppercase;
}
#menu a:hover {
	text-decoration: none;
}

#menu li.selected &gt; a {
	color: #006EC9;
}

#menu li.closed &gt; ul {
	display: none;
}
#menu li.closed &gt; a {
	/* closed arrow on dropdown menu */
	background: url(images/mobile_arrow_close.png) 99% no-repeat;
}

#menu li.open &gt; ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#menu li.open &gt; a {
	/* open arrow on dropdown menu */
	background: url(images/mobile_arrow_open.png) 99% no-repeat;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
	background: #fff;
	padding: 20px 20px 20px 20px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
}

.content_title {
	width: 100%;
	padding: 15px 0px 15px 0px;
	font-size: 24px;
	line-height: 24px;
	color:#111;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.content_title h1 {
	font-size: 20px;
	line-height: 20px;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}


/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #fff7e5;
	text-decoration: none;
	cursor: text;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #292A63;
}
#footer a {
	color: #fff;
}
#footer span {
	color: #fff;
	font-weight: bold;
}


/* styles
-----------------------------------------------------------------------------*/

/* res_table
-----------------------------------------------------------------------------*/

.res_table {
	width: 100% !important;
}
.res_table td {
	display: block;
	width: 100% !important;
}


.a_arrow {
	font-size: 14px;
	line-height: 14px;
	color: #83630e;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	background: url(images/a_arrow.png) right 2px no-repeat;
}


/* list_columns
-----------------------------------------------------------------------------*/
.list_columns ul {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.list_columns ul li {
	display: block;
	margin: 0px 0px 30px -4px;
	padding: 0px 40px 30px 100px;
	list-style-image: none;
	list-style: none;
	border-bottom: 1px solid #e6e3dc;
}
.list_columns li:nth-child(2n) {
	padding-right: 0px;
}
.list_columns ul li {
	background-position: 6px top;
	background-repeat: no-repeat;
	background-image: url(images/list_columns_icon.png);
}


#list_columns_services ul li:nth-child(1) {
	background: url(images/services_list_icon_01.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(2) {
	background: url(images/services_list_icon_02.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(3) {
	background: url(images/services_list_icon_03.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(4) {
	background: url(images/services_list_icon_04.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(5) {
	background: url(images/services_list_icon_05.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(6) {
	background: url(images/services_list_icon_06.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(7) {
	background: url(images/services_list_icon_07.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(8) {
	background: url(images/services_list_icon_08.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(9) {
	background: url(images/services_list_icon_09.png) left top no-repeat;
}
#list_columns_services ul li:nth-child(10) {
	background: url(images/services_list_icon_10.png) left top no-repeat;
}


.imgpr, .imgpl
{
display:block;
margin:15px 0 15px 0;
border:4px solid #CCC;	
text-align:center;
}

</pre></body></html>