/* ---- NEWS SLIDER ----------------------------------------------*/

.da-slider {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #d4d4d4;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide .da-txt {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 10px 5px #d3d3d3;
  cursor: pointer;
  padding: 2em;
  top: 4em;
  width: 53%;
}
.da-slide .da-txt,
.da-slide .da-img {
  position: absolute;
  opacity: 0;
  left: 110%;
}
.da-slide .da-img,
.da-slide .da-img > img {
  width: 100%;
}
.da-slide .da-quando,
.da-slide .da-dove {
  color: #ef2121;
  font-size: 1.2em;
  font-weight: bold;
}
.da-slide h2 {
  font-size: 2.5em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-weight: 700;
  line-height: 1.1em;
  margin: 0.2em 0;
}
.da-slide p {
  color: #696969;
  font-size: 1.5em;
  line-height: 1.3em !important;
}
.da-slide-current {
  z-index: 1000;
}
.da-slide-current .da-txt {
  left: 35%;
  opacity: 1;
  z-index: 10;
}
.da-slide-current .da-img {
  left: 0;
  opacity: 1;
}

.da-slider-fallback .da-slide {
  left: 100%;
}
.da-slider-fallback .da-slide.da-slide-current {
  left: 0;
}
.da-slider-fallback .da-slide.da-slide-current .da-txt {
  left: 35%;
  opacity: 1;
}
.da-slider-fallback .da-slide.da-slide-current .da-img {
  left: 0;
  opacity: 1;
}

.da-vaianews {
  background-color: white;
  border-radius: 5px;
  bottom: 15px;
  padding: 0.5em 1em;
  position: absolute;
  right: 15px;
  z-index: 2000;
}
.da-dots {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #e4b42d;
  border-radius: 10px 10px 0 0;
  border-style: solid solid none;
  border-width: 3px;
  width: 12%;
  position: absolute;
  text-align: center;
  left: 44%;
  bottom: 0;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e4b42d;
  margin: 7px 3px 2px;
  cursor: pointer;
  box-shadow:
    1px 1px 1px rgba(0,0,0,0.1) inset,
    1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-arrows span {
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #e4b42d;
  cursor: pointer;
  z-index: 2000;
  box-shadow:
    1px 1px 1px rgba(0,0,0,0.1) inset,
    1px 1px 1px rgba(255,255,255,0.1);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.da-arrows span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  background: transparent url(/sebinayou/temi/common/img/slider/arrows.png) no-repeat top left;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after {
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after {
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after {
  background-position: top right;
}
.da-arrows span.da-arrows-prev {
  left: 15px;
}
.da-arrows span.da-arrows-next {
  right: 15px;
}

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright .da-txt {
  -webkit-animation: fromRightAnim1 0.6s ease-in 0.6s both;
  -moz-animation: fromRightAnim1 0.6s ease-in 0.6s both;
  -o-animation: fromRightAnim1 0.6s ease-in 0.6s both;
  -ms-animation: fromRightAnim1 0.6s ease-in 0.6s both;
  animation: fromRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim2 0.6s ease-in 0.6s both;
  -moz-animation: fromRightAnim2 0.6s ease-in 0.6s both;
  -o-animation: fromRightAnim2 0.6s ease-in 0.6s both;
  -ms-animation: fromRightAnim2 0.6s ease-in 0.6s both;
  animation: fromRightAnim2 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromRightAnim1 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-moz-keyframes fromRightAnim1 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-o-keyframes fromRightAnim1 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-ms-keyframes fromRightAnim1 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@keyframes fromRightAnim1 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim2 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim2 {
  0%{ left: 110%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}

/* Slide in from the left*/
.da-slide-fromleft .da-txt {
  -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim1 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-o-keyframes fromLeftAnim1 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim1 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@keyframes fromLeftAnim1 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 35%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim2 {
  0%{ left: -10%; opacity: 0; }
  100%{ left: 0%; opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright .da-txt {
  -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
  animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright .da-img {
  -webkit-animation: toRightAnim2 0.6s ease-in 0.6s both;
  -moz-animation: toRightAnim2 0.6s ease-in 0.6s both;
  -o-animation: toRightAnim2 0.6s ease-in 0.6s both;
  -ms-animation: toRightAnim2 0.6s ease-in 0.6s both;
  animation: toRightAnim2 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toRightAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-moz-keyframes toRightAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-o-keyframes toRightAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-ms-keyframes toRightAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@keyframes toRightAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-moz-keyframes toRightAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-o-keyframes toRightAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@-ms-keyframes toRightAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}
@keyframes toRightAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: 110%; opacity: 0; }
}

/* Slide out to the left*/
.da-slide-toleft .da-txt {
  -webkit-animation: toLeftAnim1 0.6s ease-in 0.6s both;
  -moz-animation: toLeftAnim1 0.6s ease-in 0.6s both;
  -o-animation: toLeftAnim1 0.6s ease-in 0.6s both;
  -ms-animation: toLeftAnim1 0.6s ease-in 0.6s both;
  animation: toLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim2 0.6s ease-in 0.6s both;
  -moz-animation: toLeftAnim2 0.6s ease-in 0.6s both;
  -o-animation: toLeftAnim2 0.6s ease-in 0.6s both;
  -ms-animation: toLeftAnim2 0.6s ease-in 0.6s both;
  animation: toLeftAnim2 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-moz-keyframes toLeftAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-o-keyframes toLeftAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-ms-keyframes toLeftAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@keyframes toLeftAnim1 {
  0%{ left: 35%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-o-keyframes toLeftAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
@keyframes toLeftAnim2 {
  0%{ left: 0%;  opacity: 1; }
  100%{ left: -10%; opacity: 0; }
}
