* {margin: 0; padding: 0;}
html, body {height: 100%;}
body {font-family: Century Gothic,Arial, Helvetica, Sans-Serif; font-size: 16px; color: #fff; background-color: #000;}
a {color: inherit; text-decoration: none; outline: none;}
table {width: 100%;}
table, th, td {border-collapse: collapse;}
ul > li {list-style: none;}

.wrapper {width: 1024px; height: 100%; margin: 0 auto;}
.spacer {clear: both; height: 0px;}
.nav-link {cursor: pointer;}
.invalid {border: thin solid red !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6) !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6) !important;}
.hidden {display: none !important;}
.row {display: table; width: 100%;}

.block-1 {
    background: url(../images/jeans/bb.jpg) top center no-repeat;
    background-size: 100%;
}
.block-1 > div {
    box-sizing: border-box;
}
.block-1 .content-l {
    position: relative;
    float: left;
    width: 300px;
}
.block-1 .content-l .img-body {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.block-1 .content-r {
    float: right;
    width: 75%;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.block-1 .content-r .logo {
    margin-top: 30px;
}
.block-1 .content-r .cust-designer {
    margin-top: 5px; 
    font-size: 32px;
    letter-spacing: 2px;
}
.block-1 .content-r .desc {
    margin-top: 15px;
    padding: 5px;
    box-sizing: border-box;
}
.block-1 .content-r .summary .price, .block-1 .content-r .summary .order-no {
    font-size: 20px;
    font-style: italic;
    color: #56BEDC;
}
.block-1 .content-r .return-home {
    margin: 20px;
}
.block-1 .content-r .return-home a {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: rgba(22, 221, 230, 0.8);
    text-transform: none;
    -webkit-animation: boxGrow 3s linear infinite;
    animation: boxGrow 3s linear infinite;
    -webkit-transform: background .5s ease-in-out;
    transform: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
.block-1 .content-r .return-home a:active {
    position: relative;
    top: 1px;
}
@-webkit-keyframes  boxGrow{
    0%   {box-shadow: 0 0 1px 0px #FFF;}
    50%  {box-shadow: 0 0 10px 0px #FFFFFF;}
    100% {box-shadow: 0 0 1px 0px #FFF;}
}
@keyframes boxGrow{
    0%   {box-shadow: 0 0 1px 0px #FFF;}
    50%  {box-shadow: 0 0 10px 0px #FFFFFF;}
    100% {box-shadow: 0 0 1px 0px #FFF;}
}
.block-1 .content-r .like-us {
    font-size: 12px;
}
.block-1 .content-r .nav-follow {
    margin-top: 5px;
}
.block-1 .content-r .nav-follow .follow-list {
    text-align: center;
}
.block-1 .content-r .nav-follow .follow-list > li {
    display: inline-block;
    width: 80px;
}
.block-1 .content-r .nav-follow .follow-list > li img {
    width: 100%;
    height: auto;
}
.block-2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.1);
}
.block-2 .design3d {
    position: relative;
    float: right;
    right: 30px;
    width: 750px;
    margin-top: 20px;
}
.block-2 .design3d img {
    width: 100%;
}
.block-2 .design3d figcaption {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #56BEDC;
    letter-spacing: 2px;
}
.block-3 h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
}
.block-3 .feature-col > div {
    float: left;
    width: 33.33%;
}
.block-3 .feature-col .topic-group {
    margin: 20px 0;
    text-align: center;
}
.block-3 .feature-col .topic-group:first-of-type {
    margin-top: 80px;
}
.block-3 .feature-col .topic-group .feature-sub-topic {
    font-size: 12px;
    color: #d2b797;
}
.block-3 .feature-col .col-left .feature-pocket, .block-3 .feature-col .col-left .feature-metal {
    text-align: center;
}
.block-3 .feature-col .col-left .feature-metal img {
    display: inline-block;
    width: 120px;
    height: auto;
}
.block-3 .feature-col .col-left .feature-pocket > li {
    display: inline-block;
    width: 90px;
}
.block-3 .feature-col .col-left .feature-pocket > li img {
    display: block;
    width: 100%;
    height: auto;
}
.block-3 .feature-col .col-middle .main-body img {
    display: block;
    width: 100%;
    height: auto;
}
.block-3 .feature-col .col-right .feature-contrast {
    font-size: 14px;
}
.block-3 .feature-col .col-right .feature-topic {
    text-align: center;
}
.block-3 .feature-col .col-right .feature-ripped-contrast {
    margin-top: 60px;
}
.block-3 .feature-col .col-right .feature-ripped-contrast .feature-ripped-selected {
    text-align: center;
}
.block-3 .feature-col .col-right .feature-ripped-contrast .feature-ripped-selected img {
    width: 160px;
    height: auto;
}
.block-3 .feature-col .col-right .feature-ripped {
    text-align: center;
}
.block-3 .feature-col .col-right .feature-ripped > li {
    display: inline-block;
    width: 80px;
}
.block-3 .feature-col .col-right .feature-ripped > li img {
    display: block;
    width: 100%;
    height: auto;
}
.block-4 {
    background-color: rgba(204, 204, 204, 0.2);
    padding-bottom: 10px;
}
.block-4 h3 {
    padding-top: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
}
.block-4 figure {
    position: relative;
    text-align: center;
}
.block-4 figure img {
    width: 200px;
}
.block-4 figure figcaption p {
    font-size: 12px;
}
.block-4 .measurement {
    position: relative;
    text-align: center;
}
.block-4 .measurement > div:first-of-type {
    position: relative;
    z-index: 3;
}
.block-4 .measurement .measure-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 400px;
}
.block-4 .measurement .measure-info .measure-body {
    position: absolute;
}
.block-4 .measurement .measure-info .hip {
    top: 13%;
    left: 0%;
}
.block-4 .measurement .measure-info .length {
    top: 49%;
    left: -27%;
}
.block-4 .measurement .measure-info .waist {
    top: 3%;
    right: -3%;
}
.block-4 .measurement .measure-info .thigh {
    top: 23%;
    right: -40%;
}
.block-4 .measurement .measure-info .knee {
    top: 49%;
    right: -8%;
}
.block-4 .measurement .measure-info .cuff {
    bottom: 4%;
    right: -3%;
}
footer {
    padding: 5px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
}