
@font-face {
    font-family: 'Product Sans';
    src: url('fonts/ProductSans-BoldItalic.eot');
    src: local('Product Sans Bold Italic'), local('ProductSans-BoldItalic'),
    url('fonts/ProductSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProductSans-BoldItalic.woff2') format('woff2'),
    url('fonts/ProductSans-BoldItalic.woff') format('woff'),
    url('fonts/ProductSans-BoldItalic.ttf') format('truetype'),
    url('fonts/ProductSans-BoldItalic.svg#ProductSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/ProductSans-Bold.eot');
    src: local('Product Sans Bold'), local('ProductSans-Bold'),
    url('fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProductSans-Bold.woff2') format('woff2'),
    url('fonts/ProductSans-Bold.woff') format('woff'),
    url('fonts/ProductSans-Bold.ttf') format('truetype'),
    url('fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/ProductSans-Regular.eot');
    src: local('Product Sans'), local('ProductSans-Regular'),
    url('fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProductSans-Regular.woff2') format('woff2'),
    url('fonts/ProductSans-Regular.woff') format('woff'),
    url('fonts/ProductSans-Regular.ttf') format('truetype'),
    url('fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('fonts/ProductSans-Italic.eot');
    src: local('Product Sans Italic'), local('ProductSans-Italic'),
    url('fonts/ProductSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProductSans-Italic.woff2') format('woff2'),
    url('fonts/ProductSans-Italic.woff') format('woff'),
    url('fonts/ProductSans-Italic.ttf') format('truetype'),
    url('fonts/ProductSans-Italic.svg#ProductSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeue.woff2') format('woff2'),
    url('fonts/HelveticaNeue.woff') format('woff'),
    url('fonts/HelveticaNeue.ttf') format('truetype'),
    url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** {*/
    /*outline: solid 1px #eb491a;*/
/*}*/


body {
    font-family: 'Product Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #454545;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #48af86;
}

img {
    max-width: 100%;
    height: auto;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cbcbcb;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #cbcbcb;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #cbcbcb;
}
:-moz-placeholder { /* Firefox 18- */
    color: #cbcbcb;
}


/* Loader */

.preloade {
    background-color: #ffffff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.preloade span {
    background: #48af86;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #48af86, #4fbd93);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right top, from(#48af86), to(#4fbd93));
    background: -o-linear-gradient(left, #48af86, #4fbd93);
    background: linear-gradient(to right, #48af86, #4fbd93);
    border-radius: 100%;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear;
}

.preloade span img {
    /* margin: 10px; */
    width: 100%;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 20px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 20px rgba(79, 189, 147, 0.5);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
    }
}

@keyframes mymove {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
    }
    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 20px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 20px rgba(79, 189, 147, 0.5);
    }
    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 10px rgba(72, 175, 134, 0.5), 0 0 0 10px rgba(79, 189, 147, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
        box-shadow: 0 0 0 0 rgba(72, 175, 134, 0.5), 0 0 0 0 rgba(79, 189, 147, 0.5);
    }
}

.preloade span i {
    bottom: -7px;
    color: #ffffff;
    font-size: 28px;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

/* Navbar */

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.navbar-light {
    background: #FFF;
}

.navbar.slim {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #45454599;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #454545;
}

.logo-text {
    letter-spacing: 2px;
}

.navbar-bttn {
    padding: 10px 30px;
    background-color: #ffffff;
    border: 1px solid #48af86;
    color: #48af86;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
}

.navbar-bttn.active,
.navbar-bttn:hover {
    color: #ffffff;
    background-color: #48af86;
}

.navbar-bttn.active:hover {
    background-color: #ffffff;
    color: #48af86;
}

.distinguish {
    color: #48af86;
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}


/* Header */

.headline {
    font-size: 40px;
    font-weight: bold;
}

.headline-description {
    font-size: 18px;;
}

.input-email {
    border: solid 1px #cbcbcb;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    color: #454545;
    outline: none;
    box-shadow: none;
}

.input-email.error {
    border: solid 1px #f16b6f;
}

.input-email:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px #48af86;
}

.input-email.error:focus {
    border: solid 1px #f05b63;
}

.input-description {
    color: #868686;
    font-size: 12px
}

.send-button {
    border-radius: 4px;
    background: #48af86;
    border: solid 1px #48af86;
    color: white;
    padding: 12px 24px;
    font-size: 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    outline: none;
    box-shadow: none;
}

.send-button:focus {
    outline: none;
    box-shadow: none;
}

.send-button-red {
    background: #f16b6f;
    border: solid 1px #f16b6f;
    color: white;
}

.product-hunt-button {
    background: #ffffff;
    border: solid 1px #de461a;
    padding: 8px 24px;
    color: #454545;
}

.product-hunt-button:hover {
    color: #454545;
}

.product-hunt-button:focus {
    color: #454545;
}

.send-button:hover {
    background: #37A076;
    border: solid 1px #37A076;
}

.send-button-red:hover {
    background: #de461a;
    border: solid 1px #de461a;
}

.product-hunt-button:hover {
    background: #f0f0f0;
    border: solid 1px #de461a;
}

.section-side-photo {
    display: block;
    width: 70%;
    margin: 0 auto
}

.section-container {
    padding-top: 100px;
    /*padding-bottom: 50px;*/
}

.section-title {
    font-size: 24px;
}

.section-header-custom-color {
    color: #1f335a;
}

.section-description {
    font-size: 18px;
    color: #868686;
    font-family: 'Helvetica Neue';
}

.product-hunt-bg {
    background: #de461a;
}

.product-hunt-logo {
    background: url(images/ic_logo_producthunt.png);
    display: inline-block;
    width: 9.37rem;
    height: 2.2rem;
    background-size: 100% 100%;
    margin-bottom: -0.6rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.product-hunt-color {
    color: #eb491a;
}

.product-hunt-logo-container {
    position: absolute;
    left: 50%;
    top: -21px;
    transform: translateX(-21px);
}

.footer-area {
    /* margin-top: 50px; */
    background-color: #fafafa;
}

.footer-area .row {
    height: 120px;
}

.footer-area a, .footer-area .text {
    color: #797e95;
    font-size: 12px;
}

.separator {
    max-width: 430px;
    margin: 0 auto;
    height: 1px;
    background: #e4e7f4;
}

.behance-text {
    color: #0065ff;
}

.dribbble-text {
    color: #f13a86;
}

.text-white {
    color: white;
}

.position-relative {
    position: relative;
}

.text-bold {
    font-weight: bold;
}

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

#subscribe_success .modal-header {
    border: none;
}

#subscribe_success .modal-header h5 {
    padding-top: 56px;
    text-align: center;
    width: 100%;
}

#subscribe_success .modal-body hr {
    max-width: 50%;
    margin-top: 32px;
    margin-bottom: 24px;
}


.paypal-bttn {
    padding: 10px 30px;
    background-color: #ffffff;
    border: 1px solid #139ad6;
    color: #139ad6;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
}

.paypal-bttn.active,
.paypal-bttn:hover {
    background-color: #ededed;
}

.ios-toggle,.ios-toggle:active {
    position:absolute;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label {
    display:block;
    position:relative;
    padding:10px;
    font-size:12px;
    line-height: 1px;
    width:100%;
    height: 20px;
    width: 37px;
    margin: 0 auto;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}
.checkbox-label:before {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    line-height: 24px;
    text-indent:40px;
    height: 20px;
    width: 20px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    font-family: 'Helvetica Neue';
    /*box-shadow*/
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,.2),0 0 0 1px #dddddd;
    -moz-box-shadow:0 2px 2px rgba(0,0,0,.2),0 0 0 1px #dddddd;
    box-shadow:0 2px 2px rgba(0,0,0,.2),0 0 0 1px #dddddd;
    transition: left 0.15s ease-in;
}
.checkbox-label:after{
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    left:-300px;
    padding:10px;
    height:100%;
    width:300px;
    text-align:right;
    color: #868686;
    white-space:nowrap;
    font-family: 'Helvetica Neue';
}
.ios-toggle:checked + .checkbox-label{
    /*box-shadow*/
    color: #48af86;
    -webkit-box-shadow:inset 0 0 0 20px rgba(72,175,134,1),0 0 0 2px rgba(72,175,134,1);
    -moz-box-shadow:inset 0 0 0 20px rgba(72,175,134,1),0 0 0 2px rgba(72,175,134,1);
    box-shadow:inset 0 0 0 20px rgba(72,175,134,1),0 0 0 2px rgba(72,175,134,1);
}
.ios-toggle:checked + .checkbox-label:before{
    left: calc(100% - 20px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle + .checkbox-label:after {
    content: 'Mojave Dark UI';
    left:60px;
    width:36px;
}
/* GREEN CHECKBOX */

#checkbox1 + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 0px rgba(72,175,134,1),0 0 0 1px #dddddd;
    -moz-box-shadow:inset 0 0 0 0px rgba(72,175,134,1),0 0 0 1px #dddddd;
    box-shadow:inset 0 0 0 0px rgba(72,175,134,1),0 0 0 1px #dddddd;
}
#checkbox1:checked + .checkbox-label{
    /*box-shadow*/
    -webkit-box-shadow:inset 0 0 0 18px rgba(72,175,134,1),0 0 0 1px rgba(72,175,134,1);
    -moz-box-shadow:inset 0 0 0 18px rgba(72,175,134,1),0 0 0 1px rgba(72,175,134,1);
    box-shadow:inset 0 0 0 18px rgba(72,175,134,1),0 0 0 1px rgba(72,175,134,1);
}
#checkbox1:checked + .checkbox-label:after{
    /* color:rgba(72,175,134,1); */
}

#photo-standard {
    background-image: url(images/newsfeed.png);
    background-size: cover;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.twitter-link {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin: 0 16px -3px;
    background: url('images/ic_twitter.svg') no-repeat;
}

.facebook-link {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
    background: url('images/ic_facebook.svg') no-repeat;
}

.mv-2 {
    padding: 0 2rem;
}