﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px; */
}

.footer {
    width: 100%;
    /*
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    line-height: 60px;
    */
}


/* ZenCat 
-------------------------------------------------- */

html, body {
    /*width: 100%;*/
    font-size: 14px;
}

.container {
    /*max-width: 100% !important;*/
}

.main-logo {
    width: 220px;
}

footer .gmap{

}
footer .info{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
footer .info .icon {
    width: 32px;
}
footer .info .phone,.mail{
    padding: 10px;
}
footer .info .link,.link:visited,.link:hover{
    color: #555;
    text-decoration: none;
    font-size: 130%;
    vertical-align: middle;
    padding: 10px;
}
footer .info .link:hover {
    color: #111;
}
footer .logo {
    width: 220px;
    margin: 20px;
}
footer .panel{
    background-color: rgba(0,0,0,0.7);
    text-align: left;
    color: #fff;
    padding: 10px 20px 10px 20px;
}
footer .panel .title {
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    cursor: pointer;
    padding: 2px;
}
footer .panel a{
    color: #ccc;
    display: block;
    padding: 3px;
    word-wrap: break-word; /* IE 5+ */
}
footer .panel a:hover {
    color: #fff;
    text-decoration:none;
    background-color: rgba(0,0,0,0.8);
}
footer .panel .link-block{

}
footer .copyright {
    margin-top: 20px;
    text-align: center;
}

.dropdown-toggle::after{
    display: none !important;
}


.page-title {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    display: block;
    background-color: #dee3ea;
    color: #333;
}

.section-title {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
    letter-spacing: 4px;
    color: #666;
    border-bottom: 1px solid #666;
    margin: 20px 0px 20px 0px;
}
.section-text{
    line-height: 200%;
    margin: 10px;
}

.section .products img{

}

.section .customers img{
    padding: 5px;
}

.index .carousel .carousel-caption{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
}
.index .carousel .carousel-caption .title {
    font-size: 140%;
    font-weight: bold;
    padding: 10px;
}

.index .carousel .main-item {
    height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.index .carousel .more {
    padding: 10px;
}
.index .carousel {
    margin-bottom: 20px;
}
.index .card {
    margin: 5px;
}

.index .card .block-item {
    height: 250px;
    background: no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.index .card .card-text {
    text-align: center;
}

.index .card .title-main {
    font-size: 150%;
    font-weight: bold;
}

.index .card  .title-sub{
    margin: 10px;
}

.nav .nav-item:hover{
    background-color: #eee;
}
.nav .dropdown-item:hover {
    background-color: #666;
    color: #fff;
}