.smallpad {
  padding: 2px 10px 2px 20px!important;
}

div#circle-call{
  height: 35px; 
  color:#fff;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
color: #fff;
background-color: #45c136;
  position:fixed;
  text-decoration:none;
  top:88px;
  right:100px;
  z-index:1000;

}
div#circle-call a:active{
  color:#fff;
}
div#circle-call a:link{
  color:#fff;
}
div#circle-call a:visited{
  color:#fff;
}
div#circle-call a:hover{
  color:#fff;
  background-color:#8bbcc3;
  -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
div#circle-call img{
  width: 20px;
}

.page-block-head {
width: 100%;
max-width: 1100px;
position: relative;
margin: 0 auto;
overflow: hidden;
padding: 0;
background-color: white;
}

.heading-title {
  display: block;
}
.heading-title:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #eaeaea;
  display: block;

}
h1.page-headline {
margin: 0 0 1em 0;
font-size: 2.4em;
background-image: url(./bg-transp.png); background-repeat: no-repeat;
}
h2.page-headline {
margin: 2em 0 1em 0;
font-weight: 700;
}
.me-list menu,
ol,
ul {
    padding: 0;
}
.me-list dd {
    margin: 0;
}
.me-list li {
    list-style-type: none;
   } 
 .me-list li a {
    display: block;
    width: 100%;
    padding: 11px;
    margin: 5px auto 10px 0;
    background: white;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
    background: #eee;
    font-weight: bold;
    font-style: italic;
  }
 .me-list li a:hover {
  color: #fff;
  background: #e34e2e !important;
  }
 a.current {
   color: #fff !important;
   background: #e34e2e;
  } 

.button-feedback{
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   left:28%;
   max-width: 300px;
   top:65px;
   display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px 0 10px;
font-size: 1.2em;
line-height: 1.42857143;
border-radius: 4px;
  color: #fff;
  background-color: #e34e2e;

}
.button-feedback:hover {
  color: #fff;
    background-color: #0088cc;
}
 

 @media (min-width: 500px) and (max-width: 600px) {
      .button-feedback{
  display: none;
}
      }


 @media (min-width: 500px) and (max-width: 600px)  {
       .button-feedback-other{
  display: inline-block;
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   left:60%;
   max-width: 300px;
   top:35px;
margin-bottom: 0;
font-weight: 500;
font-size: 1.5em;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px 0 10px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
  color: #fff;
  background-color: #e34e2e;

}
.button-feedback:hover {
  color: #fff;
    background-color: #0088cc;
}
 
      }

@media (min-width: 600px) and (max-width: 3440px) {
.button-feedback-other{
  display: none;
}
      }




.button-feedback-side{
  border: none;
 position: relative;
   display: inline-block;
margin-bottom: 0;
font-weight: 500;
font-size: 1.5em;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px 0 5px;
font-size: 1.2em;
line-height: 1.42857143;
border-radius: 4px;
   color: #fff;
  background-color: #e34e2e;

}
.button-feedback-side:hover {
  color: #fff;
    background-color: #0088cc;
}

 @media (min-width: 500px) and (max-width: 600px) {
      .button-feedback-side{
  display: none;
}
      }
