<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;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #041f4d url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #092f70;
	font-size: 33px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #062f75;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #073179;
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #072b68;
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #0096ff;
	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 10px 20px;
	padding: 0px 0px 0px 0px;
}
ul {
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #333;
	font-size: 15px;
	line-height: 15px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}
.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #062354;
	font-size: 18px;
	line-height: 16px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 13px 16px 11px 16px;
	border: 0px; 
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #333;
	font-size: 15px;
	line-height: 15px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	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 {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 100px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #333 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #333 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #333 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #333 !important;
	font-weight: normal;
	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;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.hidden {
	display: none;
}
.desktop_only {
}
.mobile_only {
	display: none;
}
.img_left {
	width: auto;
	float: left;
	margin: 0px 25px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 25px;
}
.images, .images_left, .images_right {
	border: 4px solid #d4d4d4;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 35px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 35px;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #CCC;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Spectral SC', serif;
	font-size: 17px;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
	background: linear-gradient(to bottom, #cecece 0px, #898989 100%);
	text-align: center;
	padding: 19px 26px 19px 26px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom, #10387c 0px, #041f4d 100%);
}

.columns {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}
.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list &gt; li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list &gt; li, ul.columns_list[data-columns-count="2"] &gt; li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] &gt; li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] &gt; li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] &gt; li {
	width: 17%;
	margin-right: 3%;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background: #949494;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	background: #08275b;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background: #08275b;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
} 
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #333;
}
.imagemediumname {
	color: #333; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio_slides
-----------------------------------------------------------------------------*/
.portfolio_slides {
	position: relative;
}
.portfolio_slides ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.portfolio_slides li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
.portfolio_slides .images {
	max-width: -webkit-calc(100% - 8px); /* - 4*border */
	max-width: -moz-calc(100% - 8px);
	max-width: calc(100% - 8px);
	max-width: 100%;
	height: auto;
}
.portfolio_slides_pager {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.portfolio_slides_pager span {
	width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #4d1658;
}
.portfolio_slides_pager span.cycle-pager-active {
	color: #d1b26d;
}
.portfolio_slides_pager &gt; * {
	cursor: pointer;
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	color: #333;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " Â»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 16px;
	line-height: 15px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #0096ff;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #8c8c8c; 
	border-right: 1px solid #8c8c8c; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	color: #08275b;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}
.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#main_wrapper {
	overflow: hidden;
}
.body_offset {
	padding-top: 53px;
}
.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}
.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* logo_box
-----------------------------------------------------------------------------*/
#logo_box {
	width: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(234,233,233,0.8) 20%, rgba(216,216,216,0.4) 50%, rgba(234,233,233,0.8) 80%, rgba(255,255,255,0.9) 100%);
	padding: 25px 0px 10px 0px;
}
#logo_box ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	vertical-align: middle;
}
#logo_box li {
	float: left;
	text-align: center;
}
#logo_box li img {
	margin: 0px 15px 10px 15px;
}
/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 53px;
	background: linear-gradient(to bottom, #10387c 0px, #041f4d 100%);
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menutop li:last-child {
	background: none;
}
#menutop li:last-child a {
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 13px;
	font-weight: normal;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	height: 31px;
	text-align: center;
	padding: 22px 23px 0px 23px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover, #menutop li.selected {
	background: linear-gradient(to bottom, #cecece 0px, #898989 100%);
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #fff;
	text-decoration: none;
	transform: scale(1.07);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 189px;
	background: #fff;
	position: relative;
}
#header_logo {
	width: 262px;
	position: absolute;
	left: 0px;
	top: 13px;
}
#header_social {
	width: auto;
	position: absolute;
	right: 0px;
	top: 27px;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}
#header_slogan {
	width: auto;
	color: #041f4d;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 75px;
	text-align: right;
}
#header_phone {
	width: auto;
	position: absolute;
	right: 0px;
	top: 138px;
	color: #000;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Spectral SC', serif;
	text-align: left;
	background: url(images/icon_phone.png) 0px 10px no-repeat;
	padding-left: 20px;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 603px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 303px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	position: relative;
}
#slideshow li:after {
	content: "";
	display: block;
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0px;
	background: url(images/slideshow_li.png) center top no-repeat;
	z-index: 2;
}
#slides_arrow_prev {
	width: 81px;
	height: 63px;
	position: absolute;
	top: 262px;
	left: 70px;
	text-align: center;
	padding-top: 18px;
	background: rgba(255,255,255,0.23);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 101;
}
#slides_arrow_prev:hover, 
#slides_arrow_next:hover {
	background: rgba(8,39,91,0.3);
}
.inside #slides_arrow_prev, 
.inside #slides_arrow_next {
	top: 112px;
}
#slides_arrow_next {
	width: 81px;
	height: 63px;
	position: absolute;
	top: 262px;
	right: 70px;
	text-align: center;
	padding-top: 18px;
	background: rgba(255,255,255,0.23);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 101;
}
#slideshow_slogan {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 358px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	z-index: 201;
	text-shadow: 2px 3px 0px rgba(0,0,0,0.29);
}
#slideshow_slogan .a_button {
	text-shadow: none;
}
#slideshow_slogan a {
	display: inline-block;
	margin-top: 40px;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 24px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 0px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager &gt; * {
	cursor: pointer;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 0px;
	background: #fff url(images/middle_bg.jpg) center bottom no-repeat;
	position: relative;
}
.inside #middle {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 725px;
	float: right;
	padding: 65px 0px 10px 0px;
}
.inside #content {
	padding: 65px 0px 40px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: auto;
	display: table;
	margin: 0 auto;
	color: #041f4d;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	padding: 0px 0px 48px 0px;
	background: url(images/content_title_icon.png) center bottom no-repeat;
	text-align: center;
	margin-bottom: 19px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #041f4d;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	text-align: center;
}

/* side
----------------------------------------------------------------------------*/
#side {
	width: 314px;
	float: left;
	background: linear-gradient(to bottom, #10387c 0px, #041f4d 100%);
}
#side .content_title {
	color: #fff;
}

/* menu
-----------------------------------------------------------------------------*/
#menu {
	padding: 65px 34px 45px 34px;
}
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
	border-bottom: rgba(255,255,255,0.1) 1px solid;
}
#menu li:last-child {
	border-bottom: none;
}
#menu a {
	display: block;
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0px 10px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menu ul li:hover a, #menu li.selected a {
	color: #f3e7db;
	text-decoration: none;
	transform: scale(1.05);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

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

	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	display: block;
	color: #092f70;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	font-family: 'Spectral SC', serif;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #333;
	text-decoration: none;
	cursor: text;
}

/* box_landscaping
-----------------------------------------------------------------------------*/
#box_landscaping {
	width: 100%;
	background: #FFF;
	position: relative;
	padding: 65px 0px 52px 0px;
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	height: 1066px;
	background: url(images/box_gallery_bg.jpg) top no-repeat;
	position: relative;
	padding: 65px 0px 20px 0px;
}
#box_gallery .content_title {
	color: #fff;
	margin-bottom: 28px;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_gallery ul li {
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px 47px 47px 0px;
	border: 4px solid #d4d4d4;
}
#box_gallery li:nth-child(3), 
#box_gallery li:nth-child(5) {
	margin-right: 0px;
}
#box_gallery li:last-child {
	margin-right: 0px;
}
#box_gallery ul li a {
	display: block;
	width: auto;
	height: 265px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_gallery ul li a img {
	transition: all 0.5s ease;
}
#box_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.07);
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 13px;
	line-height: 21px;	
	background: url(images/footer_shadow_bg.png) center top no-repeat, linear-gradient(to bottom, #10387c 0px, #041f4d 100%);
	position: relative;
	padding: 38px 0px 25px 0px;
}
#footer_logo {
	float: left;
	width: 447px;
	text-align: right;
}
#footer_address_links {
	float: right;
	width: 603px;
	text-align: left;
	padding-top: 29px;
}
#footer_address_links span {
}
#footer_address_links a {
	color: #fff;
}
#footer_links {
	padding-top: 5px;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 400px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 67px;
	height: 67px;
	background: url(images/scroll_top_bg.png) center no-repeat, linear-gradient(to bottom, #cecece 0px, #898989 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: url(images/scroll_top_bg.png) center no-repeat, linear-gradient(to bottom, #10387c 0px, #041f4d 100%);
	text-decoration: none;
}</pre></body></html>