@media(max-width:1200px) {
    #video-slider .video-caption {
        margin-top: 0%;
    }
    #main-slider .item img, #featured-slider .item img {
        display: block;
        width: 100%;
        height: auto;
    }
}
@media(max-width:1080px) {
    /* Typo */
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
        -webkit-text-stroke: 0.6px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
        -webkit-text-stroke: 0.6px;
    }
    h6 {
        font-size: 16px;
        line-height: 26px;
        -webkit-text-stroke: 0.1px;
    }
    p {
        font-family:'Lato', sans-serif;
        font-size: 12px;
        line-height: 22px;
        color: #545f6b;
        margin: 20px 0px;
        text-align: center;
        text-shadow: none;
    }
    /* Navigation */
    .navbar-nav>li>a {
        padding: 60px 15px;
        line-height: 14px;
    }
    .stucked .navbar-nav>li>a {
        padding: 30px 15px;
    }
    /* Social Icons */
    .social-icon {
        display: inline-block;
        margin-right: 5px;
    }
    /* Portfolio Buttons */
    .btn-group button.btn.btn-default.filter {
        padding: 10px 10px;
        font-size: 12px;
    }
    /* Sliders */
    #main-slider h1, #featured-slider h1 {
        font-size: 42px;
        line-height: 52px;
        color: #ffffff;
    }
    #main-slider p, #featured-slider p {
        color: #ffffff;
        margin: 20px 0px 20px 0px;
    }
    .video h1 {
        font-size: 42px;
        line-height: 52px;
        color: #ffffff;
    }
    .video p {
        color: #ffffff;
        margin: 20px 0px 20px 0px;
    }
    .video {
        height: 250px;
    }
    .video .video-caption {
        margin-top: 5%;
    }
    #video-slider {
        height: 350px;
    }
    #video-slider .video-caption {
        margin-top: 8%;
    }
    #video-slider h1 {
        font-size: 42px;
        line-height: 52px;
        color: #ffffff;
    }
    #video-slider p {
        color: #ffffff;
        margin: 20px 0px 20px 0px;
    }
    #main-slider .carousel-caption {
        top: 12%;
        right: 0;
        left: 0;
    }
    #featured-slider .carousel-caption {
        top: 12%;
        right: 0;
        left: 0;
    }
    #main-slider .carousel-inner {
        height: 50%;
    }
    #featured-slider .carousel-inner {
        height: 250px;
        padding-top: 0%;
    }
    .horizontal-promo-right, .horizontal-promo-left {
        margin-bottom: 50px;
    }
    .horizontal-promo-right p, .horizontal-promo-right h1, .horizontal-promo-right h2, .horizontal-promo-right h3, .horizontal-promo-right h4, .horizontal-promo-right h5, .horizontal-promo-right h6 {
        text-align: center;
    }
    .horizontal-promo-left p, .horizontal-promo-left h1, .horizontal-promo-left h2, .horizontal-promo-left h3, .horizontal-promo-left h4, .horizontal-promo-left h5, .horizontal-promo-left h6 {
        text-align: center;
    }
    .horizontal-promo-right p, .horizontal-promo-left p {
        margin: 15px 0px;
    }
    .horizontal-promo-right .icon-promo, .horizontal-promo-left .icon-promo {
        display: none;
    }
    /* Portfolio */
    .portfolio-item {
        width: 24.95%;
        display: block;
        float: left;
        margin: 0px;
        padding: 0px;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    #testimonials-slider .carousel-caption {
        position: relative;
        right: 0;
        bottom: 20px;
        left: 0;
        text-align: center;
    }
    #testimonials-slider .carousel-caption span {
        display: none;
    }
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 60%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}
@media(max-width:767px) {
    /* Navigation */
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }
    .navbar-collapse {
        position: relative;
        background: #ffffff;
        z-index: 9999999;
    }
    .navbar-nav>li>a {
        padding: 15px 15px;
        line-height: 14px;
    }
    .stucked .navbar-nav>li>a {
        padding: 15px 15px;
    }
    .portfolio-item {
        width: 33.3333%;
    }
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 60%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}
@media(max-width:610px) {
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 30%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    #main-slider p, #featured-slider p {
        display: none;
    }
    #main-slider .carousel-caption {
        top: 5%;
        right: 0;
        left: 0;
    }
    #video-slider .video-caption {
        margin-top: 12%;
    }
    .portfolio-item {
        width: 49.95%;
    }
    .video p {
        display: none;
    }
    #video-slider p {
        display: none;
    }
    .video .video-caption {
        margin-top: 10%;
    }
}
@media(max-width:569px) {
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 30%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}
@media(max-width:386px) {
    #main-slider .carousel-caption {
        top: 0%;
        right: 0;
        left: 0;
        padding-top: 10px;
    }
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 30%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
}
@media(max-width:325px) {
    #main-slider {
        display: none;
    }
    #video-slider {
        display: none;
    }
    .portfolio-item .content {
        position: absolute;
        bottom: -100%;
        left: 0;
        background: rgba(54, 63, 72, 0.6);
        width: 100%;
        height: 75%;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    /* Portfolio Buttons */
    .btn-group button.btn.btn-default.filter {
        padding: 10px 5px;
        font-size: 11px;
    }
}