*{
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body, html, #example-wrapper, #HarariMusic{
    height:100%;
    width:100%;
    padding:0;
    margin:0;
    font-family:sans-serif;
}

#example-size-picker{
    position:absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:40px;
    background:#000;
    color:#fff;
    margin:0;
}

#example-size-picker ul{
    float:right;
    margin:0;
    padding:0;
}

#example-size-picker li {
    float:right;
    color:#fff;
    list-style:none;
    padding:0 20px;
    line-height:40px;
    border-left:1px solid rgba(255, 255, 255, .15);
    cursor:pointer;
}
#example-size-picker li a {
    color:#fff;

}

#example-size-picker li:hover{
    background:rgba(255, 255, 255, .2);
}
#example-outer{
    height:100%;
}
#example{
    height:90%;
    width:100%;
    padding-top:0px;
    margin:0 auto;
}

#example[data-size=large]{
    height:619px;
    width:1100px;
}

#example[data-size=mobile]{
    height:570px;
    width:322px;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    padding:2px;

    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #ccc;
    color: #bbb;
    text-align: center;

    font: 18px Arial, sans-serif;
}


/*.divimage {
    background-image: url("/Content/assets/images/home/harari_house.jpg") !important;
    height: 130%;
}*/
