div#evuSlider {
  height: 680px;
  /* Callback example */ }
  div#evuSlider .rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px black;
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
  div#evuSlider .rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px; }
  div#evuSlider .rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline; }
  div#evuSlider .rslides_tabs li:first-child {
    margin-left: 0; }
  div#evuSlider .rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: bold; }
  div#evuSlider a {
    color: #fff;
    text-decoration: none; }
  div#evuSlider .callbacks_container {
    position: relative;
    float: left;
    width: 100%; }
  div#evuSlider .callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }
  div#evuSlider .callbacks li {
    height: 680px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  div#evuSlider .callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0; }
  div#evuSlider .callbacks .caption {
    margin: 0;
    top: 40%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    position: absolute;
    font-size: 36px;
    text-shadow: none;
    color: #ffffff;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 15px 40px;
    max-width: none;
    background: rgba(0, 39, 48, 0.6); }
  div#evuSlider .color-orange {
    color: #E49F07 !important; }
  div#evuSlider .callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../../vendor/slider/themes/themes.png") no-repeat left top;
    margin-top: -45px; }
  div#evuSlider .callbacks_nav:active {
    opacity: 1.0; }
  div#evuSlider .callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0; }

@media only screen and (max-width: 1200px) {
  div#evuSlider {
    height: 480px !important; }
  .callbacks li {
    height: 480px !important; } }

@media only screen and (max-width: 768px) {
  div#evuSlider {
    height: 400px !important; }
  .callbacks li {
    height: 480px !important; }
  .callbacks .caption {
    font-size: 24px !important; } }

@media only screen and (max-width: 576px) {
  div#evuSlider {
    height: 330px !important; }
  .callbacks li {
    height: 330px !important; }
  .callbacks .caption {
    font-size: 20px !important;
    padding: 10px 30px !important; } }
