@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

body,
html {
  padding: 0;
  background-color: #fff;
  font-family: Sans-Serif;
  //max-width: 1100px;
  min-width: 300px;
  margin: 0 auto;
}
#content {
  width: 100%;
  float: left;
  position: relative;
}
#response {
  font-size: 1.2em;
  text-align: center;
  color: #5d5d5d;
  position: absolute;
  opacity: 0;
  width: 90%;
}
.entry {
  width: calc(50% - 4px);
  overflow: hidden;
  float: left;
  position: relative;
  padding: 0 2px;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transform: translate(0em, 0);
  -moz-transform: translate(0em, 0);
  -o-transform: translate(0em, 0);
  -ms-transform: translate(0em, 0);
}

.blur {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  opacity: 0.3;
}

#spinner {
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#spinn {
  margin-top: 100px;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  vertical-align: middle;
}
#subNamn {
  padding: 0 10px 0 10px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: rgb(52, 52, 52);
}

#description {
  margin: 0;
  padding: 0 10px 0 10px;
  color: rgb(52, 52, 52);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.95em;
}
.face {
  width: 100%;
  cursor: pointer;
}
.border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid white;
}
.subFace {
  width: 60px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 4px;
}

.info {
  position: absolute;
  width: calc(100% - 30px);
  max-width: 1600px;

  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 0 10px 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  //background-color: rgb(29, 29, 29);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.75);
  z-index: 999;
}

.hide {
  display: none;
}
.plus {
  width: 100px;
}
#overlay {
  width: 100%;
  height: 4000px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  overflow: hidden;
  left: 0;
}
#closeWrapper {
  padding: 0;
  margin: 0 calc(50% - 16px) 0 calc(50% - 16px);
}
.close {
  text-align: center;
  margin: 0 0 10px 0;
  //    color: #E24040;
  color: #4d4d4d;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.subLinkIcon {
  //color: #f5bf2f;
  color: #4d4d4d;
  margin-right: 5px;
}
#subLink {
  font-weight: 400;
  float: right;
}

a:link {
  color: #4d4d4d;
  text-decoration: none;
}

a:visited {
  color: #4d4d4d;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}
.frontContainer {
  position: absolute;
  bottom: 8px;
  padding: 5px 3px 3px 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
}
.frontContainer:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-width: 8px;
  margin-left: -8px;
}

.frontName {
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  margin: 0;
  line-height: 1;
  display: inline-block;
}

.unpublished {
  position: absolute;
  top: calc(50% - 55px);
  margin-left: calc(50% - 65px);
  color: rgb(52, 52, 52);
  opacity: 0;
  width: 130px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
.coming {
  position: absolute;
  top: calc(50% - 20px);
  margin-left: calc(50% - 65px);
  color: rgb(52, 52, 52);
  opacity: 0;
  width: 130px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

#name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin: 0;
  padding: 0 0 0 10px;
}
.fa-stop {
  color: rgba(161, 16, 20, 1);
  margin-right: 5px;
}

@media screen and (min-width: 450px) {
  .entry {
    width: calc(33.3333% - 4px);
  }
  .infoFace {
    width: 120px;
  }
}

@media screen and (min-width: 1000px) {
  .entry {
    width: calc(25% - 4px);
  }
  .infoFace {
    width: 120px;
  }
}

@media screen and (min-width: 2000px) {
  .entry {
    width: calc(20% - 4px);
  }
  .infoFace {
    width: 120px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
