* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	color:#000;
}
a, a:hover, a:active, a:visited, a:focus {
	outline:0;
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration:none;	
}
img {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
h1, h2, h3 {
	color:#000;
	padding:0;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:18px;
	color:#000;
	margin: 0 0 15px 7px;
}
h3 {
	font-size:14px;
}
li {
	list-style-type:none;
}
sup {
	font-size:65%;
}
#header-logo {
	max-height:120px;
}
#tabs {
	padding: 80px 0 0 0;
}
#tabs li {
	display: inline;
}
#tabs li a {
	font-size: 14px;
	color:#333;
}

.progress-box {
	margin-top: 70px;
}
.blue-underline {
	height:3px;
	background-color:#20adde;
	width:270px;
	display:inline-block;
}
.blue-underline a {
	position: absolute;
    top: -10px;
	font-size:14px;
	color:#20adde;
	font-weight:bold;
}
#final-step-content {
	padding: 90px 0 0 0;
	display:inline-table;
	text-align:center;
}
#final-step-image {
}
#final-step-image a {
	margin:0 auto;
}
#final-step-image img{
	height: 320px;
} 
#final-step-text {
	text-align:center;
	padding-top: 60px;
}
#final-step-text h1 {
	color:#2cb0df;
}
#final-step-text h3 {
	color:#2cb0df;
	margin: 24px;
}
#back-to-store {
	width:135px;
	height:24px;
	background-color:#ca1324;
	color:#fff;
	border-radius:10px;
	border:1px solid #ca1324;
	font-size:10px;
	margin:auto;
    display:block;
	text-align: center;
	padding-top:5px;
}
#newsletter {
	padding-top: 80px;
}
#abonare-newsletter p:first-child{
	font-size:23px;
	color:#20adde;
	margin-bottom:0px;
}
#abonare-newsletter p:last-child{
	font-size:15px;
	color:#727272;
	margin-bottom:20px;
}
#newsletter-form {
	padding-top: 12px;
}
#newsletter-button {
	background-color:#20adde; 
	height:38px;
	border:1px solid #20adde;
	border-radius:8px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	width:88px;
	vertical-align: middle;
	color:#fff;
	margin-left:-6px;
}
#newsletter-button:focus {
	outline:0;
}
#name {
	width:204px;
	height:38px;
}
#email {
	width:170px;
	height:38px;
}
#footer {
	padding-top:30px;
}
#footer-section {
	padding:0 15px 0 15px;
}
.footer-column {
	margin:0px 16px ;
}
.footer-column:first-child {
	margin-left:0px;
}
#footer ul li:first-child {
	font-size:16px;
}
#footer ul li a {
	color:#727272;
}
#footer-col-5 img {
	max-height:70px;
	width:auto;
	margin-top:-20px;
	margin-left: -14px;
}
.footer-column ul {
	border-right:1px solid #ddd;
}
#footer-col-5 {
	border-right:0px;
}
#copyright  {
	padding-top:36px;
}
#copyright p {
	color:#727272;
}
#final-step-wrapper {
	border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1199px) {
	#final-step-image img {
		height: 24vw;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header-logo img {
		height:10vw;
	}
	.blue-underline {
		width:18vw;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.footer-column:first-child {
		margin-left: 16px;
	}
	.footer-column.pull-right {
		float:left !important;
	}
	#final-step-text h1 {
		font-size: 2.5vmax;
	}
	#final-step-text h3 {
		font-size: 1.4vmax;
	}
	.blue-underline {
		width:24vw;
	}
	#header-logo img {
		height:10vw;
	}
}
@media screen and (max-width: 767px) {
	#footer-col-5 img {
		margin-left:0;
	}
	#final-step-text h1 {
		font-size: 2.5vmax;
	}
	#final-step-text h3 {
		font-size: 1.8vmax;
	}
	#final-step-text {
		padding-top: 2vw;
	}
	#header-logo img {
		height:12vw;
	}
	.footer-column {
		text-align:center;
		margin:0;
	}
	#abonare-newsletter p:first-child {
		font-size:3vmax;
	}
	#abonare-newsletter p:last-child {
		font-size:2.4vmax;
	}
	#footer ul li:first-child {
		font-size:2.4vmax;
	}
	#newsletter-form #name, #newsletter-form #email {
		display:inline-block;
		text-align:center;
	}
	#newsletter-button {
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
}
@media screen and (max-width: 991px) {
	#abonare-newsletter {
		float: none;
		text-align: center;
	}
	#newsletter-form {
		float:none !important;
		text-align: center;
	}
	.footer-column ul {
		border-right: none;
	}
	#final-step-content {
		padding-top:6vw;
	}
	.progress-box {
		margin-top: 4vw;
	}
	#newsletter-form {
		margin-bottom: 20px;
	}
}
