ol,ul{
    list-style:none
}

/* Extra Social Bar */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*------*/



/* ----------------------------------------------------------------
	Social Bar
-----------------------------------------------------------------*/

.socialbar {
  position: fixed;
  margin-top: 30px;
  margin-bottom: 0px;
  left:auto;
  right: 0;
  top: 30%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 9999;
}

.socialbar li a {
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 1px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: background 0.5s ease 0.3ms;  
  box-sizing: content-box;
}

.youtube {
	margin-bottom: 20px;
}

.socialbar li:first-child a:hover {
  background: #3b5998;
}

.socialbar li:nth-child(2) a:hover {
  background: #34af23;
}

.socialbar li:nth-child(3) a:hover {
  background: #bb0000;
}

.socialbar li:nth-child(4) a:hover {
  background: #3e4144;
}

.socialbar li:nth-child(5) a:hover {
  background: #3e4144;
}

.socialbar li:first-child a {
  border-radius: 7px 0 0 0;
}

.socialbar li:nth-child(3) a {
  border-radius: 0 0 0 7px;
}

.socialbar li:nth-child(4) a {
  border-radius: 7px 0 0 0;
}

.socialbar li:last-child a {
  border-radius: 0 0 0 7px;
}

.socialbar li a span {
  font: normal normal 16px/20px  'Source Sans Pro', Helvetica, Arial, sans-serif;
  width: 100px;
  float: right;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -33px 45px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all 0.5s ease 0.3ms;
}

.socialbar li a {
  font-size: 18px;
  padding-bottom: 14px;
}

.socialbar li a:before {
  font-size: 18px;
}

.socialbar li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -22px;
  top: 6px;
  border: 12px solid transparent;
  border-left: 10px solid #222;
}

.socialbar li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}