html,
body {
    width: 100%;
    height: 100%;
    background-repeat:no-repeat ;
    background-position: center top;
    background-color: rgb(7,79,163);
    background-image: url('../../../image/menu-bg.jpg');
    font-family: TTProstoSansRegular;
}
.milk-navigation-menu-screen {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    background-repeat:no-repeat ;
    background-position: center top;
    background-size:cover;
    background-color: lightskyblue;
    background-image: url('../../../image/menu-bg.jpg');
    background-color: rgb(7,79,163);
    font-family: TTProstoSansRegular;
}
.submenu-logo{
    position: relative;
}
.submenu-logo a{
    position: absolute;
    z-index:100;
}
@media screen and (min-width:1024px) {
    .navbar-brand{
        right: 60px;
        bottom: 43px;
    }
}
@media screen and (max-width:1024px) {
    .navbar-brand{
        right: 20px;
        bottom: 45px;
    }
}

/*main button and logo*/

/*submenu*/
.submenu{
    position: absolute;
    /*display: none;*/
    rigth:0%;
    z-index: 0;
    /*opacity: 0;*/
    right: 5%;
    top: 25%;
    padding-right: 0;
}
.submenu li{
    text-align: right;
    list-style-type: none;
    font-weight: bold;
    font-size: 125%;
    margin-top:5%;
}
.submenu ul li>a{
    text-decoration: none;
    color: #ffffff;
}
.submenu ul li>a:hover{
    color: lightskyblue;
}

/*submenu*/

/*body::-webkit-scrollbar{*/
     /*width: 0%;*/
 /*}*/
.main-screen {
    background-image: url('../../../image/bg-catalog-2.jpg');
    background-color: rgb(167,217,255);
    background-size:100%;
    z-index: 10;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    box-shadow: none;
    left: 0%;
    right: 0%;
    border-radius: 0%;
    transition: all 1s ease-in-out;
    position: relative;
}
.main-screen-active{
    position: fixed;
    /*bottom: 20%;*/
    right: 1%;
    left: 1%;
    transform: translate3d(0px, 80vh, -100px);
    box-shadow: 1px -5px 100px 9px rgba(0,0,0,0.32);
    border-radius:20px;
    width: 90%;
    /*transition: all 1s ease-in-out;*/
}
.waves-milk{
    position: absolute;
    bottom: 0%;
    width: 100%;
    margin-bottom:0px;
    margin-top:0px;
    padding-bottom: 0%;
    padding-top: 0%;
    height: 24%;
    background-image: url('../../../image/catalog-bg-milk.png');
}
/*navigation*/
.wrap {
    margin: 0 auto -200px;
    padding: 0 0 60px;
    overflow-y: hidden;
    background-repeat:no-repeat ;
    background-position: center top;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.navbar{
    height: 55px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: bold;
}
.main > .container > .navbar-header > a > img{
    width: 100%;
}
.main > .container > .collapse ul > li > a{
    background-color: transparent;
}
.main > .container > .collapse ul > li > a:hover{
    border-radius: 40px;
    border:2px solid white;
    background-color: transparent;
    margin:-2px;
    color: #FFFFFF;
}
.navbar{
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand{
    position: relative;
    float: left;
    height: 110px;
}
.navbar-right{
    margin-right: 200px;
}
.main > .container > .collapse ul > li > a{
    color: #FFFFFF;
}

/*.catalog > div{*/
    /*position: absolute;*/
    /*right:0;*/
    /*width: 165px;*/
    /*height: 65px;*/
    /*background-color: rgba(8, 90, 169, 0.4);*/
    /*border-radius: 40px;*/
/*}*/

.catalog > div > span{
    color: white;
    position: relative;
    left:24px;
    top:22px;
    font-size: 83%;
    font-weight: bold;
}
.glyphicon{
    margin-right: 20px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar> li > form {
    padding: 8px;
}
.navbar > li > form > button:hover {
    text-decoration: none;
}


.fa-facebook{
    position: relative;
    left:2px;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}