.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 2.75rem;
    font-weight: 600;
    color: #f9c307;
    margin: 1% 0 2.125% 0;
}
.ssec .ssec-subhead {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: .625rem 0;
}
.ssec .ssec-txt {
    font-size: 1.25rem;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825rem;
    line-height: 1.5;
}

.ssec .ssec-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.ssec .ssec-col {
    width: 50%;
    padding: 0 15px;
}


.ssec-more {
    position: relative;
    text-align: center;
}
.ssec-more-btn {
    position: absolute;
    left: 50%;
    border: none;
    outline: none;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 5px;
    width: 64px;
    height: 64px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0) translate(-50%, -55%);
    -ms-transform: rotate(0) translate(-50%, -55%);
    transform: rotate(0) translate(-50%, -55%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: url(images/btn-more.png) no-repeat center center;
    z-index: 10;
}
.ssec-more-btn:focus {
    outline: none;
}
.ssec-more-btn.active {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: rotate(45deg) translate(-50%, 30%);
    -ms-transform: rotate(45deg) translate(-50%, 30%);
    transform: rotate(45deg) translate(-50%, 30%);
}

.ssec-phone .ssec-wrap {
    display: none;
}
.ssec-phone .ssec-txt,
.ssec-phone .ssec-txt2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 63%;
    font-weight: bold;
    font-size: 2.5rem;
}
.ssec-phone .ssec-txt2 {
    left: 70.8%;
    right: 0%;
}
.ssec-phone .ssec-wrap2 {
    position: absolute;
    top: 54.5%;
    left: 18.8%;
    right: 12.8%;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 8%;
    left: 10%;
    right: 10%;
}
.ssec-battery .ssec-wrap {
    top: 7%;
}
.ssec-style-1 .ssec-note {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 4%;
    font-size: 1.5rem;
    text-align: center;
}

.ssec-hardware .ssec-f {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    text-align: center;
}
.ssec-hardware .ssec-h {
    color: #f9c307;
    font-size: 2.75rem;
    font-weight: 500;
}

.ssec-camera .ssec-f {
    position: absolute;
    top: 38%;
    left: 75%;
    font-size: 1.425rem;
}
.ssec-camera .ssec-f img {
    width: 70px;
}
.ssec-camera .ssec-i {
    display: flex;
    align-items: center;
    padding-bottom: 2vw;
}
.ssec-camera .ssec-h {
    color: #f9c307;
    font-size: 2.625rem;
    font-weight: 600;
}
.ssec-camera .ssec-c1 {
    padding-left: 15px;
}

.ssec-connectivity {
    background-color: #000;
    padding-bottom: 1%;
}
.ssec-connectivity .ssec-wrap {
    width: 70%;
    margin: 0 auto;
    padding: 3.5% 0;
}
.ssec-connectivity .ssec-img {
    width: 70%;
    margin: 0 auto;
}
.ssec-connectivity .ssec-note {
    font-size: 1.25rem;
    padding-left: 4%;
    opacity: .7;
}

.ssec-style-2 .ssec-wrap {
    position: absolute;
    top: 3%;
    left: 15%;
    right: 15%;
    text-align: center;
}
.ssec-performance .ssec-note {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 4%;
    font-size: 1.25rem;
    text-align: center;
}

.ssec-body .ssec-wrap {
    position: absolute;
    top: 25%;
    left: 15%;
    right: 50%;
}
.ssec-body .ssec-phone1 {
    position: absolute;
    top: 15%;
    left: 55%;
    right: 10%
}

.ssec-speackers .ssec-wrap {
    position: absolute;
    top: 12%;
    left: 15%;
    right: 50%;
}
.ssec-speackers .ssec-loudeness {
    padding-top: 3%;
    padding-left: 2%;
}
.ssec-speackers .ssec-detail {
    padding-top: 4%;
}
.ssec-speackers .ssec-f {
    padding-top: 4%;
    display: flex;
    line-height: 1;
}
.ssec-speackers .ssec-i {
    display: flex;
    align-items: stretch;
}
.ssec-speackers .ssec-i .ssec-ii {
    font-size: 2.5em;
}
.ssec-speackers .ssec-i .ssec-t {
    padding-top: 2px;
    padding-left: 40px;
    padding-right: 2px;
    border-right: 1px solid #fff;
    width: 196px;
    margin-right: 10px;
}

.ssec-os .ssec-wrap,
.ssec-custom-key .ssec-wrap,
.ssec-toolbox .ssec-wrap {
    position: absolute;
    top: 12%;
    left: 12%;
    right: 45%;
}
.ssec-custom-key .ssec-wrap {
    right: 55%;
}
.ssec-custom-key .ssec-image {
    padding-top: 8%;
}
.ssec-toolbox .ssec-wrap {
    left: 18%;
    right: 50%;
}

.ssec-features .ssec-head {
    margin: 0;
    padding: 2% 0;
    text-align: center;
    font-weight: 300;
}
.ssec-features .ssec-f {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 3%;
}
.ssec-features .ssec-i {
    width: 50%;
    padding: 8px;
    position: relative
}
.ssec-features .ssec-t {
    text-align: center;
    font-size: 2rem;
    padding: 2% 0;
    color: #111;
    background-color: #fec408;
    border-radius: 0 0 10px 10px;
}

.ssec-ruggedphone .ssec-wrap,
.ssec-accessory .ssec-wrap {
    margin: 0 auto;
    width: 75%;
    padding: 3% 0;
    text-align: center;
}
.ssec-ruggedphone .ssec-wrap2,
.ssec-accessory .ssec-wrap2 {
    width: 90%;
    margin: 0 auto;
}
.ssec-accessory .ssec-wrap2 {
    width: 83%;
}
.ssec-ruggedphone .ssec-head,
.ssec-waterproof .ssec-head,
.ssec-accessory .ssec-head,
.ssec-maincamera .ssec-head,
.ssec-nightmode .ssec-head,
.ssec-othercamera .ssec-head {
    margin-bottom: 0;
}
.ssec-waterproof .ssec-wrap {
    margin: 0 auto;
    width: 75%;
    padding: 3% 0;
}
.ssec-accessory .ssec-note {
    padding: 2% 0;
    text-align: center;
    font-size: 1.275rem;
}

.ssec-maincamera,
.ssec-promode,
.ssec-nightmode,
.ssec-widecamera,
.ssec-othercamera {
    background-color: #1a1a1a;
}
.ssec-maincamera .ssec-wrap,
.ssec-promode .ssec-wrap,
.ssec-nightmode .ssec-wrap,
.ssec-camerafeatures .ssec-wrap,
.ssec-widecamera  .ssec-wrap,
.ssec-othercamera .ssec-wrap {
    margin: 0 auto;
    width: 66%;
    padding: 3% 0;
}
.ssec-widecamera  .ssec-wrap {
    width: 75%;
}
.ssec-othercamera .ssec-wrap {
    width: 90%;
}
.ssec-camerafeatures {
    text-align: center;
}
.ssec-promode .ssec-wrap2,
.ssec-nightmode .ssec-wrap2 {
    margin: 0 auto;
    width: 73%;
    padding-bottom: 2%;
}
.ssec-othercamera .ssec-sep {
    padding-top: 2.5%;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .ssec .ssec-head {
        font-size: 1.5rem;
    }
    .ssec .ssec-subhead {
        margin-top: 0;
        font-size: 1.25rem;
        font-weight: normal;
    }
    .ssec .ssec-txt,
    .ssec-connectivity .ssec-note {
        font-size: .875rem;
        opacity: 1;
    }
    .ssec-connectivity .ssec-note {
        font-size: 1rem;
    }
    .ssec-style-1 .ssec-note {
        left: 10%;
        right: 10%;
        bottom: 2%;
        font-size: .725rem;
    }

    .ssec-phone .ssec-head {
        font-size: 2rem;
    }
    .ssec-phone .ssec-txt,
    .ssec-phone .ssec-txt2 {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        font-size: 1.125rem;
        text-align: center;
    }
    .ssec-phone .ssec-wrap2 {
        position: absolute;
        top: 13.5%;
        left: 15px;
        right: 15px;
    }

    .ssec-style-1,
    .ssec-style-2,
    .ssec-connectivity {
        background-color: #000;
    }

    .ssec-style-1 .ssec-wrap,
    .ssec-style-2 .ssec-wrap,
    .ssec-connectivity .ssec-wrap,
    .ssec-speackers .ssec-wrap {
        position: unset;
        left: unset;
        top: unset;
        right: unset;
        padding: 15px 15px;
        width: initial;
    }
    .ssec-style-1 .ssec-row,
    .ssec-connectivity .ssec-row {
        display: block;
    }
    .ssec-style-1 .ssec-col,
    .ssec-connectivity .ssec-col {
        width: 100%;
        padding: 0;
    }
    .ssec-era {
        text-align: center;
    }
    .ssec-weight .ssec-wrap,
    .ssec-radio .ssec-wrap,
    .ssec-rugged .ssec-wrap,
    .ssec-hardware .ssec-wrap,
    .ssec-style-2 .ssec-wrap,
    .ssec-battery .ssec-wrap,
    .ssec-custom-key .ssec-wrap,
    .ssec-toolbox .ssec-wrap,
    .ssec-case .ssec-wrap,
    .ssec-loudness .ssec-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .ssec-loudness .ssec-wrap {
        text-align: center;
    }

    .ssec-body .ssec-wrap {
        top: 0;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .ssec-body .ssec-phone1,
    .ssec-speackers .ssec-detail,
    .ssec-speackers .ssec-loudeness,
    .ssec-speackers .ssec-f,
    .ssec-custom-key .ssec-image {
        display: none;
    }

    .ssec-hardware .ssec-f {
        display: none;
        flex-wrap: wrap;
        bottom: 3%;
        left: 10px;
        right: 10px;
        margin-top: 2rem;
        font-size: .725rem;
        padding: 0 5px 0;
    }
    .ssec-hardware .ssec-i {
        width: 33.333333%;
        padding-bottom: 1rem;
    }
    .ssec-hardware .ssec-h {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .ssec-connectivity .ssec-img {
        width: initial;
    }
    .ssec-performance .ssec-note {
        font-size: .875rem;
        left: 5%;
        right: 5%;
    }

    .ssec-camera .ssec-f {
        position: unset;
        top: unset;
        left: unset;
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.5rem;
        font-size: .875rem;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
    }
    .ssec-camera .ssec-i {
        width: 50%;
    }
    .ssec-camera .ssec-f img {
        width: 40px;
    }
    .ssec-camera .ssec-h {
        font-size: 1.5rem;
    }

    .ssec-os .ssec-wrap {
        top: 0;
        left: 0;
        right: 25%;
        padding: 15px;
    }

    .ssec-features .ssec-f {
        flex-wrap: wrap;
        width: 99%;
    }
    .ssec-features .ssec-i {
        width: 50%;
    }
    .ssec-features .ssec-t {
        font-size: .875rem;
    }

    .ssec-ruggedphone .ssec-wrap,
    .ssec-accessory .ssec-wrap,
    .ssec-waterproof .ssec-wrap {
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    .ssec-ruggedphone .ssec-wrap2,
    .ssec-accessory .ssec-wrap2 {
        width: 100%;
    }
    .ssec-ruggedphone .ssec-head,
    .ssec-waterproof .ssec-head,
    .ssec-accessory .ssec-head {
        margin-bottom: 0;
    }
    .ssec-accessory .ssec-note {
        padding: 2% 15px;
        font-size: .725rem;
    }

    .ssec-maincamera .ssec-wrap,
    .ssec-promode .ssec-wrap,
    .ssec-nightmode .ssec-wrap,
    .ssec-camerafeatures .ssec-wrap,
    .ssec-widecamera .ssec-wrap,
    .ssec-othercamera .ssec-wrap {
        width: 100%;
        padding: 15px;
    }
    .ssec-widecamera  .ssec-wrap {
        width: 100%;
    }
    .ssec-othercamera .ssec-wrap {
        width: 100%;
    }
    .ssec-camerafeatures {
        text-align: center;
    }
    .ssec-promode .ssec-wrap2,
    .ssec-nightmode .ssec-wrap2 {
        width: 100%;
    }
    .ssec-othercamera .ssec-sep {
        padding-top: 2.5%;
    }
    .ssec-promode .ssec-row,
    .ssec-widecamera .ssec-row {
        display: block;
    }
    .ssec-promode .ssec-col,
    .ssec-widecamera .ssec-col {
        width: 100%;
        padding: 0;
    }
    .ssec-othercamera .ssec-wrap {
        padding: 0;
    }
    .ssec-othercamera .ssec-row {
        flex-wrap: wrap;
    }
    .ssec-othercamera .ssec-col {
        width: 100%;
        padding: 0;
    }
    .ssec-othercamera .ssec-inner1 {
        padding: 15px;
    }
    .ssec-othercamera .ssec-row2 .ssec-col:last-child {
        order: 0;
    }
    .ssec-othercamera .ssec-row2 .ssec-col:first-child {
        order: 1;
    }
}
@media screen and (max-width: 480px) {
    .ssec-features .ssec-i {
        width: 100%;
    }
    .ssec-features .ssec-t {
        font-size: 1.125rem;
    }
}

.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 3%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}



/**/
.ssec-text-center {
    text-align: center;
}
.ssec-style-3 .ssec-wrap {
    width: 60%;
    padding: 5% 0;
    margin: 0 auto;
}

.ssec-case {
    color: #000;
}
.ssec-case .ssec-wrap {
    position: absolute;
    top: 35%;
    left: 13%;
    right: 55%;
}

.ssec-case .ssec-txt {
    font-size: 3.25em;
    margin-bottom: 0;
    font-weight: bold;
}

.ssec-case .ssec-i {
    position: absolute;
    font-size: 1.125em;
    text-align: center;
    top: 58.5%;
}
.ssec-case .ssec-i1 {
    left: 16%;
    right: 77.6%;
}
.ssec-case .ssec-i2 {
    left: 23%;
    right: 70.5%;
}
.ssec-case .ssec-i3 {
    left: 29.7%;
    right: 63.4%;
}
.ssec-case .ssec-i4 {
    left: 37%;
    right: 56.6%;
}

.ssec-design,
.ssec-design .ssec-head {
    color: #000;
}

.ssec-function {
    background-color: #151515;
}

.ssec-protection .ssec-wrap,
.ssec-design .ssec-wrap {
    top: initial;
    left: 20%;
    right: 20%;
    bottom: 8%;
}

.ssec-protection .ssec-head,
.ssec-design .ssec-head,
.ssec-function .ssec-head {
    font-size: 3.25em;
}
.ssec-protection .ssec-txt,
.ssec-design .ssec-txt,
.ssec-function .ssec-txt {
    font-size: 1.5em;
    position: relative;
}

.ssec-protection .ssec-txt::after,
.ssec-design .ssec-txt::after,
.ssec-function .ssec-txt::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 5em;
    height: 6px;
    background-color: #fff;
}
.ssec-design .ssec-txt::after {
    background-color: #000;
}

.ssec-box {
    background-color: #fff;
    color: #000;
}
.ssec-box .ssec-head {
    font-size: 3em;
    color: #000;
}

.ssec-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
}
.ssec-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 768px) {
    .ssec-style-3 .ssec-wrap {
        width: initial;
        padding: 5% 10px;
    }
    .ssec-case .ssec-wrap {
        top: 12%;
        left: 15%;
        right: 15%;
        padding: 0;
    }

    .ssec-case .ssec-i {
        font-size: 2vw;
        top: 33.6%;
    }
    .ssec-case .ssec-i1 {
        left: 20%;
        right: 67%;
    }
    .ssec-case .ssec-i2 {
        left: 36%;
        right: 51%;
    }
    .ssec-case .ssec-i3 {
        left: 51%;
        right: 34%;
    }
    .ssec-case .ssec-i4 {
        left: 67%;
        right: 19%;
    }

    .ssec-case .ssec-txt {
        font-size: 6vw;
    }

    .ssec-protection .ssec-wrap,
    .ssec-design .ssec-wrap {
        position: absolute;
        padding: 0;
        left: 10px;
        right: 10px;
        bottom: 8%;
    }

    .ssec-protection .ssec-head,
    .ssec-design .ssec-head,
    .ssec-function .ssec-head {
        font-size: 6vw;
    }
    .ssec-protection .ssec-txt,
    .ssec-design .ssec-txt,
    .ssec-function .ssec-txt {
        font-size: 3vw;
    }

    .ssec-protection .ssec-txt::after,
    .ssec-design .ssec-txt::after,
    .ssec-function .ssec-txt::after {
        height: 3px;
    }

    .ssec-box .ssec-head {
        font-size: 6vw;
    }
    .ssec-box .ssec-wrap {
        padding: 3% 0;
    }
    .ssec-box .ssec-inbox {
        font-size: .96em;
    }
    .ssec-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
    }
    .ssec-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

@media screen and (max-width: 400px) {
    
}