/* Start media ( max = 768px ) */
@media (max-width: 768px) {

    /* ------------------
        Generation settings
    --------------------*/
    .navbar-nav > li {
        margin-right: 0px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .navbar-nav > li:last-child{
        margin: 0;
    }
    #show-mobile-menu{
        display: inline-block;
    }
    #navigation-menu {
        display: block;
    }
    #navigation-menu.active-menu{
        display: inline-block;
    }
    #carousel{
        margin: 30px 0;
    }
    /* ------------------
        Subscribe
    --------------------*/
    .subscribe-input{
        width: 90%;
        padding: 0px 5%;
        margin-bottom: 25px;
    }

    .subscribe-text {
        padding: 0px 20px;
    }

    /* ------------------
        About Us
    --------------------*/
    .about-text {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-color: #DBDFE4;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .about-text:last-child{
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* ------------------
        Contact Us
    --------------------*/
    .contact-text {
        padding: 0px 20px;
    }

    #contact-form input {
        width: 90%;
        padding: 0 5%;
        margin-bottom: 20px;
    }

    #contact-form textarea{
        width: 90%;
        padding: 5%;
        margin-top: 0px;
    }


    /* ------------------
        Features
    --------------------*/
    .features-text {
        border-right: 0;
        min-height: 20px;
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-color: #DBDFE4;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .features-text:last-child {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }


}

@media (max-width: 468px) {

    h2 {
        font-size: 43px;
        line-height: 60px;
    }

    .navbar{
        margin-bottom: 0;
    }

    .boy {
        width: 280px;
        height: 146px;
    }

    .navbar-nav > li > a {
        padding: 3px 3px;
        font-size: 14px;
    }

    .boy .boy_top {
        width: 146px;
        height: 202px;
        left: 46px;
        top: -41px;
    }

    .boy .drop {
        width: 15px;
        height: 27px;
        z-index: 1;
        top: 10px;
        left: 188px;
    }

    .boy .boy_footer {
        width: 215px;
        height: 88px;
        top: 56px;
        left: 27px;
    }

    #carousel{
        margin: 0;
    }

    #watch .dash {
        width: auto;
        padding: 0px 5px 0px;
        height: 135px;
        line-height: 62px;
        margin: 0px 12px;
    }

    #watch .dash .digit {
        font-size: 72px;
        line-height: 79px;
        height: 81px;
    }



}