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

body,
html {
  padding: 0;
  background-color: #fff;
  font-family: Sans-Serif;
  min-width: 300px;
  margin: 0 auto;
}
#textWrap {
  border-left: 3px solid rgb(221, 42, 48);
}
#content {
  width: 100%;
  float: left;
  position: relative;
}
#smugglareNamn {
  font-family: 'oswald';
  font-weight: 800;
  font-size: 1.2em;
  margin: 0 0 0 0;
  padding: 10px 5px 0 5px;
  text-transform: uppercase;
}
.fa {
  margin-right: 5px;
  color: #dd2a30;
}
.entry {
  width: calc(50% - 4px);
  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);
}
.entry:hover > .frontContainer {
  background: rgba(0, 0, 0, 0.8);
}
.blur {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  opacity: 0.3;
}
.gray {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
}

#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%;
  height: 100%;
}
#noClick {
  position: absolute;
  margin: 0;
  padding: 0;
}
#insert {
  width: calc(100% - 4px);
  height: 400px;
  margin: 0 0 0 2px;
  padding: 0;
  position: relative;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
  background: rgb(229, 229, 229); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(229, 229, 229, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px -4px 0px 0px rgb(221, 42, 48);
  -moz-box-shadow: 0px -4px 0px 0px rgb(221, 42, 48);
  box-shadow: 0px -4px 0px 0px rgb(221, 42, 48);
  opacity: 0;
}
.insertArrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  /*border-color: transparent transparent #E5E5E5 transparent;*/
  border-color: transparent transparent rgb(221, 42, 48) transparent;
  opacity: 0;
}

#insertTitleName {
  float: right;
  font-weight: 800;
  font-size: 0.8em;
}

.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;
}

.hide {
  display: none;
}
.plus {
  width: 100px;
}
#bottom {
  background-color: white;
  color: black;
  text-align: center;
  padding: 4px 0 2px 0;
  position: absolute;
  width: 90%;
  opacity: 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;
}

.citat {
  margin: 0;
  padding: 3px 10px 10px 10px;
}
.citat p {
  display: inline;
}

.frontContainer {
  position: absolute;
  bottom: 8px;
  padding: 7px;
  margin-bottom: 5px;
  /* border-radius: 4px;*/
  background: rgba(0, 0, 0, 0.5);
}
.frontName {
  color: rgba(255, 255, 255, 0.95);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 1px;
  /*text-align: center;*/
  margin: 0;
  line-height: 1;
  max-width: 180px;
}

.unpublished {
  position: absolute;
  top: calc(50% - 9px);
  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;
  }
}

.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%;
}
