/* ************************************************************************
 * resize panels based on screen width (width x height - columns in row)  *
 * ********************************************************************** */
@media only screen and (min-width: 960px) {
    .tile.panel-1x1-2 {
        float: left;
        width: 50%;
    }
    .tile.panel-2x1-2 {
        float: left;
        width: 100%;
    }
    .tile.tile-smart-keyboard .bg {  background-position: 0px 10px !important; }
}

@media only screen and (min-width: 791px) and (max-width: 959px) {
    .tile.panel-1x1-2, .tile.panel-2x1-2 {
        float: left;
        width: 100%;
    }
    .tile{
        border-right-width: 0px !important;
    }
}

@media only screen and (max-width: 790px) {
    .tile.panel-1x1-2, .tile.panel-2x1-2 {
        float: left;
        width: 100%;
    }
    .tile{
        border-right-width: 0px !important;
    }
    .tile.tile-smart-keyboard .bg{  background-image: url("../img/products/dl-smartkeyboard-113x300-v1.png") !important;  right: 30px !important; bottom: -73px !important; width: 150px !important; }
    .tile.tile-legacy-series  .bg {  display: none !important;  }
    .tile.tile-legacy-series p {  width: 100% !important;  max-width: 100% !important; }
}

.options, .downloadpg {
    display: none;
}

.tile {
    display: block;
    position: relative;
    border-color: #E0DFE1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0px;
    padding: 20px 0 0 15px;
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-right-style: solid;
}
        .tile:nth-last-child(1) {
            border-bottom-width: 0px;
        }
    .tile.tile-legacy-series {
        height: 520px;
    }
    
.tile h4 {
    font-size: 190%;
    margin: 0 0 30px 0;
}

.tile p {
    font-size: 95%;
    max-width: 55%;
    margin: 0 0 10px 0;
}
        
.tile .button {
    margin: 30px 0 0 0;
}

.tile .bg {
    z-index: 10;
    position: absolute;
    height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
   
.tile.tile-elite, .tile.tile-950, .tile.tile-600-series, .tile.tile-control-series, .tile.tile-link, .tile.tile-hub-series {  border-right-width: 1px; }
.tile.tile-ultimate-home, .tile.tile-touch-series, .tile.tile-200-series, .tile.tile-smart-keyboard, .tile.tile-pro, .tile.tile-one-series, .tile.tile-legacy-series{  border-right-width: 0px; }

.tile.tile-elite .bg                  {  background-image: url("../img/products/dl-elite-187x265-v1.png");  right: 30px; bottom: -69px; width: 187px;}
.tile.tile-elite p                      {  max-width: 55%;  }

.tile.tile-950 .bg                  {  background-image: url("../img/products/dl-950-68x265-v1.png");  right: 30px; bottom: -69px; width: 68px;}
.tile.tile-950 p                      {  max-width: 55%;  }

.tile.tile-ultimate-home .bg   {  background-image: url("../img/products/dl-ultimatehome-212x265-v1.png");  right: 10px; bottom: -69px; width: 212px;}
.tile.tile-ultimate-home p      {  max-width: 52% !important;  }

.tile.tile-600-series .bg       {  background-image: url("../img/products/dl-600series-234x260-v3.png");      right: 30px; bottom: -79px; width: 234px; }
.tile.tile-600-series p          {  max-width: 40%;  }

.tile.tile-touch-series .bg   {  background-image: url("../img/products/dl-touchseries-86x265-v1.png");    right: 20px; bottom: -74px; width: 86px; }
.tile.tile-touch-series p      {  max-width: 55%;  }

.tile.tile-control-series .bg{  background-image: url("../img/products/dl-controlseries-224x275-v1.png");  right: 20px; bottom: -64px; width: 224px; }
.tile.tile-control-series p   {  max-width: 55%;  }

.tile.tile-200-series .bg      {  background-image: url("../img/products/dl-200series-221x256-v1.png");      right: 20px; bottom: -83px; width: 221px; }
.tile.tile-200-series p         {  max-width: 45%;  }

.tile.tile-hub-series .bg      {  background-image: url("../img/products/dl-hub-260x106-v1.png");            right: 20px; bottom: -229px; width: 260px; }
.tile.tile-hub-series p    {  max-width: 80%;  }

.tile.tile-smart-keyboard .bg{background-image: url("../img/products/dl-smartkeyboard-450x266-v1.png");    right: 70px; bottom: -73px; width: 450px; }
.tile.tile-smart-keyboard p{  max-width: 40%;  }

.tile.tile-pro .bg{background-image: url("../img/products/harmony-pro_small.png");    right: 20px; bottom: -30px; width: 290px; }
.tile.tile-pro p{  max-width: 55%;  }


.tile.tile-link .bg             {  background-image: url("../img/products/dl-link-197x176-v1.png");             right: 20px; bottom: -121px; width: 250px; }
.tile.tile-link p                {  max-width: 45%;  }

.tile.tile-one-series .bg  {  background-image: url("../img/products/dl-oneseries-77x293-v1.png");          right: 60px; bottom: -46px; width: 77px; }
.tile.tile-one-series p    {  max-width: 60%;  }

.tile.tile-legacy-series .bg {  background-image: url("../img/products/dl-legacyseries-673x285-v1.png");    right: 40px; bottom: -215px; width: 673px; }
.tile.tile-legacy-series p {  max-width: 35%;  }

.legacylist {
    display: table;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

    .legacylist:hover {
        background-color: #F8F8F8;
        cursor: pointer; cursor: hand;
    }

.tile.tile-legacy-series ul {
    list-style-type: none;
    padding: 0 0 0 0;
}

    .tile.tile-legacy-series ul li {
        float: left;
        width: 18%;
        font-size: 90%;
        margin: 5px;
    }

.downloadpg {
    margin: 0 0 0 0;
    padding: 10px 0 40px 15px;
    min-height: 350px;
    width: 100%;
    position: relative;
    display: table;
}
    
    .downloadpg h3 {
        margin: 30px 0 30px 0;
    }
    
    .downloadpg p:not(.fullwidth) {
        margin-right: 10px;
        max-width: 70%;
    }
 
    .downloadpg img.badge {
        margin: 20px 20px 20px 0;
    }
    
    .downloadpg .iosinfo {
        text-decoration: underline;
        display: inline-block;
    }
    
        .downloadpg .iosinfo .tooltip-tip {
            color: #FFFFFF;
            font-style: normal;
            padding: 10px;
            width: 450px;
        }
        
            .downloadpg .iosinfo .tooltip-tip:after {
                content: '';
                position: absolute;
                bottom: 100%;
                left: 20px;
                margin-left: -8px;
                width: 0; height: 0;
                border-bottom: 8px solid #000000;
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
            }
        
        .downloadpg .iosinfo .tooltip-tip p {
            max-width: 100%;
        }
        
    .downloadpg .content {
        z-index: 20;
        display: table;
        width: 70%;
    }
        
    .downloadpg .downloadimg {
        z-index: 10;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 30%;
        background-repeat: no-repeat;
        height: 100%;
        top: 0px;
        right: 0px;
        overflow:hidden;
    }
            
    .downloadpg .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 95%;
        margin: 20px 10px 10px 0;
    }
    
    .buttondl {
        margin: 20px 0 3px 0;
        display: block;
    }

        .buttondl.disabled, .button.disabled {
            opacity: .5;
            cursor: default;
        }
        
        .buttondlwarninng {
            color: red;
            font-weight: bold;
            padding: 20px 0 0 0;
        }
        
            .buttondlwarninng a {
                font-weight: bold;
                text-decoration: underline;
            }
    
    .DLInfo {
        margin: 0 0 0 3px;
    }
    
    .selectsw {
        float: left;
        width: 35%;
        margin: 25px 20px 20px 0;
    }
        
        .selectsw img {
            width: 100%;
        }
    
.left {
    float: left;
}

.right {
    float: right;
}
    
.downloadhelp {
    width: 100%;    
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    
    border-top: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 55px 10px 30px 0;
}

    .downloadhelp .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 95%;
        margin: 0 10px 10px 0px;
    }
    
    .downloadhelp .left {
        width: 60%;
    }
    
    .downloadhelp .right {
        width: 38%;
        margin-right: 10px;
    }
    
        .downloadhelp .right img {
            width: 280px;
            margin: 10px 0 0 12px;
            border: 1px solid black;
        }
    
    .downloadhelp ul {
        padding: 5px 10px 10px 8px;
    }
    
    .downloadhelp li {
        margin: 5px 0 0 20px;
    }
    
        .downloadhelp li:hover {
            text-decoration: underline;
        }

.showoptions.arrow {
    opacity: .7;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}
    .showoptions.arrow:before {
        content: '<';
    }

    .showoptions.arrow:hover {
        opacity: 1;
    }

.hoverpane {
    float: right;
    width: 300px;
    height: 200px;
    margin-top: 80px;
    -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;
}

#toc {
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 350px;
    background-color: white;
    display: none;
    position: relative;
}

    #toc .title {
        margin: 0;
        padding: 20px;
        display: block;
        white-space: nowrap;
    }

    #toc iframe {
        width: 98%;
        height: 200px;
        margin: 15px auto 15px;
        border-width: 1px 0 1px 0;
        padding: 5px 0;
        border-style: solid;
        border-color: #E0DFE1;
        display: block;
        overflow: hidden;
        z-index: 100;
    }
    
    #toc .button {
        margin: 20px 10px;
        z-index: 110;
    }
    
    #toc .tocclose {
        width: 26px;
        height: 26px;
        position: relative;
        float: right;
        right: -15px;
        top: -15px;
        cursor: pointer; cursor: hand;
        background: url('../img/icon-close-26x26-blk-v7.png') no-repeat;
    }
 
.bodyhead .container {
    position: relative;
}
 
.lookingForSignin {
    background-color: #00ead0;
    color: #2f3132;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    width: 182px;
    min-height: 50px;
    top: 94px;
    right: 120px;
    padding: 20px;
    border-radius: 2px;
    background-clip: padding-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -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;
}

    .lookingForSignin:hover {
        cursor: pointer; cursor: hand;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }
 
#hiddeniFrame {
    display: none;
}