﻿/* -----------------------------------------
:: MOBILE 0-1025PX START
----------------------------------------- */
@media (min-width: 0px) and (max-width: 1025px) {

    /* -----------------------------------------
    :: CAROUSEL SLIDER SIDEBAR
    ----------------------------------------- */
    .cs_slider_sidebar, .cs_slider_sidebar_close, .cs_slider_sidebar_open {
        visibility: hidden;
        display: none;
    }

    /* -----------------------------------------
    :: SECTIONS
    ----------------------------------------- */
    .section1 {
        background: url('../../themed-images/backgrounds/section1.jpg') 50% 0 no-repeat scroll;
        position: relative;
        margin: 0 auto;
    }

    .section2 {
        background: url('../../themed-images/backgrounds/section2.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    .section3 {
        background: url('../../themed-images/backgrounds/section3.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    .section4 {
        background: url('../../themed-images/backgrounds/section4.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    .section5 {
        background: url('../../themed-images/backgrounds/section5.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    .section6 {
        background: url('../../themed-images/backgrounds/section6.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    .team {
        background: url('../../themed-images/backgrounds/team-bg.png') no-repeat scroll 50% 0;
        position: relative;
    }

    .mockup {
        background: #FEFEFE url('../../themed-images/backgrounds/mockup-bg.jpg') no-repeat scroll 50% 0;
        position: relative;
    }

    /* -----------------------------------------
    :: PARALLAX
    ----------------------------------------- */
    .parallax1 {
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .parallax2 {
        background-attachment: scroll;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .parallax3 {
        background-attachment: scroll;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .parallax4 {
        background-attachment: scroll;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .parallax5 {
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
    }

    /* -----------------------------------------
    :: INFO BOX CAROUSEL
    ----------------------------------------- */
    #ibc .article-carousel.carousel-control.right {
        top: -30px;
    }

    #ibc .article-carousel.carousel-control.left {
        top: -30px;
    }

}

/* -----------------------------------------
:: MOBILE 0-1025PX END
----------------------------------------- */
/* -----------------------------------------
:: MOBILE 0-767PX 
----------------------------------------- */
@media (min-width: 0px) and (max-width: 768px) {
    #carousel-slider .carousel-caption {
        left: 2%;
        right: 2%;
        z-index: 10;
    }

    .carousel-slider-graphic a img {
        width: 50%;
    }

    #carousel-slider .carousel-caption h1 {
        font-size: 20px;
    }

    #carousel-slider .carousel-caption h2 {
        font-size: 18px;
    }

    #carousel-slider .carousel-caption p {
        font-size: 14px;
    }

    .header {
        background-color: #fcb414;
        height: auto;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

    .website-name-wrapper {
        border-right: 0px solid #ffffff;
        height: 0px;
        left: 0;
        padding: 10px 10px 0 0;
        top: 0;
        text-align: center;
        width: 100%;
        visibility: hidden;
        display: none;

    }

    .website-name {
        font-size: 12px;
        text-align: center;
    }

    .tagline {
        display: none;
    }

    .google-search {
        position: relative;
        right: 0;
        top: 0px;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 1000;
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle {
        width: 90%;
        float: none;
        margin-bottom: 5px;
        margin-right: 5%;
        margin-left: 5%;
        position: relative;
    }

    input, button, select, textarea {
        color: #ffffff;
        font-size: 16px;
    }

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 10px;
        min-height: 50px;
        position: relative;
    }

    .navbar-nav > li > a {
        margin: 0 0px;
    }

    .navbar-nav {
        float: left;
        width: 100%;
    }

    #menu {
        margin-right: 0px;
    }

    .menu-top {
        margin-top: 0px;
    }

}

/* -----------------------------------------
:: MOBILE TESTING
----------------------------------------- */
.breakpoint-xs {
    color: #FF0066;
}

.breakpoint-sm {
    color: #FF3300;
}

.breakpoint-md {
    color: #000066;
}

.breakpoint-lg {
    color: #000000;
}

.breakpoints {
    visibility: hidden;
}

