html,body {
    padding: 0;
    margin: 0;
}

body {
    font-family: "SPPregular",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

#smartassistant-holder {
    position: fixed;
    bottom:0;
    left: 0;
    width: 206px;
}

#top {
    background: url('../img/top.png') no-repeat bottom center;
    padding: 142px 15px 0;
    height: 33px; width: 175px;
    line-height: 33px;
    vertical-align: middle;
    color: #ccc;
    display: block;
    text-decoration: none;
    font-weight:bold;
    cursor: pointer;
}

#top.small {
    padding-top: 0;
}

#top:hover {
    color: #fff;
}

.arrows {
    float: right;
}

.arrow-right {
    display: inline-block;
}

.arrow-down {
    display: none;
}

.opened .arrow-right {
    display: none;
}
.opened .arrow-down {
    display: inline-block;
}

#choices {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid #e5e5e5;
    background: #bfbfbf;
}

#choices li {
    border-top: 1px solid #e5e5e5;
    line-height: 1;
    height: 39px;
}

#choices li:hover {
    background: #aaa;
}

.chat-item, .skype-item {
    display: none;
}

.form-item {
    display: block;
}

.skype .skype-item {
    display: block;
}

.chat .chat-item {
    display: block;
}

.chat .form-item {
    display: none;
}

#choices li:first-child {
    border: 0;
}

#choices li a {
    display: block;
    padding-left: 12px;
    padding-right: 5px;

    height: 100%;
    text-decoration: none;
    color: #000;
}

#choices .text {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}

.opened #choices {
    display: block;
}

.icons {
    background: url('../img/icons.png') no-repeat;
    display: inline-block;
    width: 32px;
    height: 27px;
    float: right;
    margin-top: 5px;
}

.icons.icon-hovor {
    background-position: 0 0;
}

.icons.icon-chat {
    background-position: 0 -27px;
}

.icons.icon-rezervacia {
    background-position: 0 -54px;
}

.icons.icon-formular {
    background-position: 0 -81px;
}