<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Raleway-Regular';
  src: url('Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Raleway-Regular.woff') format('woff'), /* Modern Browsers */
       url('Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Raleway-Regular.svg#f53cbacd8b0fdfdba3b5d3fcc369dc1c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('Raleway-Medium.eot'); /* IE9 Compat Modes */
  src: url('Raleway-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Raleway-Medium.woff') format('woff'), /* Modern Browsers */
       url('Raleway-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Raleway-Medium.svg#830a31480c633d9fd527c9f94e12f322') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

* {
	margin: 0;

}
img {
	border: none;
}
html, body {
	height: 100%;
	font-family: 'Raleway-Regular','Verdana';
	font-size: 14px;
	color: #1a171b;
	background: #fff;
	background: url('../img/bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  font-family: 'Raleway-Medium','Verdana';
  font-size: 36px;
  font-weight: bold;
  color: #1a171b;
}
h2 {
  font-family: 'Raleway-Medium','Verdana';
  font-size: 30px;
  font-weight: bold;
  color: #1a171b;
}
h3 {
  font-family: 'Raleway-Medium','Verdana';
  font-size: 26px;
  font-weight: bold;
  color: #1a171b;
}
h3 {
  font-family: 'Raleway-Medium','Verdana';
  font-size: 22px;
  color: #1a171b;
}
#wrapper {
  width: 1278px;
  height: auto;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  padding-top: 30px;
  
  
}
#shadow-1 {
  width: 1004px;
  height: 167px;
  position: absolute;
  top: 0px;
  left:50%;
  z-index: 99999999;
  background: url('../img/shadow__.png') no-repeat;
  margin-left: -364px;
}
#shadow-2 {
  width: 1004px;
  height: 167px;
  position: absolute;
  top: 496px;
  left:50%;
  z-index: 99999999;
  background: url('../img/shadow__.png') no-repeat;
  margin-left: -365px;
}
#sidebar {
  display: block;
  float:left;

  width: 228px;
  height: auto;
  overflow: hidden;
}
img#logo {
  width: 206px;
  height: 129px;
  margin-left: 22px;
  overflow:hidden;
  border: 0px solid #000;
}
#menu1 {
	position: fixed;
	width: 228px;
	height: auto;
	margin-top: 35px;
	font-size: 13px;
	text-align:right;
	font-family: 'Raleway-Medium','Verdana';
	overflow: auto;
}
#container {
	display: block;
  float:left;
  width: 1004px;
  height: auto;
  overflow: auto;
  margin-left: 45px;
}

#content_startpage {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -290px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#CCFFFFFF', EndColorStr='#CCFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CCFFFFFF', EndColorStr='#CCFFFFFF');
  zoom: 1!important;
  background: rgba(255,255,255,0.8);
  z-index: 99999999;
  width: 330px;
  height: 280px;
  padding: 35px;
}
#content {
  display: block;
  float:left;
  padding: 50px;
  background-color: #fff;
  width: 857px;
  min-height: 200px;
  margin-top: 60px;
}
#content_gallery {
  display: block;
  float:left;
  background-color: #fff;
  width: 954px;
  margin-top: 60px;
}
#content_shadow {
  display: block;
  float:left;
  width: 1004px;
  /*height: 167px; OLD*/
  height:80px;
  background: url('../img/shadow__.png') no-repeat;
}
.gallery_box {
  display: block;
  float:left;
  width: 477px;
  height: 355px;
  overflow: hidden;
}
.gallery_box_text {
  display: block;
  float:left;
  width: 417px;
  height: 255px;
  overflow: hidden;
  padding: 50px 30px;
}

#footer {
  display: block;
  float:left;
  width: 957px;
  height: auto;
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}
.footer_part {
  width: 250px;
  height: auto;
  
  margin-left: 51px;
  display: block;
  float:left;
}

.footer_part_menu {
	clear:left;
	display: block;
  float:left;
  margin-top: 30px;
  width: 850px;
  margin-left: 51px;
}

.footer_part a:link {
    color: #1a171b;
    text-decoration: none;
}

.footer_part a:hover {
    color: #1a171b;
    text-decoration: underline;
}


/* unvisited link */
a:link {
    color: #1a6b8a;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #1a6b8a;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #1a6b8a;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #1a6b8a;
    text-decoration: none;
}

a.button {
  padding: 10px 20px;
  background-color: #1a6b8a;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

a.button_small {
  padding: 5px 10px;
  background-color: #1a6b8a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
</pre></body></html>