/* GPA - FULL WIDTH */

.footer {
    margin-top: 0
}

.breadcrumb_container {
    margin-bottom: 0;
}

#main.container,
#content.col-xs-12 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#page.row {
    margin-left: 0;
    margin-right: 0;
}

#main #page .product-pl,
#main #page>.panel.l_mgn-tb-sm {
    max-width: 1280px;
}

@media (min-width: 1290px) {
    #main #page .product-pl,
    #main #page>.panel.l_mgn-tb-sm {
        margin: 10px auto;
    }
}

@media (max-width: 1289px) {
    #main #page>.panel.l_mgn-tb-sm {
        margin-left: 10px;
        margin-right: 10px;
    }
}













/* BACK TO TOP */

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}













/* READ MORE */

.gpa-container .link-more.collapsed .icon-angle-up {
    transform: rotate(180deg);
    display: inline-block;
}



@import url('https://fonts.googleapis.com/css?family=Nunito:400,600');


.gp-cont-hero {
    position: relative;
}

.subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}










/* HERO */

.hero__img,
.hero__img-m {
    width: 100%;
    height: auto;
    display: block;
}

.hero__txt {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero__txt-block {
    background-color: #333333;
    color: #ffffff;
    margin: 10px;
    padding: 5px 10px;
}

.hero__txt-block p {
    margin: 0;
    font-size: 14px;
}

.btn_primary {
    padding: 12px 30px;
    background: #066bb6;
    text-shadow: none;
    border: 1px solid #0066b6;
}




/* INTRO */

.hero__intro {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Nunito', sans-serif;
    padding: 0 0 8px;
}





/* HOTSPOT */

.gp-cont-hotspot {
    margin-top: 40px;
}

.gp-cont-hotspot .col-carousel--l {
    padding: 0;
    background: url(https://hndgwww2.azureedge.net/gpa/hnau/hnau-18961-dyson-v10-launch/lpg/img/hotspot-bg.jpg) no-repeat center center;
    background-size: 100% auto;
}



/* HOTSPOT - CAROUSEL */

.gp-cont-hotspot .carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
}

.gp-cont-hotspot .carousel-fade .carousel-inner .item-svg {
    -webkit-animation: twinkle 1s infinite;
    -moz-animation: twinkle 1s infinite;
    -o-animation: twinkle 1s infinite;
    animation: twinkle 1s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    position: absolute;
}

@-webkit-keyframes twinkle {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes twinkle {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes twinkle {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes twinkle {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.gp-cont-hotspot .carousel-fade .carousel-inner .item,
.gp-cont-hotspot .carousel-fade .carousel-inner .active.left,
.gp-cont-hotspot .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.gp-cont-hotspot .carousel-fade .carousel-inner .active,
.gp-cont-hotspot .carousel-fade .carousel-inner .next.left,
.gp-cont-hotspot .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.gp-cont-hotspot .carousel-fade .carousel-inner .next,
.gp-cont-hotspot .carousel-fade .carousel-inner .prev,
.gp-cont-hotspot .carousel-fade .carousel-inner .active.left,
.gp-cont-hotspot .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.gp-cont-hotspot .carousel-control {
    opacity: 1;
    z-index: 500;
    top: 50%!important;
}












/* HOTSPOT - CAROUSEL INDICATORS */

.gp-cont-hotspot .carousel-indicators {
    background: none;
    width: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gp-cont-hotspot .carousel-indicators li {
    color: #cccccc;
}



.gp-cont-hotspot .carousel-indicators .dot {
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://hndgwww2.azureedge.net/gpa/hnau/hnau-18961-dyson-v10-launch/lpg/img/deactivated.svg);
    background-size: 15px 15px;
}

.gp-cont-hotspot .carousel-indicators .active .dot {
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://hndgwww2.azureedge.net/gpa/hnau/hnau-18961-dyson-v10-launch/lpg/img/activated.svg);
    background-size: 15px 15px;
}


.gp-cont-hotspot .col-indicators {
    padding: 0;
}


.gp-cont-hotspot #dot-1 {
    position: absolute;
    top: 33%;
    left: 0.6%;
}

.gp-cont-hotspot #dot-2 {
    position: absolute;
    top: 31.5%;
    left: 17.5%;
}

.gp-cont-hotspot #dot-3 {
    position: absolute;
    top: 33%;
    left: 65.5%;
}

.gp-cont-hotspot #dot-4 {
    position: absolute;

    top: 27%;
    left: 79%;
}

.gp-cont-hotspot #dot-5 {
    position: absolute;

    top: 27%;
    left: 91.5%;
}

.gp-cont-hotspot #dot-6 {
    position: absolute;

    top: 58%;
    left: 94%;
}

.gp-cont-hotspot #dot-7 {
    position: absolute;

    top: 75%;
    left: 88%;
}

.gp-cont-hotspot #dot-8 {
    position: absolute;

    top: 59%;
    left: 75%;
}

.gp-cont-hotspot #dot-9 {
    position: absolute;

    top: 50%;
    left: 15%;
}

.gp-cont-hotspot #dot-10 {
    position: absolute;
    top: 55%;
    left: 5.5%;
}











/* HOTSPOT - DOT LIST NUMBER */

#dotListNumbers {
    position: absolute;
    bottom: 5px;
    right: 50%;
    color: #323232;
}











/* HOTSPOT - TXT */

.hotspot__container {
    background: #f2f2f2;
    position: relative;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.hotspot__txt {
    text-align: center;
    padding: 40px;
    line-height: 1.6em;
}

.hotspot__txt-h3,
.hotspot__txt-p {
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.hotspot__txt-h3 {
    font-size: 22px;
    font-weight: 600;
}

.hotspot__txt-p {
    font-size: 18px;
    margin-top: 10px;
}







/* MAIN FEATURES */

.gp-cont-main-features {
    margin: 40px auto;
}

.col-main-features {
    padding: 10px;
    text-align: center;
}







/* PRODS */

.subtitle {
    margin-bottom: 0;
    padding: 30px 0;
}

.prods-range-container {
    background: #fafafa;
    display: inline-block;
}

.prods-container {
    text-align: center;
    padding: 0 0 30px;
    margin: 0 30px 40px;
    background: #ffffff;
}


.prods-h3 {
    font-size: 22px;
    font-weight: 600;
}

.prods-p {
    font-size: 18px;
    padding-bottom: 10px;
    min-height: 32px;
}

.features {
    text-align: center;
}

.clearfix2 {
    clear: both;
}

.gp-cont-features .accordion-toggle.collapsed:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    /* essential for enabling glyphicon */
    content: "\f077";
    /* adjust as needed, taken from bootstrap.css */
    font-size: 12px;
    color: #066bb6;
}

.gp-cont-features .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 12px;
    color: #066bb6;
    /* adjust as needed, taken from bootstrap.css */
}

.row-read-more {
    text-align: center;
}

.read-more {
    padding: 10px 0 30px 0;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    color: #066bb6;
}

.feature-title:hover {
    text-decoration: none;
}



/* VIDEO */

.gp-cont-video {
    margin-top: 20px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    background: black;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* TERMS */

.gp-cont-terms {
    padding: 40px 30px;
    text-align: left;
}



@media (min-width: 600px) and (max-width: 767px) {
    .hero__txt {
        bottom: 40px;
    }
    .hero__txt-block p {
        font-size: 16px;
    }
    .gp-cont-hotspot .carousel-indicators li{
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        cursor: pointer
    }
    .gp-cont-hotspot .carousel-indicators .dot {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }

    .gp-cont-hotspot .carousel-indicators .active .dot {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }
}








/* XS SM */

@media (min-width: 768px) {
    .hero__txt {
        bottom: 8%;
    }

    .hero__txt-block {
        min-height: 100px;
        padding: 10px 20px;
        margin: 10px;
    }
    .hero__txt-block p {
        margin: 0;
        font-size: 16px;
    }
    .gp-cont-hotspot .carousel-indicators li{
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        cursor: pointer
    }
    .gp-cont-hotspot .carousel-indicators .dot {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }

    .gp-cont-hotspot .carousel-indicators .active .dot {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }
    .clearfix {
        float: left;
    }
}








/* MD */

@media (min-width: 992px) {
    .col-carousel--r {
        min-height: 446px;
        position: absolute;
        top: 50%;
        right: -12.5%;
        transform: translate(-50%, -25%);
    }
}

