/* sidebar */
#sidebar	{ position:fixed;  top:180px; width: 50px; right:0px; background-color: transparent;  z-index:200; transition: all 0.3s ease-in-out; height: auto;   }
#sidebar_wrap {display: unset; height: unset;     align-items: center;    justify-content: center;}
#sidebar_wrap  a.btn-default { position: relative;  min-width: auto; color: white;    background-color:transparent;  padding: 0; margin: 0; line-height: 30px; width: auto; transition: 0.3s; font-size: 16px; border: 0; text-align: left;  box-shadow: none; font-weight: bold; }
#sidebar_wrap  a.btn-default img {  width: 38px; height: auto;  padding: 0 0 0 5px; transition: all 0.5s ease;}
#sidebar_wrap a.btn-default {	 margin-bottom: 27px;}
#sidebar_wrap  a.btn-default img:hover {  transform: scale(1.1);}
/* sidebar
#sidebar.fixed { right:0; bottom: 0; background-color: black; width:100%;}
#sidebar.fixed #sidebar_wrap {display: flex; height: 50px;     align-items: center;    justify-content: space-around;}
#sidebar.fixed #sidebar_wrap  a.btn-default {  margin-bottom: 0px;}
*/

@media (min-width: 1200px) {
    #sidebar	{ position:fixed; top:50%; width: 50px; right:10px; background-color: transparent; }
    #sidebar_wrap {display: unset; height: unset;     align-items: center;    justify-content: center;}
    #sidebar_wrap a.btn-default {	 margin-bottom: 30px; line-height: 50px;      		text-align: left; border: 0; box-shadow: none; border-left: 0 solid white;}
}



