.hidden {
	display: none !important;
}

p, ul, li  {
    color: #626262;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-googleplus-inversed {
  background-color: #dd4a38;
  border-color: #dd4a38;
  color: white; }
  .btn-googleplus-inversed:hover {
    background-color: transparent;
    color: #dd4a38; }

.btn-facebook-inversed {
  background-color: #4863ae;
  border-color: #4863ae;
  color: white; }
  .btn-facebook-inversed:hover {
    background-color: transparent;
    color: #4863ae; }
    
.btn-twitter-inversed {
  background-color: #46c0fb;
  border-color: #46c0fb;
  color: white; }
  .btn-twitter-inversed:hover {
    background-color: transparent;
    color: #46c0fb; }
    
.btn-linkedin-inversed {
  background-color: #0083a8;
  border-color: #0083a8;
  color: white; }
  .btn-linkedin-inversed:hover {
    background-color: transparent;
    color: #0083a8; }
    
.btn-print-inversed {
  background-color: lightgrey;
  border-color: lightgrey;
  color: white; }
  .btn-print-inversed:hover {
    background-color: transparent;
    color: lightgrey; }

.inline-social-links {
  line-height: 10px;  
}

.lineheight-1 {
  line-height: 1.2;  
}

.lineheight-1-3 {
  line-height: 1.3;  
}
