/*==================================================
=               Fix Carousel Jumping               =
==================================================*/
.carousel-inner>.item {
  width: 100%;
}
/*==================================================
=               EZ Caption Settings                =
==================================================*/
.ez-caption {
  position:absolute;
  left:15%;
  right:15%;
  bottom:5px;
  top:5px;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#ffffff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.ez-caption h1,
.ez-caption h2,
.ez-caption h3,
.ez-caption h4,
.ez-caption h5,
.ez-caption h6 {
  color: #fff;
  font-weight: bold;
}
.middle {
  top:30%;
}
.bottom {
  top:auto;
  bottom:20px;
}
.left {
  text-align: left;
  right: auto;
  margin-right: 15%;
}
.right {
  text-align: right;
  left: auto;
  margin-left: 15%;
}
/*==================================================
=               Video BG Settings                  =
==================================================*/
#video-bg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}
/*==================================================
=          Navbar & WP adminbar fix                =
==================================================*/
#top-menu.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
}
/*==================================================
=                Shadowing Classes                 =
==================================================*/
.ezshadow-1 {
  box-shadow:0 2px 5px 0 rgba(0,0,0,.16),
  0 2px 10px 0 rgba(0,0,0,.12);
}
.ezshadow-2 {
  box-shadow:0 8px 17px 0 rgba(0,0,0,.2),
  0 6px 20px 0 rgba(0,0,0,.19);
}
.ezshadow-3 {
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),
  0 17px 50px 0 rgba(0,0,0,.19);
}
.ezshadow-4 {
  box-shadow:0 16px 28px 0 rgba(0,0,0,.22),
  0 25px 55px 0 rgba(0,0,0,.21);
}
.ezshadow-5 {
  box-shadow:0 27px 24px 0 rgba(0,0,0,.2),
  0 40px 77px 0 rgba(0,0,0,.22);
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .carousel-indicators {
        display: none;
      }
      .ez-caption h1 {
        font-size: 2em;
      }
      .ez-caption h2 {
        font-size: 1.5em;
      }
      .ez-caption h3 {
        font-size: 1.17em;
      }
      .ez-caption h4 {
        font-size: 1em;
      }
      .ez-caption h5 {
        font-size: .83em;
      }
      .ez-caption h6 {
        font-size: .67em;
      }
      .middle {
        top:auto;
        bottom:20px;
      }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }
