@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: #2B2B2B;
	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: #2B2B2B;
	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 #1FBAC2;
}
#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%);
}
.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;
}
#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:#2B2B2B;
	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:#1FBAC2;
	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:#5C7B59;
	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 {
	xborder-top:2px solid #d7d7d7;
}

#content.legal a {
	color:#5C7B59;
}

#content.legal h1 {
	font-family: Montserrat;
	font-weight:700;

	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:24px;
	font-weight:600;
	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:11px;
}


#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 #5C7B59;
	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:180px;
}
#footer .container-inner {
	color:#fff;
	padding:30px 0;
	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;
    }


}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-5 {
	margin-top: 5px;
}

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

.mt-20 {
	margin-top: 20px;
}

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