/* ------------- Highlight ------------- */
.login-menu {
    position: absolute;
    top: -25px;
    right: 15px;
    font-weight: bold;
    font-size: 13px;
}
.highlight-layout {
    background-color: #220351;
    border-bottom: 5px solid #0fbed9;
    color: #ffffff;
    padding: 0;
    position: relative;
}
.highlight-layout::after {
    background: transparent url("../images/bg/hl-bgb.png") repeat-x scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 172px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.highlight-layout .wrapper {
    position: relative;
    z-index: 2;
}
.highlight-box {
    background: transparent url("../images/bg/hl-box.png?v=1") no-repeat scroll center 0;
    height: 405px;
    margin: 34px auto 0;
    padding: 25px 30px;
    position: relative;
    width: 788px;
}
.highlight-box::before, .highlight-box::after {
    background: transparent url("../images/bg/hl-left-2.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 607px;
    position: absolute;
    top: -38px;
    width: 295px;
    z-index: 0;
}
.highlight-box:before {
    left: -295px;
}
.highlight-box:after {
    right: -295px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.logo-wr {
    position: relative;
    z-index: 9;
}
.logo {
    background: transparent url("../images/logo.png") no-repeat scroll center 12px;
    border: 1px solid #1c7ba8;
    border-radius: 50%;
    box-shadow: 0 0 1px #1c7ba8;
    display: block;
    height: 52px;
    position: relative;
    text-indent: -999em;
    width: 52px;
}
a.logo, a.logo:active, a.logo:focus, a.logo:hover{
    outline: medium none;
}
.hl-gifts {
    padding: 0;
    position: absolute;
    right: -50px;
    top: 20px;
    z-index: 5;
}
.hl-gifts > li {
    list-style: outside none none;
    margin-bottom: 10px;
    text-align: center;
}
.title-wr {
    margin-bottom: -15px;
    margin-top: -45px;
    padding-left: 50px;
    position: relative;
    text-align: center;
    clear: both;
}
.title {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.title > span {
    display: block;
    float: left;
    line-height: 1.25em;
    text-align: left;
    padding-top: 11px;
}
.title > span:first-child {
    width: 75px;
}
.title-3m {
    background: transparent url("../images/bg/3m.png") no-repeat scroll center 0;
    height: 77px;
    margin: 0 10px 0 5px;
    text-indent: -999em;
    width: 233px;
}
.title > span:last-child {
    width: 160px;
}
.hl-image-wr {
    background: transparent url("../images/bg/bg-iphone-x.png") no-repeat scroll center 0;
    float: left;
    padding: 70px 30px 0 48px;
    position: relative;
    width: 313px;
    z-index: 1;
}
.hl-image-wr::after {
    background: transparent url("../images/bg/led1.png") no-repeat scroll center 0;
    bottom: 0;
    content: "";
    display: block;
    height: 313px;
    left: 50%;
    margin-left: -338px;
    position: absolute;
    width: 673px;
    z-index: 0;
}
.hl-image {
    height: 410px;
    overflow-y: hidden;
    position: relative;
    z-index: 5;
}
.hl-content {
    float: left;
    margin-left: -313px;
    padding: 70px 0 0 313px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.hl-title {
    background: transparent url("../images/bg/hl-title.png?v=1") no-repeat scroll 0 0;
    border-bottom: 2px solid;
    font-size: 30px;
    font-weight: bold;
    height: 111px;
    margin: -5px 0 10px;
    text-indent: -999em;
    width: 363px;
}
.hl-description {
    font-size: 14px;
    margin-right: -25px;
    text-transform: uppercase;
    font-weight: bold;
}
.hl-gift-line {
    font-size: 14px;
    margin: 0 0 5px;
}
a.hl-next {
    background: transparent url("../images/bg/down.png") no-repeat scroll center 0;
    bottom: -42px;
    display: block;
    height: 70px;
    left: 50%;
    margin-left: -38px;
    position: absolute;
    text-indent: -999em;
    width: 75px;
    z-index: 6;
}

.hl-cta-wr {
    margin: 45px 0 0;
}
.hl-cta-wr .cta {
    min-width: 145px;
    margin: 0 10px;
}
/* ------------- Responsive ------------- */

@media only screen  and (min-width : 1224px) {
    /* Styles */
}

@media only screen and (min-width : 1024px) and (max-width : 1223px) {
    /* Styles */
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
    /* Styles */
}

@media only screen and (min-width : 640px) and (max-width : 767px) {
    /* Styles */
}

@media only screen and (max-width : 639px) {
    .hl-title {
        background: transparent url("../images/bg/res/hl-title.png") no-repeat scroll center 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .login-menu {
        top: 40px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 639px) {
    /* Styles */
}

@media only screen and (max-width : 479px) {
    .hl-cta-wr {
        margin: 20px 0 10px;
    }
    .hl-cta-wr .cta {
        min-width: 130px;
    }
    a.hl-next {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    /* Styles */
}