
body {
    overflow-x: hidden;
    font-family: 'Lato', Calibri, Arial, sans-serif;
}

p {
    font-size: 18px;
}

    p.small {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #370837;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-weight: 200;
}

hr {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

    hr.star-light,
    hr.star-primary {
        margin: 25px auto 30px;
        padding: 0;
        max-width: 250px;
        border: 0;
        border-top: solid 5px;
        text-align: center;
    }

        hr.star-light:after,
        hr.star-primary:after {
            content: "\f005";
            display: inline-block;
            position: relative;
            top: -.8em;
            padding: 0 .25em;
            font-family: FontAwesome;
            font-size: 2em;
        }

    hr.star-light {
        border-color: #fff;
    }

        hr.star-light:after {
            color: #fff;
            background-color: #18bc9c;
        }

    hr.star-primary {
        border-color: #2c3e50;
    }

        hr.star-primary:after {
            color: #2c3e50;
            background-color: #fff;
        }

.img-centered {
    margin: 0 auto;
}

.img-circle {
    border: 3px solid #7FB254;
}

.home-titles {
    margin-bottom: 20px;
}

.navbar-brand {
    margin-right: 30px;
}

.navbar {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: /*Montserrat,"Helvetica Neue",*/ Helvetica,Arial,sans-serif;
}

.navbar-nav {
    font-weight: bold;
}

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

.trust{
  float:left;
  margin-left:15px;
  margin-top: 10px;
}


header {
    text-align: center;
    color: #fff;
    background: #370837;
    height: 500px;
}

    header .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    header img {
        display: block;
        margin: 0 auto 20px;
    }

    header .intro-text .name {
        display: block;
        text-transform: uppercase;
        font-family: /*Montserrat,"Helvetica Neue",*/ Helvetica,Arial,sans-serif;
        font-size: 2em;
        font-weight: 700;
    }

    header .intro-text .skills {
        font-size: 1.25em;
        font-weight: 300;
    }

@media (min-width:768px) {
    header .container; {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media (min-width:768px) {
    .navbar-fixed-top; {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

        .navbar-fixed-top.navbar-shrink .navbar-brand {
            font-size: 1.5em;
        }
}


.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

    .navbar .navbar-nav li a:focus {
        outline: 0;
    }

.navbar-default,
.navbar-inverse {
    border: 0;
    border-bottom: 1px solid #ddd;
}

section {
    padding: 100px 0;
}

    section h2 {
        margin: 0;
        font-size: 3em;
    }

    section.success {
        color: #fff;
        background: #18bc9c;
    }

        section.success a,
        section.success a:hover,
        section.success a:focus,
        section.success a:active,
        section.success a.active {
            outline: 0;
            color: #2c3e50;
        }

video[poster] {
    height: 240px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
video.your-video{
    height: 240px !important;
    width: 100% !important;
}
.w-100{
    width: 100% !important;
}
.videoModal .modal-header{
    padding-bottom: 30px;
}
.videoModal .modal-body{
    padding-top: 20px;
}
.videoModal video[poster]{
    height: 100% !important;
}
@media (max-width:767px) {
    section {
        padding: 75px 0;
    }

        section.first {
            padding-top: 75px;
        }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 400px;
    }

        #portfolio .portfolio-item .portfolio-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(24,188,156,.9);
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            #portfolio .portfolio-item .portfolio-link .caption:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .caption .caption-content {
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                font-size: 20px;
                color: #fff;
            }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
                #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }

#portfolio * {
    z-index: 2;
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        border: solid 2px #fff;
        color: #370837;
        background: #fff;
    }

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        z-index: 1;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        border-radius: 0;
        font-size: 1.5em;
        background: 0 0;
        box-shadow: none!important;
        resize: none;
    }

    .floating-label-form-group label {
        display: block;
        z-index: 0;
        position: relative;
        top: 2em;
        margin: 0;
        font-size: .85em;
        line-height: 1.764705882em;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
        -webkit-transition: top .3s ease,opacity .3s ease;
        -moz-transition: top .3s ease,opacity .3s ease;
        -ms-transition: top .3s ease,opacity .3s ease;
        transition: top .3s ease,opacity .3s ease;
    }

    .floating-label-form-group::not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #eee;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #7FB254;
    }

    footer .footer-col {
        margin-bottom: 50px;
    }

    footer .footer-below {
        padding: 25px 0;
        background-color: #370837;
        color: #fff;
    }

    footer a {
        color: #fff;
        text-decoration: underline;
    }

        footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 4%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portfolio-modal .modal-content h2 {
        margin: 0;
        font-size: 3em;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

    .portfolio-modal .modal-content .item-details {
        margin: 30px 0;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #2c3e50;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .portfolio-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #2c3e50;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/*On Scroll Effect Layout*/

.cbp-so-scroller {
    margin-top: 50px;
    overflow: hidden;
    color: #fff !important;
}

.cbp-so-section {
    margin-bottom: 5em;
    padding: 0;
    position: relative;
}

    /* Clear floats of children */
    .cbp-so-section:before,
    .cbp-so-section:after {
        content: " ";
        display: table;
    }

    .cbp-so-section:after {
        clear: both;
    }

    /* Text styling */
    .cbp-so-section h2 {
        font-size: 4em;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 0.5em;
    }

    .cbp-so-section p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 300;
    }

/* Sides */
.cbp-so-side {
    width: 50%;
    float: left;
    margin: 0;
    padding: 3em 4%;
    overflow: hidden;
    min-height: 12em;
}

    /* Clear floats of children */
    .cbp-so-side:before,
    .cbp-so-side:after {
        content: " ";
        display: table;
    }

    .cbp-so-side:after {
        clear: both;
    }

.cbp-so-side-right {
    text-align: left;
}

.cbp-so-side-left {
    text-align: right;
}

.cbp-so-side-right img {
    float: left;
}

.cbp-so-side-left img {
    float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
    .cbp-so-scroller {
        font-size: 65%;
    }

    .cbp-so-section h2 {
        margin: 0;
    }

    .cbp-so-side img {
        max-width: 120%;
    }
}

@media screen and (max-width: 41.125em) {
    .cbp-so-side {
        float: none;
        width: 100%;
    }

        .cbp-so-side img {
            max-width: 100%;
        }
}



/*Custom Styles*/

.navbar-brand {
    color: #370837;
}

.navbar-default {
    background-color: #fff;
}

    .navbar-default .navbar-nav > li > a {
        color: #370837;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #7FB254;
        }

/*Header button*/

.navbar-toggle {
    background-color: #370837!important;
}

/*Header button*/

.navbar-brand {
    /*padding: 0;*/
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px !important;
}


@media (min-width: 768px) {
    .navbar-fixed-top {
        padding: 15px 0;
    }
}

.ribbon {
    margin-top: 91px;
    padding-top: 30px;
    min-height: 50px;
    background-color: #370837;
}


.btn-default {
    color: #370837 !important;
    background-color: #ffffff !important;
    text-decoration: none !important;
}

    .btn-default:hover {
        background-color: #f5f5f5!important;
        border-color: #f5f5f5!important;
    }

    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #370837;
        background-color: #ffffff;
        border-color: #74898a;
    }

.btn-primary {
    color: #ffffff !important;
    background-color: #370837 !important;
    border-color: #370837;
    text-decoration: none !important;
}

    .btn-primary:hover {
        background-color: #7FB254 !important;
        border-color: #7FB254;
    }

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #370837;
        border-color: #370837;
    }

.btn-success {
    color: #ffffff !important;
    background-color: #7FB254 !important;
    border-color: #7FB254;
    text-decoration: none !important;
}


    .btn-success:hover {
        background-color: #8cba66!important;
        border-color: #8cba66!important;
    }

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #7FB254;
        border-color: #7FB254;
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 16px 23px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.center {
    text-align: center;
}

.button-group {
    margin-top: 2em;
    line-height: 60px;
}

.form-horizontal {
    padding-bottom: 3em;
}

label {
    color: #ffffff;
}

.help-block {
    color: #eee;
    font-size: 0.8em;
}

.ribbon h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    font-variant: small-caps;
    font-size: 3em;
}

.ribbon h3, .ribbon h4 {
    color: #fff;
}

.ribbon p {
    color: #fff;
    font-size: 15px;
    padding-bottom: 1em;
    line-height: 25px;
}

.ribbon a {
    color: #fff;
    text-decoration: underline;
}

.form-control:focus {
    border-color: #7FB254;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(50, 70, 33, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(50, 70, 33, 0.6);
}

.form-group {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.form-control-inline {
    display: inline-block;
}

/*.reading-heading {
	text-align:center;
	color:#fff;
}*/

.reading-description {
    background: #fff;
    color: #333;
    padding: 0em 1em 1em 4em;
}


/*.reading-description ul li {
		padding: 0;
		margin: 0;
	}*/

.buttons-container {
    margin: 50px 0 0 0;
    line-height: 5em;
}

.btn-call-to-action {
    line-height: 2em;
    margin-right: 1em;
    font-size: 1.3em;
    margin-bottom: 10px;
}

section.home-info {
    padding: 40px 0px 50px 0;
}

.home-info ul li {
    line-height: 2em;
}

.testimony {
    font-size: 15px;
    line-height: 1.8em;
    /*padding-bottom: 1em;*/
}

    .testimony img {
        border-radius: 100%;
        margin-right: 10px;
        border: solid 3px #7FB254;
        height: 60px;
        width: 60px;
        margin-top: 3px;
    }

    .testimony .testimony-author {
        /*padding-left: 5em;*/
        float: left;
    }

.slider-container {
    padding-top: 80px;
    border-bottom: 1px solid #ddd;
}

.disclaimer {
    color: #aaa;
    font-size: 13px;
}

.nicescroll-rails > div {
    background-color: #7FB254 !important;
    border-color: #7FB254 !important;
    width: 6px !important;
}



@media (min-width: 768px) {
    .homepage-video {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .amazon-img {
        width: 220px;
    }

    .ribbon {
        margin-top: 70px;
    }


}

@media (min-width: 1024px) {
    .homepage-video {
        width: 270px;
    }
}

@media (max-width: 1024px) {
    .btn-call-to-action {
        width: 275px;
    }

    .testimony .testimony-author {
        float: right;
    }

    .ribbon {
        margin-top: 70px;
    }

    /*.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }*/
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    padding-right: 5px;
    font-size: 13px;
}

@media (max-width: 1024px) {


    .trust {
        position: fixed;
        top: 0;
        right: 15%;
    }

    .trust-index {
        position: fixed;
        top: 2.5%;
        right: 15%;
        margin-top: 3px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none!important;
        }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width:768px) {
    .logo-yks {
        width: 160px !important;
    }

    .trust-index {
        position: fixed;
        top: 0%;
    }

    .slider-container {
        padding-top: 50px;
    }
}

@media (max-width: 640px) {
    .trust {
        position: fixed;
        top: 0%;
        right: 20%;
    }

    .logo-yks {
        width: 180px !important;
    }

    .mbsize-center {
        margin: auto;
        width: 60%;
    }

    .slider-container {
        padding-top: 50px;
    }

    .trust-index {
        position: fixed;
        top: 0.5%;
    }

    .slide_link {
        font-size: 25px !important;
    }
}

@media (max-width:480px) {
    .figcaption-mobile {
        width: 400px;
    }

    .mbsize-center {
        margin: auto;
        width: 85%;
    }

    .slide_link {
        font-size: 30px !important;
    }
}

@media (max-width:479px) {
    .trust-index {
        display: none;
    }

    .mbsize-center {
        margin: auto;
        width: 100%;
    }

    .slide_link {
        font-size: 40px !important;
    }
}


@media screen and (max-width: 767px) {   
    #disclaimer-img{
    	content: url('../img/disclaimer_yks_mobile.png') !important;
    } 
}
@media screen and (min-width: 768px) {      
    #disclaimer-img{      
    	content: url('../img/disclaimer_yks_tab.png') !important;
    } 
} 
@media screen and (min-width: 992px) { 
    #disclaimer-img{      
    	content: url('../img/disclaimer_yks_bigtab.png') !important;
    } 
} 
@media (min-width: 1200px) {      
      #disclaimer-img{        
          content: url('../img/disclaimer_yks.png') !important;
      } 
}
@media screen and (max-width: 576px){
    .trust{
        text-align: right !important;
        position: static;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px !important;
    }
    .navbar-default{position: static; margin-bottom: 0;}
    .banner-ad-text{width: 100% !important;}
    iframe{width: 100%;}
    .slider-container {
        padding-top: 0;
    }
    .figcaption-mobile{width: 100%;}
    .ribbon h1{font-size: 28px;}
}

img, video, iframe{
    max-width: 100%;
}
.navbar-brand{
        width: 100%;
    max-width: 200px;
    margin: 17px 0 0;
}