@charset "utf-8";
/* CSS Document */
.content-wrapper .zone-content {
	padding-top: 0!important;
}
.col-md-3 {
	width: 20%;
	float: left;
	margin: 15px 0;
}
.progress-step {
	color: #ffffff;
	min-height: 50px;
	display: block;
}
.progress-step.done .circle {
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	font-size: 32px;
	opacity: 0.7;
	font-family: "Patua One";
}
.progress-step {
	color: #ffffff;
	min-height: 50px;
	display: block;
}
.progress-step .circle {
	border-radius: 50%;
	background-color: #3d9184;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	line-height: 50px;
}
.progress-step.active .circle {
	background-color: #3d9184;
	line-height: 50px;
	border: 4px solid #3d9184;
}
.progress-step.inactive .circle {
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background-color: transparent;
	opacity: 0.7;
	border: 4px solid #3d9184;
	line-height: 50px;
}
i.icon {
	font-size: 24px;
	vertical-align: middle;
}
.progress-step .title {
	font-size: 20px;
}
.progress-step>div {
	display: inline-block;
}
.title {
	font-family: "Patua One";
	font-weight: normal;
}
[class*=" icon-normal"] {
	font-family: 'PictoPro-Normal';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.section.content {
	background: url(/images/background.png) repeat;
}
.content-wrapper {
	background: url(/images/progress-background.png);
	background-repeat: no-repeat;
	background-position: 0 -62px;
	background-color: transparent;
}
.continua {
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
}

.continua .subscription-background {
    background: url(/images/title-background.png) repeat-x left center;
}

.continua .subscription-background .subscription-button-wrapper {
    width: 200px;
	background: url(/images/background.png) repeat;
    margin: 0 auto;
	text-align:center;
}
@media all and (max-width: 767px) {
  .col-md-3 {
	  margin: 5px 0;
  }
  .progress-step .title {
	  font-size: 16px;
	  text-align:center;
	  width: 100%;
      color: #000;
  }
}