.carousel-control{
    width: 5%;
}


.nash-nav.fixed .navbar-brand img{
    width: 200px;
}
.nash-nav.fixed .navbar-default{
    margin-bottom: 10px;
}

.nash-nav.fixed .navbar-brand {
    padding-top: 5px;
}
.nash-nav .navbar-nav{
    font-weight: bold;
}
.nash-nav.fixed .navbar-nav{
    margin-top: 10px;
}

.nash-nav .navbar-nav li{
    margin-bottom: 0;
}
.nash-nav .navbar-default .navbar-nav>li>a{
    color: #fff;
}


.nash-nav .navbar-default .navbar-nav>.open>a,.nash-nav .navbar-default .navbar-nav>.open>a:hover, .nash-nav .navbar-default .navbar-nav>.open>a:focus{
    background: #fff;
    color: #ad0317;
}
.nash-nav .navbar-default .navbar-nav>li>a:hover{
    color: #ad0317;
}
.nash-nav .navbar-default .navbar-nav>.active>a,.nash-nav .navbar-default .navbar-nav>.active>a:hover,.nash-nav .navbar-default .navbar-nav>.active>a:focus{
    background: none;
    color:#fff;
}
.nash-nav .dropdown-menu>li>a{
    padding: 7px 10px;
    font-weight: normal;
    white-space: normal;
}
.nash-nav .dropdown-menu{
    background: rgba(255,255,255,.98);
    font-size: .96em;
    border-radius: 0;
}
.icon-angle-down{
    font-size: 0.8em;
}
.navbar-nav>li .icon-angle-down{
    position: absolute;
    top: 15px;
    right: 3px;
    color: #fff;
}
.navbar-nav>li:hover .icon-angle-down{
    color: #fff;
}
.carousel-inner{
    text-align: center;
    color: #fff;
}
.banner-box {
    position: relative;
    z-index: 4;
}
.search-box{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    transition: all  0.6s ease-in-out;
    -moz-transition:all  0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -o-transition:all  0.6s ease-in-out;
    z-index: 333;
}

.search-cell{
    max-width: 1000px;
    margin: auto;
}

.search-content ul{
    list-style: none;
   padding-left: 30px;
}
.search-content li{
    display: inline-block;
    margin-right: 10px;

}
.top-search{
    background: #fff;
    text-decoration: none;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    width: 100%;
}
.top-search span{
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 18px;
}

.top-search select{
    padding: 5px 10px;
    height: 45px;
    border-radius: 50px;
    border: none;
    outline: none;
}
.top-search input{
    border-radius: 50px;
    margin-left: -3px;
    padding: 2px 5px;
    border: none;
    outline: none;
    height: 45px;
}
.search-modal .modal-content{
    background: none;
    box-shadow: none;
    border: none;
}

.search-content input{
    margin-top: 7px;
}

.search-box h1, .search-box h4{
    text-align: center;
    color: #ffffff;
}

.search-content .group-sm{
    position: relative;
}
.search-content .form-label {
    position: absolute;
    top: 25px;
    left: 16px;
    font-size: 13px;
    color: #212121;
    pointer-events: none;
    z-index: 9;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.search-content .form-control{
    padding: 4px 16px;
    height: 50px;
}

.search-content .group-sm button{
    position: absolute;
    right: 0;
    height: 50px;
    background: #ad0317;
    border: none;
    outline: none;
}
.search-content .radio-inline{
    text-shadow: 0 0 10px #666;
}
.carousel-banner .carousel-control{
    background: none;
    z-index: 3333;
}
.carousel-indicators{
    z-index: 3333;
}
.banner-part{
    margin: 0 0 100px 0;
}
.banner-box{
    position: relative;
    z-index: 4;
}
.search-content .search-input{
    background: none;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #fff;
}

.search-modal .modal-header{
    border-bottom: none;
}
.search-content .search-input.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-size: 14px;
}

.search-content .search-input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;
}

.search-content .search-input.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-size: 14px;
}
.search-content .radio-inline+.radio-inline:hover,.radio-box .radio-inline+.radio-inline:hover {
    color: #ad0317
}

.search-content .radio-inline+.radio-inline,.radio-box .radio-inline+.radio-inline{
    margin-left: 25px
}

.search-content .radio-inline,.radio-box .radio-inline {
    position: relative
}

.search-content .radio_check,.radio-box .radio_check {
    position: absolute;
    visibility: hidden
}

.search-content .radio_check+span,.radio-box .radio_check+span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #d3d3d3;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 20px
}

.search-content .radio_check:checked+span:after,.radio-box .radio_check:checked+span:after{
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #ad0317
}

.search-content .radio_check:checked+span,.radio-box .radio_check:checked+span {
    border: 2px solid #ad0317
}

.se-icon{
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    color: #fff;
}
.learn-m{
    text-align: center;
    margin-top: 80px;
}
.learn-m a{
    background: rgba(255,255,255,.3);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
}
.learn-m a:before{
    content: '\e90d';
    font-family: 'icomoon';
    font-size: 0.8em;
}
.learn-m a:after{
    content: '\e90c';
    font-family: 'icomoon';
    font-size: 0.8em;
}
.learn-m a:hover{
    text-decoration: none;
    background: rgba(255,255,255,1);
    color: #ad0317;
}
.footer{
    background: #0e1221;
    color: #fff;
    padding: 50px 0 20px 0;
}
.footer ul{
    list-style: none;
    padding: 0;
    font-size: 0.9em;
    margin-bottom:30px;
}
.footer ul>li a{
    color: #fff;
}
.footer ul>li a:hover{
    color: #ad0317;
    text-decoration: none;
}

.footer ul>li>span[class*="icon"]{
    display: inline-block;
    width: 20px;
    font-size: 0.9em;
}
.footer-inquiry{
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #ad0317;
    color: #fff;
    font-size: 0.9em;
}
.footer-share{
    padding-top: 20px;
    border-top: 1px solid #1a1e2c;
    font-size: 0.9em;
}
.footer-share a{
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    font-size: 1.1em;
}
.footer-share a:hover{
    color: #ad0317;
    text-decoration: none;
}


@media (min-width: 1400px){
    .nash-nav .navbar-brand img{
        width: 260px;
    }
    .nash-nav .navbar-default .navbar-nav>li>a{
        font-size: 18px;
        padding: 10px 30px;
    }
    .nash-nav .dropdown-menu .dropdown-menu{
        left: -320px;
        top:0;
    }
    .nash-nav .dropdown-menu{
        width: 320px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .nash-nav .navbar-brand img{
        width: 240px;
    }
    .nash-nav .navbar-default .navbar-nav>li>a{
        font-size: 17px;
        padding: 10px 24px;
    }
    .nash-nav .dropdown-menu .dropdown-menu{
        left: -300px;
        top:0;
    }
    .nash-nav .dropdown-menu{
        width: 300px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px){
    .nash-nav .navbar-brand img{
        width: 180px;
    }
    .nash-nav .navbar-default .navbar-nav>li>a{
        font-size: 15px;
        padding: 10px 18px;
    }
    .nash-nav .dropdown-menu .dropdown-menu{
        left: -300px;
        top:0;
    }
    .nash-nav .dropdown-menu{
        width: 300px;
    }

}
@media (min-width: 768px)and (max-width: 1200px){
    .modal-lg {
        width: 80%;
    }

}


@media (min-width: 1000px) {
    .nash-nav {
        position: absolute;
        z-index: 9999;
        width: 100%;
    }
    .search-content {
        width: 70%;
        margin: 80px auto 0 auto;
    }
    .search-content .search-input {
        width: 700px;
    }
    .search-cell{
        padding-top: 200px;
    }
    .fixed.nash-nav {
        position: fixed;
        z-index: 999;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        background:rgba(14,18,33,.7);
        padding: 5px 0;
    }
    .nash-nav .navbar-default{
        background: none;
        border: none;
    }
    .nash-nav .navbar-nav{
        margin-top: 30px;
    }
    .nash-nav.fixed .top-search{
        margin-top: 10px;
    }
    .nash-nav .dropdown-menu.contact-dropdown{
        width: 200px;
    }
    .nash-nav .dropdown-menu>li>.icon-angle-down{
        position: absolute;
        top: 12px;
        right: 5px;
        transform: rotate(-90deg)
    }
    .search-box h1{
        font-weight: 700;
        font-size: 32px;
    }
    .nash-nav .navbar-nav{
        float: right;
    }
    .top-search{
        width: 100%;
    }
    .top-search input{
        width: 80%;
    }
    .search-modal .modal-header{
        margin-top: 50px;
        background: none;
    }
    .search-modal .modal-header button{
        display: inline-block;
        padding: 5px 10px;
        background: #fff;
        color: #333;
        opacity:1;
    }
    .search-modal .modal-body{
        padding: 25px 0;
    }
    .search-modal .modal-content{
        margin-top: 105px;
    }

}
@media (max-width: 1000px){
    .nash-nav .navbar-default{
        background: #1a1e2c;
        border: none;
        margin-bottom: 0;
    }
    .nash-nav .navbar-brand{
        padding-top: 10px;
        position: relative;
        z-index: 99;
    }
    .nash-nav .navbar-brand img{
        width: 200px;
    }
    .nash-nav .navbar-toggle{
         margin:15px 10px;
        color: #fff;
        padding: 6px 10px;
        z-index: 88;
    }
    .nash-nav .navbar-collapse.in{
        z-index: 99;
        position: relative;
    }
    .nash-nav .navbar-default .navbar-toggle:hover, .nash-nav .navbar-default .navbar-toggle:focus{
        background: none;
        background: #fff;
        color: #ad0317;
        border: 1px solid #ad0317;
    }
    .nash-nav .nav .open>a,.nash-nav .nav .open>a:hover,.nash-nav .nav .open>a:focus{
        background: none;
        color: #dddddd;
    }
    .nash-nav .navbar-default .navbar-nav>li>a{
        border-bottom: 1px solid #1e2230;
    }
    .nash-nav .navbar-nav{
    background: #1e2230;
    }
    .nash-nav .dropdown-menu{
        width: 100%;
        position: inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .nash-nav .icon-angle-down{
        position: absolute;
        right: 5px;
        top:15px;
    }
    .nash-nav .dropdown .icon-angle-down:before {
        position: absolute;
        top: -4px;
        right: 0;
        content: '\e924';
       font-family: "icomoon";
        font-size: 11px;
        width: 50px;
        text-align: center;
    }
    .nash-nav .dropdown.on  .icon-angle-down:before {
        position: absolute;
        top: -4px;
        right: 3px;
        content: '\e922';
        font-family: "icomoon";
        font-size: 11px;
    }
    .search-box h1{
        font-weight: 700;
        font-size: 24px;
        padding: 50px 0;
        line-height: 1.6em;
    }
    .search-box{
        padding: 0 20px;
    }
    .top-box{
        padding-top: 80px;
    }
    .modal.in .search-modal{
        transform:none;
    }
    .search-modal{
        display: block;
        opacity: 1;
        position: absolute;
        overflow: visible;
        z-index: 55;
    }
    .top-search{
        margin-top: 80px;
        left: 0;
    }

}




