@font-face {
    font-family: "GillSans";
    src: url("/fonts/GillSans.woff2") format("woff2"),
         url("/fonts/GillSans.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@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: #000 !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-above-main-content{
    /*background-image: url(http://laminas.loc/frontendv2/sites/laminas/img/banner.jpg) !important;
    min-height: 508px;
    background-position:bottom;
    background-size: cover;
    display: block;
    background-repeat: no-repeat; 
    max-width:100%;
    width:100%;*/
    border-top: 60px #585858 solid;
    border-bottom: 10px solid #A05EB5;
}

#tsrv-main-menu, #tsrv-main-menu-1 img{
    max-width:100%;
}

#tsrv-main-menu-1 img{
    padding-top:25px;
    padding-bottom:25px;
    padding-left:25px;
}

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

#tsrv-above-main-content, #tsrv-above-main-content-1 img{
    width:100%;
}

#main-navbar a{
    display: block;
    font-size: 12px;
    font-family: "Gill-Sans";
    padding-left:25px;
    padding-right:25px;
    text-transform: uppercase;
    color: #63666A !important;
}

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

.navbar-nav.ms-auto.nav-right-content{
    justify-content: center;
}

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

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

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

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

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

#tsrv-div-main-footer{
    background-color: #203b25 !important;
}

#tsrv-main-footer{
    background-color: #203b25 !important;
}

#tsrv-main-footer a{
    color: #fff;
    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: #000 !important;
    background-color: #fff;
}

#tsrv-above-main-content {
	width: 100%;
	max-width: 100%;
}

#tsrv-above-main-content p {
	margin-bottom: 0px;
}

#tsrv-above-main-content img {
	width: 100%;
	max-width: 100%;
}