@import url('//fonts.googleapis.com/css?family=Merriweather%3A300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&#038;ver=4.9.2#038;subset=latin,latin-ext');

@media only screen and (max-width : 1200px) {
    #tsrv-menus .tsrv-inner{
        padding-top: 15px !important;
        padding-bottom:15px;
    }

    .navbar-toggler{
        margin-top:20px;
        margin-bottom:20px;
    }

    #main-navbar2 a{
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
    #tsrv-main-banner-1 img{ 
        height:150px;
    }
}
    
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#tsrv-div-main-menu{
    background-color: #fff;
}

#tsrv-main-banner{
    justify-content: center !important;
}

#tsrv-main-banner-1 img{ 
    max-width:100%;
    padding-top:10px;
    padding-bottom: 10px;
}

#tsrv-main-banner-1 p{
    margin-bottom: 0rem;
}

#tsrv-main-banner-2, #tsrv-main-banner-3, #tsrv-main-banner-4{
    display:none;
}

#main-navbar a, #main-navbar2 a{
    font-family: 'Merriweather',Georgia,"Times New Roman",serif;
    color: rgba(244, 102, 0, 0.65) !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
}

#main-navbar a:hover{
    color: #f46600 !important;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    margin-right:15px;
    font-size: 14px;
}

#tsrv-widgets .navbar-nav .nav-item > a.btn{
    margin-bottom: 12px !important;
    border-color: #fff;
}

.btn{
    color: #fff;
    background-color: rgb(244,102,0) !important;
}

.tsrv-btn{
    color: #fff;
    background-color: rgb(244,102,0) !important;
}

.btn:hover{
    color: #fff !important;
}

.btn.go-back:hover{
    color: #000 !important;
}

#tsrv-ticketlist-back:hover{
    color: #000 !important;  
}

a.continue{
    color: #fff !important;
}

a.continue:hover{
    color: #fff !important;
}

.go-back{
    border-color: #000 !important;
}

#tsrv-div-main-footer{
    background-color: #222222;
}

#tsrv-main-footer{
    background-color: #222222;
}

#tsrv-main-footer a{
    color: #fff;
    font-family: Arial;
    font-size:14px;
}

#tsrv-main-footer a:hover{
    border-bottom: 1px solid #fff !important;
}

#tsrv-main-footer-1 h3{
    display:none;
}

.navbar-toggler{
    border-color: rgb(244,102,0) !important;
    background-color: rgb(244,102,0);
}