@import url('https://fonts.googleapis.com/css?family=Montserrat');

@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;
    }
    
    #tsrv-main-menu-1 {
        display: flex;
        flex: 0 0 auto; 
    }
    
    #main-navbar2 a{
        color: #170c06 !important;
    }
}
    
.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%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#tsrv-main-menu{
    background-color: #2e3972;
}

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

#tsrv-main-menu-1 p{
    padding-bottom: 0rem;
}

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

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

#main-navbar a{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #170c06 !important;
    text-transform: unset;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:20px;
}

#tsrv-main-menu.justify-content-between{
    justify-content: flex-start !important;
}

#tsrv-minicart{
    background-color: #fff !important;
    color: #ef8747 !important;
    border-color: #000;
    margin-right:6px;
}

.navbar-nav.ms-auto.nav-right-content{
    margin-top:-11px;
}

.btn{
    background-color: #ef8747;
    color: #fff;
}

.tsrv-btn{
    background-color: #ef8747 !important;
    color: #fff;
} 

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

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

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

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

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

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

.navbar-toggler{
    border-color: #001731 !important;
    background-color: #ef8747;
}

.tsrv-seat-btn {
    width: 90%;
}

a.tsrv-seat-btn {
    text-decoration: none;
}

.tsrv-seat-btn {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 30px 0 0;
    padding: 0 25px;
    border: 1px solid #b4b4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 20px/60px "Questrial", Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(-90deg, rgb(239,135,71) 0, rgb(239,135,71) 100%), rgb(239,135,71);
    background: -moz-linear-gradient(180deg, rgb(239,135,71) 0, rgb(239,135,71) 100%), rgb(239,135,71);
    background: linear-gradient(180deg, rgb(239,135,71) 0, rgb(239,135,71) 100%), rgb(239,135,71);
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3) ;
    text-shadow: 0 1px 2px rgb(239,135,71) ;
}

.tsrv-seat-btn:hover {
    background: rgb(239,135,71);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11) ;
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1);
    color: #fff;
}

.tsrv-seat-btn:active {
    border: 1px solid rgba(239,135,71,0.2);
    background: rgba(239,135,71,1);
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (max-width : 768px) {
    a.tsrv-seat-btn {
        font-size: 14px;
    }
}