
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
    position: fixed;
    top: 30%;
    z-index: 1200;
	width: 50px;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: #000;
}

.social ul li a {
  color: #fff;
}

.social ul li:hover a {
  color: #fff;
}
.social ul li:hover i {
  color: #000;
  background: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-tab
{
	position: fixed;
	top: 89%;
	right:0;
	z-index: 1200; width:30%; right:1%;
}

.new-tab .blink
{
    background:#f27010;
    border: 2px solid #E5B048;
    border-right: none;
    color: #fffd;
    font-size: 15px;
    text-align:left;
    padding: 12px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:25px;
    
	font-family:'Chalet', Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.blink {
    margin-bottom: 10px;
}


@-webkit-keyframes blinker {
  from { color:#E5B048;}
  to { color:#fff;}
}

.blink{
	
}

.b-2
{
	display:table;
	position:relative;
	right:-43px;
}

.b-3
{
	display:table;
	position:relative;
	right:-75px;
}

