.panel-group{
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    color: #b0b0b0;
}

.panel-collapse {
    background-color: #F8F8F8;
    color: #000000;
}

.pdf{
    color: #000000;
    font-size: 17px;
    margin: 9px;
    padding: 9px;
}

.pdf2{
    color: #000000;
    font-size: 19px;
    margin-left: 15px;
    padding-left: 15px;
}

.gri{
    color:#b0b0b0;
}

ul li a{
    color: #000000;
    font-size: 19px;
}

h2, h3, h4{
    font-weight:bold;
}

.left-arrow{
    font-size: 20px;
    margin: 5px;
}

.panel-title{
    color: #b0b0b0;
    font-weight:bolder;
}

.btn {
    border: none;
    font-family: 'Lato';
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 5px;
    display: inline-block;
    margin: 15px 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btn-sep {
    padding: 7px 7px 7px 7px;
}

.btn-sep:before {
    background: rgba(0,0,0,0.15);
}

/* Button 1 */
.btn-1 {
    background: #3498db;
    color: #fff;
}

.btn-1:hover {
    background: #2980b9;
}

.btn-1:active {
    background: #2980b9;
    top: 2px;
}

.btn-1:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}



.photo{
    width: 100px;
    height: 100px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    margin: 3px;
    padding: 2px;
}

.photos{
    margin: 5px;
    padding: 5px;
}

.walkastoryp{
    color: black;
}

.walkastoryh{
    color: black;
    margin-top: 5px;
    padding-top: 5px;
}

.instagramgroup{
    margin-top:10px;
}