<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media ( min-width : 1460px ) {
	
}

@media ( max-width : 960px ) {

}

@media ( max-width : 600px ) {

}

/* ROBOTO ************************************************************************************************** */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


*{ 
border:0px;
margin:0px;
padding:0px;
text-decoration:none;
outline:none;
-webkit-tap-highlight-color: rgba(255,255,255,0.4);
}

*::selection {
background:#ccc;
color:#fff;
}

textarea, input[type="text"] {
-webkit-appearance: none;
-webkit-border-radius:0; 
border-radius:0;
}

html, body {
height: 100%;
}

body {
background: #fff;
color: #111;
font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
font-size: 15px;
-webkit-text-size-adjust: none;
}

.bodywrap{
overflow-x:hidden;
}


div {
position: relative;
}

img, iframe {
vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
font-weight:300;
}

h1{
font-size:60px;
}


@media ( max-width : 600px ) {
h1{font-size:30px;}
}

h2{
font-size:24px;
color:#999;
}

@media ( max-width : 600px ) {
h2{font-size:20px;}
}

h3{
font-size:36px;
color:#0051a2;
}


@media ( max-width : 600px ) {
h3{font-size:26px;}
}


h5{
font-size:76px;
color:#0051a2;
font-weight:100;
margin-bottom:40px;
}

@media ( max-width : 600px ) {
h5{font-size:34px;font-weight:300;margin-bottom:20px;}
}

p {
margin: 0 0 10px 0;
font-size:16px;
line-height:24px;
-webkit-hyphens: auto;
hyphens: auto;
color:#666;
font-weight:300;
}

p a{
color:#666;
}

p a:hover{
color:#888;
border-bottom:1px dotted #999;
}

a.readmore:after {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 0 0 5px;
transform:translate(0,1px);
color: #b7ce00;
display:inline-block;
transition:.1s;
}

a.readmore:hover:after{
transform:translate(3px,1px);
}

.btn{
background:#0051a2;
color:#fff;
padding:15px 15px;
transition:all .2s;
display:inline-block;
font-size:14px;
letter-spacing:1px;
position:relative;
font-weight:300;
text-transform:uppercase;
margin:25px 0;
display:block;
text-align:center;
border-radius:2px;
}


.btn:hover{
background:#f9f9f9;
color:#0051a2;
transition:all .15s;
border:0;
}

.arrow_right{
padding-right:35px;	
}

.arrow_right:after{
font-family: 'FontAwesome';
content: "\f054";
z-index:100;
color:#fff;
position: absolute;
top:50%;
margin-top:-5px;
right:15px;
transition:all .15s;
font-size:13px;
}

.arrow_right:hover:after{
color:#d30000;
right:10px;
}

hr{
height: 0;
margin: 10px 0;
border-bottom: 1px solid #ccc;
}

/* LAYOUT */



.section{
width: 100%; overflow:hidden;
}

.wrap{width:960px;margin: 0 auto;}
.col{min-height: 10px;float: left;}
.col.third{width:300px;}
.col.half{width:465px;}
.col.two_thirds{width:630px;}
.col.full{width:960px;}
.col.gap{background: none;width:30px;height: 30px;}

@media ( min-width : 1460px ) {
/*
.wrap{width:1160px}
.col.third{width:360px;}
.col.half{width:560px;}
.col.two_thirds{width:760px;}
.col.full{width:1160px;}
.col.gap{width:40px;height: 40px;}
}

@media ( max-width : 960px ) {
/*.bodywrap{transform:scale(.8);}*/


}

@media ( max-width : 600px ) {
*{box-sizing:border-box;}
.desktop{display: none;}
.mobile{display: block;}
.wrap{width:100%; padding:0 15px}
.col.third{width:100%;}
.col.half{width:100%;}
.col.two_thirds{width:100%;}
.col.full{width:100%;}
.col.gap{display: none;}
}


.fullwidth{
width:100%;
}

.content img{
margin:5px 0 15px 0;
}

.image_right{
float:right;
margin:0 !important;
padding:7px 0 10px 20px;
width:40%;
}

.image_left{
float:left;
margin:0 !important;
padding:7px 20px 10px 0;
width:40%;
}

@media ( max-width : 600px ) {
.image_right, .image_left{
float:none;
width:100%;
padding:5px 0 15px 0;
}
}



.footer {
padding:20px 0;
}

.footer {
background:#f9f9f9;
margin: 0 auto; 
width:100%;
}

@media ( max-width : 600px ) {
.footer{
height:auto;
}



.push {
height:auto;
}
}


.topbar{
position: fixed;
height:60px;
background:rgba(255,255,255,0.9);
box-shadow:0 0 5px rgba(0,0,0,0.5);
z-index:100;
}

.logo{
height:30px;
position:absolute;
top:15px;
}


@media ( max-width : 600px ) {
.topbar{
height:50px;
}

.logo{
height:20px;
position:absolute;
top:15px;
}

}

/* NAVIGATION */

.navigation {
position:absolute;
right:0;
top:30px;
}

.navigation ul{
list-style: none;
}

.navigation ul li{
margin: 0 0 0 25px ;
float: left;
}

.navigation ul li a{
display: block;
color: #666;
font-size: 14px;
text-transform:uppercase;
letter-spacing:1px;
}

.navigation ul li a:hover{
opacity: 0.5;
}

.navigation ul li.current a{
color: #0051a2;
font-weight: bold;
}

/* CUSTOM */

.introtext{
position:absolute;
top:150px;
z-index:99;
}

.introtext h2{
max-width:420px;
font-size:22px;
line-height:30px;
}



@media ( max-width : 600px ) {
.introtext{
position:relative;
top:auto;
margin-top:70px;
}


.introtext h2{
max-width:auto;
font-size:20px;
line-height:27px;
}
}

.s1{
height:740px;
background:#f2f2f0;
}

.cr1{
position:absolute;
right:-135px;
top:80px;
width:670px;
}

.btn1{
width:160px;

position:absolute;
right:-50px;
top:540px;
transform:rotate(-3deg);
}

.btn1:hover{
width:160px;
position:absolute;
right:-50px;
top:540px;
transform:rotate(2deg) scale(1.1);
}


@media ( max-width : 600px ) {
.s1{height:auto;}

.cr1{
position:relative;
right:auto;
top:auto;
width:100%;
margin-top:-20px;
}
}

.s2{
height:700px;
background:#fff;
padding:100px 0 0 0;
}

.cr2{
position:absolute;
left:-500px;
top:-80px;
width:1200px;
}

.s3{
height:700px;
background:#fbfbfa;
padding:100px 0 0 0;
}

.cr3{
position:absolute;
right:-550px;
top:-80px;
width:1200px;
z-index:0;
}

.s4{
height:700px;
background:#fff;
padding:100px 0 0 0;
}

.cr4{
position:absolute;
left:-500px;
top:-80px;
width:1200px;
}

.s5{
background:#fbfbfa;
padding:100px 0;
}

.s6{
background:#fff;
padding:100px 0;
}


@media ( max-width : 600px ) {
.s2, .s3, .s4, .s5, .s6{
height:auto;
padding:30px 0 30px 0;
}

.cr2, .cr3, .cr4, .cr5, .cr6{
position:relative;
left:auto;
top:auto;
right:auto;
width:100%;
}
}








.content ul{
margin:10px 0;
list-style:none;
}

.content ol{
margin:10px 0;
}

.content li{
margin:0 0 10px 30px;
line-height:23px;
}

.content ol li{
margin:0 0 10px 33px;
padding-left:3px;
}

.content ul li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 10px 0 -15px;
color: #b7ce00;
position:absolute;
}

.content li a{
color:#666;
}

.content li a:hover{
opacity:.7;
}

.gallerywrap a img{
float:left;
position:relative;
}

.gallerywrap:hover img{
opacity:.5;
z-index:900;
}

.gallerywrap a img{
transition: all .4s;
}

.gallerywrap a:hover img{
transform: scale(1.07);
transition: all .1s;
opacity:1;
z-index:1000;
}



/* FORM */

.form{
margin:5px 0;	
}

.form input, .form textarea{
font-family:'Roboto', Helvetica, Arial, Verdana, sans-serif;
padding:15px;

width:300px;
background:#f9f9f9;
font-size:16px;
color:#333;

-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
box-sizing:border-box;
width:100%;
border:1px solid #f9f9f9;
}

.form .label{
font-size: 12px;
text-transform:uppercase;
margin: 3px 0 10px 0;
color:#666;
letter-spacing:1px;
}

.form .status{
display:none;
color:#f00;
margin: 0 0 8px 0;
}

.form .submitbutton{
border:1px solid #efefef;
width:60px;
color:#777;
background:#f9f9f9;
padding:8px;
text-align:center;
display:inline-block;
}

.form .submitbutton:active{
-webkit-transform:scale(0.95);
}

.form_error {
border:1px solid red !important;
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

@-webkit-keyframes shake
{
0%   {-webkit-transform: translate(0,0)}
33%  {-webkit-transform: translate(-10px,0)}
66%  {-webkit-transform: translate(10px,0)}
100%  {-webkit-transform: translate(0,0)}
}

@-moz-keyframes shake
{
0%   {-moz-transform: translate(0,0)}
33%  {-moz-transform: translate(-10px,0)}
66%  {-moz-transform: translate(10px,0)}
100%  {-moz-transform: translate(0,0)}
}

@keyframes shake
{
0%   {transform: translate(0,0)}
33%  {transform: translate(-10px,0)}
66%  {transform: translate(10px,0)}
100%  {transform: translate(0,0)}
}

.not_selectable{
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}

.clearer{
clear:both;
}

.overflowhidden{
overflow:hidden;
}


@media ( min-width : 601px ) {
.mobile{
display: none;
}
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width : 600px ) {

.navigation{
position:relative;
font-size: 14px;
right:auto;
top:auto;
border-bottom:0 solid #ddd;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
transition: max-height 0.5s;
max-height: 0;
overflow:hidden;
} 

.navigation.expanded {
max-height: 300px;
}

.navigation ul li{
margin: 0 0 0 0;
width: 100%;
float: none;
}

.navigation ul li a{
display: block;
color: #333;
height:auto;
padding:10px 15px;
}

.navigation ul li a:hover{
color: #fff;
background:#333;
}

.navigation ul li a.current{
color: #fff;
height:auto;
font-weight: bold;
border-bottom:0;
background:#333;
}

.toggle_navigation{
position: absolute;
right: 0;
top:12px;
font-size: 22px;
height: 30px;
width: 30px;
text-align: right;
display: block;
z-index: 100;
}

/*NAV2*/

.outerwrap{
transition: transform .2s;
}

.shifted{
transition: transform .2s;
transform: translateX(-270px);
}

.subnav_mobile{
background: #1d3b57;
position: fixed;
width: 270px;
top:0;
bottom:0;
right:-270px;
transition: transform .2s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
padding: 20px;
}

.subnav_mobile ul{
list-style: none;
}

.subnav_mobile ul li{
margin: 0 0 0 0;
text-transform:uppercase;
}

.subnav_mobile ul li ul li{
text-transform:none;
}

.subnav_mobile ul li a{
padding:7px 5px 7px 0;
font-size: 16px;
display: block;
font-weight:300;
color:#fff;
letter-spacing: 1px;
}


.subnav_mobile ul li:last-child{
border-bottom:none;
}

.subnav_mobile ul li a:hover{
color: #999;
}

.subnav_mobile ul li a.current{
color: #fff;
font-weight: bold;
}

.subnav_mobile ul li ul{
padding:0 0 0 20px;
}

.subnav_mobile ul li ul li{
}

.subnav_mobile ul li ul li a{
padding:7px 0;
font-size:14px;
color:#fff;
}

.subnav_mobile ul li ul li:last-child a{
margin-bottom:10px;
}

.subnav_mobile.shifted{
box-shadow: 0 0 6px rgba(0,0,0,.3) !important;
}

.subnav_mobile_overlay{
background: rgba(255,255,255,.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
display: none;
transition: transform .2s;
}

.bodywrap{
transition: transform .2s;
}

}

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