.lanyard-box .panel-body .row {
    padding: 5px 0;
}

.lanyard-box .panel-heading {
    cursor: pointer;
    background: #2A6D8C !important;
    color: #FFF;
    padding: 10px 15px;
    -webkit-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
}

.lanyard-box .panel-heading:hover {
    background: #1999C8 !important;
}

.lanyard-box {
    margin-top: 30px;
}

.lanyard-box .panel-title {
    font-size: 20px;
    margin: 0;
}

.lanyard-box .panel-title a:hover {
    color: #FFF !important;
    text-decoration: none;
}

.lanyard-box .panel-title i {
    font-size: 25px;
    margin-right: 6px;
    vertical-align: -2px;
}

.lanyard-box .col-md-3 {
    padding-right: 0;
    padding-top: 5px;
    text-align: right;
}

.lanyard-box .alert {
    margin-bottom: 0;
}

.lanyard-box .alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    background-image: none;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}

.lanyard-box .title {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

.choose-process {
    margin-bottom: 15px;
}

.choose-material label {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    line-height: 100%;
    margin-top: -2px;
    font-size: 13px;
}

.choose-material label .material {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    background: #EAEAEA;
    display: inline-block;
    padding: 0;
    margin: 0 0 13px;
}

.choose-material .size {
    margin-top: -6px;
    font-weight: normal;
}

.mandatory_selected + .color + .size, .mandatory_selected + .size {
    color: red;
}

.choose-material input {
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.choose-material input:checked + div {
    border: 2px solid #DA0000;
}

.choose-material input:checked + div + div {
    font-weight: bold;
}

.choose-with label {
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
}

.choose-color {
    /*text-align: center;*/
    /*margin: 0 10px;*/
    /*width: auto;*/
    /*border-top: 1px solid #CCC;*/
    padding-right: 0;
}

.choose-color label {
    width: 34px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: -2px;
    font-size: 13px;
}

.choose-color label .color {
    width: 34px;
    height: 30px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    background: #EAEAEA;
    display: inline-block;
    padding: 0;
    margin: -39px 0 13px;
}

.choose-color label .color.Red {
    background: #FF0000;
}

.choose-color label .color.Forest {
    background: #334D4A;
}

.choose-color label .color.Blue {
    background: #0000FF;
}

.choose-color label .color.Navy {
    background: #023E97;
}

.choose-color label .color.Green {
    background: #008000;
}

.choose-color label .color.Teal {
    background: #008080;
}

.choose-color label .color.Maroon {
    background: #800000;
}

.choose-color label .color.Black {
    background: #000;
}

.choose-color label .color.White {
    background: #FFF;
}

.choose-color label .color.Orange {
    background: #F69300;
}

.choose-color label .color.Yellow {
    background: #F5DD00;
}

.choose-color label .color.Purple {
    background: #772AA7;
}

.choose-color .size {
    margin-top: -10px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
}

.choose-color input {
    width: 37px;
    height: 30px;
    /*opacity: 0;*/
}

.choose-color input:checked + div {
    border: 2px solid #798894;
}

.choose-color input:checked + div + div {
    font-weight: bold;
}

.opt-color {
    /* padding: 21px 20px 0 13px; */
}

.opt-color label {
    /*width: 45%;*/
    /*font-weight: normal;*/
    font-size: 12px;
    padding: 0px 0 0;
    text-align: left;
    display: block;
    margin: 0;
}

.opt-color label span {
    font-size: 11px;
    display: block;
}

/* .opt-color .pr {
    padding: 2px 5px;
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    width: 48px;
} */
.opt-color .text {
    font-size: 12px;
}

.opt-color .form-group {
    clear: both;
    /*height: auto;*/
    /*border-top: none;*/
    border-bottom: 1px solid #CCC;
}

.opt-color .form-group:first-child {
    /* border: none; */
}

.opt-color .form-group div {
    /* padding: 5px 3px; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
}

.opt-color .form-group .col-sm-4 {
    /* width: 35%; */
    text-align: right;
    min-height: 34px;
}

.opt-color .form-group .col-sm-8 {
    /* width: 65%; */
}

.choose-finish {
    text-align: center;
    /*margin: 0 30px;*/
    /*width: auto;*/
    /*border-top: 1px solid #CCC;*/
    /*padding-top: 10px;*/
}

.choose-finish label {
    margin: 0.5%;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    /*display: inline-block;*/
    width: 18%;
    vertical-align: top;
}

.choose-finish .finish {
    height: 70px;
    border: 1px solid #CCC;
    padding: 3px;
    border-radius: 3px;
}

.choose-finish label img {
    display: inline-block;
    max-height: 100%;
}

.choose-finish-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.board {
    margin-left: 20px;
}

.board .table td {
    padding: 2px;
}

.board .table td:first-child {
    width: 52%;
}

.board .row {
    /*clear: both;*/
}

.board .row .col-md-6 b {
    display: inline-block;
    /*width: 44%;*/
}

.pict {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 2px solid #E8E8E8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 20px;
}

.price {
    text-align: left;
    font-size: 18px;
    margin-bottom: 18px;
    /*float: left;*/
    color: #DF4F00;
}

.price span {
    font-size: 14px;
    color: #2C2C2C;
    vertical-align: 1px;
}

.qty {
    margin-bottom: 7px;
    padding: 5px 3px 3px;
    background: #F2F2F2;
    border-radius: 5px;
}

.qty input {
    /*display: block;*/
    max-width: 114px;
    /*vertical-align: middle;*/
    /*float: left;*/
}

.qty label {
    /*width: 33%;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*vertical-align: middle;*/
    /*margin-top: 7px;*/
    vertical-align: middle;
    padding: 7px 0 0 15px;
    text-align: right;
}

.check {
    text-align: center;
    /*margin-bottom: 20px;*/
    float: none;
    margin-top: 1px;
}

.check .btn {
    font-size: 17px;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
}

.body_design-oversized-cards .check .btn {
    font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
    padding: 12px 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .check {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

.lcont {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lcontwi {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lcontwi > div img {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lend1 {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lend2 {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lend2 .lend2-end, .lend2 svg {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lleft, .lmat, .lright, .lrightshadow, .ltop, .ltopshadow, .lwcrimp, .s1-corner {
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
}

.lcontw, .lcontwi > div {
    transition-timing-function: ease;
    transition-duration: 0.3s, 0.3s;
    transition-property: height, line-height, color, left, right, margin-top, margin-bottom;
}

#app, .ap-preview-img-cont {
    position: relative;
    width: 100%;
    height: 500px;
}

#app {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 900px;
    max-width: 1100px;
    min-height: 770px;
    max-height: 800px;
    margin: 0 auto;
    color: #333;
    border: 3px solid #2674C6;
    background: #DAE1E9 url(img/design-a-lanyard/app-bg.png) center center;
}

.app-preview {
    position: relative;
    z-index: 1;
    height: 100%;
}

@-moz-document url-prefix() {
    .zoom-buttons input[type=range] {
        top: 55px;
    }
}

.ap-preview-img-cont {
    overflow: hidden;
}

.lanyard-set-container {
    width: 200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.lwf {
    -webkit-transition: all .5s ease;
    transition: all 0.5s ease;
}

.lw, .lwf {
    position: relative;
}

.lanyard-wrapper, .lback, .lfront, .lw, .lwf {
    overflow: hidden;
    width: 600px;
    height: 2100px;
}

.lanyard-wrapper {
    position: relative;
    /* background: url(/img/design-a-lanyard/shadow.png) 0 0 no-repeat; */
}

.s3 .lanyard-wrapper, .s4 .lanyard-wrapper, .s5 .lanyard-wrapper {
    background-position: -600px 0;
}

.lback, .lend2 > svg, .lfront {
    position: absolute;
}

.outer-clipping {
    position: absolute;
    top: 317px;
    left: -700px;
    overflow: hidden;
    width: 2000px;
    height: 2000px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: left;
}

.inner-clipping {
    position: absolute;
    top: -68px;
    left: 280px;
    overflow: hidden;
    width: 600px;
    height: 1296px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ltop {
    position: absolute;
    top: -68px;
    left: 280px;
    overflow: hidden;
    width: 600px;
    height: 1296px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 44px;
    width: 512px;
    height: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lback .outer-clipping .ltop {
    z-index: 10;
}

.ltopshadow {
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 15px;
    height: 110px;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
    opacity: 0.3;
    background: #000;
}

.lback .ltopshadow, .lend2>svg path {
    display: none;
}

.ltopshadow.ll {
    right: 83px;
    left: auto;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}

.lright {
    position: absolute;
    top: 648px;
    left: -297px;
    overflow: hidden;
    width: 1400px;
    height: 100px;
    -webkit-transform: rotate(99.68deg);
    transform: rotate(99.68deg);
}

.lmat {
    background: #002F6C url(img/design-a-lanyard/p1.png) 0 0 repeat-x;
}

.lmat.white {
    background-image: url(img/design-a-lanyard/p1-white.png);
}

.lrightshadow, .tlshadow, .trshadow {
    position: absolute;
    top: -102px;
    left: 1145px;
    width: 15px;
    height: 320px;
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    opacity: 0.3;
    background: #000;
}

.tlshadow, .trshadow {
    top: 10px;
    left: 86px;
    display: none;
    width: 10px;
    height: 100px;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

.lback .tlshadow {
    right: 86px;
    left: auto;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    display: block;
}

.lback .trshadow {
    display: block;
}

.lcont {
    position: absolute;
}

.lleft {
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(-99.68deg);
    transform: rotate(-99.68deg);
    top: 648px;
    left: -503px;
    width: 1400px;
    height: 100px;
}

.lcont {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lcontw {
    overflow: hidden;
    width: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.lcontwi {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.lcontwi > div {
    display: inline-block;
    overflow: hidden;
    margin-right: 0;
}

.lcontw {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    color: #FFF;
}

.lcontwi {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    color: #FFF;
}

.lcontwi > div {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    color: #FFF;
}

.lcontwi > div img {
    font-size: 26px;
    line-height: 100px;
    height: 100px;
    color: #FFF;
}

.s5.mpr .lcontw {
    height: 68px;
    margin-top: 16px;
}

.s5.mpr .lend-wrapper .lcontw {
    margin-top: 17px;
}

.s5.mpr .lcontwi {
    line-height: 68px;
    height: 68px;
}

.s5.mpr .lcontwi > div {
    line-height: 68px;
    height: 68px;
}

.s5.mpr .lcontwi > div img {
    line-height: 68px;
    height: 68px;
}

.lend-wrapper, .lend1, .lend2 {
    position: absolute;
    top: 1371px;
    left: 0;
    width: 600px;
    height: 729px;
}

.lend1 {
    top: -1px;
    left: 250px;
    width: 100px;
    height: 102px;
}

.lend2 {
    top: -1px;
    left: 250px;
    width: 100px;
    height: 102px;
    top: 39px;
    left: 210px;
    display: none;
    width: 180px;
}

.lend1 {
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.lend2 {
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.lend2 > svg {
    top: 0;
    right: 0;
}

.lend2-end, .lsewn {
    position: absolute;
    top: 0;
    overflow: hidden;
}

.lend2-end {
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 30px;
    height: 102px;
}

.lsewn {
    right: 0;
    display: none;
    width: 6px;
    height: 100%;
    background: url(img/design-a-lanyard/sewn.png) repeat-y;
    background-size: 6px;
}

.lbar {
    left: 250px;
    width: 100px;
    height: 100px;
}

.lcrimp {
    left: 250px;
    width: 100px;
    height: 100px;
    position: absolute;
    display: none;
    background: url(img/design-a-lanyard/s5-crimp.png) no-repeat;
    top: 28px;
}

.lbar {
    top: -41px;
    position: absolute;
    display: none;
}

.lbead {
    position: absolute;
    display: none;
}

.lslide {
    position: absolute;
    display: none;
    background: url(img/design-a-lanyard/s5-slide.png) no-repeat;
    top: -23px;
    left: 226px;
    width: 150px;
    height: 150px;
}

.lbead {
    top: 24px;
    left: 250px;
    width: 100px;
    height: 100px;
}

.lbr {
    top: 59px;
    left: 161px;
    display: none;
    width: 280px;
    height: 140px;
    position: absolute;
}

.lef {
    position: absolute;
}

.lst {
    opacity: 0;
    display: none;
    /* SIDES */
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    top: 600px;
    left: 240px;
    width: 120px;
}

.lw.br .lbr, .lw.sewn .lsewn {
    display: block;
}

.s2 .lend2 > svg .cs2, .s3 .lend2 > svg .cs3, .s4 .lend2 > svg .cs4, .s5 .lend2 > svg .cs5 {
    display: block;
}

.lend1 .lcontw, .lend2 .lcontw {
    left: -50px;
    width: 300px;
}

.lleft .lcontw {
    left: -57px;
}

.s4 .lleft .lcontw {
    left: -70px;
}

.s3 .lleft .lcontw {
    left: -76px;
}

.s2 .lleft .lcontw {
    left: -57px;
}

.lright .lcontw {
    width: 1400px;
}

.ltop .lcontw {
    left: -500px;
    width: 1200px;
}

.lend-wrapper .lcontw {
    margin-top: 1px;
}

.lef {
    z-index: -1;
    top: 1407px;
    left: 199px;
    width: 200px;
    height: 550px;
}

.lef.f {
    z-index: 1;
}

.lanyard-text {
    font-size: 12px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.s1 .outer-clipping, .s1-outer-clipping {
    display: none;
}

.s1 .s1-outer-clipping, .s1-inner-clipping {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.s1 .s1-outer-clipping {
    top: 114px;
    display: block;
    height: 1257px;
}

.s1-inner-clipping {
    bottom: 0;
    height: 1224px;
}

.s1 .lleft, .s1 .lright, .s1 .ltop {
    height: 24px;
}

.s1-corl {
    position: absolute;
    top: 3px;
    left: 80px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.s1-corr {
    top: 3px;
    right: 79px;
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}

.s1-corl svg path {
    position: absolute;
}

.s1-corr {
    position: absolute;
}

.s1-corr svg path {
    position: absolute;
}

.s1-path {
    position: absolute;
}

.s1 .ltop {
    top: 0;
    left: 119px;
    width: 363px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.s1 .lright {
    left: -306px;
    -webkit-transform: rotate(99.42deg);
    transform: rotate(99.42deg);
}

.s1 .lleft {
    left: -493px;
    -webkit-transform: rotate(-99.42deg);
    transform: rotate(-99.42deg);
}

.s1-path {
    top: 0;
    left: 85px;
}

.s1-corleft {
    top: 0;
    left: 85px;
    width: 34px;
    height: 34px;
    position: absolute;
    overflow: hidden;
}

.s1-corlefti, .s1-corright {
    position: absolute;
    overflow: hidden;
}

.s1-corlefti {
    left: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 25px/19px;
    border-radius: 25px / 19px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 4px;
    width: 50px;
    height: 29px;
}

.s1-corright {
    top: 0;
    right: 84px;
    width: 34px;
    height: 34px;
}

.s1-corrighti {
    position: absolute;
    top: 4px;
    left: -10px;
    width: 50px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 25px/19px;
    border-radius: 25px / 19px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.s1-corii1 {
    position: absolute;
    top: 6px;
    left: -7px;
    overflow: hidden;
    width: 30px;
    height: 24px;
    -webkit-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
}

.s1-corii2 {
    position: absolute;
    top: 6px;
    left: -7px;
    overflow: hidden;
    width: 30px;
    height: 24px;
    -webkit-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
    top: 5px;
    left: 23px;
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
}

.s1 .lcontw {
    line-height: 15px;
    height: 15px;
}

.s1 .lcontwi {
    line-height: 15px;
    height: 15px;
}

.s1 .lcontwi > div {
    line-height: 15px;
    height: 15px;
}

.s1 .lcontwi > div img {
    line-height: 15px;
    height: 15px;
}

.s1 .lcontw, .s1 .lend-wrapper .lcontw {
    margin-top: 4px;
}

.s1 .s1-corleft .lcontw, .s1 .s1-corright .lcontw {
    margin-top: 6px;
}

.hlight {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/design-a-lanyard/hlb.png);
}

.hlight.white {
    background: url(img/design-a-lanyard/hlw.png) no-repeat;
}

.s1 .lend1 .lsewn, .s1 .lend2 {
    display: none;
}

.s1 .lend1 {
    top: 23px;
    left: 265px;
    display: block;
    width: 70px;
    height: 24px;
}

.s1 .lcrimp {
    top: -31px;
    display: block;
    background-image: url(img/design-a-lanyard/s1-crimp.png);
}

.s1-outer-clipping .lleft .lcontw {
    left: 8px;
}

.s1-corleft .s1-corii1 .lcontw {
    left: -1342px;
    width: 1600px;
}

.s1-corleft .s1-corii2 .lcontw {
    left: -1372px;
    width: 1600px;
}

.s1 .ltop .lcontw {
    left: -1390px;
    width: 1890px;
}

.s1-corright .s1-corii1 .lcontw {
    left: -1735px;
    width: 1900px;
}

.s1-corright .s1-corii2 .lcontw {
    left: -1762px;
    width: 1900px;
}

.s1-outer-clipping .lright .lcontw {
    left: -1749px;
    width: 3100px;
}

.s1 .lef {
    top: 1384px;
}

.s2 .lleft, .s2 .lright {
    height: 38px;
}

.s2 .ltop {
    height: 38px;
    top: 25px;
    left: 71px;
    width: 458px;
}

.s2 .ltopshadow {
    left: 30px;
}

.s2 .ltopshadow.ll {
    right: 30px;
    left: auto;
}

.s2 .lright {
    left: -293px;
}

.s2 .lleft {
    left: -507px;
}

.s2 .lrightshadow {
    left: 1171px;
}

.s2 .lend1 {
    top: 16px;
    left: 265px;
    width: 70px;
    height: 38px;
}

.s2 .lcontw {
    line-height: 38px;
    height: 38px;
}

.s2 .lcontwi {
    line-height: 38px;
    height: 38px;
}

.s2 .lcontwi > div {
    line-height: 38px;
    height: 38px;
}

.s2 .lcontwi > div img {
    line-height: 38px;
    height: 38px;
}

.s2.mpr .lcontw {
    margin-top: 7px;
    line-height: 24px;
    height: 24px;
}

.s2.mpr .lcontwi {
    line-height: 24px;
    height: 24px;
}

.s2.mpr .lcontwi > div {
    line-height: 24px;
    height: 24px;
}

.s2.mpr .lcontwi > div img {
    line-height: 24px;
    height: 24px;
}

.s2 .lend2 {
    top: 9px;
    left: 240px;
    width: 120px;
}

.s2 .lend2-end {
    top: 32px;
    width: 20px;
    height: 38px;
}

.s2 .lcrimp {
    top: -2px;
    background-image: url(img/design-a-lanyard/s2-crimp.png);
}

.s2 .lslide {
    top: -46px;
    background-image: url(img/design-a-lanyard/s2-slide.png);
}

.s2 .lef {
    top: 1380px;
}

.s3 .lleft, .s3 .lright {
    height: 62px;
}

.s3 .ltop {
    height: 62px;
    top: 15px;
    left: 61px;
    width: 478px;
}

.s3 .ltopshadow {
    left: 51px;
}

.s3 .ltopshadow.ll {
    right: 51px;
    left: auto;
}

.s3 .lright {
    left: -295px;
}

.s3 .lleft {
    left: -505px;
}

.s3 .lrightshadow {
    left: 1158px;
}

.s3 .lend1 {
    top: 19px;
    height: 62px;
}

.s3 .lcontw {
    line-height: 62px;
    height: 62px;
}

.s3 .lcontwi {
    line-height: 62px;
    height: 62px;
}

.s3 .lcontwi > div {
    line-height: 62px;
    height: 62px;
}

.s3 .lcontwi > div img {
    line-height: 62px;
    height: 62px;
}

.s3.mpr .lcontw {
    margin-top: 5px;
    line-height: 52px;
    height: 52px;
}

.s3.mpr .lcontwi {
    line-height: 52px;
    height: 52px;
}

.s3.mpr .lcontwi > div {
    line-height: 52px;
    height: 52px;
}

.s3.mpr .lcontwi > div img {
    line-height: 52px;
    height: 52px;
}

.s3 .lend2-end {
    top: 20px;
    height: 62px;
}

.s3 .lcrimp {
    background-image: url(img/design-a-lanyard/s3-crimp.png);
}

.s3 .lslide {
    top: -44px;
    background-image: url(img/design-a-lanyard/s3-slide.png);
}

.s4 .lleft, .s4 .lright {
    height: 74px;
}

.s4 .ltop {
    height: 74px;
    top: 10px;
    left: 56px;
    width: 488px;
}

.s4 .ltopshadow {
    left: 61px;
}

.s4 .ltopshadow.ll {
    right: 61px;
    left: auto;
}

.s4 .lright {
    left: -296px;
}

.s4 .lleft {
    left: -504px;
}

.s4 .lrightshadow {
    left: 1152px;
}

.s4 .lend1 {
    top: 13px;
    height: 74px;
}

.s4 .lcontw {
    line-height: 74px;
    height: 74px;
}

.s4 .lcontwi {
    line-height: 74px;
    height: 74px;
}

.s4 .lcontwi > div {
    line-height: 74px;
    height: 74px;
}

.s4 .lcontwi > div img {
    line-height: 74px;
    height: 74px;
}

.s4.mpr .lcontw {
    margin-top: 6px;
    line-height: 62px;
    height: 62px;
}

.s4.mpr .lcontwi {
    line-height: 62px;
    height: 62px;
}

.s4.mpr .lcontwi > div {
    line-height: 62px;
    height: 62px;
}

.s4.mpr .lcontwi > div img {
    line-height: 62px;
    height: 62px;
}

.s4 .lend2-end {
    top: 14px;
    height: 74px;
}

.s4 .lcrimp {
    background-image: url(img/design-a-lanyard/s4-crimp.png);
}

.s4 .lslide {
    top: -37px;
    background-image: url(img/design-a-lanyard/s4-slide.png);
}

.lwf {
    -moz-perspective: 2400px;
    -webkit-perspective: 2400px;
    perspective: 2400px;
}

.lback, .lfront {
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform 0.7s;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lback {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.preview-dal {
    position: relative;
    z-index: -99999;
    overflow: hidden;
    opacity: 1;
}

.design-lanyard-top {
    height: auto;
    z-index: 1;
    position: relative;
    padding: 30px 0 20px;
    text-align: left;
    background: url(/img/design-oversized-cards.jpg) 0 0 / cover no-repeat #FFF;
    /*color: #FFF;*/
    box-shadow: 3px 3px 5px #C6C6C6;
    font-size: 17px;
    font-weight: 400;
}

.gray_line_picts {
}

.container_design-oversized-cards .small-img {
    /*float: right;*/
    text-align: center;
}

.container_design-oversized-cards .small-img img {
    max-height: 130px;
    width: auto;
}

.container_design-oversized-cards .small-img a {
    /*float: left;*/
    display: inline-block;
    margin: 5px;
}

.container_design-oversized-cards h2 {
    border-top: none !important;
}

.js-lanyard-value--has-text {
    overflow: hidden;
    white-space: nowrap;
    max-width: 115px;
    text-overflow: ellipsis;
    display: block;
}

.slidecontainer {
    width: 80%;
    position: relative;
    z-index: 1000;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-50px);
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 90% !important;
    height: 25px;
    background: #D3D3D3;
    outline: none;
    /* opacity: 0.7; */
    -webkit-transition: all .2s;
    transition: all 0.2s;
    margin-left: 25px;
    margin-right: 25px;
}

.js-design-a-lanyard-zoom-in, .js-design-a-lanyard-zoom-out {
    width: 25px;
    height: 25px;
    position: absolute;
    transform: rotate(-90deg);
}

.js-design-a-lanyard-zoom-in {
    right: 0;
}

.js-design-a-lanyard-zoom-out {
    left: 0;
}

/*

.slider:hover {
    opacity: 1;
} */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #2A6D8C;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all 0.2s;
}

.slider::-webkit-slider-thumb::after {
    content: 'zoom';
    position: relative;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #2A6D8C;
    content: 'zoom';
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all 0.2s;
}

.choose-width label {
    text-align: left;
}

.panel {
    margin-bottom: 5px;
}

.panel-body {
    padding: 15px;
}

.panel-body .col-md-4.text-right {
    padding-right: 0;
    padding-top: 7px;
}

.multiple-card-designs input {
    margin-left: 10px;
}

.multiple-card-designs label {
    margin-left: 10px;
    padding-left: 20px;
}

.card_preview {
    text-align: center;
    margin-top: 20px;
    padding: 50px 0;
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
}

.card_preview .ic-card {
    display: inline-block;
    padding: 0;
}

.card_preview .ic-card span {
    /*display: inline-block;*/
    display: none;
    background: url(../img/bgsm.jpg);
}

.card_preview .ic-card img {
    margin: 0;
}

.print-areas {
    /*width: 400px;*/
}

.botmess {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: red;
}

.botmess a {
    color: red;
}

.holes1, .holes2, .slot1, .slot2 {
    position: absolute;
    display: none;
}

.body_design-oversized-cards .whitepapers {
    background: #FFF;
}

.container-oversized-cards-customization {
}

@media (max-width: 575px) {
    .design-lanyard-top {
        background: url(/img/design-oversized-cards.jpg) center / cover no-repeat #FFF;
        font-size: 13px;
    }
    
    .container_design-oversized-cards .small-img img {
        max-height: 97px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container_design-oversized-cards .small-img img {
        max-height: 97px;
    }
    
    .design-lanyard-top {
        background: url(/img/design-oversized-cards.jpg) center / cover no-repeat #FFF;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container_design-oversized-cards .small-img img {
        max-height: 79px;
    }
    
    .design-lanyard-top {
        background: url(/img/design-oversized-cards.jpg) center / cover no-repeat #FFF;
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container_design-oversized-cards .small-img img {
        max-height: 79px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container-oversized-cards-customization {
        min-width: 80%;
        max-width: 80%;
    }
    
    .container_design-oversized-cards .small-img img {
        max-height: 79px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container-oversized-cards-customization {
        min-width: 90%;
        /*max-width: 80%;*/
    }
    
    .container_design-oversized-cards .small-img img {
        max-height: 107px;
    }
}

@media (min-width: 1600px) {
    .container-oversized-cards-customization {
        min-width: 90%;
        /*max-width: 80%;*/
    }
}
