/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 20.01.2018, 19:49:28
 * Author     : Сергей
 */
/*
 * 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/*
 * 
 * Created on : 19.10.2017, 16:37:42
 * Author     : Сергей
 */
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  width: 600px;
  height: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999999;
  -moz-box-shadow: 0 0 2px #999999;
  box-shadow: 0 0 2px #999999; }

.jcarousel-wrapper .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: 0.66; }

.jcarousel-wrapper .photo-credits a {
  color: white; }

/*
 * * Carousel *
 */
.jcarousel {
  position: relative;
  overflow: hidden; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  float: left;
  width: 600px;
  height: 400px; }

/*
 * * Carousel Controls *
 */
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 200px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4e443c;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 1px black;
  font: 0px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999999;
  -moz-box-shadow: 0 0 2px #999999;
  box-shadow: 0 0 2px #999999; }

.jcarousel-control-prev:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-prev:active,
.jcarousel-control-next:hover,
.jcarousel-control-next:focus,
.jcarousel-control-next:active {
  text-decoration: none; }

.jcarousel-control-prev {
  left: -50px; }

.jcarousel-control-next {
  right: -50px; }

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block; }

.carousel {
  margin: 80px 0; }
    .carousel .item__img {
      width: 100%;
      height: 500px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .carousel .carousel-control.left {
      background: url(/sites/all/themes/aoiot/img/typical/carousel_prev.png) no-repeat;
      background-position: center center; }
    .carousel .carousel-control.right {
      background: url(/sites/all/themes/aoiot/img/typical/carousel_next.png) no-repeat;
      background-position: center center; }
    .carousel .carousel-control:before {
      content: none;
      display: none; }
  .carousel .carousel-info {
    margin-top: 10px;
    font-size: 14px;
    color: #aeaeae; }

