@font-face {
    font-family: 'Cyberela';
    src: url('../fonts/ACCyberella/AC-Cyberella_Unicode.ttf');
}

html, body {
    min-height: 100%;
    height: auto;
}
body {
    color: #676a6c;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
}
span.navy {
    color: #7BD0B3;
}
p.text-color {
    color: #676a6c;
}
a.navy-link {
    color: #7BD0B3;
    text-decoration: none;
}
a.navy-link:hover {
    color: #17a185;
}
section p {
    color: #707070;
    font-size: 16px;
    text-align: justify;
    text-indent: 35px;
    line-height: 1.7em;
    margin-bottom: 30px;
}
section > header {
    text-align: center;
    margin-bottom: 50px;
}
address {
    font-size: 13px;
}
h1 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: normal;
}
h2 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 100;
}
.navy-line {
    width: 60px;
    height: 1px;
    margin: 60px auto 45px;
    border-bottom: 2px solid #7BD0B3;
}
#features .navy-line {
    margin-top: 0;
}
.navy-bg {
    background-color: #7BD0B3;
    color: #ffffff;
}
.img-responsive {
    margin: 0 auto;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar .navbar-brand {
    display: none;
}
.navbar-default.navbar-scroll {
    background-color: #ffffff;
    border-color: #fff;
    padding: 15px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .nav li a {
    color: #fff;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-default .nav .dropdown-menu a {
    color: #454545;
    font-weight: 400;
    letter-spacing: initial;
    text-transform: none;
}
.navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}
.navbar-nav > li > a span.fa-globe {
    font-size: 18px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    border-top: 6px solid #7BD0B3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:active,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    border-top-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fff;
}
.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
}
.navbar-scroll.navbar-default .nav li a {
    color: #676a6c;
}
.navbar-scroll.navbar-default .nav li a:hover {
    color: #7BD0B3;
}
.navbar-wrapper .navbar.navbar-scroll {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}
.nav > li > a {
    padding: 25px 10px 15px 10px;
}
.navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px;
}
.navbar.navbar-scroll .navbar-brand {
    display: inline;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0px;
    height: auto;
}
.navbar-default .nav li a.rounded {
    color: #ffffff;
    border: solid #ffffff 1px;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 18px 5px;
}
.navbar-scroll .nav li a.rounded {
    color: #676a6c;
    border-color: #676a6c;
    margin: 14px 5px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    outline: none;
}
/* Sections
------------------------- */
.full-height {
    width: 100%;
    height: 100%;
    height: auto;
    min-height: 100vh;
}
.navy-section {
    background: #7BD0B3;
    color: #fff;
    padding: 20px 0;
}
.gray-section {
    background: #f4f4f4;
    padding: 20px 0;
}
.scroll-container {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 25px;
}
.scroll-container > a {
    color: #ffffff;
    font-size: 40px;
    padding: 0 15px;
    border-radius: 100%;
    border: solid #ffffff 1px;
}
.unique-value-proposition {
    color: #fff;
    position: absolute;
    bottom: 190px;
    font-weight: 600;
    font-size: 32px;
    width: 100%;
    text-align: center;
}
.fa.icon {
    color: #7BD0B3;
}

/* Cookie consent */
.cookie-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    min-height: 35px;
    background: #FFFFFF;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
}
.cookie-wrapper span {
    display: inline-block;
    padding-top: 2px;
    margin-right: 20px;
}
.cookie-wrapper .btn.btn-default {
    background: #7BD0B3;
    border: none;
    color: #FFFFFF;
}
.cookie-consent-active .cookie-wrapper {
    display: block;
}

#splash {
    background-image: url('../img/splash-512.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7BD0B3;
}
#intro, 
#features,
#testimonials,
#pricing,
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

#intro .video-container {
    text-align: center;
    margin-top: 35px;
}
#intro iframe {
    max-width: 100% !important;
    height: auto !important;
    min-height: 315px;
    margin: 0 auto;
    position: relative;
}
#intro iframe:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100%;
}
#intro {
    padding-bottom: 0;
}

#features h2 {
    font-size: 20px;
    font-weight: 500;
    color: #4f4f4f;
}
#features .feature {
    text-align: center;
}
#features .feature p {
    text-indent: 0;
    font-size: 14px;
    color: #777777;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: center;
}

#testimonials {
    background-image: url('../img/shattered.png');
    background-color: #A8A49C;
    background-position: center center;
}
#testimonials .fa {
    color: #ffffff;
}
#testimonials blockquote {
    border-left: none;
}
#testimonials blockquote p {
    text-align: center;
    font-style: italic;
    color: #454545;
    margin-bottom: 0;
}
#testimonials blockquote footer:before {
    content: "";
}
#testimonials blockquote footer {
    font-size: 13px;
    font-style: italic;
    color: #a0a0a0;
}
#testimonials blockquote footer time {
    display: block;
}
#pricing #notes {
    font-size: 13px;
    color: #aeaeae;
    text-align: center;
    margin-bottom: 5px;
}
#pricing .table-responsive {
    border: none;
}
.pricing-plan {
    margin: 20px 30px 20px;
    border-radius: 4px;
}
@media (max-width: 650px) {
    .pricing-plan {
        width: 92%;
        max-width: 100%;
        border-radius: 10px;
        border: solid #f0f0f0 1px;
        margin: 20px auto;
    }
}
.pricing-plan.selected {
    transform: scale(1.1);
    background: #f4f4f4 ;
}
.pricing-plan li {
    padding: 10px 16px;
    text-align: center;
    color: #aeaeae;
}
.pricing-plan li li {
    white-space: break-spaces;
}
.pricing-plan .pricing-price span {
    font-size: 30px;
    font-weight: 400;
    color: #7BD0B3;
}
.pricing-plan .pricing-price span,
.pricing-plan .pricing-price a {
    display: inline-block;
    margin: 0 10px;
}
.pricing-plan.expert {
    -webkit-box-shadow: 0 10px 30px 10px rgba(161,161,161,1);
    -moz-box-shadow: 0 10px 30px 10px rgba(161,161,161,1);
    box-shadow: 0 10px 30px 10px rgba(161,161,161,1);
    color: #fff;
    border: none;
}
.pricing-plan.expert .pricing-title {
    background-color: #7BD0B3;
    color: #fff;
}
.pricing-plan.expert .pricing-price {
    background-color: #7bd0b3;
    color: #fff;
}
.pricing-plan.expert .pricing-price span {
    color: #fff;
}
.pricing-plan.expert .pricing-price .btn-primary {
    background-color: #18a689;
    border-color: #18a689;
}
td.expert-license {
    position: relative;
    background-color: #f1f7ef;
}
td.expert-license:before {
    box-shadow: -17px 0 17px -17px inset rgba(0,0,0,0.30);
    content: " ";
    height: 100%;
    top: 0;
    left: -17px;
    position: absolute;
    width: 17px;
}
td.expert-license:after {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    background: linear-gradient(90deg, rgba(207,207,207,1) 0%, rgba(255,255,255,1) 38%);
}
td.register-shadow {
    position: relative;
}
td.register-shadow:after {
     content: " ";
     height: 6px;
     position: absolute;
     width: 97%;
     top: -7px;
     left: -4px;
     box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.31);
}
td.expert-license-title-shadow {
    position: relative;
}
td.expert-license-title-shadow:before {
    content: " ";
    height: 6px;
    position: absolute;
    width: 96%;
    bottom: -10px;
    left: -2px;
    box-shadow: 0 -7px 7px 0 rgba(0, 0, 0, 0.31);
}
td.pricing-title.expert-license {
    font-size: 29px;
}
li.pricing-desc {
    font-size: 14px;
    color: #777777;
    border-top: none;
    padding: 10px 16px;
    min-height: 140px;
}
td.pricing-title {
    background: #7BD0B3;
    color: #fff;
    padding: 10px;
    padding-right: 35px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 650px) {
    li.pricing-title {
        color: #7BD0B3;
        padding: 10px;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
    }
}
.first-package{
    padding-left: 34px;
}
/*td{
    padding-right: 45px;
}*/
td.check-icon {
    font-size: 27px;
    color: #7BD0B3;
    text-align: center;
}
td.register-button{
    text-align: center;
}
td.times-icon{
    font-size: 26px;
    color: #ccc;
    text-align: center;
}
.features-table > tbody > tr > td {
    border-top: none;
    border-bottom: solid #fafafa 1px;
    vertical-align: middle;
    max-width: 240px;
}
.features-table tr.sales-report {
    background-color: rgb(255 207 124 / 35%);
}
.features-table tr.sales-report > td.check-icon.expert-license {
    background-color: #f1e7c7;
}
.features-table > tbody > tr:first-of-type > td,
.features-table > tbody > tr:last-of-type > td {
    border-bottom: none;
}
.features-table{
    margin-left:auto;
    margin-right:auto;
}
td.recipe-numbers {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 650px) {
    .pricing-box-layout {
        display: block !important;
    }
    .pricing-table-layout {
        display: none !important;
    }
}

#contact {
    background-image: url('../img/word_map.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
#contact .navy-line {
    margin-top: 0;
}
#contact p {
    text-indent: 0;
}

@media (min-width: 992px) {
    #contact .footer-push {
        width: 992px;
        max-width: 100%;
        bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.social-icon a {
    background: #7BD0B3;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px;
}
.social-icon a:hover {
    background: #17a185;
}
/* Buttons - only primary custom button
------------------------- */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.btn-primary {
    background-color: #7BD0B3;
    border-color: #7BD0B3;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #18a689;
    border-color: #18a689;
    color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (max-width: 1200px) {
    .cookie-wrapper {
        min-height: 45px;
    }
}
@media (max-width: 992px) {
    .carousel-image {
        display: none;
    }
    .cookie-wrapper {
        min-height: 65px;
    }
}
@media (max-width: 768px) {
    .carousel-caption,
    .carousel-caption.blank {
        left: 5%;
        top: 80px;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }

    .cookie-wrapper {
        min-height: 80px;
    }

    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }
    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0;
    }
    .navbar-default .navbar-toggle {
        z-index: 10000;
    }
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: inherit;
    }
    .navbar-default .nav li a {
        color: #676a6c;
    }
    .navbar-default .nav li a:hover {
        color: #7BD0B3;
    }
    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }
    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }
    .navbar-nav > li > a {
        padding: 20px 10px;
    }
    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
        display: inline-block;
    }
    .navbar-wrapper .navbar {
        padding-left: 15px;
        padding-right: 5px;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }
    .carousel-control {
        display: none;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
/* MARGINS & PADDINGS
-------------------------------------------------- */
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-l-sm{
    padding-left: 8px;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
/* PACE PLUGIN
-------------------------------------------------- */
.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}
section.timeline {
    padding-bottom: 30px;
}
section.comments {
    padding-bottom: 80px;
}
.comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
}
.comments-avatar .commens-name {
    font-weight: 600;
    font-size: 14px;
}
.comments-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
}
.bubble {
    position: relative;
    height: 120px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
}
.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}
/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}
.vertical-timeline-content .btn {
    float: right;
}
#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent ;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent  transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}


/* Slideshow container---------------------------------------------------------------------- */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    min-height: 315px;
}

#testimonials .quote {
    font-size: 86px;
    width: 100%;
    text-align: left;
    left: -14px;
    top: -16px;
    position: absolute;
    z-index: -10000;
    opacity: 0.8;
}

.slideshow-container img {
    position: relative;
    float: right;
    height:auto;
    width:  30%;
    right: 182px;
    box-shadow: 14px 14px #7BD0B3;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.slideshow-container .clear{
    clear: both;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #777;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 89px;
    border-radius: 3px 0 0 3px;
}

a.prev {
    left: 149px;
}

/* On hover, add a black background color with a little bit see-through */
a.prev:hover, a.next:hover {
    color:#fff;
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideshow-text {
    width: 30%;
    color: #777;
    font-size: 20px;
    line-height: 1.7;
    left: 248px;
    padding-left: 11px;
    padding-right: 11px;
    position: absolute;
    text-align: LEFT;
}

.chef {
    font-size: 19px;
    color: #7BD0B3;
    font-weight: bold;
    margin-top: 15px;
    padding-right: 11px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    clear:both;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 50px 3px;
    background-color: #777;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: #7BD0B3;
}

/* Fading animation */
.slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity:inherit;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
    max-height: unset;
}

#video .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.video-container {
    text-align: center;
}
.video-container iframe {
    max-width: 100%;
}
/* ---------------------------------------------------------------------- */



@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}
@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }

    .slideshow-text{
        font-size: 15px;
        left: 211px;
    }

    .slideshow-container img{
        width: 25%;
        right: 154px;
    }

}

@media only screen and (max-width: 992px) {
    .slideshow-container .next {
        right: 20px;
    }

    a.prev {
        left: 42px;
    }

    .slideshow-text{
        width: 40%;
        left: 93px;
    }

    .chef{
        font-size: 15px;
    }

}

@media only screen and (max-width: 990px) {
    .slideshow-container img {
        width: 30%;
        right: 97px;
    }
}

@media only screen and (max-width: 670px) {

    .slideshow-container .next {
        right: -6px;
    }

    a.prev {
        left: -9px;
    }

    .slideshow-text {
        left: 50px;
        padding-left: 17px;
        padding-right: 0px;
    }

    .slideshow-container img {
        right: 62px;
    }

    .chef {
        font-size: 13px;
    }

}

@media only screen and (max-width: 450px) {
    .slideshow-text {
        left: 54px;
        width: 80%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
    .slideshow-container img {
        float: none;
        right: 0;
        margin-top: 25px;
    }
}


.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}
.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-block:first-child {
    margin-top: 0;
}
.vertical-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }
    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }
    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}
.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }
    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}
.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}
.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}
.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}
.vertical-date small {
    color: #7BD0B3;
    font-weight: 400;
}
.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.contact-form-container {
    max-width: 350px;
    margin: 35px auto 15px;
}
.contact-form-container .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
    box-shadow: none;
    outline: none;
}
.contact-form-container textarea {
    overflow: auto;
    resize: none;
}
.contact-form-container .g-recaptcha {
    transform: scale(0.8);
}
.contact-form-container .g-recaptcha > div {
    margin: auto;
}

#contact-btn {
    outline: none !important;
}

#copyright-notice p,
#tos-wrapper p,
#dev-notice p {
    font-size: 12px;
}
#copyright-notice {
    font-weight: bold;
}
#tos-wrapper p {
    text-align: center;
    margin-bottom: 0;
}
#dev-notice p {
    text-align: right;
}
#tos-wrapper a,
#dev-notice a {
    color: #7BD0B3;
    text-decoration: none;
}

span.error-tip {
    display: block;
    text-align: center;
    font-size: small;
    color: #a94442;
}
.moto {
    padding-top: 50px;
    text-align: center;
}
.moto p {
    font-family: 'Cyberela';
    font-weight: bold;
    font-size: 49px;
    text-align: center;
    line-height: 1em;
    text-indent: 0;
}
.moto p.text-navy {
    color: #7BD0B3;
}
.mote img {
    margin: 0 auto 25px;
    display: inline-block;
}
.list-inline {
    margin-bottom: 90px;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: 0px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}


@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    .vertical-timeline-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }
    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

@media (max-width: 992px) {
    section p {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #splash {
        background-image: url('../img/splash-256.png');
    }

    .navbar-default .nav li a.rounded {
        color: #676a6c;
        border: none;
        margin: 0;
        padding: 20px 10px;
    }

    #copyright-notice p,
    #dev-notice p {
        text-align: center;
    }
}

@media (max-height: 435px) and (orientation:landscape) {
    .scroll-container {
        bottom: 0;
    }

    .scroll-container > a {
        padding: 0 10px;
        font-size: 25px;
    }

    #intro, #features, #testimonials, #contact {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-height: 830px) {
    .unique-value-proposition {
        bottom: 110px;
        font-size: 19px;
    }
}

