﻿body {
    font-size: 1.6rem;
}
.navbar {
    height: 6rem;
}
.nav-logo {
    height: 4rem;
    margin-top: 0.2rem;
}

.footer {
    height: 24rem;
}
.footer .copyright {
    margin-top: 0.6rem;
}
.footer .copyconnect {
    margin-top: 0rem;
    text-align: left;
}
.footer .copyconnect a{
   width:22rem;
   margin:0 auto;
}
#searchkey {
    float: none;
}
.toolcontent .toolright {
    margin-top:5rem;
    height:8rem;
    line-height:8rem;
}
.toolcontent input, .toolcontent .btn {
    width: 100%;
    clear: both;
    margin-top: 2rem;
}
#orderindex {
    padding: 3rem;
}
#orderindex .contentpanel {
    padding: 2rem;
}
.bannerrow .bannertext {
    width: 28rem;
    height: 10rem;
    top:50%;
    left:50%;
    margin-left: -14rem;
    margin-top: -5rem;
    font-size: 2rem;
}
.bannerrow .bannertext h1 {
    letter-spacing: 1rem;
    font-size: 4rem;
}
.aboutrow {
    width: 100%;
}
.photomodelrow {
    width: 90%;
    margin: 3rem auto;
}
.photouploadrow {
    width: 100%;
    margin: 2rem auto;
}
.photouploadrow .panel {
    width: 100%;
    margin: 0rem auto;
}
.contentrow {
    width: 100%;
}
.contentrow .panel-title h2{
    font-size:2rem;
}
.container {
    margin-top: 4rem;
}