html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    font-size: .9em;
    height: 30px;
    line-height: 30px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

#help.help {
    /*border: 1px solid red;*/
    position: absolute;
    top: 0;
    /*background-color: black;*/
    width: 100%;
    height: 100%;
    left: 0;
    padding: 10px 15px 10px 15px;
    z-index: 10101010;
    visibility: hidden;
    /*opacity: 0.5;*/
}

.item-baloon {
    padding-top: 17px;
    text-align: center;
    height: 220px;
    max-height: 229px;
    overflow-y: hidden;
    background: #f8f8f8;
    margin-bottom: 30px;
    width: 220px;
    padding: 20px 20px 10px 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100%;
    box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px  rgba(0,0,0,0.1);
}

.icon_wrapper {
    display: inline-block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 24px;
    color: #ea9740;
}

.baloon_element_head {
    font-family: Roboto;
    font-size: 16px;
    line-height: normal;
    color: #333;
    padding-bottom: 8px;
    max-width: 170px;
    margin: 0 auto;
}
.baloon_element_text {
    color: #666;
    line-height: 1;
    padding-top: 6px;
    font-size: 14px;
}
.baloon_element_center {
    color: #666;
    line-height: 1;
    font-size: 1.2em;
    padding-top: 6px;
    font-size: 14px;
}

.baloon_element_center .fa-fw {
    font-size: 1.5em;
}
.item-box {
    padding-top: 17px;
    text-align: center;
    height: 220px;
    max-height: 229px;
    overflow-y: hidden;
    background: #f8f8f8;
    margin-bottom: 30px;
    width: 460px;
    padding: 20px 40px 10px 40px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px  rgba(0,0,0,0.1);
	-o-box-shadow: 2px 2px  rgba(0,0,0,0.1);
}