        /* TEMPLATE STYLES */
        /* Necessary for full page carousel*/

        html,
        body,


        .view {
            height: 100%;
                    background-image: url(../img/poly.jpg);
        }
        /* Navigation*/

        .navbar {
           /*  background-color: transparent; */
           background-color: #1C2331;

        }

        .nav-link {
          color: white;
        }

        .scrolling-navbar {
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }

        .top-nav-collapse {
            background-color: #1C2331;
        }

        footer.page-footer {
            background-color: #1C2331;
            margin-top: 0;
        }

        @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #1C2331;
            }
        }
        /* Carousel*/

        .carousel,
        .carousel-item,
        .active {
          /*  height: 100%;*/
        }

        .carousel-inner {
            height: 100%;
        }

        .flex-center {
            color: #fff;
        }

        .carousel-caption {
            height: 100%;
            padding-top: 7rem;
        }


        /*TOP BAR SOCIAL*/
.box-menu {
  width: 100%;
  margin: 0 auto;
  height: 36px;
}

.bar-menu {
 /* width: 100%;
  margin: 0 auto;
  height: 36px;
  position: relative;
*/
}

.top-bar {
  width: 80%;
  margin: 0 auto;
}
.top-bar ul {
  margin: 0 17px 0 0;
  padding: 0;
  float: right;
  padding-top: 10px;
}
.top-bar li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}

.fixed-bar {
  background-color: #faf9f9;
  opacity: 0.9;
  width: 100%;
  margin: 0 auto;
  top: 0px;
  z-index: 2;
  position: fixed;
  border-bottom: 1px solid #ccc;

}


/* Language Dropdown menu */
.dropdown {
  position: relative;
  display: inline-block;
  padding-left: 17.5px;
}

.content-body {
  height: 900px;
  background-image: url(https://assets.awwwards.com/awards/images/2015/04/pattern.jpg);
  background-repeat: repeat;
}

.lang-menu {
  padding: 0;
  margin: 0;
  float: left;
  padding-top: 5px;
  background-color: transparent;
  border: none;
  outline-style: none;
  cursor: pointer;
  z-index: 3;
}
.lang-menu img {
  height: 25px;
  width: auto;
}

.lang-content {
  display: none;
  position: absolute;
  padding: 0;
  margin-top: 30px;
  margin-left: -5px;
  background-color: #faf9f9;
  width: auto;
  z-index: 4;
  border-radius: 0 0 10px 10px;
}

.lang-content img {
  height: 25px;
  width: auto;
}

.lang-content a {
  padding: 0 5px;
  padding-top: 2px;
  margin: 0;
  z-index: 3;
  text-decoration: none;
  display: block;
}

.lang-content a:hover {
  background-color: #eee;
  border-radius: 10px;
}
