#main .menu {
    z-index: 6;
}

#main .menu .contents {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 535px;
    
    background: black;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=60);
    color: white;
    font-size: 16px;
    padding: 55px;
    box-sizing: border-box;
    text-align: center;
}

#main .menu .title {
    font-size: 28px;
    font-weight: bolder;
    padding-top: 0;
    padding-bottom: 16px;
}

#main .menu .title .small {
    font-size: 24px;
}

#main .menu .text {
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: 260px;
}

#main .menu .nav {
    display: none;
}

#main .button {
    box-shadow: none;
    padding: 12px;
}

#main .slides_container {
    overflow:hidden;
    z-index:5;
    position:relative;
}

#main .slide_details {
    position: relative;
}

#main .slider_img {
    height: 535px;
}

#main .slider_content {
    position: absolute;
    top: 325px;
    left: 370px;
    width: 380px;
    z-index: 10;
    color: white;
    font-size: 18px;
    text-align: justify;
}

#main .pagination {
    position: absolute;
    right: 0;
    top: 250px;
    width: 270px;
    z-index: 6;

    color: white;
    font-weight: bolder;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main .pagination li a {
    display: block;
    line-height: 42px;
    padding-left: 75px;
}

#main .pagination li.current a {
    background: url(images/indicator.png) left center;
}

#service .box {
    background: #C8E8D9;
    background: -webkit-linear-gradient( #C8E8D9, white);
    background: linear-gradient( #C8E8D9, white);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8E8D9', endColorstr='white',GradientType=0 ); 
    box-sizing: border-box;
    color: #414042;
    padding: 75px 0;
}

#service .contents {
    text-align: center;
}

#service .box .large {
    font-size: larger;
    font-weight: lighter;
}

#service .sidebar {
    background: #7F7F7F;
    background: -webkit-linear-gradient( #68756F, #7F7F7F);
    background: linear-gradient( #68756F, #7F7F7F);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68756F', endColorstr='#7F7F7F',GradientType=0 ); 
    color: white;
    float: left;
    font-weight: bold;
    margin: 0 24px 0 0;
    padding: 32px 24px;
    
    list-style: none;
}

#service .sidebar li {
    line-height: 64px;
    height: 64px;
}

#service .sidebar li span {
    display: inline-block;
    width: 48px;
    text-align: center;
    margin-right: 16px;
}

#service .sidebar img {
    vertical-align: middle;
}

#process .box {
    background: url(images/process.png) no-repeat;
    height: 920px;
    padding-top: 32px;
    margin-top: -16px;
    box-sizing: border-box;
    position: relative;
}

#process .box p {
    margin: 40px 0;
}

#process .light {
    font-weight: lighter;
    text-align: center;
}

#process .diagram div {
    position: absolute;
    color: white;
}

#process .clarify {
    top: 330px;
    left: 680px;
}

#process .identify {
    top: 437px;
    left: 660px;
}

#process .prototype {
    top: 570px;
    left: 610px;
}

#process .feedback {
    top: 570px;
    left: 850px;
}

#process .refine {
    top: 700px;
    left: 740px;
}

#process .launch {
    top: 810px;
    left: 730px;
}

#folio .panels {
    color: #414042;
    margin: 0;
    padding: 0;
    text-align: center;
}

#folio .panels figure {
    background: #EBEBEB;
    display: inline-block;
    width: 252px;
    height: 340px;
    margin: 6px;
    padding-top: 32px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}

#folio .panels figure img {
    height: 120px;
}

#folio .panels figcaption {
    position: absolute;
    bottom: 0;
    padding: 32px;
    width: 100%;
    box-sizing: border-box;
}

#folio .panels a {
    display: block;
    margin: 24px auto 0;
    padding: 8px 24px;
    background: #3B816F;
    box-shadow: 4px 4px #8E8E8E;
    color: white;
}

#folio .panels a.disabled {
    background: #797979;
    cursor: default;
}

#folio .button {
    float: right;
    margin-top: 48px;
    margin-right: 24px;
}

.partners {
    margin-top: 1em;
    text-align: center;
}

.partners img {
    margin: 0 1ex;
    vertical-align: middle;
}
