#faqversion, #forremotes, #faqpath, #titledescription {
    display: none;
}

#articleintro {
    min-height: 100px;
}

    #introtxt {
        padding-bottom: 15px;
        z-index: 20;
    }
    
        #introtxt p {
            margin-bottom: 30px;
        }

            #introtxt p a {
                color: #10D1AB;
            }
        
    #breadcrumbs {
        margin: 10px 0 0 0;
        float: left;
        opacity: .5;
        -webkit-transition: 200ms ease-in-out;
        -moz-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        -ms-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
    }
    
        #breadcrumbs:hover {
            opacity: 1;
        }
    
    #breadcrumbs a {
        float: left;
        padding: 0 10px 0 18px;
        background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-rightquote-10x10-wht-v1.png');
        background-repeat: no-repeat;
        background-position: left 0px top 5px;
    }
    

    #breadcrumbs a:first-child {
        background: none;
        padding-left: 0px;
    }

    
    #articleintro h1, #experiencepromo h1 {
        margin: 55px 0 40px 0;
        padding: 0;
        font: normal normal normal 49px/49px 'Gotham SSm A','Gotham SSm B', Helvetica, Arial, sans-serif;
        letter-spacing: 1.5px;
        font-size: 31px;
        line-height: 36px;
        padding: 0;
    }
    
    h1 .headerincludeing {
        font-size: 80%;
        font-style: italic;
        opacity: .8;
    }
    
#relevantfor, #lookingforq {
    padding-left: 10px;
    padding-right: 10px;
    color: #BBB;
}
    
#relevantfor .title, #lookingforq .title {
    font-size: 125%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}


#relevantfor span {
    float: left;
    padding-left: 8px;
    margin: 0 0 5px 0;
    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-bullet-3x3-wht-v1.png');
    background-repeat: no-repeat;
    background-position: left 0px top 8px;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

    #relevantfor:hover, #lookingforq:hover {
        color: #FFF;
    }
    
    #relevantfor:hover > span {
        color: #BBB;
    }
    
    #relevantfor:hover > .title, #lookingforq:hover > .title {
        border-color: #FFF;
    }
    
    #relevantfor span:hover {   
        color: #FFF;
        /* cursor: hand; cursor: pointer; POST - removed since we temporarily disabled javascript clicks to gs guides in article.js file */
    }

#sectionselect {
}
    /*
    #sectionselect.icon-wifi {
        background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-wifi-100x85-trans-v1.png');
        background-repeat: no-repeat;
        background-position: bottom -10px right -10px;
    }
    
    #sectionselect.icon-control {
        background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-control-50x50-trans-v2.png');
        background-repeat: no-repeat;
        background-position: bottom -10px right 5px;
    }
    */
    
    #sectionselect .title {
        font-size: 120%;
        padding: 0;
        margin-top: 0px;
        text-decoration: underline;
    }

    #sectionselect ul {
        margin: 6px 0 35px 0;
    }
        
    #sectionselect li {
        padding: 5px 0 4px 0;
        list-style-type: circle;
        font-size: 110%;
    }

        #sectionselect li:first-child {
            padding-top: 0;
        }

    #sectionselect li:hover {
        list-style-type: disc;
        border-bottom: 1px dotted white;
        color: #FFF;
        padding-bottom: 3px;
        background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-downarrow-8x4-wht-v2.png');
        background-repeat: no-repeat;
        background-position: right 5px bottom 8px;
    }

#similararticles {
    display: none;
}

#selectorthumbs {
    display: table;
    margin: 0 auto;"
}

/* ******************************************************* *
 * Main FAQ body styling
 * ******************************************************** */
/* SECTION HEADER AND INTRO STYLINGS */
h2 {
    font-size: 238%;
    /* border-bottom: 1px solid #808080; */
    padding: 30px 0 5px 0;
    margin: 0 10px 25px 10px;
}

h3 {
    font-size: 160%;
    border-bottom: 1px solid #bfbfbf;
    padding: 30px 0 5px 0;
    margin: 0 10px 25px 10px;
}

.faq .container {
    padding-top: 30px;
}

.faq p {
    margin: 15px 10px 15px 10px;
    padding: 0;
}

    p.morespace {
        margin-top: 50px;
    }
 
.faq ul.subsectionselect li {
    padding: 5px 0 4px 0;
    list-style-type: circle;
    font-size: 110%;
    width: 95%;
}

    .faq ul.subsectionselect li:hover {
        list-style-type: disc;
        border-bottom: 1px dotted #bfbfbf;
        padding-bottom: 3px;
        background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-downarrow-8x4-gry-v1.png');
        background-repeat: no-repeat;
        background-position: right 5px bottom 8px;
    }

    .faq ul.subsectionselect li a {
        color: #595959;
    }
 
/* SELECTION USING IMAGES */

.faq .option {
}

    .faq .option .optionwidth2 {
    }
    
    .faq .option .optionwidth3 {
    }
 
/* LIST STYLINGS */
.faq ul, .faq ol {
    margin: 10px 10px 45px 10px;
}

    .faq ul li, .faq ol li {
        padding: 5px 0 0 0;
    }
 
        .faq ul li ul, .faq ol li ul {
            margin: 5px 0 10px 10px;
        }
        
            .faq ul li ul li, .faq ol li ul li {
                padding: 0;
            }
 
/* IMPORTANT INFORMATION STYLINGS */
.faq .note {
    margin: 20px auto 30px;
    width: 95%;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 15px;
    background-color: #ededed;
}

    .faq .note.note-dark {
        background-color: #d5d5d5;
    }

    .faq .note.important      { background: #ededed url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-exclamation-85x85-blk-trans-v1.png') no-repeat bottom -10px right -23px; }
    .faq .note.tip                 { background: #ededed url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-star-85x85-blk-trans-v1.png') no-repeat bottom -10px right -15px; }
    
    .faq .note .title {
        display: block;
        font-weight: bold;
        font-size: 110%;
        width: 40%;
        border-bottom: 1px solid #4d4d4d;
        margin: 0 0 15px 0;
    }
    
    .faq .note ul, .faq .note ol {
        margin-bottom: 5px;
    }
    
    
/* LINK STYLINGS */
.faq a:not(.button) {
    color: #009CD4;
}

p a{
    color: #10D1AB;
}
    
/* SIDE-BY-SIDE OPTION STYLINGS */
.faq .sbs-wrapper {
    margin: 0 auto 40px;
    display: block;
    display: table;
    width: 100%;
}

    .faq .sbs-wrapper div {
        float: left;
        text-align: center;
    }

        .faq .sbs-wrapper:not(.noborder) div {
            border-left: 1px solid #99c3b8;
        }
    
        .faq .sbs-wrapper div:first-child {
            border: 0;
        }

        .faq .sbs-wrapper div a:not(.button) {
            color: #595959;
            display: table;
            width: 100%;
        }
        
            .faq .sbs-wrapper div a:hover {
                background-color: #ededed;
            }
        
        .faq .sbs-wrapper div .title {
            display: block;
            border-bottom: 1px solid #99c3b8;
            font-size: 110%;
            margin: 0 auto 10px;
            width: 90%;
            padding: 10px 10px 5px 10px;
        }
        
        #position.faq .sbs-wrapper div .title {
            font-size: 150%;
        }
        
        .faq .sbs-wrapper div img {
            max-width: 100%;
            padding: 0 10px 10px 10px;
        }
        
        .faq .sbs-wrapper p, .faq .sbs-wrapper ul, .faq .sbs-wrapper ol {
            text-align: left;
        }
        
        .faq .sbs-wrapper.sbs-w2 div {  width: 50%;     }
        .faq .sbs-wrapper.sbs-w3 div {  width: 33.33%;  }
        .faq .sbs-wrapper.sbs-w4 div {  width: 25%;     }

/* IMAGE STYLINGS */
.faq img:not(.keepSize) {
    max-width: 95%;
    margin: 0 auto;
    display: block;
    border: 0;
}

.badge {
    display: inline-block !important;
    padding: 0 10px;
}

/* USED WITH IFTTT ARTICLE FORMATTING */
.tiltonhover {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

    .tiltonhover:hover {
        -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(8deg);
       -o-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
    }

    .tile-1x1-3 {
        float: left;
        padding: 0 0 15px 20px;
    }
    
/* TABLE STYLINGS */
ul.faqtable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .faqtable li div {
        float: left;
        padding: 5px;
        border-left: 1px solid #dbdbdb;
    }

        .faqtable li.header div {
            background-color: #cdcdcd;
            border-bottom: 3px solid #808080;
            font-size: 140%;
            line-height: 135%;
            text-align: center;
            padding: 10px 5px 10px 5px;
        }

        .faqtable span.day {
            float: left;
            text-align: right;
            min-width: 35%;
            padding-right: 8px;
        }
        
        .faqtable li div.title {
            font-size: 120%;
        }
            
            .faqtable li:nth-child(even) > div {
                background-color: #ececec;
            }
        
                .faqtable li div span.days, .faqtable li div span.times {
                    display: inline-block;
                    width: 50%;
                }
                
                
        .faqtable.w2 li div:nth-child(1), .faqtable.w2 li div:nth-child(3), .faqtable.w2 li div:nth-child(5) {  border-left-width: 0px;  }        
        .faqtable.w3 li div:nth-child(1), .faqtable.w3 li div:nth-child(4), .faqtable.w3 li div:nth-child(7) {  border-left-width: 0px;  }
        .faqtable.w4 li div:nth-child(1), .faqtable.w4 li div:nth-child(5), .faqtable.w4 li div:nth-child(9) {  border-left-width: 0px;  }
        .faqtable.w5 li div:nth-child(1), .faqtable.w5 li div:nth-child(6), .faqtable.w5 li div:nth-child(11) {  border-left-width: 0px;  }
        
    .faqtable .footnote {
        font-style: normal;
        font-size: 92%;
        color: #747474;
    }
      
strong.remotemenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-remotemenu-14x12-v1.png');
    margin: 0 1px 0 3px;
}

strong.menuicon:after, strong.mobilemenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonyappmenu-14x12-v1.png');
    margin: 0 5px 0 5px;
}

strong.devicemenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonydevicemenu-8x16-v1.png');
    margin: 0 5px 0 5px;
}

strong.homemenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonyhomemenu-14x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.favmenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonyfavmenu-14x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.gesturemenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-gesturemenu-12x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.controlmenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-controlmenu-14x12-v1.png');
    margin: 0 5px 0 5px;
}

strong.keyboard:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonykbdmenu-18x13-v1.png');
    margin: 0 5px 0 5px;
}

strong.helpmenuicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-helpmenu-8x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.searchicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-search-14x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.microphoneicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-microphone-14x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.previcon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonyprevarrow-8x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.nexticon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonynextarrow-8x14-v1.png');
    margin: 0 5px 0 5px;
}

strong.helpicon:after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-harmonyhelpmenu-14x14-v1.png');
    margin: 0 5px 0 5px;
}
 
/* EXPERIENCE ARTICLE STYLINGS */
#experiencepromo {
    border-bottom: 1px solid #AAAAAA;
}

#experiencepromo .panel {
    padding: 20px 0 40px 0;
    color: #3c3c3c;
}

.experienceinfo p{
    font-size: 120%;
}

    .experienceinfo p.question {
    }

    .experienceinfo p.answer {
        display: block;
        border-bottom: 1px solid #818181;
        padding: 10px 0 5px 55px;
        margin: 0 30px 0 10px;
    }
    
        .experienceinfo p.answer span.but {
            font-style: italic;
            font-size: 80%;
        }
    
        .experienceinfo p.answer.notsupported {
            opacity: .8;
            font-style: italic;
        }
        
        .experienceinfo p.answer.supported, .experienceinfo p.answer.upgradereq {
            background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-checkmark-25-19-grey-v1.png') no-repeat left 15px top 5px;
        }

.experienceimg {
    text-align: center;
    padding-left: 10px;
    
}
.experienceimg img {
    padding: 60px 0 0 0;
    max-width: 85%;
}

    .experienceimg img.tvshift {
        padding: 100px 0 0 0;
    }
#experience, .experience {
    padding: 20px 0 0 0;
}

#setup, #customize, #qa, #control, #moreinfo, #other, .setup, .customize, .qa, .control, .moreinfo, .other, .headerbg {
    padding: 30px 0 70px 0;
}

#experience h3, #setup h3, #customize h3, #qa h3, #control h3, #moreinfo h3, #other h3, #harmonyControl h3, #faq h3,
.experience h3, .setup h3, .customize h3, .qa h3, .control h3, .moreinfo h3, .other h3, .harmonyControl h3, .faq h3 {
    margin: 40px 0 0 0;
    padding: 15px 0 0 10px;
    min-height: 54px;
    background-repeat: no-repeat;
    background-position: left 10px bottom 2px;
}

.experience h3, .control h3, .moreinfo h3 {
    margin-left: 10px;
}

    .experience p:not(.title), .control p:not(.title) {
        margin-left: 10px;
    }
    
    .experience p.nomargin {
        margin-left: 0;
    }

.icon-amazon,
.icon-bluray,
.icon-browser,
.icon-crackle,
.icon-epix,
.icon-hulu,
.icon-itunes,
.icon-kodi,
.icon-mediacenter,
.icon-mediaplayer,
.icon-netflix,
.icon-other,
.icon-plex,
.icon-quicktime,
.icon-slingtv,
.icon-vevo,
.icon-xbmc,
.icon-youtube
 {
    background-position: left 10px bottom 2px !important;
    padding-left: 90px !important;
}
    
.icon-bluetooth,
.icon-ir,
.icon-noir,
.icon-rf,
.icon-wifi {
    background-position: left 10px bottom 2px !important;
    padding-left: 60px !important;
}
    
h3.icon-amazon {     background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-amazon-v1.png');          }
h3.icon-bluray {     background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-bluray-v1.png');          }
h3.icon-browser {    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-browser-v1.png');         }
h3.icon-crackle {    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-crackle-v1.png');         }
h3.icon-epix {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-epix-v1.png');            }
h3.icon-hulu {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-hulu-v1.png');            }
h3.icon-itunes {     background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-itunes-v1.png');          }
h3.icon-kodi {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-kodi-v1.png');            }
h3.icon-mediacenter {background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-winmediacenter-v1.png');  }
h3.icon-mediaplayer {background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-winmediaplayer-v1.png');  }
h3.icon-netflix {    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-netflix-v1.png');         }
h3.icon-other {      background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-moreapps-v1.png');        }
h3.icon-plex {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-plex-v1.png');            }
h3.icon-quicktime {  background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-quicktime-v1.png');       }
h3.icon-slingtv {    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-slingtv-v1.png');         }
h3.icon-vevo {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-vevo-v1.png');            }
h3.icon-xbmc {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-xbmc-v1.png');            }
h3.icon-youtube {    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/icon-youtube-v1.png');         }


h3.icon-wifi {       background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/gettingstarted/icon-wifi-v1.png');      }
h3.icon-bluetooth {  background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/gettingstarted/icon-bluetooth-v1.png'); }
h3.icon-ir {         background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/gettingstarted/icon-ir-v1.png');        }
h3.icon-rf {         background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/gettingstarted/icon-rf-v1.png');        }
h3.icon-btorir {     background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ss/i/gettingstarted/icon-btorrf-v1.png');    }


.experience p.title {
    text-decoration: underline;
    font-size: 120%;
}


.modelnumbers ul {
}

.modelnumbers .tested {
    color: #AAAAAA;
    font-style: italic;
    font-size: 90%;
}

.headerexpander h3.expand:hover {
    cursor: hand; cursor: pointer;
}

.expand {
    background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-tobtm-26x16-blk-v4.png') no-repeat;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.shrink {
    background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-totop-26x16-blk-v1.png') no-repeat;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}


    .headerexpander:hover h3.expand {
        border-bottom: 1px solid #999999;
        color: #000000;
        background-color: #ededed;
    }    
    
.h3expanded {
    max-height:70px;
    overflow:hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(top,#000 20%, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   cursor: hand; cursor: pointer;
}

.expandBody2 {
        display: none;
    }
    
    .headerExpander2 {
        position: relative;
    }
    
    .headerExpander2 h3 {
        -webkit-transition: 200ms ease-in-out;
        -moz-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        -ms-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
        padding-right: 45px;
    }
    
    .headerExpander2 h3:hover {
        cursor: hand; cursor: pointer;
        border-bottom: 1px solid #999999;
        color: #000000;
        background-color: #ededed;
    }
    
    .headerExpander2 .btn-floating {
        top: -45px;
        right: 10px;
    }
    
h3.breakExpand2 {
    margin: 0!important;
    padding: 0!important;
    min-height: 0px!important;
    border-bottom: 0px!important;
}
    
.fadeout-200px {
    max-height:200px;
    overflow:hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(top,#000 70%, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 10px !important;
}

.fadeout-showmore {
    background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-tobtm-26x16-blk-v4.png') no-repeat;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    margin: 0 0 0 30px;
    padding: 0 0 0 35px;
    opacity: .6;
}

    .fadeout-showmore:hover {
        opacity: 1;
        cursor: hand; cursor: pointer;
    }
    
 
/* ***************
 * HTML5 videos
 * ***************/   
.vidPhone {
    width:328px;
    height:629px;
    position: relative;
}
.vidPhone.center {
    margin: 0 auto;
}
.vidPhone video {
    width:300px;
    height:514px;
    position: absolute;
    top: 59px;
    left: 15px;
}
    
 
/* ***************
 * Section header images
 * ***************/   
    .sectionHeader {
        -webkit-box-shadow: 0px -4px 10px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px -4px 10px rgba(50, 50, 50, 0.25);
        box-shadow:         0px -4px 10px rgba(50, 50, 50, 0.25);
        background-color: #ededed;
        width: 100%;
    }
    
        .sectionHeader .container {
            display: table;
            height: 150px;
            margin: 0 auto;
            width: 100%;
            max-width: 960px;
            min-width: 320px;
            position: relative;
        }

            .sectionHeader .container h2 {
                display: table-cell;
                vertical-align: middle;
                margin: 10px;
                padding: 0 10px;                
                color: #4d4d4d;
                font: normal normal normal 35px/35px 'Gotham SSm A','Gotham SSm B', Helvetica, Arial, sans-serif;
                line-height: 1.2em;
                font-weight: 200;                
            }
    
    #setup .prodimg {
        position: absolute;
        background-repeat: no-repeat;
        height: 150px;
        top: -30px;
        z-index: 10;
    }
    
    .header-setup h2, .header-control h2, .header-customize h2, .header-qa h2 {
        font-size: 49px!important;
    }
    
    .header-setup .phone {
        position: absolute;
        width: 181px;
        height: 225px;
        top: -75px;
        right: 60px;
        z-index: 15;
    }
       
    .header-control .phone {
        position: absolute;
        width: 235px;
        height: 225px;
        top: -75px;
        right: 10px;
    }
    
    .header-customize .phone {
        position: absolute;
        width: 190px;
        height: 225px;
        top: -75px;
        right: 60px;
    }
    
    
/*
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1; }
  
  
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, ul.side-nav {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  
.btn, .btn-large, .btn-flat {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: #10D1AB;
  color: #FFF;
}
  
.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
  background-color: #10D1AB;
  box-shadow: none;
  color: #9F9F9F;
  cursor: default;
}

.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF;
    color: #9F9F9F;
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }
  
.btn-floating {
  display: inline-block;
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #10D1AB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 37px; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }
      
.mdi-content-add:before {
  content: "\e6fb"; }

.mdi-content-remove:before {
  content: "\e711"; }
  
.secondary-content {
  float: right;
  color: #10D1AB; }

@font-face {
  font-family: "Material-Design-Icons";
  src: url("../../fonts/material-design-icons/Material-Design-Icons.eot?-g7cqhn");
  src: url("../../fonts/material-design-icons/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), url("../../fonts/material-design-icons/Material-Design-Icons.woff?-g7cqhn") format("woff"), url("../../fonts/material-design-icons/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), url("../../fonts/material-design-icons/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;}
  
[class^="mdi-"], [class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
 