/*
*
* jQuery Nivo Slider 
* http://nivo.dev7studios.com
* v3.2
*
*/
.nivo-box,.nivo-caption,.nivoSlider{overflow:hidden}.nivoSlider{position:relative;width:100%;height:auto}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}.nivo-box,.nivo-slice{z-index:5;position:absolute}.nivo-box,.nivo-box img,.nivo-slice{display:block}.nivo-slice{height:100%;top:0}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}

.nivo-caption {
  background-color: transparent;
  height: 100%;
  padding: 0;
  height: 100%; }
  .nivo-caption .container {
    display: table;
    height: 100%; 
		 }
    .nivo-caption .container .row {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }

/*-- Hero Style For BG Image & Video --*/
.hero-image-bg {
  background-image: url(img/hero/1.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-video-bg {
  background-image: url(img/hero/video.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.hero-caption {
  padding: 250px 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-caption {
      padding: 200px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-caption {
      padding: 150px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-caption {
      padding: 100px 0; } }
  @media only screen and (max-width: 767px) {
    .hero-caption {
      padding: 70px 0; } }
  @media only screen and (max-width: 479px) {
    .hero-caption {
      padding: 40px 0; } }

.hero-content h1 {
  color: #999;
  font-family: "Montserrat",sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content h1 {
      font-size: 50px;
      line-height: 56px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-content h1 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 5px; } }
.hero-content p {
  color: #999;
  font-family: dosis;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 50px;
  max-width: 612px;
  padding: 0;
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hero-content p {
      font-size: 14px;
      height: 50px;
      line-height: 24px;
      margin-bottom: 10px;
      overflow: hidden; } }
  @media only screen and (max-width: 479px) {
    .hero-content p {
      display: none; } }
.hero-content a {
  background: #292929 none repeat scroll 0 0;
  border: 2px solid #292929;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 50px;
  line-height: 23px;
  padding: 11px 42px 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-content a {
      height: 44px;
      padding: 8px 30px 7px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .hero-content a {
      height: 36px;
      padding: 4px 20px 3px;
      font-size: 12px; } }
  @media only screen and (max-width: 479px) {
    .hero-content a {
      height: 30px;
      padding: 1px 15px 2px;
      border-width: 1px;
      font-size: 10px; } }
  .hero-content a:hover {
    background-color: #3baed4;
    border-color: #3baed4;
    color: #fff; }

/*-- Nivo Diraction Nav --*/
.nivo-directionNav a {
  background-color: rgba(0, 0, 0, 0.15);
  top: 50%;
  margin-top: -31px;
  height: 62px;
  width: 62px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  overflow: hidden;
  opacity: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .nivo-directionNav a {
      height: 40px;
      width: 40px;
      margin-top: -20px; } }
  @media only screen and (max-width: 767px) {
    .nivo-directionNav a {
      display: none; } }
.nivo-directionNav a:hover span {
  background: #3baed4 none repeat scroll 0 0;
  opacity: 1;
}
  .nivo-directionNav a:hover i {
    opacity: 1; }
  .nivo-directionNav a.nivo-prevNav {
    left: 40px;
    margin-left: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-prevNav {
        left: 0px; } }
    .nivo-directionNav a.nivo-prevNav:hover i {
      left: -11px; }
  .nivo-directionNav a.nivo-nextNav {
    right: 40px;
    margin-right: 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a.nivo-nextNav {
        right: 0px; } }
    .nivo-directionNav a.nivo-nextNav:hover i {
      left: 11px; }
	.nivo-directionNav a span {
	  display: block;
	  font-size: 24px;
	  font-weight: 500;
	  line-height: 62px;
	  text-transform: uppercase;
	  transition: all 0.6s ease 0s;
	}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a span {
        line-height: 40px;
        font-size: 18px; } }
  .nivo-directionNav a i {
    display: block;
    line-height: 62px;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .nivo-directionNav a i {
        line-height: 40px;
        font-size: 24px; } }

.nivoSlider:hover .nivo-directionNav a {
  opacity: 1; }
  .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    margin-left: 0; }
  .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    margin-right: 0; }