.site-wrapper-inner, .site-wrapper-inner > .row{
    height: 100%;
    margin: 0;
}

.site-wrapper-inner > .row .row{
    margin: 0;
}

.bgPlace{
    height: 100%;

    background: url('../images/sports_medicine.jpg')  no-repeat;
    background-size: cover;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.in .nav > li {
    background: rgb(147, 148, 150) none repeat scroll 0 0;
}

#mainmenuplace.navbar-nav > li > a {
    color:white;
    text-shadow: 2px 2px 5px rgba(120,120,120,0.5);
}

.content_place .glyphicon, .content_place .blockheader{
    color:rgb(176,177,178);
}

.paddingTop5percent{
    padding-top: 5%;
}


.content_place {
    font-size: small;
    height: 70%;
    overflow-y: auto;
    top: 15%;
}

.content_menu_place {
    font-size: small;
    height: 100%;
    overflow-y: auto;
    top: 0;
    background: rgb(249,225,254);
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
    background: none;
    text-decoration: underline;
}


p.bottomSign{
    position: absolute;
    bottom: 2%;
    left:2%;
    color: rgb(120,121,121);
}

div#logo{
    z-index: 2;
    left:2%;
}

.paddingTop25percent{
    padding-top: 25%;
}

.content_menu_place h5{
    padding-left: 6%;
}

.content_menu_place .navbar-nav li.active a.navbar-link{
    color:black;
}

.content_menu_place .navbar-nav li a:hover.navbar-link{
    text-decoration: underline;
    background: white;
    border-radius: 25px;
    box-shadow: 2px 2px 10px rgba(220,220,220,0.5);
}

.content_menu_place .navbar-nav > li > a{
    padding-bottom: 10%;
    padding-top: 10%;
}
