@charset "utf-8";
/* ==============================
   Base styles
   =========================== */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html { font-size: 62.5%;height: 100%; }
body {
	position: relative;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #545353;
	font-size:1.6rem;
	line-height: 1.8;
	font-family:'PT Sans', sans-serif;
	font-weight:400;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	min-width:768px;
}

.clear {
	clear: both;
	overflow: auto;
	zoom: 1;
}
header,footer,section {
	display:block;
}
select::-ms-expand {
    display: none;
}
select {
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
}
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}

img {
	border: 0px;
	max-width:100%;
}
a { text-decoration:none;}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 1.8rem;
	color: #545353;
	padding-top: 0;
}

#header {
	display:table;
	width:100%;
	height:100px;
	color: #545353;
	padding:20px 80px;
}
#header #fp_logo {
	max-width:25%;
	display:table-cell;
	vertical-align:middle;
}
#header > div {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
#header a {
	font-size:1.8rem;
	color: #545353;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:3px;
	text-decoration:none;
}
#header a.selected {
	border-bottom:4px solid #33cccc;
}
#header #social_icons a img {
	margin-top:10px;
}

.container-inner,
.footer-inner {
	max-width:1170px;
	width:100%;
	margin: auto;
	overflow: auto;
}

#header .fr {
	margin-top:20px;
}

#banner {
	position: relative;
   line-height:1;
}

#banner > img {
   display:block;
	min-width:768px;
}
#banner .txt {
	margin:7px 0;
}

#banner .banner-text {
	position:absolute;
	top:50%;
	right:5%;
	width:30%;
	text-align:center;
	font-size:1.6vw;
	line-height:1.2;
	color:#545454;
	transform:translateY(-50%);
}

.banner-text .area {
	font-size:1.1vw;
}

.fc .apps-banner .banner-text {
	top: 70%;
}

.lang-it #banner .banner-text,
.lang-fr #banner .banner-text {
	font-size:1.4vw;
}
#banner .banner-text > img {
	max-width:80%;
}

#banner.bottomAd {
   position:relative;
}
#banner.bottomAd > img {
   min-width:768px;
}
#banner.bottomAd > div {
   position:absolute;
   display:block;
   width:35%;
   right:4%;
   bottom:13%;
   text-align: center;
}
#banner.bottomAd .badge-app,
#banner.bottomAd .badge-play {
   display:inline-block;
   max-width:45%;
   margin:0 5px;
}
#banner.bottomAd .badge-app img,
#banner.bottomAd .badge-play img {
   max-width:216px;
   width:100%;
}

#banner .payonly {
    font-family: 'Montserrat', sans-serif;
    font-size:1.1vw;
    color: #545353;
    text-transform:uppercase;
    margin:10px 0;
}

#banner .banner-text h1 {
	font-size:1.1vw;
	color: #545353;
	text-transform:uppercase;
}
.lang-it #banner .banner-text h1 {
	font-size:1.13vw;
}

.lang-fr #banner .banner-text h1 {
	font-size:0.9vw;
}

#banner .banner-text .downloadfrom a {
	display:inline-block;
}
#banner .banner-text .downloadfrom img,
#badges-container img {
	width:175px;
}
.nl_BE-image-width {
	width: auto !important;
}
#content {
	min-height: calc(100vh - 145px - 100px); /* 145 is the footer height, 100px is the header height */
}
#content .container-inner {
	overflow:hidden;
	padding:30px 20px;
	font-size:1.8rem;
	color:#545353;
	letter-spacing:0.020em;

}

#satisfaction-container,
#howitworks-container,
#badges-container {
	background-color:#f5f5f5;
}

#badges-container .container-inner {
    padding-top:41px;
}

#satisfaction-container .title{
	text-align: center;
}

#satisfaction-container p{
	padding-left: 3%;
	padding-right: 2%;
}


.container-inner > div.fl,
.container-inner > div.fr {
	width:50%;
}
.container-inner > div.fr {
	padding-left:40px;
}
#details-container div.fl {
	padding-left:40px;
	padding-top:10px;
	padding-right:60px;
}
#details-container .container-inner {
	padding-top:40px;
	padding-bottom:0;
}

#howitworks-container div.fl,
#howitworks-container div.fr {
	float:none !important;
	display:table-cell !important;
	vertical-align:middle;
}
#howitworks-container .container-inner > div:nth-child(2) {
	padding-left:70px;
}

.container-inner .title {
	font-family: 'Montserrat', sans-serif;
	font-size:2.0rem;
	color:#33cccc;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:0.025em;
}

.container-inner ul,
.container-inner ol {
	padding-left:18px;
	margin:0;
}
.container-inner ul > li,
.container-inner ol > li {
	color:#4cc2c4;
	margin:7px 0;
	letter-spacing:0.020em;
}
.container-inner ul > li > span,
.container-inner ol > li > span {
	color:#545353;
}

#steps-container .title {
	width:100%;
}
#steps-container .step {
	float:left;
	width:33%;
}
#steps-container .step img {
	display:block;
	margin:0 auto;
}
#steps-container .step .step-title {
	font-size:2.2rem;
	text-align:center;
}
#steps-container .french .step .step-title,
#steps-container .german .step .step-title {
    font-size:1.8rem;
}

#steps-container .step p {
	display:block;
	margin:auto;
	width:90%;
	padding-left:3%;
	letter-spacing:0;
}
#steps-container .french .step.first-step p {
	padding-left:8%;
}

#steps-container .step:last-child p {

}

.lang-fr #steps-container .step:first-child p {
	border:1px solid red;
}

#content.legal {
	border-top:2px solid #d7d7d7;
}

#content.legal a {
	color:#33cccc;
}

#content.legal h1 {
	font-size:3.5rem;
	font-weight:400;
	color:#33cccc;
	text-transform: capitalize;
	text-align:center;
	letter-spacing:0;
	margin:0 0 30px 0;
}

#content.legal .contact h1 {
	margin-bottom:0;
}
#content.legal .contact h1 + div {
	margin-bottom:20px;
}

#content.legal h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:1.8rem;
	color:#33cccc;
	margin:20px 0 10px 0;
}

#content.legal p,
#content.legal ul,
#content.legal ol {
	font-size:1.6rem;
	color:#545353;
	letter-spacing:0.02em;

}
#content.legal .faq p {
	margin:0;
}
#content.legal .faq h3 {
	margin-bottom:0;
}


#content .about .top  {
	overflow:hidden;
}
#content .about .top > div {
	width:49%;
}
#content .about .top > .fr img {
	float:right;
}
#content .about .top > div img {
	width:100%;
	height:auto;
}

#content .support-left {
	padding-right:20px;
}
#content .support-right {
	padding-left:20px;
}


#content.legal .thankyou-msg {
	border:1px solid #33cbcc;
	width:50%;
	padding:30px;
	margin:0 auto;
	text-align:center;
}
#content.legal .thankyou-msg p {
    font-size:1.8rem;
}

/*********************************/
/********* welcome back *********/
/*********************************/
.welcomeback #details-container .container-inner {
   padding:20px 0;
   max-width:1190px;
   margin:auto;
}
.welcomeback .container-inner .title {
   text-transform: capitalize;
   font-weight:400;
   line-height:1.5;
}
.welcomeback .container-inner h2.title {
   color:#414141;
   text-align: center;
   margin:0;
   font-weight:700;
}
.welcomeback .container-inner .subtitle {
   text-align: center;
   line-height:1.5;
}


.welcomeback p {
   font-size:1.5rem;
   line-height:1.5;
   margin:7px 0;
}
.welcomeback #details-container div.fl,
.welcomeback #details-container div.fr {
   padding:20px;
}
.welcomeback .fl img,
.welcomeback .fr img {
   max-height:416px;
}

#footer {
	right: 0;
	bottom: 0;
	left: 0;
	height:145px;
	background-color:#33cbcc;
}
.lang-fr #footer {
   height:145px;
}
#footer .container-inner {
	color:#fff;
	padding-top:16px;
	text-align:center;
	font-size:1.5rem;
}
#footer .container-inner a {
	font-size:1.5rem;
	line-height:1.5;
	color:#fff;
}



/* freeprintsusa.com special promo
---------------------*/

#special {
	z-index: 100;
	height: 48px;
	background-color: #fff;
	color: #03B2D3;
	font-size: 1.5rem;
	letter-spacing:0.1em;
}
#special div {
	float:left;
	width: 740px;
	padding: 16px 0 0 120px;
}
#special span.header {
	background: url(//dxfx6eyj44gfn.cloudfront.net/images/freeprintsapp/content_us/living_social_exclusive.jpg) no-repeat;
	width: 200px;
	height: 21px;
	display: block;
	text-indent: -1000px;
	float: left;
	padding-right: 10px;
}

@media (max-width: 1400px) {

	#header {
		padding:20px;
	}


	#banner .banner-text .downloadfrom a {
	   max-width:45%;
	}
	#content .container-inner,
	#footer .container-inner,
	#footer .container-inner a {
		font-size:1.5rem;
	}
	#content .container-inner .title {
		font-size:1.6rem;
	}

	#steps-container .french .step .step-title {
	   font-size:1.4rem;
	}

}

@media (min-width:1152px) and (max-width: 1400px) {

	 #steps-container .french .step p {
           padding-left:0;
    }
}

@media (max-width: 940px) {

	#header {
		padding:20px;
	}

	#steps-container .french .step .step-title,
	#steps-container .german .step .step-title {
       font-size:1.3rem;
    }


}

/*============= APPS PAGE STYLE ===============*/
.apps-header {
	text-align: center;
	margin-bottom: 0px;
}

.apps-header img{
	max-width: 30%;
}

.apps-content {
	min-height: calc(100vh - 145px - 100px); /* 145 is the footer height, 100px is the header height */
}

.apps-content .container-inner {
	overflow: hidden;
	padding: 30px 20px;
	font-size: 1.8rem;
	color: #545353;
	letter-spacing: 0.020em;

}

.apps-banner {
	position: relative;
	line-height: 1;
}

.apps-content .apps-logo {
	text-align: center;
	height: 68px;
}

.apps-content.pb .apps-logo {
	background-color: #3e6fbb;
	padding: 14px;
}

.apps-content.pt .apps-logo {
	background-color: #f27067;
	padding: 9px;
}

.apps-content.fc .apps-logo {
    background-color: #f4b726;
    padding: 9px;
}

.apps-content .apps-logo img {
	max-height: 100%;
}

.apps-banner > img {
	display: block;
	min-width: 768px;
}

.apps-banner .txt {
	margin: 7px 0;
}

.apps-banner .banner-text {
	position: absolute;
	top: 64%;
	right: 6%;
	width: 30%;
	text-align: center;
	font-size: 1.6vw;
	line-height: 1.2;
	color: #545454;
	transform: translateY(-50%);
}

.apps-content.pb .apps-banner .banner-text {
	top: 68%;
	right: 10.5%;
}

.apps-content.pt .apps-banner .banner-text {
	top: 68%;
}

.apps-banner .banner-text.pb {
	color: #3e6fbb;
}

.apps-banner .banner-text.pt {
	color: #f27067;
}

.lang-it .app-banner .banner-text,
.lang-fr .app-banner .banner-text {
	font-size: 1.4vw;
}

.apps-banner .banner-text > img {
	max-width: 80%;
}

.apps-banner .banner-text h1 {
	font-size: 1.1vw;
	color: #545353;
	text-transform: uppercase;
}

.lang-it .apps-banner .banner-text h1 {
	font-size: 1.13vw;
}

.lang-fr .apps-banner .banner-text h1 {
	font-size: 0.9vw;
}

.apps-banner .banner-text .downloadfrom a {
	width: 40%;
	display: inline-block;
}

.apps-content {
	min-height: calc(100vh - 145px - 100px); /* 145 is the footer height, 100px is the header height */
}

.apps-content .container-inner {
	overflow: hidden;
	padding: 30px 20px;
	font-size: 1.8rem;
	color: #545353;
	letter-spacing: 0.020em;

}

.apps-content.pb .container-inner {
	color: #3e6fbb;
}

.apps-content.pt .container-inner {
	color: #f27067;
}

.container-inner > div.fl,
.container-inner > div.fr {
	width: 50%;
}

.container-inner > div.fr {
	padding-left: 40px;
}

.apps-details-container div.fl {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 60px;
}

.apps-details-container .container-inner {
	padding-top: 40px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.apps-details-container .container-inner .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.8rem;
	color: #33cccc;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
	padding-left: 20px;
	line-height: 1.2;
}

.apps-content.pb .apps-details-container .container-inner .title {
	color: #3e6fbb;
}

.apps-content.pt .apps-details-container .container-inner .title {
	color: #f27067;
}

.apps-details-container .container-inner ul,
.apps-details-container .container-inner ol {
	padding-left: 20px;
	margin: 0;
}

.apps-details-container .container-inner ul > li,
.apps-details-container .container-inner ol > li {
	color: #4cc2c4;
	margin: 7px 0;
	letter-spacing: 0.020em;
}

.apps-content.pb .apps-details-container .container-inner ul > li,
.apps-content.pb .apps-details-container .container-inner ol > li {
	color: #3e6fbb;
}

.apps-content.pt .apps-details-container .container-inner ul > li,
.apps-content.pt .apps-details-container .container-inner ol > li {
	color: #f27067;
}

.apps-content.fpg .apps-details-container .container-inner ul > li,
.apps-content.fpg .apps-details-container .container-inner ol > li {
	color: #6681c8;
}

.apps-details-container .container-inner ul > li > span,
.apps-details-container .container-inner ol > li > span {
	color: #545353;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 0.5;
}

/*============= APPS PAGE STYLE END ==============*/

.fpvideo {
	padding: 5px 0 0 0;
	text-align: center;
	/*border-bottom: 3px solid #f4f4f4;*/
}

.fpvideo video {
	margin: 10px 0;
	vertical-align: baseline;
}

.fp-video-placeholder {
	cursor: pointer;
}

#fp_tv_video {
	display: none;
}

.setWidthFor-nl img {
	width: auto !important;
}

.cookieinfo a {
	border-bottom:1px solid;
}

#footer.fixed {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.error-content h1 {
	font-size: 58px;
	margin: 52px 0 0;
}

.error-content p {
	font-size: 30px;
	margin: 20px auto;
}

select.country {background-color: white;display: inline-block;font: inherit;line-height: 1.5em;padding: 0.5em 3.5em 0.5em 1em;margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;margin-left:15px;}

select.country {
	background-image:
			linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
	background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			calc(100% - 2.5em) 0.5em;
	background-size:
			5px 5px,
			5px 5px,
			1px 1.5em;
	background-repeat: no-repeat;
}

select.country:focus {
	background-image:
			linear-gradient(45deg, green 50%, transparent 50%),
			linear-gradient(135deg, transparent 50%, green 50%),
			linear-gradient(to right, #ccc, #ccc);
	background-position:
			calc(100% - 15px) 1em,
			calc(100% - 20px) 1em,
			calc(100% - 2.5em) 0.5em;
	background-size:
			5px 5px,
			5px 5px,
			1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

.social_links {
	padding-bottom: 8px;
}

.fp-fr_BE-20 #profile_image input {
    width: 170px !important;
}

.price-details h1, .price-details h3{
    color: #67C9CA !important;
}

.site-color {
	color: #33cccc;
}

.montserrat-font {
	font-family: 'Montserrat', sans-serif;
}

.headline{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size:1.8rem;
	color:#33cccc;
	margin:20px 0 10px 0;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.apps-content.ink .apps-logo {
	background-color: #d84f50;
	padding: 9px;
}

.apps-content.fpg .apps-logo {
	background-color: #6681c8;
	padding: 9px;
}

.apps-content.fpa .apps-logo {
	background-color: #3D7475;
}

.ink-color {
	color: #d84f50 !important;
}

.fpg-color {
	color: #6681c8 !important;
}

.fpa-color {
	color: #3D7475 !important;
}

.apps-content.fpa .apps-details-container .container-inner ul > li,
.apps-content.fpa .apps-details-container .container-inner ol > li {
	color: #3D7475 !important;
}

.ink .fl .title {
	font-size: 20px;
	padding-left: 0px !important;
}

.apps-details-container .container-inner ul > li {
	color: #d84f50;
}

.fc-card-color {
	color: #f4b726;
}

.fc .apps-details-container .container-inner ul > li {
	color: #f4b726;
}

.fc .fl .title {
	font-size: 20px;
	padding-left: 0px !important;
}

.fc .apps-details-container .container-inner .title {
	color: #f4b726;
}

.sy_iframe iframe {
	width:100%;
	height:970px;
	overflow:hidden
}
.sy_iframe {
	height: 100%;
	width:100%;
}

.mt-40 {
	padding-top: 40px;
}

.error-message, generic-error {
	color: #af3535 !important;
}

.success-message {
	color: #4f912f !important;
}

.reactivate-logos img {
	width: 100px !important;
}

.reactivate-cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reactivate-spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: reactivate-anime 0.8s infinite linear;
}
@keyframes reactivate-anime {
	100% {
		transform: rotate(360deg);
	}
}

.messages {
	text-align: center;
}

.reactivation-page {
	background: #fff;
	color: #565656;
}

.reactivation-page h1 {
	font-size: 6rem;
	font-weight: bold !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.reactivation-page .reactivation-banner {
	overflow: auto;
	text-align: center;
}

.reactivation-page .reactivation-banner .header-wrapper {
	background: rgba(255,255,255,.7);
	display: block;
}

.reactivation-page .reactivation-banner .header-wrapper h2 {
	margin: 0;
	font-weight: 600;
}

.reactivation {
	margin-top: 0 !important;
}

.reactivation-page div {
	padding: 0;
	text-align: center;
	font-size:30px;
}

.reactivation-page div p {
	margin-bottom: 25px;
	margin-top: 25px;
}

.reactivation-page .our-products {
	font-style: italic;
}
.reactivation-page section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.reactivate-ink-logo {
	width:220px;
	margin-right: 25px;
}

.reactivate-pg-logo {
	width:320px
}

.visible-xs {
	display: none!important;
}

@media (max-width: 400px) {
	.reactivation-page h1 {
		font-size: 3rem;
	}

	.reactivation-page section:first-child {
		margin-top: 70px;
	}

	.reactivation-page section {
		margin-top: 25px;
		margin-bottom: 50px;
	}

	.reactivate-ink-logo {
		margin-bottom: 25px;
		margin-right: 0;
	}

	.reactivation-page div {
		font-size: 20px;
        margin: 15px;
	}

	.visible-xs {
		display: block!important;
	}
}

.img-works-with-google {
	width: 60%;
	xmargin-top: 10px !important;

}

.main-image {
	padding-bottom: 25px;
}

#banner .banner-text.us {
	right: 0;
	width: 36%;
	top: 52%;
}

#banner .banner-text.uk {
	right: 0;
	width: 36%;
	top: 52%;
}

#banner .banner-text.se, #banner .banner-text.sv_SE {
	top: 50% !important;
}

#banner .banner-text.nl, #banner .banner-text.nl_NL {
	top: 48% !important;
}

#banner .banner-text.pl, #banner .banner-text.pl_PL {
	top: 48% !important;
}

#banner .banner-text.be, #banner .banner-text.nl_BE {
	top: 48% !important
}

#banner .banner-text.de, #banner .banner-text.de_DE {
	top: 48% !important;
}

#banner .banner-text.fr_CA {
	xxtop: 40% !important;
}