/* *************************** */
/*                             */
/* TABLE OF CONTENTS           */
/*                             */
/* 1. HTML, body               */
/* 2. Navigation               */
/* 3. Sections                 */
/*    3.1 Home page sections   */
/*    3.2 Other pages sections */
/* 4. Buttons                  */
/* 5. Deals                    */
/* 6. Footer                   */
/* 7. Exit-intent pop-up       */
/* 8. Helpers                  */
/* 9. Animations               */
/*                             */
/* *************************** */


 /**
 * 1. HTML, body 
 */
body {
    width: 100%;
    height: 100%;
    font-size: 20px;
}

body p {
    font-size:17px;
}

html {
    width: 100%;
    height: 100%;
    
}

.popover-content {
    word-wrap: break-word;
    color: #333;
}

 /**
 * 2. Navigation 
 */

.navbar {
    border-bottom: 1px solid rgba(255,255,255, 0.3);
    font-size: 14px;
}

.navbar a {
    color: #fff;
    text-transform: uppercase;
}

.navbar-nav>li>a {
    background-color: #fff;
    color: #333;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
    background-color: #fff;
    color: #333;
    text-decoration: underline;
}

.top-nav-collapse .navbar-toggle .icon-bar{
    background-color:#4CAF50;
}

.navbar-toggle .icon-bar{
        background-color:#fff;
    }

@media screen and (min-width:767px) {
    .navbar-nav>li>a {
        background-color: transparent;
        color: #fff;
    }

    .top-nav-collapse .navbar-nav>li>a {
        color:#333;
    }

    .navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
        background-color: transparent;
        color: #fff;
        text-decoration: underline;
    }

    .top-nav-collapse .navbar-nav>li>a:hover, .top-nav-collapse .navbar-nav>li>a:active, .top-nav-collapse .navbar-nav>li>a:focus {
        color:#333;
    }    
}

.navbar-brand {
    padding:10px;
}

.navbar-brand img{
    max-width:30px;
}

.logo-green {
    display:none !important;
}

.logo-white {
    display:inline-block !important;
}

.top-nav-collapse .logo-white {
    display:none !important;
}

.top-nav-collapse .logo-green {
    display:inline-block !important;
}

.top-nav-collapse a {
    color: #333;
}

.nav-install-button {
    display:none !important;
    
}

.top-nav-collapse .nav-install-button {
    display:inline-block !important;
    padding:6px 0 2px;
    margin:10px;
}

.navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #eee;
}

 /**
 * 3. Sections 
 */

/* 3.1. Home page sections */
.intro-section {
    height: 100%;
    text-align: center;
    background: #fff;
    background-image: linear-gradient(-45deg,#1A4F40 0%,#4caf50 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-section h1 {
    font-weight: 600;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    margin-bottom: 0;
}

.intro-section h2 {
    font-weight: 600;
    font-size: 24px;
}

.intro-section h3 {
    font-size: 18px;
}

.intro-section .btn-install {
    min-height: 50px;
    line-height: 45px;
    min-width: 250px;
}

.scroll-icon {
    display: none;
}

.intro-arrow {
    display: none;
}

.certificate-badge {
    position: absolute;
    bottom: 10px; 
    right: 10px;
}
.certificate-badge img {
    max-width: 80px;
    max-height:42px;
}

@media screen and (min-width:767px) {
    .scroll-icon {
        display: block;
        position: absolute;
        bottom: 25px;
        left: 50%;
    }

    .intro-section h1 {
        font-size: 78px;
    }

    .intro-section h2 {
        font-size: 48px;
        font-weight: 600;
    }

    .intro-section h3 {
        font-size: 24px;
    }

    .intro-section .intro-arrow {
        display: inline-block;
        height: 100px; 
        margin: 0 135px 5px
    }
}

@media screen and (min-width:960px) {
    .intro-section h1 {
        font-size: 86px;
    }
}

.difference-section {
    background-color: #eee;
    color: #333;
    text-align: center;
    padding:80px 0
}

.difference-section h1 {
    margin-bottom: 40px;
}

.difference-example {
    padding: 20px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.difference-example div:nth-of-type(1) {
    text-align: center;
}

.difference-example img {
    display: none;
}

.difference-example div:nth-of-type(3) {
    text-align: center;
}

@media screen and (min-width:960px) {
    .difference-example {
        border-bottom: 0;
    }

    .difference-example div:nth-of-type(1) {
        text-align: right;
    }

    .difference-example img {
        display: block;
    }

    .difference-example div:nth-of-type(3) {
        text-align: left;
    }
}

.modal-body h2, h3 {
    text-align: center;
}

.modal-body p {
    text-align: justify;
}

.modal-body pre {
    display: inline-block;
    padding: 1px 3px 0 3px;
    margin-bottom: -5px;
}

.why-section {
    background-color: #fff;
    color: #292a2a;
    font-size: 20px;
    text-align: center;
    padding: 80px 0;
}

.why-section .glyphicon {
    font-size: 16px;
    color: #DCDCDC;
    cursor: pointer;
}

.why-section .counter {
    font-size: 26px;
    font-weight: 600;
}

@media screen and (min-width:767px) {
    h1 {
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 80px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.how-it-works-section {
    background-color: #fff;
    color: #292a2a;
    font-size: 20px;
    text-align: center;
    padding: 80px 0;
}

.how-it-works-section img {
    margin-bottom: 20px;
}

.how-it-works-section .browser-icon {
    margin-bottom: 3px;
}

.how-it-works-section h2 {
    margin-bottom: 20px;
}

#ebay {
    max-height: 80px;
}
#booking {
    max-height: 145px;
    margin: -40px auto;
}
#microsoft {
    max-height: 160px;
    margin: -20px auto 0;
}
#aliexpress {
    max-height: 60px;
}
#bn {
    max-height: 34px;
    margin: 30px auto;
}
@media screen and (min-width:767px) {
    #ebay {
        margin-top: 30px;
    }
    #booking {
        margin-top: 8px;
    }
    #microsoft {
        margin: 0 auto;
    }
    #aliexpress {
        margin-top: 5px;
    }
    #bn {
        margin-top: 20px
    }

}


.charities-section {
    padding-top: 80px;
    text-align: center;
    background: #fff;
}

.partners-section {
    padding: 40px 0;
    text-align: center;
    background: #333;
    color: #fff;
}

.faq-section {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
    background: #eee;
}

/* 3.2. Other pages sections */
.cover-section-medium {
    min-height:50%;
    padding-top: 150px;
    text-align: center;
    color:#fff;
    background: #333 url('../img/header2.jpg') no-repeat center 70%; 
    background-size:cover;
}

.cover-section-small {
    min-height:25%;
    padding-top: 8em;
    text-align: center;
    color:#fff;
    background: #4CAF50 url('../img/header1.jpg') no-repeat center 20%; 
    background-size:cover;
}

.content-section {
    background: #eee;
    padding-top: 40px;
}

.content-page {
    background: #fff;
    margin: 0px 0px 40px;
    padding: 20px;
}

.content-page small {
    font-size: 70%;
}

 /**
 * 4. Buttons 
 */

.btn-install {
    background-color: #4CB953 !important;
    border: none; 
    color: #fff !important; 
    min-width: 150px; 
    font-weight: 600; 
    min-height: 30px; 
    line-height: 28px;
}

.btn-install:hover {
    background-color: #328c37 !important;
    text-decoration: none !important;
}

.btn-install-large {
    min-height: 50px;
    line-height: 45px;
    min-width: 250px;
}

.btn-secondary {
    background-color: #4CB953 !important;
    border: none; 
    color: #fff !important; 
    min-width: 150px; 
    font-weight: 600; 
    min-height: 30px; 
    line-height: 28px;
}

.browser-icon {
    max-height: 20px;
    min-height: 20px;
    max-width: 20px;
    min-width: 20px;  
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}

.btn-green{
    border: 1px solid #4CAF50;
    background: #4CAF50;
    color: #fff;
    border-radius: 0;
}

.btn-green:hover{
    box-shadow:none;
    background-color:#439a46;
    color: #fff;
}

 /**
 * 5. Deals 
 */

.col-deals {
    padding: 0;
    position: relative;
    min-height: 1px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 600px) {
    .col-deals{
        width:50%;
    }
}
@media screen and (min-width: 1092px) {
    .col-deals{
        width:25%;
    }
}

.offer {
    background: #fff;
}

.deals-grid {
    width: 75%;
    float: left;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.offer-margin-top {
    height: 10px;
    clear: both;
}

.offer-img {
    background: #fff 50% 50% no-repeat;
    min-height: 160px;
    max-height: 160px;
    background-size: contain;
}

.offer-wraper {
    margin-bottom: 20px;
}

.offer-content {
    padding: 1rem;
}

.offer-content a h4 {
    color: #4a4a4a;
}

.offer-content h4 {
    margin-bottom: 40px;
    font-size: 16px;
    height: 40px;
    /*overflow: hidden;*/
}

.offer-content big {
    font-size: 110%;
}

.offer-content hr {
    margin: 0;
}

.offer-buttons {
    padding: 1rem 0;
    margin-top: 6rem;
}

.offer-buttons .btn-green {
    width: 100%;
    font-weight: 700;
}

.show-info {
    font-size: 200%;
    color: #919191;
    cursor: pointer;
    margin-top: -10px;
}

.offer-info {
    font-size: 80%;
    display: none;
}

.offer-info p {
    margin: 6px 0;
}

.offer-provider {
    color: #919191;
}

.offer-info a {
    text-decoration: underline;
}

.text-colored {
    color: #ff5722;
}


 /**
 * 6. Footer 
 */

footer {
    background: #2E2E2E;
    color: #919394;
    padding: 20px 0;
    font-size: 14px;
}
footer a {
    color: #919394;
}
footer ul {
    list-style-type: none;
}

footer p {
    font-size: 14px;
}

 /**
  * 7. Exit-intent pop-up
  */

.exit-intent {
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1030;
    padding: 10% 50px 0;
}

.exit-intent .exit-intent-close {
    position: fixed;
    top: 15px;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
}


 /** 
  * 8. Helpers 
  */
.padding-80{
    padding: 80px 0;
}

.margin-top-80 {
    margin-top: 80px;
}

.padding-40{
    padding: 40px 0;
}

.margin-top-40 {
    margin-top: 40px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.icon-150 {
    max-height: 150px;
}

.attribution {
    font-size: 10px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.highlight {
    /*border-radius: 1em 1em 1em 0;
    background-image: linear-gradient(-100deg, rgba(87,0,127,0.25), rgba(87,0,127,0.35) 95%, rgba(87,0,127,0.12));*/
    background-image: url(../img/underline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
}

 /**
 * 9. Animations 
 */

@keyframes wobble-hor-bottom {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.wobble-hor-bottom {
    -webkit-animation: wobble-hor-bottom 0.8s both;
    -moz-animation: wobble-hor-bottom 0.8s both;
    animation: wobble-hor-bottom 0.8s both;
    animation-delay: 56s;
}
