@import url( 'https://fonts.googleapis.com/css?family=Lato:100,300,regular,700,900|Open+Sans:300|Indie+Flower:regular|Oswald:300,regular,700&subset=latin,latin-ext' );
@import url( 'https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic%7CDroid+Serif:400,400italic,700,700italic&subset=latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese,latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese' );

@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;
    }    
}
    
.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");
}

body{
    background-color: #ffffcc;
}

#tsrv-main-menu{
    background-color: #006858 !important;
}

#tsrv-div-main-banner{
    background-color: #ffffcc;
}

#tsrv-main-banner-1{
    background-color: #fff !important;
}


#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: "Open Sans", Arial, Helvetica, sans-serif !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: none;
    color: #fff;
    font-size: 15px;
}

#main-navbar a:hover{
    color: #c2fcb1;
}

#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: 10px !important;
    border-color: #fff;
}

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

.tsrv-btn{
    color: #fff;
    background-color: #006858 !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: transparent;
}

#tsrv-main-footer{
    background-color: #282a2b !important;
}

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

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

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

.navbar-toggler{
    border-color: #fff !important;
    background-color: #006858;
}