@import url(//fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400);

header {
  width: 80%;
  text-align: left;
  margin: auto !important;
}
header h1 {
  margin-top: 40px;
  color: #fff;
  font-weight: 50;
}
.container {
  width: 100%;
  text-align: center;
  height: 400px;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto !important;
  top: 0;
  bottom: 0;
}
.container_heading {
  position: fixed;
  z-index: 1;
  height: 60px;
  width: 100%;
  background: #333658;
}
.container_heading .header_icon {
  float: left;
  text-align: left;
}
.container_heading .header_icon img {
  margin: 17px 20px 20px 20px;
  cursor: pointer;
}
.container_heading h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
  float: left;
  width: 33%;
  letter-spacing: 1px;
  line-height: 64px;
}
.container_heading .header_icon {
  float: left;
  width: 33%;
  height: 40px;
}
.container_heading .menu_icon {
  width: 33%;
  float: left;
  text-align: right;
  position: relative;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
.container_heading .menu_icon div {
  width: 21px;
  height: 2px;
  float: right;
  display: block;
  margin-bottom: 3px;
  border-radius: 1px;
  clear: both;
  background: rgba(0, 0, 0, 0.26);
}
.container_ui {
  position: absolute;
  padding-top: 61px;
  width: 100%;
  background: white;
  height: 600px;
  overflow: scroll;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition-property: opacity,top;
          transition-property: opacity,top;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-animation: pop .5s forwards;
          animation: pop .5s forwards;
}
.container_ui input[type="checkbox"] {
  display: none;
}
.container_ui label:hover > .container_ui__item .face .color_bar {
  width: 100%;
  -webkit-transition-property: width;
          transition-property: width;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.container_ui label:hover > .container_ui__item .face .color_bar span {
  opacity: 1;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.container_ui label:hover > .container_ui__item .face .color_bar p {
  opacity: 0;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__expand {
  -webkit-transition-property: left,opacity;
          transition-property: left,opacity;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  left: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
}
.container_ui .container_ui__expand label {
  width: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #a6a6a6;
}
.container_ui .container_ui__expand label:hover {
  color: #444444;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__expand label {
  pointer-events: auto;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__expand .user .face img {
  -webkit-animation: pop .5s .5s forwards;
          animation: pop .5s .5s forwards;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__expand .user .details {
  -webkit-animation: popup .5s .5s forwards;

          animation: popup .5s .5s forwards;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__expand .content {
  -webkit-animation: popup .5s .7s forwards;
          animation: popup .5s .7s forwards;
}
.container_ui input[type="checkbox"]:not(:checked) + label > .container_ui__expand .user .face img {
  -webkit-animation: poprev .5s .5s forwards;
          animation: poprev .5s .5s forwards;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__item .face .color_bar {
  right: auto;
  width: 150px;
  height: 71px;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__item .face .color_bar p {
  opacity: 1;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.container_ui input[type="checkbox"]:checked + label > .container_ui__item .face .color_bar span {
  display: none;
}
.container_ui label {
  cursor: pointer;
  display: block;
  max-height: 71px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.container_ui label:hover > .container_ui__item {
  background-color: #EAEAEA !important;
}
.container_ui label .container_ui__item {
  pointer-events: none;
}
.container_ui__item {
  width: 100%;
  float: left;
  height: 74px;
  text-align: left;
  color: white;
  background: #fff;
  cursor: pointer;
  border: 1px solid #eee;
}
.container_ui__item h2, .container_ui__item h3, .container_ui__item h4 {
  color: black;
}
.container_ui__item h2 {
  font-size: 11px;
  display: inline-block;
  color: #515151;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px 0px 0px 0px;
  padding-top: 0px;
}
.container_ui__item h3 {
  font-size: 8px;
  font-weight: 800;
  margin: 5px 0px 10px 0px;
  text-transform: uppercase;
  color: #B2B2B2;
}
.container_ui__item h4 {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  color: #919191;
}
.container_ui__item .face {
  float: left;
  clear: left;
  margin: 0;
  margin-right: 10px;
  position: relative;
}
.container_ui__item .face img {
  height: 81px;
  /* margin: 10px; */
   border-radius: 5px; 
}
.container_ui__item .face .color_bar {
  float: right;
  width: 6px;
  background: #56b699;
  position: absolute;
  right: 0;
  text-align: center;
  height: 71px;
  top: 0;
  z-index: 1;
}
.container_ui__item .face .color_bar p {
  opacity: 0;
  margin-top: 26px;
}
.container_ui__item .face .color_bar span {
  opacity: 0;
  font-size: 10px;
  position: relative;
  top: -56px;
}
.container_ui .dot {
  width: 6px;
  height: 6px;
  background: #0091ea;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
  z-index: -0;
  left: 3px;
}
.container_ui .active {
  background: #6cbe63;
}
.container_ui__expand {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 61px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition-property: left,opacity;
          transition-property: left,opacity;
  opacity: 0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  left: 0;
  z-index: -1;
  background: white;
}
.container_ui__expand .content {
  width: 100%;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.container_ui__expand .content img {
  width: 100%;
  max-width: 100%;
}
.container_ui__expand .content p {
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 5px;
  color: #000000;
  font-weight: 30;
}
.container_ui__expand .content p b {
  color: #444444;
}
.container_ui__expand .content span {
  display: block;
  padding: 0px 25px;
  font-weight: 800;
  position: relative;
  top: -10px;
  font-size: 10px;
  color: #7d7d7d;
}
.container_ui__expand .content textarea {
  margin: 0px 25px;
  width: 295px;
  resize: none;
  border: 1px solid #e0e0e0;
  height: 60px;
  border-radius: 3px;
}
.container_ui__expand .user .details {
  opacity: 0;
  top: 10px;
  padding-left: 10px;
  position: relative;
  float: left;
  width: 240px;
  text-align: left;
}
.container_ui__expand .user .details h2 {
  font-size: 14px;
  display: inline-block;
  color: #515151;
  text-transform: uppercase;
  font-weight: 10;
  margin: 13px 0px 0px 0px;
  padding-top: 0px;
}
.container_ui__expand .user .details h3 {
  font-size: 12px;
  font-weight: 10;
  margin: 5px 0px 10px 0px;
  text-transform: uppercase;
  color: #B2B2B2;
}
.container_ui__expand .user .details h4 {
  font-size: 10px;
  font-weight: 10;
  margin: 0;
  color: #919191;
}
.container_ui__expand .user .face {
  float: left;
}
.container_ui__expand .user .face img {
  width: 40px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  border: 2px solid white;
  margin: 10px 25px;
}
.container_ui__expand .heading {
  height: 10px;
  width: 100%;
  background: #56b699;
}
.container_ui__expand .heading_head h1 {
  color: #aeb1d8;
  text-transform: uppercase;
  font-weight: 700;
  height: 10px;
  margin: 0;
  font-size: 12px;
  float: left;
  width: 100%;
  letter-spacing: 1px;
  line-height: 64px;
}

.one {
  background: #0091ea  !important;
}

.two {
  background: #0091ea  !important;
}

.three {
  background: #0091ea !important;
}

.four {
  background: #0091ea !important;
}

.five {
  background: #0091ea !important;
}

.six {
  background: #0091ea !important;
}

.container_ui input[type="checkbox"]:checked + label > .container_ui__expand a {
  pointer-events: auto;
}

/* Let's do some animations! */
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes poprev {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes poprev {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes popup {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes popup {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.wrapper2 {
  -webkit-animation: bg 10s infinite;
          animation: bg 10s infinite;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@-webkit-keyframes bg {
  0% {
    background-image: -webkit-radial-gradient(10% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  10% {
    background-image: -webkit-radial-gradient(20% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  20% {
    background-image: -webkit-radial-gradient(30% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  40% {
    background-image: -webkit-radial-gradient(40% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  50% {
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  60% {
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  70% {
    background-image: -webkit-radial-gradient(40% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  80% {
    background-image: -webkit-radial-gradient(30% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  90% {
    background-image: -webkit-radial-gradient(20% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  100% {
    background-image: -webkit-radial-gradient(10% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
}

@keyframes bg {
  0% {
    background-image: -webkit-radial-gradient(10% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  10% {
    background-image: -webkit-radial-gradient(20% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  20% {
    background-image: -webkit-radial-gradient(30% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  40% {
    background-image: -webkit-radial-gradient(40% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  50% {
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  60% {
    background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  70% {
    background-image: -webkit-radial-gradient(40% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  80% {
    background-image: -webkit-radial-gradient(30% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  90% {
    background-image: -webkit-radial-gradient(20% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
  100% {
    background-image: -webkit-radial-gradient(10% 50%, ellipse cover, rgba(255, 255, 255, 0.3) 5%, rgba(0, 0, 0, 0.4) 100%);
  }
}
/* ALERT */
.alert {
  -webkit-animation: cc 3s linear 1s infinite alternate;
  animation: cc 3s linear 3s infinite alternate;
  color: #fff;
}

@-webkit-keyframes cc {
  0% {
    color: #fff;
  }
  50% {
    color: #edd;
    font-weight: 900;
  }
  100% {
    color: #fff;
  }
}
@keyframes cc {
  0% {
    color: #fff;
  }
  50% {
    color: #edd;
    font-weight: 900;
  }
  100% {
    color: #fff;
  }
}

/* widgade*/
* {
  box-sizing: border-box;
}

body {
  background: #224466;
}

.share {
  position: absolute;
  left: 0;
  top: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.share li {
  position: relative;
}

.share li:nth-of-type(1) .social-link,
.share li:nth-of-type(1) .social-link:hover {
  background-size: 25px auto;
}

.share li:nth-of-type(1) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #1e2e4f;
}

.share li:nth-of-type(1) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #3B5998;
}

.share li:nth-of-type(2) .social-link,
.share li:nth-of-type(2) .social-link:hover {
  background: #4099FF url("../../QzPDsIB.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(2) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #0065d9;
}

.share li:nth-of-type(2) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #4099FF;
}

.share li .social-link {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px 20px;
}

.share li .social-link .nav-label {
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  height: 60px;
  position: absolute;
  top: 0px;
  top: 0rem;
  margin-left: 40px;
  line-height: 64px;
  padding: 0 20px;
  white-space: nowrap;
  z-index: 4;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link .nav-label span {
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link:hover .nav-label,
.share li .social-link:hover .nav-label span {
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}