/* ==============================
   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: 10px;
}

body {
	font: 400 1.3rem 'PT Sans', sans-serif;
	color: #545353;
	min-width: 768px;
   line-height: 1.8;
}

img {
	vertical-align: middle;
   max-width:100%;
}

a {
	text-decoration: none;
}

h1,
h2,
h3 {
	font: 400 1.857em 'Slabo 13px', serif;
	color: #3e6fbb;
	margin: 0;
}

h3 {
	font-size: 1.571em;
}

.alt-background {
	background-color: #f3f3f3;
}
table td,
table th { padding:5px; }
/* ==============================
   Header
   =========================== */

header {
	height: 138px;
	padding: 0 20px 0 25px;
}

.header-bordered {
	border-bottom: 2px solid #d7d7d7;
}

.main-logo {
	display: block;
	margin-top: 34px;
}

/* ==============================
   Navigation
   =========================== */

.main-nav,
.footer-nav {
	padding: 0;
	list-style: none;
}

.main-nav > li,
.footer-nav > li {
	display: inline-block;
}

.main-nav,
.lang-ie .footer-nav {
	margin: 68px 0 0;
}
.footer-nav {
   margin:15px 0 0;
}
.main-nav > li {
	padding: 0 13px;
}

.main-nav > li > a {
	color: #545353;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.main-nav > li > a.active {
	border-bottom: 3px solid #3e6fbb;
}

.footer-nav {
	font-size: 16px;
}

.footer-nav > li {
	padding: 0 7px;
}

.footer-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}

.footer-nav > li.footer-spacer {
	font-weight: 700;
}

.main-nav > li:first-child,
.footer-nav > li:first-child {
	padding-left: 0;
}

.main-nav > li:last-child,
.footer-nav > li:last-child {
	padding-right: 0;
}

/* ==============================
   Footer
   =========================== */

footer {
	text-align: center;
	background-color: #3e6fbb;
	color: #fff;
	height: 160px;
}

footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.lang-fr footer {
   height:160px;
}

/* ==============================
   Home
   =========================== */

.home-hero-content {
	position: absolute;
	xz-index: 10;
	text-align: center;
	right: 0;
	width: 50%;
	padding-top: 5%;
}

.home-hero-content h1 {
	font-size: 2.143em;
}
.lang-fr .home-hero-content h1,
.lang-nl .home-hero-content h1 {
	font-size: 1.7vw;
}
.lang-de .home-hero-content h1 {
    font-size: 2.3vw;
}

.home-hero-content p {
	color: #404040;
	font-size: 1.714em;
	margin: 0.367em 0 0.667em 0;
}
.lang-fr .home-hero-content p {
	font-size:1.3vw;
}
.lang-de .home-hero-content p {
    font-size:1.3vw;
}
.app-store-badge,
.play-store-badge {
	display: block;
	width: 176px;
	height: auto;
	margin: 0 auto;
}

.app-store-badge {
    margin-bottom: 10px;
}

.beyond-easy p,
.how-it-works ul > li {
	font-size: 0.929em;
}

.beyond-easy h2 {
	margin: 125px 0 0;
}

.beyond-easy p {
	margin: 17px 0 20px;
	letter-spacing: 0.050em;
	line-height: 1.750em;
}

.beyond-easy img {
	margin-top: 119px;
	margin-bottom: 64px;
}

.how-it-works h2 {
	margin: 116px 0 0;
}

.how-it-works img {
	margin-top: 64px;
	margin-bottom: 58px;
}

.how-it-works ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 80px;
}

.how-it-works li {
    padding-left: .5em;
    text-indent: -.5em;
    margin-bottom: 0.650em;
}

.how-it-works li:before {
    content: "•";
    color: #3e6fbb;
}

.how-it-works li span {
	position: relative;
	left: 1em;
}

.feature-points img {
	margin-bottom: 29px;
}

.high-quality img {
	margin-top: 83px;
}

.fast-turnaround img {
	margin-top: 88px;
}

.super-affordable img {
	margin-top: 92px;
	margin-bottom: 33px;
}

.feature-points p {
	font-size: 0.857em;
	line-height: 1.750em;
	margin: 28px auto 75px;
}
.bottomAd {
   position:relative;
}
.bottomAd > img {
   min-width:768px;
}
.bottomAd > div {
   position:absolute;
   display:block;
   width:42%;
   left:3.2%;
   bottom:15%;
   text-align: center;
}

@media (max-width: 1400px) {
	.bottomAd > div {
		bottom:10% !important;
	}
}

.bottomAd .badge-app,
.bottomAd .badge-play {
   display:inline-block;
   max-width:45%;
   margin:0 5px;
}


/* ==============================
   About
   =========================== */

.about-content h1,
.faq-content h1,
.privacy-content h1,
.terms-content h1,
.contact-content h1,
.thank-you-content h1,
.press-content h1 {
	margin: 52px 0 46px;
}

.about-content .about-images {
	margin-bottom: 30px;
}

.about-content p {
	font-size: 1.286em;
	line-height: 1.611em;
	margin-bottom: 1.778em;
}

.about-content p.last,
.faq-content p.last,
.privacy-content p.last,
.terms-content p.last {
	margin-bottom: 4.722em;
}
.badges {
   padding:40px 0;
}
.badges img {
   display:inline-block;
   width:175px;
   height: 52px;
}

/* ==============================
   FAQ
   =========================== */

.faq-content h3,
.privacy-content h3,
.terms-content h3 {
	font: 700 1.429em 'PT Sans', sans-serif;
	margin-bottom: 0.500em;
}

.faq-content p,
.privacy-content p,
.terms-content p,
.thank-you-content p {
	font-size: 1.286em;
	line-height: 1.667em;
}

.faq-content ul {
    list-style: none;
    padding: 0;
    /*margin: 14px 0 80px;*/
}

.faq-content li {
	font-size: 1.286em;
    padding-left: .5em;
    text-indent: -.5em;
    margin-bottom: 1.944em;
}

.faq-content li:before {
    content: "•";
    color: #3e6fbb;
}

.faq-content li span {
	position: relative;
	left: 1em;
}

.about-content a,
.faq-content a,
.privacy-content a,
.terms-content a {
	color: #3e6fbb;
	text-decoration: underline;
}

/* ==============================
   Terms of Use
   =========================== */

.terms-content p.lead-in {
    margin-bottom: 1.111em;
}

.terms-content ol,
.terms-content ul {
    font-size: 1.3rem;
}

.terms-content ol li,
.terms-content ul li {
    margin-bottom: 0.556em;
}

.terms-content ol li:last-child,
.terms-content ul li:last-child {
    margin-bottom: 0;
}

/* ==============================
   Contact
   =========================== */

.contact-content h1 {
	margin-bottom: 23px;
}

.contact-content p {
	margin-bottom: 63px;
}

.contact-content {
	width: 577px;
}

.contact-content input[type="text"],
.contact-content input[type="email"],
.contact-content select,
.contact-content textarea {
	font: 400 0.929em/3.000em 'PT Sans', sans-serif;
	width: 100%;
	border: 1px solid #acabab;
	padding: 0.769em;
	color: #545353;
	height: 3.154em;
	outline: none;

	-webkit-transition: border 0.30s ease-in-out, box-shadow 0.30s ease-in-out;
	-moz-transition: border 0.30s ease-in-out, box-shadow 0.30s ease-in-out;
	-ms-transition: border 0.30s ease-in-out, box-shadow 0.30s ease-in-out;
	-o-transition: border 0.30s ease-in-out, box-shadow 0.30s ease-in-out;
}

.contact-content select {
	padding: 0 0 0 0.769em;
}

.contact-content textarea {
	line-height: normal;
	height: 10.077em;
}


.contact-content input[type="text"]:focus,
.contact-content input[type="email"]:focus,
.contact-content textarea:focus {
	box-shadow: 0 0 5px rgba(62, 111, 187, 1);
	border: 1px solid rgba(62, 111, 187, 1);
}

.styled-select {
	position: relative;
}

.styled-select select.select {
	color: #545353;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

select.select {
	position: relative;
	z-index: 10;
	color: #a9a9a9;
}

span.select {
	position: absolute;
	bottom: 0;
	float: left;
	left: 0;
	width: 98%;
	height: 2.786em;
	line-height: 2.786em;
	text-indent: 10px;
	background: url("/modules/freephotobook/images/us/drop-down-icon.png") no-repeat 98% center;
	cursor: default;
	z-index: 1;
	text-align: left;
}

::-webkit-input-placeholder {
   color: #545353;
}
:-moz-placeholder {
   color: #545353;
}
::-moz-placeholder {
   color: #545353;
}
:-ms-input-placeholder {
   color: #545353;
}

.contact-content form .row {
	margin-bottom: 19px;
}

.contact-content form .last {
	margin-bottom: 335px;
}

.contact-content input[type="submit"] {
	text-transform: uppercase;
	width: 179px;
	line-height: 41px;
	border: 0;
	background-color: #2bbfbe;
	font-size: 1.143em;
	color: #fff;
}

.thank-you-msg {
    border: 1px solid #3e6fbb;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4.286em;
}

.thank-you-content p {
    margin-top: 3.333em;
}

/* ==============================
   Press
   =========================== */

.press-content h1 { font: 400 "Slabo 13px",serif !important; color:#3e6fbb; }
.press-content video {
  width: 50% !important;
  height: auto !important;
}
.presskit {font-size:20px; margin:20px 0 60px 0; text-align:center; color:#545353; }
.presskit a { font-size:20px; font-weight: 700; color:#3e6fbb; }

/*********************************/
/********* welcome back *********/
/*********************************/
.welcomeback-content {
   max-width:1190px;
   margin:auto;
}
.welcomeback-content .col-xs-6 {
   padding:20px;
}

.welcomeback-content h1 {
   font:700 2.2em 'PT Sans', sans-serif;
   color:#414141;
   letter-spacing: 0.025em;
   margin:20px 0 0 0;
}
.welcomeback-content h2 {
   margin:15px 0 5px 0;
}
.welcomeback-content .subtitle {
   font-size:1.3em;
   line-height:1.5;
   margin-bottom:20px;
}
.welcomeback-content img {
   max-height:416px;
}
.welcomeback-content p {
   margin:0;
}

/* ==============================
   404 page
   =========================== */

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

.error-content p {
    font-size: 2.23em;
    line-height: 1.611em;
    margin: 0.27em auto;
}


/* ==============================
   @media Tablet/Small Desktop
   =========================== */

@media (min-width: 768px) {
    h1,
    h2 {
    	font-size: 2.286em;
    }
    .lang-fr h1,
    .lang-fr h2 {
    	font-size:1.85em;
    }

    h3 {
		font-size: 1.857em;
	}

	.lang-fr h3 {
		font-size:1.7em;
	}

    .beyond-easy p,
	.how-it-works ul > li {
		font-size: 1.071em;
	}

	.feature-points p {
		font-size: 1em;
	}

    .about-images img {
        max-height: 314px;
        margin: 0 auto;
    }

    .welcomeback-content p {
      font-size: 1.186em;
      line-height: 1.611em;
   }
}



/* ==============================
   @media Medium Desktop
   =========================== */

@media (min-width: 992px) {

	header {
		padding: 0 40px 0 45px;
	}

	.beyond-easy p,
	.how-it-works ul > li {
		font-size: 1.286em;
	}

	.lang-fr .beyond-easy p,
	.lang-fr .how-it-works ul > li {
		font-size: 1.07em;
	}


	.beyond-easy p {
		margin: 37px 0 0;
		padding-right: 2.50em;
	}

	.how-it-works ul {
		margin: 24px 0 0;
	}

	.feature-points p {
		font-size: 1.143em;
	}


    .about-images img {
        max-height: 400px;
        margin: 0 auto;
    }
}

/* ==============================
   @media Large Desktop
   =========================== */

@media (min-width: 1200px) {
   .welcomeback-content {
      width:1190px;
   }
    h1,
    h2 {
    	font-size: 2.571em;
    }
    .lang-fr h1,
    .lang-fr h2 {
    	font-size:2.4em;
    }

    h3 {
		font-size: 2.000em;
	}

	header {
		padding: 0 75px 0 80px;
	}

	.home-content {
		width: 1170px;
	}

	.home-hero-content h1 {
		font-size: 2.714em;
	}


	.home-hero-content p {
		font-size: 2.143em;
		margin-bottom: 1.033em;
	}


	.app-store-badge,
    .play-store-badge {
		width: 216px;
	}

    .app-store-badge {
        margin-bottom: 10px;
    }

	.beyond-easy p,
	.how-it-works ul > li {
		font-size: 1.429em;
	}

	.lang-fr .beyond-easy p,
	.lang-fr .how-it-works ul > li {
		font-size: 1.3em;
	}

    .welcomeback-content p {
      font-size: 1.286em;
      line-height: 1.611em;
   }
}

/* ==============================
   Utility
   =========================== */

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.text-center {
	text-align: center;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

/*================= APPS PAGE STYLE ==================*/
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.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;
	max-width: 1170px;
	width: 100%;
	margin: auto;
	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.fp .apps-logo {
	background-color: #33cccc;
	padding: 19.5px;
}

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

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

.apps-content.fp .apps-logo img {
	height: 29px;
}


.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.fp .apps-banner .banner-text {
	right: 5.5%;
	top: 68%;
}

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

.apps-banner .banner-text.fp {
	color: #33cccc;
}

.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-banner .banner-text .img-responsive {
	width: 100%;
}

.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.fp .container-inner {
	color: #33cccc;
}

.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.fp .apps-details-container .container-inner .title {
	color: #33cccc;
}

.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.fp .apps-details-container .container-inner ul > li,
.apps-content.fp .apps-details-container .container-inner ol > li {
	color: #33cccc;
}

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

.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 ====================*/

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

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;
}

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;
}

h1.centered {
	text-align: center;
}

.social_links {
	padding-top: 20px;
}

.price-details h2, .price-details h1  {
    color: #496FB5;
}

.price-details .faq-content li {
    margin-bottom: 0;
}

.price-details h1 {
    margin: 52px 0 15px
}

.faq-content.price-details li {
    margin-bottom: 0 !important;
}

.versandkosten-color {
    color: #496FB5;
}

.coc-content li:before {
	content: none;
	/* color: #3e6fbb; */
}

.coc-content ul > li, .coc-content ol > li {
	color: #3e6fbb;
}

.coc-content ul > li > span, .coc-content ol > li > span {
	color: #545353;
}

.coc-content li {
	margin-bottom: 0px;
}

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

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

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

.ink-color {
	color: #d84f50 !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;
}

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

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

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

.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: #417476;
}

.lang-es h1, .lang-es h2 {
	font-size: 2.3em
}

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

.img-works-with-google {
	width: 40%;
	margin-top: 30px !important;
	border-radius: 25px;
	border: 2px solid gray;
}

.ot-sdk-show-settings {
	font-size: 1em !important;
}

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