.carousel {
    height: 500px;
}
.carousel-inner {
    height:100%;
    border-radius: 10px;
}
.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: 50% 0%;
    position: absolute;
}
.carousel-item .carousel-caption{
    color: #fff;
    text-shadow: #000 0px 0px 6px;

}
.carousel-item.dark .carousel-caption{
    color: #282828;
    text-shadow: #fff 0px 0px 6px;
}
.carousel-caption .btn {
    text-transform: uppercase;
    width: 300px;
    margin-bottom: 10px;
}
.carousel-caption .btn-primary {
    color: #fff;
    text-shadow: none;
}
.carousel-indicators li {
    width: 9px;
    height: 9px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    border-radius: 9px;
    background-color: #256BA3;
}
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15px;
    margin-top: -3px;
}
.caption-center {
    right: 5%;
    left: 5%;
}
.caption-left {
    right: auto;
    left: 5%;
    text-align: left;
}
.carousel-caption h2 {
    position: relative;
}

.caption-right {
    right: 10%;
    left: auto;
    text-align: right;
}


.caption-top{
    top:20px;
}

.caption-bottom{
    bottom:20px;
}
/*
.carousel-caption:hover{
    color:#2269A2;
    transition-duration: 0.5s;
}
*/
.mainmenu {
    box-shadow: #ddd 0px 0px 5px;
    border-radius: 10px;
    padding: 0px;
}
.mainmenu li{
    list-style: none;
}
.mainmenu li:not(:last-child){
    border-bottom: #f5f3f3 2px solid;
}
.mainmenu a, .mainmenu a:hover {
    color: #646464;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
    font-size: 0.9rem;
}
.mainmenu a::after {
    width: 7px;
    height: 7px;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: none;
    float: right;
    color: #fff;
    border-color: #2269A2;
    transform: rotate(45deg);
    top: 8px;
    right: 14px;
    position: relative;
}
.nav-tabs {
    border-bottom: #256BA3 1px solid;
}
.nav-tabs .nav-item {
    width: 200px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-right: 20px;
    margin-bottom: 1px;
}
.nav-tabs .nav-link.active {
    background-color: #256BA3;
    color: #fff !important;
}
.tab-content {
    background-color: #256BA3;
}
.tab-pane .search-form {
    padding-top: 20px;
}
.tab-pane .search-form .searchinputnum,.tab-pane .search-form .searchinputvin{
    width: 89%;
    height: 40px;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding-left: 15px;
}
.tab-pane .search-form button{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #484848;
}
.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    background:white;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    color:gray;
    margin:0;
    padding:0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
}
.help a {
    text-decoration: none;
    border-bottom: #fff dotted 1px;
    color: #fff;
}
.overlay::after {
    content: "";
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.overlaydark::after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
@media (max-width: 1200px) {
    .mainmenu a {
        font-size: 0.7rem;
        padding-right: 1px;
    }
    .cart .badge {
        display: none;
    }
    .carousel{
        max-height: 450px;
    }
}
@media (max-width: 1200px) {
    .carousel{
        max-height: 350px;
        margin-bottom: 10px;
    }

}
.techhead {
    margin: 10px 0px;
    padding: 5px;
}
.techhead p{
    margin: 0;
}
.promoimage {
    float: right;
    border-radius: 10px;
}
.tpromo{
    margin-right: 20px;
    margin-left: 20px;
    color:#696969;
}
.tpromo h3 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.tpromo .addr {
    background: url(/files/u/t/default/img/map.svg) no-repeat;
    background-position: 0px 40%;
    padding-left: 20px;
}
.tpromo .time {
    background: url(/files/u/t/default/img/time.svg) no-repeat;
    background-position: 0px 40%;
    padding-left: 20px;
}
.tpromo .phone {
    color: #000;
    font-size: 1.3rem;
    margin-top: 20px;
}
.tpromo .phone a,.tpromo .phone a:hover {
    color: #000;
}
.addmargin {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .tpromo .addr,.tpromo .time {
        font-size: 0.9rem;
        background-position: 0px 40%;
        padding-left: 20px;
    }
    .tpromo h3 {
        font-size: 1.1rem;
    }
    .tpromo .phone {
        font-size: 1rem;
    }
    .mainmenu {
        border: none;
        box-shadow: none;
    }
    .carousel{
        max-height: 230px;
        margin-bottom: 10px;
    }
    .carousel-item {
        height: 230px !important;
    }
    .carousel h2 {
        font-size: 1.5rem !important;
    }
    .carousel .display-4 {
        font-size: 1.7rem;
    }
    .caption-top {
        top: 10px;
    }
    .carousel-indicators {
        display: none;
    }
    .addmargin {
        margin-bottom: 0;
    }
    .techhead p {
        font-size: 0.8rem;
    }
    .techhead>div {
        text-align: center !important;
    }
}
@media (max-width: 768px) {
    .carousel{
        max-height: 230px;
        margin: 5px;
    }
    .carousel-item {
        height: 230px !important;
    }
    .carousel-caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .caption-center {
        left: 2%;
        right:2%;
    }
    .carousel h2 {
        font-size: 1.1rem !important;
    }
    .carousel h4 {
        font-size: 0.8rem !important;
        margin-bottom: 0.25rem;
    }
    .carousel .h4 {
        font-size: 0.7rem !important;
    }
    .carousel .display-4 {
        font-size: 1.3rem;
    }
    .carousel .display-5 {
        font-size: 1.1rem;
    }
    .caption-top {
        top: 10px;
    }
    .carousel-indicators {
        display: none;
    }
    .addmargin {
        margin-bottom: 0;
    }

}