

/*1.structure.css*/
@media screen , handheld , projection , tv {

  /* HTML5 elements */

  address,
  details,
  summary,
  main,
  article,
  aside,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  details > summary {
    cursor: pointer;
  }

  address {
    font-style: normal
  }

  audio,
  canvas,
  video {
    display: inline-block;
  }

  figure {
    margin: 0;
  }

  /* HTML elements */

  html {
    font-size: 62.5%;
  }
  body {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    color: #202020;
  }

  input[type="text"],
  input[type="password"],
  input[type="file"],
  input[type="date"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  select,
  textarea {
    background-color: white;
    border: 1px solid lightgray;
    padding: 0.2em;
    margin: 0;
  }

  button,
  input,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
  }

  button,
  input {
    line-height: normal;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  ::-ms-clear,
  ::-ms-reveal {
    display: none;
  }

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  select {
    cursor: pointer;
  }

  textarea {
    overflow: auto;
    vertical-align: top;
  }

  /* links */

  a {
    background: transparent;
    text-decoration: none;
    color: #234dc8;
  }

  a:focus {
    /* outline: 0; */
  }

  a:active,
  a:hover {
    /* outline: 0; */
    text-decoration: none;
    color: #E1883E;
  }

  /* headers */

  h1,h2,h3,h4,h5 {
    margin: 0.8em 0 0.5em;
  }
  h1 {
    color: #727272;
    font-size: 24px;
    line-height: 32px;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
  h2 {
    color: #727272;
    font-size: 18px;
    line-height: 28px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  h3 {
    color: #727272;
    font-size: 15px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }
  h4 {
    font-size: 13px;
    line-height: 24px;
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  h5 {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

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

    body {
      font-size: 14px;
      font-size: 1.4rem;
    }
    h3 {
      font-size: 16px;
      font-size: 1.6rem;
    }
    h4 {
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

  /* altri */

  img {
    border: 0;
  }

  p {
    margin: 0 0 0.4em;
  }

  p:empty {
    margin: 0;
  }

  b,
  strong {
    font-weight: bold;
  }

  mark {
    background: #ff0;
    color: #000;
  }

  label {
    color: #800000;
  }

  pre {
    white-space: pre-line;
    word-wrap: break-word;
  }

  table {

  }

  td {
    padding: 0;
  }

  ul {
    list-style-type: none;
    margin: 0.5em 0;
    padding-left: 0;
  }

  ul,li {
    font-family: inherit;
  }

  *[hidden] {
    display: none !important;
  }
}


/*4.09.ComboSelect.css*/
input[data-syw='biblioss'] {
  display: none;
}
.syw-comboselect-wrapper {
  display: inline-block;
  position: relative;
}
.syw-comboselect-wrapper > input {
  box-sizing: border-box;
  border-radius: 3px;
  padding-right: 3.5em;
  width: 100%;
}
.syw-comboselect-wrapper > input[aria-expanded='true'] {
  border-radius: 3px 3px 0 0 !important;
}
.syw-comboselect-trigger {
  background-color: transparent;
  background-image: url("../../temi/common/img/ic_g_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 2em;
}
.syw-comboselect-trigger:hover,
.syw-comboselect-trigger:focus {
  background-image: url("../../temi/common/img/ic_g_down_hover.png");
}
.syw-comboselect-trigger.close {
  background-image: url("../../temi/common/img/ic_g_up.png");
}
.syw-comboselect-trigger.close:hover,
.syw-comboselect-trigger.close:focus {
  background-image: url("../../temi/common/img/ic_g_up_hover.png");
}
.syw-comboselect-clear {
  background-color: transparent;
  background-image: url("../../temi/common/img/ic_cancel.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  display: none;
  height: 100%;
  position: absolute !important;
  right: 2em;
  top: 0;
  width: 1em;
}
.syw-comboselect-clear:hover {
  background-image: url("../../temi/common/img/ic_cancel_hover.png");
}
.syw-comboselect-floater {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0 0 3px 3px;
  box-shadow: 4px 4px 4px -4px gray;
  box-sizing: border-box;
  display: none;
  padding: 5px 5px 0 0;
  position: absolute;
  width: 20em;
}
.syw-comboselect-floater ol {
  list-style: outside none none;
  margin: 0;
  max-height: 40rem;
  overflow: auto;
  padding: 0;
}
.syw-comboselect-floater ol > li {
  position: relative;
}
.syw-comboselect-floater li > a:focus {
  background-color: #e7e7e7;
}
.syw-comboselect-floater ol > li.title {
  background-color: #696969;
  border-radius: 0;
  color: #ffffff;
  margin: 0 0 0.5em;
  padding: 0.3em 0 0.3em 1em;
}
.syw-comboselect-floater li > a:first-child {
    box-sizing: border-box;
    color: #696969;
    display: block;
    line-height: 1.2em;
    padding: 0.3em 0.3em 0.3em 2.5em;
}
.syw-comboselect-floater li[data-group] > a:first-child:after {
  background-image: url("../../temi/common/img/ic_next.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  float: right;
  font-weight: bold;
  height: 16px;
  width: 12px;
}
.syw-comboselect-floater li:hover > a {
  color: black;
}
.syw-comboselect-floater li > a.select {
  background-image: url("../../temi/common/img/checkbox_off.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.5em;
}
.syw-comboselect-floater li[data-group] > a.select {
  background-image: url("../../temi/common/img/radio_off.png");
}
.syw-comboselect-floater li[data-group="biblioteche_preferite"] > a.select {
  background-image: url("../../temi/common/img/star_empty.png");
}
.syw-comboselect-floater li[data-selected] {

}
.syw-comboselect-floater li[data-selected] > a.select {
  background-image: url(../../temi/common/img/checkbox_on.png) !important;
}
.syw-comboselect-floater li[data-group][data-selected] > a.select {
  background-image: url("../../temi/common/img/radio_on.png") !important;
}
.syw-comboselect-floater li[data-group="biblioteche_preferite"][data-selected] > a.select {
  background-image: url("../../temi/common/img/star_full.png") !important;
}
.syw-comboselect-floater li > a.prefer {
  background-image: url(../../temi/common/img/star_empty.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 2em;
}
.syw-comboselect-floater li[data-preferred] > a.prefer {
  background-image: url(../../temi/common/img/star_full.png);
}
.syw-comboselect-floater ol.inner-selection a.select {
  background-image: url(../../temi/common/img/checkbox_inner.png);
  display: none;
}
.syw-comboselect-floater li.inner-selection[data-group] > a.select {
  background-image: url(../../temi/common/img/radio_inner.png);
}
.syw-comboselect-floater li > a.back {
  background-image: url("../../temi/common/img/ic_prev.png");
  background-position: 0.8em center;
  background-repeat: no-repeat;
}
.syw-comboselect-floater .actions {
  overflow: hidden;
  padding: 0.5em 0;
  position: relative;
  text-align: right;
}
.syw-comboselect-floater .actions > a {
  border-radius: 3px;
  display: inline-block;
  line-height: 1.2rem;
  margin: 0 0 0 0.3em;
  padding: 0.3em 0.5em;
  vertical-align: middle;
}
.syw-comboselect-floater .actions > .confirm {
  font-weight: bold;
}
.syw-comboselect-floater .actions > .close {
  background-image: url("../../temi/common/img/ic_cancel.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  padding: 0;
  width: 20px;
}
.syw-comboselect-floater .actions > .close:hover {
  background-image: url(../../temi/common/img/ic_cancel_hover.png);
}
.syw-comboselect-floater .actions > .close > span {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.syw-comboselect-floater .actions > .deselect {
  float: left;
}


/*4.10.news-slider.css*/
/* ---- 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(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; }
}
