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

body {
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    font-weight:400;
    color: #545353;
    min-width: 768px;
    line-height: 1.3;
}

.container {
    margin: auto;
    padding:0 28px;
}

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

a {
    color: #f27067;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    color: #f27067;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.alt-background {
    background-color: #f5f3f2;
}

table td,
table th {
    padding: 5px;
}

.mobile-hero-img {
    display: none;
}

/* ==============================
   Header
   =========================== */

header {
    height: 138px;
    padding: 0 20px 0 25px;
    display:flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.header-bordered {
}

.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 {
    margin: 68px 0 0;
}

.footer-nav {
    margin: 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 #ee6f62;
}

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

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

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

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

.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: #f27067;
    color: #fff;
    min-height: 160px;
    padding-top:10px;
    padding-bottom:20px;
}

footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer p {
    font-size:13px;
}

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

.home-hero {
    position: relative;
}

.home-hero-content {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 27%;
    top: 50%;
    right:7%;
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.home-hero-content .txt {
    font-size: 1.4vw;
    line-height: 1.2;
    margin:1.5vw 0;
}

.badges-container {
    text-align: center;
    margin:1.5vw auto;
}
.badges-container a {
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    margin: 0 0.5vw;
}

.badges-container a img {
    margin: auto;
}

.home-hero-content h1 {
    font-family:'Montserrat',serif;
    font-size: 1.4vw;
    line-height:1.5;
    font-weight:400;
    color: #545353;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.5;
}
p {
    font-size: 16px;
    line-height: 1.5;
}

.row > * {
    flex: 1;
}

.row ul {
    margin-left: 0;
    padding-left: 30px;
}

ul li,
ol li {
    color: #f27067;
    padding-right: 30px;
    margin-bottom:10px;
}

ul li span,
ol li span {
    color: #545353;
}

.showcase {
    padding-top: 65px;
}

.showcase p,
.how-it-works p {
    padding-right: 50px;
}

.row.feature-points {
    align-items: flex-start;
    padding: 80px 0;
}

.row.feature-points > div {
    text-align:center;
}

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

/* ==============================
   FAQ
   =========================== */
.faq-content h2 {
    font-size:22px;
    color:#545353;
    font-weight: bold;
}
.faq-content h2:not(:first-child) {
    margin-top: 60px;
}

.faq-content h3,
.terms-content h3,
.privacy-content h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 30px;
}

.faq-content p,
.terms-content p,
.privacy-content p {
    font-size: 19px;
    line-height: 1.5;
    margin: 10px 0;
}

/* ==============================
   About
   =========================== */
h1.centered {
    margin: 52px 0 46px;
    text-align:center;
}
.about-images > div:first-child {
    margin-right:2%;
}
.about-content p {
    font-size:16px;
}
.about-content .badges-container {
    padding:40px 0;
    margin-top:60px;
}

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

.container.contact-content {
    width: 577px;
}
.contact-content h1 {
    margin-bottom:23px;
}
.contact-content form {
    margin:20px auto 80px auto;
}
.contact-content input[type="text"],
.contact-content input[type="email"],
.contact-content select,
.contact-content textarea {
    font: 400 13px 'Montserrat', sans-serif;
    width: 100%;
    border: 1px solid #acabab;
    padding: 5px;
    color: #545353;
    height: 38px;
    outline: none;
    margin:10px 0;

    -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 .cell {
    display:inline-block;
    vertical-align: middle;
    width:47%;
}
.contact-content .cell:first-child {
    margin-right:27px;
}


.contact-content textarea {
    line-height: normal;
    height: 130px;
}

.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;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 38px;
    background: url("//cdn.photoaffections.com/images/template/icons/icon-drop-down.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 input[type="submit"] {
    text-transform: uppercase;
    width: 179px;
    line-height: 41px;
    border: 0;
    background-color: #f27067;
    font-size: 1.143em;
    color: #fff;
}

.thank-you-msg {
    border: 1px solid #f27067;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.thank-you-content p {
    margin-top: 60px;
}

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

.press-content h1 {
    font: 400 "Libre Baskerville", serif !important;
    color: #f27067;
}

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

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

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

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

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

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    .row, p, li {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

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

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 19px;
    }

    .row, p, li {
        font-size: 16px;
    }
    .row.get-for-free {
        padding: 0;
    }

}

@media (min-width: 1200px) {

    header {
        padding: 0 75px 0 80px;
    }
    .container.home-content {
        width:1170px;
    }
    .container {
        width: 1020px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    .row, p, li {
        font-size: 19px;
        line-height:1.75;
    }
}

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

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


/*================= 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.pb .apps-logo {
    background-color: #3e6fbb;
    padding: 14px;
}

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

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

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

.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.pb .container-inner {
    color: #3e6fbb;
}

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

.container-inner > div.fr {

}

.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: 1.8rem;
    color: #33cccc;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
    padding-left: 20px;
}

.apps-content.fp .apps-details-container .container-inner .title {
    color: #33cccc;
}

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

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

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

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

/*********************************/
/********* welcome back *********/
/*********************************/
.welcomeback #details-container .container-inner {
    padding:20px 0;
    max-width:1190px;
    margin:auto;
}
.welcomeback .container-inner .title {
    font-weight:600;
    line-height:1.5;
    padding-top: 20px;
}
.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 .title {
    color: #f27067;
    font-size: 20px;
}

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

.welcomeback h2.featuresbenefits {
    font-family: 'Montserrat', sans-serif !important;
}

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

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

.ptvideo video {
    margin:10px 0;
}

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

#pt_tv_video {
    display: none;
}

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

.social_links {
    padding-top: 10px;
}

.footer-nav {
    margin-top:15px;
}

.pt-es_ES-121 .badges-container img, .pt-de_DE-120 .badges-container img {
    width: 205px;
}

.faq-content.price-details h1, .faq-content.price-details h3, .faq-content.price-details ul li {
    color: #E47769
}

.pt-nl_NL-119 :not(.alt-background) .badges-container {
    padding-top: 30px;
}

.pt-nl_BE-120 .home-hero .badges-container {
    padding-top: 41px;
}

.pt-fr_BE-120 .home-hero .badges-container {
    padding-top: 625px;
}

.pt-fr_BE-119 .home-hero .badges-container {
    padding-top: 540px;
}

.pt-nl_NL-119 .home-hero-content, .pt-nl_BE-120 .home-hero-content {
    right: 14%;
    width: 23%
}

.pt-fr_BE-120 .home-hero-content, .pt-fr_BE-119 .home-hero-content {
    right: 9%;
}

.pt-nl_NL-119 .fl.rectangle-4, .pt-nl_BE-120 .fl.rectangle-4 {
    padding-top: 24px;
}

.pt-fr_FR-111 .home-hero-content {
    xpadding-top: 575px;
}

.footer-links a {
    color: #ffffff
}

.gray_box {
    width:600px;
    margin:0 auto;
    margin-top:30px;
}

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

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

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

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

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

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

.app-icons1 {
    padding-bottom: 25px;
}

