.centered-content .fusion-column-wrapper {
	text-align: center;
}

.download-box {
    background: rgba(255,255,255,0.5);
    padding: 80px 50px 0;
    width: 40%;
    min-width: 300px;
    display: inline-block;
    margin: 0 1%;
}

.download-btn {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de011b+0,9e0e20+100 */
background: #de011b; /* Old browsers */
background: -moz-linear-gradient(top,  #de011b 0%, #9e0e20 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #de011b 0%,#9e0e20 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #de011b 0%,#9e0e20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de011b', endColorstr='#9e0e20',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.download-btn:hover {
	color: white;
	text-shadow: 2px 2px 0 #600a14;
}

.download-btn span {
  position: relative;
  z-index: 3;
}

.download-btn .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
 background-color: rgba(255,255,255,0.1);
}
.download-btn .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txt {
  font-size: 14px;
  line-height: 1.45;
}

.type-1 a:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.type-1 a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.type-1 a:hover .round i {
  left: 12%;
}

.type-2 a:hover .round {
  background: none;
}
.type-2 a:hover .round i {
  left: 70%;
}

.type-3 .round {
  background: transparent;
}
.type-3 a {
  position: relative;
  overflow: hidden;
}
.type-3 a.btn-1:after {
  background-color: #f59965;
}
.type-3 a.btn-2:after {
  background-color: #00c4eb;
}
.type-3 a.btn-3:after {
  background-color: #737478;
}
.type-3 a:after {
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.type-3 a:hover:after {
  right: 100%;
  width: 50%;
}
.type-3 a:hover i {
  margin-left: 4px;
}

.block-requerimients {
	width: 60%;
	margin: 0 auto 60px;
	min-width: 300px;
	font-size: 15px;
}

.block-requerimients h3 {
	font-size: 25px;
	color: #b60013;
}

.requeriments-icon {
	width: 100px;
	margin: 40px auto;
	display: block;
}

.contact-block.extra-block {
	background: #f3f3f3;
	padding: 30px 0 40px;
}

.contact-block p {
	font-size: 17px;
	color: black;
}

.contact-block p a {
 color: #3E7CCC;
}

.post-content a.bbp-author-link {
    display: inline-block !important;
}