/* Small devices (tablets, 768px and up) */

@media (max-width: 767px){
    .header #search{
        float:none;    
    }

    .header .navbar-form {
        border-top: 0px;
        padding-bottom: 16px;
        box-shadow: none;
    }

    .sign-in, .sign-in:hover {
        background: transparent !important;
        color: #fff !important;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent; 
        margin-top: 4px;
        margin-bottom: 0px;
        z-index: 10;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
        background-color: transparent !important;
    }

    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: rgba(245,115,0,1) !important;
    }

    /*Site search result*/
    #result {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }

    .search-wrapper {
        height: auto;
    }

    .search-wrapper > div {
        float: left;
        width: 50%;
    }

    /*navs in table data*/
    .nav a {
        padding: 0.5em 0.8em;
    } 

    .carousel,
    .item,
    .active, 
    .carousel-item-wrapper {
        height: 400px;
    }

    .carousel .carousel-control {
        display: none;
    }
    
}

@media (min-width: 350px) {
  .search {
    padding: 0;
    position: absolute;
    top: 7px;
    left: 175px;
    width:30%;
  }
}

@media (min-width: 300px) and (max-width: 350px) {
  .search {
    padding: 0;
    position: absolute;
    top: 7px;
    left: 175px;
    width:15%;
    font-size: 70%;
  }
}




@media (max-width: 620px) {
    .carousel,
    .item,
    .active, 
    .carousel-item-wrapper {
        height: 300px;
    }

    .carousel-item-content > h1 {
        font-size: 1.8em;
    }
    .carousel-indicators {
        bottom: 10px
    }

}


@media (max-width: 479px) {
    .search-wrapper > div {
        float: none;
        width: 100%;
    }

    .slideshow .registerform input[type="text"] {
        padding: 0.4em;
    }

    .slideshow .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 460px) {
    .carousel,
    .item,
    .active, 
    .carousel-item-wrapper {
        height: 200px;
    }

    .slideshow .registerform input[type="text"] {
        font-size: 1em;
        width: 69%;
    }
    .slideshow .registerform input[type="submit"] {
        font-size: 1em;
        width: 29%;
    }


}


