.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	z-index: 15;
	display: none;
	color: #5c6d7e;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.231;
}

.modal-compartilhamento {
  height: 280px;
  position: fixed;
  width: 660px;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -140px;
  z-index: 20;
  display: none;
}
.modal-compartilhamento .btn-close {
  background: #666666;
  float: right;
  margin-top: -15%;
}

.modal .btn-close {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.ico-close-modal {
	background: url('../imagens/social_buttons.png') no-repeat;
}

.ico-close-modal {
	background-position: 0 -5516px;
	height: 17px;
	width: 17px;
}

.modal-compartilhamento .ico-close-modal {
  display: block;
}
.modal-compartilhamento .onde-compartilhar {
  display: block;
}
.modal-compartilhamento .menu-compartilhe {
  margin: 0;
  padding: 0;
}
.modal-compartilhamento .menu-compartilhe li {
  float: left;
  margin-left: 97px;
}
.modal-compartilhamento .menu-compartilhe li a {
  width: 92px;
  text-align: center;
  display: block;
  font-size: 17px;
  color: #5c6d7e;
}
.modal-compartilhamento .menu-compartilhe li a .ico {
  margin-top: 17px;
}
.modal-compartilhamento .menu-compartilhe li a:hover {
  color: #2e66b7;
}
.modal-compartilhamento .menu-compartilhe li a:hover .ico {
  background-position: 0 -933px;
}
.modal-compartilhamento .menu-compartilhe li:first-child {
  margin-left: 0;
}
.modal-compartilhamento .menu-compartilhe li.tw a:hover .ico {
  background-position: 0 -333px;
}
.modal-compartilhamento .menu-compartilhe li.gp a:hover .ico {
  background-position: 0 -213px;
}
.modal-compartilhamento .menu-compartilhe li.em a:hover .ico {
  background-position: 0 -693px;
}
.modal-compartilhamento .link-to-share {
  background: #2e66b7;
  color: #fff;
  height: 80px;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  width: 456px;
  float: left;
  border: 0;
  margin-top: 80px;
  cursor: default;
  font-family: Lato, arial, helvetica, sans-serif;
}

.modal-compartilhamento .btn-copy-link {
  float: right;
  width: 204px;
  background: #2a5597;
  height: 80px;
  border: 0;
  text-shadow: 0 1px 0 #2d61b1;
  color: #1d3a66;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 80px;
}

.ico {
	display: inline-block;
}

.ico-facebook-largest, .ico-twitter-largest, .ico-gplus-largest, .ico-email-largest{
	background: url('../imagens/social_buttons.png') no-repeat;
}

.ico-facebook-largest {
  background-position: 0 -813px;
  height: 90px;
  width: 90px;
}

.ico-twitter-largest {
  background-position: 0 -453px;
  height: 90px;
  width: 90px;
}

.ico-gplus-largest {
  background-position: 0 -93px;
  height: 90px;
  width: 90px;
}

.ico-email-largest {
  background-position: 0 -573px;
  height: 90px;
  width: 90px;
}

/* MY CHANGES */
.overlay {
	z-index: 20;
}

.modal-compartilhamento .link-to-share {
	width: 408px;
	height: 32px;
}