.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #ffffff;
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#mainContent {
    margin-top: 180px;
}
.phonenumber {
    top: 0;
    height: 40px;
    text-transform: capitalize;
}
.navbar-toggle {
    font-size: 30px;
    top: 80px;
}
.goright {
    float: none !important;
}

li.has-sub-menu > a.has-dropdown{
    display: inline-block;
}
.has-sub-menu div.dropdown{
    display: inline;
}

.open .dropdown-menu{
    left: -170px;
}


header.carousel {
    height: 460px;
}
.carousel-caption {
    width: 450px;
    margin-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 10px;
}
/** sidebar form for windsock and morgan products **/
label.form-label {
    font-weight: 300;
}
.panel .form-input select,
.panel .form-input select option,
.panel .form-input select::placeholder {
    color: #54585f;
}

.content.Windsocks p span u a,
.content.Windsock.Frames p span u a,
.content.Windsock p a[href="/windsocks-frames/industrial-windsocks-for-sale/"] {
    background: #f58220;
    display: inline-block;
    color: #fff!important;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
    .nav>li {
        padding: 0px 5px;
    }
    .nav>li>a {
        font-size: 14px;
    }
}


@media screen and (max-width: 768px) {
    .navbar-brand {
        margin-top: 50px;
    }
    header.carousel {
        height: 400px;
    }
    .carousel-caption {
        width: 70%;
        padding: 10px;
    }
    .carousel-control {
        font-size: 30px;
        z-index: 11;
    }
    
    .nav.navbar-nav>li>a{
        font-size: 13px;
    }

    li.has-sub-menu{
        margin-top: -5px;
    }

    .open .dropdown-menu{
        left: 0;
    }
    ul, 
    ul li,
    .text-content,
    .text-content p
    {
        font-size: 16px;
    }
}
