body {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
}
h2{
    font-size:2.5em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom:45px;
}
.navi{
    background: #000a63;
    color: #fff !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.navbar{
    margin: 0px;
    border: none;
    border-radius: 0;
    background-color: #000a63;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #90ff95 !important;
    background-color: transparent;
}
.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #90ff95;
    background-color: transparent;
}

.products-bg{
    padding: 90px 0 30px 0;
    background: url("../img/bg-1.jpg") no-repeat;
    background-size: cover;

}

.production-bg{
    padding:30px 0;

}
.contacts-bg{
    padding:30px 0;
    background: #eee;
}

.suppliers-bg{
    padding:90px 0;
    background: url("../img/confectionary.png");
}
.products >div.col-lg-3, .production >div.col-lg-3{
    margin-bottom:30px;

}



.product, .item{
    border-radius: 50%;
    display: table;
    width: 100%;
    padding:0px;
    overflow: hidden;
    box-shadow: 0px 0 20px;
}
.product p, .item p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    transition: all ease-in .25s;
    cursor: default;
}

.product p:hover, .item p:hover{
    background: rgba(0, 0, 0, 0.25);
}

.product-1{background: url(../img/product-1.jpg); background-size: cover;}
.product-2{background: url(../img/product-2.jpg); background-size: cover;}
.product-3{background: url(../img/product-3.jpg); background-size: cover;}

.product-4{background: url(../img/product-4.jpg); background-size: cover;}
.product-5{background: url(../img/product-5.jpg); background-size: cover;}
.product-6{background: url(../img/product-6.jpg); background-size: cover;}

.product-7{background: url(../img/product-7.jpg); background-size: cover;}
.product-8{background: url(../img/product-8.jpg); background-size: cover;}
.product-9{background: url(../img/product-9.jpg); background-size: cover;}

.product-10{background: url(../img/product-10.jpg); background-size: cover;}
.product-11{background: url(../img/product-11.jpg); background-size: cover;}
.product-12{background: url(../img/product-12.jpg); background-size: cover;}

.item-1{background: url(../img/item-1.jpg); background-size: cover;}
.item-2{background: url(../img/item-2.jpg); background-size: cover;}
.item-3{background: url(../img/item-3.jpg); background-size: cover;}
.item-4{background: url(../img/item-4.jpg); background-size: cover;}
.item-5{background: url(../img/item-5.jpg); background-size: cover;}
.item-6{background: url(../img/item-6.jpg); background-size: cover;}
.item-7{background: url(../img/item-7.jpg); background-size: cover;}

#map{width:100%;height:450px;padding:0;margin:0;}