body section.fullscreenslider {
  height: 550px;
  min-width: 1024px; }

.fullscreenslider .fullscreen_banners {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative; }
  .fullscreenslider .fullscreen_banners .banners_control {
    top: 50%;
    width: 100%;
    position: initial; }
  .fullscreenslider .fullscreen_banners .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .fullscreenslider .fullscreen_banners .slider > ul {
      width: 100%;
      height: 100%; }
      .fullscreenslider .fullscreen_banners .slider > ul > li {
        width: 100%;
        height: 100%;
        display: none; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .fullscreen,
        .fullscreenslider .fullscreen_banners .slider > ul > li .cover {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .fullscreen {
          z-index: 1; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .cover {
          z-index: 2; }
        .fullscreenslider .fullscreen_banners .slider > ul > li .grid {
          z-index: 4;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.36); }
        .fullscreenslider .fullscreen_banners .slider > ul > li .text-block {
          top: 50%;
          position: relative;
          z-index: 20;
          width: 780px;
          margin: 0px auto 0;
          text-align: center; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block a h1 {
            font-size: 30px;
            text-align: center;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block a:hover {
            text-decoration: none; }
          .fullscreenslider .fullscreen_banners .slider > ul > li .text-block .caption {
            text-decoration: none;
            font-size: 17px;
            font-weight: bold;
            position: relative;
            top: 20px;
            text-transform: uppercase;
            margin: 10px 0 0 0;
            color: #90a0c4; }
      .fullscreenslider .fullscreen_banners .slider > ul > li:first-child {
        display: block; }
  .fullscreenslider .fullscreen_banners .middle {
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin: 0 0 0 -32px;
    position: absolute;
    width: 65px;
    display: block;
    z-index: 5; }
  .fullscreenslider .fullscreen_banners .middle:hover svg polyline,
  .fullscreenslider .fullscreen_banners .middle:hover svg line {
    fill: #fff;
    stroke: #4d008c; }
  .fullscreenslider .fullscreen_banners .middle:hover svg circle {
    fill: #fff;
    stroke: #fff; }
  .fullscreenslider .fullscreen_banners .button {
    position: absolute;
    bottom: 47px;
    left: 50%;
    margin: 0 0 0 -84px;
    position: absolute;
    width: 65px; }
  .fullscreenslider .fullscreen_banners .banners_control .numericControls {
    display: none;
    position: absolute;
    bottom: 22px;
    z-index: 5;
    left: 50%;
    margin-left: -72px; }
    .fullscreenslider .fullscreen_banners .banners_control .numericControls li {
      display: inline-block;
      margin: 0 10px 0 0; }
      .fullscreenslider .fullscreen_banners .banners_control .numericControls li a {
        border: 1px solid #90a0c4;
        width: 12px;
        display: block;
        height: 12px;
        border-radius: 10px; }
      .fullscreenslider .fullscreen_banners .banners_control .numericControls li span {
        display: none; }
    .fullscreenslider .fullscreen_banners .banners_control .numericControls li.current a {
      background: #90a0c4; }
  .fullscreenslider .fullscreen_banners .banners_control > a {
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    margin: 0 25px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease 0s;
    width: 40px;
    z-index: 5; }
  .fullscreenslider .fullscreen_banners .banners_control > .prevBtn {
    left: 20px;
    position: absolute;
    top: 50%; }
  .fullscreenslider .fullscreen_banners .banners_control > .nextBtn {
    position: absolute;
    right: 20px;
    top: 50%; }
  .fullscreenslider .fullscreen_banners .banners_control a:hover {
    border: 3px solid white;
    color: white; }
  .fullscreenslider .fullscreen_banners .banners_control .fa-chevron-left {
    position: relative;
    right: 2px;
    top: 5px; }
  .fullscreenslider .fullscreen_banners .banners_control .fa-chevron-right {
    left: 3px;
    position: relative;
    top: 5px; }
