<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main */

*{padding:0; margin:0;}
body {font-size:12px; background-color:white; font-family:verdana; }

a {text-decoration:none; color: black;}
a:visited {text-decoration:none; color: black;}
a:hover {text-decoration:underline; color: black;}

div.page-container { margin:60px 10px 60px 60px; min-width:900px;}

.bx-wrapper .bx-loading {
    height: 420px;
    width: 650px;
    position: relative;
    display: none;
}

/* Left */

div.left-container {width:250px;float:left; padding-top: 50px;}

div.left-container img.logo {width:200px;border:none;}

div.left-container div.menu-container {
    height: 420px; 
    margin-top: 127px; 
    padding-left: 5px;
    font-size: 90%;
    position: relative;
    text-transform:uppercase;
    }

div.menu-container ul {list-style-type: none;}

div.menu-container ul li {margin-bottom: 20px;}

div.menu-container ul li a {
    color: rgb(164,164,164);
    font-weight: bold;
    }

div.menu-container ul li a:hover {
    color: black;
    text-decoration: none;
    }

div.menu-container ul li a.curr {
    color: black;
    }
    
div.translations{
    position: absolute;
    bottom: 95px;
    font-size: 80%;
    color: rgb(164,164,164);
}

div.translations a{
    color: rgb(164,164,164);
}

div.translations a:visited{
    color: rgb(164,164,164);
}

div.translations a:hover {
    color: black;
    text-decoration: none;
    }


/* Right */

div.right-container {padding-left: 250px;}

div.right-container div.top-container{height: 200px; width: 650px;}

div.right-container div.arrows-container{
    height: 0px;
    }

div.right-container div.arrows-container a{
    width: 100%;
    height: 100%;
    display: block;
    }
    
div.right-container div.arrows-container div{
    display: none;
    }

div.arrow-l {
    background-image: url('../images/arrow-l.png'); 
    background-repeat: no-repeat; 
    height: 40px; 
    width:31px;
    float:left;
    cursor: pointer;
    margin-left: -6px;
    }
    
div.arrow-l:hover {
    background-image: url('../images/arrow-l-h.png'); 
    }

div.arrow-r {
    background-image: url('../images/arrow-r.png'); 
    background-repeat: no-repeat; 
    height: 40px; 
    width:31px;
    float:left;
    margin-left: 10px;
    cursor: pointer;
    }

div.arrow-r:hover {
    background-image: url('../images/arrow-r-h.png'); 
    }
    

/* content container */

div.right-container div.content-container{font-size: 120%;}

div.content-container div.middle-content div.middle-left{
    width: 355px;
    float: left;
    overflow: auto;
    height: 100%;
    padding-right: 5px;
    }

div.content-container div.middle-content div.middle-right{
        padding-left: 375px;
    }
    
div#project-name {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(128,184,255);
    padding-bottom: 20px;
} 

div#project-text {
    font-size: 90%;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
}  

div#project-text p {
    font-weight: normal;
} 

div#project-text table {
    width: 100%;
}

div.content-container div.middle-content p {margin-bottom: 10px;}

div.content-container div.middle-content ul {margin-left: 40px;}

div.content-container div.break {clear: both;}

div#more-text {
    cursor: pointer;
    display: none;
}

div#more-text img{
    line-height: 100%;
    vertical-align: middle;
}

div#more-text span{
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
}

div#more-text:hover span{
   text-decoration: underline;
}

/* timeline slider */

div.timeline-container{
}

div#timeline-slider div{
    width: 160px;
    color: rgb(164,164,164);
    text-transform: uppercase;
    text-align: center;
}

div#timeline-slider div img {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    border: none;   
}

div.timeline-container div.bx-wrapper {
    margin: 0!important;
}

div.timeline-container div.bx-wrapper div.bx-viewport{
    box-shadow: none;
    webkit-box-shadow: none;
    moz-box-shadow: none;
    border: none;
    left: 0;
}

div#timeline-slider div div.square{
    width: 18px;
    height: 18px;
    background-color: rgb(164,164,164);
}

div#timeline-slider div:hover div.square{
    background-color: black;
}

div#timeline-slider div.curr div.square{
    background-color: black;
}

div.cont{
    margin-top: 4px;
    padding-top: 4px;
    text-align: left;
    font-size: 80%;
}

div.cont span{
    margin-right: 2px;
}

div#timeline-slider div:hover div.cont{
    color:black;
}

div#timeline-slider div img.normal{
    display: block;
}

div#timeline-slider div img.hover{
    display: none;
}

div#timeline-slider div:hover img.normal{
    display: none;
}

div#timeline-slider div:hover img.hover{
    display: block;
}

div#timeline-slider div.curr div.cont{
    color:black;
}

div#timeline-slider div a:hover{
    text-decoration: none;
}


/* project slider */


div.middle-content div.bx-wrapper {
    margin: 0!important;
}

div.middle-content div.bx-wrapper div.bx-viewport{
    box-shadow: none;
    webkit-box-shadow: none;
    moz-box-shadow: none;
    border: none;
    left: 0;
}


div.middle-content div#project-slider div.project-text {
    max-width: 650px;
    cursor: pointer;
}

div.middle-content div#project-slider div img {
    cursor: pointer;
}

/* project slider pager */

#project-slider-pager-container {
    margin-top: 15px;
    min-width: 275px;
    height: 30px;
}

#project-slider-pager {
    height: 30px;
}

div.middle-content #project-slider-pager-container div.bx-wrapper {

}

div#project-slider-pager a {
 
    display: block;
}

div#project-slider-pager a img {
    border: 0;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

div#project-slider-pager a.active img, div#project-slider-pager a:hover img {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#psp-l {
    background-image: url('../images/left.jpg'); 
    background-repeat: no-repeat; 
    height: 30px; 
    width:30px;
    cursor: pointer;
    background-position: center;
    padding-right: 40px;
}

#psp-r {
    background-image: url('../images/right.jpg'); 
    background-repeat: no-repeat; 
    height: 30px; 
    width: 30px;
    cursor: pointer;
    background-position: center;
    padding-right: 40px;
}


/* home slider */

div#home-slider img {
    border:none;
}

div#home-slider-dock{
    position: absolute;
    left: 0;
    top: 200px;
    min-width: 1200px;
    max-width: 2000px;
    width: 100%;
    z-index: -100;
}

div#home-slider-dock .bx-wrapper .bx-loading {
    height: 100%;
    width: 100%;
    position: relative;
}


/* bottom content */

div.content-container div.bottom-content{
    min-height: 40px; 
    margin-top: 25px;
    }

div.bottom-content div#project-slider-pager a {
    color: rgb(164,164,164);
    }

div.bottom-content div#project-slider-pager a:hover {
    color: black;
    text-decoration: none;
    }

div.bottom-content div#project-slider-pager a.active {
    font-weight: bold;
    color: black;
    }
    

div.bottom-content div#project-name {
    font-weight: bold;
    margin-top: 15px;
    }
    
/* Footer */

div.footer-container {
    clear:both;
    padding-top: 80px;
    padding-left: 250px;
    color: rgb(200, 200, 200);
    }
    
div.footer-container a {
    color: rgb(200, 200, 200);
    }
    
div.footer-container a:hover {
    color: rgb(200, 200, 200);
    }</pre></body></html>