@import url(web_fonts/fonts.css);

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: hel45, sans-serif;
}

body *{
    position: relative;
    color: #36424a;
}

a{
    color: inherit;
    text-decoration: none
}

img{
    vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6{
    font-family: hel75, sans-serif;
}

p{
    font-family: hel45, sans-serif;
}


/* ---------------------------- */
/* Intro Wrapper start */
.intro-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center
}

.intro-wrapper h2, .intro-wrapper img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 56px;
}

.intro-wrapper h2 {
    top: 40%;
    font-size: 6vw;
    /*letter-spacing: -0.03em;*/
    line-height: 1em;
    color: #203054;
    transform: scale(1);
    font-family: hel45, sans-serif;


}

.intro-wrapper img {
    width: 40%;
    height: auto;
    top: 0;
    bottom: 0;
    transform: scale(1);
}

/* Intro Wrapper end */
/* ---------------------------- */

/* ---------------------------- */
/* Skip Intro button end */

.skipIntro {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-family: hel75, sans-serif;
    font-size: 12px;
    padding: 10px 15px 7px;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: all .3s ease-out;
    z-index: 9990;
    text-transform: uppercase;
}

.skipIntro:hover {
    background-color: #d52b1e;
    color: #ffffff;
}

.intro-video{
    display: none;
    position: absolute;
    left: 10px;
    top: 52px;
    font-family: hel75, sans-serif;
    font-size: 12px;
    padding: 10px 15px 7px;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: all .3s ease-out;
    text-transform: uppercase;
}

.intro-video:hover {
    background-color: #d52b1e;
    color: #ffffff;
}

/* Skip Intro button end */
/* ---------------------------- */

/* ---------------------------- */
/* header screen start */

#header-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #37424a;
    height: 42px;
    z-index: 9
}

#header-main h2, #header-main .back {
    display: inline-block;
    line-height: 42px;
}

#header-main h2 {
    position: absolute;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    height: 42px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#header-main h2:first-letter{
    text-transform: uppercase;
}

#header-main .back {
    display: none;
    position: absolute;
    right: 72px;
    top: 0;
    cursor: pointer
}

#header-main .back img {
    /*vertical-align: middle;*/
    vertical-align: -6px;
    width: 24px
}

.logo.header {
    position: relative;
    left: 8px;
    display: inline-block;
    top: 5px;
    cursor: pointer
}

.logo.header img {
    height: 30px
}

/* ------------------ */
/* Burger Icon Start */

#menu-toggle {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 42px;
    right: 10px;
    text-align: center;
    top: -2px;
    cursor: pointer
}

#menu-toggle span {
    display: block;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    transition: all .25s cubic-bezier(.44, .1, .41, .94)
}

#menu-toggle #hamburger {
    position: absolute;
    height: 36px;
    width: 36px
}

#menu-toggle #hamburger span {
    width: 100%;
    height: 3px;
    position: relative;
    top: 16%;
    left: 0;
    margin: 6px auto
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .125s
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .25s
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .375s
}

#menu-toggle.open #hamburger span {
    width: 0
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s
}

#menu-toggle #cross {
    position: absolute;
    height: 42px;
    width: 42px;
    transform: rotate(45deg)
}

#menu-toggle #cross span:nth-child(1) {
    height: 0;
    width: 4px;
    position: absolute;
    top: calc(20% - 0px);
    left: calc(50% - 2px);
    transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 4px;
    position: absolute;
    left: calc(20% - 0px);
    top: calc(50% - 2px);
    transition-delay: .15s
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 60%;
    transition-delay: .525s
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 60%;
    transition-delay: .375s
}

/* Burger Icon End */
/* ---------------- */

.navigation-category {
    display: table;
    position: fixed;
    background-color: #fff;
    text-align: center;
    top: 42px;
    right: -80%;
    z-index: 998;
    transition: right .6s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.link-wrapper ul {
    display: inline-block;
    padding: 15px 30px 10px;
    text-align: left;
}

.link-wrapper ul li {
    display: table;
    margin: 10px 0;
    text-align: left;
    list-style: none;
    color: #6d6e71;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-family: hel75, sans-serif;
    font-size: 18px;
}

.link-wrapper ul li:last-child {
    font-size: 12px;
    margin-top: 25px;
    color: #37424a;
}

.link-wrapper ul li:hover {
    border-bottom: 1px solid
}

/* header screen start */
/* ---------------------------- */

/* ---------------------------- */
/* Home screen start */

.homescreen{
    display: none;
    width: 100%;
    height: 100%;

}

.hs_bg{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/bg-landing-screen.jpg) no-repeat center;
    background-size: contain;   
}

.homescreen h2{

    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 4.5vw;
    color: #e30613
}



.homescreen .hotspot{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homescreen .hotspot ul{
    width: 100%;
    height: 100%;
    list-style-type: none;
}

.homescreen .hotspot ul li.hide{
    opacity: 0;
    pointer-events: none;
}

.homescreen .hotspot ul li{

    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    color: #e30613;
    border-radius: 50%;
    border: 2px solid;
    font-size: 16px;
    text-align: center;
    padding: 24px 0 0;
    box-sizing: border-box;
    line-height: 1rem;
    cursor: pointer;
    transition: color 0.5s ease-out,  background-color 0.5s ease-out, opacity 0.5s ease-out;
}



.homescreen .hotspot ul li:hover{
    background-color: #e30613;
    color: #fff;
}

.homescreen .hotspot ul li:hover{
    background-color: #e30613;
}

.homescreen .hotspot ul li strong{
    display: block;
    font-family: hel75, sans-serif;
    color: inherit;
    font-size: 24px;
}

.homescreen .hotspot ul li:nth-child(1){
    top: 17.5%;
    left: 20%;
}

.homescreen .hotspot ul li:nth-child(1):before{
    content: "";
    position: absolute;
    width: 16.5vw;
    left: 50%;
    top: 100%;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 20px;
}

.homescreen .hotspot ul li:nth-child(2){
    top: 22%;
    left: 5%;
}

.homescreen .hotspot ul li:nth-child(2):before{
    content: "";
    position: absolute;
    width: 31.5vw;
    left: 50%;
    top: 100%;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 30px;
}

.homescreen .hotspot ul li:nth-child(3){
    top: 52%;
    left: 86.5%;
}

.homescreen .hotspot ul li:nth-child(3):before{
    content: "";
    position: absolute;
    width: 13vw;
    right: 50%;
    top: 100%;
    border-right: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 50px;
}

.homescreen .hotspot ul li:nth-child(4){
    top: 45%;
    left: 5%
}

.homescreen .hotspot ul li:nth-child(4):before{
    content: "";
    position: absolute;
    width: 31.5vw;
    left: 50%;
    top: 100%;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 40px;
}

.homescreen .hotspot ul li:nth-child(5){
    top: 65%;
    left: 5%;
}

.homescreen .hotspot ul li:nth-child(5):before{
    content: "";
    position: absolute;
    width: 16.5vw;
    left: 50%;
    top: 100%;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 40px;
}


.homescreen .hotspot ul li:nth-child(6){
    top: 13%;
    left: 82%;
}

.homescreen .hotspot ul li:nth-child(6):before{
    content: "";
    position: absolute;
    width: 18.5vw;
    right: 50%;
    top: 100%;
    border-right: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 30px;
}

.homescreen .hotspot ul li:nth-child(7){
    top: 40%;
    left: 20%;
}
.homescreen .hotspot ul li:nth-child(7):before{
    content: "";
    position: absolute;
    width: 16.5vw;
    left: 50%;
    top: 100%;
    border-left: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 40px;
}

.homescreen .hotspot ul li:nth-child(8){
    top: 33%;
    left: 82%;
}

.homescreen .hotspot ul li:nth-child(8):before{
    content: "";
    position: absolute;
    width: 18.5vw;
    right: 50%;
    top: 100%;
    border-right: 2px solid #e30613;
    border-bottom: 2px solid #e30613;
    height: 35px;
}

/* Home screen end */
/* ---------------------------- */

/* ---------------------------- */
/* feature wrapper start */

#feature-sec-wrapper {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    height: calc(100% - 42px);
    width: 100%;
    background-color: transparent
}

#feature-sec-wrapper section {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


#feature-sec-wrapper section.feat.more-choice{
    overflow: scroll;
}

/* ---------------------------- */
/* feature More Range start */
/* ---------------------------- */

#feature-sec-wrapper section.feat.more-range{
    /*display: block;*/
}
.range-wrapper{
    width: 100%;
    /*height: 100%;*/
    font-size: 0px;
}
.range{
    display: inline-block;
    width: 25%;
    padding-top: 7vh;
    text-align: center;
}

.range:last-child{
    /*margin-right: 0px;*/
}

.range .range-txt{
    font-size: 20px;
    color: #6d6e71;
    /*text-align: center;*/
    margin-bottom: 10px;
}
.range .range-txt span{
    display: block;
    font-family: hel75, sans-serif;
    color: #ed1c24;
    cursor: pointer;
}
.range img{
    width: 96%;
    vertical-align: top;
}

.range-spec-wrapper{
    display: inline-block;
    left: 5vw;
    margin-top: 7vh;
}
.range-spec-wrapper .rang-spec-btn{
    display: inline-block;
    background-color: #36424a;
    font-family: hel75,sans-serif;
    font-size: 14px;
    padding: 10px 12px 6px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.range-spec-wrapper .rang-spec-btn:hover{
    background-color: #ed1c24;
}

.range-spec-wrapper .rang-spec-info{
    display: inline-block;
    color: #36424a;
    font-size: 14px;
    margin-left: 10px;
    width: 50%;
    vertical-align: top;
}


.feat.more-range .popup{
    display: none;
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    z-index: 99;
}

.popup-content-wrapper{
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    top: 12vh;
}
.popup-content-wrapper .content span{
    position: absolute;
    /*top: 20px;
    left: 20px;*/
    text-align: left;
}

.popup-content-wrapper .content img{
    height: 74vh;
}

/* feature More Range end */
/* ---------------------------- */

/* ---------------------------- */
/* feature data drop down start */

.feat.dropdwn .caption-wrapper {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 310px;
    text-align: right;
}

.feat.dropdwn .caption-wrapper h4 {
    color: #ee1c24;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px
}

.feat.dropdwn .caption-wrapper p {
    color: #4C5664;
    font-size: 24px;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

.fdd-wrapper {
    position: relative;
    display: block;
    width: 480px;
    height: auto;
    color: #fff;
    margin: 20px 50px;

}

.fdd-wrapper:nth-child(2){
    margin-top: 10vh;
}

.fdd-wrapper .topbar {
    display: inline-block;
    position: relative;
    min-width: 260px;
    width: calc(100% - 74px);
    height: 32px;
    background-color: #37424b;
    margin-left: -8px;
    padding: 7px 10px;
    box-sizing: border-box;
    pointer-events: all;
    vertical-align: middle;
    cursor: pointer
}
.fdd-wrapper .topbar-icon{
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background-color: #37424b;
    vertical-align: middle;
}

.fdd-wrapper .topbar-icon img{
    width: 100%;
    height: auto;
}

.fdd-wrapper .topbar .dd-caption {
    font-size: 17px;
    color: #fff;
}

.fdd-wrapper .topbar .arrow.down {
    position: absolute;
    bottom: 8px;
    right: 10px;
    cursor: pointer
}

.fdd-wrapper .dd-table {
    display: none;
    position: relative;
    width: calc(100% - 74px);
    background-color: #fff;
    left: 70px;
    top: -21px;
}

.fdd-wrapper .dd-table .dd-row {
    display: table-row
}

.fdd-wrapper .dd-table .dd-row.dd-row-span .dd-col {
    padding: 0
}

.fdd-wrapper .dd-table .dd-row .dd-col {
    text-align: center;
    display: table-cell;
    min-width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
    font-family: hel45, arial, sans-serif;
    vertical-align: middle
}

.fdd-wrapper .dd-table .dd-row .dd-col span {
    display: block;
    font-size: 11px;
    width: 100%;
    padding: 8px;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-family: hel45
}

/* feature data drop down end */
/* ---------------------------- */

.fdd-wrapper .dd-table .dd-row .dd-col span:last-child {
    border-bottom: 0 solid #fff
}

.fdd-wrapper .dd-table .dd-row:nth-child(2n - 1) .dd-col {
    background-color: #f1f1f3
}

.fdd-wrapper .dd-table .dd-col:nth-child(2) {
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0
}

.fdd-wrapper .dd-table .dd-col:last-child {
    border-right: 0
}

.feat.mixmedia .visuals {
    display: inline-block;
    width: 56%;
    height: 100%;
    vertical-align: top;
    background-color: #dcdee1
}

.feat.mixmedia .visuals .preview {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 145px);
    text-align: center;
    cursor: pointer
}

.feat.mixmedia .visuals .preview .preview-wrapper{
    position: relative;
    /*height: 100%;
    width:100%;*/
}

.feat.mixmedia .visuals .preview img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: top
}

.img-caption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 0.9em;
    padding: 15px 20px 11px;
    font-family: hel75, sans-serif;
}





.feat.mixmedia .visuals .thumbnail-wrapper {
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    margin-top: 15px;
    text-align: center
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    cursor: pointer
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb:last-child {
    margin-right: 0
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb img {
    vertical-align: top
}

.feat.mixmedia .textual {
    display: inline-block;
    width: 44%;
    height: 100%;
    margin-left: -5px;
    padding: 33px;
    box-sizing: border-box;
    overflow: scroll;
}

.feat.mixmedia .textual .caption-wrapper {
    margin-bottom: 30px
}

.feat.mixmedia .textual .caption-wrapper img{
    width: 100%;
    margin-bottom: 10px;

}

.feat.mixmedia .textual .caption-wrapper h4 {
    color: #ee1c24;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px
}

.feat.mixmedia .textual .caption-wrapper p {
    font-size: 16px;
    line-height: 21px;
    color: #6d6e71
}



.feat.mixmedia .textual .feat-point-wrapper div {
    color: #ee1c24;
    font-size: 24px;
    margin-bottom: 15px
}

.feat.mixmedia .textual .caption-wrapper ul, .feat.mixmedia .textual .feat-point-wrapper ul {
    margin-left: 18px
}

.feat.mixmedia .textual .caption-wrapper ul li, .feat.mixmedia .textual .feat-point-wrapper ul li {
    list-style-position: outside;
    font-size: 15px;
    color: #6d6e71;
    margin: 8px 0 0 10px;
    padding: 3px 0;
    line-height: 0px;
}

.feat.mixmedia.more-options .textual .caption-wrapper ul li{
    margin-bottom: 18px;
    list-style: none;
}

.feat.mixmedia.more-options .textual .caption-wrapper ul {
    margin-left: 35px;
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:before{
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-left: -45px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;

    /*position: absolute;*/
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(1):before{
    background-image: url(../images/more-options/icon-Reverse-warning-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(2):before{
    background-image: url(../images/more-options/icon-Fire-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(3):before{
    background-image: url(../images/more-options/icon-Lock-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(4):before{
    background-image: url(../images/more-options/icon-Vision-red-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(5):before{
    background-image: url(../images/more-options/icon-Reverse-beeper-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(6):before{
    background-image: url(../images/more-options/icon-Tyre-pressure-min.png);
}
.feat.mixmedia.more-options .textual .caption-wrapper ul li:nth-child(7):before{
    background-image: url(../images/more-options/icon-Lighting-min.png);
}


/*
<img src="images/more-options/icon-Reverse-warning-min.png">
<img src="images/more-options/icon-Fire-min.png">
<img src="images/more-options/icon-Vision-red-min.png">
<img src="images/more-options/icon-Lock-min.png">
<img src="images/more-options/icon-Reverse-beeper-min.png">
<img src="images/more-options/icon-Tyre-pressure-min.png">
<img src="images/more-options/icon-Lighting-min.png">


*/

.feat.mixmedia .popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.feat.mixmedia .popup .wrapper {
    display: block;
    position: absolute;
    width: 96%;
    height: 86%;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff
}

.popup .close {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #D4D6D8;
    padding: 7px;
    box-sizing: border-box;
    z-index: 9;
    right: 10px;
    top: 10px;
    cursor: pointer;

}

.popup .close img {
    width: 22px;
    cursor: pointer;
    vertical-align: bottom
}

.popup .content-view {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    overflow: hidden;
    border-bottom: 6px solid #fff
}

.popup .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.popup .content-wrapper .cont-360,
.popup .content-wrapper .cont-image,
.popup .content-wrapper .cont-video {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

.popup .content-wrapper .cont-360 {
    display: block;
    width: 100%;
    height: 100%
}

.popup .content-wrapper .cont-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#can-360,
#can-360 canvas {
    position: relative
}

#can-360 {
    width: 100%;
    height: 100%
}

.popup .content-wrapper .cont-360 .dir-wrppare {
    position: absolute;
    height: 100%;
    width: 100%
}

.cont-360 .dir-wrppare .dir.up {
    position: absolute;
    top: 15px;
    left: calc(50% - 41px);
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.bottom {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 41px);
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.left {
    position: absolute;
    top: calc(50% - 25px);
    left: 15px;
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.right {
    position: absolute;
    top: calc(50% - 25px);
    right: 15px;
    cursor: pointer
}

.popup .content-thumb-wrapper {
    background-color: #212e3e;
    text-align: right;
    height: 90px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

.popup .content-thumb-wrapper .thumb {
    position: relative;
    display: inline-block;
    border-left: 9px solid #fff;
    vertical-align: middle;
    height: 100%;
    margin-right: -5px;
    cursor: pointer
}

.popup .content-thumb-wrapper .thumb img {
    vertical-align: top;
    height: 100%;
    width: auto
}


footer {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    right: 0;
}



.full-spec-btn{
    display: inline-block;
    background-color: #36424a;
    font-family: hel75,sans-serif;
    font-size: 14px;
    padding: 10px 12px 6px;
    margin: 20px 50px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.4s ease-out;
}

.full-spec-btn:hover {
    background-color: #d52b1e;
    color: #ffffff;
}



.pop-window{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
    box-sizing: border-box;
    z-index: 9999;
    overflow: hidden;
}

.pop-content-wrapper{
    position: relative;
    position: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
}

.pop-content {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

.pop-content.video{
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;*/
}


.pop-content-wrapper .pop-close {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #D4D6D8;
    padding: 10px;
    box-sizing: border-box;
    z-index: 9;
    right: 0px;
    top: 0px;
    cursor: pointer;

}

.pop-content-wrapper .pop-close img {
    width: 28px;
    cursor: pointer;
    vertical-align: bottom
}



/* --------------------------------- */
/* Terms & condition template start */
.tc-tempt {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 70px 20px 50px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: scroll
}

.tc-tempt h3 {
    font-size: 24px
}

.tc-tempt h4 {
    font-size: 18px
}

.tc-tempt h3, .tc-tempt h4 {
    color: #d52b1e;
    margin-top: 30px
}

.tc-tempt h3:nth-of-type(1){
    margin-top: 0px;
} 

.tc-tempt p {
    padding: 0;
    font-size: 14px;
    color: #37424a
}

/* Terms & condition template end */
/* --------------------------------- */


/* --------------------------------- */
/* footer Start */

footer {
    display: none;
    bottom: 0;
    text-align: right;
    z-index: 999;
}

footer ul li {
    display: inline-block;
    list-style: none;
    color: #37424a;
    font-size: 12px;
    margin: 5px 10px 10px;
    cursor: pointer;
}

/* footer end */
/* --------------------------------- */

.pos-abs-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

img.full-width {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.bold {
    font-family: hel75!important
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (max-width:1280px) {
    .popup .content-thumb-wrapper .thumb {
        border-left: 3px solid #fff
    }

    .homescreen .hotspot ul li:nth-child(1):before{
        width: 15vw;
        height: 20px;
    }

    .homescreen .hotspot ul li:nth-child(2):before{
        width: 30vw;
        height: 30px;
    }

    .homescreen .hotspot ul li:nth-child(3):before{
        width: 10vw;
        height: 50px;
    }

    .homescreen .hotspot ul li:nth-child(4):before{
        width: 30vw;
        height: 40px;
    }

    .homescreen .hotspot ul li:nth-child(5):before{
        width: 15vw;
        height: 40px;
    }

    .homescreen .hotspot ul li:nth-child(6):before{
        width: 18vw;
        height: 30px;
    }

    .homescreen .hotspot ul li:nth-child(7):before{
        width: 15vw;
        height: 40px;
    }

    .homescreen .hotspot ul li:nth-child(8):before{
        width: 18vw;
        height: 35px;
    }

}

@media all and (max-width:1024px) {

    .homescreen .hotspot ul li:nth-child(1):before{
        width: 12vw;
        height: 20px;
    }

    .homescreen .hotspot ul li:nth-child(3):before{
        width: 8vw;
        height: 30px;
    }

    .homescreen .hotspot ul li:nth-child(2):before, .homescreen .hotspot ul li:nth-child(4):before{
        width: 27vw;
        height: 35px;
    }

    .homescreen .hotspot ul li:nth-child(5):before{
        width: 8vw;
        height: 10px;
    }



    .homescreen .hotspot ul li:nth-child(7):before{
        width: 12vw;
        height: 40px;
    }

    .homescreen .hotspot ul li:nth-child(6):before, .homescreen .hotspot ul li:nth-child(8):before{
        width: 16vw;
        height: 35px;
    }



    section.feat.choice{
        overflow: scroll;
    }
    .feat.dropdwn{
        overflow: scroll;
    } 
    .feat.dropdwn .caption-wrapper{
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        text-align: left;
        margin: 50px;
        background-color: rgba(255,255,255,0.9);
        padding: 15px;
    }

    .fdd-wrapper:nth-of-type(0),
    .fdd-wrapper:nth-of-type(1),
    .fdd-wrapper:nth-of-type(2),
    .fdd-wrapper:nth-of-type(3),
    .fdd-wrapper:nth-of-type(4),
    .fdd-wrapper:nth-of-type(5),
    .fdd-wrapper:nth-of-type(6) {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 50%;
        /*margin: 20px 20px 20px auto;*/
    }
    .fdd-wrapper:nth-of-type(0){
        margin-top:  50px;   
    }

    .fdd-wrapper .dd-table {
        display: none;
        visibility: visible
    }
}



@media all and (max-width:768px) {
    .intro-wrapper h2 {
        font-size: 7vw;
    }

    .intro-wrapper img {
        width: 50%;
    }

    .hs_bg{
        background: #fff url(../images/bg-landing-screen-mob.jpg) no-repeat center bottom;
        background-size: contain;
    }

    .homescreen .hotspot ul {
        top: 15%;
        left: 10%;
        width: 200px;
        transform: scale(1.2);
    }

    .homescreen .hotspot ul li:nth-child(1n){
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        right: auto;
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-top: 15px;
        line-height: 0.9rem;
        margin-top: 8px;
        margin-left: 8px;
        margin-right: -4px;
    }


    .homescreen .hotspot ul li:nth-child(1n):before{
        border: 0px;
    }

    .homescreen .hotspot ul li:nth-child(2n){
        top: 30px;
        /*margin-left: 0;*/
    }

    .homescreen .hotspot ul li strong{
        font-size: 18px;
    }
    .homescreen .hotspot ul li:first-child{
        margin-top: 52px;
    }

    .homescreen h2 {
        top: 40%;
        left: 5%;
        font-size: 6vw;
    }

    .popup-content-wrapper{
        padding: 10px;
        text-align: center;
    }
    .popup-content-wrapper .content span{
        position: relative;
        display: block;
    }
    .popup-content-wrapper .content img{
        height: auto;
        width: 80%;
    }

    .range-spec-wrapper{
        left: 0;
        margin-top: 3vh;

    }

    .range-wrapper{
        white-space: nowrap;
        overflow: scroll;
    }

    .range-wrapper .range{
        white-space: normal;
        width: 65%;
    }

    .range .range-txt span{
        display: none;
    }

    .range-spec-wrapper .rang-spec-btn{
        left: 10px;
    }
    .range-spec-wrapper .rang-spec-info{
        display: inline-block;
        color: #36424a;
        font-size: 16px;
        margin-left: 0;
        width: 100%;
        vertical-align: top;
        padding: 10px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    #feature-sec-wrapper section {
        overflow: scroll
    }
    .feat.mixmedia .visuals {
        display: block;
        width: 100%;
        height: calc(60% + 105px);
        padding-bottom: 15px
    }
    .feat.mixmedia .textual {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        background-color: #fff;
        margin-left: 0
    }
    .feat.mixmedia .visuals .preview {
        height: calc(100% - 105px)
    }

    .fdd-wrapper:nth-of-type(0),
    .fdd-wrapper:nth-of-type(1),
    .fdd-wrapper:nth-of-type(2),
    .fdd-wrapper:nth-of-type(3),
    .fdd-wrapper:nth-of-type(4),
    .fdd-wrapper:nth-of-type(5),
    .fdd-wrapper:nth-of-type(6) {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto
    }
    .fdd-wrapper:nth-of-type(6) {
        margin-bottom: 30px
    }
    .fdd-wrapper .dd-table {
        display: none;
        visibility: visible
    }
    .feat.mixmedia .visuals .thumbnail-wrapper .thumb:last-child {
        margin-right: 7px
    }
    .popup .content-view {
        height: calc(100% - 00px)
    }
    #header-main h2,
    .popup .content-thumb-wrapper {
        display: none
    }

    .img-caption{
        font-size: 0.7em;
    }

}

@media all and (max-width:640px) {

    #header-main{
        z-index: 1000;
    }
    .link-wrapper ul{
        display: inline-block;
        padding: 10px 30px 10px;
        text-align: left;
    }

    .link-wrapper ul li{
        margin: 5px 0;
    }


    .link-wrapper ul li:last-child {
        font-size: 12px;
        margin-top: 15px;
        color: #37424a;
    }

    .hs_bg{

        background: #fff url(../images/bg-landing-screen-mob.jpg) no-repeat right center;
        background-size: contain;
    }

    .homescreen .hotspot ul {
        top: 10%;
        left: 2%;
        width: 200px;
        transform: scale(1);
    }
    .homescreen .hotspot ul li:nth-child(1n){
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        right: auto;
        width: 60px;
        height: 60px;
        font-size: 12px;
        padding-top: 15px;
        line-height: 0.9rem;
        margin-top: 8px;
        margin-left: 8px;
        margin-right: -4px;
    }


    .homescreen .hotspot ul li:nth-child(1n):before{
        border: 0px;
    }

    .homescreen .hotspot ul li:nth-child(2n){
        top: 30px;
        /*margin-left: 0;*/
    }

    .homescreen .hotspot ul li strong{
        font-size: 18px;
    }
    .homescreen .hotspot ul li:first-child{
        margin-top: 52px;
    }

    /*.feat.dropdwn.more-choice{
    background-size: contain;
}*/

    .feat.dropdwn .caption-wrapper {
        position: relative;
        width: 80%;
        margin: 10px auto 0px;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.9);
        padding: 15px;
    }

    .fdd-wrapper .topbar-icon {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .fdd-wrapper .topbar{
        width: calc(100% - 58px);
        margin-left: -10px;
        min-width: 248px;
    }

    .fdd-wrapper .dd-table {
        width: calc(100% - 58px);
        background-color: #fff;
        left: 52px;
        top: -12px;
    }
    .fdd-wrapper .dd-table .dd-row .dd-col{
        min-width: initial;
    }
}

@media all and (max-height:340px) and (orientation:landscape) {}

@media all and (max-width:768px) and (orientation:landscape) {}