.scrolling {
    bottom: 0px;
    right: 50wv;
    position: relative;
    padding-left: 0px;
    top: 26px;
}
.scrolling2
{
    top:130px;
    right:50wv;
    position:absolute;
  padding-left:50%;
  z-index: 600;
}

.unu, .doi, .trei
{
  margin-left: auto;
  margin-right: auto;
  margin-botom:6px;
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid #c54167;
  border-bottom: 2px solid #c54167;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}




.mouse{
  margin-left: auto;
  margin-right: auto;
height: 42px;
width: 24px;
  border-radius: 20px;
  transform: none;
  border: 2px solid #333;
  top: 170px;
}
.mouse2{
  margin-left: auto;
  margin-right: auto;
height: 35px;
width: 20px;
  border-radius: 15px;
  transform: none;
  border: 2px solid #c54167;
  top: 170px;
}

.wheel
{
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #c54167;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active .viewBtn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 35px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 5px; font-size: 0px;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: rgba(0,0,0,0.4) !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right:35px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  border-radius: 5px; font-size: 0px;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: rgba(0,0,0,0.4) !important;
}
.banner:hover .owl-prev {
  left: 20px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 20px;
  opacity: 1;
}

.carousel-caption {
  bottom: auto;
  left: auto;
  margin-top: -115px;
  padding-bottom: 30px;
  position: absolute;
  right: 0;
  text-align: left;
  text-shadow: 0 0 0;
  top: 50%;
  width: 100%;
}
.carousel-caption p {
  color: #eee;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 14px;
  padding-right: 0;
}
.carousel-caption h2 {
  color: #eee;
  font-size: 32px;
  font-weight: 600;
}

.carousel-indicators .active {
  background-color:#CD2D3A;
  height: 12px; border-color:#CD2D3A;
  margin: 0;
  width: 12px;
}
/*
.carousel-control.left > span::after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 18px;
  left: 20px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
}
.carousel-control.right > span::after {
  color: #fff;
  content:"\f054";
  font-family: fontawesome;
  font-size: 18px;
  right: 20px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
}*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.09, 1.09);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  z-index: 1 !important;
}









/*.swipe {

}
.swipe .sentence {
  color: #fff;
  display: block;
  overflow: hidden;
  position: static;
  width: 100%;
  z-index: 1;
}
.swipe .sentence .line-wrap {
  position: relative;
  display: block;
  width: 100%;
  color: transparent;
  transition: color 1ms;
  transition-delay: 500ms;
}
.swipe .sentence .line-wrap:nth-child(2) {
  transition-delay: 666.6666666667ms;
}
.swipe .sentence .line-wrap:nth-child(3) {
  transition-delay: 833.3333333333ms;
}
.swipe .sentence .line-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(21,97,171,1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
          z-index: -1;
}
.swipe .sentence--show {
  z-index: 2;
}
.swipe .sentence--show .line-wrap {
  color: #333;
}
.swipe .sentence--show .line-wrap:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
}
.swipe .sentence--show .line-wrap:nth-child(2):after {
  transition-delay: 166.6666666667ms;
}
.swipe .sentence--show .line-wrap:nth-child(3):after {
  transition-delay: 333.3333333333ms;
}


.center {

}

.sig {
  position: fixed;
  bottom: 5px;
  right: 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.4);
}*/


@media screen and (min-width: 1600px) {
  .carousel-caption {
      bottom: auto;
      left: auto;
      margin-top: -35px;
      padding-bottom: 30px;
      right: 0;
      text-align: left;
      top: 50%;
      width: 100%;
      position: absolute;
  }


}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


@media only screen and (max-width:767px) {


  .carousel-caption h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .carousel-caption p {
    color: #eee;
    font-size: 15px;
    line-height: 20px;
    padding-right: 70px;
  }
  .carousel-caption {
    bottom: auto;
    left: 1%;
    margin-top: -35px;
    padding-bottom: 30px;
    position: absolute;
    right: 20%;
    text-align: left;
    top: 50%;
    width: 550px;
  }

  .carousel-caption {
    bottom: auto;
    left: 0;
    margin-top: -70px;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  .carousel-caption h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
  .carousel-caption p {
    color: #eee;
    font-size: 15px;
    line-height: 20px;
    padding-right: 0;
  }


  .topline {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
  }






}







@media only screen and (max-width:480px) {



.carousel-caption h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.carousel-caption {
  bottom: auto;
  left: 0;
  margin-top: -70px;
  padding: 15px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
}
.carousel {
  height: 250px;
  position: relative;
}
.item img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
.item {
  height: 100%;
}

}
