body {
    padding-top: 60px;
}

nav {
    border-bottom: 0 !important;
    background: #fff !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-brand img {
    }

ul.nav > li > a {
    font-size: 1.6rem;
}

.nav li.active > a,
.nav li > a:hover,
.dropdown-menu li a.cur {
    color: #2ae !important;
}

.navbar-nav > li > i {
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    display: none !important;
    color: rgba(243,243,243,0.9) !important;
    font-size: 1rem !important;
}

.path-section {
    padding-top: 10px;
    border-bottom: solid 1px #ddd;
    background-color: #efefef;
}

.product .row {
}

    .product .row:nth-child(2n) {
        background-color: #eee;
    }

    .product .row:nth-child(2n+1) .table-celll {
        padding-left: 0;;
    }

.detail-inner h3 {
    text-align: left;
}

.detail-inner p {
    line-height: 2 !important;
    text-align: left;
}

.case .col-md-4 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.case .col-md-4 img {
    width: 100%;
}

.case .wrap {
    width: 100%;
    height: 66px;
}

.case .capt {
    position: absolute;
    bottom: -66px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    background-color: #fff;
    transition: all 0.5s ease-out;
}

.case .col-md-4:hover .capt {
    bottom: 30px;
}

.case .capt h3 {
    margin-bottom: 20px !important;
}

.case .capt p {
    line-height: 1.8;
    font-size: 1.5rem;
}

.green {
    color: green;
}

    .green h2 {
        color: green !important;
    }

.carousel-section {
    margin-bottom: 20px !important;
    background-color: #eee;
}

.animate-section p {
}

.inline {
    display: inline-block;
}

.news-section img {
    border-radius: 40px;
}

.news-section .col-md-6 .row {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.news-section .col-md-3 span {
    line-height: .5;
    display: inline-block;
    padding: 45px 5px;
    border: solid 2px #005183;
    border-radius: 40px;
    text-align: center;
    color: #005183;
    font-size: 10rem;
    font-weight: bolder;
}

.news-section span small {
    font-size: 4rem;
}

.news-section h4 {
    font-size: 6rem;
}

.news-section p {
    font-size: 3rem;
}

.case-section {
    background-color: #efefef;
}

    .case-section .col-md-4 > div {
        display: inline-block;
        width: 785px;
        height: 380px;
        margin-bottom: 30px !important;
    }

    .case-section .col-md-4 p {
        padding-top: 2rem;
        padding-bottom: 2rem;
        color: #555;
        text-align: center;
        font-size: 3rem;
        background-color: #fff;
    }



    .section-title h2 small {
        display: block;
        margin-top: 1rem;
        color: #999;
        font-size: 1.5rem;
        text-transform: uppercase;
    }

.copy-section {
    padding: 0 5px;
    background-color: #fff;
}

.more {
    width: 134px;
    margin-top: 30px;
    margin-bottom: 50px;
    border: solid 2px #999;
    border-radius: 42px;
    color: #999;
    letter-spacing: 0;
}

.page {
    padding-bottom: 50px;
}

    .page:nth-child(2n) {
        background-color: #eee;
    }

    .page h2 {
        color: green !important;
    }

    .page .inline {
        margin-bottom: 30px;
    }

main {
   color: #7d7d7d;
}

section{
    padding-top: 1em;
    padding-bottom: 1em;
}

section:nth-child(2n+1){
    background-color:#eee;
}

.form .col-md-6,
.form .col-md-12 {
    padding-bottom: 2rem;
}

.form textarea {
    height: 6em;
}

.form button {
    padding-left: 3rem;
    padding-right: 3rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
}

    footer a {
        color: #666;
    }

    footer li {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    footer .container p {
        line-height: 200%;;
        font-size: 1.5rem;
    }
    footer .container-fluid p {
        margin-top: 3em !important;
        padding-top: 3em !important;
        border-top: solid 2px #eee;
    }
  
@media screen and (min-width: 1024px) {
    .col-md-6 .table{
        position: absolute!important;
        display: table!important;
        left: 5em;
    }

    .table-cell,
    .detail-inner {
        display: table-cell;
        box-sizing: border-box;
        width: 100%;
        height: 500px;
        padding-left: 8em;
        vertical-align: middle;
    }
    .table-cell h3 {
        font-weight: bold;
        font-size: 3rem;
    }
    .product p {
        font-size: 1.8rem;
    }

    .contact-section li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }
    .navbar-nav > li {

    }
    .navbar-nav > li > .dropdown-menu {
        position: absolute !important;
        left: -1920px!important;
        top: 60px !important;
        width: 4000px !important;
        border: 0 !important;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center !important;
        background-color: rgba(243,243,243,0.8) !important;
        transition: max-height 0.2s 0.2s;
    }

    .navbar-nav > li > a {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }

    .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent!important;
    }

    .dropdown-menu > li {
        padding: 0!important;
        line-height: 0!important;
        display: inline-block!important;
    }

    .dropdown-menu > li + li {
        border-left: solid 1px #aaa!important;
    }

        .dropdown-menu > li > a {
            padding-top: 0!important;
            padding-bottom: 0!important;
            display: inline !important;
            font-size: 1.6rem !important;
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a.cur {
                color: #2ae !important;
                background-color: transparent !important;
            }
    .product .col-md-6 {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .section-title h2 {
        margin-top: 1em;
        margin-bottom: 1em;
        color: #09e;
        font-weight: bold;
    }

    main p {
        line-height:1.8;
        font-size:1.5rem;
    }
    #around {
        padding-bottom: 2rem;
    }
    .form {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
    section {
    }
    .navbar-brand img {
        height: 50px;
    }
    .contact-section li,
    .contact-section p {
        font-size: 2rem;
    }
    .pull-right {
        float: none!important;
    }
    .col-sm-4 img {
        margin-bottom: .8rem;
    }

}
a.cur {
    color: #2ae !important;
}

