@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 960px; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img {
	vertical-align: middle;
	text-align: left;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/*
 * Hero header
 */

/* Slideshow */
.slideshow {
    overflow: hidden;
    position: relative;
    min-width: 960px;
    height: 465px;
}
.slideshow img {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -800px;
}
.no-js .slideshow img:first-child {
    display: inline;
}


/*
 * Page header
 */

.page-header {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 100%;
    min-width: 960px;
    z-index: 30;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header.sticky {
    position: fixed;
    top: 0;
}
.page-header > .inner {
    margin: auto;
    width: 960px;
}

/* Logo */
.site-logo {
    float: left;
    margin-left: -20px;
}

/* Primary nav */
.primary-nav {
    float: right;
    line-height: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    display: block;
    padding: 0 1.36em;
}
.primary-nav a:hover {
    background-color: rgb(240, 240, 240);
}


/*
 * Topics section
 */

.topics-section {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.topics-section > .inner {
    margin: auto;
    padding-top: 125px;
    padding-bottom: 75px;
    width: 960px;
}
.topics-section h2 {
    display: none;
}
.topics-list li {
    float: left;
    margin-left: 24px;
    width: 304px;
}
.topics-list li:first-child {
    margin-left: 0;
}
.topics-list a {
    display: block;
}
.topics-list .image-wrapper {
    display: inline-block;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .topics-list .image-wrapper {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.topics-list .image-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.topics-list .title {
    display: block;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.topics-list .date {
    color: rgb(128, 128, 128);
    display: block;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 1.34em;
}
.topics-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}


/*
 * Work section
 */

.work-section {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    background: url(../img/bg-noise.png);
    line-height: 70px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: auto;
    width: 960px;
}
.work-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}
.work-section .tabs-nav {
    border-left: 1px solid rgb(218, 218, 218);
    float: right;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav a {
    display: block;
    padding: 0 1.36em;
    position: relative;
}
.work-section .tabs-nav a:hover,
.work-section .tabs-nav a.active {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}
.work-section .tabs-nav a.active:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 37px;
    height: 19px;
    margin-left: -18px;
}

.work-section .section-body {
    height: 400px;
    position: relative;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
}

.no-js .work-section .tabs-nav {
    display: none;
}
.no-js .work-section .section-body {
    height: auto;
}
.no-js .work-section .section-body .image-wrapper,
.no-js .work-section .section-body .content {
    height: 400px;
}

.work-section .section-body .content {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    width: 960px;
    margin: auto;
    position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 250px;
}
.work-section .section-body #work01 .content > .inner {
    top: 20px;
    left: 680px;
}
.work-section .section-body #work02 .content > .inner {
    top: 140px;
    left: 40px;
}
.work-section .section-body #work03 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work04 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work05 .content > .inner {
    top: 50px;
    left: 680px;
}
.work-section .section-body .title {
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
}
.work-section .section-body .read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .read-more {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}


/*
 * Contact section
 */

.contact-section {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}
.contact-section > .inner {
    height: 500px;
    position: relative;
    min-width: 960px;
}
.contact-section h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact-form-wrapper {
    width: 352px;
    padding: 56px 64px 0;
    position: absolute;
    left: 50%;
}

/* Contact form */
.contact-form .form-item {
    margin-top: 0.5em;
}
.contact-form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid rgb(153, 153, 153);
    font-size: 14px;
    padding: 0.25em;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    line-height: 1;
    width: 200px;
}
.contact-form textarea {
    line-height: 1.25;
    width: 340px;
    height: 160px;
}
.contact-form input[type="submit"] {
    background-color: rgb(128, 128, 128);
    border-width: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 0.75em;
    padding: 0.375em 0;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}

/* Map */
.contact-map {
    position: absolute;
    left: 0;
    right: 110%;
    top: -50;
    bottom: 0;
}
.contact-map .static-map {
    position: absolute;
    right: 0;
}


/*
 * Footer
 */

.page-footer > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    width: 960px;
}

/* Social links */
.social-links {
    float: left;
}
.social-links li {
    float: left;
    margin-left: 5px;
}
.social-links li:first-child {
    margin-left: 0;
}
.social-links a {
    border: 1px solid rgb(153, 153, 153);
    display: block;
    padding: 6px;
}
.social-links .label {
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.social-links .label:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.social-links .item-facebook .label:before {
    margin-left: -70px;
}
.social-links .item-twitter .label:before {
    margin-left: -90px;
}

/* Copyright */
.copyright {
    color: rgb(102, 102, 102);
    font-size: 12px;
    padding: 6px 0;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Back-to-Top button */
.back-to-top {
    background-color: rgb(240, 240, 240);
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px;
    width: 100%;
}
.back-to-top .label {
	display: block;
	height: 18px;
	margin: auto;
	overflow: hidden;
	width: 26px;
	text-align: center;
}
.back-to-top .label:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}
.no-js .back-to-top {
    display: none;
}
