
/* ALL */

body {
    background-color: #111111;
    margin: 0;
    overflow-x: hidden;
    text-align: center;
  }
  body a:hover {
    color: #444;
  }
  body a, body a:visited {
    color: white;
    text-decoration: none;
  }
  .bg {
    position: fixed;
    top: 28%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: .9;
    visibility: visible;
  }
  
  @keyframes bg-animation {
      0% { transform: translate(0,0) }
      10% { transform: translate(-5%,-5%) }
      20% { transform: translate(-10%,5%) }
      30% { transform: translate(5%,-10%) }
      40% { transform: translate(-5%,15%) }
      50% { transform: translate(-10%,5%) }
      60% { transform: translate(15%,0) }
      70% { transform: translate(0,10%) }
      80% { transform: translate(-15%,0) }
      90% { transform: translate(10%,5%) }
      100% { transform: translate(5%,0) }
  }
  @font-face{
    font-family: cyberpunk;
    src: url(Cyberpunk.ttf);
}
#yes{
    color: white;
    font-size: 22px;
}
#rcorners1 {
    border-radius: 7px;
    border: 10px solid #4682B4;
}
.navbar {
    overflow: hidden;
    background-color: #393939;
    padding-left: 50px;
}
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 15px 18px;
    text-decoration: none;
    display: block;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
} 
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color:  rgba(255, 255, 255, 0.24);
} 
.dropdown-content {
    text-align: center;
    display: none;
    position: absolute;
    background-color:  rgba(255, 255, 255, 0.24);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}  
.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    text-align: center;
}  
.dropdown-content a:hover {
    background-color:  rgba(255, 255, 255, 0.24);
}  
.dropdown:hover .dropdown-content {
  background-color:  rgba(255, 255, 255, 0.24);
  text-align: center;
  display: block;
}
.fa {
    position: relative;
    padding: 20px;
    font-size: 30px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
    color: white;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-instagram {
    background: #D62A90;
    color: white;
  }

/* INDEX */

  @import url(//fonts.googleapis.com/css?family=Lato:300);
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  article figure::after, article figure .image, article figure .lighting, article .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  article .item-wrapper, article .item-content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
  article .item-wrapper, article figure, article .item-content {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 4%);
    height: 24vw;
    margin: 1.8%;
    -webkit-perspective: 1600px;
            perspective: 1600px;
    cursor: pointer;
  }
  article .item-wrapper {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  article .item-wrapper::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    box-shadow: 0 8px 38px rgba(0, 0, 0, 0.86);
  }
  article .item-wrapper:hover::before {
    box-shadow: 0 14px 64px gray;
  }
  article .item-wrapper.enter.ease, article .item-wrapper.leave {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  article figure {
    width: 100%;
    height: 100%;
  }
  article figure::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.06);
  }
  article figure .image {
    background-position: center;
    background-size: cover;
  }
  article figure .lighting {
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
  }
  article .item-content {
    pointer-events: none;
    padding: 20% 20px 20px;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.76);
  }
  article .item-content h1 {
    margin-bottom: 5%;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
  }
  article .item-content p {
    font-size: 13px;
    margin-bottom: 5%;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
  }
  article .item-content .author {
    -webkit-transform: translateZ(70px);
            transform: translateZ(70px);
  }
  
  @media (max-width: 860px) {
    article {
      width: calc(50vw - 3.9vw);
      height: 38vw;
    }
  }
  @media (max-width: 667px) {
    article {
      width: calc(100vw - 3.9vw);
      height: 60vw;
    }
  }
  #credits{
    text-align: right;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
  }
  .bottom_container{
    position: relative;
}

/* NOTE */

.table1{
  width:60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 2px;
  border-style: double;
  border-collapse: separate;
  border-spacing: 0 35px;
  background-color: #393939;
}
td {
  width: 150px;
  text-align: center;
  padding: 5px;
}
#format{
  font-family: sans-serif;
  font-size: 20px;
  color: white;
}
.mediegen{
  text-align: left;
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 30px;
  color: greenyellow;
}
.collapsible {
  background-color: #393939;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  float: none;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  position: relative;
  min-width: 160px;
  z-index: 1;
  text-align: center;
  outline: none;
  font-size: 20px;
}
.active, .collapsible:hover {
  background-color:gray;
}
.content {
  padding: 0 18px;
  background-color: gray;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* MESAJE */

.divmsg{
  font-family: sans-serif;
  font-size: 20px;
  background-color:#393939;
  color: white;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 200px;
  margin-right: 200px;
}
.divmsg:hover{
  background-color: grey;
  box-shadow: 0 14px 64px gray;
}
.divmsg:hover,.divmsg.leave{
  -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.arrow{
  width: 25px;

}
.arrow:hover{
  padding: 0 18px;

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* DESPRENOI */

.p2{
  font-family: sans-serif;
  font-size: 17px;
  text-align: center;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.p2h{
  font-family: sans-serif;
  font-size: 19px;
  text-align: center;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
}

/* MESAJ */

.mesaj{
  font-family: sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Noutate */

.middle_container{
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: justify;
    padding-left: 42%;
    padding-right: 10%;
}
.news{
  width: 100%;
  height: auto;
}
.newsimg{
  width: 35%;
    height: auto;
    position: absolute;
    right: 60%;
    top: 25%;
}
#newstext{
  text-align: center;
  padding: 0 10px;
  color: white;
  font-family: sans-serif;
  font-size: 30px;
}
.table1{
  text-align: left;
  padding: 0 10px;
  color: white;
  font-family: sans-serif;
  font-size: 30px;
}