@charset "UTF-8";

html, body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

img {
    line-height: 0;
    vertical-align: bottom;
}

a.image-button:hover img,
a.image-button.hover img {
    visibility: hidden;
}

/*  */
#wrapper {
    width: 1024px;
    min-height: 100%;
    margin: 0 auto;
    background: url('../images/background-color-pattern.gif') repeat-x #5474b9;
}

header {
    height: 155px;
    background: url('../images/header-background.gif') repeat-x;
}
header h1 {
    height: 95px;
}

#main-content-block {
    position: relative;
    padding-top: 20px;
    background: url('../images/background-photo.jpg') no-repeat 0 -135px;
}

#main-content-block h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
}
body.mobile #main-content-block h1 {
    font-family: 'Arial-BoldMT';
}

#about h1,
.history-block h1,
#access h1,
#client-block h1 {
    padding: 12px 0 12px 30px;
    white-space: nowrap;
    color: #2859A5;
    background-color: #f0f0f0;
    vertical-align: bottom;
    border-bottom: solid 1px #ccc;
}

footer {
    padding-top: 31px;
    font-size: 12px;
    text-align: center;
    font-family: Verdana;
    color: #989898;
    background: url('../images/footer-top.png') no-repeat 0 0;
}
footer p {
    line-height: 30px;
    background-color: white;
}

/*----------------------------------------------------------------------------------*/
/* information */
#information {
    padding-left: 557px;
    padding-right: 27px;
}

#information p {
    height: 32px;
    text-align: right;
}

#information-container {
    position: relative;
    width: 440px;
    height: 20px;
    background-color: #29ABE2;
    overflow: hidden;
    background: url('../images/news.gif') no-repeat;
}
#information-container p {
    text-align: left;
}

#information-container .news {
    width: 440px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
#information-container .timestamp {
    height: 20px;
    padding: 0 16px;
}
#information-container .txt {
    height: 20px;
    margin-top: -20px;
    padding-left: 100px;
}

/*----------------------------------------------------------------------------------*/
/* float-nav  */
#float-nav-container {
    width: 188px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: 93px 0;
    background-image: url('../images/wire.png');
}

#float-nav {
    position: absolute;
    top: 20px;
    left: 27px;
    width: 134px;
    /*background: url('../images/floatnav-background.gif') no-repeat;*/
}

#float-nav ul {
    list-style: none;
    padding: 30px 14px 25px;
    background: url('../images/floatnav-background.png') no-repeat;
}
#float-nav li {
    width: 106px;
    height: 40px;
    text-align: center;
}

#float-nav a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/floatnav-hover-background.png');
    background-repeat: no-repeat;
    background-position: 0 40px;
}
#float-nav a:hover,
#float-nav a.hover {
    background-position: 0 0;
}
#float-nav a:hover img,
#float-nav a.hover img {
    visibility: visible;
}

/*----------------------------------------------------------------------------------*/
/*  */
#works, #about, #history, #access, #client-block, #contact {
    width: 809px;
    min-height: 420px;
    margin: 0 27px 30px 188px;
}
#works, #about, #history, #access {
    background-color: white;
    border-radius: 30px;
}

#contact {
    margin-bottom: 0;
}

/*----------------------------------------------------------------------------------*/
/* slideshow */
#works {
    padding-bottom: 45px;
}

#works-slide {
    width: 620px;
    margin: 0 auto;
    overflow: hidden;
}

#works-slide {
    padding: 30px 0;
}

#slideshow-container,
#slideshow-container li,
#slideshow-container li span {
    width: 618px;
    height: 411px;
}
#slideshow-container {
    list-style: none;
    position: relative;
    border: solid 1px #999;
}
#slideshow-container li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #f0f0f0;
}
#slideshow-container li span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#slideshow-container li img {
    outline: solid 1px #d0d0d0;
}

#slideshow-thumbs {
    width: 624px;
    padding-top: 8px;
    overflow: hidden;
    list-style: none;
}
#slideshow-thumbs::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.slideshow-thumbnail {
    width: 78px;
    float: left;
}

#slideshow-thumbs span {
    display: block;
    width: 72px;
    height: 47px;
    border: solid 1px #999;
    overflow: hidden;
}
#slideshow-thumbs .selected span {
    border: solid 1px #2859A5;
}

.slideshow-thumbnail img {
    cursor: pointer;
    -webkit-transition: opacity ease 0.3s;
}
.slideshow-thumbnail img:hover {
    opacity: 0.5;
}

#protected-library {
    min-height: 61px;
}
#protected-library::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#password-block {
    margin: 0 40px;
    overflow: hidden;
}
#password-block p {
    width: 467px;
    height: 47px;
    padding-top: 11px;
    padding-left: 12px;
    font-size: 11px;
    line-height: 1.8;
    color: #666666;
    white-space: nowrap;
    border-left: solid 1px #ccc;
}

#password-block p,
#password-form {
    float: left;
}


#password-form {
    width: 248px;
    height: 61px;
    background-color: #0C6D96;
    background-image: url('../images/password-block.gif');
    background-repeat: no-repeat;
    background-position: -1px -1px;
}
#password-form input {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
}
#password-form input[type=password] {
    width: 142px;
    height: 28px;
    margin: 14px 13px 14px 14px;
    outline: none;
    border: solid 1px #0a5d80;
    background-color: #B3D2DE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
}
#password-form input[type=password]:focus {
    border: solid 1px #084c69;
    background-color: white;
}
#password-form input[type=submit] {
    width: 64px;
    height: 32px;
    margin: 14px 0;
    text-indent: -999em;
    overflow: hidden;
    background-image: url('../images/submit-button.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #67A4BD;
}
#password-form input[type=submit]:hover {
    background-position: -64px 0;
}
#password-form input[type=submit]:active {
    background-position: -128px 0;
}


#etsuran-list {
    list-style: none;
    clear: both;
    
    margin: 30px 0 0 40px;
    font-size: 12px;
}
#etsuran-list li {
    display: inline-block;
    width: 181px;
    height: 36px;
    text-align: center;
    margin-bottom: 1em;
    border-right: solid 1px #ccc;
    
    *display: inline;
    *zoom: 1;
}
#etsuran-list li:nth-child(4n+1) {
    border-left: solid 1px #ccc;
}
#etsuran-list a {
    display: block;
    line-height: 36px;
    color: #5474b9;
}
#etsuran-list a:hover,
#etsuran-list a.hover {
    color: #2d6bf0;
}

/*----------------------------------------------------------------------------------*/
/*  
#gallary {
    overflow: hidden;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f0f0f0;
}

#gallary-index-list {
    padding: 26px 0 6px 21px;
    overflow: hidden;
    border-top: solid 1px #e4e4e4;
    color: #999;
}
#gallary-index-list li {
    display: inline-block;
    width: 71px;
    height: 20px;
    padding: 6px 12px;
    margin-bottom: 9px;
    cursor: pointer;
    border-right: solid 1px #d2d2d2;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: bottom;
}
#gallary-index-list li:nth-child(8n+1) {
    border-left: solid 1px #d2d2d2;
}
#gallary-index-list li:hover,
#gallary-index-list li.hover {
    color: #333;
    background-color: #eaeaea;
}
#gallary-index-list li.current {
    color: #333;
    font-weight: bold;
}

.elements-wrapper {
    width: 787px;
    margin: 0 auto;
    padding-top: 22px;
    padding-left: 22px;
}

.elements-cell {
    padding: 0 22px 22px 0;
    display: inline-block;
    line-height: 0;
    vertical-align: bottom;
}

.elements-cell .image {
    width: 240px;
    height: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.elements-cell .image div {
    display: inline-block;
    margin: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #989898;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3), 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3), 0px 2px 4px rgba(0,0,0,0.3);
}

.elements-cell p {
    white-space: nowrap;
    width: 240px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.618;
    color: #666;
}

.elements-title {
    margin-top: 12px;
    padding-top: 6px;
    border-top: dotted 1px #ccc;
}
.elements-context {
    padding-bottom: 6px;
    border-bottom: dotted 1px #ccc;
}
*/

/*----------------------------------------------------------------------------------*/
/* about */
#about {
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    background: url('../images/MIX59061.jpg') no-repeat 50% 60px;
	color: white;
}
#about p {
    margin: 30px;
}

/*----------------------------------------------------------------------------------*/
/* History */
#history {
    overflow: hidden;
}
#history::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.history-block {
    height: 100%;
    float: left;
    font-size: 12px;
    line-height: 18px;
}


#outline-of-company {
    width: 419px;
}
#history-of-company {
    width: 390px;
}

#outline-of-company table,
#history-of-company p {
    margin: 20px 30px;
	
}
#outline-of-company th, #outline-of-company td {
    padding: 4px;
    white-space: nowrap;
}
#outline-of-company th {
    font-weight: bold;
    text-align: right;
}
#outline-of-company td {
    
}
#outline-of-company ol {
    list-style-position: inside;
}

/*----------------------------------------------------------------------------------*/
/* Access */
#access {
    overflow: hidden;
}
#access-map-container iframe::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#access-map-image {
    text-align: center;
    padding-bottom: 30px;
}

/*#access-map-image,
#access-map-container iframe {
    float: left;
}*/

#access-map-container {
    margin: 30px 80px;
}
#access-map-google {
    display: none;
}
#open-googlemap {
    color: #5474b9;
    cursor: pointer;
}

#access-map-container iframe {
    border: solid 1px #ccc;
}
#access-map-container p {
    clear: both;
    font-size: 12px;
    text-align: right;
    padding: 1em 0;
}

#access-map-container a {
    color: #ccc;
}
#access-map-container a:hover,
#access-map-container a.hover {
    color: #666;
}

/* client */
#client-block {
    overflow: hidden;
    height: 440px;
}
#client-block::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#client,
#company-name {
    float: left;
    height: 100%;
    background-color: white;
    border-radius: 30px;
}

#client {
    width: 391px;
    margin-right: 27px;
    overflow: hidden;
}
#client::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
#company-name {
    width: 391px;
    background: url(../images/roope.png) no-repeat 260px 220px hsla(0, 0%, 100%, 0.99);
}
#client-list {
    padding: 13px 0 30px 20px;
}
#client ul {
    list-style: none;
    width: 180px;
    padding-right: 5px;
    float: left;
    font-size: 12px;
    line-height: 22px;
}

#company-name {
    overflow: hidden;
}
#company-name img {
    vertical-align: baseline;
}

#company-name-text {
    font-size: 13px;
    line-height: 1.5;
}
#company-name-text p {
    margin: 13px 20px;
    white-space: nowrap;
}
#company-name-text small {
    font-size: 11px;
}

/*----------------------------------------------------------------------------------*/
/* Contact */
#contact {
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}

#contact  h1 {
    margin-bottom: 15px;
    color: white;
}

#contact-form-block {
    width: 480px;
    background-color: white;
    border: solid 1px #3b5181;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

#contact form {
}

#contact input[type=text],
#contact input[type=password],
#contact input[type=mail],
#contact textarea {
    margin: 0;
    padding: 6px;
    border: solid 1px #ccc;
}

.form-line {
    padding: 6px 20px 12px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #ccc;
}
.form-line:nth-child(2n) {
    background-color: #fafafa;
}
.form-line label {
    display: block;
    padding: 6px 0;
}
.submit-line {
    padding: 1em 0;
    text-align: center;
}

#contact textarea {
    width: 426px;
    max-width: 426px;
    min-width: 426px;
}

.send-complete {
    position: absolute;
    top: 500px;
    left: 520px;
    padding: 24px;
    border-radius: 6px;
    background-color: white;
    border: solid 1px #3b5181;
    font-size: 12px;
    line-height: 18px;
}
#contact label.error {
    color: #ff3300;
}

/*----------------------------------------------------------------------------------*/
/* scrolltop */
#scrolltop-wrapper {
    width: 165px;
    height: 165px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}
#scrolltop-button {
    display: block;
    width: 68px;
    height: 68px;
    margin: 72px 24px 24px 72px;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
    background: url('../images/scrolltop.png') no-repeat 0 0;
}
#scrolltop-button:hover {
    background-position: -68px 0;
}
