html {
        overflow-x: hidden;
}
body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
}
.navbar-brand {
	padding: 0;
}
.text-muted {
    color: #444;
}
.text-primary {
    color: #36AB77;
}
.font-400 {
    font-weight: 400;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #36AB77;
}
a:hover, a:focus, a:active, a.active {
    color: #2A9464;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-darkest-gray {
    background-color: #222;
}
.btn-primary {
    color: #fff;
    background-color: #36AB77;
    border-color: #36AB77;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2A9464;
    border-color: #2A9464;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #36AB77;
    border-color: #36AB77;
}
.btn-primary .badge {
    color: #36AB77;
    background-color: #fff;
}
.btn-xl {
    color: #fff;
    background-color: #36AB77;
    border-color: #36AB77;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #2A9464;
    border-color: #2A9464;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    background-color: #36AB77;
    border-color: #36AB77;
}
.btn-xl .badge {
    color: #36AB77;
    background-color: #fff;
}
.navbar-default {
    background-color: #222;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #36AB77;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #2A9464;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
    background-color: #36AB77;
    border-color: #36AB77;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #36AB77;
}
.navbar-default .nav li a {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #36AB77;
    outline: 0;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #36AB77;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #2A9464;
}

.kickstarter-coming-soon {
    position: absolute;
    right: 10px;
    top: 22px;
    width: 75px;
}
.calendars-icons {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
#quality ul {
    padding-left: 15px;
}



@media (min-width:768px) {
    .calendars-icons {
        display: inline-block;
        padding: 10px 25px 15px 100px;
        margin-left: -96px;
        margin-top: 15px;
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        border: 1px solid #ECECEC;
        width: auto;
    }
    #quality ul {
        padding-left: 40px;
    }
    .kickstarter-coming-soon {
        position: absolute;
        right: 50px;
        top: 50px;
        width: 100px;
    }
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s;
        border: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 30px;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
header {
    background-image: url(../img/heroImage-mobile.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    image-rendering: -webkit-optimize-contrast;
}
header .intro-text {
    padding-top: 20px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
    font-weight: 100;
}
header .intro-text .intro-heading {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-top: 40px;
    color: #333;
}
/*@media (min-width:768px) {*/
    header .intro-text {
    padding-top: 30px;
    padding-bottom: 450px;
}
header .intro-text .intro-lead-in {
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 100;
    text-align: left;
}
header .intro-text .intro-lead-in img {
    width: 150px;
}
header .intro-text .intro-heading-small {
    font-size: 24px;
    text-transform: none;
    font-style: italic;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    color: #139D61;
}
/*header .intro-text .intro-heading-small:before {
    border-top: 2px solid #139D61;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: -155%;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: 0;
    margin-top: 2px;
}
header .intro-text .intro-heading-small:after {
    border-top: 2px solid #139D61;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 115%;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: 0;
    margin-top: 2px;
}*/

header .intro-text .intro-heading-small2 {
    font-size: 28px;
    text-transform: none;
    font-style: italic;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #139D61;
}
header .intro-text .intro-heading-small2:before {
    border-top: 2px solid #139D61;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: -130%;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    margin-top: 2px;
}
header .intro-text .intro-heading-small2:after {
    border-top: 2px solid #139D61;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 105%;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    margin-top: 2px;
}
.bg-notebooks {
    background: none;
}

@media (min-width:768px) {
    header {
        background-image: url(../img/heroImage211.jpg);
        background-repeat: none;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        text-align: center;
        color: #fff;
        image-rendering: -webkit-optimize-contrast;
    }
    header .intro-text {
        padding-top: 30px;
    }
    header .intro-text .intro-heading {
        font-size: 45px;
        line-height: 47px;
        margin-top: 20px;
        padding-top: 100px;
        text-align: left;
        margin-left: 40px;
    }
    header .intro-text .intro-heading-small {
        font-size: 35px;
        padding: 0;
    }
    header .intro-text .intro-heading-small2 {
        font-size: 35px;
    }
    header .intro-text .intro-lead-in {
        position: absolute;
        text-align: left;
        margin-left: 40px;
    }
    header .intro-text .intro-heading-small:before {
        left: -170%;
        width: 50%;
    }
    header .intro-text .intro-heading-small:after {
        left: 115%;
        width: 50%;
    }
    .bg-notebooks {
        background: url('http://sliceplanner.com/wp-content/themes/Martial-Lite/landingTwo/img/block3/hands2.jpg') no-repeat center right;
        background-size: auto 70%;
        background-position: right -60% center;
    }
}
@media (min-width:900px) {
    .bg-notebooks {
        background-size: auto 70%;
        background-position: right -20% center;
    }
}
@media (min-width:1000px) {
    .bg-notebooks {
        background-size: auto 75%;
        background-position: right center;
    }
}
@media (min-width:1100px) {
    .bg-notebooks {
        background-size: auto 80%;
    }
}
@media (min-width:1200px) {
    .bg-notebooks {
        background-size: auto 90%;
    }
}
@media (min-width:1300px) {
    .bg-notebooks {
        background-size: auto 100%;
    }
}

section {
    padding: 50px 0;
}
section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
}
section h2.section-heading.second {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}
section h3.section-subheading {
    font-size: 16px;
    /*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}
@media (min-width:768px) {
    section {
        padding: 70px 0;
    }
    section h2.section-heading {
        font-size: 45px;
    }
    section h2.section-heading.second {
        font-size: 30px;
    }
}
.service-heading {
    margin: 15px 0;
    text-transform: none;
}
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
@media (min-width:767px) {
    #portfolio .portfolio-item {
    margin: 0 0 30px;
}
}.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #36AB77;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media (min-width:768px) {
    .timeline:before {
    left: 50%}
.timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
}
.timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}
.timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}
}@media (min-width:992px) {
    .timeline>li {
    min-height: 150px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}
.timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
}
}@media (min-width:1200px) {
    .timeline>li {
    min-height: 170px;
}
.timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
}
.timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}
.timeline>li .timeline-image h4 {
    margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
}
}.team-member {
    text-align: center;
    margin-bottom: 50px;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
aside.clients img {
    margin: 50px auto;
}
section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: #fff;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #36AB77;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact ::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact :-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contact .text-danger {
    color: #e74c3c;
}
footer {
    padding: 70px 0 35px 0;
    text-align: center;
}
footer span.copyright {
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #36AB77;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}
.portfolio-modal .ouibounce-modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .ouibounce-modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .ouibounce-modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .ouibounce-modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .ouibounce-modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .ouibounce-modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.portfolio-modal .ouibounce-modal-backdrop {
    opacity: 0;
    display: none;
}
::-moz-selection {
    text-shadow: none;
    background: #36AB77;
}
::selection {
    text-shadow: none;
    background: #36AB77;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #36AB77;
}

/******************************************** CUSTOM STYLES ******************************************/
body {
    color: #555;
}
.navbar-fixed-top {
    opacity: 0;
    z-index: -1;
}
.navbar-shrink {
    opacity: 1;
    z-index: 999;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.section-nopadding {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.uppercase {
    text-transform: uppercase;
}
.nomargin {
  margin: 0 !important;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-40 {
    padding: 40px;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-25 {
  padding-right: 25px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-15 {
    padding-top: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-100 {
    margin-top: 100px;
}
.font-12 {
    font-size: 12px;
}
.lite-font {
    font-weight: 100;
}
.bg-gray {
    background-color: #ccc;
}
.navbar-brand>img {
    max-height: 85%;
    margin: 5px 0 0 10px; 
}
input#mce-EMAIL, input#mce-EMAIL2, input#mce-EMAIL3 {
    padding: 4px 5px !important;
    height: 48px !important;
    width: 200px !important;
    font-family: 'Ubuntu', sans-serif !important;
    border-radius: 3px 0 0 3px !important;
}
input#mc-embedded-subscribe, input#mc-embedded-subscribe2 {
    padding: 4px 10px !important;
    height: 48px !important;
    width: auto !important;
    font-size: 18px !important;
    background-color: #36AB77 !important;
    margin-left: -4px !important;
    border-radius: 0 3px 3px 0 !important;
}
input#mc-embedded-subscribe:hover, input#mc-embedded-subscribe2:hover {
	background-color: #2A9464 !important;
}
#mc_embed_signup, #mc_embed_signup2 {
    display: inline-block;
    padding: 5px;
    background-color: rgb(30, 80, 58);
    border-radius: 5px;
    text-align: center !important
}
.top-mail-form {
    margin-top: 260px;
    text-align: center;
}
@media screen and (min-width: 768px){
    .top-mail-form {
        margin-top: 260px;
        text-align: left;
    }
    #mc_embed_signup {
        padding: 10px 30px;
        background-color: rgb(30, 80, 58);
        margin-left: 40px;
    ;
    }
    input#mce-EMAIL {
        width: 260px !important;
    }
    .top-mail-form {
        margin-top: 75px;
    }
    .navbar-brand>img {
        max-height: 85px;
        margin: 0; 
    }

}
/*a.page-scroll.green {
    border-radius: 3px;
    margin: 0 3px;
    border: 1px solid #1A8656;
}
a.page-scroll.green:hover {
    background-color: #36AB77;
    color: #fff;
}*/
.howitworks-img {
    /*border-radius: 50%;*/
    display: inline-block;
    border: 1px solid #f3f3f3;
}
.howitworks-num {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(54,171,119,0.6);
    font-size: 45px;
    text-align: center;
    top: 50%;
    line-height: 80px;
    color: #FFFFFF;
    margin-top: -40px;
}

.howitworks-num.right {
    right: -40px;
    left: auto;
}
.howitworks-num.left {
    left: -40px;
    right: auto;
}
#subscribe-section #mc_embed_signup {
    background-color: rgba(255, 255, 255, 0.5);
}
.work-with, #subscribe-section {
    background-color: #13985D;
    color: #fff;
    padding: 30px 0 50px 0;
}
.work-with {
    text-align: center;
}
.work-with-title {
    vertical-align: middle;
    display: block;
    font-size: 18px;
    line-height: 19px;
    margin-left: 0;
}
.work-with img {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}
#whyitworks p {
    font-size: 13px;
    margin-bottom: 30px;
}
#whyitworks {
    background-image: url(/wp-content/themes/twentysixteen/landingOne/img/diagram-bg.jpg);
    background-repeat: no-repeat;
    background-position: -377px -313px;
}

.lightbox-link {
    position: relative;
    display: block;
}
.lightbox-link span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}
.lightbox-link:hover span {
    background-color: rgba(255, 255, 255, 0.3);
}
img#lightbox-image {
    max-width: 100%;
}
.v-table {
    display: block;
}
.v-cell {
    display: block;
    vertical-align: middle;
    position: relative;
}
.v-cell.left {
    width: 100%;
}
.v-cell.right {
    width: 100%;
}
.v-cell .desc {
    display: inline-block;
    max-width: 600px;
    padding: 0;
    margin-bottom: 70px;
}
.v-cell .desc .h4 {
    font-size: 35px;
    font-weight: 100;
    color: #15B16C;
}
.v-cell .desc .text-muted {
    font-size: 17px;
    font-weight: 100;
    color: #333;
}
.br-right {
    border-radius: 0;
}
.br-left {
    border-radius: 0;
}
.v-table .xs-hidden {
    display: none;
}
.v-table .sm-visible {
    display: block;
}
.gallery-bttn a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #36AB77;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    text-decoration: none;
    margin: 20px 0 10px;
    border-radius: 4px;
}
.gallery-bttn a:hover {
    background-color: #2A9464;
}
#share-notes .h4, #quality .h4 {
    font-size: 30px;
    font-weight: 100;
    color: #16B26D;
}
#quality .h4 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #333;
}
#share-notes .text-muted {
    font-size: 18px;
    margin-bottom: 50px;
}
#quality .text-muted {
    font-size: 23px;
    font-weight: 100;
    margin-top: 5px;
    line-height: 1.4em;
}
#quality .text-muted span {
    font-size: 15px;
    color: #666;
    display: block;
    /*font-style: italic;*/
    line-height: 1em;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px){
    .work-with {
        text-align: left;
        padding: 60px 0 90px 0;
    }
    .work-with-title {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        font-size: 23px;
        line-height: 23px;
        margin-left: 10px;
    }
    .work-with img {
        width: 64px;
        height: 64px;
        margin-bottom: 0;
    }
    .v-table {
        display: table;
        border-collapse: separate;
        border-spacing: 10px 5px;
    }
    .v-cell {
        display: table-cell;
        vertical-align: middle;
        background-color: #F5F5F5;
    }
    .v-cell.left {
        width: 50%;
    }
    .v-cell.right {
        width: 50%;
    }
    .v-cell .desc {
        display: inline-block;
        max-width: 600px;
        padding: 25px;
    }
    .v-cell .desc .h4 {
        font-size: 35px;
        font-weight: 100;
        color: #15B16C;
    }
    .v-cell .desc .text-muted {
        font-size: 21px;
        font-weight: 100;
        color: #333;
    }
    .br-right {
        border-radius: 0 5px 5px 0;
    }
    .br-left {
        border-radius: 5px 0 0 5px;
    }
    .v-table .xs-hidden {
        display: table-cell;
    }
    .v-table .sm-visible {
        display: none;
    }
}



@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 0%;
    }
    10% {
        opacity: 1;
        top: 40%;
    }
    20% {
        opacity: 1;
        top: 0%;
    }
    30% {
        opacity: 1;
        top: 15%;
    }
    40% {
        opacity: 1;
        top: 0%;
    }

    100% {
        opacity: 1;
        top: 0%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 0%;
    }
    10% {
        opacity: 1;
        top: 40%;
    }
    20% {
        opacity: 1;
        top: 0%;
    }
    30% {
        opacity: 1;
        top: 15%;
    }
    40% {
        opacity: 1;
        top: 0%;
    }

    100% {
        opacity: 1;
        top: 0%;
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 0%;
    }
    10% {
        opacity: 1;
        top: 40%;
    }
    20% {
        opacity: 1;
        top: 0%;
    }
    30% {
        opacity: 1;
        top: 15%;
    }
    40% {
        opacity: 1;
        top: 0%;
    }

    100% {
        opacity: 1;
        top: 0%;
    }
}
.scroll-btn {
    display: block;
    position: relative;
    width: 35px;
    height: 55px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.scroll-btn a {
    position: absolute;
    display: block;
    font-size: 50px;
    color: #16B26D;
    -webkit-animation: ani-mouse 2.5s ease-in-out 3s 3;
    -moz-animation: ani-mouse 2.5s ease-in-out 3s 3;
    animation: ani-mouse 2.5s ease-in-out 3s 3;
}

.scroll-btn {
    display: none;
}
@media screen and (min-width: 768px){
    .scroll-btn {
        display: block;
    }
    #whyitworks p {
        font-size: 18px;
    }
}



#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .ouibounce-modal {
  width: 600px;
  height: 400px;
  background-color: #f0f1f2;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .ouibounce-modal-title {
  font-size: 18px;
  background-color: #4AB471;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1.3em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .ouibounce-modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}
#ouibounce-modal p {
  color: #344a5f;
  line-height: 1.3em;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}
.ouibounce-modal h2 {
    font-size: 35px;
}
.ouibounce-modal #mce-EMAIL3 {
    border: 1px solid #36AB77;
}
.ouibounce-modal #mc-embedded-subscribe3 {
    margin-top: -4px;
    padding: 4px 10px !important;
    height: 48px !important;
    width: auto !important;
    font-size: 18px !important;
    background-color: #36AB77 !important;
    margin-left: -4px !important;
    border-radius: 0 3px 3px 0 !important;
}
#ouibounce-modal .ouibounce-modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .ouibounce-modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
    #ouibounce-modal {
        display: none !important;
    }
}

.video-bttn {
    background-color: #36AB77;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    line-height: 26px;
}
.video-bttn:hover {
    background-color: #2A9464;
    text-decoration: none;
    color: #fff;
}
.video-bttn i {
    margin-right: 10px;
    font-size: 26px;
}

.hiddenimportant {
    display: none !important;
}


/********* PREORDER **********/



.p-wrapper {
    width: 100%;
    min-height: 100vh;
    background: url(../img/bg.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.p-wrapper .logo {
    width: 300px;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 0;
}
.p-wrapper .hero {
    display: inline-block;
    width: 70%;
    color: #fff;
    margin-top: 25vh;
}
.p-wrapper .hero h1 {
    font-size: 4em;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.p-wrapper .hero h2 {
    font-size: 2em;
    padding: 10px;
}

#mc_embed_signup {
    margin-left: 0;
    background-color: rgba(0,0,0,0.5);
    margin-top: 40px;
}
.pr-logo {
    max-width: 50%;
    margin: 0 10px 10px 10px;
    display: inline-block;
}
#mc_embed_signup .button {
    letter-spacing: 0 !important;
}
a.pdfbutton {
    padding: 15px 25px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1cc57a;
}
a.pdfbutton:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 768px){
    .p-wrapper .hero {
        width: 95%;
        margin-top: 20vh;
    }
    .p-wrapper .hero h1 {
        font-size: 2em;
    }
    .p-wrapper .hero h2 {
        display: none;
        font-size: 1.4em;
    }
    .p-wrapper .logo {
        width: 160px;
    }
    a.pdfbutton {
        font-size: 18px;
        padding: 10px 18px;
    }
}
