@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600|Open+Sans:400,300,600);
html {
	-webkit-font-smoothing: subpixel-antialiased; }
html .ink-form select:focus {
    border: 0 !important;
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
    outline: none !important; }
html ::-moz-selection {
    background: #eee;
    opacity: .1;
    -ms-filter: "alpha(opacity=10)";
    filter: alpha(opacity=10);
    color: #000;
    text-shadow: none; }
html ::selection {
    background: #eee;
    color: #000;
    text-shadow: none;
    opacity: .1;
    -ms-filter: "alpha(opacity=10)";
    filter: alpha(opacity=10); }
html a {
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
html a:hover {
    text-decoration: none; }
html a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
html button,
html input[type="button"], html input[type="submit"] {
    background: #bfc3c5;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
html .ink-grid {
    max-width: 1200px; }
html .ink-tooltip {
    font-family: "Raleway", sans-serif !important; }
html body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background: #dedcd5 url(../img/bg-shining.png) no-repeat center -180px; }
html body.hp header {
	background: #000;
	width: 100%;
	min-height: 250px;
	float: left; }
html body.hp header div.head-top {
	float: left;
	position: relative;
	height: 250px; }
html body.hp header div.head-top h1 a.logo {
	width: 260px;
	height: 33px;
	text-indent: -99999em;
	display: block;
	margin: 40px 0 0 0; }
html body.hp header div.head-top h1 a.logo img {
	float: left;
	text-indent: 0em; }
html body.hp header div.head-top h1 a.logo:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); }
html body.hp header div.head-top p {
	padding-top: 8px;
	font-size: 0.95em;
	color: #f7f5ed;
	font-weight: 300;
	line-height: 1.5; }
html body.hp header div.head-top div.holder-intro {
	min-height: 130px; }
html body.hp header div.head-top div.holder-intro div {
	float: left; }
html body.hp header div.head-top div.pub {
	position: relative;
	top: -93px; }
html body.hp header div.head-top div.pub div.mrec {
	width: 300px;
	height: 250px; }
html body.hp header div.head-top div.pub div.mrec iframe {
	width: 300px;
	height: 250px;
	border: 0; }
html body.hp header div.head-top a.info-mobile {
	float: right;
	text-indent: -99999em;
	height: 44px;
	width: 44px;
	margin-top: 9px;
	margin-right: 0; }
html body.hp header div.head-top a.info-mobile i {
	text-indent: 0em;
	display: block;
	font-size: 1.5em;
	margin-top: -16px;
	margin-left: 11px;
	color: #fff; }
html body.hp div.hp-content {
	padding: 22px 0 0 0;
	float: left;
	width: 100%;
	min-height: 100%; }
html body.hp div.hp-content div.slogan {
	padding-top: 42px; }
html body.hp div.hp-content div.slogan h2 {
	margin-bottom: 50px;
	font-family: "Raleway", sans-serif;
	font-size: 2.5em;
	font-weight: 500;
	color: #000; }
html body.hp div.hp-content div.slogan h2 span {
	font-size: 78%;
	font-weight: 300; }
html body.hp div.hp-content div.left-content, html body.hp div.hp-content div.right-content {
	width: 100%;
	margin-top: 74px;
	float: left; }
html body.hp div.hp-content div.left-content ul, html body.hp div.hp-content div.right-content ul {
	margin: 0; }
html body.hp div.hp-content div.left-content ul li, html body.hp div.hp-content div.right-content ul li {
	background: #eceae4;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1px;
	display: block;
	width: 100%;
	padding: 20px 0 10px 20px; }
html body.hp div.hp-content div.left-content ul li.head-title, html body.hp div.hp-content div.right-content ul li.head-title {
	background: #000;
	color: #fff;
	font-family: "Raleway", sans-serif;
	min-height: 40px;
	font-size: 1.35em;
	text-align: center;
	padding-top: 10px;
	font-weight: 500;
	margin-bottom: 0px; }
html body.hp div.hp-content div.left-content ul li.calltoaction, html body.hp div.hp-content div.right-content ul li.calltoaction {
	background: #fff;
	padding: 20px; }
html body.hp div.hp-content div.left-content ul li.calltoaction a, html body.hp div.hp-content div.right-content ul li.calltoaction a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	height: 35px;
	width: 46%;
	padding: 7px 0; }
html body.hp div.hp-content div.left-content ul li.calltoaction a.subscribe, html body.hp div.hp-content div.left-content ul li.calltoaction a.themes, html body.hp div.hp-content div.right-content ul li.calltoaction a.subscribe, html body.hp div.hp-content div.right-content ul li.calltoaction a.themes {
	color: #fff;
	background: #80c431;
	margin-right: 20px; }
html body.hp div.hp-content div.left-content ul li.calltoaction a.subscribe:hover, html body.hp div.hp-content div.left-content ul li.calltoaction a.themes:hover, html body.hp div.hp-content div.right-content ul li.calltoaction a.subscribe:hover, html body.hp div.hp-content div.right-content ul li.calltoaction a.themes:hover {
	background: #5ead03; }
html body.hp div.hp-content div.left-content ul li.calltoaction a.alerts, html body.hp div.hp-content div.right-content ul li.calltoaction a.alerts {
	color: #fff;
	background: #bbb8af; }
html body.hp div.hp-content div.left-content ul li.calltoaction a.alerts:hover, html body.hp div.hp-content div.right-content ul li.calltoaction a.alerts:hover {
	background: #5ead03; }
html body.hp div.hp-content div.left-content ul li img, html body.hp div.hp-content div.right-content ul li img {
	float: left;
	margin-right: 20px; }
html body.hp div.hp-content div.left-content ul li div.holder-desc, html body.hp div.hp-content div.right-content ul li div.holder-desc {
	margin-left: 90px; }
html body.hp div.hp-content div.left-content ul li div.holder-desc h3, html body.hp div.hp-content div.right-content ul li div.holder-desc h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	margin-bottom: 2px; }
html body.hp div.hp-content div.left-content ul li div.holder-desc p, html body.hp div.hp-content div.right-content ul li div.holder-desc p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #4a4a4a;
	margin-bottom: 10px;
	line-height: 1.3;
	width: 95%; }
html body.hp div.hp-content div.left-content ul li div.holder-desc p.price, html body.hp div.hp-content div.right-content ul li div.holder-desc p.price {
	font-size: 0.8em;
	color: #000;
	width: 100%;
	font-weight: 400; }
html body.hp div.hp-content div.left-content ul li div.holder-desc a.details, html body.hp div.hp-content div.right-content ul li div.holder-desc a.details {
	font-family: "Raleway", sans-serif;
	font-size: 0.875em;
	font-weight: 500;
	color: #9b9a97;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
	height: 28px;
	display: block;
	text-align: center;
	margin-bottom: 12px; }
html body.hp div.hp-content div.left-content ul li div.holder-desc a.details:hover, html body.hp div.hp-content div.right-content ul li div.holder-desc a.details:hover {
	color: #fff;
	background: #5ead03; }
html body.hp div.hp-content div.left-content ul li a.subscribe, html body.hp div.hp-content div.right-content ul li a.subscribe {
	font-family: "Raleway", sans-serif;
	font-size: 0.875em;
	font-weight: 500;
	color: #9b9a97;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
	height: 28px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px; }
html body.hp div.hp-content div.left-content ul li a.subscribe:hover, html body.hp div.hp-content div.right-content ul li a.subscribe:hover {
	color: #fff;
	background: #5ead03; }
html body.hp div.hp-content div.steps-content {
	margin-top: 50px;
	float: left; }
html body.hp div.hp-content div.steps-content h4 {
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
	text-align: center; }
html body.hp div.hp-content div.steps-content ul.steps li {
	display: block;
	position: relative;
	margin-bottom: 20px; }
html body.hp div.hp-content div.steps-content ul.steps li div.step-nr {
	background: transparent url(../img/circle-info.png) no-repeat center 0;
	font-family: "Raleway", sans-serif;
	font-size: 1.563em;
	font-weight: 500;
	color: #98958b;
	text-align: center;
	z-index: 2;
	position: relative; }
html body.hp div.hp-content div.steps-content ul.steps li div.holder-steps {
	background: #d2cfc6;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #fff;
	z-index: 2;
	position: relative;
	padding: 20px 40px 5px 40px; }
html body.hp div.hp-content div.steps-content ul.steps li div.holder-steps h5 {
	font-family: "Raleway", sans-serif;
	font-size: 1.125em;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px; }
html body.hp div.hp-content div.steps-content ul.steps li div.holder-steps p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	color: #000; }
html body.hp div.hp-content div.steps-content ul.steps li span.line {
	width: 2px;
	height: 50px;
	background: #fff;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	right: 50%;
	margin-left: -1px;
	z-index: 1; }
html body footer {
	background: #d2cfc6;
	width: 100%;
	float: left;
	padding-bottom: 40px; }
html body footer ul li a {
	font-family: "Raleway", sans-serif;
	color: #000;
	font-size: 0.875em;
	font-weight: 500; }
html body footer ul li a:hover {
	color: #777; }
html body footer p.pt-footer {
	color: #4a4a4a;
	margin-top: 0;
	font-size: 0.750em;
	text-align: left; }
html body footer p.pt-footer img {
	position: relative;
	top: -3px; }
html body div.modal-subscribe div.ink-modal {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: #eceae4; }
html body div.modal-subscribe div.ink-modal div.modal-header {
	background: #000;
	height: 50px;
	border-bottom: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0; }
html body div.modal-subscribe div.ink-modal div.modal-header h2 {
	margin-top: 1px;
	font-family: "Raleway", sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #f7f5ed;
	text-align: center; }
html body div.modal-subscribe div.ink-modal div.modal-header button.modal-close {
	background: none;
	color: #dedcd5;
	filter: alpha(Opacity=100);
	opacity: 1; }
html body div.modal-subscribe div.ink-modal div.modal-header button.modal-close:hover {
	color: #fff; }
html body div.modal-subscribe div.ink-modal div.modal-body {
	border: 0;
	padding: 30px 50px; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form div.control-group {
	margin-top: 10px;
	margin-bottom: 0em; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form label {
	font-family: "Raleway", sans-serif;
	color: #000;
	font-weight: 500; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span.select-fake {
	height: 38px;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	position: relative;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	padding: 0px 0 0 8px;
	z-index: 1; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span.select-fake:after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: medium;
	line-height: 22px;
	position: absolute;
	right: 10px;
	top: 7px;
	color: #4a4a4a;
	font-size: 1em;
	z-index: 0; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span.select-fake select {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 0;
	resize: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	z-index: 2; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span.select-fake select:focus {
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: 0 !important;
	outline: none !important; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span.select-fake select::-ms-expand {
	display: none; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span div.loader {
	display: inline-block; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form span div.loader img {
	margin-top: 10px;
	margin-left: 10px; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form input[type=tel] {
	border: 1px solid #c6c6c6;
	width: 60%; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form i.fa-phone-square {
	font-size: 1.2em;
	color: #c6c6c6;
	margin-top: -6px;
	margin-left: -7px; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form p.tip {
	line-height: 1.3;
	margin: .5em 0 0 .1em;
	font-size: 0.8em; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form p.tip.error {
	color: #d12525; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form p.tip.sucess {
	color: #31a113; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form input[type="button"],
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form input[type="submit"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	height: 35px;
	width: 60%;
	padding: 7px 0;
	color: #fff;
	background: #80c431;
	display: block;
	margin-top: 15px; }
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form input[type="button"]:hover,
html body div.modal-subscribe div.ink-modal div.modal-body form.ink-form input[type="submit"]:hover {
	background: #5ead03; }

html body.subscricoes {
	background: #dedcd5; }
html body.subscricoes header div.head-top div.title-page {
    height: 150px; }
html body.subscricoes header div.head-top div.title-page h2 {
	margin-top: 18px;
	font-family: "Raleway", sans-serif;
	font-size: 2.5em;
	font-weight: 500;
	color: #f7f5ed; }
html body.subscricoes header div.head-top div.subs {
    width: 168px;
    height: 40px;
    background: #dedcd5;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -32px; }
html body.subscricoes header div.head-top div.subs p {
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	color: #000;
	padding: 8px 0; }
html body.subscricoes header div.head-top div.holder-intro-subs {
    height: 78px; }
html body.subscricoes div.slogan {
    padding-top: 42px; }
html body.subscricoes div.slogan h2 {
	margin-bottom: 78px;
	font-family: "Raleway", sans-serif;
	font-size: 2em;
	font-weight: 500;
	color: #000; }
html body.subscricoes div.slogan h2 span {
	font-size: 78%;
	font-weight: 300; }
html body.subscricoes div.content-subs {
    padding-top: 52px;
    float: left;
    width: 100%; }
html body.subscricoes div.content-subs div.subs-item {
	background: #eceae4;
	text-align: left;
	padding: 20px 0 10px 20px;
	float: left;
	width: 100%;
	height: auto;
	min-height: 120px;
	position: relative;
	margin-bottom: -12px; }
html body.subscricoes div.content-subs div.subs-item img {
	float: left;
	margin-right: 20px; }
html body.subscricoes div.content-subs div.subs-item div.holder-desc {
	margin-left: 90px;
	width: 61%; }
html body.subscricoes div.content-subs div.subs-item div.holder-desc h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	margin-bottom: 2px; }
html body.subscricoes div.content-subs div.subs-item div.holder-desc h4 {
	display: none; }
html body.subscricoes div.content-subs div.subs-item div.holder-desc p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #4a4a4a;
	margin-bottom: 10px;
	line-height: 1.3;
	width: 95%; }
html body.subscricoes div.content-subs div.subs-item div.holder-desc p.price {
	font-size: 0.8em;
	color: #000;
	font-weight: 400;
	width: auto;
	float: left; }
html body.subscricoes div.content-subs div.subs-item div.actions {
	width: 60px;
	height: 50%;
	border-left: 1px solid #d2cfc6;
	border-top: 1px solid #d2cfc6;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden; }
html body.subscricoes div.content-subs div.subs-item div.actions div.activate-wrapper {
	border-bottom: 1px solid #d2cfc6;
	height: 50%;
	float: right; }
html body.subscricoes div.content-subs div.subs-item div.actions div.re-activate-wrapper {
	border-bottom: 1px solid #d2cfc6;
	height: 50%;
	float: right;
	display: none; }
html body.subscricoes div.content-subs div.subs-item div.actions div.remove-wrapper {
	height: 50%;
	float: right; }
html body.subscricoes div.content-subs div.subs-item div.actions div.remove-wrapper a {
	min-height: 100%;	}
html body.subscricoes div.content-subs div.subs-item div.actions div a {
	display: block;
	height: 60px;
	width: 60px;
	color: #bbb8af;
	position: relative;
	padding-top: 42%; }
html body.subscricoes div.content-subs div.subs-item div.actions div a span {
	position: absolute;
	top: -10000px;
	left: 0; }
html body.subscricoes div.content-subs div.subs-item div.actions div a i {
	text-align: center;
	text-indent: 0em;
	display: block;
	font-size: 1.2em; }
html body.subscricoes div.content-subs div.subs-item div.actions div a i.fa-times {
	font-size: 1.3em;
	margin-top: -5px; }
html body.subscricoes div.content-subs div.subs-item div.actions div a:hover {
	background: #fff; }
html body.subscricoes div.content-subs div.subs-item div.actions div a:hover i {
	color: #d12525; }
html body.subscricoes div.content-subs div.subs-item div.inactive-bg {
	display: none; }
html body.subscricoes div.content-subs div.subs-item.inactive {
	overflow: hidden; }
html body.subscricoes div.content-subs div.subs-item.inactive div.holder-desc h4 {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 1.9em;
	font-weight: 400;
	text-transform: uppercase;
	color: #000; }
html body.subscricoes div.content-subs div.subs-item.inactive div.holder-desc p {
	display: none; }
html body.subscricoes div.content-subs div.subs-item.inactive div.inactive-bg {
	display: block;
	background: transparent url(../img/bg-inactive.png) repeat 0 0;
	height: 120px;
	width: 100%;
	position: absolute;
	right: 60px;
	top: 0;
	z-index: 1; }
html body.subscricoes div.content-subs div.subs-item.inactive div.actions {
	z-index: 10000 !important; }
html body.subscricoes div.content-subs div.subs-item.inactive div.actions div.activate-wrapper {
	display: none !important; }
html body.subscricoes div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper {
	display: block !important; }
html body.subscricoes div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper a:hover i.fa-power-off {
	color: #80c431; }
html body.subscricoes div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper.tiny {
	display: none !important; }
html body.subscricoes div.content-sugested {
    padding-top: 52px;
    float: left;
    width: 100%;
    position: relative; }
html body.subscricoes div.content-sugested div.sugestions {
	margin-bottom: 50px; }
html body.subscricoes div.content-sugested div.sugestions h2 {
	font-family: "Raleway", sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	color: #000; }
html body.subscricoes div.content-sugested div.sugested-item {
	background: #eceae4;
	text-align: center;
	padding: 20px 20px 0 20px;
	float: left;
	width: 100%;
	min-height: 400px;
	height: auto;
	position: relative;
	margin-bottom: 14px; }
html body.subscricoes div.content-sugested div.sugested-item img {
	float: none; }
html body.subscricoes div.content-sugested div.sugested-item div.holder-desc {
	margin-left: 0;
	margin-top: 15px; }
html body.subscricoes div.content-sugested div.sugested-item div.holder-desc h3 {
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
	margin-bottom: 6px; }
html body.subscricoes div.content-sugested div.sugested-item div.holder-desc p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #4a4a4a;
	margin-bottom: 10px;
	line-height: 1.3;
	width: 100%; }
html body.subscricoes div.content-sugested div.sugested-item div.holder-desc p.price {
	font-size: 0.8em;
	color: #000;
	font-weight: 400;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; }
html body.subscricoes div.content-sugested div.sugested-item div.calltoaction {
	background: #fff;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; }
html body.subscricoes div.content-sugested div.sugested-item div.calltoaction a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	height: 35px;
	width: 100%;
	padding: 7px 0; }
html body.subscricoes div.content-sugested div.sugested-item div.calltoaction a.subscribe {
	color: #fff;
	background: #80c431;
	margin-right: 20px; }
html body.subscricoes div.content-sugested div.sugested-item div.calltoaction a.subscribe:hover {
	color: #fff;
	background: #5ead03; }
html body.subscricoes div.content-sugested div.calltoaction {
	background: #fff;
	padding: 15px;
	width: 100%; }
html body.subscricoes div.content-sugested div.calltoaction a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	height: 35px;
	width: 100%;
	padding: 7px 0; }
html body.subscricoes div.content-sugested div.calltoaction a.subscribe {
	color: #fff;
	background: #80c431;
	margin-right: 20px; }
html body.subscricoes div.content-sugested div.calltoaction a.subscribe:hover {
	color: #fff;
	background: #5ead03; }
#steps-content-desktop{display:block}
#steps-content-mobile{display:none}

/* Small */
@media screen and (min-width: 361px) and (max-width: 600px) {
	html body.hp header div.head-top {
		height: auto; }
    html body.hp header div.head-top div.first-p {
		margin-bottom: -10px; }
	html body.hp header.subs {
		min-height: 150px; }
    html body.hp header.subs div.head-top div.info-lg {
		display: block !important; }
	html body.hp header.subs div.head-top div.info-lg div.title-page {
        float: left;
        height: 72px; }
	html body.hp header.subs div.head-top div.info-lg div.title-page h2 {
		font-size: 1.5em;
		width: 100%;
		margin-top: 0; }
	html body.hp header.subs div.head-top div.info-lg div.subs {
        bottom: -21px; }
	html body.hp div.hp-content div.left-content ul li.calltoaction {
		padding: 20px; }
    html body.hp div.hp-content div.left-content ul li.calltoaction div a {
		display: block;
		width: 100%; }
	html body.hp div.hp-content div.left-content ul li.calltoaction div a.subscribe {
        margin-bottom: 20px;
        width: 100%; } 
	#steps-content-desktop{display:none}
	#steps-content-mobile{display:block}
	html body.subscricoes div.content-sugested div.sugested-item {
		padding-bottom: 20px;
		min-height: 100px;
	}
	#bsu-v2-footer-links{padding:0}
}
/* Tiny */
@media screen and (max-width: 360px) {
	html .ink-tooltip {
		display: none !important; }
	html body.hp header {
		min-height: 50px; }
    html body.hp header div.head-top {
		height: auto; }
	html body.hp header div.head-top h1 {
        width: 84%;
		height: 0;
	}
	html body.hp header div.head-top h1 a.logo {
		margin: 0; }
	html body.hp header div.head-top h1 a.logo img {
		width: 70%;
		margin-top: 15px; }
	html body.hp header div.head-top a.info-mobile {
        display: block !important; }
	html body.hp header div.head-top div.info-lg {
        display: none !important; }
	html body.hp header div.head-top div.info-lg.show-all {
        display: block !important; }
	html body.hp header div.head-top div.holder-intro div.first-p {
        margin-top: 0px;
        margin-bottom: 0; }
    html body.hp header.subs {
		min-height: 150px; }
	html body.hp header.subs div.head-top div.info-lg {
        display: block !important; }
	html body.hp header.subs div.head-top div.info-lg div.title-page {
		float: left;
		height: 63px;
		margin-top: 2.4em;}
	html body.hp header.subs div.head-top div.info-lg div.title-page h2 {
		font-size: 1.5em;
		width: 100%;
		margin-top: 0; }
	html body.hp header.subs div.head-top div.info-lg div.subs {
		width: 100%;
		bottom: -70px;
	}
	html body.hp div.hp-content div.slogan {
		padding-top: 15px; }
    html body.hp div.hp-content div.slogan h2 {
		font-size: 2.2em; }
	html body.hp div.hp-content div.slogan h2 span {
        font-size: 65%;
        line-height: 1.7; }
	html body.hp div.hp-content div.left-content ul li {
		float: left;
		text-align: center;
		padding: 30px 20px 20px 20px; }
    html body.hp div.hp-content div.left-content ul li.head-title {
		padding-bottom: 10px; }
    html body.hp div.hp-content div.left-content ul li img {
		float: none;
		margin-right: 0; }
    html body.hp div.hp-content div.left-content ul li div.holder-desc {
		margin-left: 0;
		margin-top: 15px; }
	html body.hp div.hp-content div.left-content ul li div.holder-desc h3 {
        margin-bottom: 6px; }
	html body.hp div.hp-content div.left-content ul li div.holder-desc p {
        margin-bottom: 15px; }
	html body.hp div.hp-content div.left-content ul li div.holder-desc p.price {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.8em; }
	html body.hp div.hp-content div.left-content ul li div.holder-desc a {
        margin-left: auto;
        margin-right: auto;
        background: #5ead03;
        color: #fff;
        height: 35px;
        padding: 8px 10px;
        width: 90%; }
    html body.hp div.hp-content div.left-content ul li.calltoaction {
		padding: 20px; }
	html body.hp div.hp-content div.left-content ul li.calltoaction div a {
        display: block;
        width: 100%; }
	html body.hp div.hp-content div.left-content ul li.calltoaction div a.subscribe {
		margin-bottom: 20px;
		width: 100%; }
	html body.hp div.hp-content div.steps-content ul.steps li div.holder-steps {
		padding: 20px 20px 5px 20px; }
	html body.hp div.content-subs {
		padding-top: 17px; }
    html body.hp div.content-subs div.subs-item {
		text-align: center;
		min-height: 300px;
		height: auto;
		max-height: 100%;
		padding-left: 20px;
		padding-right: 20px; }
	html body.hp div.content-subs div.subs-item img {
        float: none;
        margin-right: 0; }
	html body.hp div.content-subs div.subs-item div.holder-desc {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; }
	html body.hp div.content-subs div.subs-item div.holder-desc p {
		margin-bottom: 15px; }
	html body.hp div.content-subs div.subs-item div.holder-desc p.price {
		float: none; }
	html body.hp div.content-subs div.subs-item div.actions {
        width: 100%;
        border-left: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
        border-top: 1px solid #d2cfc6;
        height: 44px; }
	html body.hp div.content-subs div.subs-item div.actions div.activate-wrapper {
		float: left;
		height: 44px;
		width: 50%;
		border-bottom: 0;
		border-right: 1px solid #d2cfc6; }
	html body.hp div.content-subs div.subs-item div.actions div.remove-wrapper {
		float: right;
		height: 44px;
		width: 50%; }
	html body.hp div.content-subs div.subs-item div.actions div a {
		text-indent: 0em;
		display: block;
		height: 44px;
		width: 100%;
		text-align: center;
		color: #000;
		padding-top: 11px;
		background: #fff; }
	html body.hp div.content-subs div.subs-item div.actions div a span {
		top: 10px;
		left: 59px; }
	html body.hp div.content-subs div.subs-item div.actions div a i {
		display: inline-block;
		text-align: left !important;
		margin-right: 10px;
		color: #d12525;
		margin-left: -67px; }
    html body.hp div.content-subs div.subs-item.inactive {
		overflow: hidden; }
	html body.hp div.content-subs div.subs-item.inactive div.holder-desc p {
        display: none; }
	html body.hp div.content-subs div.subs-item.inactive div.inactive-bg {
        height: 300px;
        right: 0px; }
	html body.hp div.content-subs div.subs-item.inactive div.actions {
        z-index: 10000 !important;
        left: 0; }
	html body.hp div.content-subs div.subs-item.inactive div.actions div.activate-wrapper {
		display: none; }
	html body.hp div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper {
		display: block !important; }
	html body.hp div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper {
		display: block !important;
		float: left !important;
		width: 50%;
		border-right: 1px solid #d2cfc6; }
	html body.hp div.content-subs div.subs-item.inactive div.actions div.re-activate-wrapper a i.fa-power-off {
		color: #80c431; }
	html body.hp div.content-subs div.subs-item.inactive div.actions div.remove-wrapper {
		float: right; }
	html body.hp div.content-sugested div.calltoaction a.subscribe {
		background: #5ead03; }
    html body.hp div.content-sugested div.calltoaction a.subscribe:hover {
		color: #fff;
		background: #5ead03; }
	html body.hp div.modal-subscribe div.ink-modal div.modal-header h2 {
		margin-top: 4px;
		font-size: 1em; }
	html body.hp div.modal-subscribe div.ink-modal div.modal-body {
		padding: 20px 25px; }
    html body.hp div.modal-subscribe div.ink-modal div.modal-body form.ink-form div input[type="button"],
	html body.hp div.modal-subscribe div.ink-modal div.modal-body form.ink-form div input[type="submit"] {
		width: 100%; }
    html body.hp div.modal-subscribe div.ink-modal div.modal-body form.ink-form div input[type=tel] {
		width: 100%; }
    html body.hp div.modal-subscribe div.ink-modal div.modal-body form.ink-form div label {
		line-height: 1.3;
		margin-bottom: 5px; } 
	#button-subscriptions input {
		width: 100%; }
	#steps-content-desktop{display:none}
	#steps-content-mobile{display:block}
	html body.subscricoes div.content-sugested div.sugested-item {
		padding-bottom: 20px;
		min-height: 100px;
	}
	#bsu-v2-footer-links{padding:0}
}


#bsu-footer {
	list-style-type: none;
	text-align: center;
}

#bsu-footer li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #999;
}

#bsu-footer li a {
	color: #272928;
}

#bsu-footer li.no-border-right {
	border-right: none;
}
.fix-right {
	right: -4em;
}